@import "https://fonts.googleapis.com/css2?family=Marcellus&family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";

:root {
  /* --font-montserrat: "Montserrat", sans-serif;
    --font-marcellus: "Marcellus", serif;
    --title-color: #0D1720;
    --white-color: #fff;
    --white-color: #fff;
    --paragraph-color: #566064;
    --primary-color: #2E448D;
    --theme-primary: #008FC7;
    --theme-secondary: #0471A1; */

  --tj-ff-body: 'Montserrat', sans-serif;
  --tj-ff-heading: 'Marcellus', serif;
  --tj-ff-heading2: 'Marcellus', serif;
  --tj-ff-fontawesome: "Font Awesome 6 Pro";

  --tj-fw-normal: normal;
  --tj-fw-thin: 100;
  --tj-fw-elight: 200;
  --tj-fw-light: 300;
  --tj-fw-regular: 400;
  --tj-fw-medium: 500;
  --tj-fw-sbold: 600;
  --tj-fw-bold: 700;
  --tj-fw-ebold: 800;
  --tj-fw-black: 900;


  --tj-fs-body: 16px;
  --tj-fs-h1: 70px;
  --tj-fs-h2: 50px;
  --tj-fs-h3: 28px;
  --tj-fs-h4: 22px;
  --tj-fs-h5: 18px;
  --tj-fs-h6: 16px;


  --tj-color-common-white: #ffffff;
  --tj-color-common-black: #3a3a3a;
  --tj-color-heading-primary: #053C4F;
  --tj-color-text-body: #727272;
  --tj-color-theme-primary: #008FC7;
  --tj-color-theme-secondary: #0471A1;
  --tj-color-grey-1: #dcdee7;
  --tj-color-grey-2: #0e0e0e;
  --tj-color-grey-3: #313131;
  --tj-color-grey-4: #d9d9d9;
  --tj-color-grey-5: #fafafc;
  --tj-color-grey-6: #282828;
  --tj-color-grey-7: #dcdee7;
  --tj-color-grey-8: #eeecff;
  --tj-color-grey-9: #a1acb3;
  --tj-color-light-1: #e4e1ff;
  --tj-color-light-2: #f8f7ff;
  --tj-color-light-3: #705fff;
  --tj-color-light-4: #fafffd;
  --tj-color-light-5: #d4fff2;
  --tj-color-light-6: #9e92ff;
  --tj-color-light-7: #e4e1ff;
  --tj-color-light-8: #d6d1ff;
  --tj-color-light-9: #3f8acf;
  --tj-color-light-10: #8677ff;
  --tj-color-extra-1: #ff647c;
  --tj-color-extra-2: #ffb800;
  --tj-color-extra-3: #0cb770;
  --tj-color-extra-4: #7b61ff;
  --tj-color-border-1: #e4e1ff;
  --tj-color-border-2: #bcb4ff;

  --pbmit-light-color: #fff;
}



@media (min-width:1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl,
  .menu-area {
    max-width: 1370px;
  }
}

@media (min-width:1600px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl,
  .menu-area {
    max-width: 1570px;
  }

}


@media (min-width:1920px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl,
  .menu-area {
    max-width: 1692px;
  }
}

@media (max-width:1380px) {
  .menu-area {
    max-width: 100%;
  }
}


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}

a:focus,
input:focus,
textarea:focus,
button:focus {
  outline: 0 solid;
  box-shadow: unset
}

input,
textarea {
  border-radius: 0
}

html,
body {
  height: 100%
}

body {
  font-size: 16px;
  font-family: var(--font-montserrat)
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-montserrat);
  font-weight: 500;
  margin-bottom: 15px;
}

img {
  max-width: 100%
}

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

p {
  margin: 0;
  color: var(--paragraph-color)
}

a,
a:hover {
  text-decoration: none
}

input,
select,
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle
}

.pt-130 {
  padding-top: 130px
}

@media(min-width:992px) and (max-width:1199px) {
  .pt-130 {
    padding-top: 100px
  }
}

@media(max-width:991px) {
  .pt-130 {
    padding-top: 90px
  }
}

.pb-130 {
  padding-bottom: 130px
}

@media(min-width:992px) and (max-width:1199px) {
  .pb-130 {
    padding-bottom: 100px
  }
}

@media(max-width:991px) {
  .pb-130 {
    padding-bottom: 90px
  }
}

.pt-120 {
  padding-top: 120px
}

@media(min-width:992px) and (max-width:1199px) {
  .pt-120 {
    padding-top: 100px
  }
}

@media(max-width:991px) {
  .pt-120 {
    padding-top: 90px
  }
}

.pb-120 {
  padding-bottom: 120px
}

@media(min-width:992px) and (max-width:1199px) {
  .pb-120 {
    padding-bottom: 100px
  }
}

@media(max-width:991px) {
  .pb-120 {
    padding-bottom: 90px
  }
}

.pt-90 {
  padding-top: 90px
}

@media(max-width:991px) {
  .pt-90 {
    padding-top: 80px
  }
}

@media(max-width:767px) {
  .pt-90 {
    padding-top: 70px
  }
}

.pb-90 {
  padding-bottom: 90px
}

@media(max-width:991px) {
  .pb-90 {
    padding-bottom: 80px
  }
}

@media(max-width:767px) {
  .pb-90 {
    padding-bottom: 70px
  }
}

.pb-80 {
  padding-bottom: 80px
}

@media(min-width:992px) and (max-width:1199px) {
  .pb-80 {
    padding-bottom: 60px
  }
}

.pb-65 {
  padding-bottom: 65px
}

.mt-130 {
  margin-top: 130px
}

@media(min-width:992px) and (max-width:1199px) {
  .mt-130 {
    margin-top: 100px
  }
}

@media(max-width:991px) {
  .mt-130 {
    margin-top: 90px
  }
}

.mb-130 {
  margin-bottom: 130px
}

@media(min-width:992px) and (max-width:1199px) {
  .mb-130 {
    margin-bottom: 100px
  }
}

@media(max-width:991px) {
  .mb-130 {
    margin-bottom: 90px
  }
}

.mt-120 {
  margin-top: 120px
}

@media(min-width:992px) and (max-width:1199px) {
  .mt-120 {
    margin-top: 100px
  }
}

@media(max-width:991px) {
  .mt-120 {
    margin-top: 90px
  }
}

.mb-120 {
  margin-bottom: 120px
}

@media(min-width:992px) and (max-width:1199px) {
  .mb-120 {
    margin-bottom: 100px
  }
}

@media(max-width:991px) {
  .mb-120 {
    margin-bottom: 90px
  }
}

.mb-100 {
  margin-bottom: 110px
}

@media(max-width:991px) {
  .mb-100 {
    margin-bottom: 80px
  }
}

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

@media(max-width:991px) {
  .mt-100 {
    margin-top: 80px !important
  }
}

.mb-90 {
  margin-bottom: 90px
}

@media(max-width:991px) {
  .mb-90 {
    margin-bottom: 70px
  }
}

.mb-15 {
  margin-bottom: 15px
}

.mb-10 {
  margin-bottom: 10px
}

.pt-80 {
  padding-top: 80px
}

.pt-50 {
  padding-top: 50px
}

.pt-40 {
  padding-top: 40px
}

.pt-35 {
  padding-top: 35px
}

.pt-30 {
  padding-top: 30px
}

.pb-80 {
  padding-bottom: 80px
}

.pb-60 {
  padding-bottom: 60px
}

.mb-60 {
  margin-bottom: 60px
}

@media(max-width:767px) {
  .mb-60 {
    margin-bottom: 40px
  }
}

.mb-70 {
  margin-bottom: 70px
}

@media(max-width:767px) {
  .mb-70 {
    margin-bottom: 40px
  }
}

.mb-50 {
  margin-bottom: 50px
}

.mb-45 {
  margin-bottom: 45px
}

.mb-44 {
  margin-bottom: 44px
}

@media(max-width:991px) {
  .mb-44 {
    margin-bottom: 0
  }
}

.mb-35 {
  margin-bottom: 35px
}

.mb-20 {
  margin-bottom: 20px
}

.mt-15 {
  margin-top: 15px
}

.mt-40 {
  margin-top: 40px
}

.mt-35 {
  margin-top: 35px
}

.mb-40 {
  margin-bottom: 40px
}

.mb-30 {
  margin-bottom: 30px
}

.mb-25 {
  margin-bottom: 25px
}

.mt-30 {
  margin-top: 30px
}

.mt-50 {
  margin-top: 50px
}

.mt-25 {
  margin-top: 25px
}

.mb-50 {
  margin-bottom: 50px
}

.mt-60 {
  margin-top: 60px
}

@media(max-width:767px) {
  .mt-60 {
    margin-top: 40px
  }
}

.mt-70 {
  margin-top: 70px
}

@media(max-width:767px) {
  .mt-70 {
    margin-top: 40px
  }
}

.pl--95 {
  padding-left: 95px
}

@media(max-width:1699px) {
  .pl--95 {
    padding-left: 70px
  }
}

@media(max-width:1499px) {
  .pl--95 {
    padding-left: 50px
  }
}

@media(max-width:1399px) {
  .pl--95 {
    padding-left: 30px
  }
}

@media(max-width:1199px) {
  .pl--95 {
    padding-left: calc(var(--bs-gutter-x) * 0.5)
  }
}

.pr--95 {
  padding-right: 95px
}

@media(max-width:1699px) {
  .pr--95 {
    padding-right: 70px
  }
}

@media(max-width:1499px) {
  .pr--95 {
    padding-right: 50px
  }
}

@media(max-width:1399px) {
  .pr--95 {
    padding-right: 30px
  }
}

@media(max-width:1199px) {
  .pr--95 {
    padding-right: calc(var(--bs-gutter-x) * 0.5)
  }
}

.section-title1 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 1066px;
  width: 100%;
  gap: 25px;
}




.section-title1>span {
  color: #053C4F;
  text-align: center;
  font-family: var(--font-montserrat);
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  border-radius: 150px;
  border: 1px solid #CDD8DC;
  padding: 10px 30px;
  white-space: nowrap;
  text-transform: uppercase;
}

.section-title1 h2 {
  color: #053C4F;
  font-family: var(--font-marcellus);
  font-size: 55px;
  font-weight: 400;
  margin-bottom: 0;
  max-width: 440px;
  margin-top: -10px;
}

.section-title1 p {
  color: #053C4F;
  font-family: var(--font-marcellus);
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 0;
  max-width: 440px;
  margin-top: -10px;
  line-height: 38px;
}

.explore-btn {
  color: var(--title-color);
  font-family: var(--font-montserrat);
  font-size: 15px;
  font-weight: 500;
  display: flex;
  align-items: baseline;
  gap: 8px;
  transition: .35s;
  white-space: nowrap;
}

.m-l-10 {
  margin-left: 14px;
}

@media(min-width:1600px) {
  .section-title1 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 1340px;
    width: 100%;
    gap: 25px;
  }

  .section-title1 p {
    color: var(--title-color);
    font-family: var(--font-marcellus);
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 0;
    max-width: 640px;
    margin-top: -10px;
    line-height: 38px;
  }
}


.container-fluid {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 2);
  padding-left: calc(var(--bs-gutter-x) * 2);
  margin-right: auto;
  margin-left: auto
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/**
  Typography CSS
*/
body {
  font-family: var(--tj-ff-body);
  font-size: var(--tj-fs-body);
  font-weight: var(--tj-fw-regular);
  color: var(--tj-color-text-body);
  line-height: 1.7;
  overflow-x: hidden;
  position: relative;
  font-size: 16px;
}

.site-content {
  overflow-x: hidden;
  position: relative;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--tj-ff-heading);
  color: var(--tj-color-heading-primary);
  margin-top: 0px;
  font-weight: var(--tj-fw-medium);
  line-height: 1.3;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

h1 {
  font-size: var(--tj-fs-h1);
}

h2 {
  font-size: var(--tj-fs-h2);
}

h3 {
  font-size: var(--tj-fs-h3);
}

h4 {
  font-size: var(--tj-fs-h4);
}

h5 {
  font-size: var(--tj-fs-h5);
}

h6 {
  font-size: var(--tj-fs-h6);
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  line-height: inherit;
  display: block;
}

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

ul {
  margin: 0px;
  padding: 0px;
}

a,
.btn,
button,
span,
p,
input,
select,
textarea,
li,
img,
svg path,
*::after,
*::before,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}

a,
button {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
}

button:hover {
  cursor: pointer;
}

button:focus,
button:focus:not(:focus-visible) {
  outline: 0;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

select,
.nice-select,
input:not([type=submit]):not([type=radio]):not([type=checkbox]),
textarea {
  outline: none;
  background-color: --tj-color-common-white;
  height: auto;
  width: 100%;
  font-size: 13px;
  border: 1px solid var(--tj-color-common-white);
  color: #053C4F;
  padding-left: 15px;
  padding-right: 5px;
  font-weight: 500;
}

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%;
}

::-webkit-scrollbar {
  height: 4px;
  width: 4px;
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: var(--tj-color-theme-primary);
  -webkit-border-radius: 1ex;
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.75);
}

::-webkit-scrollbar-corner {
  background: transparent;
}

*::-moz-selection {
  background: #008fc7;
  color: var(--tj-color-common-white);
  text-shadow: none;
}

::-moz-selection {
  background: #008fc7;
  color: var(--tj-color-common-white);
  text-shadow: none;
}

::selection {
  background: #008fc7;
  color: var(--tj-color-common-white);
  text-shadow: none;
}

*::-webkit-input-placeholder {
  color: #053C4F;
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.52px;
  text-transform: uppercase;
  opacity: 1;
}

*::-moz-placeholder {
  color: #053C4F;
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.52px;
  text-transform: uppercase;
  opacity: 1;
}

*:-ms-input-placeholder {
  color: #053C4F;
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.52px;
  text-transform: uppercase;
  opacity: 1;
}

*::-ms-input-placeholder {
  color: #053C4F;
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.52px;
  text-transform: uppercase;
  opacity: 1;
}

*::placeholder {
  color: #053C4F;
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.52px;
  text-transform: uppercase;
  opacity: 1;
}

/**
 	Common Classes CSS
*/
img {
  max-width: 100%;
}

.w-img img {
  width: 100%;
}

.m-img img {
  max-width: 100%;
}

.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.z-index-1 {
  z-index: 1;
}

.z-index-11 {
  z-index: 11;
}

.overflow-y-visible {
  overflow-x: hidden;
  overflow-y: visible;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

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

.b-radius {
  border-radius: 6px;
}

.dot-style {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .error {
  font-size: 14px;
  color: red !important;
}

/**----------------------------------------
START: Theme Button CSS
----------------------------------------*/
.tj-cancel-btn,
.tj-primary-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 150px !important;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  line-height: 2;
  text-transform: uppercase;
  color: var(--tj-color-common-white);
  padding: 12px 35px;
  border: none;
  background-size: 200%;
  background-color: #008FC7;
  border: 1px solid rgba(255, 255, 255, 0);
}

.tj-primary-btn svg {
  margin-left: 15px;
}

.tj-cancel-btn:hover,
.tj-cancel-btn:focus,
.tj-primary-btn:hover,
.tj-primary-btn:focus {
  color: var(--tj-color-common-white);
  border: 1px solid rgba(255, 255, 255, 1);
  background-color: #0174a1;
}

.tj-cancel-btn.btn-border,
.tj-primary-btn.btn-border {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-primary)), to(var(--tj-color-theme-secondary)));
  background: linear-gradient(90deg, var(--tj-color-theme-primary) 0%, var(--tj-color-theme-secondary) 100%);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  -webkit-box-shadow: 0 0 0 0;
  box-shadow: 0 0 0 0;
  padding: 1px;
}

.tj-cancel-btn.btn-border span,
.tj-primary-btn.btn-border span {
  padding: 12px 35px;
  background: var(--tj-color-common-white);
  border-radius: 58px;
  color: var(--tj-color-common-black);
}

.tj-cancel-btn.btn-border:hover,
.tj-primary-btn.btn-border:hover {
  color: var(--tj-color-common-white);
}

.tj-cancel-btn.btn-border:hover span,
.tj-primary-btn.btn-border:hover span {
  background: transparent;
  color: var(--tj-color-common-white);
}

.tj-secondary-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 150px;
  font-size: 16px;
  font-weight: var(--tj-fw-sbold);
  font-family: var(--tj-ff-body);
  line-height: 2;
  text-transform: capitalize;
  color: var(--tj-color-theme-primary);
  padding: 12px 35px;
  border: none;
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-primary)), to(var(--tj-color-theme-secondary)));
  background: linear-gradient(90deg, var(--tj-color-theme-primary) 0%, var(--tj-color-theme-secondary) 100%);
  background-size: 150% auto;
}

.tj-secondary-btn:hover,
.tj-secondary-btn:focus {
  color: var(--tj-color-theme-primary);
  background-position: right center;
}

.tj-secondary-btn.btn-border {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  -webkit-box-shadow: 0 0 0 0;
  box-shadow: 0 0 0 0;
  padding: 1px;
}

.tj-secondary-btn.btn-border span {
  padding: 12px 35px;
  background: var(--tj-color-common-white);
  border-radius: 58px;
  color: var(--tj-color-theme-primary);
}

.tj-secondary-btn.btn-border:hover span {
  background: transparent;
  color: var(--tj-color-common-white);
}

.tj-header-btn {
  border-radius: 150px;
  border: 1px solid var(--tj-color-theme-secondary);
  color: var(--tj-color-common-white);
  padding: 19px 35px;
  font-weight: var(--tj-fw-sbold);
  font-family: var(--tj-ff-body);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.tj-header-btn:hover {
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
  border-color: transparent;
  color: var(--tj-color-common-white);
}

.tj-black-btn {
  border-radius: 150px;
  background: #008FC7;
  padding: 15px 30px;
  font-family: var(--tj-ff-heading);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #FFF;
  leading-trim: both;
  text-edge: cap;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  position: relative;
  border: none;
  z-index: 3;
  text-transform: uppercase;
}

.tj-black-btn::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 150px;
  background: #008FC7;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.tj-black-btn i {
  padding-left: 10px;
  position: relative;
  top: 2px;
}

.tj-black-btn:hover {
  color: var(--tj-color-common-white);
}

.tj-black-btn:hover::before {
  opacity: 1;
  visibility: visible;
}

.tj-primary-btn-two {
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
  padding: 12px 30px;
  font-family: var(--tj-ff-body);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 6px;
  font-size: 18px;
  font-weight: var(--tj-fw-medium);
  color: var(--tj-color-common-white);
  position: relative;
  border: none;
  z-index: 3;
}

.tj-primary-btn-two i {
  padding-left: 10px;
  position: relative;
  top: 2px;
}

.tj-primary-btn-two:hover {
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-primary)), to(var(--tj-color-theme-secondary)));
  background: linear-gradient(90deg, var(--tj-color-theme-primary) 0%, var(--tj-color-theme-secondary) 100%);
  color: var(--tj-color-common-white);
}

.tj-white-btn {
  background: transparent;
  padding: 13px 40px;
  font-weight: var(--tj-fw-sbold);
  font-family: var(--tj-ff-body);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 10px;
  font-size: 16px;
  color: var(--tj-color-common-black);
  position: relative;
  border: 1px solid var(--tj-color-common-black);
  z-index: 3;
}

.tj-white-btn:hover {
  background-color: var(--tj-color-common-black);
  color: var(--tj-color-common-white);
}

.text-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 150px;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  line-height: 2;
  color: var(--tj-color-common-white);
  padding: 12px 35px;
  border: none;
  background-size: 200%;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, .5);
  -webkit-background-clip: padding-box;
  /* for Safari */
  background-clip: padding-box;
  /* for IE9+, Firefox 4+, Opera, Chrome */
  background: rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(2.5px);
  text-transform: uppercase;

}

.text-btn svg {
  margin-left: 15px;
}

.text-btn:hover {
  border: 1px solid rgba(255, 255, 255, 1);
  color: var(--tj-color-common-white);
}

.text-btn:hover::before {
  opacity: 1;
  visibility: visible;
}

.tj-transparent-btn {
  color: var(--tj-color-common-white);
  background-image: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background-image: linear-gradient(90deg, var(--tj-color-theme-secondary), var(--tj-color-theme-primary));
  display: inline-block;
  padding: 13px 35px;
  border: 1px solid;
  position: relative;
  z-index: 0;
  border-radius: 150px;
  font-family: var(--tj-ff-body);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.tj-transparent-btn::before {
  content: "";
  position: absolute;
  left: -2px;
  top: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary), var(--tj-color-theme-primary));
  z-index: -2;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 150px;
}

.tj-transparent-btn::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--tj-color-grey-2);
  z-index: -1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 150px;
}

.tj-transparent-btn:hover {
  color: var(--tj-color-common-white);
}

.tj-transparent-btn:hover::after {
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary), var(--tj-color-theme-primary));
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

/* 14 */
.tj-black-btn-two {
  background: var(--tj-color-common-black);
  padding: 12px 30px;
  font-family: var(--tj-ff-heading);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 6px;
  font-size: 18px;
  font-weight: var(--tj-fw-regular);
  color: var(--tj-color-common-white);
  position: relative;
  border: none;
  z-index: 3;
  overflow: hidden;
}

.tj-black-btn-two::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 6px;
  background-color: var(--tj-color-common-white);
  background-image: linear-gradient(315deg, var(--tj-color-common-white) 0%, var(--tj-color-common-white) 74%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tj-black-btn-two.active {
  top: 2px;
}

.tj-black-btn-two:hover {
  color: var(--tj-color-common-black);
}

.tj-black-btn-two:hover::after {
  top: auto;
  bottom: 0;
  height: 100%;
}

/* !END: Theme Button CSS */
/**----------------------------------------
START: Theme Header CSS
----------------------------------------*/
.tj-header-area {
  padding: 25px 0;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.tj-header-area.header-absolute {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}

.tj-header-area.header-sticky {
  position: fixed;
}

.tj-header-area.sticky {
  padding: 15px 0;
  background: var(--tj-color-grey-2);
  -webkit-animation: sticky 0.9s;
  animation: sticky 0.9s;
}

.tj-header-area .header-button {
  margin-right: -40px;
}

.tj-header-area .header-button .tj-secondary-btn.btn-border span {
  background: var(--tj-color-grey-2);
  color: var(--tj-color-common-white);
}

.tj-header-area .header-button .tj-secondary-btn:hover span {
  background: transparent;
  color: var(--tj-color-common-white);
}

@media only screen and (min-width: 1400px) and (max-width: 1600px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-header-area .header-button {
    margin-right: 0;
  }
}

.tj-header-area .logo-area {
  max-width: 190px;
  width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-header-area .logo-area {
    max-width: 150px;
  }
}

.tj-header-area .logo-area a {
  display: inline-block;
}

.tj-header-area .logo-area a img {
  width: 100%;
}

.tj-header-area.header-style-two.sticky {
  padding: 0;
  background: var(--tj-color-common-white);
  -webkit-animation: sticky 0.9s;
  animation: sticky 0.9s;
  -webkit-box-shadow: 30px 15px 30px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 30px 15px 30px 0px rgba(0, 0, 0, 0.05);
}

.tj-header-area.header-style-two.sticky .header-topbar {
  display: none;
}

.tj-header-area.header-style-two.sticky .menu-area {
  padding: 15px 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  background: var(--tj-color-common-white);
}

@media (max-width: 575px) {
  .tj-header-area.header-style-two.sticky .menu-area .container {
    padding: 0;
  }
}

.tj-header-area.header-style-two .header-button {
  margin-right: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-header-area.header-style-three {
    padding: 15px 0;
  }
}

.tj-header-area.header-style-three .menu-area {
  padding: 20px 100px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: var(--tj-color-common-white);
  max-width: 1520px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-header-area.header-style-three .menu-area {
    padding: 20px 35px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-header-area.header-style-three .menu-area {
    padding: 15px 15px;
  }
}

.tj-header-area.header-style-three.sticky {
  padding: 0;
  background: var(--tj-color-common-white);
  -webkit-box-shadow: 30px 15px 30px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 30px 15px 30px 0px rgba(0, 0, 0, 0.05);
}

.tj-header-area.header-style-three .logo-area {
  max-width: 162px;
  width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-header-area.header-style-three .logo-area {
    max-width: 150px;
  }
}

.tj-header-area.header-style-three .logo-area a {
  display: inline-block;
}

.tj-header-area.header-style-three .logo-area a img {
  width: 100%;
}

.tj-header-area.header-style-three .header-button {
  margin-right: 0;
}

.header-topbar {
  background: #0471A1;
  padding: 9px 0;
  margin-bottom: 9px;
}

@media (max-width: 575px) {
  .header-topbar {
    padding: 12px 0;
    margin-bottom: 15px;
  }
}

.topbar-content-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 575px) {
  .topbar-content-area {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
}

.topbar-content-area .topbar-share {
  width: 100%;
}

@media (max-width: 575px) {
  .topbar-content-area .topbar-left-content {
    margin-bottom: 10px;
    width: 100%;
  }
}

.topbar-content-area .topbar-contact ul li {
  display: inline-block;
  color: var(--tj-color-common-white);
  font-size: 14px;
  display: inline-block;
  margin-right: 30px;
  position: relative;
}

.topbar-content-area .topbar-contact ul li:last-child {
  margin-right: 0;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .topbar-content-area .topbar-contact ul li {
    margin-right: 25px;
  }
}

.topbar-content-area .topbar-contact ul li a {
  font-family: var(--tj-ff-body);
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  /* 162.5% */
  letter-spacing: 0.32px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: var(--tj-color-common-white);
  padding-left: 8px;
}

.topbar-content-area .topbar-contact ul li i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  line-height: 1;
  font-size: 18px;
}

.topbar-content-area .topbar-share ul li {
  display: inline-block;
  margin-right: 5px;
  font-family: var(--tj-ff-body);
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.32px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: var(--tj-color-common-white);
}



.topbar-content-area .topbar-share ul li:last-child {
  margin-right: 0;
}

.topbar-content-area .topbar-share ul li a {
  display: inline-block;
  margin-right: 5px;
  font-family: var(--tj-ff-body);
  color: #FFF;
  font-size: 21px;
  font-style: normal;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: 0.32px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: var(--tj-color-common-white);

}

.topbar-content-area .topbar-share ul li a span {
  font-size: 16px;
  font-weight: normal;
  position: relative;
  top: -2px;
}

.topbar-content-area .topbar-share ul li a svg {
  position: relative;
  top: -2px;
  margin-right: 6px;
}

.topbar-content-area .topbar-share ul li:hover i {
  background: var(--tj-color-theme-secondary);
  color: var(--tj-color-common-white);
}

.menu-area {
  border-radius: 150px;
  background: var(--tj-color-grey-5);
  -webkit-box-shadow: 30px 15px 30px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 30px 15px 30px 0px rgba(0, 0, 0, 0.05);
  /* max-width: 1692px; */
  padding: 13px 10px;
  margin: 0 auto;
}

@media only screen and (min-width: 1200px) and (max-width: 1399.5px) {
  .menu-area {
    max-width: 1140px;
  }

  .tj-header-area .logo-area {
    max-width: 160px;
    width: 100%;
  }

  .header-style-two .tj-menu-area li a {
    font-size: 12px !important;
  }

  .tj-black-btn {
    border-radius: 150px;
    background: #008FC7;
    padding: 10px 17px;
  }

  .header-style-two .tj-menu-area li {
    margin-right: 9px;
  }


}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .menu-area {
    max-width: 750px;
    padding: 15px 15px;
  }
}

@media (max-width: 575px) {
  .menu-area {
    max-width: calc(100% - 30px);
  }
}

.menu-area .header-content-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-content-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@-webkit-keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

/* !END: Theme Header CSS */
/**----------------------------------------
START: Theme Heading CSS
----------------------------------------*/
.tj-sec-heading {
  margin-bottom: 30px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 3;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-sec-heading {
    margin-bottom: 35px;
  }
}

.tj-sec-heading .sub-title {
  color: #053C4F;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  padding: 10px 30px;
}

.tj-sec-heading .sub-title.secondary-color {
  color: var(--tj-color-theme-secondary);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {}

.tj-sec-heading .white-sub-title {
  color: var(--tj-color-common-white);
  font-size: 35px;
  font-family: var(--tj-ff-heading2);
  letter-spacing: 3.5px;
  font-weight: var(--tj-fw-regular);
  margin-bottom: 20px;
  line-height: 1.2;
  display: inline-block;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-sec-heading .white-sub-title {
    font-size: 30px;
  }
}

.tj-sec-heading .active-color {
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-sec-heading .sec-title {
    font-size: 40px;
    margin-bottom: 15px;
    margin-top: 30px;
  }

  .pt-35 {
    padding-top: 0px !;
  }
}

@media only screen and (max-width: 992px) {
  .pt-35 {
    padding-top: 5px !important;
  }

  .tj-sec-heading .sec-title {
    font-size: 38px;
    margin-bottom: 15px;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-sec-heading .sec-title {
    font-size: 30px;
    margin-bottom: 12px;
    margin-top: 20px;
  }
}

.tj-sec-heading .black-color {
  color: var(--tj-color-common-black);
}

.tj-sec-heading p {
  margin-bottom: 0;
}

.secondary-color {
  font-size: 35px;
  font-family: var(--tj-ff-heading2);
  letter-spacing: 3.5px;
  font-weight: var(--tj-fw-regular);
  display: inline-block;
  margin-bottom: 10px;
  line-height: 1.2;
  color: var(--tj-color-theme-primary);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .secondary-color {
    font-size: 30px;
  }
}

/* !END: Theme Heading CSS */
/**----------------------------------------
START: Theme Hero CSS
----------------------------------------*/
.tj-hero-section {
  position: relative;
  padding-top: 210px;
  padding-bottom: 90px;
  background-image: url(../images/banner-bg/banner.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: linear-gradient(181deg, var(--tj-color-grey-7) 2.29%, rgba(40, 40, 40, 0.7) 89.63%);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-hero-section {
    padding-top: 160px;
    padding-bottom: 110px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-hero-section .tj-sec-heading {
    margin-bottom: 80px;
  }
}

.tj-hero-section .title {
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-primary)), to(var(--tj-color-theme-secondary)));
  background: linear-gradient(90deg, var(--tj-color-theme-primary) 0%, var(--tj-color-theme-secondary) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: var(--tj-fw-bold);
}

.tj-hero-section .hero-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-hero-section .hero-shape {
    width: 50%;
  }
}

.tj-hero-section .hero-shape1 {
  position: absolute;
  top: 0;
  right: 0;
}

.tj-hero-section .hero-shape2 {
  position: absolute;
  top: 20%;
  left: 0;
  opacity: 0.5;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-hero-section .hero-shape2 {
    display: none;
  }
}

.tj-hero-section .hero-shape3 {
  position: absolute;
  top: 12%;
  left: 0;
  opacity: 0.2;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-hero-section .hero-shape3 {
    display: none;
  }
}

.tj-hero-section .hero-scroll {
  position: absolute;
  bottom: -44px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 3;
  max-width: 125px;
  width: 100%;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-hero-section .hero-scroll {
    max-width: 90px;
    bottom: -30px;
  }
}

.tj-hero-section .hero-scroll .scroll-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.tj-hero-section .hero-scroll .scroll-icon a {
  display: inline-block;
  opacity: 0.6;
}

.tj-hero-section .hero-scroll .jump {
  -webkit-animation: jump-arrow 2.5s infinite;
  animation: jump-arrow 2.5s infinite;
}

.tj-slider-section {
  position: relative;
}

.tj-slider-section .swiper-slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  -webkit-border-bottom-right-radius: 50px;
  -webkit-border-bottom-left-radius: 50px;
  -moz-border-radius-bottomright: 50px;
  -moz-border-radius-bottomleft: 50px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
}

.tj-slider-section .swiper-slide::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(78deg, rgba(5, 60, 79, 0.69) 0%, rgba(5, 60, 79, 0.76) 35.52%, rgba(255, 255, 255, 0) 100%);
  mix-blend-mode: multiply;
  -webkit-border-bottom-right-radius: 50px;
  -webkit-border-bottom-left-radius: 50px;
  -moz-border-radius-bottomright: 50px;
  -moz-border-radius-bottomleft: 50px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
}

.tj-slider-section .swiper-slide .white-sub-title,
.tj-slider-section .swiper-slide .desc,
.tj-slider-section .swiper-slide .title {
  opacity: 0;
  visibility: hidden;
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.tj-slider-section .swiper-slide .hero-button {
  opacity: 0;
  visibility: hidden;
  -webkit-transition-delay: 700ms;
  transition-delay: 700ms;
  -webkit-transition: opacity 1500ms ease, -webkit-transform 1500ms ease;
  transition: opacity 1500ms ease, -webkit-transform 1500ms ease;
  transition: transform 1500ms ease, opacity 1500ms ease;
  transition: transform 1500ms ease, opacity 1500ms ease, -webkit-transform 1500ms ease;
}

.tj-slider-section .swiper-slide .white-sub-title,
.tj-slider-section .swiper-slide .title {
  -webkit-transform: translateY(-125px);
  -ms-transform: translateY(-125px);
  transform: translateY(-125px);
}

.tj-slider-section .swiper-slide .hero-button,
.tj-slider-section .swiper-slide .desc {
  -webkit-transform: translateY(125px);
  -ms-transform: translateY(125px);
  transform: translateY(125px);
}

.tj-slider-section .swiper-slide.swiper-slide-active .white-sub-title,
.tj-slider-section .swiper-slide.swiper-slide-active .desc,
.tj-slider-section .swiper-slide.swiper-slide-active .title,
.tj-slider-section .swiper-slide.swiper-slide-active .hero-button {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0) translateX(0);
  -ms-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
}

.tj-slider-section .swiper-pagination {
  width: auto;
  right: 50px;
  left: auto;
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-slider-section .swiper-pagination {
    right: 15px;
  }
}

.tj-slider-section .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  margin: 0 6px;
}

.tj-slider-section .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-bottom: 0;
}

.tj-slider-section .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  cursor: pointer;
  border-radius: 50%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: transparent;
  position: relative;
  top: -9px;
  background: rgba(255, 255, 255, 0.6);
  opacity: 1;
}

.tj-slider-section .swiper-pagination-bullet-active {
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
}

.tj-hero-section-three {
  position: relative;
  overflow: hidden;
  padding-top: 310px;
  padding-bottom: 195px;
  background: linear-gradient(78deg, rgba(95, 57, 255, 0.95) 0%, rgba(95, 57, 255, 0.76) 41.52%, rgba(255, 255, 255, 0) 100%);
  mix-blend-mode: multiply;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 2;
}

.tj-hero-section-three::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.35;
  background: url(../images/banner-bg/hero-overly2.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  mix-blend-mode: lighten;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-hero-section-three {
    padding-top: 245px;
    padding-bottom: 145px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-hero-section-three {
    padding-top: 175px;
    padding-bottom: 80px;
  }
}

.tj-hero-section-three .hero-lg-image {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 1328px;
  width: 100%;
  height: 100%;
  mask-image: url(../images/banner-bg/hero-overly.svg);
  -webkit-mask-image: url(../images/banner-bg/hero-overly.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: cover;
  mask-size: cover;
}

.tj-hero-section-three .hero-lg-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.tj-hero-section-three .hero-lg-image::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--tj-color-light-2);
  mix-blend-mode: color;
}

.tj-hero-section-three .hero-content-area {
  padding-top: 0;
  padding-bottom: 0;
}

.tj-hero-section-three .tj-sec-heading {
  margin-bottom: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-hero-section-three .tj-sec-heading .title {
    font-size: 55px;
  }
}

.tj-hero-section-three .tj-sec-heading .desc {
  max-width: 680px;
}

.tj-hero-section-three .tj-sec-heading .desc p {
  font-size: 18px;
}

.tj-hero-section-three .tj-sec-heading .hero-button {
  margin-top: 30px;
}

.tj-hero-section-three .hero-group-shape .group-1 {
  position: absolute;
  top: 0;
  left: 0;
}

.tj-hero-section-three .hero-group-shape .group-2 {
  position: absolute;
  bottom: 35px;
  right: 35%;
  opacity: 0.4;
}

.tj-hero-section-three .hero-group-shape .group-3 {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.9;
  z-index: 4;
}

.tj-hero-section-three .hero-group-shape .group-4 {
  position: absolute;
  top: 0;
  left: 40%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0.9;
  z-index: 4;
}

.tj-hero-section-three .hero-group-shape .group-5 {
  position: absolute;
  bottom: 100px;
  left: 40%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0.5;
}

.tj-hero-section-three .hero-group-shape .group-6 {
  position: absolute;
  top: 20%;
  width: 105px;
  height: 105px;
  left: 35%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  mask-image: url(../images/shape/shape-60.svg);
  -webkit-mask-image: url(../images/shape/shape-60.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: var(--tj-color-common-white);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-hero-section-three .hero-group-shape {
    display: none;
  }
}

.hero-group-shape {
  opacity: 0.5;
}

@media (max-width: 575px) {
  .hero-group-shape {
    display: none;
  }
}

.hero-group-shape .bg-shape-one {
  position: absolute;
  top: 0;
  right: 0;
}

.hero-group-shape .bg-shape-two {
  position: absolute;
  top: 0;
  right: 0;
}

.hero-group-shape .bg-shape-three {
  position: absolute;
  top: 0;
  right: 0;
}

.hero-group-shape .bg-shape-four {
  position: absolute;
  top: 70px;
  right: 0;
}

.hero-group-shape .hero-shape {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  opacity: 0.4;
}

.hero-group-shape .hero-shape1 {
  position: absolute;
  top: 30%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .hero-group-shape .hero-shape1 {
    display: none;
  }
}

.hero-group-shape .hero-shape2 {
  position: absolute;
  bottom: 10%;
  right: 15%;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .hero-group-shape .hero-shape2 {
    display: none;
  }
}

.hero-left-content {
  position: relative;
  z-index: 3;
}

.hero-left-content .hero-sub-title {
  color: var(--tj-color-common-white);
  font-family: var(--tj-ff-heading2);
  font-size: 35px;
  letter-spacing: 3.5px;
  font-weight: var(--tj-fw-regular);
  display: block;
  margin-bottom: 10px;
}

.hero-left-content .hero-title {
  color: var(--tj-color-common-white);
  margin-bottom: 25px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero-left-content .hero-title {
    font-size: 55px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .hero-left-content .hero-title {
    font-size: 50px;
  }
}

@media (max-width: 575px) {
  .hero-left-content .hero-title {
    font-size: 38px;
  }
}

.hero-left-content p {
  color: var(--tj-color-grey-4);
  font-size: 18px;
  max-width: 685px;
  margin-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-left-content p {
    max-width: 480px;
  }
}

.hero-left-content .hero-button {
  margin-top: 50px;
}

.hero-image-group {
  text-align: right;
  position: relative;
  margin-right: -175px;
  z-index: 3;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .hero-image-group {
    margin-right: -35px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-image-group {
    margin-right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .hero-image-group {
    margin-right: 140px;
    text-align: center;
  }
}

@media (max-width: 575px) {
  .hero-image-group {
    margin-right: 20px;
    text-align: center;
  }
}

.hero-image-group .group-image1 {
  position: relative;
  max-width: 430px;
  width: 100%;
  margin-left: auto;
  z-index: 3;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .hero-image-group .group-image1 {
    max-width: 300px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero-image-group .group-image1 {
    margin-right: -30px;
  }
}

@media (max-width: 575px) {
  .hero-image-group .group-image1 {
    max-width: 250px;
  }
}

.hero-image-group .group-image1::before {
  position: absolute;
  content: "";
  top: -25px;
  width: 110%;
  height: 105%;
  right: -20px;
  background: url(../images/shape/hero-border.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.hero-image-group .group-image1 img {
  position: relative;
  z-index: 3;
  border-radius: 550px;
}

.hero-image-group .group-image2 {
  position: absolute;
  top: 20%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  z-index: 3;
  max-width: 345px;
  width: 100%;
}

.hero-image-group .group-image2::before {
  content: "";
  position: absolute;
  border-radius: 550px 500px 500px 500px;
  opacity: 3.25%;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--tj-color-grey-7)), to(rgba(40, 40, 40, 0.7)));
  background: linear-gradient(180deg, var(--tj-color-grey-7) 0%, rgba(40, 40, 40, 0.7) 100%);
  top: 46%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -15px;
  width: 346px;
  height: 530px;
  z-index: 3;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .hero-image-group .group-image2::before {
    width: 275px;
    height: 450px;
    top: 50%;
    left: -20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .hero-image-group .group-image2::before {
    width: 220px;
    height: 360px;
  }
}

@media (max-width: 575px) {
  .hero-image-group .group-image2::before {
    width: 220px;
    height: 350px;
    top: 50%;
    left: -20px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-image-group .group-image2 {
    left: -50px;
    max-width: 250px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-image-group .group-image2 {
    max-width: 200px;
    left: 25%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero-image-group .group-image2 {
    max-width: 200px;
    left: 15%;
  }
}

@media (max-width: 575px) {
  .hero-image-group .group-image2 {
    max-width: 200px;
    left: 20px;
  }
}

.hero-image-group .group-image2 img {
  border-radius: 515px 500px 515px 500px;
  border: 10px solid var(--tj-color-common-black);
}

.hero-image-group .group-image3 {
  position: absolute;
  left: 0;
  top: -12%;
  opacity: 0.2;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-image-group .group-image3 {
    top: -22%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .hero-image-group .group-image3 {
    display: none;
  }
}

.hero-image-group .group-image4 {
  position: absolute;
  left: 15%;
  top: -5%;
  opacity: 0.5;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-image-group .group-image4 {
    top: -15%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .hero-image-group .group-image4 {
    display: none;
  }
}

.hero-image-group .group-image5 {
  position: absolute;
  right: -20px;
  top: -10%;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .hero-image-group .group-image5 {
    display: none;
  }
}

.hero-image-group .group-image6 {
  position: absolute;
  left: -5%;
  bottom: 5%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-image-group .group-image6 {
    bottom: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .hero-image-group .group-image6 {
    display: none;
  }
}

.hero-content-area {
  padding-top: 255px;
  padding-bottom: 90px;
  max-width: 780px;
  position: relative;
  z-index: 3;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .hero-content-area {
    padding-top: 260px;
    padding-bottom: 30px;
  }
}

.hero-content-area .title {
  color: #FFF;
  leading-trim: both;
  text-edge: cap;
  font-family: var(--tj-ff-heading);
  font-size: 74px;
  font-style: normal;
  font-weight: 400;
  line-height: 80px;
  padding-bottom: 18px;
  /* 108.108% */
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .hero-content-area .title {
    font-size: 40px;
    line-height: 45px;
  }
}

@media (max-width: 575px) {
  .hero-content-area .title {
    font-size: 28px;
    line-height: 35px;
  }
}

.hero-content-area .desc p {
  color: #fff;
  font-size: 20px;
  font-family: var(--tj-ff-body);
  line-height: 36px;
  margin-left: 35px;
  font-weight: 500;
}

@media (max-width: 992px) {
  .hero-content-area .desc p {
    color: var(--tj-color-light-4);
    font-size: 18px;
    line-height: 26px;
  }



  .cal {
    margin-top: 0px;
  }

}

@media (max-width: 575px) {
  .hero-content-area .desc p {
    color: var(--tj-color-light-4);
    font-size: 18px;
    line-height: 26px;
  }

  .form__input-con {
    margin-top: 10px;
  }

  .cal {
    margin-top: 0px;
  }

  .hero-content-area .tj-sec-heading .d-flex {
    display: block !important;
  }

  .m-l-10 {
    margin-left: 0px;
    margin-top: 15px;
  }

}

.hero-content-area .hero-button {
  margin-top: 40px;
  margin-left: 30px;
}

.hero-content-area .active-shape {
  position: relative;
}

.hero-content-area .active-shape::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 50px;
  left: 0;
  bottom: 8%;
  background-image: url(../images/shape/banner-shape.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  z-index: -1;
}

@-webkit-keyframes jump-arrow {

  0%,
  20%,
  55%,
  80%,
  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }

  40% {
    -webkit-transform: translate3d(-50%, -8px, 0);
    transform: translate3d(-50%, -8px, 0);
  }

  70% {
    -webkit-transform: translate3d(-50%, -8px, 0);
    transform: translate3d(-50%, -8px, 0);
  }

  90% {
    -webkit-transform: translate3d(-50%, -5px, 0);
    transform: translate3d(-50%, -5px, 0);
  }
}

@keyframes jump-arrow {

  0%,
  20%,
  55%,
  80%,
  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }

  40% {
    -webkit-transform: translate3d(-50%, -8px, 0);
    transform: translate3d(-50%, -8px, 0);
  }

  70% {
    -webkit-transform: translate3d(-50%, -8px, 0);
    transform: translate3d(-50%, -8px, 0);
  }

  90% {
    -webkit-transform: translate3d(-50%, -5px, 0);
    transform: translate3d(-50%, -5px, 0);
  }
}

/* !END: Theme Hero CSS */
/**----------------------------------------
START: Theme About CSS
----------------------------------------*/
.tj-about-section {
  padding-top: 230px;
  padding-bottom: 150px;
  position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-about-section {
    padding-top: 445px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-about-section {
    padding-top: 410px;
    padding-bottom: 80px;
  }
}

@media (max-width: 575px) {
  .tj-about-section {
    padding-top: 350px;
  }
}

.tj-about-section .tj-sec-heading {
  margin-bottom: 0;
}

.about-section-shape {
  position: absolute;
  top: 10%;
  right: 5%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-section-shape {
    top: 5%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .about-section-shape {
    display: none;
  }
}

.about-content-one .about-button {
  margin-top: 40px;
}

.about-content-one .desc p {
  margin-bottom: 20px;
  max-width: 600px;
}

.about-content-one .desc p:last-child {
  margin-bottom: 0;
}

.about-image-group {
  position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .about-image-group {
    margin-bottom: 270px;
  }
}

@media (max-width: 575px) {
  .about-image-group {
    margin-bottom: 220px;
  }
}

.about-image-group .about-circle-box {
  position: absolute;
  right: 18%;
  border-radius: 50%;
  bottom: 200px;
}

.about-image-group .about-circle-box::before {
  position: absolute;
  content: "";
  width: 22px;
  height: 22px;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
  z-index: 9;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-image-group .about-circle-box {
    bottom: 190px;
    right: 10%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-image-group .about-circle-box {
    right: 32%;
    bottom: 180px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-image-group .about-circle-box {
    bottom: 190px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-image-group .about-circle-box {
    bottom: 160px;
    right: 13%;
  }
}

@media (max-width: 575px) {
  .about-image-group .about-circle-box {
    bottom: 140px;
    right: 2%;
  }
}

.about-image-group .about-circle-box .shape-1 {
  border-radius: 50%;
  padding: 5px;
  position: relative;
  z-index: 3;
  max-width: 120px;
  -webkit-animation: rotateImg 10s infinite linear;
  animation: rotateImg 10s infinite linear;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-image-group .about-circle-box .shape-1 {
    max-width: 100px;
  }
}

@media (max-width: 575px) {
  .about-image-group .about-circle-box .shape-1 {
    max-width: 100px;
  }
}

.about-image-group .about-circle-box .circle-one {
  position: absolute;
  top: 90%;
  left: 20%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 250px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .about-image-group .about-circle-box .circle-one {
    max-width: 210px;
  }
}

.about-image-group .about-circle-box .ab-circle {
  background: rgba(228, 225, 255, 0.15);
  border-radius: 132px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  padding: 5px;
  border: 1px solid var(--tj-color-light-3);
}

.about-image-group .about-circle-box .ab-circle svg {
  fill: var(--tj-color-theme-primary);
  height: auto;
  max-width: 120px;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  width: 100%;
  font-weight: var(--tj-fw-bold);
}

.about-image-group .about-image1 {
  position: absolute;
  top: -240px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 16%;
  max-width: 400px;
  width: 100%;
  z-index: 3;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .about-image-group .about-image1 {
    max-width: 375px;
    left: 30%;
    top: -210px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-image-group .about-image1 {
    max-width: 375px;
    left: 18%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .about-image-group .about-image1 {
    max-width: 375px;
    left: 25%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-image-group .about-image1 {
    max-width: 330px;
    left: 20%;
    top: -190px;
  }
}

@media (max-width: 575px) {
  .about-image-group .about-image1 {
    max-width: 260px;
    left: 20%;
    top: -160px;
  }
}

.about-image-group .about-image1::before {
  position: absolute;
  content: "";
  bottom: -20px;
  right: -50%;
  width: 100%;
  height: 100%;
  background: url(../images/shape/shape-11.svg);
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}

@media (max-width: 575px) {
  .about-image-group .about-image1::before {
    display: none;
  }
}

.about-image-group .about-image1::after {
  position: absolute;
  content: "";
  top: 3.5%;
  left: 7%;
  width: 100%;
  height: 100%;
  background: url(../images/icon/border-shape.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

.about-image-group .about-image1 img {
  border-radius: 50%;
  padding: 50px;
  position: relative;
  z-index: 3;
  max-width: 420px;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-image-group .about-image1 img {
    max-width: 375px;
    padding: 45px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .about-image-group .about-image1 img {
    max-width: 375px;
    padding: 45px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-image-group .about-image1 img {
    max-width: 330px;
    padding: 40px;
  }
}

@media (max-width: 575px) {
  .about-image-group .about-image1 img {
    max-width: 260px;
    padding: 35px;
  }
}

.about-image-group .about-image2 {
  position: absolute;
  top: -20px;
  left: -18.5%;
  max-width: 245px;
  width: 100%;
  bottom: auto;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .about-image-group .about-image2 {
    left: -2.5%;
    max-width: 200px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-image-group .about-image2 {
    left: 0;
    max-width: 120px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-image-group .about-image2 {
    left: 10.5%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-image-group .about-image2 {
    left: 5.5%;
    max-width: 150px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-image-group .about-image2 {
    left: -10px;
    max-width: 130px;
  }
}

@media (max-width: 575px) {
  .about-image-group .about-image2 {
    left: 0;
    max-width: 110px;
    padding: 5px;
    top: 15px;
  }
}

.about-image-group .about-image2 img {
  border: 1px solid var(--tj-color-theme-primary);
  border-radius: 50%;
  padding: 10px;
}

.about-image-group .about-image3 {
  position: absolute;
  top: auto;
  left: 30px;
  bottom: 190px;
  max-width: 200px;
  width: 100%;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .about-image-group .about-image3 {
    bottom: 160px;
    left: 50px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-image-group .about-image3 {
    left: 95px;
    bottom: 150px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .about-image-group .about-image3 {
    left: 95px;
    bottom: 170px;
    max-width: 160px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-image-group .about-image3 {
    left: 40px;
  }
}

@media (max-width: 575px) {
  .about-image-group .about-image3 {
    left: 10px;
    max-width: 130px;
    bottom: 120px;
  }
}

.about-image-group .about-image3::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/icon/border-shape1.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.about-image-group .about-image3 img {
  border-radius: 50%;
  padding: 10px;
}

.about-image-group .about-image4 {
  position: absolute;
  top: 150px;
  right: 16%;
  max-width: 150px;
  width: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-image-group .about-image4 {
    right: 26%;
    top: 85px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .about-image-group .about-image4 {
    right: 10%;
    top: 80px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-image-group .about-image4 {
    max-width: 130px;
    right: 6%;
    top: 80px;
  }
}

@media (max-width: 575px) {
  .about-image-group .about-image4 {
    max-width: 100px;
    right: 2%;
    top: 80px;
  }
}

.about-image-group .about-image4 img {
  border: 1px solid var(--tj-color-theme-secondary);
  border-radius: 50%;
  padding: 7px;
}

.about-image-group .about-shape1 {
  position: absolute;
  bottom: 50px;
  left: -9%;
  top: auto;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .about-image-group .about-shape1 {
    left: -3%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .about-image-group .about-shape1 {
    display: none;
  }
}

.about-image-group .about-shape2 {
  position: absolute;
  left: 4%;
  top: 30px;
  max-width: 250px;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .about-image-group .about-shape2 {
    left: 8%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-image-group .about-shape2 {
    max-width: 220px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .about-image-group .about-shape2 {
    max-width: 185px;
    left: 18%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .about-image-group .about-shape2 {
    max-width: 160px;
    left: 10%;
  }
}

@media (max-width: 575px) {
  .about-image-group .about-shape2 {
    max-width: 130px;
  }
}

.about-image-group .about-shape3 {
  position: absolute;
  right: 22%;
  top: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .about-image-group .about-shape3 {
    display: none;
  }
}

.tj-about-section-two {
  padding-top: 120px;
  padding-bottom: 0px;
  overflow: hidden;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-about-section-two {
    padding-bottom: 70px;
    padding-top: 70px;
    padding: 15px;
  }
}

.tj-about-section-two .tj-sec-heading {
  margin-bottom: 0;
}

.tj-about-section-three {
  padding-top: 190px;
  padding-bottom: 130px;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-about-section-three {
    padding-bottom: 85px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-about-section-three {
    padding-top: 90px;
    padding-bottom: 60px;
  }
}

.about-group-shape {
  opacity: 0.5;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .about-group-shape {
    display: none;
  }
}

.about-group-shape .bg-shape-one {
  position: absolute;
  top: -15%;
  left: -12%;
  opacity: 0.2;
}

.about-group-shape .bg-shape-two {
  position: absolute;
  top: -15%;
  left: -6%;
  opacity: 0.2;
}

.about-group-shape .bg-shape-three {
  position: absolute;
  top: -15%;
  left: 0;
  opacity: 0.2;
}

.about-group-shape .bg-shape-four {
  position: absolute;
  top: -15%;
  left: 6%;
  opacity: 0.2;
}

.about-group-shape .bg-shape-five {
  position: absolute;
  top: -15%;
  left: 12%;
  opacity: 0.2;
}

.about-group-shape .about-shape {
  position: absolute;
  bottom: 10%;
  left: 15%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .about-group-shape .about-shape {
    display: none;
  }
}

.about-group-shape .about-shape1 {
  position: absolute;
  top: 12%;
  right: 13%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .about-group-shape .about-shape1 {
    display: none;
  }
}

.about-image-group-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 3;
}

.about-image-group-last {
  position: absolute;
  bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 3;
}

.about-image-group-three {
  position: relative;
  right: 125px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 3;
}



@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .about-image-group-two {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}



@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .about-image-group-two {
    margin-bottom: 30px;
  }
}

/* .about-image-group-two .shape-1 {
  position: absolute;
  top: -35px;
  right: -32px;
} */



.about-image-group-two .image-1 {
  max-width: 400px;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-image-group-two .image-1 {
    max-width: 370px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-image-group-two .image-1 {
    max-width: 300px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .about-image-group-two .image-1 {
    max-width: 270px;
  }
}

@media (max-width: 575px) {
  .about-image-group-two .image-1 {
    max-width: 200px;
  }
}

.about-image-group-two .image-group-1 {
  position: relative;
  margin-right: 30px;
  max-width: 335px;
  width: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-image-group-two .image-group-1 {
    max-width: 200px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-image-group-two .image-group-1 {
    max-width: 250px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .about-image-group-two .image-group-1 {
    max-width: 200px;
  }
}

@media (max-width: 575px) {
  .about-image-group-two .image-group-1 {
    max-width: 140px;
    margin-right: 20px;
  }
}


@media only screen and (min-width: 1400px) and (max-width: 1600px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-image-group-two .image-group-1 {
    max-width: 230px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .about-image-group-two .image-group-1 .shape-1 {
    display: none;
  }
}

.about-image-group-two .about-circle-box {
  position: absolute;
  right: -90px;
  border-radius: 50%;
  border: 1px solid #E0F4FC;
  padding: 10px;
  top: 33%;
  height: 175px;
  width: 175px;
  -webkit-box-shadow: drop-shadow(30px 15px 30px rgba(0, 0, 0, 0.05));
  box-shadow: drop-shadow(30px 15px 30px rgba(0, 0, 0, 0.05));
  background: var(--tj-color-common-white);
}

.about-image-group-two .about-circle-box svg {
  fill: var(--tj-color-theme-primary);
  height: auto;
  max-width: 105px;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  width: 100%;
  font-weight: var(--tj-fw-bold);
}

/* @media (max-width: 575px) {
  .about-image-group-two .about-circle-box {
    height: 100px;
    width: 100px;
  }
} */

/* @media (max-width: 575px) {
  .about-image-group-two .about-circle-box .shape-1 {
    max-width: 75px;
  }
} */

.about-image-group-two .about-circle-box .smallimg {
  position: absolute;
  content: "";
  width: 76px;
  height: 76px;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);

  z-index: 9;
}

.about-image-group-two .image-group-2 {
  position: relative;
}







.about-image-group-two .image-group-2 .shape-1 {
  position: absolute;
  top: 10%;
  left: 9%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: rotateImg 10s infinite linear;
  animation: rotateImg 10s infinite linear;
}

/* @media (max-width: 575px) {
  .about-image-group-two .image-group-2 .shape-1 {
    top: 11.5%;
    left: 11.5%;
  }
} */

.about-image-group-two .image-group-2 .shape-2 {
  position: absolute;
  bottom: -45px;
  left: 0;
  border-radius: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .about-image-group-two .image-group-2 .shape-2 {
    display: none;
  }
}

.about-image-group-two .image-group-2 img {
  border-radius: 200px 200px 0 0;
}

.about-content-two .sec-title {
  padding-top: 35px;
}

.about-content-two .desc {
  margin-bottom: 30px;
  padding-left: 80px;
}

.about-content-two {
  padding-left: 50px;
}

.about-content-two .desc p {
  color: #053C4F;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0.48px;
  padding-bottom: 45px;
}

.about-content-two .inner {
  margin-bottom: 30px;
  max-width: 100%;
}


.about-content-two .inner p {
  color: #053C4F;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0.48px;
}



.about-content-two .about-category-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid rgba(158, 146, 255, 0.5);
  border-radius: 10px;
  background: var(--tj-color-common-white);
  margin-bottom: 30px;
  padding: 15px 30px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .about-content-two .about-category-item {
    padding: 15px 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .about-content-two .about-category-item {
    margin-bottom: 30px;
  }
}

.about-content-two .about-category-item .about-icon {
  margin-right: 20px;
  line-height: 1;
}

.about-content-two .about-category-item .about-icon i {
  color: var(--tj-color-light-3);
  font-size: 40px;
  position: relative;
  top: 3px;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .about-content-two .about-category-item .about-icon {
    margin-right: 10px;
  }
}

.about-content-two .about-category-item .about-text .title {
  font-weight: var(--tj-fw-medium);
  line-height: 25px;
  margin-bottom: 0;
  font-size: 18px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-content-two .about-category-item .about-text .title {
    font-size: 16px;
  }
}

.about-content-two .about-category-item:hover {
  -webkit-box-shadow: 30px 15px 30px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 30px 15px 30px 0px rgba(0, 0, 0, 0.05);
}

.about-content-two .about-button {
  margin-top: 10px;
}

.about-content-three .desc {
  margin-bottom: 30px;
}

.about-content-three .about-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-bottom: 20px;
}

@media (max-width: 575px) {
  .about-content-three .about-item {
    display: block;
    margin-bottom: 45px;
  }
}

.about-content-three .about-item .about-icon {
  font-size: 25px;
  color: var(--tj-color-light-3);
  width: 60px;
  height: 60px;
  line-height: 65px;
  text-align: center;
  background: var(--tj-color-light-2);
  position: relative;
  z-index: 3;
  display: inline-block;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

@media (max-width: 575px) {
  .about-content-three .about-item .about-icon {
    margin-bottom: 25px;
  }
}

.about-content-three .about-item .about-icon .border-shadow {
  content: "";
  display: block;
  position: absolute;
  z-index: 9;
}

.about-content-three .about-item .about-icon .icon-shape .shadow-1 {
  top: 0;
  left: 0;
  background: var(--tj-color-light-3);
  width: 1px;
  height: 60px;
}

.about-content-three .about-item .about-icon .icon-shape .shadow-2 {
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(-100%, var(--tj-color-light-3)), color-stop(64%, rgba(21, 22, 37, 0)));
  background: linear-gradient(to right, var(--tj-color-light-3) -100%, rgba(21, 22, 37, 0) 64%);
  width: 100px;
  height: 1px;
}

.about-content-three .about-item .about-icon .icon-shape .shadow-3 {
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(-100%, var(--tj-color-light-3)), color-stop(64%, rgba(21, 22, 37, 0)));
  background: linear-gradient(to right, var(--tj-color-light-3) -100%, rgba(21, 22, 37, 0) 64%);
  width: 100px;
  height: 1px;
}

.about-content-three .about-item .about-icon .icon-shape .shadow-4 {
  bottom: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(-100%, var(--tj-color-light-3)), color-stop(64%, rgba(21, 22, 37, 0)));
  background: linear-gradient(to right, var(--tj-color-light-3) -100%, rgba(21, 22, 37, 0) 64%);
  width: 1px;
  height: 60px;
}

.about-content-three .about-item .about-text {
  max-width: 510px;
  width: 100%;
}

.about-content-three .about-item .about-text .title {
  margin-bottom: 10px;
}

.about-content-three .about-item:hover .about-icon {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.about-content-three .about-button {
  margin-top: 30px;
}

.about-image-group-three {
  max-width: 820px;
  width: 100%;
  position: relative;
  margin-left: -165px;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-image-group-three {
    margin-left: 0;
    max-width: 520px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .about-image-group-three {
    max-width: 450px;
    margin-bottom: 60px;
    margin-left: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .about-image-group-three {
    max-width: 350px;
  }
}

@media (max-width: 575px) {
  .about-image-group-three {
    max-width: 250px;
  }
}

.about-image-group-three .gradient-shape {
  -webkit-mask-image: url(../images/shape/about-image.svg);
  mask-image: url(../images/shape/about-image.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  width: 150px;
  height: 125px;
  position: absolute;
  right: -80px;
  top: 45px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .about-image-group-three .gradient-shape {
    display: none;
  }
}

.about-image-group-three .border-shadow {
  content: "";
  display: block;
  position: absolute;
  z-index: 9;
}

.about-image-group-three .border-shape .shadow-1 {
  top: -25px;
  left: 24px;
  background: var(--tj-color-light-3);
  width: 1px;
  height: 110%;
  -webkit-transform: skewX(-11deg);
  -ms-transform: skewX(-11deg);
  transform: skewX(-11deg);
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-image-group-three .border-shape .shadow-1 {
    left: 10px;
    height: 113%;
  }
}

@media (max-width: 575px) {
  .about-image-group-three .border-shape .shadow-1 {
    left: 10px;
    height: 113%;
    top: -15px;
  }
}

.about-image-group-three .border-shape .shadow-2 {
  top: -25px;
  left: 83px;
  background: -webkit-gradient(linear, left top, right top, color-stop(-100%, var(--tj-color-light-3)), color-stop(64%, rgba(21, 22, 37, 0)));
  background: linear-gradient(to right, var(--tj-color-light-3) -100%, rgba(21, 22, 37, 0) 64%);
  width: 100%;
  height: 1px;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .about-image-group-three .border-shape .shadow-2 {
    left: 70px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-image-group-three .border-shape .shadow-2 {
    left: 45px;
  }
}

@media (max-width: 575px) {
  .about-image-group-three .border-shape .shadow-2 {
    left: 35px;
    top: -15px;
  }
}

.about-image-group-three .border-shape .shadow-3 {
  bottom: -30px;
  left: -35px;
  background: -webkit-gradient(linear, left top, right top, color-stop(-100%, var(--tj-color-light-3)), color-stop(64%, rgba(21, 22, 37, 0)));
  background: linear-gradient(to right, var(--tj-color-light-3) -100%, rgba(21, 22, 37, 0) 64%);
  width: 105%;
  height: 1px;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .about-image-group-three .border-shape .shadow-3 {
    bottom: -18px;
    left: -20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-image-group-three .border-shape .shadow-3 {
    bottom: -18px;
    left: -25px;
  }
}

@media (max-width: 575px) {
  .about-image-group-three .border-shape .shadow-3 {
    bottom: -15px;
    left: -15px;
  }
}

.about-image-group-three .border-shape .shadow-4 {
  bottom: -30px;
  right: 33%;
  background: -webkit-gradient(linear, left top, right top, color-stop(-100%, var(--tj-color-light-3)), color-stop(64%, rgba(21, 22, 37, 0)));
  background: linear-gradient(to right, var(--tj-color-light-3) -100%, rgba(21, 22, 37, 0) 64%);
  width: 1px;
  height: 100%;
  -webkit-transform: skewX(-11deg);
  -ms-transform: skewX(-11deg);
  transform: skewX(-11deg);
}

@media only screen and (min-width: 1400px) and (max-width: 1600px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .about-image-group-three .border-shape .shadow-4 {
    bottom: -20px;
  }
}

@media (max-width: 575px) {
  .about-image-group-three .border-shape .shadow-4 {
    bottom: -15px;
  }
}

.about-image-group-three .image-group-1 {
  max-width: 580px;
  width: 100%;
  -webkit-mask-image: url(../images/shape/about-image.svg);
  mask-image: url(../images/shape/about-image.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .about-image-group-three .image-group-1 {
    max-width: 450px;
  }
}

.about-image-group-three .image-group-2 {
  max-width: 345px;
  width: 100%;
  -webkit-mask-image: url(../images/shape/about-image1.svg);
  mask-image: url(../images/shape/about-image1.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  position: absolute;
  bottom: 36px;
  right: -16.5%;
  z-index: 9;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .about-image-group-three .image-group-2 {
    max-width: 260px;
    right: -12.5%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-image-group-three .image-group-2 {
    max-width: 210px;
  }
}

@media (max-width: 575px) {
  .about-image-group-three .image-group-2 {
    max-width: 150px;
  }
}

.about-image-group-three .about-group-shape .shape-1 {
  position: absolute;
  width: 105px;
  height: 105px;
  left: -74px;
  top: -74px;
  -webkit-mask-image: url(../images/shape/shape-60.svg);
  mask-image: url(../images/shape/shape-60.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: var(--tj-color-light-3);
}

.about-image-group-three .about-group-shape .shape-2 {
  position: absolute;
  right: -85px;
  top: 50px;
  height: 115px;
  width: 145px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-mask-image: url(../images/shape/shape-37.svg);
  mask-image: url(../images/shape/shape-37.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: var(--tj-color-light-3);
}

.about-image-group-three .about-group-shape .shape-3 {
  position: absolute;
  right: -95px;
  bottom: -45px;
  height: 225px;
  width: 175px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-mask-image: url(../images/shape/shape-37.svg);
  mask-image: url(../images/shape/shape-37.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: var(--tj-color-light-3);
}

/* !END: Theme About CSS */
/**----------------------------------------
START: Theme Counter CSS
----------------------------------------*/
.tj-counter-section {
  background: -webkit-gradient(linear, left top, right top, color-stop(-25.81%, #1c1c1c), color-stop(116.04%, #373636));
  background: linear-gradient(90deg, #1c1c1c -25.81%, #373636 116.04%);
  padding: 57px 0;
  position: relative;
  overflow: hidden;
}

.counter-section-shape .counter_shape {
  position: absolute;
  left: 0;
  bottom: 0;
}

.counter-section-shape .counter_shape1 {
  position: absolute;
  right: 0;
  bottom: 0;
}

.counter-content-area {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
  z-index: 9;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .counter-content-area {
    grid-template-columns: repeat(2, 1fr);
    text-align: center;
  }
}

@media (max-width: 575px) {
  .counter-content-area {
    grid-template-columns: repeat(1, 1fr);
    text-align: center;
  }
}

.counter-content-area .counter-item {
  border-right: 1.5px solid rgba(161, 172, 179, 0.2);
  position: relative;
  z-index: 9;
  padding-bottom: 14px;
  padding-left: 50px;
}

.counter-content-area .counter-item:first-child {
  padding-left: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .counter-content-area .counter-item {
    border-right: none;
    padding-left: 0;
    margin-bottom: 30px;
  }
}

.counter-content-area .counter-item:last-child {
  border-right: none;
}

.counter-content-area .counter-item .tj-count {
  font-size: 80px;
  font-family: var(--tj-ff-heading);
  font-weight: var(--tj-fw-bold);
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.5);
  line-height: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .counter-content-area .counter-item .tj-count {
    font-size: 55px;
  }
}

@media (max-width: 575px) {
  .counter-content-area .counter-item .tj-count {
    font-size: 50px;
  }
}

.counter-content-area .counter-item .sub-title {
  font-size: 22px;
  color: var(--tj-color-common-white);
  font-weight: var(--tj-fw-bold);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .counter-content-area .counter-item .sub-title {
    font-size: 20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .counter-content-area .counter-item .sub-title {
    font-size: 16px;
  }
}

.tj-counter-section-two {
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
  padding: 60px 0;
  position: relative;
}

.tj-counter-section-two::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url(../images/banner-bg/counter-shape.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.counter-content-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 9;
}

@media (max-width: 575px) {
  .counter-content-two {
    display: block;
    text-align: center;
  }
}

.counter-content-two .counter-item {
  border-right: 1.5px solid rgba(32, 217, 161, 0.3);
  position: relative;
  z-index: 9;
  margin-bottom: 20px;
}

.counter-content-two .counter-item:last-child {
  border-right: none;
}

.counter-content-two .counter-item .tj-count {
  font-size: 80px;
  font-weight: var(--tj-fw-bold);
  font-family: var(--tj-ff-heading);
  opacity: 0.1;
  color: var(--tj-color-theme-secondary);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .counter-content-two .counter-item .tj-count {
    font-size: 40px;
  }
}

.counter-content-two .counter-item .sub-title {
  font-size: 22px;
  color: var(--tj-color-common-white);
  font-weight: var(--tj-fw-bold);
  position: absolute;
  top: 50%;
  left: 25%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.counter-item-two {
  margin-bottom: 30px;
}

@media (max-width: 575px) {
  .counter-item-two {
    margin-bottom: 15px;
  }
}

.counter-item-two .tj-count {
  font-size: 60px;
  font-family: var(--tj-ff-heading);
  font-weight: var(--tj-fw-bold);
  color: var(--tj-color-common-white);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .counter-item-two .tj-count {
    font-size: 40px;
  }
}

.counter-item-two .sub-title {
  color: var(--tj-color-common-white);
  font-weight: var(--tj-fw-medium);
  font-family: var(--tj-ff-heading);
  font-size: 18px;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counter-item-two .sub-title {
    font-size: 16px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .counter-item-two .sub-title {
    font-size: 15px;
  }
}

/* !END: Theme Counter CSS */
/**----------------------------------------
START: Theme Service CSS
----------------------------------------*/
.tj-service-section {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-service-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.tj-service-section .tj-sec-heading {
  max-width: 780px;
  margin-bottom: 110px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-service-section .tj-sec-heading {
    margin-bottom: 95px;
  }
}

.service-section-shape .service-bg-shape {
  position: absolute;
  top: 35px;
  right: 95px;
  z-index: 3;
  opacity: 0.3;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .service-section-shape .service-bg-shape {
    display: none;
  }
}

.service-section-shape .service-bg-shape1 {
  position: absolute;
  top: 50px;
  right: 6%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .service-section-shape .service-bg-shape1 {
    display: none;
  }
}

.service-section-shape .service-bg-shape2 {
  position: absolute;
  left: 3%;
  bottom: 20%;
  opacity: 0.3;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .service-section-shape .service-bg-shape2 {
    display: none;
  }
}

.service-section-shape .service-bg-shape3 {
  position: absolute;
  left: 10%;
  bottom: 26%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .service-section-shape .service-bg-shape3 {
    display: none;
  }
}

.service-section-shape .service-bg-shape4 {
  position: absolute;
  left: 60px;
  top: 25%;
  opacity: 0.3;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .service-section-shape .service-bg-shape4 {
    display: none;
  }
}

.tj-service-item {
  border-radius: 20px;
  margin-bottom: 30px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  z-index: 3;
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
  border: 1px solid var(--tj-color-light-2);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-service-item {
    margin-bottom: 80px;
  }
}

.tj-service-item .service-inner {
  background-color: var(--tj-color-light-2);
  border-radius: 10px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  padding-bottom: 0;
}

.tj-service-item .service-icon {
  position: relative;
  width: 100px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -50px;
  z-index: 1;
  color: var(--tj-color-common-white);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.tj-service-item .service-icon i {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 45px;
  height: 45px;
  font-size: 45px;
  line-height: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
}

.tj-service-item .service-icon .image-1,
.tj-service-item .service-icon .image-2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  z-index: -2;
}

.tj-service-item .service-icon .image-2 {
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.tj-service-item .title-link {
  margin-bottom: 25px;
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: var(--tj-color-common-black);
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-service-item .title-link {
    margin-bottom: 15px;
  }
}

.tj-service-item .title-link:hover {
  color: transparent;
}

.tj-service-item .service-content {
  padding: 20px 30px 35px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-service-item .service-content {
    padding: 25px 15px 25px;
  }
}

.tj-service-item .service-content p {
  margin-bottom: 0;
}

.tj-service-item:hover {
  background-color: transparent;
  -webkit-box-shadow: 30px 15px 30px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 30px 15px 30px 0px rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-color: transparent;
}

.tj-service-item:hover .service-icon i {
  -webkit-transform: translate(-50%, -50%) rotate(360deg);
  -ms-transform: translate(-50%, -50%) rotate(360deg);
  transform: translate(-50%, -50%) rotate(360deg);
}

.tj-service-item:hover .service-icon .image-2 {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.service-button {
  margin-top: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .service-button {
    margin-top: -20px;
  }
}

.tj-service-section-two {
  padding-top: 90px;
  padding-bottom: 100px;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-service-section-two {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}

.tj-service-section-two .tj-sec-heading {
  max-width: 500px;
  margin-left: 0;
}

.service-group-shape .service-shape {
  position: absolute;
  top: 12%;
  right: 14%;
}

.service-group-shape .service-shape1 {
  position: absolute;
  bottom: 30%;
  left: 0px;
}

.service-group-shape .service-shape1 {
  height: 200px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .service-group-shape {
    display: none;
  }
}





.tj-service-item-two {
  display: grid;
  background: transparent;
  padding: 60px 0;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-service-item-two {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-service-item-two {
    padding: 45px 0;
  }
}

.tj-service-item-two:first-child {
  padding-top: 0;
}

.tj-service-item-two::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
}

.tj-service-item-two .service-content-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-service-item-two .service-content-info {
    margin-bottom: 15px;
  }
}

.tj-service-item-two .service-content-info .service-left-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tj-service-item-two .service-content-info .service-wrapper {
  position: absolute;
  top: -15px;
  -webkit-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
  right: 60px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 3;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-service-item-two .service-content-info .service-wrapper {
    display: none;
  }
}

.tj-service-item-two .service-content-info .service-wrapper::before {
  position: absolute;
  content: "";
  top: -15px;
  left: 10px;
  width: 195px;
  height: 300px;
  background: var(--tj-color-light-5);
  z-index: -1;
  border-radius: 0 0 200px 200px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-service-item-two .service-content-info .service-wrapper::before {
    left: 0;
    width: 145px;
    height: 205px;
  }
}

.tj-service-item-two .service-content-info .service-wrapper img {
  width: 100%;
  border-radius: 0 0 200px 200px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-service-item-two .service-content-info .service-wrapper {
    right: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-service-item-two .service-content-info .service-wrapper {
    max-width: 130px;
  }
}

.tj-service-item-two .service-left-content .service-icon {
  margin-right: 25px;
}

.tj-service-item-two .service-left-content .service-icon i {
  font-size: 60px;
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: var(--tj-color-common-black);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 575px) {
  .tj-service-item-two .service-left-content .service-icon {
    margin-right: 15px;
  }
}

.tj-service-item-two .service-left-content .service-text .title-link {
  margin-bottom: 0;
}

.tj-service-item-two .service-left-content .service-text .title-link a {
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-service-item-two .service-left-content .service-text .title-link a {
    font-size: 30px;
  }
}

.tj-service-item-two .service-left-content .number {
  font-size: 50px;
  -webkit-text-fill-color: var(--tj-color-common-white);
  -webkit-text-stroke: 1px var(--tj-color-common-black);
  font-family: var(--tj-ff-heading);
  font-weight: var(--tj-fw-bold);
  opacity: 0.5;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-service-item-two .service-left-content .number {
    font-size: 35px;
  }
}

.tj-service-item-two .service-middle-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tj-service-item-two .service-middle-content .service-text .desc {
  max-width: 560px;
}

.tj-service-item-two .service-middle-content .service-text .desc p {
  margin-bottom: 0;
}

.tj-service-item-two .service-middle-content .service-arrow {
  font-size: 50px;
  color: var(--tj-color-common-black);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.tj-service-item-two .service-middle-content .service-arrow i {
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: var(--tj-color-common-black);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-service-item-two .service-middle-content .service-arrow {
    font-size: 35px;
  }
}

.tj-service-item-two .service-middle-content .service-tags {
  margin-top: 30px;
}

.tj-service-item-two:hover .title-link a {
  color: transparent;
}

.tj-service-item-two:hover .service-icon i {
  color: transparent;
}

.tj-service-item-two:hover .number {
  -webkit-text-fill-color: var(--tj-color-common-white);
  -webkit-text-stroke: 1px var(--tj-color-theme-secondary);
}

.tj-service-item-two:hover .service-wrapper {
  opacity: 1;
  visibility: visible;
}

.tj-service-item-two:hover .service-arrow {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.tj-service-item-two:hover .service-arrow i {
  color: transparent;
}

.tj-service-section-three {
  padding-top: 150px;
  padding-bottom: 20px;
  position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-service-section-three {
    padding-bottom: 90px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-service-section-three {
    padding-top: 90px;
    padding-bottom: 85px;
  }
}

.tj-service-section-three .tj-sec-heading {
  margin-bottom: 40px;
  max-width: 580px;
  margin-left: 0;
}

.tj-service-section-three .service-section-shape {
  top: 40%;
  left: 83px;
  position: absolute;
  width: 150px;
  height: 150px;
  -webkit-mask-image: url(../images/shape/shape-60.svg);
  mask-image: url(../images/shape/shape-60.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: var(--tj-color-light-3);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-service-section-three .service-section-shape {
    display: none;
  }
}

.tj-service-item-three {
  border: 1px solid var(--tj-color-grey-7);
  border-radius: 8px;
  padding: 30px;
  position: relative;
  z-index: 3;
  margin-bottom: 100px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: var(--tj-color-common-white);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-service-item-three {
    margin-bottom: 30px;
    padding: 20px;
  }
}

.tj-service-item-three::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  background: var(--tj-color-grey-5);
  border-radius: 8px;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}

.tj-service-item-three::after {
  position: absolute;
  content: "";
  top: 0;
  right: 45px;
  width: 0;
  height: 100%;
  border-top: 270px solid var(--tj-color-common-white);
  border-left: 100px solid transparent;
  background: var(--tj-color-grey-5);
  border-radius: 8px;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-service-item-three::after {
    right: 85px;
    border-top: 222px solid var(--tj-color-common-white);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-service-item-three::after {
    right: 85px;
    border-top: 240px solid var(--tj-color-common-white);
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-service-item-three::after {
    right: 85px;
    border-top: 243px solid var(--tj-color-common-white);
  }
}

@media (max-width: 575px) {
  .tj-service-item-three::after {
    right: 85px;
    border-top: 240px solid var(--tj-color-common-white);
  }
}

.tj-service-item-three .service-icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  display: inline-block;
  background: var(--tj-color-light-7);
  border-radius: 5px;
  color: var(--tj-color-common-black);
  font-size: 30px;
  margin-bottom: 20px;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.tj-service-item-three .title {
  margin-bottom: 20px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-service-item-three .title {
    margin-bottom: 10px;
  }
}

.tj-service-item-three .title:hover {
  color: var(--tj-color-theme-primary);
}

.tj-service-item-three p {
  margin-bottom: 0;
}

.tj-service-item-three .border-inner {
  position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-service-item-three .border-inner {
    display: none;
  }
}

.tj-service-item-three .border-inner::before {
  position: absolute;
  content: "";
  width: 145%;
  height: 1px;
  bottom: -80px;
  left: -75px;
  background: var(--tj-color-grey-7);
}

.tj-service-item-three .border-inner::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 15px solid var(--tj-color-grey-7);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  top: 65px;
}

.tj-service-item-three .border-inner2 {
  position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-service-item-three .border-inner2 {
    display: none;
  }
}

.tj-service-item-three .border-inner2::before {
  position: absolute;
  content: "";
  width: 145%;
  height: 1px;
  top: -83px;
  right: -80px;
  background: var(--tj-color-grey-7);
}

.tj-service-item-three .border-inner2::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 15px solid var(--tj-color-grey-7);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  bottom: 68px;
}

.tj-service-item-three:hover {
  border-color: var(--tj-color-light-3);
}

.tj-service-item-three:hover .service-icon {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.tj-service-item-three:hover::before {
  opacity: 1;
  visibility: visible;
}

.tj-service-item-three:hover::after {
  opacity: 1;
  visibility: visible;
}

.tj-service-item-three:hover .border-inner::after {
  border-bottom: 15px solid var(--tj-color-light-3);
}

.tj-service-item-three:hover .border-inner2::after {
  border-top: 15px solid var(--tj-color-light-3);
}

.tj-service-video-content {
  position: relative;
  padding-left: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-service-video-content {
    padding-left: 0;
  }
}

.tj-service-video-content .desc {
  max-width: 485px;
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-service-video-content .desc {
    max-width: 100%;
  }
}

.tj-service-video-content .desc p {
  margin-bottom: 0;
}

.tj-service-video-content .video-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.tj-service-video-content .video-area .video-play a {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  font-size: 22px;
  color: var(--tj-color-common-black);
  display: inline-block;
  text-align: center;
  background: var(--tj-color-light-7);
}

.tj-service-video-content .video-text .title {
  color: var(--tj-color-text-body);
  font-size: 18px;
  font-weight: var(--tj-fw-medium);
}

.tj-service-video-content .video-shape {
  position: absolute;
  right: 0;
  top: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-service-video-content .video-shape {
    display: none;
  }
}

/* !END: Theme Service CSS */
/**----------------------------------------
START: Theme Service CSS
----------------------------------------*/
.tj-service-details {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-service-details {
    padding-top: 80px;
    padding-bottom: 55px;
  }
}

.tj-service-details .tj-services-shape .shape-one {
  position: absolute;
  bottom: 0;
  left: 0;
}

.tj-service-details .tj-services-shape .shape-two {
  position: absolute;
  bottom: 0;
  right: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-service-details .tj-services-shape {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-main-sidebar {
    margin-top: 60px;
  }
}

.service-inner {
  padding-bottom: 45px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .service-inner {
    padding-bottom: 15px;
  }
}

.service-inner .tj-service-item {
  margin-bottom: 80px;
}

.service-wrapper .services-item {
  padding-top: 45px;
  margin-bottom: 30px;
}

.service-wrapper .services-item p {
  margin-bottom: 0;
}

.service-wrapper .service-details-item {
  background: var(--tj-color-light-2);
  border-radius: 20px;
  padding: 0 30px 30px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .service-wrapper .service-details-item {
    padding: 0 20px 20px;
  }
}

@media (max-width: 575px) {
  .service-wrapper .service-details-item {
    margin-bottom: 70px;
  }
}

.service-wrapper .service-details-item .service-icon {
  background: var(--tj-color-light-7);
  width: 70px;
  height: 70px;
  line-height: 76px;
  text-align: center;
  display: inline-block;
  border-radius: 10px;
  margin-top: -35px;
  margin-bottom: 30px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.service-wrapper .service-details-item .service-icon i {
  font-size: 30px;
  color: var(--tj-color-light-3);
}

.service-wrapper .service-details-item .service-content .title {
  margin-bottom: 15px;
}

.service-wrapper .service-details-item .service-content p {
  margin-bottom: 0;
}

.service-wrapper .service-details-item:hover .service-icon {
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .service-wrapper .blog-video-area .video-image {
    margin-bottom: 30px;
  }
}

.service-wrapper .blog-video-area .video-content .check-list ul li {
  font-weight: var(--tj-fw-bold);
}

.service-wrapper .tj-faq-area {
  padding-left: 0;
}

.tj-services-widget {
  background: -webkit-gradient(linear, left top, right top, from(rgba(32, 217, 161, 0.08)), to(rgba(95, 57, 255, 0.08)));
  background: linear-gradient(90deg, rgba(32, 217, 161, 0.08) 0%, rgba(95, 57, 255, 0.08) 100%);
  margin-bottom: 24px;
  border-radius: 10px;
  padding: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-services-widget {
    padding: 35px 15px;
  }
}

.tj-services-widget .side-title {
  font-size: 25px;
  color: var(--tj-color-light-3);
  position: relative;
  margin-bottom: 35px;
}

.tj-services-widget .side-title::before {
  position: absolute;
  content: "";
  bottom: -10px;
  left: 0;
  width: 90px;
  height: 3px;
  background: var(--tj-color-light-3);
}

.sidebar-contact {
  position: relative;
}

.sidebar-contact .contact-icon {
  width: 70px;
  height: 70px;
  line-height: 65px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid var(--tj-color-light-3);
  margin-bottom: 20px;
  position: relative;
  z-index: 3;
}

.sidebar-contact .contact-icon img {
  max-width: 38px;
  width: 100%;
}

.sidebar-contact .contact-link {
  margin-bottom: 10px;
  position: relative;
  z-index: 3;
}

.sidebar-contact .contact-link a {
  font-size: 35px;
  font-weight: var(--tj-fw-bold);
  color: var(--tj-color-light-3);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.sidebar-contact .contact-link a:hover {
  color: var(--tj-color-common-black);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .sidebar-contact .contact-link a {
    font-size: 25px;
  }
}

.sidebar-contact span {
  font-size: 18px;
  font-weight: var(--tj-fw-medium);
  position: relative;
  z-index: 3;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .sidebar-contact span {
    font-size: 16px;
  }
}

.sidebar-contact .contact-shape {
  position: absolute;
  bottom: -40px;
  left: -40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .sidebar-contact .contact-shape {
    display: none;
  }
}

/* !END: Theme Service CSS */
/**----------------------------------------
START: Theme Testimonial CSS
----------------------------------------*/
.tj-testimonial-section {
  padding-bottom: 115px;
  padding-top: 120px;
  background: var(--tj-color-light-2);
  overflow-x: hidden;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-testimonial-section {
    padding-bottom: 75px;
    padding-top: 80px;
  }
}

.testimonial-section-shape .testmonial-shape1 {
  position: absolute;
  top: 5%;
  right: 30px;
  opacity: 0.3;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .testimonial-section-shape .testmonial-shape1 {
    display: none;
  }
}

.testimonial-section-shape .testmonial-shape2 {
  position: absolute;
  top: 8%;
  right: 5%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .testimonial-section-shape .testmonial-shape2 {
    display: none;
  }
}

.testimonial-section-shape .testmonial-shape3 {
  position: absolute;
  bottom: 20%;
  left: 12%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .testimonial-section-shape .testmonial-shape3 {
    display: none;
  }
}

.testimonial-section-shape .testmonial-shape4 {
  position: absolute;
  bottom: 10%;
  left: 7%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .testimonial-section-shape .testmonial-shape4 {
    display: none;
  }
}

.testimonial-slider {
  margin-left: calc((100% - 1340px) / 2);
  width: auto;
  min-width: auto;
  max-width: inherit;
  padding-right: 0;
  margin-right: -275px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .testimonial-slider {
    margin-left: calc((100% - 1140px) / 2);
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-slider {
    margin-left: calc((100% - 960px) / 2);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-slider {
    margin-left: calc((100% - 745px) / 2);
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .testimonial-slider {
    margin-left: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .testimonial-slider {
    margin-right: 15px;
  }
}

.testimonial-slider .swiper-pagination {
  width: auto;
  right: 25%;
  left: auto;
  bottom: 15px;
  height: 8px;
  width: 168px;
  border-radius: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-slider .swiper-pagination {
    right: 30%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-slider .swiper-pagination {
    right: 35%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonial-slider .swiper-pagination {
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.testimonial-slider .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
}

.testimonial-slider .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-bottom: 0;
}

.testimonial-slider .swiper-pagination-bullet {
  width: 48px;
  height: 8px;
  cursor: pointer;
  border-radius: 10px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: transparent;
  position: relative;
  top: -9px;
  background: rgba(95, 57, 255, 0.5);
}

.testimonial-slider .swiper-pagination-bullet-active {
  width: 48px;
  height: 8px;
  position: relative;
  border-radius: 50px;
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
}

.testimonial-top-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 60px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  position: relative;
  z-index: 3;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .testimonial-top-area {
    margin-bottom: 50px;
  }
}

.testimonial-top-area .testimonial-right-content {
  margin-top: 15px;
}

.testimonial-top-area .testimonial-right-content p {
  max-width: 570px;
  margin-bottom: 0;
}

.testimonial-top-area .tj-sec-heading {
  margin: 0;
  max-width: 500px;
}

.testimonial-top-area .tj-sec-heading .sec-title {
  margin-bottom: 0;
}

.testimonial-item {
  border-radius: 30px;
  border: 1px solid transparent;
  opacity: 0.9;
  max-width: 610px;
  padding: 45px 50px;
  margin-bottom: 80px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: var(--tj-color-common-white);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .testimonial-item {
    padding: 35px 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .testimonial-item {
    margin-bottom: 70px;
  }
}

.testimonial-item .testimonial-top-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.testimonial-item .testimonial-top-content .testimonial-left-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 20px;
  margin-bottom: 30px;
  position: relative;
}

.testimonial-item .testimonial-top-content .testimonial-left-content::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background: var(--tj-color-grey-1);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.testimonial-item .testimonial-top-content .testimonial-left-content .auother-image {
  border: 1px solid var(--tj-color-theme-secondary);
  padding: 5px;
  border-radius: 50%;
  margin-right: 20px;
}

.testimonial-item .testimonial-top-content .testimonial-left-content .auother-image img {
  border-radius: 50%;
}

@media (max-width: 575px) {
  .testimonial-item .testimonial-top-content .testimonial-left-content .auother-image {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.testimonial-item .testimonial-quote {
  max-width: 60px;
  margin: auto;
}

.testimonial-item .title {
  margin-bottom: 25px;
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: var(--tj-color-common-black);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.testimonial-item .testimonial-right-content .testimonial-rating {
  border-radius: 5px;
  background: var(--tj-color-common-white);
  -webkit-box-shadow: 30px 15px 30px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 30px 15px 30px 0px rgba(0, 0, 0, 0.05);
  padding: 8px 20px;
  margin-bottom: 30px;
  width: 150px;
  text-align: center;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .testimonial-item .testimonial-right-content .testimonial-rating {
    padding: 8px 10px;
  }
}

.testimonial-item .testimonial-right-content .testimonial-rating ul li {
  display: inline-block;
}

.testimonial-item .testimonial-right-content .testimonial-rating ul li i {
  color: var(--tj-color-extra-2);
}

.testimonial-item .test-title {
  font-size: 20px;
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: var(--tj-color-common-black);
  display: inline-block;
}

.testimonial-item .auother-text .title {
  margin-bottom: 5px;
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.testimonial-item p {
  margin-bottom: 0;
}

.testimonial-item:hover {
  border-color: var(--tj-color-theme-primary);
  border-radius: 30px;
  background: var(--tj-color-common-white);
  -webkit-box-shadow: 30px 15px 30px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 30px 15px 30px 0px rgba(0, 0, 0, 0.05);
}

.testimonial-item:hover .testimonial-left-content::before {
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
}

.testimonial-item:hover .testimonial-quote svg path {
  fill: var(--tj-color-theme-primary);
  opacity: 0.3;
}

.testimonial-item:hover .test-title {
  color: transparent;
}

.testimonial-item:hover .title {
  color: transparent;
}

.tj-testimonial-section-two {
  padding-top: 130px;
  padding-bottom: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-testimonial-section-two {
    padding-top: 60px;
    padding-bottom: 50px;
  }
}

.tj-testimonial-section-two .tj-sec-heading {
  max-width: 550px;
  margin-left: 0;
}

.tj-testimonial-item-two .testimonial-top-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

.tj-testimonial-item-two .testimonial-top-header .thumb-image {
  margin-right: 25px;
  position: relative;
}

.tj-testimonial-item-two .testimonial-top-header .thumb-image .thumb-1 {
  border-radius: 50%;
  position: relative;
}

.tj-testimonial-item-two .testimonial-top-header .thumb-image .quote-1 {
  position: absolute;
  left: -25px;
  bottom: 0;
  max-width: 50px;
}

.tj-testimonial-item-two .testimonial-review {
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tj-testimonial-item-two .testimonial-review .left-content {
  margin-right: 60px;
}

@media (max-width: 575px) {
  .tj-testimonial-item-two .testimonial-review .left-content {
    margin-right: 0;
  }
}

.tj-testimonial-item-two .testimonial-review .left-content .title {
  margin-bottom: 0;
}

.tj-testimonial-item-two .testimonial-review .testimonial-rating {
  border-radius: 5px;
  background: var(--tj-color-common-white);
  -webkit-box-shadow: 30px 15px 30px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 30px 15px 30px 0px rgba(0, 0, 0, 0.05);
  padding: 10px 20px;
}

.tj-testimonial-item-two .testimonial-review .testimonial-rating ul li {
  display: inline-block;
  color: var(--tj-color-extra-2);
}

.tj-testimonial-item-two .desc {
  margin-bottom: 45px;
}

.tj-testimonial-item-two .desc p {
  color: #053C4F;
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
  /* 190.909% */
}

.tj-testimonial-slider2 {
  padding-left: 30px;
}

.tj-testimonial-slider2 .swiper-pagination {
  width: auto;
  left: 65px;
  bottom: 0;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}

.tj-testimonial-slider2 .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
}

.tj-testimonial-slider2 .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-bottom: 0;
}

.tj-testimonial-slider2 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  cursor: pointer;
  border-radius: 50%;
  background: var(--tj-color-text-body);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin: 0 7px !important;
}

.tj-testimonial-slider2 .swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
  position: relative;
  border-radius: 50%;
  background-color: var(--tj-color-common-white);
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
}

.tj-testimonial-slider2 .swiper-pagination-bullet-active::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 2px solid var(--tj-color-theme-secondary);
  width: 22px;
  height: 22px;
  border-radius: 50%;
}

.testimonial-image-group {
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .testimonial-image-group {
    margin-bottom: 50px;
  }
}

.testimonial-image-group .group-image {
  border-radius: 50%;
  padding: 18px;
}

@media (max-width: 575px) {
  .testimonial-image-group .group-image {
    padding: 0;
  }
}

.testimonial-image-group .group-image::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: url(../images/banner-bg/faq-border.svg);
  background-repeat: no-repeat;
}

@media (max-width: 575px) {
  .testimonial-image-group .group-image::before {
    display: none;
  }
}

.testimonial-image-group .group-image img {
  border-radius: 50%;
}

.testimonial-image-group .shape-1 {
  position: absolute;
  right: 10%;
  bottom: 10%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-image-group .shape-1 {
    right: 25%;
  }
}

.testimonial-image-group .shape-2 {
  position: absolute;
  right: 22%;
  bottom: 30%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-image-group .shape-2 {
    right: 35%;
  }
}

.tj-testimonial-section-three {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-testimonial-section-three {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.tj-testimonial-section-three .thumb-area {
  max-width: 420px;
  width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-testimonial-section-three .thumb-area {
    margin-bottom: 40px;
  }
}

.tj-testimonial-section-three .thumb-area .swiper-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-testimonial-section-three .thumb-area .swiper-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.tj-testimonial-section-three .thumb-area .thumb_slider {
  margin-bottom: 20px;
}

.tj-testimonial-section-three .thumb-area .thumb_slider .thumb_slide {
  width: 122px !important;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-testimonial-section-three .thumb-area .thumb_slider .thumb_slide {
    width: 110px !important;
  }
}

@media (max-width: 575px) {
  .tj-testimonial-section-three .thumb-area .thumb_slider .thumb_slide {
    width: 100px !important;
  }
}

.tj-testimonial-section-three .thumb-area .thumb_slider .thumb_slide .thumb-1 {
  position: relative;
  border-radius: 50%;
  border: 3.11px solid var(--tj-color-light-3);
  max-width: 100px;
  width: 100%;
  cursor: pointer;
}

@media (max-width: 575px) {
  .tj-testimonial-section-three .thumb-area .thumb_slider .thumb_slide .thumb-1 {
    max-width: 60px;
  }
}

.tj-testimonial-section-three .thumb-area .thumb_slider .thumb_slide .thumb-1::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
}

.tj-testimonial-section-three .thumb-area .thumb_slider .thumb_slide .thumb-1 img {
  width: 100%;
  border-radius: 50%;
  max-width: 100px;
}

.tj-testimonial-section-three .thumb-area .thumb_slider .thumb_slide .thumb-arrow {
  position: absolute;
  bottom: 0;
  right: 15px;
  color: var(--tj-color-light-3);
  width: 37px;
  height: 37px;
  line-height: 43px;
  border-radius: 50%;
  text-align: center;
  font-size: 20px;
  background: var(--tj-color-light-8);
}

.tj-testimonial-section-three .thumb-area .thumb_slider .thumb_slide .thumb-arrow::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
}

.tj-testimonial-section-three .thumb-area .thumb_slider .thumb_slide.swiper-slide-thumb-active {
  margin-right: 30px !important;
}

@media (max-width: 575px) {
  .tj-testimonial-section-three .thumb-area .thumb_slider .thumb_slide.swiper-slide-thumb-active {
    margin-right: 20px !important;
  }
}

.tj-testimonial-section-three .thumb-area .thumb_slider .thumb_slide.swiper-slide-thumb-active .thumb-1 {
  max-width: 110px;
  width: 100%;
  border-radius: 50%;
}

.tj-testimonial-section-three .thumb-area .thumb_slider .thumb_slide.swiper-slide-thumb-active .thumb-1 img {
  border-radius: 50%;
  max-width: 110px;
  width: 100%;
}

.tj-testimonial-section-three .thumb-area .thumb_slider .thumb_slide.swiper-slide-thumb-active .thumb-1::before {
  display: none;
}

@media (max-width: 575px) {
  .tj-testimonial-section-three .thumb-area .thumb_slider .thumb_slide.swiper-slide-thumb-active .thumb-1 {
    max-width: 80px;
  }
}

.tj-testimonial-section-three .thumb-area .thumb_slider .thumb_slide.swiper-slide-thumb-active .thumb-arrow {
  width: 51px;
  height: 51px;
  line-height: 63px;
  right: -5px;
}

.tj-testimonial-section-three .thumb-area .thumb_slider .thumb_slide.swiper-slide-thumb-active .thumb-arrow::before {
  display: none;
}

.tj-testimonial-section-three .thumb-area .testimonial-info {
  text-align: center;
}

.tj-testimonial-section-three .thumb-area .testimonial-info .title {
  font-size: 25px;
  margin-bottom: 7px;
}

.tj-testimonial-section-three .thumb-area .testimonial-info .sub-tilte {
  font-size: 15px;
  font-weight: var(--tj-fw-medium);
}

.tj-testimonial-section-three .testimonial-navigation .swiper-button-next,
.tj-testimonial-section-three .testimonial-navigation .swiper-button-prev {
  position: absolute;
  bottom: 0;
  top: auto;
  left: 0;
  border-radius: 3px;
  width: 67px;
  height: 67px;
  line-height: 67px;
  text-align: center;
  color: var(--tj-color-light-3);
  background: rgba(214, 209, 255, 0.1);
  font-size: 25px;
  z-index: 1;
  border-radius: 50%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {

  .tj-testimonial-section-three .testimonial-navigation .swiper-button-next,
  .tj-testimonial-section-three .testimonial-navigation .swiper-button-prev {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
  }
}

.tj-testimonial-section-three .testimonial-navigation .swiper-button-next::before,
.tj-testimonial-section-three .testimonial-navigation .swiper-button-prev::before {
  position: absolute;
  content: "\f060";
  font-family: "Font Awesome 6 Pro";
}

.tj-testimonial-section-three .testimonial-navigation .swiper-button-next:hover,
.tj-testimonial-section-three .testimonial-navigation .swiper-button-prev:hover {
  background-color: var(--tj-color-light-3);
  color: var(--tj-color-common-white);
}

.tj-testimonial-section-three .testimonial-navigation .swiper-button-next {
  left: 85px;
}

.tj-testimonial-section-three .testimonial-navigation .swiper-button-next::before {
  content: "\f061";
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-testimonial-section-three .testimonial-navigation .swiper-button-next {
    left: 65px;
  }
}

.tj-testimonial-section-three .testimonial-navigation .swiper-button-prev:after,
.tj-testimonial-section-three .testimonial-navigation .swiper-button-next:after {
  display: none;
}

.tj-testimonial-section-three .testimonial-sec-shape .shape-one {
  position: absolute;
  top: 15%;
  right: 5%;
}

.tj-testimonial-section-three .testimonial-sec-shape .shape-two {
  position: absolute;
  top: 15%;
  right: 10%;
  -webkit-mask-image: url(../images/shape/shape-37.svg);
  mask-image: url(../images/shape/shape-37.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: var(--tj-color-light-3);
  height: 225px;
  width: 175px;
  opacity: 0.3;
}

.tj-testimonial-section-three .testimonial-sec-shape .shape-three {
  position: absolute;
  bottom: 4%;
  left: 4%;
  -webkit-transform: rotate(-80deg);
  -ms-transform: rotate(-80deg);
  transform: rotate(-80deg);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-testimonial-section-three .testimonial-sec-shape {
    display: none;
  }
}

.testimonial-slider-item {
  margin-bottom: 105px;
}

.testimonial-slider-item .testimonial-rating {
  border-radius: 25px;
  background: var(--tj-color-common-white);
  -webkit-box-shadow: 0px 4.4px 20px -1px rgba(19, 16, 34, 0.05);
  box-shadow: 0px 4.4px 20px -1px rgba(19, 16, 34, 0.05);
  display: inline-block;
  padding: 8px 15px;
  margin-bottom: 30px;
}

.testimonial-slider-item .testimonial-rating ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2px;
}

.testimonial-slider-item .testimonial-rating ul li {
  color: var(--tj-color-extra-2);
}

.testimonial-slider-item p {
  font-size: 20px;
  font-weight: var(--tj-fw-medium);
  margin-bottom: 24px;
}

.testimonial-slider-item p:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .testimonial-slider-item p {
    font-size: 18px;
  }
}

/* !END: Theme Testimonial CSS */
/**----------------------------------------
START: Theme Team CSS
----------------------------------------*/
.tj-team-section {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-team-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.tj-team-section .tj-sec-heading {
  max-width: 760px;
  position: relative;
  z-index: 3;
}

.tj-team-section .team-button {
  margin-top: 30px;
  position: relative;
  z-index: 3;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-team-section .team-button {
    margin-top: 20px;
  }
}

.tj-team-section-two {
  background: var(--tj-color-light-2);
  padding-top: 120px;
  padding-bottom: 90px;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-team-section-two {
    padding-top: 80px;
    padding-bottom: 50px;
  }
}

.tj-team-section-two .tj-sec-heading {
  max-width: 760px;
  position: relative;
  z-index: 3;
}

.tj-team-section-two .team-shape {
  position: absolute;
  left: 10%;
  top: 15%;
  opacity: 0.5;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-team-section-two .team-shape {
    display: none;
  }
}

.team-section-shape .team-bg-shape {
  position: absolute;
  top: 0;
  right: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .team-section-shape .team-bg-shape {
    width: 50%;
  }
}

.team-section-shape .team-bg-shape1 {
  position: absolute;
  bottom: 0;
  left: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .team-section-shape .team-bg-shape1 {
    display: none;
  }
}

.team-section-shape .team-bg-shape2 {
  position: absolute;
  top: 10%;
  left: 8%;
  opacity: 0.3;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .team-section-shape .team-bg-shape2 {
    display: none;
  }
}

.tj-team-item {
  margin-bottom: 30px;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 3;
  overflow: hidden;
}

.tj-team-item .team-image {
  position: relative;
  overflow: hidden;
  border-radius: 11px;
}

.tj-team-item .team-image a {
  display: inline-block;
  width: 100%;
}

.tj-team-item .team-image img {
  border-radius: 11px;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.tj-team-item .tj-team-content {
  position: inherit;
  text-align: center;
  opacity: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-top: 15px;
}

/* .tj-team-item .tj-team-content::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  opacity: 0.6;
  width: 0;
  height: 0;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
  -webkit-transition: 0.6s;
  transition: 0.6s;
} */

.tj-team-item .tj-team-content .team-header {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}



.tj-team-item .tj-team-content .team-header .title-link a {
  color: #053C4F;
  font-size: 24px;
  text-transform: uppercase;
}

.tj-team-item .tj-team-content .team-header .sub-title {
  color: #008FC7;
  font-size: 14px;
  text-transform: uppercase;
  border: 0;
}

.tj-team-item .tj-team-content .team-share {
  background: var(--tj-color-common-white);
  display: inline-block;
  border-radius: 25px;
  padding: 12px 25px;
  position: relative;
  z-index: 3;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-team-item .tj-team-content .team-share {
    padding: 10px 10px 10px;
  }
}

.tj-team-item .tj-team-content .team-share ul li {
  display: inline-block;
  position: relative;
  margin-right: 24px;
  width: 15px;
}

.tj-team-item .tj-team-content .team-share ul li:last-child {
  margin-right: 0;
}

.tj-team-item .tj-team-content .team-share ul li::before {
  position: absolute;
  content: "";
  top: 5px;
  right: -15px;
  height: 16px;
  width: 1px;
  opacity: 0.2;
  background: var(--tj-color-common-black);
}

.tj-team-item .tj-team-content .team-share ul li:last-child::before {
  display: none;
}

.tj-team-item .tj-team-content .team-share ul li a {
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: var(--tj-color-common-black);
  -webkit-transition: 0.1s;
  transition: 0.1s;
  min-width: 25px;
}

.tj-team-item .tj-team-content .team-share ul li a:hover {
  color: transparent;
}

.tj-team-item:hover .team-image img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}



.tj-team-item-two {
  position: relative;
  border-radius: 10px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-bottom: 30px;
}

.tj-team-item-two::before {
  position: absolute;
  content: "";
  border-radius: 10px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(35deg, var(--tj-color-light-3) 22.13%, rgba(112, 95, 255, 0) 85.06%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.tj-team-item-two .team-image img {
  border-radius: 10px;
  width: 100%;
}

.tj-team-item-two .tj-team-content .team-header {
  position: absolute;
  bottom: 0;
  left: 30px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.tj-team-item-two .tj-team-content .team-header .title-link {
  margin-bottom: 0;
}

.tj-team-item-two .tj-team-content .team-header .title-link a {
  color: var(--tj-color-common-white);
}

.tj-team-item-two .tj-team-content .team-header .sub-title {
  color: var(--tj-color-common-white);
  font-size: 14px;
  font-weight: var(--tj-fw-regular);
}

.tj-team-item-two .tj-team-content .team-share {
  background: var(--tj-color-common-white);
  display: inline-block;
  border-radius: 0 0 10px 10px;
  position: relative;
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.tj-team-item-two .tj-team-content .team-share ul li {
  position: relative;
  padding: 9px 16px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-team-item-two .tj-team-content .team-share ul li {
    padding: 5px 12px;
  }
}

.tj-team-item-two .tj-team-content .team-share ul li::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 1px;
  width: 16px;
  background: rgba(58, 58, 58, 0.2);
}

.tj-team-item-two .tj-team-content .team-share ul li:last-child::before {
  display: none;
}

.tj-team-item-two .tj-team-content .team-share ul li a {
  color: var(--tj-color-common-black);
  -webkit-transition: 0.1s;
  transition: 0.1s;
  font-size: 18px;
}

.tj-team-item-two .tj-team-content .team-share ul li a:hover {
  color: var(--tj-color-light-3);
}

.tj-team-item-two:hover::before {
  opacity: 1;
  visibility: visible;
}

.tj-team-item-two:hover .team-header {
  bottom: 30px;
  opacity: 1;
  visibility: visible;
}

.tj-team-item-two:hover .team-share {
  left: 30px;
  opacity: 1;
  visibility: visible;
}

/* !END: Theme Team CSS */
/**----------------------------------------
START: Theme Portfolio CSS
----------------------------------------*/
.tj-portfolio-section {
  background: linear-gradient(117deg, var(--tj-color-grey-2) 8.79%, var(--tj-color-grey-3) 98.63%);
  padding-top: 115px;
  padding-bottom: 105px;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-portfolio-section {
    padding-top: 75px;
    padding-bottom: 65px;
  }
}

.tj-portfolio-section .tj-sec-heading {
  margin-bottom: 0;
}

.tj-portfolio-section .tj-sec-heading .sec-title {
  margin-bottom: 0;
  color: var(--tj-color-common-white);
}

.tj-portfolio-section .portfolio-header {
  margin-bottom: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-portfolio-section .portfolio-header {
    margin-bottom: 30px;
  }
}

.tj-portfolio-section .portfolio-header .filter-menu {
  text-align: end;
  position: relative;
  z-index: 3;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-portfolio-section .portfolio-header .filter-menu {
    text-align: left;
    margin-top: 30px;
  }
}

.tj-portfolio-section .portfolio-header .filter-menu .active {
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 18px;
  font-weight: var(--tj-fw-medium);
}

.tj-portfolio-section .portfolio-header .filter-menu .filter {
  color: var(--tj-color-common-white);
  font-size: 18px;
  font-weight: var(--tj-fw-medium);
  margin-right: 30px;
}

.tj-portfolio-section .portfolio-header .filter-menu .filter:last-child {
  margin-right: 0;
}

.tj-portfolio-page {
  padding-top: 120px;
  padding-bottom: 90px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-portfolio-page {
    padding-top: 80px;
    padding-bottom: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-portfolio-page .tj-portfolio-item-two {
    margin-bottom: 30px;
  }
}

.tj-portfolio-page .tj-sec-heading {
  max-width: 775px;
}

.portfolio-gallery .portfolio-items {
  position: relative;
  z-index: 3;
  margin-left: -12px;
  margin-right: -12px;
}

.portfolio-gallery .portfolio-items .portfolio-single-item {
  float: left;
  width: 50%;
  padding: 12px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .portfolio-gallery .portfolio-items .portfolio-single-item {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .portfolio-gallery .portfolio-items .portfolio-single-item {
    width: 100%;
  }
}

.portfolio-gallery .portfolio-items .portfolio-single-item .portfolio-image {
  margin-bottom: 25px;
  position: relative;
}

.portfolio-gallery .portfolio-items .portfolio-single-item .portfolio-image::before {
  background: rgba(255, 255, 255, 0.5);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  right: 50%;
  top: 0;
  opacity: 0;
  visibility: hidden;
  height: 100%;
  pointer-events: none;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  border-radius: 20px;
  z-index: 3;
}

.portfolio-gallery .portfolio-items .portfolio-single-item .portfolio-image a {
  display: inline-block;
  width: 100%;
}

.portfolio-gallery .portfolio-items .portfolio-single-item .portfolio-image img {
  border-radius: 24px;
  width: 100%;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .portfolio-gallery .portfolio-items .portfolio-single-item .portfolio-image {
    margin-bottom: 20px;
  }
}

.portfolio-gallery .portfolio-items .portfolio-single-item .portfolio-content {
  padding-left: 35px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .portfolio-gallery .portfolio-items .portfolio-single-item .portfolio-content {
    padding-left: 0;
  }
}

.portfolio-gallery .portfolio-items .portfolio-single-item .portfolio-content .title-link {
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .portfolio-gallery .portfolio-items .portfolio-single-item .portfolio-content .title-link {
    font-size: 24px;
    margin-bottom: 0;
  }
}

.portfolio-gallery .portfolio-items .portfolio-single-item .portfolio-content .title-link a {
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: var(--tj-color-common-white);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: inline-block;
}

.portfolio-gallery .portfolio-items .portfolio-single-item .portfolio-content .title-link a:hover {
  color: transparent;
}

.portfolio-gallery .portfolio-items .portfolio-single-item .portfolio-content .sub-title {
  color: var(--tj-color-common-white);
  color: rgba(255, 255, 255, 0.8);
  display: block;
}

.portfolio-gallery .portfolio-items .portfolio-single-item:hover .portfolio-image::before {
  left: 0;
  right: 0;
  opacity: 1;
  visibility: visible;
}

.portfolio-grid {
  position: relative;
  z-index: 3;
}

.portfolio-slider {
  width: auto;
  min-width: auto;

}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {}

.portfolio-slider .tj-portfolio-slider {
  padding-top: 40px;
}

.portfolio-section-shape .portfolio-bg-shape {
  position: absolute;
  right: 0;
  top: 0;
}

.portfolio-section-shape .portfolio-bg-shape1 {
  position: absolute;
  left: 0;
  bottom: 60px;
}

.portfolio-section-shape .portfolio-bg-shape2 {
  position: absolute;
  right: 0;
  top: 48%;
  opacity: 0.4;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .portfolio-section-shape .portfolio-bg-shape2 {
    display: none;
  }
}

.portfolio-section-shape .portfolio-bg-shape3 {
  position: absolute;
  right: 0;
  top: 48%;
  opacity: 0.4;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .portfolio-section-shape .portfolio-bg-shape3 {
    display: none;
  }
}

.portfolio-section-shape .portfolio-bg-shape4 {
  position: absolute;
  right: 10%;
  bottom: 10px;
  opacity: 0.4;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .portfolio-section-shape .portfolio-bg-shape4 {
    display: none;
  }
}

.portfolio-section-shape .portfolio-bg-shape5 {
  position: absolute;
  right: 10%;
  bottom: 4%;
  opacity: 0.4;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .portfolio-section-shape .portfolio-bg-shape5 {
    display: none;
  }
}

.portfolio-section-shape .portfolio-bg-shape6 {
  position: absolute;
  top: 25%;
  left: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .portfolio-section-shape .portfolio-bg-shape6 {
    display: none;
  }
}

.portfolio-top-content {
  margin-bottom: 50px;
}

.gutter-sizer {
  width: 2%;
}

.tj-portfolio-filter {
  text-align: right;
}

.tj-portfolio-filter button {
  font-size: 18px;
  font-weight: var(--tj-fw-medium);
  color: var(--tj-color-common-white);
  padding-left: 30px;
}

.tj-portfolio-filter button.active {
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.tj-portfolio-filter button:first-child {
  padding-left: 0;
}

.tj-portfolio-section-two {
  background: #fff;
  padding-top: 120px;
  padding-bottom: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-portfolio-section-two {
    padding-bottom: 80px;
    padding-top: 80px;
  }
}


.tj-portfolio-item-two {
  border-radius: 30px 30px 30px 0px;
  margin-bottom: 70px;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-portfolio-item-two {
    margin-bottom: 100px;
  }
}

/* .tj-portfolio-item-two::before {
  position: absolute;
  content: "";
  bottom: -50px;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px 30px 30px 0px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(32, 217, 161, 0.14)), color-stop(87.25%, rgba(95, 57, 255, 0.8)));
  background: linear-gradient(180deg, rgba(32, 217, 161, 0.14) 0%, rgba(95, 57, 255, 0.8) 87.25%);
  opacity: 0;
  visibility: hidden;
} 
.tj-portfolio-item-two .portfolio-image a {
  display: inline-block;
}
*/

.tj-portfolio-item-two .portfolio-image img {
  width: 100%;
}

.tj-portfolio-item-two .portfolio-content {

  -webkit-transition: 0.4s;
  transition: 0.4s;
  max-width: 100%;
  background-color: #fff;
  padding: 30px 22px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-portfolio-item-two .portfolio-content {
    padding: 20px;
  }
}

.tj-portfolio-item-two .portfolio-content .sub-title {
  color: #053C4F;
  font-family: Marcellus;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px;
  /* 158.333% */
  text-transform: capitalize;
}

.tj-portfolio-item-two .portfolio-content .title {
  margin-bottom: 0;
  height: 70px;

}

.tj-portfolio-item-two .portfolio-content .title a {
  color: #053C4F;
  font-family: Marcellus;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px;
  /* 158.333% */
  text-transform: capitalize;
}

.tj-portfolio-item-two .portfolio-content p {
  color: #053C4F;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 200% */
  letter-spacing: 0.42px;
  padding-top: 10px;
}

.portfolio-image {
  position: relative;
  border-radius: 15px;
}
.portfolio-image img {
  border-radius: 15px;
}

.arrow-btn {
  width: 53px;
  height: 53px;
  background-color: #008FC7;
  border-radius: 100%;
  text-align: center;
  line-height: 47px;
  position: absolute;
  right: 30px;
  z-index: 99;
  top: -27px;
  border: 4px solid #fff;
}




@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-portfolio-item-two .portfolio-content .title a {
    font-size: 22px;
  }
}

.tj-portfolio-item-two:hover::before {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}

.tj-portfolio-item-two:hover .portfolio-content {
  opacity: 1;
  visibility: visible;
  bottom: 40px;
}

.tj-portfolio-section-two .swiper-button-next,
.tj-portfolio-section-two .swiper-button-prev {
  position: absolute;
  right: 0%;
  left: auto;
  border-radius: 3px;
  top: auto;
  bottom: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .tj-portfolio-section-two .swiper-button-next,
  .tj-portfolio-section-two .swiper-button-prev {
    right: 0%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {

  .tj-portfolio-section-two .swiper-button-next,
  .tj-portfolio-section-two .swiper-button-prev {
    top: auto;
    bottom: 30px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
  }
}

@media (max-width: 575px) {

  .tj-portfolio-section-two .swiper-button-next,
  .tj-portfolio-section-two .swiper-button-prev {
    left: 62%;
  }
}

.tj-portfolio-section-two .swiper-button-next::before,
.tj-portfolio-section-two .swiper-button-prev::before {
  position: absolute;
  content: "\f104";
  font-family: "Font Awesome 6 Pro";
  width: 42px;
  height: 42px;
  line-height: 41px;
  text-align: center;
  top: 15px;
  right: 70px;
  font-weight: 300;
  color: var(--tj-color-light-8);
  border: 2px solid #70A5B6;
  background-color: #fff;
  background-clip: text;
  -webkit-background-clip: text;
  font-size: 24px;
  z-index: 1;
  border-radius: 50%;
}

.tj-portfolio-section-two .swiper-button-next:hover::before,
.tj-portfolio-section-two .swiper-button-prev:hover::before {
  border-color: var(--tj-color-theme-secondary);
  color: transparent;
}

.tj-portfolio-section-two .swiper-button-next::before {
  position: absolute;
  content: "\f105";
  font-family: "Font Awesome 6 Pro";
  width: 42px;
  height: 42px;
  line-height: 41px;
  text-align: center;
  color: var(--tj-color-light-8);

  background-clip: text;
  -webkit-background-clip: text;
  top: 15px;
  border: 2px solid #70A5B6;
  background-color: #fff;
  right: 0;
  z-index: 1;
  border-radius: 50%;
  font-size: 24px;
}

.tj-portfolio-section-two .swiper-button-prev:after,
.tj-portfolio-section-two .swiper-button-next:after {
  display: none;
}

/*  */


.testimonial-btn .swiper-button-next,
.testimonial-btn .swiper-button-prev {
  left: 28%;
  right: auto;
  border-radius: 100%;
  top: auto;
  bottom: -40px;
  z-index: 111;
  background-color: #fff;
  padding: 20px;
  width: 70px;
  height: 70px;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #053C4F;
  border: 1px solid #DBE8EC;
  gap: 15;
}

.testimonial-image-group {
  display: flex;
  gap: 15px;
}

.pt-35 {
  padding-top: 35px;
}

.tj-testimonial-item-two .desc {
  display: flex;
}

.tj-testimonial-item-two .desc .test-icon {
  width: 200px;
  padding-right: 50px;
}

.tj-testimonial-item-two .testimonial-top-header .sub-title {
  color: #053C4F;
  font-size: 14px;
  border: 0px;
  text-transform: uppercase;
}

.tj-testimonial-item-two .testimonial-top-header .title {
  color: #008FC7;
  font-size: 20px;
  border: 0px;
  margin-bottom: 0px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .testimonial-btn .swiper-button-next,
  .testimonial-btn .swiper-button-prev {
    left: 10%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {

  .testimonial-btn .swiper-button-next,
  .testimonial-btn .swiper-button-prev {
    top: auto;
    bottom: 100px;
    left: 0 !important;
  }
}

@media (max-width: 575px) {

  .testimonial-btn .swiper-button-next,
  .testimonial-btn .swiper-button-prev {
    left: 62%;
  }
}

/* .testimonial-btn .swiper-button-next::before,
.testimonial-btn .swiper-button-prev::before {
  position: absolute;
  content: "\f060";
  font-family: "Font Awesome 6 Pro";
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  top: 15px;
  right: 70px;
  font-weight: 300;
  border: 2px solid #DBE8EC;
  color: #008FC7;

  background-clip: text;
  -webkit-background-clip: text;
  font-size: 26px;
  z-index: 1;
  border-radius: 50%;

} */

.testimonial-btn .swiper-button-next:hover::before,
.testimonial-btn .swiper-button-prev:hover::before {
  border-color: #488fa7;
  color: #0079a9;
}

/* .testimonial-btn .swiper-button-next::before {
  position: absolute;
  content: "\f061";
  font-family: "Font Awesome 6 Pro";
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 2px solid #DBE8EC;
  color: #008FC7;
  background-clip: text;
  -webkit-background-clip: text;
  top: 15px;
  right: 0;
  z-index: 1;
  border-radius: 50%;
  font-size: 26px;
} */

.testimonial-btn .swiper-button-prev:after,
.testimonial-btn .swiper-button-next:after {
  display: none;
}

.testimonial-wrappear {
  position: relative;
}

.border-right {
  width: 1px;
  height: 300px;
  background-color: #DBE8EC;
  position: absolute;
  right: 0;
  top: 0;
}

/*  */

.tj-portfolio-section-three {
  padding-bottom: 0px;
  padding-top: 0px;
  position: relative;
  margin-left: 20px;
  overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-portfolio-section-three {
    padding-bottom: 35px;
    padding-top: 80px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-portfolio-section-three {
    padding-bottom: 60px;
    padding-top: 80px;
  }
}

.tj-portfolio-section-three .portfolio-top {
  margin-bottom: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-portfolio-section-three .portfolio-top {
    margin-bottom: 35px;
  }
}

.tj-portfolio-section-three .tj-sec-heading {
  margin-bottom: 0;
}

.tj-portfolio-section-three .filter-menu {
  text-align: end;
  position: relative;
  z-index: 3;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-portfolio-section-three .filter-menu {
    text-align: left;
    margin-top: 30px;
  }
}

.tj-portfolio-section-three .filter-menu .filter {
  color: var(--tj-color-common-black);
  font-size: 18px;
  font-weight: var(--tj-fw-medium);
  margin-right: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-portfolio-section-three .filter-menu .filter {
    margin-right: 20px;
  }
}

.tj-portfolio-section-three .filter-menu .filter:last-child {
  margin-right: 0;
}

.tj-portfolio-section-three .filter-menu .filter.active {
  color: var(--tj-color-light-3);
}

.tj-portfolio-section-three .portfolio-single-item {
  width: 100%;
  overflow: hidden;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-portfolio-section-three .portfolio-single-item {
    width: 100%;
    padding: 0;
  }
}

@media (max-width: 575px) {
  .tj-portfolio-section-three .portfolio-single-item {
    width: 100%;
    padding: 0 12px;
  }
}

.tj-portfolio-section-three .portfolio-single-item .portfolio-inner {
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-bottom: 24px;
  z-index: 3;
}

.tj-portfolio-section-three .portfolio-single-item .portfolio-inner .portfolio-image img {
  border-radius: 30px;
  width: 100%;
}

.tj-portfolio-section-three .portfolio-single-item .portfolio-inner .portfolio-content {
  position: absolute;
  bottom: 0;
  border-radius: 30px;
  background: rgb(4, 39, 51);
  background: linear-gradient(0deg, rgba(4, 39, 51, 1) 15%, rgba(255, 255, 255, 0) 93%);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 85px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 50px;
  min-width: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  padding-bottom: 50px;
}




.tj-portfolio-section-three .portfolio-single-item .portfolio-inner .portfolio-content .portfolio-header .sub-title {
  color: #000;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 5px;
  padding: 10px 20px;
}

.tj-portfolio-section-three .portfolio-single-item .portfolio-inner .portfolio-content .portfolio-header .title-link {
  margin-bottom: 26px;
  margin-top: 15px;

}

.tj-portfolio-section-three .portfolio-single-item .portfolio-inner .portfolio-content .portfolio-header p {
  color: #FFF;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 175% */
  letter-spacing: 0.48px;
  max-width: 650px;
}

.tj-portfolio-section-three .portfolio-single-item .portfolio-inner .portfolio-content .portfolio-header .title-link a {
  color: #FFF;
  font-family: Marcellus;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.tj-portfolio-section-three .portfolio-single-item .portfolio-inner .portfolio-content .portfolio-arrow a {
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 100%;
  background: #008FC7;
  display: inline-block;
  text-align: center;
  font-size: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-portfolio-section-three .portfolio-single-item .portfolio-inner .portfolio-content .portfolio-arrow a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 15px;
  }
}

.tj-portfolio-section-three .portfolio-single-item .portfolio-inner .portfolio-content .portfolio-arrow a i {
  color: var(--tj-color-theme-primary);
}

.tj-portfolio-section-three .portfolio-single-item .portfolio-inner:hover .portfolio-content {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}

.tj-portfolio-section-three .portfolio-bg-shape .portfolio-shape {
  position: absolute;
  bottom: 0;
  left: 0;
}

.tj-portfolio-section-three .portfolio-bg-shape .portfolio-shape1 {
  position: absolute;
  top: 10%;
  right: 65px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-portfolio-section-three .portfolio-bg-shape {
    display: none;
  }
}

.serv-btn {
  color: #053C4F;
  font-family: Marcellus;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;

}

.nav-pills {
  width: 30%;
}

/* !END: Theme Portfolio CSS */
/**----------------------------------------
START: Theme Portfolio CSS
----------------------------------------*/
.tj-portfolio-details {
  padding-top: 120px;
  padding-bottom: 100px;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-portfolio-details {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}

.tj-portfolio-details .tj-portfolio-shape .group-one .shape-1 {
  position: absolute;
  left: 80px;
  top: 10%;
}

.tj-portfolio-details .tj-portfolio-shape .group-one .shape-2 {
  position: absolute;
  left: 0;
  top: 15%;
}

.tj-portfolio-details .tj-portfolio-shape .group-two .shape-1 {
  position: absolute;
  left: 50px;
  bottom: 70px;
  opacity: 0.5;
}

.tj-portfolio-details .tj-portfolio-shape .group-two .shape-2 {
  position: absolute;
  left: 0;
  bottom: 50px;
  opacity: 0.5;
}

.tj-portfolio-details .tj-portfolio-shape .group-three .shape-1 {
  position: absolute;
  right: 60px;
  top: 10%;
}

.tj-portfolio-details .tj-portfolio-shape .group-three .shape-2 {
  position: absolute;
  right: 60px;
  top: 15%;
}

.tj-portfolio-details .tj-portfolio-shape .group-four .shape-1 {
  position: absolute;
  right: 30px;
  top: 40%;
}

.tj-portfolio-details .tj-portfolio-shape .group-four .shape-2 {
  position: absolute;
  right: 30px;
  top: 45%;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-portfolio-details .tj-portfolio-shape {
    display: none;
  }
}

.portfolio-wrapper {
  position: relative;
  z-index: 3;
}

.portfolio-wrapper .portfolio-lg-image {
  margin-bottom: 30px;
  position: relative;
  z-index: 3;
}

.portfolio-wrapper .portfolio-lg-image img {
  border-radius: 20px;
}

.portfolio-wrapper .tagcloud {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
}

.portfolio-wrapper .tagcloud span {
  font-size: 18px;
  color: var(--tj-color-theme-primary);
  font-weight: var(--tj-fw-medium);
  margin-right: 10px;
}

.portfolio-wrapper .tagcloud a {
  background: var(--tj-color-light-8);
  font-size: 14px;
  font-weight: 300;
  color: var(--tj-color-common-black);
  border-radius: 6px;
  padding: 10px 20px;
  font-weight: var(--tj-fw-bold);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .portfolio-wrapper .tagcloud a {
    padding: 7px 15px;
  }
}

.portfolio-wrapper .tagcloud a i {
  font-size: 18px;
  color: var(--tj-color-common-black);
  margin-right: 10px;
  position: relative;
  top: 4px;
}

.portfolio-wrapper .tagcloud a:hover {
  color: var(--tj-color-common-white);
  background: var(--tj-color-theme-primary);
}

.portfolio-wrapper .tagcloud a:hover i {
  color: var(--tj-color-common-white);
}

.portfolio-wrapper .portfolio-content .title {
  font-size: 30px;
}

.portfolio-wrapper .portfolio-content .check-list {
  margin-bottom: 10px;
}

.portfolio-wrapper .portfolio-content .check-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.portfolio-wrapper .portfolio-content .check-list ul li {
  color: var(--tj-color-light-3);
  font-weight: var(--tj-fw-medium);
  font-family: var(--tj-ff-body);
  margin-bottom: 10px;
  position: relative;
  padding-left: 35px;
}

.portfolio-wrapper .portfolio-content .check-list ul li:last-child {
  margin-bottom: 0;
}

.portfolio-wrapper .portfolio-content .check-list ul li i {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  font-weight: var(--tj-fw-sbold);
  color: var(--tj-color-common-white);
  background: var(--tj-color-light-3);
}

.portfolio-wrapper .portfolio-content .portfolio-left-content .title {
  margin-bottom: 30px;
}

.portfolio-wrapper .portfolio-content .need-title {
  margin-bottom: 24px;
}

.portfolio-wrapper .portfolio-content .need-title .tj-primary-btn {
  width: 100%;
  border-radius: 10px;
  text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .portfolio-wrapper .portfolio-content .need-title {
    margin-top: 30px;
  }
}

.portfolio-wrapper .portfolio-content .sidebar-contact {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(rgba(32, 217, 161, 0.08)), to(rgba(95, 57, 255, 0.08)));
  background: linear-gradient(90deg, rgba(32, 217, 161, 0.08) 0%, rgba(95, 57, 255, 0.08) 100%);
  margin-bottom: 24px;
  border-radius: 10px;
  padding: 40px;
  overflow: hidden;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .portfolio-wrapper .portfolio-content .sidebar-contact {
    padding: 35px 15px;
  }
}

.portfolio-wrapper .portfolio-content .sidebar-contact .contact-item {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.portfolio-wrapper .portfolio-content .sidebar-contact .contact-item:last-child {
  margin-bottom: 0;
}

.portfolio-wrapper .portfolio-content .sidebar-contact .contact-item .contact-icon {
  border: none;
  margin-bottom: 0;
  position: relative;
  top: -14px;
}

.portfolio-wrapper .portfolio-content .sidebar-contact .contact-item .contact-icon i {
  min-width: 35px;
  height: 35px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  background: var(--tj-color-light-8);
  color: var(--tj-color-light-3);
  font-size: 17px;
  margin-right: 10px;
}

.portfolio-wrapper .portfolio-content .sidebar-contact .contact-item .contact-content .title {
  font-size: 22px;
  color: var(--tj-color-light-3);
}

.portfolio-wrapper .portfolio-content .sidebar-contact .contact-item span {
  font-size: 16px;
  font-weight: var(--tj-fw-regular);
}

.portfolio-wrapper .portfolio-content .sidebar-contact .contact-share {
  margin-top: 20px;
  padding-left: 55px;
  position: relative;
  z-index: 3;
}

.portfolio-wrapper .portfolio-content .sidebar-contact .contact-share ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}

.portfolio-wrapper .portfolio-content .sidebar-contact .contact-share ul li a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  border-radius: 50%;
  background: var(--tj-color-common-black);
  color: var(--tj-color-common-white);
  text-align: center;
}

.portfolio-wrapper .portfolio-content .sidebar-contact .contact-share ul li a svg path {
  fill: var(--tj-color-common-white);
}

.portfolio-wrapper .portfolio-content .sidebar-contact .contact-share ul li svg {
  position: relative;
  top: -2px;
}

.portfolio-wrapper .portfolio-content .sidebar-contact .contact-share ul li:hover a {
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
}

.portfolio-wrapper .portfolio-content .sidebar-contact .contact-svg {
  position: absolute;
  right: 0;
  bottom: 0;
}

/* !END: Theme Portfolio CSS */
/**----------------------------------------
START: Theme FAQ CSS
----------------------------------------*/
.tj-faq-section {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-faq-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.tj-faq-section .tj-sec-heading {
  max-width: 610px;
  margin: 0;
  margin-bottom: 55px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-faq-section .tj-sec-heading {
    margin-bottom: 75px;
  }
}

.faq-page .tj-sec-heading {
  max-width: 610px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 55px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .faq-page .tj-sec-heading {
    margin-bottom: 75px;
  }
}

.faq-section-shape .faq-bg-shape {
  position: absolute;
  top: 0;
  right: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .faq-section-shape .faq-bg-shape {
    width: 50%;
  }
}

.faq-section-shape .faq-bg-shape1 {
  position: absolute;
  left: 0;
  bottom: 0;
}

.faq-image-group {
  position: relative;
  z-index: 3;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .faq-image-group {
    margin-bottom: 100px;
  }
}

@media (max-width: 575px) {
  .faq-image-group {
    margin-bottom: 180px;
  }
}

.faq-image-group .faq-image1 .group-image {
  bottom: -10%;
  position: absolute;
  right: 15%;
  z-index: 3;
  max-width: 385px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .faq-image-group .faq-image1 .group-image {
    right: 10%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .faq-image-group .faq-image1 .group-image {
    max-width: 280px;
    right: 10%;
    bottom: -10%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq-image-group .faq-image1 .group-image {
    right: 25%;
    bottom: -5%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .faq-image-group .faq-image1 .group-image {
    bottom: -12%;
    right: 25%;
    max-width: 260px;
  }
}

@media (max-width: 575px) {
  .faq-image-group .faq-image1 .group-image {
    bottom: -20%;
    right: 12%;
    max-width: 230px;
  }
}

.faq-image-group .faq-image1 .group-image::before {
  position: absolute;
  content: "";
  top: 53.5%;
  left: 57%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 100%;
  background: url(../images/icon/border-shape2.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.faq-image-group .faq-image1 .group-image img {
  border-radius: 50%;
  padding: 40px;
  max-width: 390px;
  width: 100%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .faq-image-group .faq-image1 .group-image img {
    max-width: 330px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .faq-image-group .faq-image1 .group-image img {
    max-width: 280px;
    padding: 35px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .faq-image-group .faq-image1 .group-image img {
    max-width: 300px;
    padding: 35px;
  }
}

@media (max-width: 575px) {
  .faq-image-group .faq-image1 .group-image img {
    max-width: 230px;
    padding: 30px;
  }
}

.faq-image-group .faq-image1 .group-shape {
  position: absolute;
  top: 0;
  left: 50%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .faq-image-group .faq-image1 .group-shape {
    top: 45px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .faq-image-group .faq-image1 .group-shape {
    display: none;
  }
}

.faq-image-group .faq-image1 .group-shape1 {
  position: absolute;
  top: -25px;
  left: 45%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .faq-image-group .faq-image1 .group-shape1 {
    top: 45px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .faq-image-group .faq-image1 .group-shape1 {
    display: none;
  }
}

.faq-image-group .faq-image1 .group-shape2 {
  position: absolute;
  right: 7%;
  top: 10%;
  border: 1px solid var(--tj-color-theme-primary);
  border-radius: 50%;
  padding: 7px;
  max-width: 100px;
  width: 100%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .faq-image-group .faq-image1 .group-shape2 {
    right: 5%;
    top: 12%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .faq-image-group .faq-image1 .group-shape2 {
    top: 6%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq-image-group .faq-image1 .group-shape2 {
    right: 15%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .faq-image-group .faq-image1 .group-shape2 {
    right: 12%;
    top: 0;
  }
}

@media (max-width: 575px) {
  .faq-image-group .faq-image1 .group-shape2 {
    right: 6%;
    top: -6%;
  }
}

.faq-image-group .faq-image2 {
  position: relative;
}

.faq-image-group .faq-image2 .group-image {
  left: 10px;
  bottom: -50px;
  position: relative;
  z-index: 3;
  max-width: 180px;
  width: 100%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .faq-image-group .faq-image2 .group-image {
    left: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .faq-image-group .faq-image2 .group-image {
    max-width: 140px;
    left: 5px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq-image-group .faq-image2 .group-image {
    max-width: 140px;
    left: 16%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .faq-image-group .faq-image2 .group-image {
    max-width: 125px;
    left: 4%;
  }
}

@media (max-width: 575px) {
  .faq-image-group .faq-image2 .group-image {
    max-width: 120px;
    bottom: -120px;
  }
}

.faq-image-group .faq-image2 .group-image img {
  border: 1px solid var(--tj-color-theme-primary);
  border-radius: 50%;
  padding: 10px;
}

.faq-image-group .faq-image2 .group-shape {
  position: absolute;
  top: 0;
  left: 35px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .faq-image-group .faq-image2 .group-shape {
    display: none;
  }
}

.faq-image-group .faq-image2 .group-shape1 {
  position: absolute;
  top: 25px;
  left: -15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .faq-image-group .faq-image2 .group-shape1 {
    display: none;
  }
}

.faq-image-group .faq-image3 {
  position: relative;
  top: -50px;
  left: -15px;
  max-width: 210px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .faq-image-group .faq-image3 {
    left: 20px;
    top: -65px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .faq-image-group .faq-image3 {
    top: -20px;
    left: 50px;
    max-width: 180px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .faq-image-group .faq-image3 {
    top: -35px;
    left: 30px;
    max-width: 130px;
  }
}

.faq-image-group .faq-image3 img {
  border: 1px solid var(--tj-color-theme-secondary);
  border-radius: 50%;
  padding: 10px;
}

.tj-faq-area {
  padding-left: 40px;
  position: relative;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-faq-area {
    padding-left: 0;
  }
}

.tj-faq-area .tj-faq-style {
  border: 1px solid var(--tj-color-theme-secondary);
  -webkit-box-shadow: 60px 15px 68px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 60px 15px 68px 0px rgba(0, 0, 0, 0.05);
  background: var(--tj-color-common-white);
  border-radius: 20px;
  padding: 50px 60px;
  position: relative;
  z-index: 3;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-faq-area .tj-faq-style {
    padding: 25px 35px;
  }
}

@media (max-width: 575px) {
  .tj-faq-area .tj-faq-style {
    padding: 20px 15px;
  }
}

.tj-faq-area .tj-faq-style .accordion-item {
  border: none;
  border-radius: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
  z-index: 9;
  border-bottom: 1px solid var(--tj-color-grey-4);
  border-radius: 0;
}

.tj-faq-area .tj-faq-style .accordion-item:last-child {
  border-bottom: none;
}

.tj-faq-area .tj-faq-style .accordion-item .accordion-header {
  line-height: 35px;
}

.tj-faq-area .tj-faq-style .accordion-item .accordion-header .accordion-button {
  font-size: 22px;
  font-family: var(--tj-ff-heading);
  font-weight: var(--tj-fw-sbold);
  padding: 20px 35px 20px 0;
  background-color: transparent;
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.tj-faq-area .tj-faq-style .accordion-item .accordion-header .accordion-button.collapsed {
  color: var(--tj-color-common-black);
}

.tj-faq-area .tj-faq-style .accordion-item .accordion-header .accordion-button:before {
  position: absolute;
  top: 30px;
  right: 0;
  content: "\f107";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  width: 20px;
  height: 20px;
  font-size: 15px;
  color: var(--tj-color-common-white);
  line-height: 22px;
  text-align: center;
  border-radius: 50%;
  background: var(--tj-color-common-black);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.tj-faq-area .tj-faq-style .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.tj-faq-area .tj-faq-style .accordion-item .accordion-header .accordion-button:not(.collapsed):before {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  color: var(--tj-color-common-white);
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
}

.tj-faq-area .tj-faq-style .accordion-item .accordion-header .accordion-button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.tj-faq-area .tj-faq-style .accordion-item .accordion-header .accordion-button:after {
  display: none;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-faq-area .tj-faq-style .accordion-item .accordion-header .accordion-button {
    font-size: 20px;
  }
}

@media (max-width: 575px) {
  .tj-faq-area .tj-faq-style .accordion-item .accordion-header .accordion-button {
    font-size: 18px;
    line-height: 1.5;
  }
}

.tj-faq-area .tj-faq-style .accordion-item .accordion-body {
  padding-left: 0;
  padding: 0 0 20px 0;
  max-width: 460px;
}

.tj-faq-area .tj-faq-style .accordion-item .accordion-body strong {
  font-size: 16px;
  font-weight: 400;
  color: var(--tj-color-text-body);
}

.tj-faq-area .accordion-shape {
  position: absolute;
  top: -38%;
  right: -10%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-faq-area .accordion-shape {
    display: none;
  }
}

.tj-faq-section-two {
  padding-top: 120px;
  padding-bottom: 100px;
  overflow: hidden;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-faq-section-two {
    padding-bottom: 60px;
    padding-top: 80px;
  }
}

.tj-faq-section-two .tj-sec-heading {
  max-width: 600px;
  margin-left: 0;
}

.faq-group-shape {
  opacity: 0.2;
}

@media (max-width: 575px) {
  .faq-group-shape {
    display: none;
  }
}

.faq-group-shape .bg-shape-one {
  position: absolute;
  top: -60px;
  right: -60px;
}

.faq-group-shape .bg-shape-two {
  position: absolute;
  top: -65px;
  right: -55px;
}

.faq-group-shape .bg-shape-three {
  position: absolute;
  top: -65px;
  right: -40px;
}

.faq-group-shape .bg-shape-four {
  position: absolute;
  top: -65px;
  right: 5px;
}

.faq-group-shape .bg-shape-five {
  position: absolute;
  top: -65px;
  right: 5px;
}

.faq-group-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .faq-group-image {
    max-width: 570px;
    margin-bottom: 180px;
  }
}

.faq-group-image .group-image-one {
  position: relative;
  margin-right: 30px;
  max-width: 335px;
  width: 100%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .faq-group-image .group-image-one {
    max-width: 200px;
    margin-right: 0;
    right: -35px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .faq-group-image .group-image-one {
    max-width: 200px;
    margin-right: 0;
    left: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq-group-image .group-image-one {
    margin-right: 0;
    left: 20px;
    max-width: 250px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .faq-group-image .group-image-one {
    max-width: 200px;
    margin-right: 0;
    left: 20px;
  }
}

@media (max-width: 575px) {
  .faq-group-image .group-image-one {
    max-width: 150px;
    margin-right: 0;
    left: 20px;
  }
}

.faq-group-image .group-image-one::before {
  position: absolute;
  content: "";
  top: -15px;
  left: -18px;
  width: 335px;
  height: 377px;
  background: var(--tj-color-light-7);
  z-index: 2;
  border-radius: 0 0 200px 200px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .faq-group-image .group-image-one::before {
    width: 218px;
    height: 260px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .faq-group-image .group-image-one::before {
    width: 218px;
    height: 250px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq-group-image .group-image-one::before {
    width: 268px;
    height: 310px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .faq-group-image .group-image-one::before {
    width: 218px;
    height: 260px;
  }
}

@media (max-width: 575px) {
  .faq-group-image .group-image-one::before {
    width: 168px;
    height: 195px;
  }
}

.faq-group-image .group-image-one .lg-image {
  border-radius: 0 0 200px 200px;
  position: relative;
  z-index: 3;
}

.faq-group-image .shape-1 {
  position: absolute;
  bottom: -10px;
  left: -60px;
}

.faq-group-image .shape-2 {
  position: absolute;
  bottom: -45px;
  left: -30px;
}

.faq-group-image .group-image-two {
  position: relative;
}

.faq-group-image .group-image-two .shape-1 {
  position: absolute;
  top: -70px;
  left: 20%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .faq-group-image .group-image-two .shape-1 {
    left: 10%;
  }
}

@media (max-width: 575px) {
  .faq-group-image .group-image-two .shape-1 {
    max-width: 100px;
  }
}

.faq-group-image .group-image-two .shape-2 {
  position: absolute;
  top: -110px;
  left: 20%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .faq-group-image .group-image-two .shape-2 {
    left: 10%;
  }
}

@media (max-width: 575px) {
  .faq-group-image .group-image-two .shape-2 {
    max-width: 75px;
    top: -80px;
  }
}

.group-image-two {
  position: relative;
  top: 110px;
  max-width: 325px;
}

.group-image-two .lg-image {
  border-radius: 200px 200px 0 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .group-image-two {
    max-width: 250px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .group-image-two {
    max-width: 200px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .group-image-two {
    max-width: 250px;
  }
}

@media (max-width: 575px) {
  .group-image-two {
    max-width: 150px;
    right: 15px;
  }
}

.group-image-two::before {
  position: absolute;
  content: "";
  top: -10px;
  left: -20px;
  width: 291px;
  height: 380px;
  background: var(--tj-color-light-7);
  z-index: -1;
  border-radius: 200px 200px 0 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .group-image-two::before {
    width: 270px;
    height: 355px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .group-image-two::before {
    width: 220px;
    height: 290px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .group-image-two::before {
    width: 270px;
    height: 355px;
  }
}

@media (max-width: 575px) {
  .group-image-two::before {
    left: -15px;
    width: 165px;
    height: 220px;
  }
}

.group-image-two::before .shape-1 {
  position: absolute;
  top: -70px;
  left: 40%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}

@media (max-width: 575px) {
  .group-image-two::before .shape-1 {
    display: none;
  }
}

.group-image-two::before .shape-2 {
  position: absolute;
  top: -110px;
  left: 25%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .group-image-two::before .shape-2 {
    top: -80px;
    left: 35%;
  }
}

@media (max-width: 575px) {
  .group-image-two::before .shape-2 {
    display: none;
  }
}

.tj-faq-style-two {
  padding-left: 50px;
  position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-faq-style-two {
    padding-left: 25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-faq-style-two {
    padding-left: 0;
  }
}

.tj-faq-style-two .tj-faq-style {
  position: relative;
  z-index: 3;
}

.tj-faq-style-two .tj-faq-style .accordion-item {
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
  z-index: 9;
  padding: 0;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 20px 20px 20px 0;
  padding: 0 30px;
}

.tj-faq-style-two .tj-faq-style .accordion-item.active {
  -webkit-box-shadow: 10px 15px 30px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 10px 15px 30px 0px rgba(0, 0, 0, 0.08);
  background: var(--tj-color-light-2);
  border-color: var(--tj-color-theme-primary);
  padding: 25px 30px;
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-faq-style-two .tj-faq-style .accordion-item.active {
    padding: 20px 20px;
  }
}

.tj-faq-style-two .tj-faq-style .accordion-item .accordion-header {
  line-height: 35px;
}

.tj-faq-style-two .tj-faq-style .accordion-item .accordion-header .accordion-button {
  font-size: 22px;
  font-family: var(--tj-ff-heading);
  font-weight: var(--tj-fw-sbold);
  padding: 0 35px 20px 45px;
  background-color: transparent;
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.tj-faq-style-two .tj-faq-style .accordion-item .accordion-header .accordion-button.collapsed {
  color: var(--tj-color-common-black);
}

.tj-faq-style-two .tj-faq-style .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.tj-faq-style-two .tj-faq-style .accordion-item .accordion-header .accordion-button:not(.collapsed):before {
  position: absolute;
  content: "";
  top: 10px;
  right: -95%;
  background: url(../images/icon/faq.svg);
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.tj-faq-style-two .tj-faq-style .accordion-item .accordion-header .accordion-button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.tj-faq-style-two .tj-faq-style .accordion-item .accordion-header .accordion-button:after {
  display: none;
}

.tj-faq-style-two .tj-faq-style .accordion-item .accordion-header .accordion-button span {
  -webkit-text-fill-color: var(--tj-color-common-white);
  -webkit-text-stroke: 1px var(--tj-color-common-black);
  position: absolute;
  left: 0;
  top: 0;
  font-weight: var(--tj-fw-bold);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-faq-style-two .tj-faq-style .accordion-item .accordion-header .accordion-button {
    font-size: 19px;
    line-height: 1.5;
  }
}

.tj-faq-style-two .tj-faq-style .accordion-item .accordion-body {
  padding: 0;
  max-width: 460px;
}

.tj-faq-style-two .tj-faq-style .accordion-item .accordion-body strong {
  font-size: 16px;
  font-weight: 400;
  color: var(--tj-color-text-body);
}

.tj-faq-style-two .accordion-shape {
  position: absolute;
  top: 50%;
  right: -30%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media only screen and (min-width: 1400px) and (max-width: 1600px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-faq-style-two .accordion-shape {
    display: none;
  }
}

.tj-faq-style-two .accordion-shape1 {
  position: absolute;
  top: 45%;
  right: -40%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media only screen and (min-width: 1400px) and (max-width: 1600px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-faq-style-two .accordion-shape1 {
    display: none;
  }
}

/* !END: Theme FAQ CSS */
/**----------------------------------------
START: Theme Blog CSS
----------------------------------------*/
.tj-blog-section {
  padding-top: 120px;
  padding-bottom: 70px;
  background: var(--tj-color-light-2);
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-blog-section {
    padding-top: 80px;
    padding-bottom: 40px;
  }
}

.tj-blog-section .tj-sec-heading {
  max-width: 780px;
}

.blog-section-shape .blog-bg-shape {
  position: absolute;
  top: 0;
  right: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .blog-section-shape .blog-bg-shape {
    width: 50%;
  }
}

.blog-section-shape .blog-bg-shape1 {
  position: absolute;
  bottom: 0;
  left: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .blog-section-shape .blog-bg-shape1 {
    width: 50%;
  }
}

.tj-blog-item {
  position: relative;
  z-index: 3;
  margin-bottom: 50px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  overflow: hidden;
}

.tj-blog-item .blog-image {
  margin-bottom: 20px;
  position: relative;
  border-radius: 20px;
}

.tj-blog-item .blog-image::before {
  background: rgba(255, 255, 255, 0.5);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  right: 50%;
  top: 0;
  opacity: 0;
  visibility: hidden;
  height: 100%;
  pointer-events: none;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  border-radius: 20px;
  z-index: 3;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-blog-item .blog-image {
    width: 100%;
  }
}

.tj-blog-item .blog-image a {
  display: inline-block;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-blog-item .blog-image a {
    width: 100%;
  }
}

.tj-blog-item .blog-image img {
  border-radius: 20px;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-blog-item .blog-image img {
    width: 100%;
  }
}

.tj-blog-item .blog-content-area {
  padding: 0 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-blog-item .blog-content-area {
    padding: 0 0;
  }
}

.tj-blog-item .blog-content-area .title-link {
  margin-bottom: 45px;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-blog-item .blog-content-area .title-link {
    font-size: 20px;
  }
}

.tj-blog-item .blog-content-area .title-link::before {
  position: absolute;
  content: "";
  width: 130px;
  height: 1px;
  bottom: -20px;
  left: 0;
  background: rgba(95, 57, 255, 0.5);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.tj-blog-item .blog-content-area .title-link a {
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: var(--tj-color-common-black);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  line-height: 1.6;
}

.tj-blog-item .blog-content-area .title-link a:hover {
  color: transparent;
}

.tj-blog-item .blog-content-area p {
  margin-bottom: 0;
}

.tj-blog-item .tj-blog-button {
  position: relative;
  margin-top: 25px;
}

.tj-blog-item .tj-blog-button .tj-secondary-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 150px;
  font-size: 16px;
  font-weight: var(--tj-fw-sbold);
  font-family: var(--tj-ff-body);
  line-height: 2;
  text-transform: capitalize;
  color: var(--tj-color-theme-primary);
  padding: 12px 35px;
  border: none;
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-primary)), to(var(--tj-color-theme-secondary)));
  background: linear-gradient(90deg, var(--tj-color-theme-primary) 0%, var(--tj-color-theme-secondary) 100%);
  background-size: 150% auto;
}

.tj-blog-item .tj-blog-button .tj-secondary-btn:hover,
.tj-blog-item .tj-blog-button .tj-secondary-btn:focus {
  color: var(--tj-color-theme-primary);
  background-position: right center;
}

.tj-blog-item .tj-blog-button .tj-secondary-btn.btn-border {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  -webkit-box-shadow: 0 0 0 0;
  box-shadow: 0 0 0 0;
  padding: 1px;
}

.tj-blog-item .tj-blog-button .tj-secondary-btn.btn-border span {
  padding: 12px 35px;
  background: var(--tj-color-light-2);
  border-radius: 58px;
  color: var(--tj-color-theme-primary);
}

.tj-blog-item .tj-blog-button .tj-secondary-btn.btn-border:hover span {
  background: transparent;
  color: var(--tj-color-common-white);
}

.tj-blog-item:hover .blog-image::before {
  left: 0;
  right: 0;
  opacity: 1;
  visibility: visible;
}

.tj-blog-item:hover .title-link::before {
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
}

.blog-meta {
  margin-bottom: 15px;
}

.blog-meta span {
  font-size: 14px;
  margin-right: 35px;
  font-weight: var(--tj-fw-bold);
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .blog-meta span {
    margin-right: 15px;
  }
}

.blog-meta span:last-child {
  margin-right: 0;
}

.blog-meta span a {
  color: var(--tj-color-text-body);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.blog-meta span a:hover {
  color: var(--tj-color-theme-primary);
}

.blog-meta i {
  font-size: 15px;
  margin-right: 10px;
  position: relative;
  top: 3px;
}

.blog-meta-two {
  margin-bottom: 15px;
}

.blog-meta-two span {
  font-size: 16px;
  margin-right: 35px;
}

.blog-meta-two span:last-child {
  margin-right: 0;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .blog-meta-two span {
    margin-right: 15px;
  }
}

.blog-meta-two span a {
  color: var(--tj-color-text-body);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.blog-meta-two span a:hover {
  color: var(--tj-color-theme-primary);
}

.blog-meta-two i {
  color: var(--tj-color-text-body);
  font-size: 15px;
  margin-right: 10px;
}

.blog-meta-three {
  margin-bottom: 15px;
  position: relative;
}

.blog-meta-three::before {
  position: absolute;
  content: "";
  left: -50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 32px;
  height: 2px;
  background: var(--tj-color-common-black);
}

.blog-meta-three span {
  margin-right: 10px;
}

.blog-meta-three span:last-child {
  margin-right: 0;
}

.blog-meta-three span a {
  color: var(--tj-color-common-black);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.blog-meta-three span a:hover {
  color: var(--tj-color-theme-primary);
}

.tj-blog-section-two {
  background: var(--tj-color-grey-5);
  padding-top: 120px;
  padding-bottom: 90px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-blog-section-two {
    padding-top: 80px;
    padding-bottom: 50px;
  }
}

.tj-blog-item-two {
  margin-bottom: 30px;
  border-radius: 20px 20px 20px 0px;
  padding: 20px;
  background: var(--tj-color-common-white);
  border: 1px solid var(--tj-color-light-8);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.tj-blog-item-two .blog-image {
  margin-bottom: 30px;
  position: relative;
  border-radius: 15px;
}

.tj-blog-item-two .blog-image::before {
  background: rgba(255, 255, 255, 0.5);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  right: 50%;
  top: 0;
  opacity: 0;
  visibility: hidden;
  height: 100%;
  pointer-events: none;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  border-radius: 15px;
  z-index: 3;
}

.tj-blog-item-two .blog-image a {
  display: inline-block;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-blog-item-two .blog-image a {
    width: 100%;
  }
}

.tj-blog-item-two .blog-image img {
  border-radius: 15px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-blog-item-two .blog-image img {
    width: 100%;
  }
}

.tj-blog-item-two .blog-image .active-text {
  position: absolute;
  left: 20px;
  bottom: 20px;
  border-radius: 0px 5px 5px 5px;
  padding: 20px 10px;
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
  color: var(--tj-color-common-white);
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  z-index: 3;
}

.tj-blog-item-two .blog-content-area .title-link {
  margin-bottom: 15px;
}

.tj-blog-item-two .blog-content-area .title-link a {
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: var(--tj-color-common-black);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: 25px;
}

.tj-blog-item-two .blog-content-area .title-link a:hover {
  color: transparent;
}

.tj-blog-item-two .blog-content-area p {
  margin-bottom: 0;
}

.tj-blog-item-two .tj-read-more-button {
  position: relative;
  padding-top: 40px;
}

.tj-blog-item-two:hover {
  border-color: var(--tj-color-theme-primary);
}

.tj-blog-item-two:hover .blog-image::before {
  left: 0;
  right: 0;
  opacity: 1;
  visibility: visible;
}

.tj-blog-section-three {
  padding-top: 120px;
  padding-bottom: 70px;
  position: relative;
  overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-blog-section-three {
    padding-top: 80px;
    padding-bottom: 30px;
  }
}

.tj-blog-section-three .tj-sec-heading {
  max-width: 780px;
}

.tj-blog-section-three .blog-sec-shape .shape-one {
  position: absolute;
  left: 80px;
  top: 10%;
  opacity: 0.3;
}

.tj-blog-section-three .blog-sec-shape .shape-two {
  position: absolute;
  right: 0;
  bottom: 20%;
}

.tj-blog-section-three .blog-sec-shape .shape-three {
  position: absolute;
  right: 0;
  right: 5%;
  bottom: 40%;
  -webkit-mask-image: url(../images/shape/shape-37.svg);
  mask-image: url(../images/shape/shape-37.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: var(--tj-color-light-3);
  height: 225px;
  width: 175px;
  opacity: 0.3;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-blog-section-three .blog-sec-shape {
    display: none;
  }
}

.tj-blog-item-three {
  position: relative;
  z-index: 3;
  margin-bottom: 50px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  overflow: hidden;
}

.tj-blog-item-three .blog-image {
  margin-bottom: 30px;
  position: relative;
  border-radius: 20px;
}

.tj-blog-item-three .blog-image::before {
  background: rgba(255, 255, 255, 0.5);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  right: 50%;
  top: 0;
  opacity: 0;
  visibility: hidden;
  height: 100%;
  pointer-events: none;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  border-radius: 20px;
  z-index: 3;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-blog-item-three .blog-image {
    width: 100%;
  }
}

.tj-blog-item-three .blog-image a {
  display: inline-block;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-blog-item-three .blog-image a {
    width: 100%;
  }
}

.tj-blog-item-three .blog-image img {
  border-radius: 20px;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-blog-item-three .blog-image img {
    width: 100%;
  }
}

.tj-blog-item-three .blog-content-area {
  padding: 0 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-blog-item-three .blog-content-area {
    padding: 0 0;
  }
}

.tj-blog-item-three .blog-content-area .title-link {
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-blog-item-three .blog-content-area .title-link {
    font-size: 20px;
  }
}

.tj-blog-item-three .blog-content-area .title-link a {
  color: var(--tj-color-common-black);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  line-height: 1.6;
}

.tj-blog-item-three .blog-content-area .title-link a:hover {
  color: var(--tj-color-light-3);
}

.tj-blog-item-three .blog-content-area p {
  margin-bottom: 0;
}

.tj-blog-item-three .tj-blog-button {
  margin-top: 30px;
}

.tj-blog-item-three:hover .blog-meta-three::before {
  background: var(--tj-color-light-3);
}

.tj-blog-item-three:hover .blog-image::before {
  left: 0;
  right: 0;
  opacity: 1;
  visibility: visible;
}

/* !END: Theme Blog CSS */
/**----------------------------------------
START: Theme Blog CSS
----------------------------------------*/
.sc-blog-grid-section {
  padding-top: 120px;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .sc-blog-grid-section {
    padding-top: 80px;
  }
}

.sc-blog-grid-section .tj-sec-heading {
  max-width: 780px;
}

.sc-blog-grid-section .blog-page-shape .shape-one {
  position: absolute;
  top: 0;
  right: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .sc-blog-grid-section .blog-page-shape .shape-one {
    width: 50%;
  }
}

.sc-blog-grid-section .blog-page-shape .shape-two {
  position: absolute;
  top: 10%;
  right: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .sc-blog-grid-section .blog-page-shape .shape-two {
    display: none;
  }
}

.sc-blog-grid-section .blog-page-shape .shape-three {
  position: absolute;
  top: 18%;
  right: -50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .sc-blog-grid-section .blog-page-shape .shape-three {
    display: none;
  }
}

.sc-blog-grid-section .blog-page-shape .shape-four {
  position: absolute;
  bottom: 20%;
  left: -50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .sc-blog-grid-section .blog-page-shape .shape-four {
    display: none;
  }
}

.tj-blog-details {
  padding-top: 110px;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-blog-details {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}

.tj-blog-details .blog-section-shape .shape-1 {
  position: absolute;
  top: 0;
  left: 0;
}

.tj-blog-details .blog-section-shape .shape-2 {
  position: absolute;
  top: 15%;
  right: 30px;
}

.tj-blog-details .blog-section-shape .shape-3 {
  position: absolute;
  top: 18%;
  right: -80px;
}

.tj-blog-details .blog-section-shape .shape-4 {
  position: absolute;
  bottom: 15%;
  left: -50px;
}

.tj-blog-details .blog-section-shape .shape-5 {
  position: absolute;
  bottom: 10%;
  left: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-blog-details .blog-section-shape {
    display: none;
  }
}

.sidebar-wrapper {
  position: relative;
  z-index: 3;
}

.sidebar-wrapper .blog-thumb-image {
  margin-bottom: 20px;
}

.sidebar-wrapper .blog-thumb-image img {
  border-radius: 20px;
}

.sidebar-wrapper .details-title {
  margin-bottom: 15px;
}

.sidebar-wrapper .details-title .title {
  font-size: 30px;
  margin-bottom: 0;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .sidebar-wrapper .details-title .title {
    font-size: 22px;
  }
}

.sidebar-wrapper .blog-video-area {
  margin-bottom: 50px;
}

.sidebar-wrapper .blog-video-area .video-title {
  margin-bottom: 26px;
}

.sidebar-wrapper .blog-video-area .video-title p {
  margin-bottom: 0;
}

.sidebar-wrapper .blog-video-area .video-box {
  margin-bottom: 15px;
}

.sidebar-wrapper .blog-video-area .video-image {
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .sidebar-wrapper .blog-video-area .video-image {
    margin-bottom: 30px;
  }
}

.sidebar-wrapper .blog-video-area .video-image img {
  border-radius: 20px;
  width: 100%;
}

.sidebar-wrapper .blog-video-area .video-image a {
  display: inline-block;
}

.sidebar-wrapper .blog-video-area .video-image .video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  line-height: 80px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .sidebar-wrapper .blog-video-area .video-image .video-play {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}

.sidebar-wrapper .blog-video-area .video-image .video-play i {
  color: var(--tj-color-common-white);
  font-size: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .sidebar-wrapper .blog-video-area .video-image .video-play i {
    font-size: 20px;
  }
}

.sidebar-wrapper .blog-video-area .check-list {
  margin-top: 15px;
}

.sidebar-wrapper .blog-video-area .check-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-wrapper .blog-video-area .check-list ul li {
  color: var(--tj-color-light-3);
  font-weight: var(--tj-fw-sbold);
  font-family: var(--tj-ff-body);
  margin-bottom: 10px;
}

.sidebar-wrapper .blog-video-area .check-list ul li:last-child {
  margin-bottom: 0;
}

.sidebar-wrapper .blog-video-area .check-list ul li i {
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  font-weight: var(--tj-fw-sbold);
  color: var(--tj-color-common-white);
  background: var(--tj-color-light-3);
  margin-right: 5px;
}

.sidebar-wrapper .blog-video-area p {
  margin-bottom: 0;
}

.sidebar-wrapper .tj-tags-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 2px solid var(--tj-color-light-7);
  border-bottom: 2px solid var(--tj-color-light-7);
  padding-top: 32px;
  padding-bottom: 32px;
  margin-bottom: 45px;
}

.sidebar-wrapper .tj-tags-post .post-share ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 14px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sidebar-wrapper .tj-tags-post .post-share ul li span {
  font-size: 18px;
  color: var(--tj-color-theme-primary);
  font-weight: var(--tj-fw-medium);
  margin-right: 10px;
}

.sidebar-wrapper .tj-tags-post .post-share ul li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  background: var(--tj-color-common-black);
  color: var(--tj-color-common-white);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.sidebar-wrapper .tj-tags-post .post-share ul li a:hover {
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .sidebar-wrapper .tagcloud {
    gap: 10px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .sidebar-wrapper .tagcloud {
    margin-bottom: 25px;
  }
}

.tj-latest-comment {
  border-bottom: 2px solid var(--tj-color-light-7);
  margin-bottom: 60px;
}

.tj-latest-comment .title {
  color: var(--tj-color-theme-primary);
  font-size: 30px;
  margin-bottom: 34px;
}

.tj-latest-comment .comment-content-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 34px;
}

@media (max-width: 575px) {
  .tj-latest-comment .comment-content-area {
    display: block;
  }
}

.tj-latest-comment .comment-content-area:last-child {
  padding-left: 80px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-latest-comment .comment-content-area:last-child {
    padding-left: 30px;
  }
}

.tj-latest-comment .comment-content-area .comment-auother {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 575px) {
  .tj-latest-comment .comment-content-area .comment-auother {
    display: block;
  }
}

.tj-latest-comment .comment-avatar {
  max-width: 60px;
  width: 100%;
  margin-right: 20px;
}

@media (max-width: 575px) {
  .tj-latest-comment .comment-avatar {
    margin-right: 0;
    margin-bottom: 25px;
  }
}

.tj-latest-comment .comment-text {
  padding-right: 45px;
}

@media (max-width: 575px) {
  .tj-latest-comment .comment-text {
    padding-left: 0;
  }
}

.tj-latest-comment .comment-text .auother-header {
  margin-bottom: 10px;
}

.tj-latest-comment .comment-text .auother-header .title-link a {
  font-size: 18px;
  color: var(--tj-color-theme-primary);
  font-weight: var(--tj-fw-medium);
}

.tj-latest-comment .comment-text p {
  margin-bottom: 0;
}

@media (max-width: 575px) {
  .tj-latest-comment .comment-reply {
    margin-top: 30px;
  }
}

.tj-latest-comment .comment-reply a {
  background: var(--tj-color-theme-primary);
  border-radius: 58px;
  -webkit-box-shadow: 15px 9px 30px 0px rgba(117, 77, 233, 0.15);
  box-shadow: 15px 9px 30px 0px rgba(117, 77, 233, 0.15);
  font-size: 12px;
  color: var(--tj-color-common-white);
  font-family: var(--tj-ff-body);
  padding: 7px 20px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.tj-latest-comment .comment-reply a:hover {
  background-color: var(--tj-color-common-black);
  color: var(--tj-color-common-white);
}

.tj-comment-respond {
  background: -webkit-gradient(linear, left top, right top, from(rgba(32, 217, 161, 0.08)), to(rgba(95, 57, 255, 0.08)));
  background: linear-gradient(90deg, rgba(32, 217, 161, 0.08) 0%, rgba(95, 57, 255, 0.08) 100%);
  padding: 40px;
  border-radius: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-comment-respond {
    padding: 25px 15px;
  }
}

.tj-comment-respond .comment-header {
  margin-bottom: 20px;
}

.tj-comment-respond .comment-header .title {
  color: var(--tj-color-theme-primary);
  font-size: 30px;
}

.tj-comment-respond .comment-header p {
  margin-bottom: 0;
}

.tj-comment-respond .form-input {
  margin-bottom: 20px;
}

.tj-comment-respond .form-input textarea,
.tj-comment-respond .form-input input[type=email],
.tj-comment-respond .form-input input[type=text] {
  border: 1px solid var(--tj-color-border-1);
  border-radius: 10px;
  padding: 14px 20px;
}

.tj-comment-respond .form-input textarea::-webkit-input-placeholder,
.tj-comment-respond .form-input input[type=email]::-webkit-input-placeholder,
.tj-comment-respond .form-input input[type=text]::-webkit-input-placeholder {
  color: var(--tj-color-grey-9);
}

.tj-comment-respond .form-input textarea::-moz-placeholder,
.tj-comment-respond .form-input input[type=email]::-moz-placeholder,
.tj-comment-respond .form-input input[type=text]::-moz-placeholder {
  color: var(--tj-color-grey-9);
}

.tj-comment-respond .form-input textarea:-ms-input-placeholder,
.tj-comment-respond .form-input input[type=email]:-ms-input-placeholder,
.tj-comment-respond .form-input input[type=text]:-ms-input-placeholder {
  color: var(--tj-color-grey-9);
}

.tj-comment-respond .form-input textarea::-ms-input-placeholder,
.tj-comment-respond .form-input input[type=email]::-ms-input-placeholder,
.tj-comment-respond .form-input input[type=text]::-ms-input-placeholder {
  color: var(--tj-color-grey-9);
}

.tj-comment-respond .form-input textarea::placeholder,
.tj-comment-respond .form-input input[type=email]::placeholder,
.tj-comment-respond .form-input input[type=text]::placeholder {
  color: var(--tj-color-grey-9);
}

.tj-comment-respond .form-input textarea::-ms-input-placeholder,
.tj-comment-respond .form-input input[type=email]::-ms-input-placeholder,
.tj-comment-respond .form-input input[type=text]::-ms-input-placeholder {
  color: var(--tj-color-grey-9);
}

.tj-comment-respond .form-input textarea {
  min-height: 154px;
  resize: none;
}

.tj-comment-respond .tj-blog-details-button .tj-primary-btn {
  width: 100%;
  border-radius: 10px;
  font-size: 14px;
  font-weight: var(--tj-fw-bold);
  font-family: var(--tj-ff-heading);
}

.tj-blog-widget {
  background: -webkit-gradient(linear, left top, right top, from(rgba(32, 217, 161, 0.08)), to(rgba(95, 57, 255, 0.08)));
  background: linear-gradient(90deg, rgba(32, 217, 161, 0.08) 0%, rgba(95, 57, 255, 0.08) 100%);
  margin-bottom: 24px;
  border-radius: 10px;
  padding: 40px;
  position: relative;
  z-index: 3;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-blog-widget {
    padding: 35px 15px;
  }
}

.tj-blog-widget .side-title {
  font-size: 25px;
  color: var(--tj-color-light-3);
  position: relative;
  margin-bottom: 35px;
}

.tj-blog-widget .side-title::before {
  position: absolute;
  content: "";
  bottom: -10px;
  left: 0;
  width: 90px;
  height: 3px;
  background: var(--tj-color-light-3);
}

.sidebar-search form {
  position: relative;
  width: 100%;
  border: 1.5px solid rgba(112, 95, 255, 0.8);
  border-radius: 8px;
}

.sidebar-search form input[type=text] {
  border-radius: 8px;
  width: 100%;
  padding: 14px 20px;
  font-size: 18px !important;
  font-weight: var(--tj-fw-medium);
}

.sidebar-search form input[type=text]::-webkit-input-placeholder {
  color: var(--tj-color-grey-9);
}

.sidebar-search form input[type=text]::-moz-placeholder {
  color: var(--tj-color-grey-9);
}

.sidebar-search form input[type=text]:-ms-input-placeholder {
  color: var(--tj-color-grey-9);
}

.sidebar-search form input[type=text]::-ms-input-placeholder {
  color: var(--tj-color-grey-9);
}

.sidebar-search form input[type=text]::placeholder {
  color: var(--tj-color-grey-9);
}

.sidebar-search form input[type=text]::-ms-input-placeholder {
  color: var(--tj-color-grey-9);
}

.sidebar-search form :focus {
  outline: none;
  border: none;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}

.sidebar-search form button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
}

.sidebar-search form button i {
  font-size: 18px;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  color: rgba(112, 95, 255, 0.7);
}

.sidebar-search form button i:hover {
  color: var(--tj-color-gradient-2);
}

.sidebar-catagory ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-catagory ul li {
  font-size: 18px;
  font-weight: var(--tj-fw-medium);
  margin-bottom: 20px;
}

.sidebar-catagory ul li:last-child {
  margin-bottom: 0;
}

.sidebar-catagory ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sidebar-catagory ul li a span {
  width: 18px;
  height: 18px;
  line-height: 18px;
  border-radius: 50%;
  display: inline-block;
  font-size: 12px;
  text-align: center;
  color: var(--tj-color-common-white);
  background: var(--tj-color-common-black);
}

.sidebar-catagory ul li a:hover {
  color: var(--tj-color-light-3);
}

.sidebar-catagory ul li a:hover span {
  background-color: var(--tj-color-light-3);
  color: var(--tj-color-common-white);
}

.sidebar-recent-post .single-post {
  margin-bottom: 25px;
}

.sidebar-recent-post .single-post:last-child {
  margin-bottom: 0;
}

.sidebar-recent-post .single-post .post-image {
  margin-right: 20px;
  max-width: 75px;
  width: 100%;
}

.sidebar-recent-post .single-post .post-image a {
  display: inline-block;
  width: 100%;
}

.sidebar-recent-post .single-post .post-content .sub-title {
  font-size: 14px;
  font-weight: var(--tj-fw-bold);
  display: block;
  margin-bottom: 10px;
}

.sidebar-recent-post .single-post .post-content .sub-title i {
  color: var(--tj-color-light-3);
  font-size: 18px;
  margin-right: 15px;
}

.sidebar-recent-post .single-post .post-content .title-link {
  margin-bottom: 0;
}

.sidebar-recent-post .single-post .post-content .title-link a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.sidebar-recent-post .single-post .post-content .title-link a:hover {
  color: var(--tj-color-light-3);
}

.tagcloud {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}

.tagcloud span {
  font-size: 18px;
  color: var(--tj-color-theme-primary);
  font-weight: var(--tj-fw-medium);
  margin-right: 10px;
}

.tagcloud a {
  background: var(--tj-color-light-7);
  font-size: 14px;
  font-weight: 300;
  color: var(--tj-color-common-black);
  border-radius: 5px;
  padding: 10px 20px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.tagcloud a:hover {
  color: var(--tj-color-common-white);
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
}

.details-item {
  margin-bottom: 60px;
}

.details-item:last-child {
  margin-bottom: 0;
}

.details-item .details-title .title {
  font-size: 25px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .details-item .details-title .title {
    font-size: 22px;
  }
}

.details-item .blog-button {
  margin-top: 30px;
}

.details-item .blog-thumb-image {
  position: relative;
}

.details-item .blog-thumb-image .video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.details-item .blog-thumb-image .video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  line-height: 80px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .details-item .blog-thumb-image .video-play {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}

.details-item .blog-thumb-image .video-play i {
  color: var(--tj-color-common-white);
  font-size: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .details-item .blog-thumb-image .video-play i {
    font-size: 20px;
  }
}

blockquote {
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
  border-radius: 10px;
  position: relative;
  padding: 30px 33px;
  margin-bottom: 60px;
  z-index: 3;
}

blockquote::before {
  content: "\f10d";
  font-family: "Font Awesome 6 Pro";
  background-size: contain;
  display: inline-block;
  font-size: 50px;
  color: var(--tj-color-common-white);
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  blockquote::before {
    width: 45px;
    height: 30px;
    margin-bottom: 10px;
  }
}

blockquote p {
  color: var(--tj-color-common-white);
  font-family: var(--tj-ff-body);
  font-weight: var(--tj-fw-sbold);
  margin-bottom: 10px;
}

blockquote cite {
  color: var(--tj-color-common-white);
  font-family: var(--tj-ff-body);
  font-weight: var(--tj-fw-bold);
  position: relative;
  padding-left: 85px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  blockquote cite {
    padding-left: 55px;
  }
}

blockquote cite::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 62px;
  height: 2px;
  background: var(--tj-color-light-9);
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  blockquote cite::before {
    width: 40px;
  }
}

.blog-pagination ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.blog-pagination ul li .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 45px;
  border: 1px solid var(--tj-color-theme-primary);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 18px;
  background-color: transparent;
  font-weight: var(--tj-fw-medium);
  color: var(--tj-color-common-black);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.blog-pagination ul li .page-numbers:hover,
.blog-pagination ul li .page-numbers.current {
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
  border-color: transparent;
  color: var(--tj-color-common-white);
}

/* !END: Theme Blog CSS */
/**----------------------------------------
START: Theme Contact CSS
----------------------------------------*/
.tj-contact-section {
  padding-bottom: 120px;
  padding-top: 120px;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-contact-section {
    padding-bottom:40px;
    padding-top: 40px;
  }
}

.contact-page {
  padding-top: 80px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .contact-page {
    padding-top: 40px;
  }
}

.contact-section-shape .contact-bg-shape {
  position: absolute;
  right: 0;
  top: 40%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.contact-section-shape .contact-bg-shape1 {
  position: absolute;
  right: 50px;
  top: 30%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.contact-section-shape .contact-bg-shape2 {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.contact-section-shape .contact-bg-shape3 {
  position: absolute;
  left: 50px;
  top: 40%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.contact-form-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 40px;
  background: #fff;
  position: relative;
  z-index: 3;
}



.contact-form-area .sub-title {
  background-color: transparent;
  margin-bottom: 30px;
  display: inline-flex;

}



.contact-left-content {
  max-width: 600px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .contact-left-content {
    max-width: 520px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-left-content {
    max-width: 450px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .contact-left-content {
    margin-bottom: 50px;
  }
}

.contact-left-content .tj-sec-heading {
  margin-bottom: 34px;
}

.contact-left-content .tj-sec-heading .sec-title {
  max-width: 520px;
}

.contact-left-content .comntact-list {
  display: -webkit-box;
  display: -ms-flexbox;

  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  margin-bottom: 40px;
}

.contact-left-content .comntact-list:last-child {
  margin-bottom: 0;
}

.contact-left-content .comntact-list .contact-icon {
  width: 55px;
  height: 55px;
  line-height: 48px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  font-size: 25px;
  color: var(--tj-color-common-white);
  margin-right: 20px;
}

.contact-left-content .comntact-list .contact-icon img {
  max-width: 27px;
  width: 100%;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .contact-left-content .comntact-list .contact-icon {
    width: 40px;
    height: 40px;
    line-height: 35px;
    margin-right: 15px;
  }
}

.contact-left-content .comntact-list .contact-icon img {
  max-width: 27px;
  width: 100%;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .contact-left-content .comntact-list .contact-icon img {
    width: 20px;
  }
}

.contact-left-content .desc {
  max-width: 650px;
}

.contact-left-content .contact-header a {
  color: var(--tj-color-common-black);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: 18px;
  font-weight: var(--tj-fw-medium);
}

.contact-left-content .contact-header a:hover {
  color: var(--tj-color-theme-primary);
}

.contact-left-content .contact-header span {
  line-height: 1.2;
  color: #053C4F;
  font-size: 35px;
  font-family: var(--tj-ff-heading);
  padding-bottom: 15px;
}

.contact-left-content .contact-header p {
  line-height: 1.4;
  color: #053C4F;
  font-size: 16px;
  font-family: var(--tj-ff-body);
  margin-top: 10px;
  font-weight: 500;
}

.contact-left-content .contact-header a {
  line-height: 1.4;
  color: #053C4F;
  font-size: 22px;
  font-family: var(--tj-ff-body);
  margin-top: 10px;
}

.contact-left-content .tj-contact-button {
  margin-top: 40px;
}

.contact-left-content .tj-contact-button .btn {
  margin-right: 15px;
}

.contact-left-content .tj-contact-button .btn:last-child {
  margin-right: 0;
}

.contact-form-box {
  width: 100%;
}



@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .contact-form-box {
    max-width: 100%;
  }
}

.contact-form-box .form-input {
  margin-bottom: 20px;
}

.contact-form-box .form-input label {
  margin-bottom: 10px;
  color: var(--tj-color-common-black);
}

.contact-form-box .form-input input[type=text] {
  width: 100%;
  border-radius: 8px;
  padding: 17px 20px;
  border: 1px solid var(--tj-color-light-7);
  font-family: var(--tj-ff-body);
  color: #053C4F;
}

.contact-form-box .form-input select {
  width: 100%;
  border-radius: 8px;
  padding: 19px 20px;
  border: 1px solid var(--tj-color-light-7);
  font-family: var(--tj-ff-body);
  margin-top: 0px;
  color: #053C4F;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .contact-form-box .form-input input[type=text] {
    padding: 13px 20px;
  }
}

.contact-form-box .form-input input[type=email] {
  width: 100%;
  border-radius: 8px;
  padding: 17px 20px;
  border: 1px solid var(--tj-color-light-7);
  font-family: var(--tj-ff-body);
  color: #053C4F;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .contact-form-box .form-input input[type=email] {
    padding: 13px 20px;
  }
}

.contact-form-box .form-textarea {
  margin-bottom: 20px;
}

.contact-form-box .form-textarea label {
  margin-bottom: 10px;
  color: var(--tj-color-common-black);
}

.contact-form-box .form-textarea textarea {
  width: 100%;
  border: 1px solid var(--tj-color-light-7);
  border-radius: 10px;
  padding: 17px 20px;
  min-height: 140px;
  resize: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .contact-form-box .form-textarea textarea {
    min-height: 110px;
  }
}

.contact-form-box .tj-contact-button .tj-primary-btn {
  border-radius: 10px;
  width: 100%;
}

.contact-form-box .form-input input:focus {
  border: 1px solid var(--tj-color-theme-primary);
}

.contact-form-box .form-textarea textarea:focus {
  border: 1px solid var(--tj-color-theme-primary);
}

.tj-contact-section-two {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #fff;
  overflow: hidden;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-contact-section-two {
    padding-top: 10px;
    padding-bottom: 30px;
  }
}

.tj-contact-section-two .contact-sec-shape {
  position: absolute;
  top: -50px;
  right: 0;
  opacity: 0.1;
}

.contact-form-box2 {
  border-radius: 30px;
  background: #EBF7FD;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  padding: 80px 50px;
  position: relative;
  z-index: 3;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .contact-form-box2 {
    padding: 25px 15px;
    margin-bottom: 50px;
  }
}

.contact-form-box2 .form-input {
  margin-bottom: 20px;
}

.contact-form-box2 .form-input input[type=text] {
  width: 100%;
  border-radius: 10px;
  padding: 14px 20px;
  background: #fff;
}

.contact-form-box2 .form-input input[type=email] {
  width: 100%;
  border-radius: 10px;
  padding: 14px 20px;
  background: #fff;
}

.contact-form-box2 .form-input select {
  width: 100%;
  border-radius: 10px;
  padding: 16px 20px;
  background: #fff;
  color: #053C4F;
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.52px;
  text-transform: uppercase;
  height: 52px;
}

.contact-form-box2 .form-textarea {
  margin-bottom: 20px;
}

.contact-form-box2 .form-textarea textarea {
  width: 100%;
  background: #fff;
  border-radius: 10px;
  padding: 14px 20px;
  min-height: 140px;
  resize: none;
}

.contact-form-box2 .tj-contact-button .tj-primary-btn {
  border-radius: 100px;
  background: #008FC7;
  width: 250px;
}

.contact-form-box3 {
  background: transparent;
  position: relative;
  z-index: 3;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .contact-form-box3 {
    padding: 25px 15px;
    margin-bottom: 50px;
  }
}

.contact-form-box3 .form-input {
  margin-bottom: 20px;
}

.contact-form-box3 .form-input input[type=text] {
  width: 100%;
  border-radius: 15px;
  padding: 17px 20px;
  border: 1px solid var(--tj-color-border-2);
  background: transparent;
  color: var(--tj-color-common-white);
}

.contact-form-box3 .form-input input[type=email] {
  width: 100%;
  border-radius: 15px;
  padding: 17px 20px;
  background: transparent;
  border: 1px solid var(--tj-color-border-2);
  color: var(--tj-color-common-white);
}

.contact-form-box3 .form-textarea {
  margin-bottom: 20px;
}

.contact-form-box3 .form-textarea textarea {
  width: 100%;
  background: transparent;
  border-radius: 10px;
  padding: 17px 20px;
  min-height: 140px;
  resize: none;
  border: 1px solid var(--tj-color-border-2);
  color: var(--tj-color-common-white);
}

.contact-form-box3 .tj-contact-button .tj-black-btn-two {
  width: 100%;
  border-radius: 15px;
}

.contact-form-box3 .tj-contact-button .tj-black-btn-two::before {
  border-radius: 15px;
}

.contact-form-box3 .form-input input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.contact-form-box3 .form-input input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.contact-form-box3 .form-input input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.contact-form-box3 .form-input input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.contact-form-box3 .form-input input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.contact-form-box3 .form-textarea textarea::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.contact-form-box3 .form-textarea textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.contact-form-box3 .form-textarea textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.contact-form-box3 .form-textarea textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.contact-form-box3 .form-textarea textarea::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.contact-right-content {
  padding-left: 75px;
  position: relative;
  z-index: 3;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-right-content {
    padding-left: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .contact-right-content {
    padding-left: 0;
  }
}

.contact-right-content .tj-sec-heading {
  margin-bottom: 25px;
}

.contact-right-content .tj-sec-heading .sec-title {
  max-width: 520px;
}

.contact-right-content .comntact-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  margin-bottom: 30px;
}

.contact-right-content .comntact-list:last-child {
  margin-bottom: 0;
}

.contact-right-content .comntact-list .contact-icon {
  width: 46px;
  height: 46px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  color: var(--tj-color-common-white);
  margin-right: 20px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .contact-right-content .comntact-list .contact-icon {
    width: 40px;
    height: 40px;
    line-height: 35px;
    margin-right: 15px;
  }
}

.contact-right-content .comntact-list .contact-icon img {
  max-width: 25px;
  width: 100%;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .contact-right-content .comntact-list .contact-icon img {
    width: 20px;
  }
}

.contact-right-content .desc {
  margin-bottom: 25px;
}

.contact-right-content .contact-header span {
  color: #FFF;
  font-family: Marcellus;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.contact-right-content .contact-header p {
  color: #FFF;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  /* 162.5% */
  letter-spacing: 0.8px;
}


.contact-right-content .contact-header a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #FFF;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  /* 145.455% */
  letter-spacing: 1.1px;
}

.contact-right-content .contact-header a:hover {
  color: var(--tj-color-theme-primary);
}

.contact-right-content .tj-contact-button {
  margin-top: 40px;
}

.contact-right-content .tj-contact-button .btn {
  margin-right: 15px;
}

.contact-right-content .tj-contact-button .btn:last-child {
  margin-right: 0;
}

.form-input input::-ms-input-placeholder {
  color: #053C4F;
}

.form-input input::-webkit-input-placeholder {
  color: #053C4F;
}

.form-input input::-moz-placeholder {
  color: #053C4F;
}

.form-input input:-ms-input-placeholder {
  color: #053C4F;
}



.form-input input::placeholder {
  color: #053C4F;
}

.form-textarea textarea::-ms-input-placeholder {
  color: #053C4F;
}

.form-textarea textarea::-webkit-input-placeholder {
  color: #053C4F;
}

.form-textarea textarea::-moz-placeholder {
  color: #053C4F;
}

.form-textarea textarea:-ms-input-placeholder {
  color: #053C4F;
}

.form-textarea textarea::placeholder {
  color: #053C4F;
}

/* !END: Theme Contact CSS */
/**----------------------------------------
START: Theme Footer CSS
----------------------------------------*/
.tj-footer-area {
  background-image: url(../images/banner-bg/footer-bg.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: var(--tj-color-grey-6);
  position: relative;
  overflow: hidden;
}

.tj-footer-area .footer-menu-area {
  padding-top: 120px;
  padding-bottom: 65px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-footer-area .footer-menu-area {
    padding-top: 80px;
    padding-bottom: 10px;
  }
}

.tj-footer-area .footer-menu-area .footer-content-info {
  max-width: 340px;
  position: relative;
  z-index: 3;
}

.tj-footer-area .footer-menu-area .footer-content-info .footer-logo {
  max-width: 185px;
  width: 100%;
  margin-bottom: 35px;
}

.footer-logo {
  padding-top: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-footer-area .footer-menu-area .footer-content-info .footer-logo {
    max-width: 150px;
  }
}

.tj-footer-area .footer-menu-area .footer-content-info .footer-logo a {
  display: inline-block;
}

.tj-footer-area .footer-menu-area .footer-content-info p {
  color: var(--tj-color-grey-5);
  font-family: var(--tj-ff-heading);
  margin-bottom: 30px;
}

.tj-footer-area .footer-menu-area .footer-content-info .footer-share ul li {
  display: inline-block;
  margin-right: 10px;
  border-radius: 50%;
}

.tj-footer-area .footer-menu-area .footer-content-info .footer-share ul li:last-child {
  margin-right: 0;
}

.tj-footer-area .footer-menu-area .footer-content-info .footer-share ul li a {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: var(--tj-color-common-white);
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  color: var(--tj-color-common-black);
  font-size: 20px;
}

.tj-footer-area .footer-menu-area .footer-content-info .footer-share ul li a:hover {
  background-color: var(--tj-color-theme-primary);
  color: var(--tj-color-common-white);
}

.tj-footer-area .footer-menu-area .footer-content-info .footer-share ul li a:hover svg path {
  fill: var(--tj-color-common-white);
}

.tj-footer-area .footer-menu-area .footer_title {
  color: var(--tj-color-common-white);
  margin-bottom: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-footer-area .footer-menu-area .footer_title {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-footer-area .footer-menu-area .footer_title {
    margin-bottom: 25px;
  }
}

.tj-footer-area .footer-menu-area .widget_nav_menu {
  position: relative;
  z-index: 3;
}

.tj-footer-area .footer-menu-area .widget_nav_menu .footer-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tj-footer-area .footer-menu-area .widget_nav_menu .footer-menu ul li {
  margin-bottom: 15px;
}

.tj-footer-area .footer-menu-area .widget_nav_menu .footer-menu ul li a {
  color: var(--tj-color-light-4);
  font-family: var(--tj-ff-heading);
  font-weight: var(--tj-fw-regular);
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.tj-footer-area .footer-menu-area .widget_nav_menu .footer-menu ul li a:hover {
  color: transparent;
}

.tj-footer-area .footer-menu-area .widget_contact_menu {
  position: relative;
  z-index: 3;
}

.tj-footer-area .footer-menu-area .widget_contact_menu .footer-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tj-footer-area .footer-menu-area .widget_contact_menu .footer-menu ul li {
  padding-left: 45px;
  margin-bottom: 20px;
  position: relative;
  z-index: 9;
}

.tj-footer-area .footer-menu-area .widget_contact_menu .footer-menu ul li a {
  color: var(--tj-color-light-4);
  font-family: var(--tj-ff-heading);
  font-weight: var(--tj-fw-regular);
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.tj-footer-area .footer-menu-area .widget_contact_menu .footer-menu ul li span {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  color: var(--tj-color-common-white);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.tj-footer-area .footer-menu-area .widget_contact_menu .footer-menu ul li span::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  width: 35px;
  height: 35px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.tj-footer-area .footer-menu-area .widget_contact_menu .footer-menu ul li:hover a {
  color: transparent;
}

.tj-footer-area .footer-menu-area .widget_contact_menu .footer-menu ul li:hover span {
  border-color: transparent;
}

.tj-footer-area .footer-menu-area .widget_contact_menu .footer-menu ul li:hover span::before {
  opacity: 1;
  visibility: visible;
}

.tj-footer-area .copyright-area {
  padding: 20px 0;
}

.tj-footer-area .copyright-content-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 3;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-footer-area .copyright-content-area {
    text-align: center;
    display: block;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-footer-area .copyright-content-area .copyright-left-content {
    margin-bottom: 20px;
  }
}

.tj-footer-area .copyright-content-area .copyright-left-content p {
  font-family: var(--tj-ff-heading);
  color: var(--tj-color-grey-5);
  margin-bottom: 0;
}

.tj-footer-area .copyright-content-area .copyright-left-content a {
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: var(--tj-color-grey-5);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.tj-footer-area .copyright-content-area .copyright-left-content a:hover {
  color: transparent;
}

.tj-footer-area .copyright-content-area .copyright-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tj-footer-area .copyright-content-area .copyright-menu ul li {
  display: inline-block;
  margin-left: 25px;
}

.tj-footer-area .copyright-content-area .copyright-menu ul li:first-child {
  margin-left: 0;
}

.tj-footer-area .copyright-content-area .copyright-menu ul li a {
  font-family: var(--tj-ff-heading);
  font-weight: var(--tj-fw-regular);
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: var(--tj-color-grey-5);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.tj-footer-area .copyright-content-area .copyright-menu ul li a:hover {
  color: transparent;
}

.tj-footer-two {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50px 50px 0px 0px;
  background: #053C4F;
  position: relative;
  overflow: hidden;
}





.tj-footer-two .footer-menu-area .footer-content-info {
  max-width: 340px;
  position: relative;
  z-index: 3;
}

.tj-footer-two .footer-menu-area .footer-content-info .footer-logo {
  max-width: 185px;
  width: 100%;
  margin-bottom: 35px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-footer-two .footer-menu-area .footer-content-info .footer-logo {
    max-width: 150px;
  }
}

.tj-footer-two .footer-menu-area .footer-content-info .footer-logo a {
  display: inline-block;
}

.tj-footer-two .footer-menu-area .footer-content-info p {
  color: var(--tj-color-text-body);
  font-family: var(--tj-ff-heading);
  margin-bottom: 30px;
}

.tj-footer-two .footer-menu-area .footer-content-info .footer-share ul li {
  display: inline-block;
  margin-right: 10px;
  border-radius: 50%;
}

.tj-footer-two .footer-menu-area .footer-content-info .footer-share ul li:last-child {
  margin-right: 0;
}

.tj-footer-two .footer-menu-area .footer-content-info .footer-share ul li a {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  z-index: 3;
  color: #053C4F;
  font-size: 20px;
}

.tj-footer-two .footer-menu-area .footer-content-info .footer-share ul li a::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
  color: var(--tj-color-common-black);
  -webkit-transition: 0.1s;
  transition: 0.1s;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.tj-footer-two .footer-menu-area .footer-content-info .footer-share ul li a:hover {
  color: var(--tj-color-common-white);
}

.tj-footer-two .footer-menu-area .footer-content-info .footer-share ul li a:hover::before {
  opacity: 1;
  visibility: visible;
}

.tj-footer-two .footer-menu-area .footer_title {
  color: #FFF;
  font-family: Marcellus;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.72px;
  text-transform: capitalize;
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-footer-two .footer-menu-area .footer_title {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-footer-two .footer-menu-area .footer_title {
    margin-bottom: 25px;
  }
}

.tj-footer-two .footer-menu-area .widget_nav_menu {
  position: relative;
  z-index: 3;
}

.tj-footer-two .footer-menu-area .widget_nav_menu .footer-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tj-footer-two .footer-menu-area .widget_nav_menu .footer-menu ul li {
  margin-bottom: 2px;
}

.tj-footer-two .footer-menu-area .widget_nav_menu .footer-menu ul li a {
  color: #70A5B6;
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  /* 240% */
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-transform: capitalize;
}

.tj-footer-two .footer-menu-area .widget_nav_menu .footer-menu ul li a:hover {
  color: #fff;
}

.tj-footer-two .footer-menu-area .widget_contact_menu {
  position: relative;
  z-index: 3;
}

.tj-footer-two .footer-menu-area .widget_contact_menu .footer-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tj-footer-two .footer-menu-area .widget_contact_menu .footer-menu ul li {
  padding-left: 45px;
  margin-bottom: 20px;
  position: relative;
  z-index: 9;
}

.tj-footer-two .footer-menu-area .widget_contact_menu .footer-menu ul li a {
  color: var(--tj-color-text-body);
  font-family: var(--tj-ff-heading);
  font-weight: var(--tj-fw-regular);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.tj-footer-two .footer-menu-area .widget_contact_menu .footer-menu ul li span {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid var(--tj-color-light-3);
  color: var(--tj-color-light-3);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.tj-footer-two .footer-menu-area .widget_contact_menu .footer-menu ul li span::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  width: 35px;
  height: 35px;
  line-height: 1;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.tj-footer-two .footer-menu-area .widget_contact_menu .footer-menu ul li:hover a {
  color: var(--tj-color-theme-primary);
}

.tj-footer-two .footer-menu-area .widget_contact_menu .footer-menu ul li:hover span {
  border-color: transparent;
  color: var(--tj-color-common-white);
}

.tj-footer-two .footer-menu-area .widget_contact_menu .footer-menu ul li:hover span::before {
  opacity: 1;
  visibility: visible;
}

.tj-footer-two .copyright-area {
  padding: 20px 0;
}

.tj-footer-two .copyright-content-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 3;
  border-top: 1px solid rgb(255, 255, 255, 0.20);
  padding-top: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-footer-two .copyright-content-area {
    text-align: center;
    display: block;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-footer-two .copyright-content-area .copyright-left-content {
    margin-bottom: 20px;
  }
}

.tj-footer-two .copyright-content-area .copyright-left-content p {
  color: #70A5B6;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 128.571% */
  letter-spacing: 0.28px;
  margin-bottom: 0;
}

.tj-footer-two .copyright-content-area .copyright-left-content a {
  color: var(--tj-color-text-body);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.tj-footer-two .copyright-content-area .copyright-left-content a:hover {
  color: var(--tj-color-theme-primary);
}

.tj-footer-two .copyright-content-area .copyright-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tj-footer-two .copyright-content-area .copyright-menu ul li {
  display: inline-block;
  margin-left: 25px;
  color: #70A5B6;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.28px;
}

.tj-footer-two .copyright-content-area .copyright-menu ul li:first-child {
  margin-left: 0;
}

.tj-footer-two .copyright-content-area .copyright-menu ul li a {
  color: #58B9DF;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.28px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.tj-footer-two .copyright-content-area .copyright-menu ul li a:hover {
  color: var(--tj-color-theme-primary);
}

.tj-footer-two .footer-section-shape1 .footer-group-shape {
  position: absolute;
  right: 0;
  top: -60px;
}

.tj-footer-two .footer-section-shape1 .footer-group-shape1 {
  position: absolute;
  left: 0;
  bottom: 0;
}

.tj-footer-three {
  background-color: var(--tj-color-light-10);
  position: relative;
  overflow: hidden;
}

.tj-footer-three::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/shape/footer-bg-shape.svg);
  opacity: 0.9;
  mix-blend-mode: soft-light;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.tj-footer-three .footer-top-area {
  padding-top: 120px;
  padding-bottom: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-footer-three .footer-top-area {
    padding-top: 80px;
    padding-bottom: 20px;
  }
}

.tj-footer-three .footer-top-area .contact-right-content {
  padding-left: 0;
  max-width: 590px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-footer-three .footer-top-area .contact-right-content {
    margin-bottom: 45px;
  }
}

.tj-footer-three .footer-top-area .contact-right-content .tj-sec-heading {
  margin-bottom: 0;
}

.tj-footer-three .footer-top-area .contact-right-content .title {
  color: var(--tj-color-common-white);
  margin-bottom: 20px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-footer-three .footer-top-area .contact-right-content .title {
    font-size: 35px;
  }
}

.tj-footer-three .footer-top-area .contact-right-content .desc p {
  color: var(--tj-color-common-white);
}

.tj-footer-three .footer-top-area .contact-right-content .comntact-list .contact-icon {
  width: 60px;
  height: 60px;
  line-height: 56px;
  text-align: center;
  border-radius: 50%;
  background: var(--tj-color-common-white);
}

.tj-footer-three .footer-top-area .contact-right-content .contact-header p {
  color: var(--tj-color-common-white);
  font-size: 22px;
}

.tj-footer-three .footer-top-area .contact-right-content .contact-header a {
  color: var(--tj-color-common-white);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-weight: var(--tj-fw-bold);
}

.tj-footer-three .footer-top-area .contact-right-content .contact-header a:hover {
  color: var(--tj-color-common-black);
}

.tj-footer-three .footer1-col-3,
.tj-footer-three .footer1-col-5 {
  padding-left: 0;
}

.tj-footer-three .footer1-col-2 {
  padding-left: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-footer-three .footer1-col-2 {
    padding-left: 0;
  }
}

.tj-footer-three .footer1-col-4 {
  padding-left: 65px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-footer-three .footer1-col-4 {
    padding-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-footer-three .contact-form-box3 {
    margin-bottom: 35px;
    padding: 0;
  }
}

.tj-footer-three .footer-menu-area {
  position: relative;
  padding-top: 80px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-footer-three .footer-menu-area {
    padding-top: 50px;
  }
}

.tj-footer-three .footer-menu-area::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  height: 2px;
  width: 1300px;
  background: rgba(255, 255, 255, 0.5);
}

.tj-footer-three .footer-menu-area .footer-content-info {
  position: relative;
  z-index: 3;
}

.tj-footer-three .footer-menu-area .footer-content-info .footer-logo {
  max-width: 185px;
  width: 100%;
  margin-bottom: 35px;
}

.tj-footer-three .footer-menu-area .footer-content-info .footer-logo a {
  display: inline-block;
}

.tj-footer-three .footer-menu-area .footer-content-info p {
  color: var(--tj-color-common-white);
  font-family: var(--tj-ff-heading);
  margin-bottom: 30px;
}

.tj-footer-three .footer-menu-area .footer-content-info .footer-share ul li {
  display: inline-block;
  margin-right: 10px;
  border-radius: 50%;
}

.tj-footer-three .footer-menu-area .footer-content-info .footer-share ul li:last-child {
  margin-right: 0;
}

.tj-footer-three .footer-menu-area .footer-content-info .footer-share ul li a {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: var(--tj-color-common-white);
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  z-index: 3;
  color: var(--tj-color-light-3);
  font-size: 20px;
}

.tj-footer-three .footer-menu-area .footer-content-info .footer-share ul li a:hover {
  background-color: var(--tj-color-common-black);
  color: var(--tj-color-common-white);
}

.tj-footer-three .footer-menu-area .footer_title {
  color: var(--tj-color-common-white);
  margin-bottom: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-footer-three .footer-menu-area .footer_title {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-footer-three .footer-menu-area .footer_title {
    margin-bottom: 25px;
  }
}

.tj-footer-three .footer-menu-area .widget_nav_menu {
  position: relative;
  z-index: 3;
}

.tj-footer-three .footer-menu-area .widget_nav_menu .footer-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tj-footer-three .footer-menu-area .widget_nav_menu .footer-menu ul li {
  margin-bottom: 15px;
}

.tj-footer-three .footer-menu-area .widget_nav_menu .footer-menu ul li a {
  color: var(--tj-color-common-white);
  font-family: var(--tj-ff-heading);
  font-weight: var(--tj-fw-regular);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.tj-footer-three .footer-menu-area .widget_nav_menu .footer-menu ul li a:hover {
  color: var(--tj-color-theme-primary);
}

.tj-footer-three .footer-menu-area .widget_contact_menu {
  position: relative;
  z-index: 3;
}

.tj-footer-three .footer-menu-area .widget_contact_menu .footer-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tj-footer-three .footer-menu-area .widget_contact_menu .footer-menu ul li {
  padding-left: 45px;
  margin-bottom: 20px;
  position: relative;
  z-index: 9;
}

.tj-footer-three .footer-menu-area .widget_contact_menu .footer-menu ul li a {
  color: var(--tj-color-grey-5);
  font-family: var(--tj-ff-heading);
  font-weight: var(--tj-fw-regular);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.tj-footer-three .footer-menu-area .widget_contact_menu .footer-menu ul li span {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  color: var(--tj-color-common-white);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.tj-footer-three .footer-menu-area .widget_contact_menu .footer-menu ul li span::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  width: 35px;
  height: 35px;
  line-height: 1;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.tj-footer-three .footer-menu-area .widget_contact_menu .footer-menu ul li:hover a {
  color: var(--tj-color-theme-primary);
}

.tj-footer-three .footer-menu-area .widget_contact_menu .footer-menu ul li:hover span {
  border-color: transparent;
}

.tj-footer-three .footer-menu-area .widget_contact_menu .footer-menu ul li:hover span::before {
  opacity: 1;
  visibility: visible;
}

.tj-footer-three .widget_gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
}

.tj-footer-three .widget_gallery .footer-gallery-item {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.tj-footer-three .widget_gallery .footer-gallery-item::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.tj-footer-three .widget_gallery .footer-gallery-item .gallery-icon {
  position: absolute;
  color: var(--tj-color-common-white);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.tj-footer-three .widget_gallery .footer-gallery-item img {
  border-radius: 10px;
  max-width: 110px;
  width: 100%;
}

.tj-footer-three .widget_gallery .footer-gallery-item:hover::before {
  opacity: 0.5;
  visibility: visible;
  width: 100%;
  height: 100%;
}

.tj-footer-three .widget_gallery .footer-gallery-item:hover .gallery-icon {
  opacity: 1;
  visibility: visible;
}

.tj-footer-three .copyright-area {
  padding: 20px 0;
}

.tj-footer-three .copyright-content-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 3;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-footer-three .copyright-content-area {
    text-align: center;
    display: block;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-footer-three .copyright-content-area .copyright-left-content {
    margin-bottom: 20px;
  }
}

.tj-footer-three .copyright-content-area .copyright-left-content p {
  font-family: var(--tj-ff-heading);
  color: var(--tj-color-grey-5);
  margin-bottom: 0;
}

.tj-footer-three .copyright-content-area .copyright-left-content a {
  color: var(--tj-color-grey-5);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.tj-footer-three .copyright-content-area .copyright-left-content a:hover {
  color: var(--tj-color-theme-primary);
}

.tj-footer-three .copyright-content-area .copyright-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tj-footer-three .copyright-content-area .copyright-menu ul li {
  display: inline-block;
  margin-left: 25px;
}

.tj-footer-three .copyright-content-area .copyright-menu ul li:first-child {
  margin-left: 0;
}

.tj-footer-three .copyright-content-area .copyright-menu ul li a {
  font-family: var(--tj-ff-heading);
  font-weight: var(--tj-fw-regular);
  color: var(--tj-color-grey-5);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.tj-footer-three .copyright-content-area .copyright-menu ul li a:hover {
  color: var(--tj-color-theme-primary);
}

.mfp-bottom-bar {
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}

.mfp-bottom-bar .mfp-title {
  display: none !important;
}

.mfp-bottom-bar .mfp-close {
  display: none;
}

.mfp-bottom-bar img {
  border-radius: 10px;
}

.mfp-image-holder .mfp-close {
  display: none;
}

.mfp-iframe-holder .mfp-close {
  display: none;
}

.footer-section-shape .footer-bg-shape {
  position: absolute;
  left: 0;
  bottom: 0;
}

.footer-section-shape .footer-bg-shape1 {
  position: absolute;
  right: 0;
  bottom: 0;
}

.footer-section-shape .footer-bg-shape2 {
  position: absolute;
  bottom: 5%;
  right: 6%;
  opacity: 0.3;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .footer-section-shape .footer-bg-shape2 {
    display: none;
  }
}

.footer-section-shape .footer-bg-shape3 {
  position: absolute;
  bottom: 10%;
  right: 6%;
  opacity: 0.9;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .footer-section-shape .footer-bg-shape3 {
    display: none;
  }
}

.footer-sec-shape .shape-1 {
  position: absolute;
  left: 60px;
  top: 15%;
}

.footer-sec-shape .shape-2 {
  position: absolute;
  left: 0;
  top: 22%;
}

.footer-sec-shape .shape-3 {
  position: absolute;
  left: 75px;
  bottom: 10%;
}

.footer-sec-shape .shape-4 {
  position: absolute;
  top: 60px;
  right: 0;
}

.footer-sec-shape .shape-5 {
  position: absolute;
  bottom: 0;
  right: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .footer-sec-shape {
    display: none;
  }
}

.footer-widget {
  margin-bottom: 40px;
  position: relative;
  z-index: 3;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.footer1-col-2,
.footer1-col-3,
.footer1-col-4,
.footer1-col-5 {
  padding-left: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .footer1-col-2,
  .footer1-col-3,
  .footer1-col-4,
  .footer1-col-5 {
    padding-left: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {

  .footer1-col-2,
  .footer1-col-3,
  .footer1-col-4,
  .footer1-col-5 {
    padding-left: 10px;
  }
}

/* !END: Theme Footer CSS */
/**----------------------------------------
START: Theme CTA CSS
----------------------------------------*/
.tj-cta-section {
  padding-top: 115px;
  padding-bottom: 120px;
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
  position: relative;
}

.tj-cta-section::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url(../images/banner-bg/cta-shape.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-cta-section {
    padding-top: 75px;
    padding-bottom: 80px;
  }
}

.tj-cta-section .tj-sec-heading {
  margin-bottom: 0;
}

.cta-content-area {
  max-width: 1020px;
  margin: auto;
}

.cta-content-area .title {
  color: var(--tj-color-common-white);
  margin-bottom: 0;
}

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

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .cta-content-area .title {
    font-size: 32px;
  }
}

.cta-content-area .cta-button {
  margin-top: 40px;
}

/* !END: Theme CTA CSS */
/**----------------------------------------
START: Theme Price CSS
----------------------------------------*/
.tj-price-section {
  padding-top: 120px;
  padding-bottom: 90px;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-price-section {
    padding-top: 75px;
    padding-bottom: 50px;
  }
}

.tj-price-section .tj-sec-heading {
  max-width: 600px;
  text-align: center;
}

.price-group-shape .price-shape-one {
  position: absolute;
  right: 8%;
  top: 13%;
}

.price-group-shape .price-shape-two {
  position: absolute;
  right: 4.5%;
  top: 18%;
  opacity: 0.2;
}

.price-group-shape .price-shape-three {
  position: absolute;
  left: 60px;
  bottom: 20%;
}

.price-group-shape .price-shape-four {
  position: absolute;
  left: 15px;
  bottom: 12%;
  opacity: 0.4;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .price-group-shape {
    display: none;
  }
}

.tj-price-item {
  border-radius: 20px;
  border: 0.5px solid var(--tj-color-light-3);
  background: var(--tj-color-common-white);
  padding: 20px 20px 25px;
  margin-bottom: 30px;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 3;
}

.tj-price-item .tj-price-content-area {
  border-radius: 15px;
  padding-bottom: 20px;
  border: 1px solid rgba(112, 95, 255, 0.1);
}

.tj-price-item .price-top-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: var(--tj-color-light-3);
  border-radius: 15px 15px 0px 15px;
  padding: 35px 20px 25px;
  margin-bottom: 35px;
  position: relative;
  z-index: 3;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-price-item .price-top-content {
    padding: 25px 15px 15px;
  }
}

.tj-price-item .price-top-content::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 15px 15px 0px 15px;
  margin-bottom: 35px;
  background: linear-gradient(122deg, var(--tj-color-theme-secondary) 1.36%, var(--tj-color-theme-primary) 100%);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
}

.tj-price-item .price-top-content .price-icon {
  font-size: 60px;
  color: rgba(255, 255, 255, 0.3);
  line-height: 1;
  margin-right: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-price-item .price-top-content .price-icon {
    font-size: 45px;
    margin-right: 15px;
  }
}

.tj-price-item .price-top-content .title {
  color: var(--tj-color-common-white);
  margin-bottom: 0;
  font-size: 28px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-price-item .price-top-content .title {
    font-size: 24px;
  }
}

.tj-price-item .price-top-content .price {
  font-size: 45px;
  color: var(--tj-color-common-white);
  font-weight: var(--tj-fw-bold);
  font-family: var(--tj-ff-heading);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-price-item .price-top-content .price {
    font-size: 35px;
  }
}

.tj-price-item .price-bottom-content {
  position: relative;
  z-index: 3;
  padding-left: 20px;
}

.tj-price-item .price-bottom-content .price-list ul li {
  color: var(--tj-color-common-black);
  position: relative;
  margin-bottom: 15px;
  padding-left: 30px;
}

.tj-price-item .price-bottom-content .price-list ul li:last-child {
  margin-bottom: 0;
}

.tj-price-item .price-bottom-content .price-list ul li i {
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: var(--tj-color-common-black);
  position: absolute;
  top: 60%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

.tj-price-item .price-button {
  margin-top: 35px;
}

.tj-price-item .price-button .tj-black-btn {
  font-weight: var(--tj-fw-regular);
}

.tj-price-item.price-active,
.tj-price-item:hover {
  -webkit-box-shadow: 30px 15px 30px 0px rgba(0, 0, 0, 0.03);
  box-shadow: 30px 15px 30px 0px rgba(0, 0, 0, 0.03);
}

.tj-price-item.price-active .price-top-content::before,
.tj-price-item:hover .price-top-content::before {
  opacity: 1;
  visibility: visible;
}

.tj-price-item.price-active .price-icon,
.tj-price-item:hover .price-icon {
  color: var(--tj-color-common-white);
}

.tj-price-item.price-active .price-list ul li i,
.tj-price-item:hover .price-list ul li i {
  color: transparent;
}

/* !END: Theme Price CSS */
/**----------------------------------------
START: Theme Video CSS
----------------------------------------*/
.tj-video-section {
  background: linear-gradient(72deg, var(--tj-color-light-3) 0%, rgba(112, 95, 255, 0) 99.2%);
  padding-top: 210px;
  padding-bottom: 210px;
  background-image: url(../images/product/cta-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-video-section {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}

.tj-video-section .tj-video-area .video-icon {
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 15px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
}

.tj-video-section .tj-video-area .video-icon::before {
  position: absolute;
  content: "";
  width: 90px;
  height: 90px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
}

.tj-video-section .tj-video-area .popup-videos-button {
  background: rgba(58, 58, 58, 0.7);
  width: 74px;
  height: 74px;
  line-height: 74px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  position: relative;
  z-index: 3;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-video-section .video-sec-shape {
    display: none;
  }
}

.tj-video-section .video-sec-shape .shape-1 {
  position: absolute;
  left: 12%;
  bottom: 20px;
}

.tj-video-section .video-sec-shape .shape-2 {
  position: absolute;
  right: 12%;
  top: 0;
}

.tj-video-section .video-sec-shape .shape-3 {
  position: absolute;
  left: 5%;
  top: 10%;
}

/* !END: Theme Video CSS */
/**----------------------------------------
START: Theme Scroll CSS
----------------------------------------*/
.webency-scroll-top {
  position: fixed;
  right: 30px;
  bottom: 25px;
  width: 45px;
  height: 45px;
  cursor: pointer;
  display: block;
  border-radius: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(0.75rem);
  -ms-transform: translateY(0.75rem);
  transform: translateY(0.75rem);
  -webkit-box-shadow: inset 0 0 0 0.1rem rgba(128, 130, 134, 0.25);
  box-shadow: inset 0 0 0 0.1rem rgba(128, 130, 134, 0.25);
  -webkit-transition: all 0.2s linear, margin-right 0s;
  transition: all 0.2s linear, margin-right 0s;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .webency-scroll-top {
    right: 15px;
    bottom: 15px;
  }
}

.webency-scroll-top.progress-done {
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.webency-scroll-top-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
  color: var(--tj-color-theme-primary);
}

.webency-scroll-top>svg path {
  fill: none;
}

.webency-scroll-top>svg.progress-circle path {
  stroke: var(--tj-color-theme-primary);
  stroke-width: 4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

@media (min-width: 1px) {
  .webency-scroll-top.progress-done {
    opacity: 1;
  }
}

@-webkit-keyframes letters-loading {

  0%,
  75%,
  100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}

@keyframes letters-loading {

  0%,
  75%,
  100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}

/* !END: Theme Scroll CSS */
/**----------------------------------------
START: Theme Product CSS
----------------------------------------*/
.tj-product-section {
  background: var(--tj-color-grey-5);
  padding-top: 130px;
  padding-bottom: 120px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-product-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.tj-product-section .tj-sec-heading {
  max-width: 550px;
  margin-left: 0;
}

.product-left-content {
  padding-right: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .product-left-content {
    padding-right: 0;
    margin-bottom: 110px;
  }
}

@media (max-width: 575px) {
  .product-left-content {
    padding-right: 0;
    margin-bottom: 140px;
  }
}

.tj-product-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  border: 1px solid var(--tj-color-theme-primary);
  border-radius: 20px;
  margin-bottom: 25px;
  border: 1px solid transparent;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-product-item {
    padding: 25px;
  }
}

@media (max-width: 575px) {
  .tj-product-item {
    display: block;
    border: 1px solid var(--tj-color-theme-primary);
    margin-bottom: 30px;
  }
}

.tj-product-item:last-child {
  margin-bottom: 0;
}

.tj-product-item .product-icon {
  margin-right: 40px;
  font-size: 50px;
  color: var(--tj-color-light-3);
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  line-height: 1;
  display: inline-block;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-product-item .product-icon {
    margin-right: 20px;
  }
}

@media (max-width: 575px) {
  .tj-product-item .product-icon {
    margin-right: 0;
    margin-bottom: 15px;
    background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
    background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}

.tj-product-item .skillbar {
  background-image: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-primary)), color-stop(51%, var(--tj-color-theme-primary)), to(var(--tj-color-theme-secondary)));
  background-image: linear-gradient(to right, var(--tj-color-theme-primary) 0%, var(--tj-color-theme-primary) 51%, var(--tj-color-theme-secondary) 100%);
  width: 0px;
  height: 10px;
  border-radius: 20px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  background-size: 200%;
}

@media (max-width: 575px) {
  .tj-product-item .skillbar {
    background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
    background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
  }
}

.tj-product-item .product-content .title {
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: var(--tj-color-light-3);
  margin-bottom: 10px;
  display: inline-block;
}

@media (max-width: 575px) {
  .tj-product-item .product-content .title {
    background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
    background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}

.tj-product-item .product-content p {
  margin-bottom: 0;
}

.tj-product-item:hover {
  border-color: var(--tj-color-theme-primary);
  -webkit-box-shadow: 30px 15px 30px 0px rgba(0, 0, 0, 0.02);
  box-shadow: 30px 15px 30px 0px rgba(0, 0, 0, 0.02);
}

.tj-product-item:hover .product-content .title {
  color: transparent;
}

.tj-product-item:hover .product-icon {
  color: transparent;
}

.tj-product-item:hover .skillbar {
  background-position: -100%;
}

.tj-progress-bar {
  margin-top: 20px;
  width: 400px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-progress-bar {
    width: 300px;
  }
}

@media (max-width: 575px) {
  .tj-progress-bar {
    width: 220px;
  }
}

.tj-progress-bar .skills {
  background-color: var(--tj-color-light-7);
  height: 10px;
  position: relative;
  border-radius: 20px;
}

.tj-progress-bar .skills span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -60px;
  font-size: 22px;
  font-weight: var(--tj-fw-bold);
  font-family: var(--tj-ff-heading);
  color: var(--tj-color-light-3);
}

.tj-progress-bar .skills .skillbar {
  background-color: var(--tj-color-light-3);
  width: 0px;
  height: 10px;
  border-radius: 20px;
}

.product-image-group {
  position: relative;
}

.product-image-group .group-image-1 {
  position: relative;
  margin-bottom: 30px;
  padding-left: 50px;
  max-width: 335px;
  width: 100%;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
  .product-image-group .group-image-1 {
    max-width: 220px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-image-group .group-image-1 {
    max-width: 180px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .product-image-group .group-image-1 {
    max-width: 250px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .product-image-group .group-image-1 {
    max-width: 210px;
  }
}

@media (max-width: 575px) {
  .product-image-group .group-image-1 {
    max-width: 160px;
  }
}

.product-image-group .group-image-1::before {
  position: absolute;
  content: "";
  top: -20px;
  left: 33px;
  width: 302px;
  height: 360px;
  background: var(--tj-color-light-7);
  border-radius: 0 0 200px 200px;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
  .product-image-group .group-image-1::before {
    width: 187px;
    height: 220px;
    top: -15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-image-group .group-image-1::before {
    width: 148px;
    height: 175px;
    top: -15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-image-group .group-image-1::before {
    width: 217px;
    height: 255px;
    top: -15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .product-image-group .group-image-1::before {
    width: 178px;
    height: 210px;
    top: -15px;
  }
}

@media (max-width: 575px) {
  .product-image-group .group-image-1::before {
    top: -10px;
    left: 33px;
    width: 127px;
    height: 140px;
  }
}

.product-image-group .group-image-1 img {
  border-radius: 0 0 200px 200px;
  position: relative;
  z-index: 3;
}

.product-image-group .group-image-2 {
  position: relative;
  max-width: 410px;
  width: 100%;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-image-group .group-image-2 {
    max-width: 220px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-image-group .group-image-2 {
    max-width: 200px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .product-image-group .group-image-2 {
    max-width: 250px;
  }
}

@media (max-width: 575px) {
  .product-image-group .group-image-2 {
    max-width: 150px;
  }
}

.product-image-group .group-image-2::before {
  position: absolute;
  content: "";
  top: 3px;
  top: 0;
  right: -15px;
  width: 425px;
  height: 465px;
  background: var(--tj-color-light-7);
  border-radius: 200px 200px 0 0;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
  .product-image-group .group-image-2::before {
    width: 230px;
    height: 250px;
    right: -10px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-image-group .group-image-2::before {
    width: 215px;
    height: 230px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .product-image-group .group-image-2::before {
    width: 265px;
    height: 285px;
  }
}

@media (max-width: 575px) {
  .product-image-group .group-image-2::before {
    width: 165px;
    height: 175px;
  }
}

.product-image-group .group-image-2 img {
  border-radius: 200px 200px 0 0;
  position: relative;
  z-index: 3;
}

.product-image-group .group-image-2 .shape-1 {
  position: absolute;
  top: -45px;
  left: 10px;
}

.product-image-group .group-image-3 {
  position: absolute;
  top: 10%;
  right: -35%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 325px;
  width: 100%;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
  .product-image-group .group-image-3 {
    max-width: 210px;
    right: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-image-group .group-image-3 {
    max-width: 160px;
    right: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-image-group .group-image-3 {
    max-width: 250px;
    right: 25%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .product-image-group .group-image-3 {
    max-width: 220px;
    right: 5%;
  }
}

@media (max-width: 575px) {
  .product-image-group .group-image-3 {
    max-width: 150px;
    right: 5%;
  }
}

.product-image-group .group-image-3::before {
  position: absolute;
  content: "";
  top: -10px;
  right: 0;
  width: 325px;
  height: 425px;
  background: var(--tj-color-light-7);
  border-radius: 0 0 200px 200px;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
  .product-image-group .group-image-3::before {
    right: -15px;
    width: 225px;
    height: 290px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-image-group .group-image-3::before {
    right: -15px;
    width: 175px;
    height: 225px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-image-group .group-image-3::before {
    right: -20px;
    width: 270px;
    height: 340px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .product-image-group .group-image-3::before {
    right: -15px;
    width: 235px;
    height: 300px;
  }
}

@media (max-width: 575px) {
  .product-image-group .group-image-3::before {
    top: -10px;
    right: -10px;
    width: 159px;
    height: 205px;
  }
}

.product-image-group .group-image-3 img {
  border-radius: 0 0 200px 200px;
  position: relative;
  z-index: 3;
}

.product-image-group .group-image-3 .shape-1 {
  position: absolute;
  top: -80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-image-group .group-image-3 .shape-1 {
    left: 20%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-image-group .group-image-3 .shape-1 {
    left: 10%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .product-image-group .group-image-3 .shape-1 {
    left: 25%;
  }
}

@media (max-width: 575px) {
  .product-image-group .group-image-3 .shape-1 {
    max-width: 100px;
  }
}

.product-image-group .group-image-3 .shape-2 {
  position: absolute;
  top: -110px;
  left: 35%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-image-group .group-image-3 .shape-2 {
    left: 5%;
  }
}

@media (max-width: 575px) {
  .product-image-group .group-image-3 .shape-2 {
    left: 0;
  }
}

/* !END: Theme Product CSS */
/**----------------------------------------
START: Theme Roll CSS
----------------------------------------*/
.tj-roll-section {
  position: relative;
  z-index: 9;
  padding: 45px 0;
  overflow: hidden;
  width: 110%;
  left: -3px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-roll-section {
    padding: 25px 0;
  }
}

.tj-roll-section .slide-roll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tj-roll-section .slide-roll .roll-box {
  position: relative;
  -webkit-animation: slide-har 80s linear infinite;
  animation: slide-har 80s linear infinite;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tj-roll-section .slide-roll .roll-box .roll-item .roll-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 33px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tj-roll-section .slide-roll .roll-box .roll-item .roll-content .roll-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  gap: 80px;
}

.tj-roll-section .slide-roll .roll-box .roll-item .roll-content .roll-text .title {
  white-space: nowrap;
  -webkit-text-stroke-width: 1;
  -webkit-text-stroke-color: #70A5B6;
  font-family: Marcellus;
  font-size: 70px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  color: #fff;
  text-stroke: #70A5B6;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #70A5B6;

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-roll-section .slide-roll .roll-box .roll-item .roll-content .roll-text .title {
    font-size: 35px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-roll-section .slide-roll .roll-box .roll-item .roll-content .roll-text .title {
    font-size: 30px;
  }
}

.tj-roll-section .slide-roll .roll-box .roll-item .roll-content .roll-icon {
  margin-left: 33px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-roll-section .slide-roll .roll-box .roll-item .roll-content .roll-icon {
    margin-left: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-roll-section .slide-roll .roll-box .roll-item .roll-content .roll-icon svg {
    width: 22px;
  }
}

.tj-roll-section .slide-roll .roll-box .roll-item .roll-content .roll-icon img {
  min-width: 60px;
  width: 100%;
  -webkit-animation: rotateImg 6s infinite linear;
  animation: rotateImg 6s infinite linear;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-roll-section .slide-roll .roll-box .roll-item .roll-content .roll-icon img {
    min-width: 40px;
  }
}

.tj-roll-section .slide-roll .roll-box-revers {
  position: relative;
  -webkit-animation: slide-har-revers 5ms linear infinite;
  animation: slide-har-revers 50s linear infinite;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@-webkit-keyframes slide-har {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes slide-har {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@-webkit-keyframes slide-har-revers {
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes slide-har-revers {
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

/**----------------------------------------
START: Theme Animation CSS
----------------------------------------*/
@-webkit-keyframes rotateImg {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotateImg {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.shake-y {
  -webkit-animation: shakeY 2.5s ease-in-out infinite;
  animation: shakeY 2.5s ease-in-out infinite;
}

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

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}

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

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}

.pulse {
  -webkit-animation: pulse 2.5s ease-in-out infinite;
  animation: pulse 2.5s ease-in-out infinite;
}

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.skew-spin {
  -webkit-animation: skewSpin 5s linear infinite;
  animation: skewSpin 5s linear infinite;
}

@-webkit-keyframes skewSpin {
  0% {
    -webkit-transform: skewX(-10deg) skewY(-15deg) rotateY(-40deg) rotate(0);
    transform: skewX(-10deg) skewY(-15deg) rotateY(-40deg) rotate(0);
  }

  100% {
    -webkit-transform: skewX(-10deg) skewY(-15deg) rotateY(-40deg) rotate(360deg);
    transform: skewX(-10deg) skewY(-15deg) rotateY(-40deg) rotate(360deg);
  }
}

@keyframes skewSpin {
  0% {
    -webkit-transform: skewX(-10deg) skewY(-15deg) rotateY(-40deg) rotate(0);
    transform: skewX(-10deg) skewY(-15deg) rotateY(-40deg) rotate(0);
  }

  100% {
    -webkit-transform: skewX(-10deg) skewY(-15deg) rotateY(-40deg) rotate(360deg);
    transform: skewX(-10deg) skewY(-15deg) rotateY(-40deg) rotate(360deg);
  }
}

.left-right-rotate {
  -webkit-animation: rotated-style3 2s infinite alternate;
  animation: rotated-style3 2s infinite alternate;
}

@-webkit-keyframes rotated-style3 {
  0% {
    transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
  }

  100% {
    transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
  }
}

@keyframes rotated-style3 {
  0% {
    transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
  }

  100% {
    transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
  }
}

@-webkit-keyframes criss-cross-left {
  0% {
    left: -20px;
  }

  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }

  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}

@keyframes criss-cross-left {
  0% {
    left: -20px;
  }

  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }

  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}

@-webkit-keyframes criss-cross-right {
  0% {
    right: -20px;
  }

  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }

  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}

@keyframes criss-cross-right {
  0% {
    right: -20px;
  }

  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }

  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}

/* !END: Theme Animation CSS */
/**----------------------------------------
START: Theme Mainmenu CSS
----------------------------------------*/
.tj-menu-area ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}

.tj-menu-area li {
  display: inline-block;
  position: relative;
  margin-right: 55px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tj-menu-area li {
    margin-right: 40px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-menu-area li {
    margin-right: 15px;
  }
}

.tj-menu-area li.has-dropdown a {
  padding: 15px 20px 15px 0;
}

.tj-menu-area li.has-dropdown a::after {
  position: absolute;
  top: 3px;
  right: 0;
  line-height: 1;
  content: "+";
  font-family: "Font Awesome 6 Pro";
  font-size: 10px;
  -webkit-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}


.tj-menu-area li.has-dropdown:hover a::after {
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
  background-clip: text;
  -webkit-background-clip: text;
}

.tj-menu-area li:last-child {
  margin-right: 0;
}

.tj-menu-area li a {
  font-size: 16px;
  font-family: var(--tj-ff-heading);
  font-weight: var(--tj-fw-regular);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: var(--tj-color-common-white);
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  padding: 15px 0;
}

.tj-menu-area li a.active,
.tj-menu-area li a:hover {
  color: transparent;
}

.tj-menu-area li .black-color {
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: var(--tj-color-common-black);
}

.tj-menu-area li .black-color.active,
.tj-menu-area li .black-color:hover {
  color: transparent;
}

.tj-menu-area li .sub-menu {
  text-align: left;
  margin: 0;
  list-style: none;
  background: var(--tj-color-common-white);
  position: absolute;
  opacity: 0;
  padding: 20px 0;
  visibility: hidden;
  z-index: 9;
  top: 130%;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  width: 250px;
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}

.tj-menu-area li .sub-menu::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
  content: "";
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.tj-menu-area li .sub-menu li {
  display: block;
  margin-right: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.tj-menu-area li .sub-menu li a {
  position: relative;
  padding: 8px 20px;
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: var(--tj-color-common-black);
}

.tj-menu-area li .sub-menu li a::before {
  content: "";
  width: 0;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.tj-menu-area li .sub-menu li a::after {
  display: none;
}

.tj-menu-area li .sub-menu li a.active,
.tj-menu-area li .sub-menu li a:hover {
  color: transparent;
}

.tj-menu-area li .sub-menu li a.active::before,
.tj-menu-area li .sub-menu li a:hover::before {
  width: 14px;
}

.tj-menu-area li .sub-menu li:last-child {
  padding-bottom: 0;
}

.tj-menu-area li .sub-menu li.active,
.tj-menu-area li .sub-menu li:hover {
  padding-left: 15px;
}

.tj-menu-area li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 150%;
}

.tj-canva-icon a {
  cursor: pointer;
  display: block;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
}

.tj-canva-icon a span {
  height: 2px;
  width: 35px;
  display: block;
  background: var(--tj-color-common-white);
  cursor: pointer;
  list-style: none;
  margin: 8px 0;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  margin-left: auto;
}

.tj-canva-icon a span.dot2 {
  width: 27px;
}

.tj-canva-icon a span.dot4 {
  width: 22px;
}

.tj-canva-two a {
  cursor: pointer;
  display: block;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
}

.tj-canva-two a span {
  height: 2px;
  width: 35px;
  display: block;
  background: var(--tj-color-theme-primary);
  cursor: pointer;
  list-style: none;
  margin: 8px 0;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  margin-left: auto;
}

.tj-canva-two a span.dot2 {
  width: 27px;
}

.tj-canva-two a span.dot4 {
  width: 22px;
}

.header-style-two {
  padding: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-style-two .menu-area {
    max-width: 960px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-style-two .menu-area {
    max-width: 540px;
    padding: 12px 10px;
  }
}

.header-style-two .tj-menu-area ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}

.header-style-two .tj-menu-area li {
  display: inline-block;
  position: relative;
  margin-right: 14px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-style-two .tj-menu-area li {
    margin-right: 10px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-style-two .tj-menu-area li {
    margin-right: 8px;
  }
}

.header-style-two .tj-menu-area li.has-dropdown a {
  padding: 15px 20px 15px 0;
}

.header-style-two .tj-menu-area li.has-dropdown a::after {
  position: absolute;
  top: 8px;
  right: 4px;
  line-height: 1;
  content: "+";
  font-family: "Font Awesome 6 Pro";
  font-size: 10px;
  -webkit-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
  color: var(--tj-color-common-black);
}

.header-style-two .tj-menu-area li.has-dropdown:hover a::after {
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
  background-clip: text;
  -webkit-background-clip: text;
}

.header-style-two .tj-menu-area li:last-child {
  margin-right: 0;
}

.header-style-two .tj-menu-area li a {
  font-family: var(--tj-ff-body);
  font-weight: var(--tj-fw-regular);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-clip: text;
  -webkit-background-clip: text;
  color: var(--tj-color-common-black);
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  padding: 15px 0;
  color: #053C4F;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.7px;
  text-transform: uppercase;

}

.header-style-two .tj-menu-area li a.active,
.header-style-two .tj-menu-area li a:hover {
  color: transparent;
}

.header-style-two .tj-menu-area li .sub-menu {
  text-align: left;
  margin: 0;
  list-style: none;
  background: var(--tj-color-common-white);
  position: absolute;
  opacity: 0;
  padding: 20px 0;
  visibility: hidden;
  z-index: 9;
  top: 130%;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  width: 260px;
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}

.header-style-two .tj-menu-area li .sub-menu::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
  content: "";
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.header-style-two .tj-menu-area li .sub-menu li {
  display: block;
  margin-right: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.header-style-two .tj-menu-area li .sub-menu li a {
  position: relative;
  padding: 9px 20px;
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: var(--tj-color-common-black);
}

.header-style-two .tj-menu-area li .sub-menu li a::before {
  content: "";
  width: 0;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.header-style-two .tj-menu-area li .sub-menu li a::after {
  display: none;
}

.header-style-two .tj-menu-area li .sub-menu li a.active,
.header-style-two .tj-menu-area li .sub-menu li a:hover {
  color: transparent;
}

.header-style-two .tj-menu-area li .sub-menu li a.active::before,
.header-style-two .tj-menu-area li .sub-menu li a:hover::before {
  width: 14px;
}

.header-style-two .tj-menu-area li .sub-menu li:last-child {
  padding-bottom: 0;
}

.header-style-two .tj-menu-area li .sub-menu li.active,
.header-style-two .tj-menu-area li .sub-menu li:hover {
  padding-left: 15px;
}

.header-style-two .tj-menu-area li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 150%;
}

.header-style-three {
  padding: 30px 0;
}

.header-style-three .menu-area {
  padding: 20px 45px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-style-three .menu-area {
    max-width: 960px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-style-three .menu-area {
    max-width: 540px;
    padding: 12px 10px;
  }
}

.header-style-three .tj-menu-area ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}

.header-style-three .tj-menu-area li {
  display: inline-block;
  position: relative;
  margin-right: 55px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-style-three .tj-menu-area li {
    margin-right: 40px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-style-three .tj-menu-area li {
    margin-right: 15px;
  }
}

.header-style-three .tj-menu-area li.has-dropdown a {
  padding: 15px 20px 15px 0;
}

.header-style-three .tj-menu-area li.has-dropdown a::after {
  position: absolute;
  top: 5px;
  right: 5px;
  line-height: 1;
  content: "+";
  font-family: "Font Awesome 6 Pro";
  font-size: 10px;
  -webkit-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
  color: var(--tj-color-common-black);
}

.header-style-three .tj-menu-area li.has-dropdown:hover a::after {
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
  background-clip: text;
  -webkit-background-clip: text;
}

.header-style-three .tj-menu-area li:last-child {
  margin-right: 0;
}

.header-style-three .tj-menu-area li a {
  font-size: 16px;
  font-family: var(--tj-ff-heading);
  font-weight: var(--tj-fw-regular);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: var(--tj-color-common-black);
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  padding: 15px 0;
}

.header-style-three .tj-menu-area li a.active,
.header-style-three .tj-menu-area li a:hover {
  color: transparent;
}

.header-style-three .tj-menu-area li .sub-menu {
  text-align: left;
  margin: 0;
  list-style: none;
  background: var(--tj-color-common-white);
  position: absolute;
  opacity: 0;
  padding: 20px 0;
  visibility: hidden;
  z-index: 9;
  top: 130%;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  width: 220px;
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}

.header-style-three .tj-menu-area li .sub-menu::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
  content: "";
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.header-style-three .tj-menu-area li .sub-menu li {
  display: block;
  margin-right: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.header-style-three .tj-menu-area li .sub-menu li a {
  position: relative;
  padding: 5px 20px;
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: var(--tj-color-common-black);
}

.header-style-three .tj-menu-area li .sub-menu li a::before {
  content: "";
  width: 0;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.header-style-three .tj-menu-area li .sub-menu li a::after {
  display: none;
}

.header-style-three .tj-menu-area li .sub-menu li a.active,
.header-style-three .tj-menu-area li .sub-menu li a:hover {
  color: transparent;
}

.header-style-three .tj-menu-area li .sub-menu li a.active::before,
.header-style-three .tj-menu-area li .sub-menu li a:hover::before {
  width: 14px;
}

.header-style-three .tj-menu-area li .sub-menu li:last-child {
  padding-bottom: 0;
}

.header-style-three .tj-menu-area li .sub-menu li.active,
.header-style-three .tj-menu-area li .sub-menu li:hover {
  padding-left: 15px;
}

.header-style-three .tj-menu-area li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 150%;
}

.tj-overlay-canvas {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.tj-offcanvas-area {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 485px;
  z-index: 9999;
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
  padding: 30px 15px 30px;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0;
  visibility: visible;
  overflow-y: scroll;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media (max-width: 575px) {
  .tj-offcanvas-area {
    width: 320px;
  }
}

.tj-offcanvas-area .tj-offcanvas-header {
  margin-bottom: 50px;
}

.tj-offcanvas-area .tj-offcanvas-header .logo-area {
  max-width: 180px;
  width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-offcanvas-area .tj-offcanvas-header .logo-area {
    max-width: 150px;
  }
}

.tj-offcanvas-area .tj-offcanvas-header .offcanvas-icon a {
  font-size: 35px;
  color: var(--tj-color-common-white);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.tj-offcanvas-area .tj-offcanvas-header .offcanvas-icon a:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.tj-offcanvas-area .tj-search-box {
  position: relative;
  margin-bottom: 20px;
}

.tj-offcanvas-area .tj-search-box form input[type=text] {
  border: none;
  width: 100%;
  padding: 0 15px;
  border-radius: 3px;
  height: 52px;
  line-height: 52px;
}

.tj-offcanvas-area .tj-search-box form a i {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 17px 20px;
  border-radius: 0px 3px 3px 0px;
  background: var(--tj-color-theme-secondary);
  font-size: 18px;
  color: var(--tj-color-common-white);
}

.tj-offcanvas-area .mobile-contact {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.tj-offcanvas-area .mobile-contact ul li {
  margin-bottom: 15px;
}

.tj-offcanvas-area .mobile-contact ul li:last-child {
  margin-bottom: 0;
}

.tj-offcanvas-area .mobile-contact ul li span {
  display: inline-block;
  margin-right: 10px;
}

.tj-offcanvas-area .mobile-contact ul li span i {
  background: var(--tj-color-theme-primary);
  color: var(--tj-color-common-white);
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}

.tj-offcanvas-area .mobile-contact ul li a {
  color: var(--tj-color-common-white);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.tj-offcanvas-area .mobile-share {
  margin-bottom: 30px;
}

.tj-offcanvas-area .mobile-share ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.tj-offcanvas-area .mobile-share ul li a {
  color: var(--tj-color-common-white);
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  background: var(--tj-color-common-black);
}

.tj-offcanvas-area .mobile-share ul li a:hover {
  color: var(--tj-color-common-black);
  background: var(--tj-color-common-white);
}

.tj-offcanvas-area .header-button {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 30px;
}

.tj-search-box input::-ms-input-placeholder {
  color: #053C4F;
}

.tj-search-box input::-webkit-input-placeholder {
  color: #053C4F;
}

.tj-search-box input::-moz-placeholder {
  color: #053C4F;
}

.tj-search-box input:-ms-input-placeholder {
  color: #053C4F;
}

.tj-search-box input::placeholder {
  color: #053C4F;
}

.canvas_expanded .tj-offcanvas-area {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.canvas_expanded .tj-overlay-canvas,
.canvas_expanded .tj-offcanvas-area {
  opacity: 1;
  visibility: visible;
}

.mobile-navbar-menu {
  overflow: hidden;
}

.mean-container a.meanmenu-reveal {
  display: none !important;
}

.mobile-navbar-menu .mean-bar {
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mean-nav ul li a.mean-expand i.fa-plus {
  display: block;
}

.mean-nav ul li a.mean-expand i.fa-minus {
  display: none;
}

.mobile-navbar-menu #mobile-menu>ul {
  display: block !important;
}

.mean-container .mean-nav ul li li {
  margin-left: 15px;
}

.mean-container .mean-nav ul li li a {
  text-transform: capitalize;
  padding: 14px 0;
  width: 100%;
}

.mean-nav ul li a.mean-expand.mean-clicked i.fa-minus {
  display: block;
}

.mean-nav ul li a.mean-expand.mean-clicked i.fa-plus {
  display: none;
}

.mobile-navbar-menu .mean-bar * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mobile-navbar-menu .mean-nav {
  background: transparent;
  overflow: hidden;
  margin-top: 15px;
  margin-bottom: 20px;
}

.mobile-navbar-menu .mean-nav ul li:first-child {
  border-top: none;
}

.mobile-navbar-menu .mean-nav ul li a {
  color: var(--tj-color-common-white);
  border-top: none;
  padding: 14px 0;
  width: 100%;
  font-family: var(--tj-ff-heading);
  font-weight: var(--tj-fw-regular);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

/* !END: Theme Mainmenu CSS */
/**----------------------------------------
START: Theme Breadcrumb CSS
----------------------------------------*/
.breadcrumb-wrapper {
  padding-top: 400px;
  padding-bottom: 200px;
  background-image: url(../images/banner-bg/banner.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: linear-gradient(181deg, var(--tj-color-grey-7) 2.29%, rgba(40, 40, 40, 0.7) 89.63%);
  position: relative;
  -webkit-border-bottom-right-radius: 50px;
  -webkit-border-bottom-left-radius: 50px;
  -moz-border-radius-bottomright: 50px;
  -moz-border-radius-bottomleft: 50px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
}

.breadcrumb-link {
  background-color: rgb(255, 255, 255, 0.15);
  border: 1px solid #ffffff87;
  display: inline-block;
  padding: 8px 30px;
  border-radius: 100px;
  display: inline-flex;
  gap: 15px;
  align-items: center;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .breadcrumb-wrapper {
    padding-top: 160px;
    padding-bottom: 90px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-wrapper {
    padding-top: 150px;
    padding-bottom: 80px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .breadcrumb-wrapper {
    padding-top: 190px;
    padding-bottom: 60px;
  }
}

.tj-breadcrumb-shape .breadcrumb-shape-one {
  position: absolute;
  bottom: 0;
  left: 0;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-breadcrumb-shape .breadcrumb-shape-one {
    width: 50%;
  }
}

.tj-breadcrumb-shape .breadcrumb-shape-two {
  position: absolute;
  top: 0;
  right: 0;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-breadcrumb-shape .breadcrumb-shape-two {
    width: 50%;
  }
}

.tj-breadcrumb-shape .breadcrumb-shape-1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0.2;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-breadcrumb-shape .breadcrumb-shape-1 {
    display: none;
  }
}

.tj-breadcrumb-shape .breadcrumb-shape-2 {
  position: absolute;
  left: 8%;
  top: 15%;
  opacity: 0.2;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-breadcrumb-shape .breadcrumb-shape-2 {
    display: none;
  }
}

.tj-breadcrumb-shape .breadcrumb-shape-3 {
  position: absolute;
  left: 8%;
  top: 25%;
  opacity: 0.2;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-breadcrumb-shape .breadcrumb-shape-3 {
    display: none;
  }
}

.tj-breadcrumb-shape .breadcrumb-shape-4 {
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 42%;
  bottom: 30px;
  opacity: 0.2;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-breadcrumb-shape .breadcrumb-shape-4 {
    display: none;
  }
}

.tj-breadcrumb-shape .breadcrumb-shape-5 {
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 36%;
  bottom: 50px;
  opacity: 0.2;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-breadcrumb-shape .breadcrumb-shape-5 {
    display: none;
  }
}

.tj-breadcrumb-shape .breadcrumb-shape-6 {
  position: absolute;
  right: 20%;
  bottom: 80px;
  opacity: 0.6;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-breadcrumb-shape .breadcrumb-shape-6 {
    display: none;
  }
}

.tj-breadcrumb-shape .breadcrumb-shape-7 {
  position: absolute;
  right: 80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0.2;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-breadcrumb-shape .breadcrumb-shape-7 {
    display: none;
  }
}

.tj-breadcrumb-shape .breadcrumb-shape-8 {
  position: absolute;
  right: 80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0.2;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-breadcrumb-shape .breadcrumb-shape-8 {
    display: none;
  }
}

.breadcrumb-content-area {
  position: relative;
  z-index: 9;
}

.breadcrumb-content-area .breadcrumb-heading {
  margin-bottom: 35px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .breadcrumb-content-area .breadcrumb-heading {
    margin-bottom: 10px;
  }
}

.breadcrumb-content-area .breadcrumb-heading .breadcrumb-title {
  color: var(--tj-color-common-white);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .breadcrumb-content-area .breadcrumb-heading .breadcrumb-title {
    font-size: 50px;
  }
}

@media (max-width: 575px) {
  .breadcrumb-content-area .breadcrumb-heading .breadcrumb-title {
    font-size: 38px;
  }
}

.breadcrumb-content-area .breadcrumb-link span {
  color: var(--tj-color-common-white);
  font-size: 16px;
  font-weight: var(--tj-fw-sbold);
  font-family: var(--tj-ff-body);
}

.breadcrumb-content-area .breadcrumb-link .dot {
  width: 6px;
  height: 6px;
  background-color: #008FC7;
  border-radius: 100%;
  position: relative;

  font-weight: var(--tj-fw-sbold);

}

.breadcrumb-content-area .breadcrumb-link a span {
  color: var(--tj-color-common-white);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  font-weight: var(--tj-fw-sbold);
  font-family: var(--tj-ff-body);
}

.breadcrumb-content-area .breadcrumb-link a span::before {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  bottom: 0;
  left: 0;
  background: var(--tj-color-common-white);
}

.breadcrumb-content-area .breadcrumb-link a span:hover::before {
  width: 100%;
}

/* !END: Breadcrumb CSS */
/**----------------------------------------
START: Theme Preloder CSS
----------------------------------------*/
/***********************************
PAGE LOAD ANIMATION
***********************************/
.preloader {
  background: var(--tj-color-grey-2);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  text-align: center;
}

.preloader .tj-cancel-btn {
  position: absolute;
  top: 15px;
  right: 15px;
}

.preloader .preloader-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.preloader .preloader-inner .lines {
  height: 25px;
}

.preloader .preloader-inner .lines .line {
  width: 1px;
  height: 20px;
  background: #fff;
  margin: 0 2px;
  display: inline-block;
  -webkit-animation: opacity-2 1000ms infinite ease-in-out;
  animation: opacity-2 1000ms infinite ease-in-out;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(180deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
}

.preloader .preloader-inner .lines .line-1 {
  -webkit-animation-delay: 800ms;
  animation-delay: 800ms;
}

.preloader .preloader-inner .lines .line-2 {
  -webkit-animation-delay: 600ms;
  animation-delay: 600ms;
}

.preloader .preloader-inner .lines .line-3 {
  -webkit-animation-delay: 400ms;
  animation-delay: 400ms;
}

.preloader .preloader-inner .lines .line-4 {
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
}

.preloader .preloader-inner .lines .line-6 {
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
}

.preloader .preloader-inner .lines .line-7 {
  -webkit-animation-delay: 400ms;
  animation-delay: 400ms;
}

.preloader .preloader-inner .lines .line-8 {
  -webkit-animation-delay: 600ms;
  animation-delay: 600ms;
}

.preloader .preloader-inner .lines .line-9 {
  -webkit-animation-delay: 800ms;
  animation-delay: 800ms;
}

.preloader .preloader-inner .text {
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 3.5px;
  display: inline-block;
  line-height: 1.2;
  font-size: 12px;
}

@-webkit-keyframes opacity-1 {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes opacity-1 {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes opacity-2 {
  0% {
    opacity: 1;
    height: 25px;
  }

  50% {
    opacity: 0;
    height: 20px;
  }

  100% {
    opacity: 1;
    height: 25px;
  }
}

@keyframes opacity-2 {
  0% {
    opacity: 1;
    height: 25px;
  }

  50% {
    opacity: 0;
    height: 20px;
  }

  100% {
    opacity: 1;
    height: 25px;
  }
}

.sub-title {
  border-radius: 150px;
  border: 1px solid rgba(5, 60, 79, 0.20);
  background: transparent;
  color: #fff;
}


.sub-title_white {

  border: 1px solid rgba(255, 255, 255, 0.20) !important;

}



.philosophyright {
  position: relative;
  z-index: 555;
  padding-right: 130px;
}

.philosophyright h4 {
  color: #FFF;
  font-family: Marcellus;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  /* 160% */
}

.feature-img {
  height: 250px;
}

.philosophyleft p {
  color: #053C4F;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 211.765% */
  letter-spacing: 0.51px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .philosophyright {
    background-image: url(../images/Philosophy.png);
    background-size: cover;
    padding: 0px 30px;
    padding-bottom: 55px;
    padding-top: 51px;
    margin-bottom: 30px;
    padding-right: 50px;
  }

  .philosophyright h4 {
    color: #FFF;
    font-family: Marcellus;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px !important;
  }
}

.nav .nav-item {
  width: 100%;
}

.nav .nav-item button {
  text-align: left;
  width: 100%;
  padding: 10px 0px;
  margin-top: 6px;
  margin-bottom: 6px;
  width: 100%;
  text-align: start;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(112, 165, 182, 0.35);

}

.nav .nav-item button.active {
  border-radius: 10px;
  background: #008FC7;
  width: 100%;
  padding: 10px 15px;
  color: #fff !important;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  padding-left: 30px;
}

.nav .nav-item button:hover {
  border-radius: 10px;
  background: #008FC7;
  width: 100%;
  padding: 10px 20px;
  color: #fff !important;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  margin-left: 10px;
  padding-left: 30px
}

.services-bg {
  background: rgba(112, 165, 182, 0.10);
  padding-top: 90px;
  padding-bottom: 100px;
}

.ourservices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 44px;
  gap: 20px;
  position: relative;
  z-index: 3;
}

.w-50 {
  width: 50%;
}

.w-40 {
  width: 40%;
}

.ourservices .desc p {
  color: #053C4F;
  font-family: Marcellus;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px;
  /* 158.333% */
}

.featurebg {
  position: relative;
}

.featurebg::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/feature.jpg);
  background-repeat: no-repeat;
  z-index: -auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  background-size: cover;
  height: 533px;
}

.getcall h4 {
  display: flex;
  align-items: center;
  justify-content: end;
  color: #FFF;
  font-family: Montserrat;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.64px;
  text-align: right;

}

.getcall h4 a {
  color: #FFF;
  font-family: Montserrat;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.64px;
  margin-top: 10px;
  margin-left: 3px;
  margin-right: 3px;

}

.getcall span {
  color: #FFF;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 150% */
  letter-spacing: 0.84px;
  text-transform: uppercase;
}


.letstalk h4 {
  color: #FFF;
  font-family: Marcellus;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.letstalk p {
  color: #FFF;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 187.5% */
  letter-spacing: 0.48px;
}

.footer-top {
  border-bottom: 1px solid rgb(255, 255, 255, 0.15);
  padding-bottom: 30px;
  margin-bottom: 50px;
}

.getcall {
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: end;
}

.call-icon {
  margin-right: 10px;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: #008FC7;
  line-height: 50px;
  text-align: center;
}

.contact-bg {
  background-image: url(../images/contacts-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  padding-top: 270px;
  padding-bottom: 106px;
}

.form-bg {
  border-radius: 30px;
  background: #b7d2e0;
}

.contact-title {
  color: #053C4F;
  font-family: Marcellus;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin-top: 30px;
}

.contactformtop p {
  color: #053C4F;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 187.5% */
  letter-spacing: 0.48px;
}

.contact-btn {
  text-align: right;
}

.contact-form {
  margin-top: 40px;
}

.tj-apoinment-section {
  width: 100%;
  padding-top: 120px;
  padding-bottom: 60px;
  height: auto;
  background-image: url(../images/apoinment-bg.jpg);
  border-radius: 0;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  position: relative;
  margin-top: -50px;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: unset;
  align-items: stretch;
  width: 100%;
  border-radius: 15px;
  padding: 10px;
  margin-top: 10px;
  font-size: 16px;
  color: var(--tj-color-common-black);
  padding-left: 15px;
  padding-right: 5px;
}

.input-group-text {
  display: block;
  align-items: center;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: none;
  border-radius: 0px;
}

.apoinment h2 {
  color: #FFF;
  font-family: Marcellus;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  padding-right: 30px;
}

.form__input-con {
  border-radius: 10px;
  background: #FFF;
  width: 100%;
  padding: 15px 20px;
}

.form-select {
  border-radius: 10px;
  padding: 16px 20px;
  margin-top: 20px;
  color: #053C4F;
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  padding-left: 15px;
}

.date {
  margin-top: 20px;
  display: flex;
  align-items: center;
  position: relative;
  color: #053C4F;
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
}

.calnder {
  position: absolute;
  right: 15px;
  color: #053C4F;
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
}

.cal {
  position: relative;
}

.white {
  color: #fff !important;
}

.tabbtn {
  display: flex;
  align-items: start;
}

@media (max-width: 992px) {
  .about-image-group-last {
    display: none;
  }

  .ourservices {
    display: block;
  }

  .w-50 {
    width: 100% !important;
  }

  .w-40 {
    width: 100% !important;
  }

  .nav-pills {
    width: 100%;
  }

  .tabbtn {
    display: block;
    align-items: start;
  }

  .tj-portfolio-section-three .portfolio-single-item .portfolio-inner .portfolio-content {
    display: block;
    padding: 20px 30px;
  }

  .tj-portfolio-section-three .portfolio-single-item .portfolio-inner {
    position: relative;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    margin-bottom: 15px;
    z-index: 3;
  }

  .tj-portfolio-section-three .portfolio-single-item .portfolio-inner .portfolio-content .portfolio-header .title-link a {
    font-size: 30px;
  }

  .tj-portfolio-section-three .portfolio-single-item .portfolio-inner .portfolio-content .portfolio-header p {
    font-size: 14px;
    line-height: 24px;
  }


  .getcall h4 a {
    color: #FFF;
    font-family: Montserrat;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0.64px;
    margin-top: 10px;
    margin-left: 11px;
    margin-right: 3px;
  }

  .tj-portfolio-section-three {
    margin-left: 0px;
  }

}

@media (max-width: 575px) {
  .about-content-two .sec-title {
    font-size: 38px;
    line-height: 50px;
  }

  .about-content-two .desc p {
    font-size: 15px;
    line-height: 28px;
  }

  .tj-portfolio-section-three .portfolio-single-item .portfolio-inner .portfolio-content {

    position: relative;
    border-radius: 0px;
    background: rgb(4, 39, 51);
    padding: 25px 15px;

  }
}

.images-abouts {
  width: 280px;
}

.emergencycall {
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: start;
}

.emergencycall h4 {
  display: flex;
  align-items: center;
  justify-content: start;
  color: #053C4F;
  font-family: Montserrat;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.64px;
  text-align: right;

}

.emergencycall h4 a {
  color: #053C4F;
  font-family: Montserrat;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.64px;
  margin-top: 10px;
  margin-left: 3px;
  margin-right: 3px;

}

.emergencycall span {
  color: #053C4F;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 150% */
  letter-spacing: 0.84px;
  text-transform: uppercase;
}

.disflex {
  display: flex;
  align-items: center;
  gap: 100px;
}

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

.disflex .sec-title {
  margin-left: 50px;
}

.dailyroutine {
  background-color: #70A5B61C;
  padding-top: 120px;
  padding-bottom: 80px;
}

.routimg1 {
  -webkit-border-top-right-radius: 150px;
  -webkit-border-bottom-right-radius: 150px;
  -moz-border-radius-topright: 150px;
  -moz-border-radius-bottomright: 150px;
  border-top-right-radius: 150px;
  border-bottom-right-radius: 150px;
  overflow: hidden;
}

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

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

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .routimg2 img {
    width: 55%;
    height: auto;
    max-width: 100%;
  }
}

@media only screen and (min-width: 1300px) and (max-width: 1399px) {
  .routimg2 img {
    width: 53%;
    height: auto;
    max-width: 100%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1299px) {
  .routimg2 img {
    width: 53%;
    height: auto;
    max-width: 100%;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .routimg2 img {
    width: 53%;
    height: auto;
    max-width: 100%;
  }
}

@media (max-width: 992px) {
  .routimg2 img {
    width: 55%;
    height: auto;
    max-width: 100%;
  }
}

.dailyroute {
  margin: 60px 0px;
}




.rwd-table {
  margin: auto;
  min-width: 300px;
  max-width: 100%;
  border-collapse: collapse;
  font-family: Montserrat;
  font-size: 15px;
}

.rwd-table tr {
  background-color: #fff;
}

.rwd-table tr:nth-child(odd) {
  background-color: #EBF7FD;
}

.rwd-table th {
  display: none;
}

.rwd-table td {
  display: block;
  min-width: 250px;
}

.rwd-table th,
.rwd-table td {
  text-align: left;
}

.rwd-table {
  color: #053C4F;
  font-weight: 500;
  overflow: hidden;
}

.rwd-table tr {
  border-color: #bfbfbf;
  height: 66px;
}

.rwd-table th,
.rwd-table td {
  padding: .5em 2em !important;
}



@media screen and (max-width: 601px) {
  .rwd-table tr:nth-child(2) {
    border-top: none;
  }
}

@media screen and (min-width: 600px) {
  .rwd-table tr:hover:not(:first-child) {
    background-color: #d8f0fc;
  }

  .rwd-table td:before {
    display: none;
  }

  .rwd-table th,
  .rwd-table td {
    display: table-cell;
    padding: .25em .5em;
  }

  .rwd-table th:first-child,
  .rwd-table td:first-child {
    padding-left: 0;
  }

  .rwd-table th:last-child,
  .rwd-table td:last-child {
    padding-right: 0;
  }

  .rwd-table th,
  .rwd-table td {
    padding: 0em 2em;
  }
}

.dailyroutine .row .col-lg-6 {
  margin: 0;
  padding: 0;
}

.dailyroutine .row {
  margin: 0;
  padding: 0;
}

.routetable h2 {
  display: block;
  background-color: #0471A1;
  color: #fff;
  font-size: 30px;
  padding: 20px 30px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  margin-bottom: 0px;
  font-weight: normal;
}

.routetable {
  border: 1px solid #0471A1;
  margin-bottom: 50px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-radius: 15px;
  overflow: hidden;
}

.pack {
  padding-bottom: 60px;
  padding-top: 100px;
}

.brdr-right {
  border-right: 1px solid #0471A1;
}

.acc .sec-title {
  font-size: 40px;
  padding-top: 15px;
}

.packagebg {
  width: 100%;
  height: auto;
  padding: 60px;
  border-radius: 50px;
  background-image: url(../images/about/packagebg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.priceitem {
  background-color: #EBF7FD;
  border-radius: 10px;
  width: 380px;
  padding: 30px 30px;
  margin-bottom: 20px;
}

.priceitem h3 {
  color: #053C4F;
  font-size: 35px;
  margin-bottom: 15px;
}

.priceitem span {
  font-family: var(--tj-ff-body);
  color: #053C4F;
  font-size: 16px;
  margin-bottom: 15px;
  border: 1px solid #053C4F;
  padding: 10px 30px;
  border-radius: 200px;
  font-weight: 500;
  display: inline-flex;
}

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

@media (max-width: 680px) {
  .disflex {
    display: block;
    align-items: center;
  }

  .disflex .sec-title {
    margin-left: 0px;
  }

  .tj-primary-btn {
    border-radius: 100px;
    font-size: 14px;
    padding: 12px 20px;
  }
}

@media (max-width: 550px) {
  .priceitem h3 {
    font-size: 26px;
  }

  .packagebg {
    padding: 60px 30px;
    border-radius: 30px;
  }

  emergencycall h4 a {
    color: #053C4F;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0.64px;
    margin-top: 10px;
    margin-left: 3px;
    margin-right: 3px;
  }

}

@media (max-width: 400px) {
  .priceitem h3 {
    font-size: 26px;
  }

  .packagebg {
    padding: 60px 15px;
  }
}

.services-img {
  overflow: hidden;
  padding-right: 30px;
}

.services-img img {
  border-radius: 30px;
  width: 100%;
  height: auto;
  max-width: 100%;
}

.serviceshead h2 {
  font-size: 55px;
  margin-top: -10px;
  text-transform: capitalize;
}

.services-text .inner p {
  color: #053C4F;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.48px;
}

.brder {
  border-bottom: 1px solid #CDD8DC;
}

.pb-80 {
  padding-bottom: 90px;
}

.pt-60 {
  padding-top: 60px;
}


.pt-80 {
  padding-top: 90px;
}

.pb-30 {
  padding-bottom: 30px;
}

.neuropsychiatry {
  border-right: 1px solid #CDD8DC;
  padding-right: 50px;
  margin-bottom: 50px;
}

.neuropsychiatry-text {
  padding: 40px 0px;
}

.neuropsychiatry-text h2 {
  font-size: 35px;
}

.neuropsychiatry-text p {
  color: #053C4F;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.48px;
}

.neuropsychiatry-img img {
  border-radius: 20px;
  width: 100%;
  height: auto;
  max-width: 100%;
}

.no-pad .col-lg-6 {
  padding: 0px;
}



.adultpsychiatry {
  padding-left: 50px;
  margin-bottom: 30px;
}

.adultpsychiatry-text {
  padding: 20px 0px;
}

.adultpsychiatry-text h2 {
  font-size: 35px;
}

.adultpsychiatry-text p {
  color: #053C4F;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.48px;
}

.adultpsychiatry-img img {
  border-radius: 20px;
  width: 100%;
  height: auto;
  max-width: 100%;
}

.treatmentitem {
  padding: 30px 30px;
}

.treatmentitem ul li {
  color: #053C4F;
  font-family: var(--tj-ff-body);
  margin-bottom: 15px;
  list-style: none;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}

.treatmentitem ul li i {
  width: 38px;
  height: 38px;
  line-height: 38px;
  font-size: 12px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  color: var(--tj-color-common-white);
  background: #008FC7;
  margin-right: 14px;
}

.treatmethead {
  padding-right: 60px;
}

.treatmethead h2 {
  font-size: 35px;
}

.ds-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.adolescent {
  background-color: #07648B;
  background-image: url(../images/services/services-bg.jpg);
  background-repeat: repeat;
  padding: 70px 0px;
  padding-bottom: 0px;
}



.adolescent-con p {
  color: #fff;
  font-family: var(--tj-ff-body);
  padding-bottom: 28px;
  padding-right: 30px;
  font-size: 16px;
  line-height: 32px;
}

.adolescent-con {
  margin-bottom: 25px;
}

.adolescent-con h2 {
  color: #FFFFFF;
  font-size: 50px;
}

.adolescent-sub {
  padding-bottom: 55px;
}

.adolescent-sub h3 {
  color: #FFFFFF;
  font-size: 35px;
  margin-bottom: 28px;
}

.adolescenttreatments ul li {
  color: #fff;
  font-family: var(--tj-ff-body);
  margin-bottom: 15px;
  list-style: none;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}

.adolescent-img {
  position: relative;
  bottom: -60px;
}

.adolescenttreatments {
  display: flex;
  ;
}

.adolescent-img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 30px;
}

.adolescenttreatments ul {
  width: 50%;
}

.adolescenttreatments ul li i {
  width: 38px;
  height: 38px;
  line-height: 38px;
  font-size: 12px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  color: #07648B;
  background: #fff;
  margin-right: 10px;
}

.de-addiction {
  padding: 0px;
  padding-top: 120px;
  padding-bottom: 20px;
}

.bg-light-white {
  background-color: #F1F6F8;
}


.text-pading {
  padding-left: 30px;
}

.p-t50 {
  padding-top: 50px;
}

.addiction {
  padding-right: 40px;
}

.no-pading-left {
  padding-left: 0;
  padding-right: 0px;
  padding-top: 15px;
}

.p-t30 {
  padding-top: 30px;
}

.counseling img {
  border-radius: 30px;
}

.outpatientytreatment {
  background-image: url(../images/services/outpationt.jpg);
  background-size: cover;
  display: flex;
  justify-content: end;
  padding: 60px 30px;
  border-radius: 50px;
}

.outpatientytreatment-text {
  background-color: rgb(255, 255, 255, 0.99);
  border-radius: 15px;
  padding: 50px;
  max-width: 650px;
}

.outpatientytreatment-text h2 {
  font-size: 50px;
}

.outpatientytreatment-text p {
  color: #053C4F;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.48px;
}

.inpatient {
  background-image: url(../images/services/inpatient.jpg);
  background-size: cover;
  display: flex;
  justify-content: start;
  padding: 60px 30px;
  border-radius: 50px;
}

.inpatient-text {
  background-color: rgb(255, 255, 255, 0.99);
  border-radius: 15px;
  padding: 50px;
  max-width: 650px;
}

.inpatient-text h2 {
  font-size: 50px;
}

.inpatient-text p {
  color: #053C4F;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.48px;
}

.counseling-section {
  padding-top: 180px;
  padding-bottom: 80px;
}

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

.servicesection {
  padding-top: 40px;
  padding-bottom: 40px;
}

.al-center {
  align-items: center;
}

.feature-section {
  position: relative;
  padding-top: 120px;
  padding-bottom: 110px;
}

.featuretoppadding {
  padding-top: 140px;
}



.featuretext {
  padding: 0px 30px;
}

.featuretext h2 {
  font-size: 55px;
  line-height: 65px;
  font-weight: normal;
  text-transform: capitalize;
}

.featuretext p {
  color: #053C4F;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.48px;
}

.features-img1 {
  position: absolute;
  bottom: 0;
}

.mainhead h2 {
  font-size: 55px;
  line-height: 65px;
  text-transform: capitalize;
}

.commontext p {
  color: #053C4F;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.48px;
}

.commonpadding {
  padding-top: 50px;
  padding-bottom: 50px;
}

.commonpadding-service {
  padding-top: 120px;
  padding-bottom: 60px;
}

.commonpadding-servicelast {
  padding-bottom: 120px;
}

.feature-item {
  border: 1px solid #D9D9D9;
  overflow: hidden;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.commonsection {
  position: relative;
}



.feature-text {
  flex-grow: 1;
  max-width: 50%;
  padding: 30px;
}

.bg-lightblue {
  background-color: #F1F6F8;
}

.onetoone {
  background-color: #fff;
  border-radius: 20px;
  padding: 70px 50px;
  padding-bottom: 40px;
}
.onetooneimg  { margin-top: 40px;}

.onetoone .common-sub h2 { padding-bottom: 25px; text-transform: capitalize;}

.onetooneimg img {
  border-radius: 20px;
}

.common-sub h2 {
  line-height: 55px;
}


.safety {
  background-image: url(../images/features/safety.jpg);
  background-size: cover;
  align-items: end;
  display: flex;
  justify-content: end;
  padding: 50px 30px;
  border-radius: 30px;
  padding-top: 200px;
}

.safety-text {
  background-color: rgb(255, 255, 255, 0.99);
  border-radius: 30px;
  padding: 30px;
  max-width: 600px;
  margin-top: 50px;
}

.safety-text h2 {
  font-size: 50px;
}

.safety-text p {
  color: #053C4F;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.48px;
}

.bgl {
  background-color: #F1F6F8;
}

.dflex {
  display: flex;
  align-items: center;
}

.ourpackages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
  gap: 20px;
  position: relative;
  z-index: 3;
}

.ourpackages .sec-title {
  padding-top: 0;
  margin-top: 0;
  line-height: 40px;
}

.sec-titlepack {
  padding-top: 0;
  margin-top: 15px;
  line-height: 50px;
}

.ourpackages .desc p {
  color: #053C4F;
  font-size: 22px;
}

.pack-details {
  text-align: center;
  position: absolute;
  bottom: 90px;
  display: block;
  margin: auto;
  width: 100%;
}

.pack {
  position: relative;
}

.pack-details h2 {
  text-align: center;
  font-size: 38px;
  color: #fff;
  text-transform: capitalize;
}

.pack-details h6 {
  text-align: center;
  background-color: rgb(255, 255, 255, 0.15);
  padding: 10px 35px;
  border-radius: 50px;
  border: 1px solid #fff;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  font-family: var(--tj-ff-body);
  display: inline-block;
}

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

.packdiv {
  margin: auto;
  max-width: 1000px;
}

.packinclude {
  font-family: var(--tj-ff-body);
  color: #053C4F;
  font-style: italic;
  background-color: #EBF7FD;
  margin: auto;
  max-width: 1000px;
  border: 1px dashed #70A5B6;
  padding: 30px 50px;
  text-align: center;
  border-radius: 30px;
}

.packinclude p {
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.packinclude span {
  font-family: var(--tj-ff-body);
  color: #008FC7;
  font-style: italic;
  font-size: 17px;
  font-weight: bold;
}

.bookapoinment {
  margin: 50px auto;
  max-width: 720px;
  text-align: center;
}

.bookapoinment h2 {
  color: #053C4F;
  font-size: 40px;
}

.bookingnumber {
  font-family: var(--tj-ff-body);
  background-color: #008FC7;
  border-radius: 150px;
  color: #fff;
  padding: 30px;
  font-size: 30px;
  font-weight: bold;
}

.bookingnumber span {
  width: 50px !important;
  height: 50px !important;
  background-color: #fff;
  border-radius: 100%;
  padding: 12px 12px;
}

.packsection {
  border-top: 1px solid #CDD8DC;
  padding-top: 40px;
  padding-bottom: 110px;
}

.facilityimg {
  border-radius: 20px;
  overflow: hidden;
}

.facilitydiv {
  position: relative;
  margin-bottom: 15px;
}

.facilitytext::before {
  position: absolute;
  content: '';
  bottom: 0px;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  background: rgb(5, 88, 123);
  background: linear-gradient(0deg, rgba(5, 88, 123, 1) 5%, rgba(7, 100, 139, 0) 60%);
  text-align: center;
  border-radius: 20px;
}




.facilitytext {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25rem;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.facilitytext h3 {
  position: absolute;
  bottom: 30px;
  text-align: center;
  color: #fff;
  font-size: 26px;
  left: 5%;
  right: 5%;
}

.facilitytext h3 span {
  font-size: 20px;
}


/* GAllery */


.grid-item {
  display: inline-block;
  height: auto;
  overflow: hidden;
  text-align: center;
  width: 33.33%;

}

.grid-item img {
  width: 100%;
  height: auto;
  transition: 0.9s;
  max-width: 100%;
  border-radius: 20px;
}

.grid-item img:hover {
  filter: none;
}

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

.filters {
  width: auto;
  text-align: center;
  padding-bottom: 50px;
  padding-top: 20px;
  margin: auto;
}

.filters ul {
  list-style: none;
  padding: 16px 10px;
  margin: 0 40px;
  border-radius: 200px;
  border: 1px solid #053C4F;

}

.filters li {
  display: inline-block;
  padding: 10px 10px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
}

.filters li a {
  color: #b6b6b6;
  text-decoration: none;
  color: #053C4F;
  text-transform: uppercase;
  font-family: var(--tj-ff-body);
  padding: 10px 20px;
  border-radius: 20px;
}


.filters li a:hover {
  color: #fff;
  border-radius: 20px;
  background-color: #008FC7;
}

.filters li.active a {
  color: #fff;
  border-radius: 20px;
  background-color: #008FC7;
  ;
  padding: 10px 25px;
}

.isotope-pager a {
  margin: 6px 1px;
  display: inline-block;
  width: 50px;
  line-height: 31px;
  color: #053C4F;
  font-weight: 600;
  transition: 0.3s;
  border-radius: 25px;
  text-decoration: none;
}

.isotope-pager a:hover {
  color: #fff;
  border: 0.5px solid #ffeeac;
  box-shadow: -1px 1px 10px 3px rgba(0, 0, 0, 0.1);
}

.isotope-pager .active {
  color: #e3ca66 !important;
  box-shadow: -1px 1px 10px 5px rgba(0, 0, 0, 0.1);
  border-radius: 25px;
  background-color: #161616;
  border: 1px dotted #e3ca66;
}

.isotope-pager .prev {
  border-radius: 30px 0 0 30px;
}

.isotope-pager .next {
  border-radius: 0 30px 30px 0;
}

.isotope-pager a::before,
.isotope-pager a:after {
  content: "";
  position: absolute;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
}

.isotope-pager .num::before,
.next::before {
  border-right: 20px solid #2c3e50;
  right: 100%;
}

.isotope-pager .num:after,
.prev:after {
  border-right: 20px solid #f1f1f1;
  right: 0;
}

.overlay {
  position: absolute;
  bottom: 30px;
  top: 30px;
  right: 30px;
  left: 30px;
  background: rgb(7, 100, 139, 0.8);
  background: rgba(7, 100, 139, 0.8);
  /* Black see-through */
  color: #f1f1f1;
  width: auto;
  transition: 0.5s ease;
  opacity: 0;
  color: white;
  font-size: 20px;
  padding: 20px;
  text-align: center;
  border-radius: 20px;
}

.overlay span {
  font-size: 40px;
  position: relative;
  top: 40%;
  left: auto;
  right: auto;
}

.grid-item:hover .overlay {
  opacity: 1;
}

.gap {
  width: 100%;
  padding: 10px;
  border-radius: 20px;
}

@media (max-width: 800px) {
  .grid-item {
    display: inline-block;
    height: auto;
    overflow: hidden;
    text-align: center;
    width: 50%;

  }
}


@media (max-width: 500px) {
  .grid-item {
    display: inline-block;
    height: auto;
    overflow: hidden;
    text-align: center;
    width: 100%;
    left: 0 !important;

  }
}

.isotope-pager {
  display: none;
}

.contact-right {
  background-color: #EBF7FD;
  border-radius: 30px;
  padding: 50px;
}

.contact-right .tj-sec-heading .sec-title {
  font-size: 40px;
  margin-top: 20px;
}

.contact-right .tj-sec-heading p {
  font-family: var(--tj-ff-body);
  color: #053C4F;
}

.end .tj-primary-btn {
  width: 300px !important;
  float: right;
}

.end .tj-primary-btn img {
  margin-left: 10px;
}

.accessibility {
  margin-top: 90px;
  position: relative;
  margin-bottom: 30px;
}

.accessibility h2 {
  background-color: #fff;
  position: relative;
  z-index: 1;
  display: inline-block;
  padding-right: 30px;
}

.bar {
  width: 100%;
  height: 1px;
  position: absolute;
  background-color: #CDD8DC;
  top: 50%;
  z-index: -2;
}

.accessibility-item {
  display: flex;
  align-items: center;
  border: 1px solid #CDD8DC;
  padding: 10px 15px;
  justify-content: space-between;
  border-radius: 20px;
  margin-bottom: 15px;
}

.access-icondiv {
  width: 90px;
}

.acc-icon {
  width: 84px;
  height: 84px;
  background-color: #EBF7FD;
  border-radius: 10px;
  text-align: center;
  line-height: 84px;
}

.acc-icon img {
  width: 50px;
}

.acc-km {
  font-size: 30px;
  color: #053C4F;
  padding: 0px 20px;
  width: 350px;
  font-family: var(--tj-ff-heading);
}

.acc-dics {
  font-size: 18px;
  color: #053C4F;
  font-family: var(--tj-ff-body);
  line-height: 26px;
}



.apoinmentbtn {
  background-color: #017bab;
  text-align: center;
  height: 124px;
  border-radius: 10px;
  color: #fff;
  padding: 10px 15px;
  font-family: Montserrat;
  font-size: 13px;
  font-weight: bold;
  width: 100%;
  text-transform: uppercase;
}

@media (max-width: 1400px) {

  .getcall h4 a {
    font-size: 24px;
  }

  .hero-content-area .title {
    font-size: 50px;
  }
}


@media (max-width: 1200px) {

  .contact-title {
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .contact-right-content {
    padding-left: 25px;
    position: relative;
    z-index: 3;
  }

  .contact-right-content .contact-header a {
    font-size: 16px;
  }
}

@media only screen and (min-width: 1023px) and (max-width: 1199px) {
  .contact-right-content {
    padding-left: 20px;
    position: relative;
    z-index: 3;
  }

  .contact-right-content .contact-header a {
    font-size: 15px;
  }
}

/* --------------------------------------
* 20 - Marquee
* ---------------------------------------*/
.pbmit-marquee-effect-style-1 .pbmit-element-title {
  font-size: 58px;
  line-height: 100px !important;
  position: relative !important;
  overflow: visible !important;
  display: flex;
  font-weight: 800 !important;
  overflow: visible !important;
  text-shadow: 1px 1px 0 rgba(112, 165, 182), -1px -1px 0 rgba(112, 165, 182), 1px -1px 0 rgba(112, 165, 182), -1px 1px 0 rgba(112, 165, 182), 1px 1px 0 rgba(112, 165, 182);
  -webkit-text-fill-color: var(--pbmit-light-color);
  -webkit-text-stroke-width: 0;
  color: transparent;
  letter-spacing: 0.8px;
}

.pbmit-marquee-effect-style-1 .pbmit-element-title:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  content: attr(data-text);
  transition: max-width .8s cubic-bezier(.22, .61, .36, 1);
  -webkit-text-fill-color: #70A5B6;
  -webkit-text-stroke: transparent;
  max-width: 0;
}

.pbmit-marquee-effect-style-1 .pbmit-element-title:hover:before {
  max-width: 100%;
}

.pbmit-marquee-effect-style-1 .pbmit-tag-wrapper {
  padding-left: 100px;
  margin-left: 60px;
  position: relative;
}

.pbmit-marquee-effect-style-1 .pbmit-tag-wrapper::before {
  content: "";
  position: absolute;
  background: url(../images/union.svg) no-repeat center center;
  background-size: cover;
  width: 50px;
  height: 50px;
  z-index: 1;
  top: 30px;
  left: 0px;
}

.swiper-slider.marquee .swiper-slide {
  display: flex;
  width: auto !important;
}

.swiper-slider.marquee .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

.swiper-custom-progress {
  --swiper-theme-color: #008FC7;
  --bs-swiper-pagination-line-color: #DBE8EC;
  --bs-swiper-pagination-width: 85%;
  --bs-swiper-button-position: 0;
  --bs-progress-pagination-wrapper-margin: 70px;
}



.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, .25);
  position: absolute;
}

.swiper-pagination-progressbar.swiper-pagination-horizontal {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-custom-progress .shop-swiper-pagination.swiper-pagination-progressbar {
  width: 90%;
  height: 2px;
  left: 0;
  top: 0;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-custom-progress .service-swiper-pagination-wrapper,
.swiper-custom-progress .testimonial-swiper-pagination-wrapper,
.swiper-custom-progress .shop-swiper-pagination-wrapper,
.swiper-custom-progress .blog-swiper-pagination-wrapper,
.swiper-custom-progress .project-swiper-pagination-wrapper {
  position: relative;
}

.swiper-custom-progress .swiper-button-progress {
  display: inline-flex;
  gap: 20px;
  position: absolute;
  right: var(--bs-swiper-button-position);
  bottom: -25px;
  z-index: 1;
}

.featurepadding {
  padding-top: 130px;
}

.progress-button-prev {
  background-color: #fff;
  color: #008FC7;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 100%;
  border: 1px solid #DBE8EC;
}

.progress-button-next {
  background-color: #fff;
  color: #008FC7;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 100%;
  border: 1px solid #DBE8EC;
}

.maintitle {
  color: #053C4F;
  font-family: Marcellus;
  font-size: 55px;
  font-style: normal;
  line-height: 65px;
  font-weight: 400;
  text-transform: capitalize;
}

.mainsubtitle {
  color: #053C4F;
  font-family: Marcellus;
  font-size: 35px;
  line-height: 45px;
  font-style: normal;
  font-weight: 400;
  text-transform: capitalize;
}

.commontext-black {
  color: #728085;
}

.aboutbottom-item {
  border-top: 1px solid #D9D9D9;
  padding: 22px 22px;
  text-align: center;
  margin: 0px 20px;
}

.aboutbottom-item p {
  text-transform: uppercase;
  font-family: var(--tj-ff-body);
  font-size: 14px;
}

.abt-bottom {
  margin-top: 64px;
}

.section-lgb {
  padding-top: 70px;
}

.mbt-36 {
  margin-top: 35px;
}

.philosophyleftbg {
  background-image: url(../images/philosophy_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #fff;
  padding: 10px 0;
  background-position: 35%;
}

.philosophytext {
  background-image: unset;
  padding: 0;
  padding-left: 0;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%
}

.philosophyhead {
  width: 40%;
}

.philosophybox {
  width: 60%;
  padding-left: 60px;
}

.philosophyhead h4 {
  color: #fff;
  font-family: Marcellus;
  font-size: 30px;
  line-height: 40px;
  font-style: normal;
  font-weight: 400;
  max-width: 480px;
  margin-bottom: 0px;
}

.philosophybox p {
  padding-bottom: 35px;
}

.nav .nav-item button.active svg {
  opacity: 1;
  fill: var(--white-color)
}

.nav .nav-item button svg {
  opacity: 0;
}

.nav .nav-item button:hover svg {
  opacity: 1;
  fill: var(--white-color)
}

.mr-120 {
  margin-right: 145px;
}

@media (min-width:1600px) {
  .header-style-two .tj-menu-area li {
    display: inline-block;
    position: relative;
    margin-right: 22px;
  }

  .nav .nav-item button {
    padding: 12px 0px;
    margin-top: 9px;
    margin-bottom: 9px;
  }

  .nav .nav-item button.active {
    padding: 12px 20px;

  }

  .nav .nav-item button:hover {
    padding: 12px 20px;
  }

  .featurebg::after {
    height: 544px;
  }

  .apoinmentbtn {
    background-color: #017bab;
    text-align: center;
    height: 124px;
  }

  .tj-portfolio-item-two .portfolio-content p {
    font-size: 15px;
  }
  .tj-portfolio-item-two .portfolio-content { 
    padding: 30px 35px;
    height: 290px;
  }
}

/* RESPONSIVE ORIZONIC*/
@media (max-width:1400px) {
  .maintitle {
    color: #053C4F;
    font-family: Marcellus;
    font-size: 45px;
  }

  .about-image-group-two .image-1 {
    max-width: 330px;
  }

  .aboutbottom-item {
    padding: 22px 22px;
    margin: 0px 0px;
  }

  .mainsubtitle {
    font-size: 30px;
    line-height: 40px;
  }

  .philosophyhead h4 {
    font-size: 24px;
  }

  .ourservices .desc p {
    font-size: 20px;
  }

  :root {

    --tj-fs-h2: 40px;
  }

  .mr-120 {
    margin-right: 94px;
  }

  .tj-portfolio-section-three .portfolio-single-item .portfolio-inner .portfolio-content .portfolio-header p {
    max-width: 500px;
  }

  .serv-btn {
    font-size: 17px;
  }

  .nav .nav-item button {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .tj-portfolio-item-two .portfolio-content p {
    font-size: 14px;
  }

  .featurebg::after {
    height: 482px;
  }

  .contact-form-box2 {
    padding: 53px 50px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399.5px) {
  .header-style-two .tj-menu-area li {
    margin-right: 9px;
  }

  .contact-title {
    font-size: 40px;
  }

}

@media(min-width:992px) and (max-width:1199.5px) {
  .tj-header-area.header-style-two .header-button {
    display: none !important;
  }

  .tj-header-area .logo-area {
    max-width: 165px;
    width: 100%;
  }

  .header-style-two .tj-menu-area li a {
    font-size: 13px;
  }

  .tj-apoinment-section {
    padding-top: 118px;
    margin-top: -45px;
  }

  .apoinment h2 {
    font-size: 33px;
  }

  .philosophyleftbg {
    background-position: 30%;
  }

  .philosophybox {
    padding-left: 100px;
  }

  .philosophybox p {
    padding-bottom: 20px;
  }

  .tj-portfolio-item-two .portfolio-content p {
    font-size: 15px;
  }

  .tj-testimonial-item-two .desc p {
    font-size: 18px;
    line-height: 36px;
  }

  .contact-bg {
    padding-top: 160px;
    padding-bottom: 130px;
  }

  .letstalk h4 {
    color: #FFF;
    font-family: Marcellus;
    font-size: 30px;
  }

  .getcall h4 a {
    font-size: 22px;
  }

  .tj-footer-two .footer-menu-area .footer-content-info .footer-logo {
    max-width: 150px;
  }

  :root {
    --tj-fs-h2: 30px;
  }

  .tj-portfolio-section-three .portfolio-single-item .portfolio-inner .portfolio-content {
    gap: 30px;
    padding: 10px 30px;
    padding-bottom: 20px;
  }

  .tj-portfolio-section-three .portfolio-single-item .portfolio-inner .portfolio-content .portfolio-header p {
    font-size: 14px;
  }

  .nav .nav-item button.active {
    padding: 10px 10px;
    padding-left: 20px;
  }

  .nav .nav-item button:hover {
    padding: 10px 10px;
    padding-left: 20px
  }

  .serv-btn {
    font-size: 15px;
  }

  .tj-portfolio-section-three .portfolio-single-item .portfolio-inner .portfolio-content .portfolio-header .title-link a {
    font-size: 30px;
  }

  .d-nonemob {
    display: none;
  }

  .ourservices .desc p {
    font-size: 17px;
  }

  .tj-footer-two .footer-menu-area .widget_nav_menu .footer-menu ul li a {
    font-size: 13px;
  }

  .contact-right-content .contact-header a {
    font-size: 14px;
  }


}

/*  */

@media (min-width:992px) {

  .hidedesk {
    display: none;
  }
}

@media (max-width:992px) {

  .hidemob {
    display: none;
  }

  .hero-content-area .title {
    font-size: 45px;
    line-height: 60px;
  }

  .apoinment h2 {
    text-align: center;
    padding-bottom: 15px;
  }

  .form-select {
    margin-top: 0px;
  }

  .form__input-con {
    margin-bottom: 20px;
  }

  .apoinmentbtn {
    height: 90px;
  }

  .about-content-two {
    margin-top: 50px;
  }

  .about-content-two {
    padding-left: 0px;
  }

  .about-content-two .desc {
    margin-bottom: 30px;
    padding-left: 0px;
  }

  .abt-bottom {
    margin-top: 0px;
  }

  .aboutbottom-item {
    padding: 17px 10px;
    margin: 0px 0px;
  }

  .mainsubtitle {
    font-size: 25px;
    line-height: 35px;
  }

  .pbmit-marquee-effect-style-1 .pbmit-element-title {
    font-size: 45px;
  }

  .philosophyleftbg {
    background-image: none;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #fff;
    padding: 10px 0;
    background-position: center center;
  }

  .philosophytext {
    display: block;
  }

  .philosophyhead {
    width: 100%;
    background-image: url(../images/philosophy_bg-mobile.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #fff;
    padding: 111px 0px;
    background-position: center center;
  }

  .philosophybox {
    width: 100%;
    padding-top: 50px;
    padding-left: 0px;
  }

  .philosophyhead h4 {
    font-size: 24px;
    width: 100%;
    margin: auto;
    text-align: center;
  }

  .philosophybox p {
    padding-bottom: 15px;
  }

  .tj-portfolio-section-three {
    padding-top: 20px;
  }

  .tj-portfolio-item-two .portfolio-content p {
    font-size: 13px;
  }

  .contact-bg {
    padding-top: 60px;
    padding-bottom: 60px;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .contact-form-box2 {
    -webkit-border-top-right-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-topleft: 0px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
  }

  .letstalk {
    text-align: center;
  }

  .getcall {
    margin-top: 30px;
  }

  .border-m0 {
    border: none;
  }

  .contact-bg {
    padding-left: 30px;
  }

  .getcall {
    justify-content: center;
  }

}

@media (max-width:768px) {
  .hero-content-area .tj-sec-heading .d-flex {
    display: block !important;
  }

  .tj-hero-slider .swiper-button-next,
  .tj-hero-slider .swiper-button-prev {
    bottom: 30px;
    width: 50px;
    height: 50px
  }

  .swiper-button-next,
  .swiper-rtl {
    right: 35px;
    left: auto;
  }

  .swiper-button-prev {
    right: 98px;
  }

  .hero-content-area .title {
    font-size: 35px;
    line-height: 45px;
  }

  .hero-content-area .desc p {
    color: #fff;
    font-size: 18px;
    font-family: var(--tj-ff-body);
    line-height: 36px;
    margin-left: 0px;
    font-weight: 500;
  }

  .contact-form-box2 {
    padding: 30px 30px;
  }

}

@media (max-width:600px) {

  .tj-hero-slider .swiper-button-next,
  .tj-hero-slider .swiper-button-prev {
    bottom: 20px;
    width: 40px;
    height: 40px
  }

  .swiper-button-next,
  .swiper-rtl {
    right: 35px;
    left: auto;
  }

  .swiper-button-prev {
    right: 98px;
  }

  .form__input-con {
    margin-bottom: 10px;
  }

  .tj-canva-two a span {
    height: 2px;
    width: 30px;
  }

  .tj-canva-two a span.dot2 {
    width: 22px;
  }

  .tj-testimonial-item-two .desc p {
    font-size: 20px;
    line-height: 30px;
  }

  .tj-testimonial-item-two .desc .test-icon {
    display: none;
  }

  .container-fluid {
    --bs-gutter-x: 0.5rem;
  }

  .tj-hero-slider .swiper-button-next img,
  .tj-hero-slider .swiper-button-prev img {
    width: 22px;
  }

}

@media (max-width:500px) {
  .philosophyhead h4 {
    font-size: 20px;
  }

  .contact-right-content .contact-header p {
    font-size: 14px;
  }

  .contact-right-content .contact-header a {
    font-size: 13px;
  }

  .contact-right-content .contact-header span {

    font-size: 24px;
  }

  .contact-form-box2 {
    padding: 30px 15px;
  }

  .letstalk h4 {
    color: #FFF;
    font-family: Marcellus;
    font-size: 26px;
  }

  .getcall h4 a {
    font-size: 14px;
  }

  .getcall h4 {
    font-size: 14px;
  }

  .tj-hero-slider .swiper-button-next img,
  .tj-hero-slider .swiper-button-prev img {
    width: 19px;
  }

}

@media (max-width:1300px) {
  .tj-sec-heading .section-title1 h2 {
    font-size: 40px;
  }

  .section-title1 h2 {
    font-size: 40px;
  }

  :root {
    --tj-fs-h2: 40px;
  }
}

@media (max-width:992px) {
  .tj-sec-heading .sub-title {
    width: 300px;
  }

  .disflex .sec-title {
    margin-left: 0px;
  }
}

@media (max-width:768px) {
  .section-title1 {
    display: block;
  }

  .section-title1 h2 {
    font-size: 35px;
    margin-top: 30px;
    margin-bottom: 30px;
    width: 100%;
    max-width: 100%;
  }

  .section-title1 p {
    width: 100%;
    max-width: 100%;
  }

  .pt-35 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .tj-team-item {
    margin-top: 30px;
    margin-bottom: 0px;
  }

  .priceitem h3 {
    font-size: 30px;
  }

  .breadcrumb-wrapper {
    -webkit-border-bottom-right-radius: 30px;
    -webkit-border-bottom-left-radius: 30px;
    -moz-border-radius-bottomright: 30px;
    -moz-border-radius-bottomleft: 30px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
  }

  .pcommon120 {
    padding-bottom: 60px;
    padding-top: 50px;
  }

  .dailyroutine {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .pack {
    padding-bottom: 40px;
    padding-top: 60px;
  }

  .tj-footer-two {
    border-radius: 30px 30px 0px 0px;
  }
}


.commonsectionpadding {
  padding-top: 120px;
  position: relative;
}

.commonsectionpaddingb {
  padding-top: 120px;
  padding-bottom: 118px;
  position: relative;
}

.feature01-img {
  background: #eaebed;
  border-radius: 30px;
  overflow: hidden;
}

.pcommon120 {
  padding-bottom: 120px;
  padding-top: 100px;
}

.no-pading { padding: 0px; margin: 0px;}

.pakage-img {
  position: relative;
  overflow: hidden;
  transition: .5s ease all;
}

.facilityimg {
  position: relative;
  overflow: hidden;
  transition: .5s ease all;
}

.facilityimg:hover img {
  transform: scale(1.1);
  transition: .5s ease all;
}

.pakage-img:hover img {
  transform: scale(1.1);
  transition: .5s ease all;
}

.bookingnumber{ margin-top: 25px;}

.acc-km {
  font-size: 30px;    
  width: 250px;
}

.acc-dics {
  font-size: 18px; 
  width: 295px;
}

@media (min-width:1560px) {
.acc-km {
  font-size: 40px;    
  width: 250px;
}

.acc-dics {
  font-size: 20px; 
  width: 295px;
}

.footer1-col-2, .footer1-col-3, .footer1-col-4, .footer1-col-5 {
  padding-left: 100px;
}
}

@media (max-width:1400px) {

  .contact-left-content .contact-header a {   
    font-size: 17px;
  }
  .contact-left-content .contact-header span {  
    font-size: 30px;
  }
  .acc-km {
    font-size: 30px;    
    width: 250px;
    line-height: 40px;
  }  
  .acc-dics {
    font-size: 18px; 
    width: 295px;
    line-height: 28px;
  }

  .pack-details h2 {
    font-size: 34px;
  }

  .bookingnumber {   
    font-size: 26px;
  }

  .facilitytext h3 {
    font-size: 23px;   
  }

  .featuretext h2 {
    font-size: 45px;
    line-height: 55px;   
  }

  .mainhead h2 {
    font-size: 45px;
    line-height: 55px;
  }

  .safety-text h2 {
    font-size: 40px;
  }

  .serviceshead h2 {
    font-size: 45px;
    line-height: 55px;
  }

  }

  .map-padding { padding-bottom: 30px;}

  @media (max-width:1200px) {
    .contact-left-content .contact-header a {   
      font-size: 16px;
    }
    .contact-left-content .contact-header span {  
      font-size: 28px;
    } 
    
      .pack-details h2 {
        font-size: 28px;
      }
      :root {
      --tj-fs-h2:34px;
      }
      .featuretext h2 {  font-size: 34px;}
      .mainhead h2 {
        font-size: 34px;
        line-height: 45px;
      }

      .safety-text h2 {
        font-size: 34px;
      }

      .serviceshead h2 {
        font-size: 34px;
        line-height: 45px;
      }

      .adolescent-con h2 {
        font-size: 34px;
        line-height: 45px;
      }

      .onetoone {
        background-color: #fff;
        border-radius: 20px;
        padding: 30px 20px;
        padding-bottom: 30px;
      }
      .treatmentitem {
        padding: 30px 2px;
      }

      .treatmentitem ul li {      
        font-size: 13px;
      }

      .treatmentitem ul li i {  margin-right: 8px; }
      .treatmethead h2 {
        font-size: 29px;
      }

      .adolescenttreatments ul li {    
        font-size: 13px;
      }

      .adolescenttreatments ul li i {    
        margin-right: 8px;
      }


    }

    @media (max-width:991px) {

      .treatmentitem ul li {      
        font-size: 14px;
      }
      .adolescenttreatments ul li {    
        font-size: 14px;
      }
      .treatmethead h2 {
        font-size: 33px;
      }

    .contact-right {
      background-color: #EBF7FD;
      border-radius: 30px;
      padding: 50px;
      margin-top: 40px;
    }

    .featuretext {
      padding: 0px 0px;
      padding-top: 30px;
    }

    .feature-item { 
      border-radius: 30px;
      display: block; 
    }

    .feature-text {
      flex-grow: 1;
      max-width: 100%;
      padding: 30px;
    }

    .onetoone { margin-bottom: 50px;}

    .services-img { margin-top: 40px;}

    .services-text { margin-top: 40px;}

   .features-img img { width: 600px;}


    .ourpackages {      
      display: block;
    }
    .ourpackages .sec-title {
      margin-top: 30px;
      line-height: 40px;
    }

    .pack {
      padding-bottom: 0px;
      padding-top:0px;
    }

    .adultpsychiatry {
      padding-left: 0px;
      margin-bottom: 30px;
    }

    .ds-flex {
      display: block;
      align-items: center;
      justify-content: space-between;
    }

    .treatmentitem {
      padding: 0px 0px;
    }

    .treatmethead {
      padding-bottom: 30px;
    }

    .adolescenttreatments {
      display: block;
    }

    .adolescenttreatments ul {
      width: 100%;
    }

    .outpatientytreatment-text h2 {
      font-size: 34px;
    }

    .inpatient-text h2 {
      font-size: 34px;
    }
    

  }

  @media (max-width:991px) {
    .footer-widget { border: 0px; padding: 0px;} 
    .bookingnumber {
      font-size: 26px;
    }  

    .bookingnumber a {
      font-size: 24px;
    } 
  }

  @media (max-width:767px) {
  .about-image-group-two .about-circle-box {
    right: 21%;  
    bottom: -97px;
    top: auto;
  }
  .philosophyhead {   
    background-position: center right;
    padding: 111px 21px;
  }
  .philosophyhead h4 {    
    text-align: left;
  }

  .features-img1 { display: none;}

  .services-bg {   
    padding-bottom: 50px;
  }

  }

  @media (max-width:600px) {

    .outpatientytreatment-text {     
      padding: 20px;
      max-width: 100%;
    }
    

    .acc-km {
      font-size: 24px;     
      line-height: 32px;
    }  

    .tj-portfolio-section-three .portfolio-single-item .portfolio-inner .portfolio-image img {
      border-radius: 0px;
      width: 100%;
    }

    .tj-footer-two .footer-menu-area .widget_nav_menu {    
      padding-left: 10px;
    }
    
    .emergencycall h4 a {   
      font-size: 24px;
    }

    .pack {
      padding-bottom: 30px;
      padding-top: 30px;
    }

    .bookingnumber a {
      font-size: 20px;
    }

    .contact-right {     
      padding: 20px;
      margin-top: 30px;
    }

    .end .tj-primary-btn {
      width: 100% !important;
      float: inherit;
    }

    .tj-slider-section .swiper-slide {    
      -webkit-border-bottom-right-radius: 30px;
      -webkit-border-bottom-left-radius: 30px;
      -moz-border-radius-bottomright: 30px;
      -moz-border-radius-bottomleft: 30px;
      border-bottom-right-radius: 30px;
      border-bottom-left-radius: 30px;
    }
    
    .tj-slider-section .swiper-slide::before {      
      -webkit-border-bottom-right-radius: 30px;
      -webkit-border-bottom-left-radius: 30px;
      -moz-border-radius-bottomright: 30px;
      -moz-border-radius-bottomleft: 30px;
      border-bottom-right-radius: 30px;
      border-bottom-left-radius: 30px;
    }

    .filters ul {
      list-style: none;
      padding: 16px 10px;
      margin: 0 40px;
      border-radius: 30px;
      border: 1px solid #053C4F;
    }
  }

  @media (max-width:500px) {
  .filters li {
    display: block;
    padding: 10px 27px;  
  }
  .filters ul {   
    padding: 20px 50px;
  }

  .bookingnumber a {
    font-size: 20px;
    display: block;
    margin-top: 10px;
  }

  .bookingnumber {
    font-family: var(--tj-ff-body);
    background-color: #008FC7;
    border-radius: 10px;
  }

  .bookingnumber span { font-size: 26px; margin-bottom: 15px; display: inline-flex; }
  .bookingnumber { font-size: 0px; }

}

@media (max-width:767px) {
  .filters ul {
    list-style: none;
    padding: 16px 30px;
    margin: 0 10px;
    border-radius: 10px;
  }

  .filters li.active a {  
    padding: 10px 17px;
  }
  .filters li a {
    padding: 10px 17px;   
  }
  .filters li {
    padding: 10px 0px;
    font-size: 13px;
  }

  .neuropsychiatry {
    border-right: 0px solid #CDD8DC;
    padding-right: 0px;
    margin-bottom: 30px;
  }

  .pcommon120 {
    padding-bottom: 60px;
    padding-top: 60px;
  }

  .pb-80 {
    padding-bottom: 50px;
  }

  .de-addiction {   
      padding-top: 60px;
    padding-top: 60px;
  }

  .counseling-section {
    padding-top: 60px;
    padding-bottom: 50px;
  }

  .service-section {
    padding-top: 65px;
    padding-bottom: 20px;
  }

  .commonpadding-service {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .feature-section {
    position: relative;
    padding-top: 60px;
    padding-bottom: 50px;
  }

  .featuretoppadding {
    padding-top: 60px;
  }

  .commonsectionpadding {
    padding-top: 60px;
  }

    .commonsectionpaddingb {
      padding-top:60px;
      padding-bottom: 58px;
      position: relative;
    } 

    .services-img {
      padding-right: 0px;
    }

    .bookapoinment {
      margin: 50px auto;
      max-width: 100%;
      text-align: center;
      padding: 0px 15px;
    }

    .topbar-content-area .topbar-share ul li a {   
      font-size: 18px;
    }

    .about-content-two {
      margin-top: 80px;
    }

    .contact-btn {
      text-align: center;
    } 

    .featurebg::after {
   
      border-bottom-left-radius: 20px;
      border-bottom-right-radius: 20px;    
      height:580px;
    }

}

@media (min-width:1199px) {
.tj-portfolio-item-two .portfolio-content {
  height: 308px;
}
}

 
