@charset "UTF-8";

:root {
  /**
  @font family declaration
  */
  --it-ff-body: 'DM Sans', serif;
  --it-ff-heading: 'Montserrat', sans-serif;
  --it-ff-manrope: 'Manrope', sans-serif;
  --it-ff-poppins: 'Poppins', sans-serif;
  --it-ff-fontawesome: Font Awesome 6 Pro;
  /**
  @color declaration
  */
  --it-common-white: #ffffff;
  --it-common-black: #0C121D;
  --it-heading-primary: #0C121D;
  --it-gray-1: #F3F3F3;
  --it-gray-2: #F4F4F4;
  --it-gray-3: #F2F8F5;
  --it-text-body: #797979;
  --it-theme-1: #de0e3f;
}

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

body,
html {
  overflow-x: hidden;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--it-ff-heading);
  color: var(--it-common-black);
  font-weight: 600;
  line-height: 1.21;
  -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%;
}

h4 {
  font-size: 34px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  h4 {
    font-size: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

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

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: var(--it-text-body);
  font-family: var(--it-ff-body);
}

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

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: 55px;
  width: 100%;
  border: none;
  outline: none;
  padding: 0 25px;
  line-height: 50px;
  font-size: 16px;
  color: var(--it-common-black);
  background-color: #F6F7F9;
  text-transform: capitalize;
}
input::-webkit-input-placeholder {
  color: #797979;
  text-transform: capitalize;
}
input:-moz-placeholder {
  color: #797979;
  text-transform: capitalize;
}
input::-moz-placeholder {
  color: #797979;
  text-transform: capitalize;
}
input:-ms-input-placeholder {
  color: #797979;
  text-transform: capitalize;
}
input:focus {
  border-color: var(--it-theme-1);
}

textarea {
  outline: none;
  width: 100%;
  padding: 20px 25px;
  border: none;
  height: 200px;
  resize: none;
  color: var(--it-common-black);
  background-color: #F6F7F9;
  text-transform: capitalize;
}
textarea::-webkit-input-placeholder {
  color: #797979;
  text-transform: capitalize;
}
textarea:-moz-placeholder {
  color: #797979;
  text-transform: capitalize;
}
textarea::-moz-placeholder {
  color: #797979;
  text-transform: capitalize;
}
textarea:-ms-input-placeholder {
  color: #797979;
  text-transform: capitalize;
}
textarea:focus {
  border-color: var(--it-theme-1);
}

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-theme-1);
  color: var(--itt-common-white);
  text-shadow: none;
}

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

::selection {
  background: var(--it-theme-1);
  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 
---------------------------------*/
.fix {
  overflow: hidden;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

.gx-10 {
  --bs-gutter-x: 10px;
}

.gx-15 {
  --bs-gutter-x: 15px;
}

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

.gx-25 {
  --bs-gutter-x: 25px;
}

.gx-35 {
  --bs-gutter-x: 35px;
}

.gx-40 {
  --bs-gutter-x: 40px;
}

.border-radius-10 {
  border-radius: 10px;
}
.border-radius-10 img {
  border-radius: 10px;
}

.border-radius-20 {
  border-radius: 20px;
}
.border-radius-20 img {
  border-radius: 20px;
}

.border-radius-30 {
  border-radius: 30px;
}
.border-radius-30 img {
  border-radius: 30px;
}

.border-line {
  display: inline;
  background-repeat: no-repeat;
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  transition: background-size 0.3s linear;
  background-image: linear-gradient(currentcolor, currentcolor), linear-gradient(currentcolor, currentcolor);
}
.border-line:hover {
  background-size: 0% 1px, 100% 1px;
}

.title-hover {
  transition: all 0.3s;
}
.title-hover:hover {
  color: var(--it-theme-1);
}

.zoom .img-zoom {
  overflow: hidden;
}
.zoom .img-zoom img {
  transition: 1.3s all ease;
}
.zoom:hover .img-zoom img {
  transform: scale(1.15) rotate(2deg);
}

.slider-transtion {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.shine-effect {
  position: relative;
}
.shine-effect::before {
  background: rgba(255, 255, 255, 0.3);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  right: 51%;
  top: 0;
  opacity: 1;
  pointer-events: none;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}
.shine-effect:hover::before {
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

.shine-effect-2 {
  position: relative;
}
.shine-effect-2::before {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  opacity: 1;
  pointer-events: none;
}
.shine-effect-2:hover::before {
  height: 100%;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

.img-style {
  overflow: hidden;
}
.img-style img {
  width: 100%;
  transform: scale(1.04) translateX(-1%);
  transition: transform 0.6s cubic-bezier(0.65, 0, 0.35, 1);
}
.img-style:hover img {
  transform: scale(1.04) translateX(1%);
}

.img-zoom-style {
  overflow: hidden;
}
.img-zoom-style img {
  transition: transform 0.6s cubic-bezier(0.65, 0, 0.35, 1);
}
.img-zoom-style:hover img {
  transform: scale(1.04);
}

.it-reveal-line {
  overflow: hidden;
}

/*--
    - Spacing
-----------------------------------------*/
.it-btn-theme {
  line-height: 1;
  font-size: 16px;
  padding: 19.5px 32px;
  font-weight: 500;
  text-align: center;
  transition: 0.4s;
  border-radius: 5px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--it-common-white);
  background-color: var(--it-theme-1);
  font-family: var(--it-ff-heading);
}
@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-theme {
    font-size: 14px;
    padding: 17px 25px;
  }
}
.it-btn-theme span {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-block;
}
.it-btn-theme span span.text-1 {
  position: relative;
  display: block;
  transition: 0.3s;
}
.it-btn-theme span span.text-2 {
  position: absolute;
  top: 100%;
  display: block;
  transition: 0.3s;
}
.it-btn-theme i {
  position: relative;
  overflow: hidden;
  width: 14px;
  height: 14px;
  display: inline-flex;
  margin-left: 10px;
}
.it-btn-theme i svg {
  transform: translateY(-1px);
  position: absolute;
  bottom: -1px;
  left: 1px;
  transition: all 0.2s ease-out;
}
.it-btn-theme i svg:last-child {
  left: -12px;
  bottom: -12px;
  transform: translate(0, 0);
  opacity: 0;
}
.it-btn-theme:hover {
  color: var(--it-common-white);
}
.it-btn-theme:hover span span.text-1 {
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%);
}
.it-btn-theme:hover span span.text-2 {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.it-btn-theme:hover i svg:first-child {
  transform: translate(16px, -16px);
}
.it-btn-theme:hover i svg:last-child {
  opacity: 1;
  visibility: visible;
  transform: translate(13px, -12px);
}
.it-btn-theme.error-btn i {
  margin-left: 0;
  margin-right: 10px;
}
.it-btn-theme.white-bg span {
  color: var(--it-common-black);
}
.it-btn-theme.white-bg span svg {
  color: var(--it-common-black);
}
.it-btn-border {
  line-height: 1;
  padding: 19.5px 30px;
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  transition: 0.4s;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--it-common-white);
  border: 1px solid 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-btn-border {
    font-size: 14px;
    padding: 17px 25px;
  }
}
.it-btn-border span {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-block;
}
.it-btn-border span span.text-1 {
  position: relative;
  display: block;
  transition: 0.3s;
}
.it-btn-border span span.text-2 {
  position: absolute;
  top: 100%;
  display: block;
  transition: 0.3s;
}
.it-btn-border i {
  position: relative;
  overflow: hidden;
  width: 14px;
  height: 14px;
  display: inline-flex;
  margin-left: 10px;
}
.it-btn-border i svg {
  transform: translateY(-1px);
  position: absolute;
  bottom: -1px;
  left: 1px;
  transition: all 0.2s ease-out;
}
.it-btn-border i svg:last-child {
  left: -12px;
  bottom: -12px;
  transform: translate(0, 0);
  opacity: 0;
}
.it-btn-border:hover {
  color: var(--it-common-white);
}
.it-btn-border:hover span span.text-1 {
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%);
}
.it-btn-border:hover span span.text-2 {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.it-btn-border:hover i svg:first-child {
  transform: translate(16px, -16px);
}
.it-btn-border:hover i svg:last-child {
  opacity: 1;
  visibility: visible;
  transform: translate(13px, -12px);
}
.it-btn-sm {
  font-size: 16px;
  padding: 10.5px 5px;
  font-weight: 500;
  text-align: center;
  transition: 0.4s;
  border-radius: 5px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--it-theme-1);
  font-family: var(--it-ff-heading);
}
@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-btn-sm {
    font-size: 14px;
  }
}
.it-btn-sm span {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-block;
}
.it-btn-sm span span {
  color: var(--it-common-white);
}
.it-btn-sm span span.text-1 {
  position: relative;
  display: block;
  transition: 0.3s;
}
.it-btn-sm span span.text-2 {
  position: absolute;
  top: 100%;
  display: block;
  transition: 0.3s;
}
.it-btn-sm i {
  position: relative;
  overflow: hidden;
  width: 14px;
  height: 14px;
  display: inline-flex;
  margin-left: 10px;
}
.it-btn-sm i svg {
  transform: translateY(-1px);
  position: absolute;
  bottom: -1px;
  left: 1px;
  transition: all 0.2s ease-out;
}
.it-btn-sm i svg:last-child {
  left: -12px;
  bottom: -12px;
  transform: translate(0, 0);
  opacity: 0;
}
.it-btn-sm:hover {
  color: var(--it-common-white);
}
.it-btn-sm:hover span span.text-1 {
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%);
}
.it-btn-sm:hover span span.text-2 {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.it-btn-sm:hover i svg:first-child {
  transform: translate(16px, -16px);
}
.it-btn-sm:hover i svg:last-child {
  opacity: 1;
  visibility: visible;
  transform: translate(13px, -12px);
}

@-moz-keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@-ms-keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@-webkit-keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@keyframes itswing {
  0% {
    -webkit-transform: rotate(4deg);
    -moz-transform: rotate(4deg);
    -ms-transform: rotate(4deg);
    -o-transform: rotate(4deg);
    transform: rotate(4deg);
  }
  100% {
    -webkit-transform: rotate(-4deg);
    -moz-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    -o-transform: rotate(-4deg);
    transform: rotate(-4deg);
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@keyframes animate-pulse-theme {
  0% {
    box-shadow: 0 0 0 0 rgba(45, 196, 88, 0.8), 0 0 0 0 rgba(45, 196, 88, 0.8);
  }
  40% {
    box-shadow: 0 0 0 50px rgba(9, 18, 22, 0), 0 0 0 0 rgba(45, 196, 88, 0.8);
  }
  80% {
    box-shadow: 0 0 0 50px rgba(9, 18, 22, 0), 0 0 0 30px rgba(45, 196, 88, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(9, 18, 22, 0), 0 0 0 30px rgba(45, 196, 88, 0);
  }
}
.pulse-theme {
  animation: animate-pulse-theme 3s linear infinite;
}

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

.img-anim-top {
  animation: img-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

.img-anim-bottom {
  animation: img-anim-bottom 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

.img-anim-left {
  animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes animate-pulse2 {
  0% {
    box-shadow: 0 0 0 0 rgba(45, 196, 88, 0), 0 0 0 0 rgba(45, 196, 88, 0.8);
  }
  40% {
    box-shadow: 0 0 0 50px rgba(45, 196, 88, 0), 0 0 0 0 rgba(45, 196, 88, 0.8);
  }
  80% {
    box-shadow: 0 0 0 50px rgba(45, 196, 88, 0), 0 0 0 30px rgba(45, 196, 88, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(45, 196, 88, 0), 0 0 0 30px rgba(45, 196, 88, 0);
  }
}
.pulse2 {
  animation: animate-puls2 3s linear infinite;
}

@keyframes animate-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(var(--pulse-color), 0.7), 0 0 0 0 rgba(var(--pulse-color), 0.7);
  }
  40% {
    box-shadow: 0 0 0 28px rgba(var(--pulse-color), 0), 0 0 0 0 rgba(var(--pulse-color), 0.7);
  }
  80% {
    box-shadow: 0 0 0 28px rgba(var(--pulse-color), 0), 0 0 0 15px rgba(var(--pulse-color), 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(var(--pulse-color), 0), 0 0 0 15px rgba(var(--pulse-color), 0);
  }
}
.pulse {
  animation: animate-pulse 3s linear infinite;
}

@keyframes animationglob {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes translateX {
  0% {
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  100% {
    -webkit-transform: translatXY(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@keyframes translateY {
  0% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translatXY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.85, 0.85, 0.85);
    transform: scale3d(0.85, 0.85, 0.85);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

/*--- preloader ---*/

#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
/*-----------------------------------------*/
.theme-bg {
  background: var(--it-theme-1);
}

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

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

.gray-bg3 {
  background: var(--it-gray-3);
}

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

.body-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: rgba(24, 24, 24, 0.8);
  visibility: hidden;
  opacity: 0;
  transition: 0.45s ease-in-out;
}
.body-overlay.apply {
  opacity: 1;
  visibility: visible;
}
.body-overlay:hover {
  cursor: url(../img/cross-out.html), pointer;
}

.it-instagram img {
  width: 100%;
}

.itoffcanvas {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  right: -100%;
  width: 480px;
  bottom: 0;
  box-shadow: 0 16px -32px 0 rgba(0, 0, 0, 0.8);
  background-color: #000;
  z-index: 9999;
  padding: 50px;
  scrollbar-width: none;
  opacity: 0;
  visibility: hidden;
  transition: 0.45s ease-in-out;
  overflow-y: scroll;
}
.itoffcanvas.opened {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767px) {
  .itoffcanvas {
    width: 300px;
    padding: 40px 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .itoffcanvas {
    width: 72%;
    padding: 40px;
  }
}
.itoffcanvas.opened {
  right: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-duration: 0.6s;
}
.itoffcanvas__logo {
  margin-bottom: 60px;
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .itoffcanvas__logo {
    padding-top: 0;
  }
}
.itoffcanvas__logo img {
  width: 157px;
  height: 100%;
}
.itoffcanvas__close-btn button {
  font-size: 35px;
  color: white;
  position: absolute;
  right: 50px;
  top: 42px;
  transition: 1s;
  font-weight: 300;
  opacity: 0.2;
  -webkit-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-duration: 0.3s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .itoffcanvas__close-btn button {
    font-size: 28px;
    right: 48px;
    top: 52px;
  }
}
@media (max-width: 767px) {
  .itoffcanvas__close-btn button {
    font-size: 28px;
    right: 39px;
    top: 38px;
  }
}
.itoffcanvas__close-btn button:hover {
  color: #fff;
  opacity: 1;
}
.itoffcanvas__content {
  margin-bottom: 30px;
}
.itoffcanvas__content p {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 25px;
}
.itoffcanvas__content span {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
  display: inline-block;
}
.itoffcanvas__content a {
  font-size: 30px;
  line-height: 51px;
  font-weight: 700;
  color: var(--it-common-white);
  display: inline-block;
}
@media (max-width: 767px) {
  .itoffcanvas__content a {
    font-size: 27px;
  }
}
.itoffcanvas__social {
  margin-top: 50px;
}
.itoffcanvas__social .social-icon a {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  background-color: var(--it-theme-1);
  color: var(--it-common-white);
  margin-right: 15px;
  transition: 0.3s;
  display: inline-block;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .itoffcanvas__social .social-icon a {
    margin-right: 3px;
  }
}
.itoffcanvas__social .social-icon a:hover {
  background-color: var(--it-theme-1);
  color: var(--it-common-white);
}
.itoffcanvas__text {
  border-bottom: 1px solid #3b3838;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .itoffcanvas__text {
    display: none;
  }
}
.itoffcanvas__text p {
  color: #ddd;
  font-size: 18px;
}
.itoffcanvas__info {
  border-bottom: 1px solid #3b3838;
  padding-bottom: 30px;
  margin-bottom: 20px;
}
.itoffcanvas__info .offcanva-title {
  color: var(--it-common-white);
  margin: 30px 0 40px 0;
  font-size: 20px;
  font-weight: 600;
}
.itoffcanvas__info-icon a {
  height: 50px;
  width: 50px;
  background-color: var(--it-theme-1);
  color: var(--it-common-white);
  display: inline-block;
  text-align: center;
  line-height: 50px;
  border-radius: 50px;
  font-weight: 400;
  font-size: 21px;
  margin-right: 20px;
}
.itoffcanvas__info-address span {
  display: block;
  color: rgba(255, 255, 255, 0.6392156863);
  font-size: 16px;
  font-weight: 400;
}
.itoffcanvas__info-address a {
  display: block;
  color: var(--it-common-white);
  font-size: 18px;
  font-weight: 600;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .itoffcanvas__info-address a {
    font-size: 16px;
  }
}
.itoffcanvas__info-address a:hover {
  color: var(--it-theme-1);
}
.itoffcanvas .it-homemenu-wrapper {
  padding: 0;
}
.itoffcanvas .home-img-thumb {
  padding: 0px;
  height: 215px;
}
.itoffcanvas .it-menu-mobile .home-img-title, .itoffcanvas .it-category-mobile-menu .home-img-title {
  font-weight: 400;
}
.itoffcanvas .it-megamenu-thumb {
  display: none;
}
.itoffcanvas .it-megamenu-text {
  display: none;
}
.itoffcanvas .it-megamenu-list li a::before {
  display: none;
}
.itoffcanvas .it-megamenu-list li:hover > a {
  padding-left: 0px;
  font-weight: 400;
}
.itoffcanvas .it-megamenu-list li:not(:last-child) {
  margin-bottom: 0;
}
.itoffcanvas .it-menu-mobile ul li > a, .itoffcanvas .it-category-mobile-menu ul li > a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.itoffcanvas .it-megamenu-title {
  font-size: 18px;
  margin-bottom: 15px;
  padding-bottom: 14px;
  margin-right: 65px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  margin-top: 30px;
}

.it-offcanva-bottom-shape {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: -1;
}
.it-offcanva-bottom-shape img {
  width: 100%;
}

.it-section-title {
  font-weight: 600;
  font-size: 48px;
  margin-bottom: 0;
  line-height: 1.1;
  color: var(--it-common-black);
}
.it-section-title span {
  color: var(--it-theme-1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-section-title {
    font-size: 44px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-section-title {
    font-size: 34px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .it-section-title {
    font-size: 40px;
  }
  .it-section-title br {
    display: none;
  }
}
@media (max-width: 767px) {
  .it-section-title {
    font-size: 28px;
  }
  .it-section-title br {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-section-title {
    font-size: 36px;
  }
}
.it-section-title.fz-45 {
  font-size: 45px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-section-title.fz-45 {
    font-size: 39px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-section-title.fz-45 {
    font-size: 34px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .it-section-title.fz-45 {
    font-size: 40px;
  }
  .it-section-title.fz-45 br {
    display: none;
  }
}
@media (max-width: 767px) {
  .it-section-title.fz-45 {
    font-size: 28px;
  }
  .it-section-title.fz-45 br {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-section-title.fz-45 {
    font-size: 36px;
  }
}
.it-section-subtitle {
  font-weight: 600;
  font-size: 14px;
  display: block;
  padding-bottom: 17px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--it-theme-1);
}
.it-section-subtitle::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-right: 5px;
  transform: translateY(-3px);
  background-color: var(--it-theme-1);
}


/*----------------------------------------*/
/*  17. footer css start
/*----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .it-footer-col-1-1 {
    margin-right: 40px;
  }
}
.it-footer-col-1-2 {
  margin-left: 105px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-footer-col-1-2 {
    margin-left: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-footer-col-1-2 {
    margin-left: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .it-footer-col-1-2 {
    margin-left: 40px;
  }
}
@media (max-width: 767px) {
  .it-footer-col-1-2 {
    margin-left: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-footer-col-1-2 {
    margin-left: 30px;
  }
}
.it-footer-col-1-3 {
  margin-left: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-footer-col-1-3 {
    margin-left: -35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-footer-col-1-3 {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .it-footer-col-1-4 {
    margin-left: 40px;
  }
}
@media (max-width: 767px) {
  .it-footer-col-1-4 {
    margin-left: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-footer-col-1-4 {
    margin-left: 30px;
  }
}
.it-footer-col-2-2 {
  margin-left: 120px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-footer-col-2-2 {
    margin-left: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-footer-col-2-2 {
    margin-left: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .it-footer-col-2-2 {
    margin-left: 40px;
  }
}
@media (max-width: 767px) {
  .it-footer-col-2-2 {
    margin-left: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-footer-col-2-2 {
    margin-left: 30px;
  }
}
.it-footer-col-2-3 {
  margin-left: 65px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-footer-col-2-3 {
    margin-left: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-footer-col-2-3 {
    margin-left: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-footer-col-2-3 {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .it-footer-col-2-4 {
    margin-left: 40px;
  }
}
@media (max-width: 767px) {
  .it-footer-col-2-4 {
    margin-left: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-footer-col-2-4 {
    margin-left: 30px;
  }
}
.it-footer-col-3-2 {
  margin-left: 70px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-footer-col-3-2 {
    margin-left: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-footer-col-3-2 {
    margin-left: -20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-footer-col-3-2 {
    margin-left: 0;
  }
}
.it-footer-col-4-2 {
  margin-left: 150px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-footer-col-4-2 {
    margin-left: 85px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-footer-col-4-2 {
    margin-left: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .it-footer-col-4-2 {
    margin-left: 60px;
  }
}
@media (max-width: 767px) {
  .it-footer-col-4-2 {
    margin-left: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-footer-col-4-2 {
    margin-left: 30px;
  }
}
.it-footer-col-4-3 {
  margin-left: 55px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-footer-col-4-3 {
    margin-left: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-footer-col-4-3 {
    margin-left: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-footer-col-4-3 {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .it-footer-col-4-4 {
    margin-left: 60px;
  }
}
@media (max-width: 767px) {
  .it-footer-col-4-4 {
    margin-left: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-footer-col-4-4 {
    margin-left: 30px;
  }
}
.it-footer-widget-title {
  font-weight: 600;
  font-size: 25px;
  line-height: 1.28;
  text-transform: uppercase;
  color: var(--it-common-black);
  margin-bottom: 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), (max-width: 767px) {
  .it-footer-widget-title {
    font-size: 19px;
  }
}
.it-footer-widget-title.fz-24 {
  font-size: 24px;
}
@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-footer-widget-title.fz-24 {
    font-size: 19px;
  }
}
.it-footer-widget-text p {
  line-height: 2;
  margin-bottom: 28px;
  margin-right: -15px;
}
@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-footer-widget-text p {
    font-size: 14px;
    margin-right: 0;
  }
  .it-footer-widget-text p br {
    display: none;
  }
}
.it-footer-widget-menu ul li {
  list-style-type: none;
}
.it-footer-widget-menu ul li:not(:last-child) {
  margin-bottom: 20px;
}
.it-footer-widget-menu ul li a {
  color: var(--it-common-black);
  position: relative;
}
.it-footer-widget-menu ul li a::before {
  content: "";
  height: 1px;
  width: 4px;
  transition: 0.3s;
  display: inline-block;
  transform: translateY(-5px);
  opacity: 0;
  background-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), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-footer-widget-menu ul li a {
    font-size: 14px;
  }
}
.it-footer-widget-menu ul li a:hover {
  color: var(--it-theme-1);
}
.it-footer-widget-menu ul li a:hover::before {
  opacity: 1;
  width: 10px;
  margin-right: 10px;
  background-color: var(--it-theme-1);
}
.it-footer-widget-contact ul li {
  list-style-type: none;
}
.it-footer-widget-contact ul li:not(:last-child) {
  margin-bottom: 10px;
}
@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-footer-widget-contact ul li:not(:last-child) {
    margin-bottom: 15px;
  }
}
.it-footer-widget-contact ul li a, .it-footer-widget-contact ul li span {
  font-weight: 400;
  font-size: 18px;
  position: relative;
  padding-left: 20px;
  line-height: 1.56;
  color: rgba(246, 246, 246, 0.5);
}
.it-footer-widget-contact ul li a::before, .it-footer-widget-contact ul li span::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  height: 10px;
  width: 10px;
  border-radius: 50px;
  transition: 0.3s;
  display: inline-block;
  background-color: var(--it-theme-1);
}
@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-footer-widget-contact ul li a::before, .it-footer-widget-contact ul li span::before {
    top: 5px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-footer-widget-contact ul li a, .it-footer-widget-contact ul li span {
    font-size: 16px;
  }
}
@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-footer-widget-contact ul li a, .it-footer-widget-contact ul li span {
    font-size: 14px;
  }
}
.it-footer-widget-contact ul li a:hover, .it-footer-widget-contact ul li span:hover {
  color: var(--it-theme-1);
}
.it-footer-widget-contact ul li span {
  padding-left: 25px;
}
.it-footer-widget-tel-box {
  position: relative;
  display: flex;
  align-items: center;
}
.it-footer-widget-tel-box a {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.62;
  transition: 0.3s;
  color: var(--it-common-black);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-footer-widget-tel-box a {
    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-footer-widget-tel-box a {
    font-size: 14px;
  }
  .it-footer-widget-tel-box a br {
    display: none;
  }
}
.it-footer-widget-tel-box a:hover {
  color: var(--it-theme-1);
}
.it-footer-widget-tel-box > span {
  width: 40px;
  height: 40px;
  line-height: 38px;
  display: inline-block;
  text-align: center;
  margin-right: 10px;
  flex: 0 0 auto;
  border-radius: 5px;
  background-color: var(--it-theme-1);
}
.it-footer-widget-tel-box > span svg, .it-footer-widget-tel-box > span i {
  color: var(--it-common-white);
}
.it-footer-widget-tel-box.col-1-2 {
  margin-left: 30px;
  position: relative;
}
@media (max-width: 767px) {
  .it-footer-widget-tel-box.col-1-2 {
    margin-left: 0;
  }
}
.it-footer-widget-tel-box.col-1-2::after {
  position: absolute;
  top: 0;
  left: -24%;
  height: 100%;
  width: 1px;
  content: "";
  background: rgba(255, 255, 255, 0.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), (max-width: 767px) {
  .it-footer-widget-tel-box.col-1-2::after {
    display: none;
  }
}
.it-footer-widget-tel-box.col-1-2::before {
  position: absolute;
  top: 0;
  right: 7%;
  height: 100%;
  width: 1px;
  content: "";
  background: rgba(255, 255, 255, 0.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), (max-width: 767px) {
  .it-footer-widget-tel-box.col-1-2::before {
    display: none;
  }
}
.it-footer-widget-tel-box.col-1-3 {
  margin-left: 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-footer-widget-tel-box.col-1-3 {
    margin-left: 0;
  }
}
.it-footer-widget-input-box form.input-wrap {
  width: 300px;
  display: inline-block;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .it-footer-widget-input-box form.input-wrap {
    width: 100%;
  }
}
.it-footer-widget-input-box form input {
  height: 50px;
  line-height: 50px;
  padding-right: 70px;
  padding-left: 25px;
  border-radius: 5px;
  color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0);
  border-color: var(--it-theme-1);
}
.it-footer-widget-input-box form input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-footer-widget-input-box form input {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding-left: 20px;
  }
}
.it-footer-widget-input-box button {
  position: absolute;
  top: 50%;
  right: 0;
  padding: 0;
  height: 100%;
  width: 50px;
  border-radius: 5px;
  color: var(--it-common-white);
  transform: translateY(-50%);
  background: var(--it-theme-1);
}
.it-footer-widget-gallery-wrap {
  display: grid;
  gap: 10px;
  height: auto;
  grid-template-columns: repeat(3, 1fr);
}
@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) {
  .it-footer-widget-gallery-wrap {
    width: auto;
  }
}
.it-footer-style-2 .shape {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.it-footer-style-2 .it-footer-widget-title {
  color: var(--it-common-white);
}
.it-footer-style-2 .it-footer-widget-menu ul li a {
  color: rgba(255, 255, 255, 0.7);
}
.it-footer-style-2 .it-footer-widget-text p {
  color: rgba(255, 255, 255, 0.7);
}
.it-footer-style-2 .it-copyright-wrap {
  padding: 0;
  background-color: transparent;
}
.it-footer-style-2 .it-copyright-area {
  padding: 19px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.it-footer-style-2 .it-copyright-left p {
  color: var(--it-common-white);
}
.it-footer-style-2 .it-copyright-social a {
  color: var(--it-common-white);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.it-footer-style-2 .it-footer-widget-tel-wrap {
  padding: 40px 50px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
@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-footer-style-2 .it-footer-widget-tel-wrap {
    padding: 35px 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-footer-style-2 .it-footer-widget-tel-box {
    margin-bottom: 30px;
  }
}
.it-footer-style-2 .it-footer-widget-tel-box a {
  color: var(--it-common-white);
}
@media (max-width: 767px) {
  .it-footer-style-2 .it-footer-widget-tel-box a {
    font-size: 14px;
  }
}
.it-footer-style-2 .it-footer-widget-tel-box > span {
  width: 70px;
  height: 70px;
  line-height: 65px;
  margin-right: 20px;
  border-radius: 5px;
  background-color: transparent;
  border: 1px solid var(--it-theme-1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .it-footer-style-2 .it-footer-widget-tel-box > span {
    width: 50px;
    height: 50px;
    line-height: 45px;
  }
}
@media (max-width: 767px) {
  .it-footer-style-2 .it-footer-widget-tel-box > span {
    width: 40px;
    height: 40px;
    line-height: 35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .it-footer-style-2 .it-footer-widget-tel-box > span svg {
    width: 22px;
  }
}
@media (max-width: 767px) {
  .it-footer-style-2 .it-footer-widget-tel-box > span svg {
    width: 17px;
  }
}
.it-footer-style-2 .it-footer-widget-tel-box div span {
  display: block;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.5);
}
@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-footer-style-2 .it-footer-widget-tel-box div span {
    font-size: 14px;
    margin-bottom: 3px;
  }
}
.it-footer-style-2 .it-footer-widget-tel-box div a {
  font-size: 18px;
  font-family: var(--if-ff-heading);
}
@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-footer-style-2 .it-footer-widget-tel-box div a {
    font-size: 16px;
  }
}
.it-footer-style-3 .footer-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -2;
  background-size: cover;
  background-repeat: no-repeat;
}
.it-footer-style-3 .it-footer-widget-title {
  color: var(--it-common-white);
}
.it-footer-style-3 .it-footer-widget-menu ul li a {
  color: var(--it-common-white);
}
.it-footer-style-3 .it-footer-widget-text p {
  color: var(--it-common-white);
}
.it-footer-style-3 .it-copyright-wrap {
  padding: 0;
  background-color: transparent;
}
.it-footer-style-3 .it-copyright-area {
  padding: 19px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.it-footer-style-3 .it-copyright-left p {
  color: var(--it-common-white);
}
.it-footer-style-3 .it-copyright-social a {
  color: var(--it-common-white);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.it-footer-style-3 .it-footer-widget-tel-box a {
  color: var(--it-common-white);
}
.it-footer-style-3 .it-footer-widget-tel-box a:hover {
  color: var(--it-theme-1);
}
.it-footer-style-3 .it-footer-col-1-2 {
  margin-left: 130px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-footer-style-3 .it-footer-col-1-2 {
    margin-left: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .it-footer-style-3 .it-footer-col-1-2 {
    margin-left: 40px;
  }
}
@media (max-width: 767px) {
  .it-footer-style-3 .it-footer-col-1-2 {
    margin-left: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-footer-style-3 .it-footer-col-1-2 {
    margin-left: 30px;
  }
}
.it-footer-style-3 .it-footer-col-1-3 {
  margin-left: 90px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-footer-style-3 .it-footer-col-1-3 {
    margin-left: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-footer-style-3 .it-footer-col-1-3 {
    margin-left: 0;
  }
}
.it-footer-style-4 {
  margin-top: -100px;
}
.it-footer-style-4 .footer-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -2;
  background-size: cover;
  background-repeat: no-repeat;
}
.it-footer-style-5 {
  background-size: cover;
  background-repeat: no-repeat;
}
.it-footer-style-5 .it-footer-widget-text p {
  margin-right: 20px;
}
.it-footer-style-5 .it-footer-widget-menu ul li a::before {
  display: none;
}
@media (max-width: 767px) {
  .it-footer-style-5 .it-footer-widget-menu.style-1 {
    margin-bottom: 20px;
  }
}
.it-footer-style-5 .it-footer-widget-menu ul li a {
  padding-left: 20px;
  position: relative;
  color: rgba(246, 246, 246, 0.5);
}
.it-footer-style-5 .it-footer-widget-menu ul li a:hover {
  color: var(--it-theme-1);
}
.it-footer-style-5 .it-footer-widget-menu ul li a span {
  position: absolute;
  top: -2px;
  left: 0;
}
.it-footer-style-5 .it-footer-area::after {
  content: "";
  position: absolute;
  top: 0;
  right: 40.4%;
  height: 100%;
  width: 1px;
  background-color: rgba(245, 245, 245, 0.1);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .it-footer-style-5 .it-footer-area::after {
    right: 37%;
  }
}
@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-footer-style-5 .it-footer-area::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .it-footer-style-5 .it-footer-widget-text p {
    margin-bottom: 0;
  }
}
.it-footer-border::before {
  content: "";
  position: absolute;
  top: 0;
  left: 36%;
  height: 100%;
  width: 1px;
  background-color: #313537;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .it-footer-border::before {
    left: 31%;
  }
}
@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-footer-border::before {
    display: none;
  }
}
.it-footer-border::after {
  content: "";
  position: absolute;
  top: 0;
  right: 34%;
  height: 100%;
  width: 1px;
  background-color: #313537;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .it-footer-border::after {
    right: 28%;
  }
}
@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-footer-border::after {
    display: none;
  }
}

.it-copyright-wrap {
  padding: 9px 30px;
  border-radius: 10px;
  background-color: var(--it-gray-3);
}
@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-copyright-wrap {
    padding: 15px 30px;
  }
}
@media (max-width: 767px) {
  .it-copyright-left {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-copyright-left {
    margin-bottom: 0;
  }
}
.it-copyright-left p {
  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), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-copyright-left p {
    font-size: 14px;
  }
}
.it-copyright-left p a {
  color: var(--it-theme-1);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-copyright-left.style-2 {
    margin-bottom: 15px;
  }
}
.it-copyright-social {
  line-height: 0;
}
.it-copyright-social a {
  width: 42px;
  height: 42px;
  line-height: 39px;
  text-align: center;
  display: inline-block;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  color: var(--it-common-black);
  border: 1px solid rgba(12, 18, 29, 0.2);
}
@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-copyright-social a {
    width: 35px;
    height: 35px;
    line-height: 30px;
  }
}
.it-copyright-social a svg {
  position: relative;
  z-index: 1;
  width: 16px;
  height: 16px;
}
@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-copyright-social a svg {
    width: 12px;
    height: 12px;
  }
}
.it-copyright-social a:not(:last-child) {
  margin-right: 5px;
}
.it-copyright-social a::after {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  transition: 0.5s ease;
  transform: scale(0);
  background-color: var(--it-theme-1);
}
.it-copyright-social a:hover {
  border-color: var(--it-theme-1);
  color: var(--it-common-white);
}
.it-copyright-social a:hover::after {
  top: 50%;
  left: 50%;
  transform: scale(1) translate(-50%, -50%);
}

.it-copyright-2-wrap {
  border-radius: 20px;
  padding: 18px 60px;
  padding-right: 20px;
  position: relative;
  border: 1px solid rgba(245, 245, 245, 0.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) {
  .it-copyright-2-wrap {
    padding: 15px 20px;
  }
}
@media (max-width: 767px) {
  .it-copyright-2-wrap {
    padding: 15px 10px;
  }
}
.it-copyright-2-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 24.5%;
  height: 100%;
  width: 1px;
  background-color: rgba(245, 245, 245, 0.1);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .it-copyright-2-wrap::before {
    left: 23%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-copyright-2-wrap::before {
    left: 24%;
  }
}
@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-copyright-2-wrap::before {
    display: none;
  }
}
.it-copyright-2-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  right: 33.2%;
  height: 100%;
  width: 1px;
  background-color: rgba(245, 245, 245, 0.1);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .it-copyright-2-wrap::after {
    right: 33.2%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-copyright-2-wrap::after {
    right: 30.2%;
  }
}
@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-copyright-2-wrap::after {
    display: none;
  }
}
.it-copyright-2-wrap .it-copyright-social a {
  border-radius: 50%;
}
.it-copyright-2-wrap .input-wrap input {
  border: none;
  background-color: transparent;
}
.it-copyright-2-wrap .it-footer-widget-input-box button {
  height: 40px;
  width: 40px;
  border-radius: 50%;
}
.it-copyright-2-wrap .it-footer-widget-input-box form.input-wrap {
  width: 420px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-copyright-2-wrap .it-footer-widget-input-box form.input-wrap {
    width: 300px;
  }
}
@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-copyright-2-wrap .it-footer-widget-input-box {
    display: none;
  }
}
.it-copyright-2-left p {
  font-weight: 500;
  font-size: 20px;
  color: #f5f5f5;
  padding-left: 10px;
  font-family: var(--it-ff-heading);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-copyright-2-left p {
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .it-copyright-2-left p {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .it-copyright-2-left p {
    margin-top: 10px;
    font-size: 14px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-copyright-2-left p {
    margin-top: 0;
  }
}
.it-copyright-2-left p::before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 50px;
  transition: 0.3s;
  display: inline-block;
  background-color: var(--it-theme-1);
}
@media (max-width: 767px) {
  .it-copyright-2-box {
    flex-wrap: wrap;
    justify-content: center !important;
  }
}

/*----------------------------------------*/
/*  19. header css start
/*----------------------------------------*/
header {
    position: relative;
}

.it-header-transparent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

.it-header-top-ptb {
  padding: 8px 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-top-ptb {
    padding: 12px 0;
  }
}
.it-header-top-contact {
  position: relative;
  padding-left: 25px;
}
.it-header-top-contact span {
  display: inline-block;
  text-align: center;
  position: relative;
  position: absolute;
  top: -4px;
  left: 0;
}
.it-header-top-contact span svg, .it-header-top-contact span i {
  position: relative;
  z-index: 1;
  color: var(--it-theme-1);
  transition: 0.3s;
}
.it-header-top-contact a {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.01em;
  color: var(--it-common-black);
}
.it-header-top-contact-wrap ul li {
  list-style-type: none;
  display: inline-block;
}
.it-header-top-contact-wrap ul li:not(:last-child) {
  padding-right: 27px;
  margin-right: 27px;
  border-right: 1px solid #D9D9D9;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-header-top-contact-wrap ul li:not(:last-child) {
    padding-right: 30px;
    margin-right: 26px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-header-top-contact-wrap ul li:not(:last-child) {
    padding-right: 0px;
    margin-right: 0px;
    border-right: none;
  }
}
.it-header-top-social-box a {
  font-size: 14px;
  letter-spacing: 0.01em;
  display: inline-block;
  transition: 0.3s;
  height: 35px;
  width: 35px;
  line-height: 31px;
  margin-left: 8px;
  text-align: center;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: var(--it-common-black);
}
.it-header-top-social-box a:last-child {
  margin-right: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-header-top-social-box a {
    width: 35px;
    height: 35px;
    line-height: 31px;
  }
}
.it-header-top-social-box a svg, .it-header-top-social-box a i {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-header-top-social-box a svg, .it-header-top-social-box a i {
    width: 14px;
    height: 14px;
  }
}
.it-header-top-social-box a::after {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  transition: 0.5s ease;
  transform: scale(0);
  background-color: var(--it-theme-1);
}
.it-header-top-social-box a:hover {
  color: var(--it-common-white);
}
.it-header-top-social-box a:hover::after {
  top: 50%;
  left: 50%;
  transform: scale(1) translate(-50%, -50%);
}
.it-header-top-social-box span {
  font-weight: 500;
  font-size: 18px;
  display: inline;
  margin-right: 5px;
  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), only screen and (min-width: 768px) and (max-width: 991px) {
  .it-header-top-social-box span {
    font-size: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-header-top-social-box span {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .it-header-top-list-box {
    text-align: center;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-header-top-list-box {
    text-align: start;
  }
}
.it-header-top-list-box ul li {
  display: inline-block;
  list-style-type: none;
  padding-left: 30px;
  position: relative;
}
@media (max-width: 767px) {
  .it-header-top-list-box ul li {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
  }
}
.it-header-top-list-box ul li:not(:last-child) {
  padding-right: 48px;
  margin-right: 44px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-header-top-list-box ul li:not(:last-child) {
    padding-right: 30px;
    margin-right: 26px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-header-top-list-box ul li:not(:last-child) {
    padding-right: 0px;
    margin-right: 0px;
    border-right: none;
  }
}
.it-header-top-list-box ul li span {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.01em;
  display: inline-block;
  font-family: var(--it-ff-body);
  color: var(--it-common-white);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-header-top-list-box ul li span {
    font-size: 13px;
  }
}
.it-header-top-list-box ul li span svg, .it-header-top-list-box ul li span i {
  position: absolute;
  top: 1px;
  left: 0;
  font-size: 20px;
  color: var(--it-theme-1);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-header-top-list-box ul li span svg, .it-header-top-list-box ul li span i {
    font-size: 16px;
    top: 3px;
  }
}
.it-header-top-list-text {
  margin-left: 10px;
}
.it-header-top-list-text span {
  font-weight: 400;
  font-size: 12px;
  display: block;
  margin-bottom: 6px;
}
.it-header-top-list-text a {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.01em;
  color: var(--it-common-black);
}
.it-header-top-list-icon span {
  display: inline-block;
  height: 53px;
  width: 53px;
  line-height: 49px;
  text-align: center;
  border-radius: 50%;
  text-align: center;
  background-color: #F3F3F3;
  border: 1px solid rgba(121, 121, 121, 0.1);
  position: relative;
  overflow: hidden;
}
.it-header-top-list-icon span svg, .it-header-top-list-icon span i {
  position: relative;
  z-index: 1;
  color: var(--it-theme-1);
  transition: 0.3s;
}
.it-header-top-list-icon span::after {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  transition: 0.5s ease;
  transform: scale(0);
  background-color: var(--it-theme-1);
}
.it-header-top-list-wrap ul li {
  list-style-type: none;
  display: inline-block;
}
.it-header-top-list-wrap ul li:not(:last-child) {
  margin-right: 55px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-header-top-list-wrap ul li:not(:last-child) {
    margin-right: 0;
  }
}
.it-header-top-list-wrap ul li .it-header-top-list:hover .it-header-top-list-icon span::after {
  top: 50%;
  left: 50%;
  transform: scale(1) translate(-50%, -50%);
}
.it-header-top-list-wrap ul li .it-header-top-list:hover .it-header-top-list-icon span svg, .it-header-top-list-wrap ul li .it-header-top-list:hover .it-header-top-list-icon span i {
  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-header-ptb {
    padding: 15px 0;
  }
}
.it-header-menu > nav > ul {
  padding-left: 125px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-header-menu > nav > ul {
    padding-left: 70px;
    border-left: none;
    border-right: none;
  }
}
.it-header-menu > nav > ul > li {
  list-style-type: none;
  display: inline-block;
  margin: 0px 17px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .it-header-menu > nav > ul > li {
    margin: 0px 10px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-header-menu > nav > ul > li {
    margin: 0px 14px;
  }
}
.it-header-menu > nav > ul > li:first-child {
  margin-left: 0;
}
.it-header-menu > nav > ul > li > a {
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  padding: 30.5px 0;
  display: inline-block;
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-header-menu > nav > ul > li > a {
    font-size: 13px;
  }
}
.it-header-menu > nav > ul > li > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0;
  margin: 0 auto;
  transition: 0.3s;
  opacity: 0;
  border-radius: 10px 10px 0 0;
  height: 5px;
  background-color: var(--it-theme-1);
}
.it-header-menu > nav > ul > li:hover > a {
  color: var(--it-theme-1);
}
.it-header-menu > nav > ul > li:hover > a::before, .it-header-menu > nav > ul > li.active > a::before {
  width: 100%;
  opacity: 1;
}
.it-header-menu > nav > ul > li:hover.has-dropdown a::after {
  color: var(--it-theme-1);
}
.it-header-search {
  margin-right: 30px;
}
.it-header-search button {
  height: 53px;
  width: 53px;
  line-height: 1;
  border-radius: 50%;
  position: relative;
  padding: 0;
  color: var(--it-common-white);
  background-color: rgba(255, 255, 255, 0.1);
}
.it-header-search button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: 0.3s;
  border-radius: 50%;
  background-color: var(--it-theme-1);
  transform: scale(0);
}
.it-header-search button svg {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 17px;
}
.it-header-search button:hover::after {
  transform: scale(1);
}
.it-header-search button:hover svg {
  color: var(--it-common-white);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .it-header-search {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .it-header-search {
    display: none;
  }
}
.it-header-user {
  margin-right: 30px;
}
.it-header-user a {
  height: 53px;
  width: 53px;
  line-height: 48px;
  border-radius: 50%;
  position: relative;
  padding: 0;
  display: inline-block;
  text-align: center;
  color: var(--it-common-white);
  background-color: rgba(255, 255, 255, 0.1);
}
.it-header-user a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: 0.3s;
  border-radius: 50%;
  background-color: var(--it-theme-1);
  transform: scale(0);
}
.it-header-user a svg {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 17px;
}
.it-header-user a:hover::after {
  transform: scale(1);
}
.it-header-user a:hover svg {
  color: var(--it-common-white);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .it-header-user {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .it-header-user {
    display: none;
  }
}
  .it-header-logo {
    width: 270px;
  }
.it-header-logo-2 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 150px;
  padding-right: 120px;
  background-color: var(--it-theme-1);
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .it-header-logo-2 {
    padding-left: 75px;
    padding-right: 75px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .it-header-logo-2 {
    padding: 0 50px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-header-logo-2 {
    padding: 0 30px;
  }
}
@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-logo-2 {
    padding: 0 45px;
  }
}
.it-header-ml {
  margin-left: 410px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .it-header-ml {
    margin-left: 350px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-header-ml {
    margin-left: 280px;
  }
}
@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-ml {
    margin-left: 0;
  }
}
.it-header-login button {
  padding: 0;
  font-weight: 500;
  margin-right: 40px;
  color: var(--it-common-black);
}
.it-header-style-2 .it-header-menu > nav > ul {
  padding-left: 0;
  border-left: none;
  margin-right: -50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-header-style-2 .it-header-menu > nav > ul {
    border-right: none;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-header-style-2 .it-header-menu > nav > ul li {
    margin: 0px 8px;
  }
}
.it-header-style-2 .it-header-menu > nav > ul li a {
  color: var(--it-common-black);
}
.it-header-style-2 .it-header-menu > nav > ul li.has-dropdown > a::after {
  color: var(--it-common-black);
}
.it-header-style-2 .it-header-menu > nav > ul li:hover > a, .it-header-style-2 .it-header-menu > nav > ul li.active > a {
  color: var(--it-theme-1);
}
.it-header-style-2 .it-header-top-contact a {
  color: var(--it-common-white);
}
.it-header-style-2 .it-header-top-social-box a {
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: var(--it-common-white);
}
.it-header-style-2 .it-header-top-social-box span {
  color: var(--it-common-white);
}
.it-header-style-2 .it-header-top-contact-wrap ul li:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 767px) {
  .it-header-style-2 .it-header-top-contact-wrap ul li:not(:last-child) {
    border: none;
  }
}
.it-header-bar button span {
  margin-left: 20px;
  height: 48px;
  width: 48px;
  text-align: center;
  line-height: 45px;
  color: var(--it-common-white);
  background-color: var(--it-theme-1);
  transition: 0.3s;
  display: inline-block;
  border-radius: 5px;
}
.it-header-style-3 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .it-header-style-3 .it-header-menu > nav > ul {
    padding-left: 90px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-header-style-3 .it-header-menu > nav > ul {
    padding-left: 50px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-header-style-3 .it-header-menu > nav > ul > li {
    margin: 0px 10px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-header-style-3 .it-header-right-action {
    margin-left: -50px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .it-header-style-4 .it-header-menu > nav > ul {
    padding-left: 60px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-header-style-4 .it-header-menu > nav > ul {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-header-style-4 .it-header-menu > nav > ul li {
    margin: 0 8px;
  }
}
#header-sticky {
  box-shadow: 0px 1px 3px 0px rgba(18, 20, 32, 0.14);
}
.header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  visibility: visible;
  width: 100%;
  z-index: 999;
  visibility: visible;
  background-color: var(--it-common-white);
  animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
}
.header-sticky .it-header-top-area {
  display: none;
}
.header-sticky.it-header-style .it-header-menu > nav > ul {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.header-sticky.it-header-style .it-header-menu > nav > ul > li > a {
  color: var(--it-common-black);
}
.header-sticky.it-header-style .it-header-menu > nav > ul > li.has-dropdown > a::after {
  color: var(--it-common-black);
}
.header-sticky.it-header-style .it-header-menu > nav > ul > li:hover > a {
  color: var(--it-theme-1);
}
.header-sticky.it-header-style .it-header-menu > nav > ul > li:hover.has-dropdown a::after {
  color: var(--it-theme-1);
}
.header-sticky.it-header-style .it-header-logo-3 {
  display: block !important;
}
.header-sticky.it-header-style .it-header-logo {
  display: none;
}
.header-sticky.it-header-style .it-header-search button {
  color: var(--it-common-black);
  background-color: rgba(0, 0, 0, 0.1);
}
.header-sticky.it-header-style .it-header-user a {
  color: var(--it-common-black);
  background-color: rgba(0, 0, 0, 0.1);
}
.header-sticky .it-header-menu > nav > ul > li > a {
  padding: 27px 0;
}

.it-header-style-2 .it-header-menu nav ul li .has-home-img {
  left: -5%;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .it-header-style-2 .it-header-menu nav ul li .has-home-img {
    left: -35%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .it-header-style-2 .it-header-menu nav ul li .has-home-img {
    left: -34%;
    width: 1200px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-header-style-2 .it-header-menu nav ul li .has-home-img {
    left: -30%;
    width: 1000px;
  }
}

.it-onepage-menu li > a.active {
  color: var(--it-theme-1) !important;
}
.it-onepage-menu li > a.active::before {
  width: 100%;
  opacity: 1;
}
.it-onepage-menu li.has-dropdown > a.active::after {
  color: var(--it-theme-1) !important;
}

/*----------------------------------------*/
/*  54
/*----------------------------------------*/
.it-header-menu nav ul li {
  position: relative;
}
.it-header-menu nav ul li.has-dropdown > a::after {
  content: "\f107";
  font-family: "Font Awesome 6 Pro";
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  transition: 0.3s;
  transform: translateY(-1px);
  color: var(--it-common-white);
  margin-left: 4px;
}
.it-header-menu nav ul li .submenu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 240px;
  text-align: left;
  padding: 30px 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  transition-duration: 0.1s;
  transform-origin: top;
  -webkit-transform: perspective(300px) rotateX(-18deg);
  -moz-transform: perspective(300px) rotateX(-18deg);
  -ms-transform: perspective(300px) rotateX(-18deg);
  -o-transform: perspective(300px) rotateX(-18deg);
  transform: perspective(300px) rotateX(-18deg);
  background-color: var(--it-common-white);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  z-index: 9999;
}
.it-header-menu nav ul li .submenu li {
  list-style: none;
  display: block;
  padding: 0 30px;
}
.it-header-menu nav ul li .submenu li:not(:last-child) {
  margin-bottom: 13px;
}
.it-header-menu nav ul li .submenu li a {
  font-weight: 600;
  font-size: 14px;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  color: var(--it-common-black);
}
.it-header-menu nav ul li .submenu li a::before {
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
  height: 1px;
  width: 0px;
  opacity: 0;
  visibility: hidden;
  display: inline-block;
  transition: all 0.3s ease-out 0s;
  background-color: var(--it-common-black);
}
.it-header-menu nav ul li .submenu li:hover > a {
  padding-left: 20px;
  color: var(--it-common-black);
}
.it-header-menu nav ul li .submenu li:hover > a::before {
  width: 15px;
  visibility: visible;
  opacity: 1;
}
.it-header-menu nav ul li .submenu .submenu {
  left: 100%;
  top: 0;
}
.it-header-menu nav ul li:hover.has-dropdown a::after {
  color: var(--it-theme-1);
  transform: rotate(-180deg);
}
.it-header-menu nav ul li:hover > .submenu {
  visibility: visible;
  opacity: 1;
  transition-duration: 0.2s;
  transform: perspective(300px) rotateX(0deg);
}

.it-homemenu-wrapper {
  padding: 55px 70px 20px 70px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .it-homemenu-wrapper {
    padding: 40px 40px 20px 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-homemenu-wrapper {
    padding: 45px 35px 20px 35px;
  }
}

.it-megamenu-list li {
  list-style: none;
  display: block;
}
.it-megamenu-list li:not(:last-child) {
  margin-bottom: 18px;
}
.it-megamenu-list li a {
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
  position: relative;
  color: var(--it-common-black);
}
.it-megamenu-list li a::before {
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
  height: 2px;
  width: 0px;
  opacity: 0;
  visibility: hidden;
  display: inline-block;
  transition: all 0.3s ease-out 0s;
  background-color: var(--it-common-black);
}
.it-megamenu-list li:hover > a {
  padding-left: 25px;
}
.it-megamenu-list li:hover > a::before {
  width: 20px;
  visibility: visible;
  opacity: 1;
}
.it-megamenu-thumb {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 300px;
}
.it-megamenu-thumb img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.it-megamenu-text {
  position: relative;
  z-index: 99;
  bottom: -18%;
  transform: rotate(-90deg) translateY(-100%);
  text-align: center;
}
.it-megamenu-text h4 {
  font-size: 115px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 0;
  letter-spacing: -1.6px;
  color: rgba(25, 25, 26, 0.1);
}
.it-megamenu-text span {
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.3px;
  color: rgba(25, 25, 26, 0.4);
  text-transform: capitalize;
}
.it-megamenu-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 25px;
  padding-bottom: 10px;
  margin-right: 65px;
  font-family: var(--it-ff-heading);
  border-bottom: 1px solid rgba(11, 11, 11, 0.1098039216);
}

.it-header-menu nav ul li .has-home-img {
  left: 0;
  right: 0;
  text-align: center;
  position: absolute;
  width: 1310px;
  opacity: 0;
  visibility: hidden;
  padding: 30px 30px 10px 30px;
  background-color: var(--it-common-white);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  margin: 0 auto;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-header-menu nav ul li .has-home-img {
    width: 100%;
  }
}
.it-header-menu nav ul li .has-home-img.submenu {
  padding: 0;
}
.it-header-menu nav ul li .has-home-img .home-img {
  padding: 0px 10px;
  position: relative;
}
.it-header-menu nav ul li .has-home-img .home-img-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  text-transform: capitalize;
  display: inline-block;
  color: var(--it-common-black);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-header-menu nav ul li .has-home-img .home-img-title {
    font-size: 14px;
  }
}
.it-header-menu nav ul li .has-home-img .home-img-title a {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  font-family: var(--it-ff-heading);
  background-image: linear-gradient(#000, #000), linear-gradient(#000, #000);
  display: inline;
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.3s linear;
}
.it-header-menu nav ul li .has-home-img .home-img-title:hover a {
  background-size: 0% 1px, 100% 1px;
}

.it-megamenu-space-2 {
  margin-left: 50px;
}
@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-megamenu-space-2 {
    margin-left: 0;
  }
}

.home-img-btn {
  position: absolute;
  bottom: 20%;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  z-index: 1;
  margin: 0 35px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px) {
  .home-img-btn {
    margin: 0 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .home-img-btn {
    margin: 0 15px;
  }
}
.home-img-btn .it-btn-sm {
  margin-bottom: 10px;
}

.home-img-thumb {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 250px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .home-img-thumb {
    height: 200px;
  }
}
.home-img-thumb img {
  transition: 0.9s;
}
.home-img-thumb.home-img-overly::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(1, 15, 28, 0.3);
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}
.home-img-thumb.coming-soon::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(7px);
  border-radius: 14px;
  content: "";
}
.home-img-thumb:hover img {
  transform: scale(1.1);
}
.home-img-thumb:hover.home-img-overly::after {
  opacity: 1;
  visibility: visible;
}
.home-img-thumb:hover .home-img-btn {
  opacity: 1;
  visibility: visible;
  bottom: 50%;
  transform: translateY(50%);
}

.it-menu-mobile .it-menu-content,
.it-category-mobile-menu .it-menu-content {
  margin-bottom: 70px;
}
.it-menu-mobile .home-img,
.it-category-mobile-menu .home-img {
  margin-bottom: 20px;
}
.it-menu-mobile .home-img-title,
.it-category-mobile-menu .home-img-title {
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
  font-family: var(--it-ff-body);
  color: var(--it-common-white);
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
  display: inline;
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.3s linear;
}
.it-menu-mobile .home-img-title:hover,
.it-category-mobile-menu .home-img-title:hover {
  background-size: 0% 1px, 100% 1px;
}
.it-menu-mobile ul,
.it-category-mobile-menu ul {
  position: static;
  display: block;
  box-shadow: none;
}
.it-menu-mobile ul li,
.it-category-mobile-menu ul li {
  list-style: none;
  position: relative;
  width: 100%;
  padding: 0;
}
.it-menu-mobile ul li:not(:last-child) > a,
.it-category-mobile-menu ul li:not(:last-child) > a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.it-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn,
.it-category-mobile-menu ul li.has-dropdown > a .dropdown-toggle-btn {
  position: absolute;
  right: 0;
  top: 25%;
  transform: translateY(-2px);
  font-size: 18px;
  color: #fff;
  font-family: "Font Awesome 5 Pro";
  transition: all 0.3s ease-in-out;
  z-index: 1;
  width: 25px;
  height: 25px;
  line-height: 21px;
  text-align: center;
  border: 1px solid rgba(176, 162, 162, 0.35);
  transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.it-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn i,
.it-category-mobile-menu ul li.has-dropdown > a .dropdown-toggle-btn i {
  transition: all 0.3s ease-in-out;
  margin-left: 2px;
}
.it-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn.dropdown-opened i,
.it-category-mobile-menu ul li.has-dropdown > a .dropdown-toggle-btn.dropdown-opened i {
  transform: rotate(90deg);
}
.it-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn:hover,
.it-category-mobile-menu ul li.has-dropdown > a .dropdown-toggle-btn:hover {
  background-color: var(--it-theme-1);
  border-color: var(--it-theme-1);
  color: var(--it-common-white);
}
.it-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn:hover i,
.it-category-mobile-menu ul li.has-dropdown > a .dropdown-toggle-btn:hover i {
  color: var(--it-common-white);
}
.it-menu-mobile ul li.has-dropdown > a.expanded,
.it-category-mobile-menu ul li.has-dropdown > a.expanded {
  color: var(--it-theme-1);
}
.it-menu-mobile ul li.has-dropdown > a.expanded .dropdown-toggle-btn.dropdown-opened,
.it-category-mobile-menu ul li.has-dropdown > a.expanded .dropdown-toggle-btn.dropdown-opened {
  background-color: var(--it-theme-1);
  border-color: var(--it-theme-1);
  color: var(--it-common-white);
}
.it-menu-mobile ul li.has-dropdown > a.expanded .dropdown-toggle-btn.dropdown-opened i,
.it-category-mobile-menu ul li.has-dropdown > a.expanded .dropdown-toggle-btn.dropdown-opened i {
  color: var(--it-common-white);
}
.it-menu-mobile ul li.has-dropdown:hover > a::after,
.it-category-mobile-menu ul li.has-dropdown:hover > a::after {
  color: var(--it-theme-1);
}
.it-menu-mobile ul li.has-dropdown-2 > a .dropdown-toggle-btn,
.it-category-mobile-menu ul li.has-dropdown-2 > a .dropdown-toggle-btn {
  position: absolute;
  right: 0;
  top: 25%;
  transform: translateY(-2px);
  font-size: 18px;
  color: #fff;
  font-family: "Font Awesome 5 Pro";
  transition: all 0.3s ease-in-out;
  z-index: 1;
  width: 25px;
  height: 25px;
  line-height: 21px;
  text-align: center;
  border: 1px solid rgba(176, 162, 162, 0.35);
  transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.it-menu-mobile ul li.has-dropdown-2 > a .dropdown-toggle-btn i,
.it-category-mobile-menu ul li.has-dropdown-2 > a .dropdown-toggle-btn i {
  transition: all 0.3s ease-in-out;
  margin-left: 2px;
}
.it-menu-mobile ul li.has-dropdown-2 > a .dropdown-toggle-btn.dropdown-opened i,
.it-category-mobile-menu ul li.has-dropdown-2 > a .dropdown-toggle-btn.dropdown-opened i {
  transform: rotate(90deg);
}
.it-menu-mobile ul li.has-dropdown-2 > a .dropdown-toggle-btn:hover,
.it-category-mobile-menu ul li.has-dropdown-2 > a .dropdown-toggle-btn:hover {
  background-color: var(--it-theme-1);
  border-color: var(--it-theme-1);
  color: var(--it-common-white);
}
.it-menu-mobile ul li.has-dropdown-2 > a .dropdown-toggle-btn:hover i,
.it-category-mobile-menu ul li.has-dropdown-2 > a .dropdown-toggle-btn:hover i {
  color: var(--it-common-white);
}
.it-menu-mobile ul li.has-dropdown-2 > a.expanded,
.it-category-mobile-menu ul li.has-dropdown-2 > a.expanded {
  color: var(--it-theme-1);
}
.it-menu-mobile ul li.has-dropdown-2 > a.expanded .dropdown-toggle-btn.dropdown-opened,
.it-category-mobile-menu ul li.has-dropdown-2 > a.expanded .dropdown-toggle-btn.dropdown-opened {
  background-color: var(--it-theme-1);
  border-color: var(--it-theme-1);
  color: var(--it-common-white);
}
.it-menu-mobile ul li.has-dropdown-2 > a.expanded .dropdown-toggle-btn.dropdown-opened i,
.it-category-mobile-menu ul li.has-dropdown-2 > a.expanded .dropdown-toggle-btn.dropdown-opened i {
  color: var(--it-common-white);
}
.it-menu-mobile ul li.has-dropdown-2:hover > a::after,
.it-category-mobile-menu ul li.has-dropdown-2:hover > a::after {
  color: var(--it-theme-1);
}
.it-menu-mobile ul li:last-child a span,
.it-category-mobile-menu ul li:last-child a span {
  border-bottom: 0;
}
.it-menu-mobile ul li > a,
.it-category-mobile-menu ul li > a {
  display: block;
  font-size: 16px;
  color: var(--it-common-white);
  position: relative;
  padding: 10px 0;
  padding-right: 20px;
  text-transform: capitalize;
}
.it-menu-mobile ul li > a:hover,
.it-category-mobile-menu ul li > a:hover {
  color: var(--it-theme-1);
}
.it-menu-mobile ul li > a svg,
.it-category-mobile-menu ul li > a svg {
  transform: translateY(-2px);
}
.it-menu-mobile ul li > a > i,
.it-category-mobile-menu ul li > a > i {
  display: inline-block;
  width: 11%;
  margin-right: 13px;
  transform: translateY(4px);
  font-size: 21px;
  line-height: 1;
}
.it-menu-mobile ul li > a .menu-text,
.it-category-mobile-menu ul li > a .menu-text {
  font-size: 16px;
  line-height: 11px;
  border-bottom: 1px solid #EAEBED;
  width: 82%;
  display: inline-block;
  padding: 19px 0 17px;
}
.it-menu-mobile ul li img,
.it-category-mobile-menu ul li img {
  width: 100%;
  height: 100%;
}
.it-menu-mobile ul li ul,
.it-category-mobile-menu ul li ul {
  padding: 0;
}
.it-menu-mobile ul li ul li,
.it-category-mobile-menu ul li ul li {
  padding: 0;
}
.it-menu-mobile ul li ul li a,
.it-category-mobile-menu ul li ul li a {
  margin-left: auto;
  width: 93%;
  padding: 10px 5%;
  text-shadow: none !important;
  visibility: visible;
  padding-left: 0;
  padding-right: 20px;
}
.it-menu-mobile ul li ul li li a,
.it-category-mobile-menu ul li ul li li a {
  width: 88%;
  padding: 10px 7%;
  padding-left: 0;
  padding-right: 20px;
}
.it-menu-mobile ul li ul li li li a,
.it-category-mobile-menu ul li ul li li li a {
  width: 83%;
  padding: 10px 9%;
  padding-left: 0;
  padding-right: 20px;
}
.it-menu-mobile ul li ul li li li li a,
.it-category-mobile-menu ul li ul li li li li a {
  width: 68%;
  padding: 10px 11%;
  padding-left: 0;
  padding-right: 20px;
}
.it-menu-mobile ul li:hover > a::after,
.it-category-mobile-menu ul li:hover > a::after {
  color: var(--it-theme-1);
}
.it-menu-mobile ul li:hover > a .dropdown-toggle-btn i,
.it-category-mobile-menu ul li:hover > a .dropdown-toggle-btn i {
  color: var(--it-theme-1);
}
.it-menu-mobile ul li:hover .mega-menu,
.it-category-mobile-menu ul li:hover .mega-menu {
  visibility: visible;
  opacity: 1;
  top: 0;
}
.it-menu-mobile ul li .mega-menu, .it-menu-mobile ul li .submenu,
.it-category-mobile-menu ul li .mega-menu,
.it-category-mobile-menu ul li .submenu {
  position: static;
  min-width: 100%;
  padding: 0;
  box-shadow: none;
  visibility: visible;
  opacity: 1;
  display: none;
}
.it-menu-mobile ul li .mega-menu li, .it-menu-mobile ul li .submenu li,
.it-category-mobile-menu ul li .mega-menu li,
.it-category-mobile-menu ul li .submenu li {
  float: none;
  display: block;
  width: 100%;
  padding: 0;
}
.it-menu-mobile ul li .mega-menu li:hover a .dropdown-toggle-btn, .it-menu-mobile ul li .submenu li:hover a .dropdown-toggle-btn,
.it-category-mobile-menu ul li .mega-menu li:hover a .dropdown-toggle-btn,
.it-category-mobile-menu ul li .submenu li:hover a .dropdown-toggle-btn {
  color: var(--it-theme-1);
}
.it-menu-mobile .it-menu-content ul li:not(:last-child) .home-img-title a,
.it-category-mobile-menu .it-menu-content ul li:not(:last-child) .home-img-title a {
  border-bottom: none;
}
.it-menu-mobile * ul, .it-menu-mobile * li,
.it-category-mobile-menu * ul,
.it-category-mobile-menu * li {
  transition: none !important;
}

.it-header-menu nav ul li.p-static {
  position: static;
}

.it-category-mobile-menu nav {
  display: none;
}

/*----------------------------------------*/
/*  20. hero css start
/*----------------------------------------*/
.it-hero-area {
  padding-top: 145px;
  padding-bottom: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .it-hero-area {
    padding-top: 120px;
  }
}
@media (max-width: 767px) {
  .it-hero-area {
    padding-top: 100px;
  }
}
.it-hero-title {
  font-size: 90px;
  font-weight: 700;
  font-family: var(--it-ff-manrope);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-hero-title {
    font-size: 110px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-hero-title {
    font-size: 87px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .it-hero-title {
    font-size: 95px;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .it-hero-title {
    font-size: 65px;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-hero-title {
    font-size: 70px;
  }
}
.it-hero-title span {
  display: inline-block;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-hero-title span {
    margin-left: 85px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-hero-title span {
    margin-left: 0;
  }
}
.it-hero-title.style-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 800;
  font-family: var(--it-ff-heading);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .it-hero-title.style-2 {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .it-hero-title.style-2 {
    font-size: 45px;
    text-align: center;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-hero-title.style-2 {
    font-size: 65px;
  }
}
.it-hero-btn {
  margin-right: 195px;
  padding-bottom: 32px;
  margin-bottom: 20px;
  border-bottom: 1px solid #D9D9D9;
}
@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-btn {
    margin-right: 0;
  }
}
.it-hero-text p {
  font-weight: 500;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 0;
  padding-right: 100px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-hero-text p {
    padding-right: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .it-hero-text p {
    padding-right: 0;
    font-size: 14px;
    line-height: 1.8;
  }
}
.it-hero-thumb {
  padding-bottom: 10px;
  padding-left: 50px;
  padding-right: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-hero-thumb {
    padding-left: 0;
    padding-right: 0;
    margin-top: 70px;
    text-align: center;
  }
}
.it-hero-experience {
  padding: 30px;
  line-height: 0;
  position: absolute;
  top: -19%;
  right: 1.5%;
  z-index: 11;
}
.it-hero-experience i img{
 border-radius: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-hero-experience {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .it-hero-experience {
    display: none;
  }
}
.it-hero-experience i {
  display: inline-block;
  height: 118px;
  width: 118px;
  line-height: 118px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--it-theme-1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-hero-experience i {
    height: 95px;
    width: 95px;
    line-height: 95px;
  }
}
.it-hero-experience-text {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  transform: translateY(-50%);
}
.it-hero-experience-text img {
  animation: animationglob 6s cubic-bezier(1, 0.99, 0.03, 0.01) infinite;
}
.it-hero-content {
  margin-right: -50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-hero-content {
    margin-right: 0;
  }
}

/*----------------------------------------*/
/*  02. about css start
/*----------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-about-section-title-box {
    margin: 0 100px;
    margin-bottom: 70px;
  }
  .it-about-section-title-box br {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-about-section-title-box {
    margin-bottom: 50px;
  }
  .it-about-section-title-box br {
    display: none;
  }
}
@media (max-width: 767px) {
  .it-about-author {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-about-author {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .it-about-author-avater {
    width: 120px;
  }
}
.it-about-author-designation {
  margin-left: 20px;
}
.it-about-author-designation span {
  font-weight: 700;
  font-size: 14px;
  display: block;
  letter-spacing: 0.01em;
  color: var(--it-common-black);
  font-family: var(--it-ff-montserrat);
}
.it-about-author-designation i {
  font-weight: 400;
  font-size: 14px;
  font-style: normal;
  display: block;
  margin-bottom: 7px;
}
.it-about-mission p {
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-about-mission p {
    font-size: 14px;
  }
  .it-about-mission p br {
    display: none;
  }
}
.it-about-mission span {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.33;
  display: block;
  padding-bottom: 18px;
  text-decoration: underline;
  color: var(--it-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: 767px) {
  .it-about-mission span {
    font-size: 18px;
  }
}
.it-about-mission-wrap {
  margin-left: -31px;
}
@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-about-mission-wrap {
    margin-left: 0;
  }
}
.it-about-mission-wrap .it-about-border {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #D9D9D9;
}
@media (max-width: 767px) {
  .it-about-mission-wrap .it-about-border .row [class*=col-]:nth-child(1) .it-about-mission {
    margin-bottom: 20px;
  }
}
.it-about-stat-box {
  padding: 37px 40px;
  border-radius: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-about-stat-box {
    padding: 30px 20px;
  }
}
@media (max-width: 767px) {
  .it-about-stat-box {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-about-stat-box {
    margin-bottom: 0;
  }
}
.it-about-stat-box span {
  font-weight: 600;
  display: block;
  padding-bottom: 15px;
  margin-bottom: 43px;
  text-transform: uppercase;
  color: var(--it-common-black);
  border-bottom: 1px solid #D9D9D9;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-about-stat-box span {
    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-about-stat-box span {
    font-size: 12px;
  }
}
.it-about-stat-box span.stat-description {
  color: #625E58;
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.it-about-stat-box .shape {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.it-about-stat-box .stat-number {
  font-size: 20px;
  margin-bottom: 0;
  line-height: 1.1;
  color: var(--it-theme-1);
  font-family: var(--it-ff-montserrat);
}
@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-about-stat-box .stat-number {
    font-size: 18px;
    margin-bottom: 8px;
  }
}
.it-about-stat-box .stat-number i {
  font-weight: 600;
  font-size: 80px;
  font-style: normal;
  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), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-about-stat-box .stat-number i {
    font-size: 55px;
  }
}
.it-about-thumb {
  height: 100%;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-about-thumb {
    height: auto;
    margin-bottom: 30px;
  }
}
.it-about-thumb img {
  height: 100%;
  object-fit: cover;
  transform: scale(1.04) translateX(-2%);
  transition: transform 0.6s cubic-bezier(0.65, 0, 0.35, 1);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-about-thumb img {
    height: auto;
  }
}
.it-about-thumb:hover img {
  transform: scale(1.04) translateX(2%);
}
.it-about-thumb.thumb-sm {
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-about-thumb.thumb-sm {
    height: 232px;
    margin-bottom: 0;
  }
}
.it-about-thumb.thumb-sm img {
  height: 100%;
  transform: scale(1.04) translateX(-2%);
  transition: transform 0.6s cubic-bezier(0.65, 0, 0.35, 1);
}
.it-about-thumb.thumb-sm:hover img {
  transform: scale(1.04) translateX(2%);
}

.it-service-area .shape {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
}
.it-service-2-nav-link {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 0;
  margin-left: 5px;
  color: var(--it-common-black);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .it-service-2-nav-link {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .it-service-2-nav-link {
    font-size: 16px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-service-2-nav-link {
    font-size: 20px;
  }
}
.it-service-2-nav-box ul li {
  width: 100%;
}
.it-service-2-nav-box ul li:not(:last-child) {
  margin-bottom: 20px;
}
.it-service-2-nav-box ul li button {
  z-index: 1;
  position: relative;
  list-style-type: none;
  border-radius: 10px;
  padding: 29px 40px;
  display: flex;
  width: 100%;
  align-items: center;
  background-color: var(--it-common-white);
}
@media (max-width: 767px) {
  .it-service-2-nav-box ul li button {
    padding: 20px 25px;
  }
}
.it-service-2-nav-box ul li button::after {
  content: "";
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  height: 0;
  width: 100%;
  z-index: -1;
  transition: 0.4s;
  border-radius: 10px;
  background-color: var(--it-theme-1);
}
.it-service-2-nav-box ul li button:not(:last-child) {
  margin-bottom: 20px;
}
.it-service-2-nav-box ul li button span {
  transition: 0.3s;
}
.it-service-2-nav-box ul li button span svg {
  transition: 0.3s;
  color: var(--it-theme-1);
  height: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .it-service-2-nav-box ul li button span svg {
    height: 35px;
  }
}
@media (max-width: 767px) {
  .it-service-2-nav-box ul li button span svg {
    height: 25px;
    width: 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-service-2-nav-box ul li button span svg {
    height: 35px;
    width: 35px;
  }
}
.it-service-2-nav-box ul li button:hover::after {
  height: 100%;
  bottom: auto;
  top: 0;
}
.it-service-2-nav-box ul li button:hover span svg {
  color: var(--it-common-white);
}
.it-service-2-nav-box ul li button:hover .it-service-2-nav-link {
  color: var(--it-common-white);
}
.it-service-2-nav-box ul li button.active::after {
  height: 100%;
  bottom: auto;
  top: 0;
}
.it-service-2-nav-box ul li button.active span svg {
  color: var(--it-common-white);
}
.it-service-2-nav-box ul li button.active .it-service-2-nav-link {
  color: var(--it-common-white);
}
.it-service-2-thumb {
  border-radius: 20px;
  overflow: hidden;
  background-color: var(--it-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-service-2-thumb {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-service-2-thumb {
    margin-left: 0;
    margin-top: 30px;
  }
}
.it-service-2-thumb img {
    border-radius: 40px;
    padding: 20px
}
.it-service-2-left {
  margin-right: 80px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-service-2-left {
    margin-right: 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-service-2-left {
    margin-right: 0;
  }
}
.it-service-2-content {
  padding: 16px 50px 8px
}
@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-service-2-content {
    padding: 40px 40px;
  }
}
@media (max-width: 767px) {
  .it-service-2-content {
    padding: 20px 25px;
  }
}
.it-service-2-content p {
  margin-right: 50px;
}
@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-service-2-content p {
    margin-right: 0;
  }
}


/*----------------------------------------*/
/*  24. newsletter css start
/*----------------------------------------*/
.it-newsletter-input-box .input-wrap {
  margin: 0 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-newsletter-input-box .input-wrap {
    margin: 0;
  }
}
.it-newsletter-input-box input {
  height: 54px;
  font-size: 14px;
  line-height: 54px;
  border-radius: 5px;
  padding-left: 20px;
  padding-right: 160px;
  background: var(--it-common-white);
}
.it-newsletter-input-box input::placeholder {
  font-size: 14px;
  letter-spacing: 0.01em;
  color: var(--it-text-body);
}
.it-newsletter-input-box button {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
}
.it-newsletter-input-box button.it-btn-theme {
  padding: 12px 24px;
}
.it-newsletter-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  mix-blend-mode: luminosity;
  opacity: 0.2;
  z-index: -1;
}
.it-newsletter-overly {
  padding-top: 95px;
  padding-bottom: 100px;
}
.it-newsletter-overly::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: var(--it-common-black);
  z-index: -2;
}
.it-newsletter-overly .it-section-title {
  font-size: 34px;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .it-newsletter-overly .it-section-title {
    font-size: 28px;
  }
}
.it-newsletter-overly .shape {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  opacity: 0.2;
  mix-blend-mode: luminosity;
}
.it-newsletter-inner-style {
  margin-top: -100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-newsletter-inner-style.inner-style-2 {
    margin-top: -180px;
  }
}

.it-newsletter-2-wrap {
  padding: 56px 78px;
  border: 2px solid #fff;
  border-radius: 20px;
  background-color: var(--it-theme-1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-newsletter-2-wrap {
    padding: 50px 45px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .it-newsletter-2-wrap {
    padding: 50px 40px;
  }
}
@media (max-width: 767px) {
  .it-newsletter-2-wrap {
    padding: 40px 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-newsletter-2-wrap {
    padding: 40px 55px;
  }
}
.it-newsletter-2-input-box {
  text-align: end;
  margin-left: 85px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-newsletter-2-input-box {
    margin-top: 30px;
    margin-left: 0;
  }
}
.it-newsletter-2-input-box input {
  line-height: 69px;
  height: 69px;
  padding-left: 35px;
  padding-right: 90px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--it-common-white);
}
.it-newsletter-2-input-box input::placeholder {
  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-newsletter-2-input-box input {
    height: 56px;
    line-height: 56px;
    padding-left: 25px;
  }
}
.it-newsletter-2-input-box button {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  transform: translateY(-50%);
  background-color: var(--it-common-white);
}
.it-newsletter-2-input-box button:hover {
  background-color: var(--it-common-black);
}
.it-newsletter-2-input-box .it-btn-orange {
  padding: 19px 40px;
}
.it-newsletter-2-title {
  font-weight: 600;
  font-size: 34px;
  line-height: 1.29;
  margin-bottom: 0;
  color: var(--it-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-newsletter-2-title {
    font-size: 28px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .it-newsletter-2-title {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .it-newsletter-2-title {
    font-size: 25px;
  }
}

/*----------------------------------------*/
/*  11. contact css start
/*----------------------------------------*/
.it-contact-overlay {
  background-size: cover;
  background-repeat: no-repeat;
}
.it-contact-overlay::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -2;
  background: rgba(12, 18, 29, 0.9);
}
.it-contact-left {
  margin-right: 33px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-contact-left {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-contact-left {
    margin-right: 0;
    margin-bottom: 50px;
  }
}
.it-contact-left > p {
  line-height: 2;
  margin-right: 50px;
  margin-bottom: 50px;
  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) {
  .it-contact-left > p {
    font-size: 15px;
  }
  .it-contact-left > p br {
    display: none;
  }
}
@media (max-width: 767px) {
  .it-contact-left > p {
    margin-right: 0;
    font-size: 15px;
  }
  .it-contact-left > p br {
    display: none;
  }
}
.it-contact-info-features p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.8);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .it-contact-info-features p {
    font-size: 15px;
  }
  .it-contact-info-features p br {
    display: none;
  }
}
@media (max-width: 767px) {
  .it-contact-info-features p {
    font-size: 15px;
  }
}
.it-contact-info-features span {
  display: block;
  margin-bottom: 28px;
}
@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-contact-info-features span svg {
    height: 40px;
  }
}
.it-contact-info-features h5 {
  margin-bottom: 17px;
}
@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-contact-info-features h5 {
    font-size: 18px;
  }
  .it-contact-info-features h5 br {
    display: none;
  }
}
@media (max-width: 767px) {
  .it-contact-info-features {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-contact-info-features {
    margin-left: 20px;
  }
}
.it-contact-form-title {
  font-weight: 600;
  font-size: 34px;
  color: #fff;
}
@media (max-width: 767px) {
  .it-contact-form-title {
    font-size: 28px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-contact-form-title {
    font-size: 35px;
  }
}
.it-contact-form-box {
  margin-left: -30px;
  padding: 60px 35px;
  padding-top: 50px;
  border-radius: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .it-contact-form-box {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .it-contact-form-box {
    padding: 50px 20px;
    margin-left: 0;
  }
}
.it-contact-input-box label {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 12px;
  color: var(--it-common-black);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-contact-input-box label {
    font-size: 12px;
  }
}
.it-contact-input-box textarea {
  height: 117px;
  width: 100%;
  padding: 20px 25px;
  position: relative;
  border-radius: 10px;
  font-weight: 500;
  font-size: 14px;
  background-color: var(--it-common-white);
  border: 1px solid rgba(98, 94, 88, 0.15);
}
.it-contact-input-box textarea:focus {
  border: 1px solid var(--it-theme-1);
}
.it-contact-style-2 .it-contact-left p {
  color: var(--it-text-body);
}
@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-contact-style-2 .it-contact-left p {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-contact-style-2 .it-contact-form-box {
    margin-left: 0;
  }
}
.it-contact-style-2 .it-contact-info-features p {
  color: var(--it-text-body);
}
.it-contact-style-2 .contact__select .nice-select {
  background-color: var(--it-gray-3);
}
.it-contact-style-2 .it-contact-input-box textarea {
  background-color: var(--it-gray-3);
}
@media (max-width: 767px) {
  .it-contact-style-3 .it-contact-info-features {
    margin-bottom: 50px;
  }
}
.it-contact-style-3 .it-contact-info-features h5 {
  color: var(--it-common-black);
}
.it-contact-style-3 .it-contact-info-features p {
  color: var(--it-common-black);
}
.it-contact-style-3 .it-contact-2-form-box {
  padding: 50px 50px;
  padding-top: 40px;
  border-radius: 20px;
  background-color: var(--it-common-black);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .it-contact-style-3 .it-contact-2-form-box {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .it-contact-style-3 .it-contact-2-form-box {
    margin-left: 0;
    padding: 30px 20px;
  }
}
.it-contact-style-3 .it-contact-2-input-box textarea {
  border-radius: 5px;
  height: 113px;
}
.it-contact-style-3 .nice-select.open .list {
  border-radius: 5px;
}
.it-contact-style-3 .contact__select .nice-select {
  border-radius: 5px;
  height: 60px;
  line-height: 60px;
  background-color: #F6F7F9;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-contact-style-3 .contact__select .nice-select {
    height: 48px;
    line-height: 48px;
  }
}
@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-contact-style-3 .it-contact-left > p {
    margin-right: 0;
  }
}

.contact__select label {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 12px;
  color: var(--it-common-black);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact__select label {
    font-size: 12px;
  }
}
.contact__select .nice-select {
  width: 100%;
  padding: 0 25px;
  position: relative;
  height: 60px;
  line-height: 60px;
  border-radius: 10px;
  font-weight: 500;
  font-size: 14px;
  background-color: var(--it-common-white);
  border: 1px solid rgba(98, 94, 88, 0.15);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .contact__select .nice-select {
    height: 45px;
    line-height: 45px;
  }
}
@media (max-width: 767px) {
  .contact__select .nice-select {
    height: 45px;
    line-height: 45px;
    font-size: 14px;
  }
}
.contact__select .nice-select::after {
  right: 25px;
  margin-top: -6px;
}

.it-contact-methods {
  display: flex;
  gap: 30px;
  padding-top: 30px;
}

.custom-checkbox {
  position: absolute;
  top: -6px;
  left: 0;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  border: 1px solid rgba(98, 94, 88, 0.15);
}
.custom-checkbox::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 20px;
  width: 20px;
  margin: 0 auto;
  text-align: center;
  border-radius: 5px;
  transition: 0.2s;
  transform: translateY(-50%) scale(0);
  background-color: var(--it-theme-1);
}

.checkbox-wrapper {
  position: relative;
  padding-left: 10px;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  user-select: none;
}

.checkbox-wrapper input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(98, 94, 88, 0.15);
}

.checkbox-wrapper input:checked ~ .custom-checkbox::after {
  transform: translateY(-50%) scale(1);
}

.it-contact-2-left {
  margin-right: 83px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-contact-2-left {
    margin-right: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-contact-2-left {
    margin-right: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-contact-2-left {
    margin-right: 0;
    margin-bottom: 70px;
  }
}
.it-contact-2-left ul li {
  width: 100%;
  list-style-type: none;
}
.it-contact-2-left ul li button {
  padding: 18px 0;
  display: flex;
  width: 100%;
  z-index: 1;
  transition: 0.4s;
  position: relative;
  align-items: center;
  border-radius: 10px;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@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-contact-2-left ul li button {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.it-contact-2-left ul li button::after {
  position: absolute;
  content: "";
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: -1;
  transition: 0.4s;
  border-radius: 10px;
  background-color: var(--it-theme-1);
}
.it-contact-2-left ul li button .arrow {
  height: 42px;
  width: 42px;
  line-height: 39px;
  display: inline-block;
  border-radius: 5px;
  transition: 0.3s;
  color: var(--it-common-white);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
}
.it-contact-2-left ul li button .arrow svg, .it-contact-2-left ul li button .arrow i {
  display: inline-block;
}
.it-contact-2-left ul li button:hover {
  padding-left: 30px;
  padding-right: 30px;
  border-bottom: 1px solid transparent;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .it-contact-2-left ul li button:hover {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.it-contact-2-left ul li button:hover::after {
  bottom: auto;
  top: 0;
  height: 100%;
}
.it-contact-2-left ul li button:hover .arrow {
  color: var(--it-common-black);
  background-color: var(--it-common-white);
}
.it-contact-2-left ul li button.active {
  padding-left: 30px;
  padding-right: 30px;
  border-bottom: 1px solid transparent;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .it-contact-2-left ul li button.active {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.it-contact-2-left ul li button.active::after {
  bottom: auto;
  top: 0;
  height: 100%;
}
.it-contact-2-left ul li button.active .arrow {
  color: var(--it-common-black);
  background-color: var(--it-common-white);
}
.it-contact-2-nav-link {
  font-weight: 600;
  font-size: 25px;
  margin-bottom: 0;
  line-height: 1;
  color: var(--it-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .it-contact-2-nav-link {
    font-size: 20px;
  }
}
.it-contact-2-form-box {
  margin-left: 8px;
  padding: 75px 45px;
  padding-top: 70px;
  border-radius: 20px;
  background-color: rgb(255 255 255 / 16%);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-contact-2-form-box {
    margin-left: 10px;
    padding: 55px 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .it-contact-2-form-box {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .it-contact-2-form-box {
    margin-left: 0;
    padding: 55px 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-contact-2-form-box {
    padding: 55px 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-contact-2-form-box 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) {
  .it-contact-2-form-box p {
    margin-bottom: 30px !important;
  }
  .it-contact-2-form-box p br {
    display: none;
  }
}
@media (max-width: 767px) {
  .it-contact-2-form-box p {
    font-size: 15px;
    margin-bottom: 30px !important;
  }
  .it-contact-2-form-box p br {
    display: none;
  }
}
.it-contact-2-form-box .it-shop-widget-filter .title {
  font-weight: 600;
  font-size: 20px;
  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-contact-2-form-box .it-shop-widget-filter .title {
    font-size: 15px;
  }
}
.it-contact-2-form-box .it-shop-widget-filter .ui-widget.ui-widget-content {
  height: 13px;
  border-radius: 5px;
  position: relative;
  margin-top: 10px;
  background-color: rgba(255, 255, 255, 0.5);
}
@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-contact-2-form-box .it-shop-widget-filter .ui-widget.ui-widget-content {
    height: 8px;
  }
}
.it-contact-2-form-box .it-shop-widget-filter .ui-slider .ui-slider-handle {
  position: absolute;
  top: -3px;
  width: 19px;
  height: 19px;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 50%;
  background-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-contact-2-form-box .it-shop-widget-filter .ui-slider .ui-slider-handle {
    height: 13px;
    width: 13px;
  }
}
.it-contact-2-form-box .it-shop-widget-filter .ui-slider-horizontal .ui-slider-range {
  background-color: var(--it-common-white);
}
.it-contact-2-form-box .it-shop-widget-filter-info .input-range input {
  font-weight: 600;
  font-size: 20px;
  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-contact-2-form-box .it-shop-widget-filter-info .input-range input {
    font-size: 15px;
  }
}
.it-contact-2-input-box input {
  height: 60px;
  line-height: 60px;
  border-radius: 5px;
  font-weight: 500;
  font-size: 14px;
  padding: 0 25px;
  width: 100%;
  padding-right: 70px;
  border: 1px solid rgba(98, 94, 88, 0.15);
}
@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-contact-2-input-box input {
    height: 48px;
    line-height: 48px;
  }
}
.it-contact-2-input-box input::placeholder {
  font-weight: 500;
  font-size: 14px;
}
.it-contact-2-input-box button {
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}
.it-contact-2-bg-1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
}
.it-contact-2-bg-1::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(12, 18, 29, 0.85);
}
.it-contact-2-bg-1 img {
  height: 100%;
  object-fit: cover;
}
.it-contact-2-bg-2 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  height: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-contact-2-bg-2 {
    right: -9%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-contact-2-bg-2 {
    display: none;
  }
}
.it-contact-2-bg-2 img {
  height: 100%;
  object-fit: cover;
}

@media (max-width: 767px) {
  .it-contact-list {
    margin-bottom: 40px;
  }
}
.it-contact-list p {
  margin-bottom: 7px;
  display: block;
  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-contact-list p {
    font-size: 15px;
  }
}
.it-contact-list span {
  font-weight: 600;
  font-size: 26px;
  color: #fff;
}
@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-contact-list span {
    font-size: 22px;
  }
}
.it-contact-list a {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.7;
  color: #fff;
}
@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-contact-list a {
    font-size: 16px;
  }
}
.it-contact-list-icon span {
  display: inline-block;
  height: 100px;
  width: 100px;
  line-height: 100px;
  text-align: center;
  margin-right: 25px;
  border-radius: 5px;
  background-color: var(--it-gray-3);
  border: 1px solid rgba(121, 121, 121, 0.2);
}
@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-contact-list-icon span {
    height: 65px;
    width: 65px;
    line-height: 65px;
  }
}
@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-contact-list-icon span svg {
    height: 30px;
  }
}
.it-contact-list-box {
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.it-contact-inner-style .it-contact-left {
  margin-right: 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-contact-inner-style .it-contact-left {
    margin-right: 0;
  }
}
.it-contact-inner-style .it-contact-list {
  margin-bottom: 0;
}
.it-contact-inner-style .it-contact-2-form-box {
  margin-left: 50px;
  padding: 50px 25px;
  padding-top: 30px;
  background-color: var(--it-gray-3);
  border: 1px solid rgba(98, 94, 88, 0.15);
}
@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-contact-inner-style .it-contact-2-form-box {
    margin-left: 0;
  }
}
.it-contact-inner-style .it-contact-2-input-box input {
  padding: 0 25px;
  font-size: 16px;
  background-color: var(--it-common-white);
}
.it-contact-inner-style .it-contact-2-input-box input::placeholder {
  font-size: 16px;
}
.it-contact-inner-style .it-contact-2-input-box input:focus {
  border: 1px solid var(--it-theme-1);
}
.it-contact-inner-style .contact__select .nice-select {
  border-radius: 5px;
  transition: 0.3s;
}
.it-contact-inner-style .contact__select .nice-select:focus {
  border: 1px solid var(--it-theme-1);
}
.it-contact-inner-style .it-contact-2-input-box textarea {
  border-radius: 5px;
  height: 267px;
  padding: 25px;
  font-weight: 400;
  background-color: var(--it-common-white);
  border: 1px solid rgba(98, 94, 88, 0.15);
}
@media (max-width: 767px) {
  .it-contact-inner-style .it-contact-2-input-box textarea {
    height: 180px;
  }
}
.it-contact-inner-style .it-contact-2-input-box textarea::placeholder {
  font-size: 16px;
}
.it-contact-inner-style .it-contact-2-input-box textarea:focus {
  border: 1px solid var(--it-theme-1);
}

/*----------------------------------------*/
/*  31. solution css start
/*----------------------------------------*/
.it-solution-text {
  margin-right: 83px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-solution-text {
    margin-right: 0;
  }
}
.it-solution-text p {
  padding-bottom: 42px;
  margin-bottom: 45px;
  border-bottom: 1px solid #D9D9D9;
  position: relative;
}
@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-solution-text p br {
    display: none;
  }
}
.it-solution-text p::before {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 126px;
  height: 2px;
  content: "";
  background-color: var(--it-theme-1);
}
.it-solution-left .it-slider-2-contact span {
  background-color: #F2F8F5;
  border: 1px solid rgba(98, 94, 88, 0.1);
  padding: 10px;
    background-color: #F2F8F5;
    border: 1px solid rgba(98, 94, 88, 0.1);
    border-radius: 20px;
    margin-right: 15px;
}
.it-solution-list-box.box-col-2 {
  transform: translateX(-20px);
}
@media (max-width: 767px) {
  .it-solution-list-box.box-col-2 {
    margin-top: 30px;
    transform: translateX(0);
  }
}
.it-solution-list-box span {
  font-weight: 600;
  font-size: 20px;
  display: block;
  margin-bottom: 20px;
  color: var(--it-common-black);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-solution-list-box span {
    font-size: 16px;
  }
}
.it-solution-list-box ul li {
  list-style-type: none;
  padding-left: 30px;
  position: relative;
  display: block;
  font-weight: 500;
      font-size: 18px;
}
.it-solution-list-box ul li:not(:last-child) {
  margin-bottom: 16px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-solution-list-box ul li {
    font-size: 14px;
    padding-left: 26px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-solution-list-box ul li {
    font-size: 16px;
  }
}
.it-solution-list-box ul li svg, .it-solution-list-box ul li i {
  position: absolute;
  top: -1px;
  left: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-solution-list-box ul li svg, .it-solution-list-box ul li i {
    width: 15px;
  }
}
.it-solution-thumb {
  margin-left: -30px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-solution-thumb {
    margin-left: 0;
    margin-top: 50px;
  }
}
.it-solution-thumb img {
  transform: scale(1.04) translateX(-1%);
  transition: transform 0.6s cubic-bezier(0.65, 0, 0.35, 1);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-solution-thumb img {
    width: 100%;
  }
}
.it-solution-thumb:hover img {
  transform: scale(1.04) translateX(1%);
}
@media (max-width: 767px) {
  .it-solution-btn {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-solution-btn {
    flex-wrap: nowrap;
  }
}
@media (max-width: 767px) {
  .it-solution-btn .it-btn-theme.mr-30 {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-solution-btn .it-btn-theme.mr-30 {
    margin-bottom: 0;
  }
}
/* ===============================
   CURSOR FIX FOR CLICKABLE ITEMS
   =============================== */
a,
.it-menu a,
.it-footer-widget-menu a,
.itoffcanvas a,
.nav a,
.menu a {
    cursor: pointer;
}
/* =================================
   FORCE CURSOR POINTER FIX
   ================================= */

/* Header & Menu items */
.it-menu li,
.it-menu li span,
.it-menu li div,
.it-menu li a,

/* Navigation */
.nav li,
.nav li span,
.nav li a,

/* Mobile / Offcanvas menu */
.itoffcanvas li,
.itoffcanvas li span,
.itoffcanvas li a,

/* Footer links */
.it-footer-widget-menu li,
.it-footer-widget-menu li a,

/* Fallback – all clickable text */
a,
button {
    cursor: pointer !important;
}

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