/*----------------------------------------*/
/* 01. THEME DEFAULT CSS START
/*----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
:root {
  /*@font family declaration*/
  --it-ff-body: 'Poppins', sans-serif;
  --it-ff-heading: 'Poppins', sans-serif;
  --it-ff-fontawesome: Font Awesome 6 Pro;
  /*@color declaration*/
  --it-common-white: #fff;
  --it-common-black: #143230;
  --it-text-body: #5F6168;
  --it-theme-1: #746FFF;
  --it-gray-1: #5F6168;
  --it-border-1: #ebecf0;
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1700px;
  }
  .container-1320 {
    max-width: 1320px;
  }
}
/*---------------------------------
	typography css start 
---------------------------------*/
body {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  overflow-x: hidden;
  color: var(--it-text-body);
  font-family: var(--it-ff-body);
}

body, html {
  overflow-x: hidden;
}

a {
  text-decoration: none;
  transition: 0.3s;
}

.row {
  margin-right: 0;
  margin-left: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--it-ff-heading);
  color: var(--it-common-black);
  margin-top: 0px;
  font-weight: 700;
  line-height: 1.1;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

img {
  max-width: 100%;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

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

p {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: var(--it-text-body);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  p {
    font-size: 17px;
  }
  p br {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  p {
    font-size: 16px;
  }
  p br {
    display: none;
  }
}
@media (max-width: 767px) {
  p {
    font-size: 16px;
  }
  p br {
    display: none;
  }
}

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

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

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

.z-index-4 {
  position: relative;
  z-index: 4;
}

.z-index-5 {
  position: relative;
  z-index: 5;
}

.z-index-6 {
  position: relative;
  z-index: 6;
}

.z-index-7 {
  position: relative;
  z-index: 7;
}

.z-index-8 {
  position: relative;
  z-index: 8;
}

.z-index-9 {
  position: relative;
  z-index: 9;
}

.z-index-10 {
  position: relative;
  z-index: 10;
}

a,
.btn,
button,
input,
select,
textarea,
li,
img,
.transition-3,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a:focus,
.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 {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

input {
  height: 60px;
  width: 100%;
  border: none;
  outline: none;
  padding: 0 30px;
  line-height: 60px;
  color: var(--it-common-black);
}
input::-webkit-input-placeholder {
  color: #757a7b;
}
input:-moz-placeholder {
  color: #757a7b;
}
input::-moz-placeholder {
  color: #757a7b;
}
input:-ms-input-placeholder {
  color: #757a7b;
}

textarea {
  outline: none;
  color: var(--it-common-black);
  width: 100%;
  padding: 0 30px;
  border: none;
}
textarea::-webkit-input-placeholder {
  color: #757a7b;
}
textarea:-moz-placeholder {
  color: #757a7b;
}
textarea::-moz-placeholder {
  color: #757a7b;
}
textarea:-ms-input-placeholder {
  color: #757a7b;
}

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

*::-moz-selection {
  background: var(--it-common-black);
  color: var(--it-common-white);
  text-shadow: none;
}

::-moz-selection {
  background: var(--it-common-black);
  color: var(--it-common-white);
  text-shadow: none;
}

::selection {
  background: var(--it-common-black);
  color: var(--it-common-white);
  text-shadow: none;
}

*::-moz-placeholder {
  color: var(--it-common-black);
  font-size: var(--it-fz-body);
  opacity: 1;
}

*::placeholder {
  color: var(--it-common-black);
  font-size: var(--it-fz-body);
  opacity: 1;
}

/*---------------------------------
    common classes css start 
---------------------------------*/
.w-100 img {
  width: 100%;
}

.fix {
  overflow: hidden;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

.it-btn {
  font-weight: 500;
  font-size: 17px;
  border-radius: 10000px;
  padding: 19px 40px;
  line-height: 1;
  transition: all 0.3s;
  display: inline-block;
  color: var(--it-common-black);
  text-align: center;
  background-image: none;
  background-size: 300% 100%;
  background-position: 0% 100%;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  background-image: linear-gradient(90deg, #0bcf77, #69d619, #69d619, #0bcf77);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-btn {
    padding: 19px 30px;
    font-size: 14px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .it-btn {
    font-size: 14px;
    padding: 14px 26px;
  }
}
@media (max-width: 767px) {
  .it-btn {
    font-size: 14px;
    padding: 14px 15px;
  }
}
.it-btn i, .it-btn svg {
  margin-right: 7px;
  transform: translateY(-1px);
  color: var(--it-common-black);
  transition: all 0.3s;
}
.it-btn:hover {
  color: var(--it-common-black);
  background-position: 100% 100%;
}
.it-btn-border {
  font-weight: 500;
  font-size: 17px;
  line-height: 1;
  border-radius: 10000px;
  padding: 19px 40px;
  transition: all 0.3s;
  display: inline-block;
  color: var(--it-common-black);
  border: 1.5px solid var(--it-common-black);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-btn-border {
    padding: 19px 30px;
    font-size: 14px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-btn-border {
    font-size: 14px;
    padding: 14px 26px;
  }
}
.it-btn-border.white-border {
  color: var(--it-common-white);
  border-color: var(--it-common-white);
}
.it-btn-border.white-border:hover {
  color: var(--it-common-black);
  background-color: var(--it-common-white);
}
.it-btn-border:hover {
  color: var(--it-common-white);
  background-color: var(--it-common-black);
}
.it-btn-sm {
  font-weight: 600;
  font-size: 16px;
  padding: 14px 25px;
  position: relative;
  transition: 0.3s;
  margin: 5px;
  border-radius: 30px;
  text-transform: capitalize;
  color: var(--it-common-black);
  background-color: var(--it-common-white);
  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0, rgba(27, 31, 35, 0.15) 0 0 0 1px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-btn-sm {
    font-size: 14px;
    padding: 10px 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-btn-sm {
    font-size: 14px;
    padding: 10px 20px;
  }
}
.it-btn-sm.blue-bg {
  color: var(--it-common-white);
  background-color: var(--it-theme-1);
}
.it-btn-sm:hover {
  color: var(--it-common-white);
  background-color: var(--it-common-black);
}

@keyframes rotate2 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/*--- preloader ---*/
.dark #preloader {
  background-color: var(--it-theme-1);
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f7f7f7;
  z-index: 999999;
}

.preloader {
  width: 50px;
  height: 50px;
  display: inline-block;
  padding: 0px;
  text-align: left;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
}

.preloader span {
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: var(--it-theme-1);
  -webkit-animation: preloader 1.3s linear infinite;
  animation: preloader 1.3s linear infinite;
}

.preloader span:last-child {
  animation-delay: -0.9s;
  -webkit-animation-delay: -0.9s;
}

@keyframes preloader {
  0% {
    transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
@-webkit-keyframes preloader {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
  }
}
/*--- end of preloader ---*/
.scroll-top {
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: fixed;
  bottom: -10%;
  right: 50px;
  font-size: 16px;
  z-index: 9;
  text-align: center;
  border-radius: 50%;
  color: var(--it-common-white);
  cursor: pointer;
  background: var(--it-theme-1);
  transition: 1s ease;
  border: none;
}

.scroll-top.open {
  bottom: 80px;
}

/*---------------------------------------*/
/*Background color
/*-----------------------------------------*/
.black-bg {
  background: var(--it-common-black);
}

.theme-bg {
  background: var(--it-theme-1);
}

.blue-bg {
  background: var(--it-common-blue);
}

.gray-bg {
  background: var(--it-gray-1);
}

.it-custom-accordion {
  margin-left: 147px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-custom-accordion {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-custom-accordion {
    margin-left: 0;
    margin-top: 70px;
  }
}
.it-custom-accordion .accordion-items {
  margin-bottom: 10px;
  border-radius: 5px;
  border: 1px solid #EBECF0;
}
.it-custom-accordion .accordion-buttons {
  position: relative;
  background-color: #fff;
  font-weight: 600;
  font-size: 24px;
  text-align: left;
  padding: 30px;
  width: 100%;
  padding-right: 70px;
}
.it-custom-accordion .accordion-buttons i {
  position: absolute;
  left: 20px;
  top: 24%;
  font-style: normal;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-custom-accordion .accordion-buttons {
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-custom-accordion .accordion-buttons {
    font-size: 20px;
    padding: 20px 30px;
  }
  .it-custom-accordion .accordion-buttons br {
    display: none;
  }
}
@media (max-width: 767px) {
  .it-custom-accordion .accordion-buttons {
    font-size: 18px;
    padding: 20px 20px;
    padding-right: 55px;
  }
  .it-custom-accordion .accordion-buttons br {
    display: none;
  }
}
.it-custom-accordion .accordion-buttons::after {
  position: absolute;
  content: "\f068";
  font-family: "Font Awesome 6 Pro";
  top: 0;
  bottom: 0;
  right: 25px;
  font-weight: 300;
  font-size: 16px;
  height: 26px;
  line-height: 25px;
  border: 1px solid #C0C2C8;
  text-align: center;
  width: 26px;
  border-radius: 50%;
  margin: auto;
}
@media (max-width: 767px) {
  .it-custom-accordion .accordion-buttons::after {
    font-size: 14px;
  }
}
.it-custom-accordion .accordion-buttons::after:not(.collapsed) {
  color: var(--it-common-white);
}
.it-custom-accordion .accordion-buttons.collapsed::after {
  content: "+";
}
.it-custom-accordion.collapsed {
  position: relative;
  z-index: 99;
}
.it-custom-accordion .accordion-body {
  padding: 25px 30px;
  padding-top: 0;
  position: relative;
  z-index: 1;
}
.it-custom-accordion .accordion-body p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: #4B4B4B;
  margin-right: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-custom-accordion .accordion-body p {
    font-size: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-custom-accordion .accordion-body p {
    font-size: 14px;
    margin-right: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-custom-accordion .accordion-body p {
    font-size: 15px;
  }
}

/*----------------------------------------*/
/*  SEARCH CSS START
/*----------------------------------------*/
.it-section-title {
  font-weight: 700;
  font-size: 55px;
  line-height: 1.1;
  color: var(--it-common-black);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .it-section-title {
    font-size: 45px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-section-title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-section-title {
    font-size: 40px;
  }
  .it-section-title br {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .it-section-title {
    font-size: 42px;
  }
  .it-section-title br {
    display: none;
  }
}
@media (max-width: 767px) {
  .it-section-title {
    font-size: 30px;
  }
  .it-section-title br {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-section-title {
    font-size: 40px;
  }
}
.it-section-title span {
  color: var(--it-theme-1);
}
.it-section-title.fs-50 {
  font-size: 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-section-title.fs-50 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-section-title.fs-50 {
    font-size: 40px;
  }
  .it-section-title.fs-50 br {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .it-section-title.fs-50 {
    font-size: 42px;
  }
  .it-section-title.fs-50 br {
    display: none;
  }
}
@media (max-width: 767px) {
  .it-section-title.fs-50 {
    font-size: 30px;
  }
  .it-section-title.fs-50 br {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-section-title.fs-50 {
    font-size: 40px;
  }
}

/*----------------------------------------*/
/*  header css start
/*----------------------------------------*/
.header-transparent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 22;
}

.it-header-menu nav ul {
  border-radius: 10000px;
  display: inline-block;
  padding: 0 30px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.5);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-header-menu nav ul {
    padding: 0 20px;
    margin-left: 30px;
  }
}
.it-header-menu nav ul li {
  list-style-type: none;
  display: inline-block;
  margin: 0px 25px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-header-menu nav ul li {
    margin: 0 15px;
  }
}
.it-header-menu nav ul li a {
  padding: 20px 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  display: inline-block;
  color: var(--it-common-black);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-header-menu nav ul li a {
    font-size: 15px;
  }
}

/*----------------------------------------*/
/*  hero css start
/*----------------------------------------*/
.it-hero-bg {
  padding-top: 260px;
  padding-bottom: 160px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .it-hero-bg {
    padding-top: 220px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-hero-bg {
    padding-top: 180px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-hero-bg {
    padding-top: 180px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .it-hero-bg {
    padding-top: 200px;
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .it-hero-bg {
    padding-top: 170px;
    padding-bottom: 70px;
  }
}
.it-hero-ball {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-top: -70px;
  z-index: -1;
}
.it-hero-title {
  font-weight: 600;
  font-size: 85px;
  line-height: 1;
  margin-bottom: 25px;
  letter-spacing: -0.03em;
  color: var(--it-common-black);
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .it-hero-title {
    font-size: 80px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .it-hero-title {
    font-size: 70px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-hero-title {
    font-size: 45px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-hero-title {
    font-size: 75px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .it-hero-title {
    font-size: 65px;
  }
}
@media (max-width: 767px) {
  .it-hero-title {
    font-size: 55px;
  }
}
.it-hero-title span {
  background: linear-gradient(90deg, #0bcf77 0%, #69d619 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.it-hero-content p {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  color: #5F6168;
  max-width: 670px;
  margin: 0 auto;
  margin-bottom: 45px;
  letter-spacing: -0.03em;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .it-hero-content p {
    font-size: 18px;
  }
}
@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), (max-width: 767px) {
  .it-hero-content p {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-hero-category > div {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-hero-category > div div {
    margin-left: 0;
    margin-right: 0;
  }
}
.it-hero-category svg {
  width: 100%;
}
.it-hero-category-name {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  font-weight: 500;
  font-size: 25px;
  line-height: 1;
  transform: translateY(-50%);
  color: var(--it-common-black);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .it-hero-category-name {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-hero-category-name {
    font-size: 15px;
  }
}

/*----------------------------------------*/
/*  demo css start
/*----------------------------------------*/
.it-demo-title {
  font-weight: 500;
  font-size: 22px;
  line-height: 1;
}
@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), (max-width: 767px) {
  .it-demo-title {
    font-size: 18px;
  }
}
.it-demo-title a:hover {
  color: var(--it-theme-1);
}
.it-demo-title-box p {
  max-width: 705px;
  margin: 0 auto;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.03em;
}
.it-demo-title-box p.custom-width {
  max-width: 850px;
}
.it-demo-thumb {
  margin-bottom: 35px;
  overflow: hidden;
  border-radius: 10px;
}
.it-demo-thumb::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(1, 15, 28, 0.3);
  visibility: hidden;
  opacity: 0;
  border-radius: 10px;
  transition: 0.3s;
}
.it-demo-thumb img {
  transition: 0.9s;
  border-radius: 10px;
}
.it-demo-info {
  margin-top: -19px;
}
.it-demo-info-wrap {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.it-demo-info span {
  padding: 5px 20px;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.6;
  border-radius: 30px;
  display: inline-block;
  background-color: #746FFF;
}
.it-demo-info span i {
  text-decoration: underline;
}
.it-demo-btn {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  opacity: 0;
  margin: 0 auto;
  visibility: hidden;
  text-align: center;
  transition: 0.4s;
  z-index: 22;
  transform: translateY(-40%);
}
.it-demo-item:hover .it-demo-thumb img {
  transform: scale(1.1);
}
.it-demo-item:hover .it-demo-thumb::after {
  opacity: 1;
  visibility: visible;
}
.it-demo-item:hover .it-demo-btn {
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  visibility: visible;
}

.it-element-ptb {
  padding-top: 200px;
  padding-bottom: 130px;
}
.it-element-content p {
  color: #fff;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .it-element-content p br {
    display: none;
  }
}
.it-element-content p span {
  color: var(--it-theme-1);
}
.it-element-big-text {
  position: absolute;
  top: -55%;
  left: 0;
  right: 0;
  z-index: -1;
  margin: 0 auto;
  font-weight: 700;
  font-size: 250px;
  line-height: 1;
  letter-spacing: -0.03em;
  background: linear-gradient(180deg, rgba(105, 214, 25, 0.5) 0%, rgba(105, 214, 25, 0) 100%);
  background-clip: border-box;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.it-element-slider-item {
  direction: ltr;
  gap: 10px;
  height: 66px;
  padding: 0px 40px;
  line-height: 66px;
  border-radius: 10px;
  background-color: #2A2A2A;
}
.it-element-slider-item span {
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  color: #9c9ea5;
}
.it-element-slider-active .swiper-slide {
  width: auto;
}
.it-element-slider-active .slider-transtion {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

@media (max-width: 767px) {
  .it-header-demo-area {
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-header-demo-content {
    margin-top: 50px;
  }
}
.it-header-demo-content p {
  margin-right: 200px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), (max-width: 767px) {
  .it-header-demo-content p {
    margin-right: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-header-demo-thumb {
    margin-top: 50px;
  }
}
.it-header-demo-thumb img {
  width: 100%;
  border-radius: 20px;
}

.it-responsive-icon {
  margin-bottom: 30px;
}
.it-responsive-icon img {
  height: 79px;
}
@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), (max-width: 767px) {
  .it-responsive-icon img {
    height: 60px;
  }
}
.it-responsive-content span {
  font-weight: 500;
  font-size: 30px;
  color: #000;
  display: block;
  margin-bottom: 4px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-responsive-content span {
    font-size: 20px;
  }
}
.it-responsive-content p {
  font-weight: 400;
  font-size: 16px;
  color: #686868;
  text-transform: capitalize;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-responsive-content p {
    font-size: 14px;
  }
}
.it-responsive-device-border::after {
  content: "";
  position: absolute;
  top: 0;
  right: -7%;
  width: 1px;
  height: 100%;
  background: #D9D9D9;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-responsive-device-border::after {
    display: none;
  }
}
.it-responsive-mockup-2 {
  position: absolute;
  top: 23%;
  left: 18%;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .it-responsive-mockup-2 {
    left: 10%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-responsive-mockup-2 {
    left: 6%;
  }
}
.it-responsive-mockup-3 {
  position: absolute;
  top: 23%;
  right: 13%;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .it-responsive-mockup-3 {
    right: 5%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-responsive-mockup-3 {
    right: 1%;
  }
}

.it-sb-area {
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-sb-area {
    border: none;
  }
}
.it-sb-slider-title {
  font-weight: 400;
  font-size: 20px;
  color: #007aff;
}
.it-sb-slider-wrap {
  padding: 65px 40px 90px 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-sb-slider-wrap {
    padding: 80px 25px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .it-sb-slider-wrap {
    padding: 50px 25px;
  }
}
@media (max-width: 767px) {
  .it-sb-slider-wrap {
    padding: 20px 0px;
  }
}
.it-sb-slider-wrap .swiper-container {
  border: 1px solid #DEDEDE;
}
.it-sb-slider-box {
  transform: translateX(22px);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .it-sb-slider-box {
    margin-top: 70px;
    transform: translateX(0);
    border: 1px solid #D9D9D9;
  }
}
@media (max-width: 767px) {
  .it-sb-slider-box {
    margin-top: 40px;
    transform: translateX(0);
    border: none;
  }
}
.it-sb-border {
  border-left: 1px solid #D9D9D9;
  border-right: 1px solid #D9D9D9;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .it-sb-border {
    border-right: 1px solid #D9D9D9;
    border-left: none;
  }
}
@media (max-width: 767px) {
  .it-sb-border {
    border: none;
  }
}

.it-inner-thumb {
  position: relative;
}
.it-inner-thumb::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  height: 100%;
  width: 100%;
  display: inline-block;
  background: rgba(1, 16, 61, 0.4);
}
.it-inner-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 22;
  margin: 0 auto;
  height: 100%;
  max-width: 800px;
  text-align: center;
  padding-top: 200px;
}
.it-inner-content span {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
  display: inline-block;
  color: var(--it-common-white);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-gsap-area {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-gsap-thumb {
    margin-right: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-gsap-thumb {
    margin-right: 0;
    margin-top: 50px;
  }
}
.it-gsap-thumb img {
  border-radius: 20px;
  border: 7px solid var(--it-theme-1);
}
.it-gsap-list ul li {
  font-weight: 500;
  font-size: 20px;
  color: var(--it-common-black);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-gsap-list ul li {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .it-gsap-list ul li {
    font-size: 16px;
  }
}
.it-gsap-list ul li i {
  margin-right: 8px;
}
.it-gsap-list ul li:not(:last-child) {
  margin-bottom: 12px;
}
@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), (max-width: 767px) {
  .it-gsap-content-wrap {
    margin-left: 0;
  }
}

.it-footer-bg {
  padding-top: 120px;
  padding-left: 70px;
  padding-bottom: 120px;
  border-radius: 30px;
  overflow: hidden;
  border: 5px solid #69D619;
  background-color: #01103D;
}
@media (max-width: 767px) {
  .it-footer-bg {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 0;
  }
}
.it-footer-content p {
  font-weight: 400;
  font-size: 25px;
  line-height: 1.3;
  letter-spacing: -0.03em;
  background: linear-gradient(90deg, #0bcf77 0%, #69d619 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-footer-content p {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .it-footer-content p {
    font-size: 16px;
  }
  .it-footer-content p br {
    display: none;
  }
}
.it-footer-shape-1 {
  position: absolute;
  top: 0;
  right: -3%;
}
.it-footer-bottom {
  margin-top: -260px;
  height: 425px;
  width: 100%;
  display: inline-block;
  background-color: #01103D;
}
.it-footer-area {
  line-height: 0;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .it-faq-content p br {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */
