@import url(./responsive.css);

:root {

  --tj-fw-regular: 400;
  --tj-fw-medium: 500;
  --tj-fw-sbold: 600;
  --tj-fw-bold: 700;

  --tj-color-common-white: #ffffff;
  --tj-color-common-black: #3a3a3a;
  --tj-color-text-body: #727272;
  --tj-color-theme-primary: #5f39ff;
  --tj-color-theme-secondary: #20d9a1;
  --tj-color-grey-4: #d9d9d9;
  --tj-color-grey-5: #fafafc;
  --tj-color-grey-7: #dcdee7;
  --tj-color-light-2: #f8f7ff;
  --tj-color-light-3: #705fff;
  --tj-color-light-4: #fafffd;
  --tj-color-light-7: #e4e1ff;
  --tj-color-light-8: #d6d1ff;
}

.color-theme {
  color: #072351;
}

.tj-about-section th {
  font-weight: 600;
}

img {
  max-width: 100%;
  width: auto;
}

.tj-primary-btn {
  display: inline-flex;
  justify-content: 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-common-white);
  padding: 12px 35px;
  border: none;
  background: #FD5F0C;
}

.tj-primary-btn:hover,
.tj-primary-btn:focus {
  color: var(--tj-color-common-white);
  background-color: #ff8d50;
}

.border-lg {
  border-right: 0 !important;
}


.tj-hero-section {
  position: relative;
  padding-top: 200px;
  background: #0c2143;
  padding-bottom: 40px;
  overflow: hidden;
}


.tj-hero-section .title {
  background: #fd5f0c;
  -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%;
}

.tj-hero-section .hero-shape img {
  width: 100%;
}

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

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

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

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

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

.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: 28px;
  letter-spacing: 3.5px;
  font-weight: var(--tj-fw-regular);
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
}

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

.hero-left-content .tj-sec-heading {
  text-align: left;
}

.hero-left-content .tj-sec-heading p {
  margin-bottom: 0;
  color: #fff;
  font-size: 18px;
}


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



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

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

.hero-3-img {
  margin: 0 -100px 0 -60px;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 9;
}

.wave-shape-bottom {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
}

.tj-hero-section .wave-shape-bottom path {
  fill: #f8f7ff;
}


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

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

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


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

/* !END: Theme Hero CSS */



/**----------------------------------------
START: Theme Portfolio CSS
----------------------------------------*/
.white-sub-title {
  color: #fff;
  display: inline-block;
  font-size: 20px;
}

.tj-portfolio-section {
  padding-top: 115px;
  padding-bottom: 105px;
  position: relative;
  background: #1d4a96;
  overflow: hidden;
}

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

.tj-portfolio-section .tj-sec-heading .sec-title {
  margin-bottom: 10px;
  color: var(--tj-color-common-white);
  font-size: 35px;
  font-weight: 700;
}

.tj-portfolio-section .portfolio-header {
  margin-bottom: 40px;
}

.tj-portfolio-section .portfolio-header .filter-menu {
  text-align: end;
  position: relative;
  z-index: 3;
  justify-content: end;
}

.tj-portfolio-section .portfolio-header .filter-menu .active {
  color: #fd5f0c !important;
  font-size: 22px !important;
  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;
  border: none;
  background: none !important;
}

.tj-portfolio-section .portfolio-header .filter-menu .filter:last-child {
  margin-right: 0;
}


.portfolio-gallery .portfolio-items {
  position: relative;
  z-index: 3;
  margin-left: -12px;
  margin-right: -12px;
  height: 977.6px;
}

.portfolio-gallery .portfolio-items .portfolio-single-item {
  float: left;
  width: 50%;
  padding: 12px;
}

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

.portfolio-gallery .portfolio-items .portfolio-single-item .portfolio-content {
  padding-left: 35px;
}


.portfolio-gallery .portfolio-items .portfolio-single-item .portfolio-content .title-link {
  margin-bottom: 10px;
  margin-bottom: 10px;
  font-weight: 700;
}

.portfolio-gallery .portfolio-items .portfolio-single-item .portfolio-content .title-link a {
  background: #fd5f0c;
  background-clip: text;
  -webkit-background-clip: text;
  color: var(--tj-color-common-white);
  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: 0;
  visibility: visible;
}


.portfolio-grid .portfolio-items #first {

  position: absolute;
  left: 0%;
  top: 0px;
}

.portfolio-grid .portfolio-items #second {

  position: absolute;
  left: 50%;
  top: 0px;
}

.portfolio-grid .portfolio-items #third {

  position: absolute;
  left: 50%;
  top: 430.783px;
}

.portfolio-grid .portfolio-items #fourth {

  position: absolute;
  left: 0%;
  top: 545.533px;
}

.portfolio-grid {
  position: relative;
  z-index: 3;
}

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

.portfolio-slider .tj-portfolio-slider {
  padding-top: 120px;
}

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

.portfolio-section-shape .portfolio-bg-shape3 {
  position: absolute;
  right: 0;
  top: 48%;
  opacity: 0.4;
}

.portfolio-section-shape .portfolio-bg-shape4 {
  position: absolute;
  right: 10%;
  bottom: 10px;
  opacity: 0.4;
}

.portfolio-section-shape .portfolio-bg-shape5 {
  position: absolute;
  right: 10%;
  bottom: 4%;
  opacity: 0.4;
}

.portfolio-section-shape .portfolio-bg-shape6 {
  position: absolute;
  top: 25%;
  left: 50px;
}

.portfolio-top-content {
  margin-bottom: 50px;
}

.gutter-sizer {
  width: 2%;
}

/* !END: Theme Portfolio CSS */
/**----------------------------------------**/
.tj-faq-style-two .tj-faq-style .accordion-item.active {
  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;
}


.tj-faq-style-two .tj-faq-style .accordion-item {
  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-section-two {
  padding: 100px 0;
  overflow: hidden;
  position: relative;
}


.faq-group-shape {
  opacity: 0.2;
}



.faq-group-shape .bg-shape-five {
  position: absolute;
  top: -65px;
  right: 5px;
}

.faq-group-image {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.faq-group-image .group-image-one {
  position: relative;
  margin-right: 30px;
  max-width: 335px;
  width: 100%;
}

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

.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%;
  transform: translateX(-50%);
  z-index: -1;
}

.faq-group-image .group-image-two .shape-2 {
  position: absolute;
  top: -110px;
  left: 20%;
  transform: translateX(-50%);
  z-index: -1;
}

.group-image-two {
  position: relative;
  top: 110px;
  max-width: 325px;
}

.group-image-two .lg-image {
  border-radius: 200px 200px 0 0;
}

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

.group-image-two::before .shape-1 {
  position: absolute;
  top: -70px;
  left: 40%;
  transform: translateX(-50%);
  z-index: -1;
}

.group-image-two::before .shape-2 {
  position: absolute;
  top: -110px;
  left: 25%;
  transform: translateX(-50%);
  z-index: -1;
}

.tj-faq-style-two {
  padding-left: 50px;
  position: relative;
}

.tj-faq-style-two .tj-faq-style {
  position: relative;
  z-index: 3;
}

.tj-faq-style-two .tj-faq-style .accordion-item {
  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;
  margin-bottom: 25px;
}

.tj-faq-style-two .tj-faq-style .accordion-item.active {
  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;
}

.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: #1e4b97;
  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) {
  box-shadow: none;
}

.tj-faq-style-two .tj-faq-style .accordion-item .accordion-header .accordion-button:focus {
  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 #fd5f0c;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: var(--tj-fw-bold);
}

.tj-faq-style-two .tj-faq-style .accordion-item .accordion-body {
  padding: 0;
  max-width: 460px;
  line-height: 32px;
}

.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%;
  transform: translateX(-50%);
}


.tj-faq-style-two .accordion-shape1 {
  position: absolute;
  top: 45%;
  right: -40%;
  transform: translateX(-50%);
}

.tj-portfolio-section .tj-sec-heading p {
  margin-bottom: 0;
  color: #fff;
}


.technology .tj-sec-heading .sec-title {
  margin-bottom: 10px !important;
  font-weight: 700;
}

.technology .tj-sec-heading p {
  color: #000;
}

.feature-row [class*='col-'] {
  margin-bottom: 70px;
}

.inv-lan-feature-item .inner-icon {
  width: 120px;
  height: 120px;
  padding: 40px;
  border-radius: 50%;
  transition: 300ms ease;
  background-color: #fdfdfd;
  background-color: #fff;
  -webkit-box-shadow: 0 9px 21px 0 rgba(85, 85, 85, .11);
  box-shadow: 0 9px 21px 0 rgba(85, 85, 85, .11);
  top: -50px;
  left: 20px;
  position: absolute;
}

.inner-icon img {
  width: 100%;
}

.inv-lan-feature-item .inner-text {
  color: #131115;
  text-align: left;
}

.inv-lan-feature-item .inner-text h4 {
  font-weight: 600;
}

.inv-lan-feature-item .inner-text p {
  font-size: 15px;
  color: #313131;
  margin-bottom: 0;
  line-height: 26px;
}

.inv-lan-feature-item {
  transition: all .5s ease-in-out;
  background: #ffff;
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(34, 34, 34, .1);
  padding: 96px 47px 20px 45px;
  position: relative;
  transition: .5s;
  height: 100%;
}

.inv-lan-feature-item::before {
  content: '';
  position: absolute;
  width: 7px;
  height: 100%;
  transition: .3s cubic-bezier(.24, .74, .58, 1);
  left: 0;
  top: 0;
  border-radius: 20px 20px 20px 20px;
  background: #1d4a96;
}

.featureinner-text {
  position: relative;
  z-index: 2;
}

.inv-lan-feature-item:hover::before {
  width: 100%;
}


.inv-lan-feature-item:hover .featureinner-text .inner-text h4,
.inv-lan-feature-item:hover .featureinner-text .inner-text p {
  color: #fff;
}

.technology {
  padding: 100px 0 30px;
  background: #f8f7ff;
}

/**----------------------------------------
START: Theme Mainmenu CSS
----------------------------------------*/


.activeTab {
  display: flex !important;
}

.first {
  display: none;
}

.second {
  display: none;
}

.third {
  display: none;
}

.fourth {
  display: none;
}

.five {
  display: none;
}

.why-choose-us {
  padding: 100px 0;
}

.tp-feature__icon {
  width: 50px;
  overflow: hidden;
}

.tp-feature__icon img {
  width: 100%;
}

.service_primary_2 {
  margin-top: 0;
  padding: 30px 30px;
  text-align: center;
  border: 1px solid #e1e1e1;
  border-radius: 8px;
  transition: all 400ms ease-in-out;
}

.service_primary_2 .item_icon::before {
  top: 0px;
  left: 50%;
  bottom: 0px;
  z-index: -1;
  content: '';
  width: 60px;
  position: absolute;
  background-color: rgba(48, 28, 171, 0.2);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}

.service_primary_2 .item_icon.icon_orange::before {
  background-color: #fff2ef;
}

.service_primary_2 .item_icon.icon_green::before {
  background-color: #ecffe2;
}

.service_primary_2 .item_icon.icon_purple::before {
  background-color: #f5f2ff;
}

.service_primary_2 .item_icon.icon_blue::before {
  background-color: #f1f9ff;
}

.service_primary_2 .item_icon.icon_orange {
  color: #ec6c4f;
}

.service_primary_2 .item_icon.icon_green {
  color: #40a50b;
}

.service_primary_2 .item_icon.icon_purple {
  color: #6b3df0;
}

.service_primary_2 .item_icon.icon_blue {
  color: #0072e9;
}

.service_primary_2 .item_title {
  font-size: 30px;
  margin-bottom: 12px;
  font-weight: 600;
}

.service_primary_2 p {
  font-size: 16px;
  margin-bottom: 0;
  transition: all .5s ease-in-out;
}

.service_primary_2:hover {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border: 1px solid transparent;
}

.service_primary_2 .item_icon {
  z-index: 1;
  height: 75px;
  font-size: 46px;
  line-height: 75px;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
  display: inline-block;
}





.tp-feature__item p {
  margin-bottom: 0;
  line-height: 28px;
}

.our-existing-inr .tp-feature__icon {
  background-color: transparent;
  width: 76px;
  flex: 0 0 76px;
  height: 76px;
  line-height: 76px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 20px;
  margin-right: 43px;
}

.our-existing-inr [class*='col-']:nth-child(1) .tp-feature__item .tp-feature__icon {
  background-image: linear-gradient(90deg, #ff7369 0%, #ffb06d 100%);
  box-shadow: 0 10px 40px rgba(255, 132, 105, .5);
}

.our-existing-inr [class*='col-']:nth-child(2) .tp-feature__item .tp-feature__icon {
  background-image: linear-gradient(90deg, #9255CE 0%, #BE60FF 100%);
  box-shadow: 0px 10px 40px 0px #DCB8F9;
}

.our-existing-inr [class*='col-']:nth-child(3) .tp-feature__item .tp-feature__icon {
  background-image: linear-gradient(90deg, #2F057B 0%, #6441C1 100%);
  box-shadow: 0px 4px 30px 0px #AB94E1;
}

.our-existing-inr [class*='col-']:nth-child(4) .tp-feature__item .tp-feature__icon {
  background-image: linear-gradient(90deg, #00FFF0 0%, #00D3C7 100%);
  box-shadow: 0px 4px 30px 0px #8BFFF8;
}

.our-existing-inr [class*='col-']:nth-child(5) .tp-feature__item .tp-feature__icon {
  background-image: linear-gradient(90deg, #40CCFC 0%, #1AECF5 100%);
  box-shadow: 0px 4px 30px 0px rgba(0, 255, 255, 0.6);
}

.our-existing-inr [class*='col-']:nth-child(6) .tp-feature__item .tp-feature__icon {
  background-image: linear-gradient(90deg, #7360F2 0%, #AC9FFF 100%);
  box-shadow: 0px 4px 30px 0px #D4CDFF;
}

.our-existing-inr .tp-feature__icon img {
  transition: transform 0.5s ease;
}

.our-existing-inr .tp-feature__title-sm {
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  color: #072351;
}

.our-existing-inr .tp-feature__link {
  display: inline-block;
}

.our-existing-inr .tp-feature__link a {
  height: 44px;
  width: 44px;
  line-height: 41px;
  border-radius: 50%;
  background: rgba(41, 93, 251, 0.1);
  display: inline-block;
  text-align: center;
  transition: 0.4s;
}

.our-existing-inr .tp-feature__item:hover {
  box-shadow: 0px 20px 30px rgba(1, 6, 20, 0.1);
  border-radius: 30px;
}

.our-existing-inr .tp-feature__icon img {
  transition: transform 0.5s ease;
  filter: brightness(0) invert(1);
}

.feature-icn-inr {
  width: 50px;
  height: 45px;
  display: inline-block;
  background: #fff;
  text-align: center;
  line-height: 47px;
  color: blue;
  font-size: 24px;
  border-radius: 6px;
  margin-bottom: 20px;
}

.our-existing-inr .tp-feature__item {
  background: #FFFFFF;
  box-shadow: 0 3px 21px rgba(89, 100, 255, 15%);
  border-radius: 20px;
  padding: 40px;
  transition: 0.3s;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.our-existing-inr .tp-feature__item:hover:after {
  content: " ";
  width: 95%;
  height: 95%;
  z-index: 0;
  position: absolute;
  top: auto;
  bottom: 1px;
  left: 1px;
  border-radius: 20px;
  background: #1d4a96;
  background-repeat: repeat-x;
  outline: 1px solid transparent;
  z-index: -2;
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-transform: rotate(2deg)translateX(-5px)translateY(16px);
  transform: rotate(2deg)translateX(-5px)translateY(16px);
}

/*** 

====================================================================
		Call To Action
====================================================================

***/
.call-to-action {
  position: relative;
  background: #43276f;
  z-index: 2;
  padding: 70px 0;
  overflow: hidden;
}

.call-to-action .hero-shape2 {
  position: absolute;
  top: 20%;
  left: 0;
  opacity: 0.5;
}

.call-to-action .group-image6 {
  position: absolute;
  right: 30px;
  bottom: 15%;
}

.call-to-action .outer-box {
  position: relative;
  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;
}

.call-to-action .title {
  color: #fff;
  margin-bottom: 0;
  font-weight: 700;
}

.call-to-action .info-btn {
  position: relative;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 15px 40px;
  line-height: 24px;
  font-size: 18px;
  color: #fff;
  margin-left: 30px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.call-to-action .info-btn i {
  margin-right: 10px;
}

.call-to-action .info-btn:hover {
  background-color: #fff;
  color: var(--theme-color1);
}

/*** 

====================================================================
		Call To Action Two
====================================================================

***/

/**----------------------------------------
START: Theme FAQ CSS
----------------------------------------*/
.tj-faq-section {
  position: relative;
  overflow: hidden;
}

.faq-page .tj-sec-heading {
  max-width: 610px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 55px;
}

.faq-section-shape .faq-bg-shape {
  position: absolute;
  top: 0;
  right: 0;
}

.faq-section-shape .faq-bg-shape1 {
  position: absolute;
  left: 0;
  bottom: 0;
}

.tj-faq-area {
  padding-left: 40px;
  position: relative;
}

.tj-faq-area .tj-faq-style {
  border: 1px solid #fd5f0c;
  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;
}

.tj-faq-area .tj-faq-style .accordion-item {
  border: none;
  border-radius: 5px;
  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: 20px;
  font-family: var(--tj-ff-heading);
  font-weight: var(--tj-fw-sbold);
  padding: 20px 35px 20px 0;
  background-color: transparent;
  position: relative;
  background: #FD5F0E;
  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";
  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);
  transition: 0.4s;
  opacity: 0;
}

.tj-faq-area .tj-faq-style .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  box-shadow: none;
}

.tj-faq-area .tj-faq-style .accordion-item .accordion-header .accordion-button:not(.collapsed):before {
  transform: rotate(-180deg);
  color: var(--tj-color-common-white);
  background: #FD5F0E;
}

.tj-faq-area .tj-faq-style .accordion-item .accordion-header .accordion-button:focus {
  box-shadow: none;
}

.tj-faq-area .tj-faq-style .accordion-item .accordion-header .accordion-button:after {
  display: none;
}

.tj-faq-area .tj-faq-style .accordion-item .accordion-body {
  padding-left: 0;
  padding: 0 0 20px 0;
}

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

.faq-group-shape {
  opacity: 0.2;
}


.faq-group-shape .bg-shape-five {
  position: absolute;
  top: -65px;
  right: 5px;
}

.tj-faq-section .faq-group-image {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tj-faq-section .faq-group-image .group-image-one {
  position: relative;
  margin-right: 30px;
  max-width: 335px;
  width: 100%;
}

.tj-faq-section .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;
}

.tj-faq-section .faq-group-image .group-image-one .lg-image {
  border-radius: 0 0 200px 200px;
  position: relative;
  z-index: 3;
}

.tj-faq-section .faq-group-image .shape-1 {
  position: absolute;
  bottom: -10px;
  left: -60px;
}

.tj-faq-section .faq-group-image .shape-2 {
  position: absolute;
  bottom: -45px;
  left: -30px;
}

.tj-faq-section .faq-group-image .group-image-two {
  position: relative;
}

.tj-faq-section .faq-group-image .group-image-two .shape-1 {
  position: absolute;
  top: -70px;
  left: 20%;
  transform: translateX(-50%);
  z-index: -1;
}

.tj-faq-section .faq-group-image .group-image-two .shape-2 {
  position: absolute;
  top: -110px;
  left: 20%;
  transform: translateX(-50%);
  z-index: -1;
}

.group-image-two {
  position: relative;
  top: 110px;
  max-width: 325px;
}

.group-image-two .lg-image {
  border-radius: 200px 200px 0 0;
}


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

.group-image-two::before .shape-1 {
  position: absolute;
  top: -70px;
  left: 40%;
  transform: translateX(-50%);
  z-index: -1;
}

.group-image-two::before .shape-2 {
  position: absolute;
  top: -110px;
  left: 25%;
  transform: translateX(-50%);
  z-index: -1;
}

/* !END: Theme FAQ CSS */
/**---------------------------------*/


/***Process Section Start***/

.process-sec {
  background: rgba(29, 74, 150, 0.05);
}

.card-cntr-border {
  position: relative;
  height: 700px;
  width: 2px;
  margin: 0 auto;
  border-right: 2px dashed #dcdcdc;
}

.process-icon-left {
  position: absolute;
  left: 3px;
  width: 55px;
  height: 55px;
  overflow: hidden;
  top: -5px;
  -webkit-text-stroke-color: #fca92b;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  font-size: 40px;
  opacity: 1;
}

.pro-crd-num {
  position: absolute;
  width: 70px;
  height: 70px;
  background: #1d4a96;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  text-align: center;
  line-height: 51px;
  color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
  border: 3px solid #fff;
  right: -35px;
  z-index: 1;
  text-align: center;
  line-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.procs-card h4 {
  margin-top: 28px;
  font-size: 24px;
  font-weight: 600;
}

.procs-card.lft-card h4,
.procs-card.lft-card p {
  text-align: right;
  padding-right: 30px;
}

.procs-card p {
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 0;
  text-align: left;
}


.right-border {
  position: absolute;
  right: -100px;
  width: 100px;
  height: 2px;
  top: 52%;
  transform: translateY(-50%);
  z-index: -1;
  border-top: 2px dashed #dcdcdc;
}

.left-border {
  position: absolute;
  left: -100px;
  width: 100px;
  height: 2px;
  top: 52%;
  transform: translateY(-50%);
  z-index: -1;
  border-top: 2px dashed #dcdcdc;
}

.left-connct {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #1d4a96;
  position: absolute;
  left: 1px;
  transform: translateX(-50%);
  top: 10.5%;
}

.left-connct.third {
  top: 37%;
  display: block !important;
}

.left-connct.fifth {
  top: 64%;
}

.left-connct.seven {
  top: 91%;
}

.right-connct {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #1d4a96;
  position: absolute;
  right: -16px;
  transform: translateX(-50%);
  top: 21.5%;
  left: inherit;
}

.right-connct.fourth {
  top: 48.5%;
  display: block;
}

.right-connct.sixth {
  top: 75.55%;
}

.process-card-lst.card-lst-rt {
  margin-top: 80px;
}

.procs-card {
  padding: 20px 20px;
  box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
  position: relative;
  margin-bottom: 40px;
  border-radius: 8px;
  position: relative;
  background: #fff;
  min-height: 150px;
}

.process-icon-left.icon-rt {
  right: -5px;
  left: inherit;
}

.process-card-lst.card-lst-rt .pro-crd-num {
  left: -35px;
}

.process-card-lst.card-lst-rt p,
.process-card-lst.card-lst-rt h4 {
  padding-left: 30px;
}

.procs-card h4 {
  margin-top: 0;
  font-size: 24px;
  font-weight: 600;
  color: #072351;
}

.procs-card p {
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 0;
  text-align: left;
}

.pro-crd-num img {
  width: 60%;
}

.process-card-lst.car-lst-lft {
  position: relative;
  z-index: 9;
}

/***Process Section End***/



/***About Section Start***/

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

.tj-sec-heading .sec-title {
  margin-bottom: 30px;
}

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

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

.tj-about-section .table-responsive td {
  vertical-align: top;
}

.abt-lft-img img {
  width: 100%;
}

/***About Section End***/

.icon_panel {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.icon_panel .tech__icon figure {
  background: #fff;
  border-radius: 15px;
  width: 80px;
  height: 80px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 35px rgba(199, 199, 199, 0.7);
}

.tech__icon span {
  padding-top: 15px;
  text-align: center;
  display: block;
}

.tech__icon {
  margin: 8px;
}

.tech-tab-content p {
  font-size: 15px;
  margin-bottom: 50px;
}

.visit-btn {
  border: 1px solid #fff;
  color: #000;
  border-radius: 8px;
  height: 50px;
  display: inline-block;
  padding: 0 15px;
  line-height: 50px;
  font-weight: 600;
  margin-top: 1px;
  background: #fff;
  font-size: 15px;
}

.visit-btn:hover {
  background: transparent;
  color: #fff;
}