@charset "UTF-8";

/*----------------------------------------*/
/* 01. THEME DEFAULT CSS START
/*----------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet');
:root {
  /**
  @font family declaration
  */
  --it-ff-body: 'DM Sans', serif;
  --it-ff-heading: 'Plus Jakarta Sans' sans-serif;
  --it-ff-poppins: 'Poppins Sans' sans-serif;
  --it-ff-fontawesome: Font Awesome 6 Pro;
  /**
  @color declaration
  */
  --it-common-white: #ffffff;
  --it-common-black: #091216;
  --it-common-black-2: #313537;
  --it-heading-primary: #091216;
  --it-gray-1: #F3F3F3;
  --it-gray-2: #F4F4F4;
  --it-text-body: #797979;
  --it-theme-1: #ff4400;
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1350px;
  }
  .container-1750 {
    max-width: 1750px;
  }
  .container-1650 {
    max-width: 1650px;
  }
  .container-1050 {
    max-width: 1050px;
  }
  .container-1150 {
    max-width: 1150px;
  }
}
/*---------------------------------
	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: 700;
  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%;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

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

p {
  font-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;
}

.border-line-orange {
  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(var(--it-theme-1), var(--it-theme-1)), linear-gradient(var(--it-theme-1), var(--it-theme-1));
}
.border-line-orange:hover {
  background-size: 0% 1px, 100% 1px;
}

.border-line-black {
  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(var(--it-common-black), var(--it-common-black)), linear-gradient(var(--it-common-black), var(--it-common-black));
}
.border-line-black:hover {
  background-size: 0% 1px, 100% 1px;
}

.border-line-white {
  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(var(--it-common-white), var(--it-common-white)), linear-gradient(var(--it-common-white), var(--it-common-white));
}
.border-line-white: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);
}

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

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

.tw-rounded-lg {
  border-radius: 0.5rem !important;
}

.tw-py-10 {
  padding-block: var(--size-10) !important;
}

.max-w-190-px {
  max-width: 190px;
}

.tw-start-0 {
  inset-inline-start: 0;
}

/*--
    - Spacing
-----------------------------------------*/
.it-btn-orange {
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
  padding: 18px 30px;
  text-align: center;
  transition: 0.4s;
  position: relative;
  color: var(--it-common-white);
  background-color: var(--it-theme-1);
  /* background: linear-gradient(135deg, #ff4400 0%, #d4a300 50%, #b99000 100%); */
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-btn-orange {
    font-size: 14px;
    padding: 15px 25px;
  }
}
.it-btn-orange span {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-block;
}
.it-btn-orange span span.text-1 {
  position: relative;
  display: block;
  transition: 0.3s;
}
.it-btn-orange span span.text-2 {
  position: absolute;
  top: 100%;
  display: block;
  transition: 0.3s;
}
.it-btn-orange i {
  position: relative;
  overflow: hidden;
  width: 14px;
  height: 14px;
  display: inline-flex;
  margin-left: 10px;
}
.it-btn-orange i svg {
  transform: translateY(-1px);
  position: absolute;
  bottom: -1px;
  left: 1px;
  transition: all 0.2s ease-out;
}
.it-btn-orange i svg:last-child {
  left: -12px;
  bottom: -12px;
  transform: translate(0, 0);
  opacity: 0;
}
.it-btn-orange:hover {
  color: var(--it-common-white);
}
.it-btn-orange:hover span span.text-1 {
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%);
}
.it-btn-orange:hover span span.text-2 {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.it-btn-orange:hover i svg:first-child {
  transform: translate(16px, -16px);
}
.it-btn-orange:hover i svg:last-child {
  opacity: 1;
  visibility: visible;
  transform: translate(13px, -12px);
}
.it-btn-orange.error-btn i {
  margin-left: 0;
  margin-right: 10px;
}
.it-btn-orange.white-bg span {
  color: var(--it-common-black);
}
.it-btn-orange.white-bg span svg {
  color: var(--it-common-black);
}
.it-btn-border {
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
  padding: 18px 30px;
  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: 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-border {
    font-size: 14px;
    padding: 15px 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);
}

@-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 {
  0% {
    box-shadow: 0 0 0 0 rgba(224, 59, 59, 0.8), 0 0 0 0 rgba(224, 59, 59, 0.8);
  }
  40% {
    box-shadow: 0 0 0 50px rgba(224, 59, 59, 0), 0 0 0 0 rgba(224, 59, 59, 0.8);
  }
  80% {
    box-shadow: 0 0 0 50px rgba(224, 59, 59, 0), 0 0 0 30px rgba(224, 59, 59, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(224, 59, 59, 0), 0 0 0 30px rgba(224, 59, 59, 0);
  }
}
.pulse {
  animation: animate-pulse 3s linear infinite;
}

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

@keyframes borderanimate {
  0% {
    transform: translate(-50%, -50%) scale(0.8);
  }
  60% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
}
@keyframes translateY {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-170px);
    -moz-transform: translateY(-170px);
    -ms-transform: translateY(-170px);
    -o-transform: translateY(-170px);
    transform: translateY(-170px);
  }
}
@keyframes translateY2 {
  0% {
    -webkit-transform: translateY(0px) translateY(-50%);
    -moz-transform: translateY(0px) translateY(-50%);
    -ms-transform: translateY(0px) translateY(-50%);
    -o-transform: translateY(0px) translateY(-50%);
    transform: translateY(0px) translateY(-50%);
  }
  100% {
    -webkit-transform: translateY(-30px) translateY(-50%);
    -moz-transform: translateY(-30px) translateY(-50%);
    -ms-transform: translateY(-30px) translateY(-50%);
    -o-transform: translateY(-30px) translateY(-50%);
    transform: translateY(-30px) translateY(-50%);
  }
}
@keyframes icon-bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@keyframes zoom {
  0% {
    height: 0;
  }
  100% {
    height: 62%;
  }
}
@keyframes animationglob {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@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;
  }
}
.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-left {
  animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

.it-img-anim canvas {
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  position: absolute;
}
.it-img-anim.style-1 canvas {
  border-radius: 0 100px 100px 100px;
}
.it-img-anim.style-3 canvas {
  border-radius: 100px 100px 100px 0;
}
.it-img-anim.style-2 canvas {
  border-radius: 100px 0 100px 100px;
}
.it-img-anim.style-4 canvas {
  border-radius: 100px 100px 0 100px;
}

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

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

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

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

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

@keyframes preloader {
  0% {
    transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
@-webkit-keyframes preloader {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
  }
}
/*--- end of preloader ---*/
.scroll-top {
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: fixed;
  bottom: -10%;
  left: 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);
}
.galleycolmns img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.black-bg {
  background: #013644;
}
.prodgallery{
  padding: 50px 0;
}
.white-bg {
  background: var(--it-common-white);
}
section.fetures {
    background-color: #f1f1f1;
    padding-top: 40px;
}

.gray-bg {
  background: #ecf1ff;
}

.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: 20px 15px;
  }
}
@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-breadcrumb-overlay {
  position: relative;
padding-top: 182px;
    padding-bottom: 55px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-breadcrumb-overlay {
    padding-top: 240px;
  }
}
@media (max-width: 767px) {
  .it-breadcrumb-overlay {
    padding-top: 220px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-breadcrumb-overlay {
    padding-top: 250px;
  }
}
.it-breadcrumb-overlay::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background: rgba(0, 0, 0, 0);
}
.it-breadcrumb-experience {
  padding: 30px;
  line-height: 0;
  display: inline-block;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .it-breadcrumb-experience {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .it-breadcrumb-experience {
    display: none;
  }
}
.it-breadcrumb-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), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-breadcrumb-experience i {
    height: 90px;
    width: 90px;
    line-height: 90px;
  }
}
.it-breadcrumb-experience-text {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  transform: translateY(-50%);
}
.it-breadcrumb-experience-text img {
  animation: animationglob 6s cubic-bezier(1, 0.99, 0.03, 0.01) infinite;
}
.it-breadcrumb-title {
  font-weight: 600;
  font-size: 34px;
  line-height: 1.29;
  text-transform: capitalize;
  color: var(--it-common-white);
  margin-bottom: 26px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .it-breadcrumb-title {
    font-size: 30px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .it-breadcrumb-title {
    font-size: 28px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-breadcrumb-title {
    font-size: 37px;
  }
}
.it-breadcrumb-list {
  display: inline-block;
}
.it-breadcrumb-list span {
  color: var(--it-common-white);
}
.it-breadcrumb-list span.dvdr {
  margin: 0 10px;
  color: var(--it-common-white);
}
.it-breadcrumb-list i {
  color: #fff;
  font-style: normal;
}

.it-custom-accordion .accordion-items {
  border-bottom: 1px solid rgb(49, 53, 55);
}
.it-custom-accordion .accordion-buttons {
  position: relative;
  text-align: left;
  padding: 35px 0;
  padding-right: 90px;
  width: 100%;
  color: var(--it-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-custom-accordion .accordion-buttons {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .it-custom-accordion .accordion-buttons {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .it-custom-accordion .accordion-buttons {
    font-size: 18px;
    padding-right: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-custom-accordion .accordion-buttons {
    padding-right: 45px;
  }
}
.it-custom-accordion .accordion-buttons span {
  display: inline-block;
  margin-right: 5px;
}
.it-custom-accordion .accordion-buttons span svg {
  width: 39px;
  height: 40px;
}
@media (max-width: 767px) {
  .it-custom-accordion .accordion-buttons span svg {
    width: 25px;
  }
}
.it-custom-accordion .accordion-buttons .it-accordion-btn {
  position: absolute;
  top: 50%;
  right: 0;
  height: 52px;
  width: 52px;
  line-height: 52px;
  text-align: center;
  transition: 0.3s;
  transform: translateY(-50%);
  color: var(--it-theme-1);
  background-color: var(--it-common-white);
  margin-right: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-custom-accordion .accordion-buttons .it-accordion-btn {
    height: 32px;
    width: 32px;
    line-height: 32px;
  }
}
.it-custom-accordion .accordion-buttons .it-accordion-btn > i, .it-custom-accordion .accordion-buttons .it-accordion-btn svg {
  position: relative;
  z-index: 1;
  transition: 0.3s;
  width: 12px;
  height: 12px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-custom-accordion .accordion-buttons .it-accordion-btn > i, .it-custom-accordion .accordion-buttons .it-accordion-btn svg {
    width: 10px;
  }
}
.it-custom-accordion .accordion-buttons:not(.collapsed) {
  padding-bottom: 25px;
}
.it-custom-accordion .accordion-buttons:not(.collapsed) .it-accordion-btn {
  background-color: var(--it-theme-1);
}
.it-custom-accordion .accordion-buttons:not(.collapsed) .it-accordion-btn i, .it-custom-accordion .accordion-buttons:not(.collapsed) .it-accordion-btn svg {
  color: var(--it-common-white);
  transform: rotate(-90deg);
}
.it-custom-accordion .accordion-body {
  padding: 0 30px 20px 0;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .it-custom-accordion .accordion-body {
    padding-right: 0;
  }
}
.it-custom-accordion .accordion-body p {
  line-height: 1.71;
  margin-right: 50px;
  font-size: 16px;
}
@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-custom-accordion .accordion-body p {
    margin-right: 0;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .it-custom-accordion .accordion-body p {
    margin-right: 0;
    font-size: 14px;
  }
}

/*----------------------------------------*/
/*  SEARCH CSS START
/*----------------------------------------*/
.search-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 60%;
  width: 100%;
  z-index: 99999;
  margin-top: -540px;
  transform: translateY(-100%);
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 1000ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.search-popup {
  width: 100%;
}

.search-active.search-popup {
  transform: translateY(0%);
  margin-top: 0;
}

.search-popup .close-search {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-top: -200px;
  border-radius: 50%;
  text-align: center;
  background-color: var(--it-theme-primary);
  width: 70px;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border-bottom: 3px solid var(--it-common-white);
  border-top: 3px solid var(--it-common-white);
  border-right: 3px solid rgba(0, 0, 0, 0.9);
  border-left: 3px solid rgba(0, 0, 0, 0.9);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  height: 70px;
  line-height: 70px;
  text-align: center;
}

.search-active.search-popup .close-search {
  visibility: visible;
  opacity: 1;
  top: 50%;
  -webkit-transition-delay: 1500ms;
  -moz-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  transition-delay: 1500ms;
}

.search-popup form {
  position: absolute;
  max-width: 700px;
  top: 50%;
  left: 15px;
  right: 15px;
  margin: -35px auto 0;
  transform: scaleX(0);
  transform-origin: center;
  background-color: #111111;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.search-active.search-popup form {
  transform: scaleX(1);
  -webkit-transition-delay: 1200ms;
  -moz-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  transition-delay: 1200ms;
}

.search-popup .form-group {
  position: relative;
  margin: 0px;
  overflow: hidden;
}

.search-popup .form-group input[type=text],
.search-popup .form-group input[type=search] {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 50px;
  color: var(--it-common-white);
  height: 70px;
  width: 100%;
  padding: 10px 30px;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  font-weight: 500;
  text-transform: capitalize;
  border: none;
  border-bottom: 1px solid var(--it-theme-primary);
  outline: 0;
}

.search-popup .form-group input[type=search] {
  padding: 10px 70px 10px 30px;
}

.search-popup .form-group input[type=submit], .search-popup .form-group button {
  position: absolute;
  right: 30px;
  top: 0px;
  height: 70px;
  line-height: 70px;
  background: transparent;
  text-align: center;
  font-size: 24px;
  color: var(--it-common-white);
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border: none;
}

.search-popup .form-group input[type=submit]:hover,
.search-popup .form-group button:hover {
  color: var(--it-theme-primary);
}

.search-popup input::placeholder,
.search-popup textarea::placeholder {
  color: var(--it-common-white);
  border: none;
}

.search-box-btn {
  display: inline-block;
  padding-left: 22px;
}

.search-box-btn i {
  display: inline-block;
  color: var(--it-common-white);
  line-height: 30px;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  transition: 0.5s;
}

.flaticon-multiply:before {
  content: inherit;
}

button.close-search i {
  font-size: 25px;
  color: var(--it-common-white);
  display: inline-block;
}

span.flaticon-multiply i {
  display: inline-block;
  color: var(--it-common-white);
}

.modal .modal-dialog {
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.modal-wrapper {
  position: relative;
  z-index: 999999999;
}

.modal {
  overflow-y: scroll;
  overflow-x: hidden;
  --bs-modal-border-width: 0;
  --bs-modal-border-radius: 0;
}

.btn-close {
  position: absolute;
  top: 35px;
  right: 35px;
  z-index: 99999999999;
  padding: 0;
  margin: 0;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  color: var(--it-common-black);
  background-color: #fff !important;
  border: 1px solid rgba(25, 25, 26, 0.2);
  opacity: 1;
  transition: 0.3s;
}
.btn-close:hover {
  border-color: var(--it-common-black) !important;
  transform: rotate(180deg);
}

.btn-close:focus {
  outline: 0;
  box-shadow: none;
  opacity: 1;
}

.modal-body {
  padding: 0;
}

.modal-header {
  padding: 0;
  border-bottom: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.it-shop-modal .modal-dialog {
  width: 1200px;
}
.it-shop-modal .modal-content {
  padding: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .it-shop-modal .modal-content {
    padding: 80px 20px;
    width: 75%;
  }
}
@media (max-width: 767px) {
  .it-shop-modal .modal-content {
    padding: 80px 20px;
    width: 100%;
  }
}
.it-shop-modal-close-btn {
  position: absolute;
  right: 30px;
  top: 30px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  background-color: var(--it-common-black);
  color: var(--it-common-white);
  transition: 0.3s;
}
.it-shop-modal-close-btn:hover {
  background-color: var(--it-theme-1);
}
.it-shop-modal-content .tab-content {
  background-color: var(--it-gray-1);
  display: flex;
  justify-content: center;
  align-items: center;
}

.it-shop-details-content {
  position: relative;
  padding: 50px 25px 40px;
}
.it-shop-details-category span {
  font-size: 16px;
  line-height: 1;
  font-family: var(--it-ff-heading);
}
.it-shop-details-title {
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 15px;
  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-shop-details-title {
    font-size: 28px;
    margin-bottom: 25px;
  }
}
.it-shop-details-stock {
  margin-right: 12px;
}
.it-shop-details-stock span {
  display: inline-block;
  font-size: 15px;
  line-height: 1;
  padding: 4px 12px;
  color: var(--it-common-black);
  font-family: var(--it-ff-heading);
  background-color: var(--it-gray-1);
}
.it-shop-details-rating {
  margin-right: 11px;
  align-items: center;
}
.it-shop-details-rating span {
  font-size: 12px;
  color: #FFB21D;
}
.it-shop-details-rating span:not(:last-child) {
  margin-right: 3px;
}
.it-shop-details-price {
  font-weight: 500;
  font-size: 24px;
  letter-spacing: -0.02em;
  color: var(--it-common-black);
}
.it-shop-details-price.new-price {
  color: var(--it-common-black);
}
.it-shop-details-price.old-price {
  font-weight: 400;
  font-size: 16px;
  text-decoration-line: line-through;
  color: #767A7D;
}
.it-shop-details-wrapper > p {
  font-size: 15px;
  line-height: 1.7;
  font-family: var(--it-ff-heading);
}
.it-shop-details-wrapper > p span {
  font-weight: 500;
  color: var(--it-common-black);
  font-family: var(--it-ff-heading);
}
.it-shop-details-price {
  font-weight: 500;
  font-size: 24px;
  letter-spacing: -0.02em;
  color: var(--it-common-black);
}
.it-shop-details-price.old-price {
  font-weight: 400;
  font-size: 16px;
  text-decoration-line: line-through;
  color: #767A7D;
}
.it-shop-details-action-title {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 13px;
  font-family: var(--it-ff-heading);
}
.it-shop-details-action-wrapper {
  margin-bottom: 17px;
}
.it-shop-details-action-wrapper .it-btn {
  padding: 15.9px 40px;
  border-radius: 100px;
}
.it-shop-details-action-wrapper .it-btn.orange-2-btn:hover {
  color: var(--it-theme-1);
  border: 2px solid var(--it-theme-1);
}
.it-shop-details-action-wrapper .it-btn.black-bg:hover {
  color: var(--it-common-black);
  border: 2px solid var(--it-common-black);
}
.it-shop-details-action-wrapper .it-btn.black-bg:hover i, .it-shop-details-action-wrapper .it-btn.black-bg:hover svg {
  color: var(--it-common-black);
}
.it-shop-details-action-sm-btn {
  font-size: 16px;
  margin-bottom: 10px;
  font-family: var(--it-ff-heading);
  color: var(--it-common-black);
}
@media (max-width: 767px) {
  .it-shop-details-action-sm-btn {
    font-size: 12px;
  }
}
.it-shop-details-action-sm-btn:not(:last-child) {
  margin-right: 10px;
}
.it-shop-details-action-sm-btn i, .it-shop-details-action-sm-btn svg {
  margin-right: 2px;
}
.it-shop-details-action-sm-btn:hover {
  color: var(--it-theme-1);
}
.it-shop-details-thumb-wrapper .nav-tab .nav-link {
  width: 100px;
  height: 107px;
  position: relative;
  margin: 0px 4px;
  margin-bottom: 10px;
  border-radius: 0;
  background-color: var(--it-gray-1);
  border: 1px solid transparent;
}
.it-shop-details-thumb-wrapper .nav-tab .nav-link:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .it-shop-details-thumb-wrapper .nav-tab .nav-link:last-child {
    margin-bottom: 10px;
  }
}
.it-shop-details-thumb-wrapper .nav-tab .nav-link.active {
  border: 1px solid var(--it-theme-1);
}
.it-shop-details-thumb-wrapper {
  margin-right: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-shop-details-thumb-wrapper {
    margin-right: 0;
    margin-bottom: 50px;
  }
}
.it-shop-details-thumb-wrapper .nav-tab {
  margin-right: 10px;
}
@media (max-width: 767px) {
  .it-shop-details-action-item-wrapper {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-shop-details-action-item-wrapper {
    flex-wrap: nowrap;
  }
}

.it-section-title {
  font-weight: 700;
  font-size: 35px;
  margin-bottom: 20px;
}
.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: 35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-section-title {
    font-size: 37px;
  }
}
@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: 30px;
  }
  .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-subtitle {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  display: inline-block;
  color: var(--it-theme-1);
  margin-bottom: 23px;
  padding: 0 43px;
  position: relative;
  font-family: var(--it-ff-heading);
}
.it-section-subtitle::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 33px;
  height: 5px;
  transform: translateY(-50%);
  background: linear-gradient(to right, #000000 0 5px, transparent 5px), linear-gradient(to right, #000000 0 100%);
  background-repeat: no-repeat;
  background-size: 33px 5px, 33px 1px;
  background-position: 0 0, 0 51.5%;
}
.it-section-subtitle::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 33px;
  height: 5px;
  transform: translateY(-50%);
  background: linear-gradient(to left, #000000 0 5px, transparent 5px), linear-gradient(to left, #000000 0 100%);
  background-repeat: no-repeat;
  background-size: 33px 5px, 33px 1px;
  background-position: 0 0, 0 51.5%;
}

/*----------------------------------------*/
/*  2.178 Range Slider css start
/*----------------------------------------*/
.ui-button-icon-only, .ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box;
}

.ui-checkboxradio-disabled, .ui-state-disabled {
  pointer-events: none;
}

.ui-datepicker .ui-icon, .ui-icon {
  text-indent: -99999px;
  background-repeat: no-repeat;
}

.ui-helper-reset, .ui-menu {
  outline: 0;
  list-style: none;
}

.ui-helper-hidden, .ui-resizable-autohide .ui-resizable-handle, .ui-resizable-disabled .ui-resizable-handle {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
}

.ui-helper-clearfix:after, .ui-helper-clearfix:before {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

.ui-state-disabled {
  cursor: default !important;
}

.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  overflow: hidden;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  font-size: 100%;
}

.ui-autocomplete, .ui-menu .ui-menu {
  position: absolute;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  top: 0;
  left: 0;
  cursor: default;
}

.ui-menu {
  padding: 0;
  margin: 0;
  display: block;
}

.ui-button, .ui-controlgroup {
  display: inline-block;
  vertical-align: middle;
}

.ui-button, .ui-menu-icons, .ui-resizable {
  position: relative;
}

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px 0.4em;
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0;
}

.ui-menu .ui-state-active, .ui-menu .ui-state-focus {
  margin: -1px;
}

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}

.ui-button, .ui-controlgroup .ui-controlgroup-label {
  padding: 0.4em 1em;
}

.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}

.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-button {
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: visible;
}

.ui-button, .ui-button:active, .ui-button:hover, .ui-button:link, .ui-button:visited {
  text-decoration: none;
}

.ui-button-icon-only {
  width: 2em;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-button-icon-only {
  text-indent: 0;
}

.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: 0.4em 1em;
}

button.ui-button::-moz-focus-inner, input.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus, .ui-controlgroup > .ui-controlgroup-item:focus {
  z-index: 9999;
}

.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}

.ui-controlgroup-vertical .ui-spinner-input {
  width: 75%;
  width: calc(100% - 2.4em);
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: 0.12em;
  border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon, .ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}

.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-prev {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-next-hover, .ui-datepicker .ui-datepicker-prev-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-next span, .ui-datepicker .ui-datepicker-prev span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: 700;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td a, .ui-datepicker td span {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-multi .ui-datepicker-group, .ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-datepicker .ui-icon {
  display: block;
  overflow: hidden;
  left: 0.5em;
  top: 0.3em;
}

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: 0 0;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}

.ui-dialog .ui-resizable-ne, .ui-dialog .ui-resizable-nw, .ui-dialog .ui-resizable-se, .ui-dialog .ui-resizable-sw {
  width: 7px;
  height: 7px;
}

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-draggable-handle, .ui-selectable, .ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted #000;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: 700;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min, .ui-spinner-down {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max, .ui-spinner-up {
  top: 0;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: 0 0;
  color: inherit;
  padding: 0.222em 0;
  margin: 0.2em 2em 0.2em 0.4em;
  vertical-align: middle;
}

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}

.ui-tabs {
  position: relative;
  padding: 0.2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: 0 0;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}

body .ui-tooltip {
  border-width: 2px;
}

.ui-widget, .ui-widget button, .ui-widget input, .ui-widget select, .ui-widget textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  color: #333;
}

.ui-widget-content a, .ui-widget-header a {
  color: #333;
}

.ui-widget-header {
  border: 1px solid #ddd;
  background: #e9e9e9;
  color: #333;
  font-weight: 700;
}

.ui-button, .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, html .ui-button.ui-state-disabled:active, html .ui-button.ui-state-disabled:hover {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: 400;
  color: #454545;
}

.ui-button, .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button {
  color: #454545;
  text-decoration: none;
}

.ui-button:focus, .ui-button:hover, .ui-state-focus, .ui-state-hover, .ui-widget-content .ui-state-focus, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-focus, .ui-widget-header .ui-state-hover {
  border: 1px solid #ccc;
  background: #ededed;
  font-weight: 400;
  color: #2b2b2b;
}

.ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited, .ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, a.ui-button:focus, a.ui-button:hover {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-button.ui-state-active:hover, .ui-button:active, .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: 400;
  color: #fff;
}

.ui-icon-background, .ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #fff;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #fff;
  text-decoration: none;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a, .ui-state-error-text, .ui-widget-content .ui-state-error a, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error a, .ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: 700;
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  font-weight: 400;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}

.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-first, .ui-icon-seek-start {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

.ui-corner-all, .ui-corner-left, .ui-corner-tl, .ui-corner-top {
  border-top-left-radius: 3px;
}

.ui-corner-all, .ui-corner-right, .ui-corner-top, .ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all, .ui-corner-bl, .ui-corner-bottom, .ui-corner-left {
  border-bottom-left-radius: 3px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-br, .ui-corner-right {
  border-bottom-right-radius: 3px;
}

.ui-widget-overlay {
  background: #aaa;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
  -webkit-box-shadow: 0 0 5px #666;
  box-shadow: 0 0 5px #666;
}

/*----------------------------------------*/
/*  03. blog css start
/*----------------------------------------*/
.it-blog-top-text p {
  color: var(--it-common-black);
  line-height: 2;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-blog-top-text p br {
    display: none;
  }
}
.it-blog-thumb {
  position: relative;
  overflow: hidden;
  height: 100%;
  margin-right: 25px;
}
@media (max-width: 767px) {
  .it-blog-thumb {
    margin-right: 0;
  }
}
.it-blog-thumb img {
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  object-fit: cover;
  height: 100%;
}
.it-blog-thumb img:first-child {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  -webkit-transform: translateX(50%) scaleX(2);
  transform: translateX(50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.it-blog-meta span {
  position: relative;
  padding-left: 25px;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.01em;
  display: inline-block;
}
@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-blog-meta span {
    font-size: 13px;
  }
}
.it-blog-meta span:not(:last-child) {
  margin-right: 20px;
}
@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-blog-meta span:not(:last-child) {
    margin-right: 15px;
  }
}
.it-blog-meta span svg, .it-blog-meta span i {
  position: absolute;
  top: 1px;
  left: 0;
  color: var(--it-theme-1);
}
.it-blog-title {
  font-weight: 600;
  font-size: 25px;
  line-height: 1.4;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-blog-title {
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-blog-title {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .it-blog-title {
    font-size: 20px;
  }
}
.it-blog-btn {
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
  color: var(--it-theme-1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-blog-btn {
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-blog-btn {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-blog-btn {
    font-size: 16px;
  }
}
.it-blog-btn span i, .it-blog-btn span svg {
  color: var(--it-theme-1);
  display: inline-block;
  margin-left: 2px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-blog-btn span i, .it-blog-btn span svg {
    width: 8px;
  }
}
.it-blog-btn:hover {
  color: var(--it-theme-1);
}
.it-blog-btn:hover span svg, .it-blog-btn:hover span i {
  transform: rotate(360deg);
  transition: 0.6s;
  color: var(--it-theme-1);
}
.it-blog-content {
  height: 100%;
  margin-left: 5px;
  padding: 20px;
  padding-left: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .it-blog-content {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .it-blog-content {
    margin-left: 0;
    padding: 25px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-blog-top-wrap .it-section-title-box {
    margin-bottom: 30px;
  }
}
.it-blog-item {
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.it-blog-item:hover .it-blog-thumb img:first-child {
  -webkit-transform: translateX(0) scaleX(1);
  transform: translateX(0) scaleX(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}
.it-blog-item:hover .it-blog-thumb img:nth-child(2) {
  -webkit-transform: translateX(-50%) scaleX(2);
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.it-blog-item-arrow a {
  display: inline-block;
  height: 58px;
  width: 58px;
  line-height: 58px;
  text-align: center;
  background-color: var(--it-theme-1);
}
@media (max-width: 767px) {
  .it-blog-item-arrow a {
    height: 45px;
    width: 45px;
    line-height: 45px;
  }
}
.it-blog-item-arrow a svg, .it-blog-item-arrow a i {
  color: var(--it-common-white);
}
.it-blog-item-arrow a:hover svg, .it-blog-item-arrow a:hover i {
  transform: rotate(360deg);
  transition: 0.6s;
}
@media (max-width: 767px) {
  .it-blog-item-left {
    flex-wrap: wrap;
  }
}
@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-blog-style-2 .it-blog-top-text 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), (max-width: 767px) {
  .it-blog-style-2 .it-section-title br {
    display: none;
  }
}
.it-blog-style-2 .it-blog-item {
  padding: 40px 0;
  border-bottom: 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-blog-style-2 .it-blog-title {
    font-size: 24px;
  }
}
.it-blog-style-2 .it-blog-thumb {
  flex: 0 0 auto;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .it-blog-style-2 .it-blog-thumb {
    margin-right: 0;
    width: 100%;
  }
}
.it-blog-style-2 .it-blog-thumb img {
  width: 100%;
}
.it-blog-style-2 .it-blog-content {
  margin-left: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .it-blog-style-2 .it-blog-content {
    padding: 20px 0;
  }
}
.it-blog-style-2 .it-blog-meta span:not(:last-child)::after {
  content: "";
  display: inline-block;
  display: inline-block;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  margin-left: 15px;
  transform: translateY(-3px);
  background-color: var(--it-common-black);
}
.it-blog-style-3.it-blog-style-2 .it-blog-thumb {
  margin-right: 0;
}
.it-blog-style-3.it-blog-style-2 .it-blog-item {
  padding: 0;
  border-bottom: none;
}
.it-blog-style-3 .it-blog-content {
  padding: 25px 30px;
  padding-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-blog-style-3 .it-blog-content {
    padding: 25px 15px;
    padding-bottom: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-blog-style-3 .it-blog-content {
    padding: 25px 30px;
    padding-bottom: 35px;
  }
}
.it-blog-style-3 .it-blog-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-blog-style-3 .it-blog-title {
    font-size: 21px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-blog-style-3 .it-blog-title {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .it-blog-style-3 .it-blog-title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .it-blog-style-3 .it-blog-title {
    font-size: 22px;
  }
}
.it-blog-style-3 .it-blog-btn {
  color: var(--it-common-black);
  transition: 0.3s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .it-blog-style-3 .it-blog-btn {
    font-size: 15px;
  }
}
.it-blog-style-3 .it-blog-btn span svg, .it-blog-style-3 .it-blog-btn span i {
  color: var(--it-common-black);
  transition: 0.3s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .it-blog-style-3 .it-blog-btn span svg, .it-blog-style-3 .it-blog-btn span i {
    width: 10px;
  }
}
.it-blog-style-3 .it-blog-btn:hover {
  color: var(--it-theme-1);
}
.it-blog-style-3 .it-blog-btn:hover span svg, .it-blog-style-3 .it-blog-btn:hover span i {
  color: var(--it-theme-1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .it-blog-style-3.it-blog-style-2 .it-blog-meta span:not(:last-child)::after {
    display: none;
  }
}
.it-blog-style-4 .it-blog-content {
  position: relative;
}
.it-blog-style-4 .it-blog-content::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 20px;
  height: 20px;
  background-color: var(--it-theme-1);
}

/* blog-details css here*/
@media (max-width: 767px) {
  .postbox-area .it-inner-title {
    font-size: 22px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .postbox-area .it-inner-title {
    font-size: 25px;
  }
}
.postbox-details-wrapper .it-blog-btn {
  transition: 0.3s;
  color: var(--it-common-black);
}
.postbox-details-wrapper .it-blog-btn svg {
  transition: 0.3s;
  color: var(--it-common-black);
}
.postbox-details-wrapper .it-blog-btn:hover {
  color: var(--it-theme-1);
}
@media (max-width: 767px) {
  .postbox-details-wrapper .it-blog-meta.mb-30 {
    margin-bottom: 20px;
  }
}
.postbox-details-wrapper .it-sv-details-list h4 {
  font-size: 25px;
}
.postbox-details-wrapper .it-sv-details-list ul li p {
  font-weight: 500;
  color: var(--it-common-black-2);
}
.postbox-details-wrapper .it-sv-details-list ul li:last-child p {
  margin-bottom: 0;
}
.postbox-details-wrapper .it-contact-input-box input {
  height: 45px;
  line-height: 45px;
}
.postbox-details-wrapper .postbox__select .nice-select {
  height: 45px;
  line-height: 45px;
}
.postbox-details-wrapper .it-contact-input-box textarea {
  height: 45px;
  overflow: hidden;
  resize: none;
  line-height: 45px;
  padding: 0 0 30px 0;
}
.postbox-video-btn {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  display: inline-block;
  height: 120px;
  width: 120px;
  line-height: 120px;
  text-align: center;
  border-radius: 50%;
  font-size: 26px;
  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) {
  .postbox-video-btn {
    height: 60px;
    width: 60px;
    line-height: 55px;
  }
}
.postbox-video-btn i, .postbox-video-btn svg {
  padding-left: 5px;
  display: inline-block;
  color: var(--it-common-white);
}
@media (max-width: 767px) {
  .postbox-video-btn i, .postbox-video-btn svg {
    width: 18px;
  }
}
.postbox-slider-arrow-wrap .postbox-arrow-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  z-index: 9;
}
.postbox-slider-arrow-wrap .postbox-arrow-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  z-index: 9;
}
.postbox-slider-arrow-wrap button {
  padding: 0;
  height: 60px;
  width: 60px;
  line-height: 63px;
  text-align: center;
  font-size: 18px;
  border-radius: 50%;
  transition: 0.3s;
  color: var(--it-common-black);
  background-color: var(--it-common-white);
}
@media (max-width: 767px) {
  .postbox-slider-arrow-wrap button {
    font-size: 14px;
    height: 40px;
    width: 40px;
    line-height: 40px;
  }
}
.postbox-slider-arrow-wrap button:hover {
  color: var(--it-common-white);
  background-color: var(--it-theme-1);
}
.postbox-dsc p {
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
  color: #57595C;
  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) {
  .postbox-dsc p {
    font-size: 14px;
    margin-right: 0;
  }
}
.postbox-dsc p .first-letter {
  font-weight: 600;
  font-size: 60px;
  float: left;
  line-height: 1;
  margin-right: 8px;
  color: var(--it-common-black);
  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) {
  .postbox-dsc p .first-letter {
    font-size: 48px;
  }
}
.postbox-blockquote {
  padding: 35px 60px 45px 40px;
  background-color: #F3F3F3;
  border-left: 7px solid var(--it-theme-1);
}
@media (max-width: 767px) {
  .postbox-blockquote {
    padding: 35px 20px;
  }
}
.postbox-blockquote p {
  font-style: italic;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.67;
  color: #000;
  display: block;
  margin-bottom: 0;
  margin-bottom: 25px;
  font-family: var(--it-ff-heading);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .postbox-blockquote p {
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .postbox-blockquote p {
    font-size: 16px;
  }
}
.postbox-blockquote-bottom i {
  font-weight: 400;
  font-size: 20px;
  color: #0a0e1a;
  font-style: normal;
}
@media (max-width: 767px) {
  .postbox-blockquote-bottom i {
    font-size: 15px;
  }
}
.postbox-blockquote-bottom i::before {
  display: inline-block;
  content: "";
  width: 22px;
  height: 1px;
  margin-right: 10px;
  transform: translateY(-5px);
  background-color: var(--it-theme-1);
}
@media (max-width: 767px) {
  .postbox-blockquote-bottom .quote svg {
    width: 40px;
  }
}
@media (max-width: 767px) {
  .postbox-tag {
    margin-bottom: 20px;
  }
}
.postbox-tag-title {
  margin: 0;
  margin-right: 18px;
  font-weight: 400;
  font-size: 16px;
  color: var(--it-common-black);
}
.postbox-tag-content a {
  padding: 0 22px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  color: var(--it-common-black-2);
  transition: 0.3s;
  background-color: #F3F3F3;
}
.postbox-tag-content a:not(:last-child) {
  margin-right: 7px;
}
@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) {
  .postbox-tag-content a {
    padding: 0 15px;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .postbox-tag-content a {
    padding: 0 12px;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    margin-bottom: 10px;
  }
}
.postbox-tag-content a:hover {
  color: var(--it-common-white);
  background-color: var(--it-theme-1);
}
.postbox-tag-box {
  padding: 24px 40px;
  border: 1px solid rgba(121, 121, 121, 0.3);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .postbox-tag-box {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .postbox-tag-box {
    padding: 20px 12px;
  }
}
.postbox-share-content a {
  font-size: 16px;
  display: inline-block;
  transition: 0.3s;
  height: 42px;
  width: 42px;
  line-height: 38px;
  text-align: center;
  border: 1px solid rgba(121, 121, 121, 0.5);
  color: var(--it-common-black);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .postbox-share-content a {
    height: 35px;
    width: 35px;
    line-height: 31px;
  }
}
@media (max-width: 767px) {
  .postbox-share-content a svg {
    width: 12px;
  }
}
.postbox-share-content a:not(:last-child) {
  margin-right: 5px;
}
.postbox-share-content a:hover {
  color: var(--it-common-white);
  background-color: var(--it-theme-1);
}
.postbox-user-thumb {
  flex: 0 0 auto;
}
.postbox-user-thumb img {
  height: 120px;
  width: 120px;
  border-radius: 5px;
  margin-right: 28px;
}
@media (max-width: 767px) {
  .postbox-user-thumb img {
    margin-bottom: 30px;
  }
}
.postbox-user-info .user-title {
  font-weight: 600;
  font-size: 18px;
  text-transform: capitalize;
  font-family: var(--it-ff-heading);
  margin-bottom: 10px;
}
.postbox-user-info span {
  font-weight: 400;
  font-size: 13px;
  display: block;
  font-family: var(--it-ff-plus-jakarta);
}
.postbox-user-info p {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 0;
  line-height: 1.6;
  margin-right: 10px;
  color: #5E5F62;
  font-family: var(--it-ff-plus-jakarta);
}
@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) {
  .postbox-user-info p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .postbox-user-info p {
    font-size: 14px;
    margin-right: 0;
  }
}
.postbox-comment-title {
  font-weight: 600;
  font-size: 34px;
  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) {
  .postbox-comment-title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .postbox-comment-title {
    font-size: 21px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .postbox-comment-title {
    font-size: 26px;
  }
}
.postbox-comment-content ul li {
  list-style-type: none;
  margin-bottom: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .postbox-comment-content ul li {
    margin-bottom: 40px;
  }
}
.postbox-comment-content ul li:last-child {
  margin-bottom: 50px;
}
.postbox-comment-content ul li.children {
  margin-left: 115px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .postbox-comment-content ul li.children {
    margin-left: 0;
  }
}
.postbox-comment .reply {
  transition: 0.3s;
  color: var(--it-common-black-2);
}
.postbox-comment .reply span {
  margin-right: 2px;
}
.postbox-comment .reply span i {
  color: var(--it-common-black);
}
.postbox-comment .reply:hover {
  color: var(--it-theme-1);
}
@media (max-width: 767px) {
  .postbox-comment-user {
    flex-wrap: wrap;
  }
}

.sidebar-button button {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.sidebar-button button i {
  color: var(--it-common-black);
}
.sidebar-contact {
  padding: 72px 16px 50px 16px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 5px;
  z-index: 2;
}
.sidebar-contact::before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(24, 24, 24, 0.7);
  content: "";
  border-radius: 5px;
  z-index: -1;
}
.sidebar-contact-call a {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  color: var(--it-common-white);
  margin-bottom: 20px;
}
.sidebar-contact-call i {
  display: block;
  font-size: 42px;
  color: var(--it-theme-1);
  margin-bottom: 10px;
}
.sidebar-contact-time span {
  display: inline-block;
  font-size: 14px;
  color: var(--it-common-white);
  margin-bottom: 15px;
}
.sidebar-widget {
  padding: 45px 37px;
  background-color: var(--it-gray-1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .sidebar-widget {
    padding: 45px 25px;
  }
}
.sidebar-widget-title {
  font-weight: 600;
  font-size: 24px;
  text-transform: capitalize;
  color: var(--it-common-black);
  font-family: var(--it-ff-heading);
}
.sidebar-widget-title::before {
  content: "";
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  margin-right: 7px;
  transform: translateY(-3px);
  background-color: var(--it-theme-1);
}
.sidebar-widget-list {
  width: 100%;
  padding: 19px 20px;
  display: flex;
  font-size: 16px;
  transition: 0.3s;
  text-transform: capitalize;
  justify-content: space-between;
  border: 1px solid rgba(121, 121, 121, 0.2);
  background-color: var(--it-common-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .sidebar-widget-list {
    padding: 12px 15px;
  }
}
.sidebar-widget-list span {
  transition: 0.3s;
}
.sidebar-widget-list.active {
  background-color: var(--it-theme-1);
  color: var(--it-common-white);
}
.sidebar-widget-list.active span {
  color: var(--it-common-white);
}
.sidebar-widget-list:hover {
  background-color: var(--it-theme-1);
  border-color: var(--it-theme-1);
  color: var(--it-common-white);
}
.sidebar-widget-list:hover span {
  color: var(--it-common-white);
}
.sidebar-widget-quote {
  padding: 50px 60px;
  padding-bottom: 40px;
  border-radius: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sidebar-widget-quote {
    padding: 50px 20px;
    padding-bottom: 40px;
  }
}
.sidebar-widget-quote h5 {
  font-weight: 600;
  font-size: 25px;
  text-transform: capitalize;
  color: #fff;
  margin-bottom: 15px;
  font-family: var(--it-ff-body);
}
.sidebar-widget-quote span {
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
  color: #fff;
  display: block;
  margin-bottom: 25px;
}
.sidebar-widget-quote .quote-shape {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  opacity: 0.7;
  mix-blend-mode: luminosity;
}
.sidebar-widget-social a {
  height: 52px;
  width: 52px;
  line-height: 52px;
  display: inline-block;
  border-radius: 5px;
  text-align: center;
  font-size: 18px;
  border: 1px solid #F2EBE9;
  transition: 0.3s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .sidebar-widget-social a {
    height: 44px;
    width: 44px;
    line-height: 44px;
  }
}
.sidebar-widget-social a:not(:last-child) {
  margin-right: 10px;
}
.sidebar-widget-social a:hover {
  border: 1px solid var(--it-theme-1);
  color: var(--it-common-white);
  background-color: var(--it-theme-1);
}
.sidebar-widget-post ul li {
  list-style-type: none;
}
.sidebar-widget-post ul li:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(121, 121, 121, 0.2);
}
.sidebar-search-box input {
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding-left: 25px;
  text-transform: capitalize;
  padding-right: 60px;
  color: var(--it-common-black);
  background-color: var(--it-common-white);
  border: 1px solid rgba(121, 121, 121, 0.2);
}
.sidebar-search-box input::placeholder {
  font-weight: 400;
  font-size: 16px;
}
.sidebar-search-box input:focus {
  border: 1px solid var(--it-theme-1);
}
.sidebar-search-button button {
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sidebar-right {
    margin-top: 70px;
  }
}

.categories a {
  position: relative;
  padding: 15px 0px;
  font-size: 12px;
  font-weight: 700;
  display: block;
  color: #8A879F;
  text-transform: uppercase;
  margin-bottom: 15px;
  border-radius: 5px;
  transition: 0.3s;
}
.categories a:hover {
  color: var(--it-common-black);
}
.categories a:hover i {
  right: -5px;
}
.categories a i {
  position: absolute;
  right: 0;
  transition: 0.3s;
}

.tagcloud a {
  display: inline-block;
  line-height: 1;
  padding: 20px 20px;
  margin-bottom: 10px;
  margin-right: 10px;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.01em;
  color: #57595c;
  text-transform: capitalize;
  text-align: center;
  background-color: var(--it-common-white);
  border: 1px solid rgba(121, 121, 121, 0.2);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tagcloud a {
    font-size: 12px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tagcloud a {
    font-size: 13px;
    margin-right: 5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tagcloud a {
    font-size: 13px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tagcloud a {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .tagcloud a {
    font-size: 13px;
    padding: 13px 10px;
    margin-right: 5px;
  }
}
.tagcloud a:hover {
  background: var(--it-theme-1);
  color: var(--it-common-white);
}
.tagcloud span {
  font-weight: 600;
  font-size: 16px;
  line-height: 12px;
  color: #202124;
  margin-right: 8px;
}

.rc-post-thumb img {
  height: 150px;
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.rc-post-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.56;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rc-post-title {
    font-size: 15px;
  }
}
.rc-post-title a {
  transition: 0.3s;
}
.rc-post-title a:hover {
  color: var(--it-theme-1);
}
.rc-meta i {
  margin-right: 5px;
}

.it-pagination ul li {
  display: inline-block;
  list-style-type: none;
  margin: 0 4px;
}
.it-pagination ul li a {
  width: 60px;
  height: 60px;
  line-height: 61px;
  font-weight: 400;
  font-size: 18px;
  transition: 0.3s;
  display: inline-block;
  text-align: center;
  border: 1px solid rgba(121, 121, 121, 0.2);
}
@media (max-width: 767px) {
  .it-pagination ul li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.it-pagination ul li a i {
  font-size: 20px;
}
.it-pagination ul li.current a {
  color: var(--it-common-white);
  background-color: var(--it-theme-1);
  border: 1px solid var(--it-theme-1);
}
.it-pagination ul li:hover a {
  color: var(--it-common-white);
  background-color: var(--it-theme-1);
  border: 1px solid var(--it-theme-1);
}

/*----------------------------------------*/
/*  14. footer css start
/*----------------------------------------*/
.it-footer-big-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: -1;
}
.it-footer-col-2 {
  margin-left: 160px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-footer-col-2 {
    margin-left: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-footer-col-2 {
    margin-left: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .it-footer-col-2 {
    margin-left: 40px;
  }
}
@media (max-width: 767px) {
  .it-footer-col-2 {
    margin-left: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-footer-col-2 {
    margin-left: 30px;
  }
}
.it-footer-col-3 {
  margin-left: 45px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-footer-col-3 {
    margin-left: 22px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-footer-col-3 {
    margin-left: 0;
  }
}
.it-footer-col-4 {
  margin-left: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-footer-col-4 {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .it-footer-col-4 {
    margin-left: 40px;
  }
}
@media (max-width: 767px) {
  .it-footer-col-4 {
    margin-left: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-footer-col-4 {
    margin-left: 30px;
  }
}
.it-footer-col-2-2 {
  margin-left: 135px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-footer-col-2-2 {
    margin-left: 10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-footer-col-2-2 {
    margin-left: 50px;
  }
}
@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: 90px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-footer-col-2-3 {
    margin-left: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-footer-col-2-3 {
    margin-left: 22px;
  }
}
@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: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-footer-col-3-2 {
    margin-left: 50px;
  }
}
@media (max-width: 767px) {
  .it-footer-col-3-2 {
    margin-left: 0;
  }
}
.it-footer-col-3-3 {
  margin-left: 75px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-footer-col-3-3 {
    margin-left: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-footer-col-3-3 {
    margin-left: 22px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-footer-col-3-3 {
    margin-left: 0;
  }
}
.it-footer-col-3-4 {
  padding-left: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-footer-col-3-4 {
    margin-left: 0px;
  }
}
.it-footer-border {
  position: relative;
}
.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: 30.5%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (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.5%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-footer-border::after {
    display: none;
  }
}
.it-footer-col-2-5 {
    padding-left: 34px;
}
@media (max-width: 768px) {
  .it-footer-col-2-5 {
    padding-left: 10px;
}
  
}
.it-footer-widget-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.28;
  text-transform: uppercase;
  color: var(--it-common-white);
  margin-bottom: 35px;
}
@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-title {
    font-size: 20px;
  }
}
.it-footer-widget-text p {
  line-height: 2;
  margin-bottom: 30px;
  color: var(--it-common-white);
  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-white);
  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-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (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-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-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-white);
}
@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 {
  color: var(--it-theme-1);
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  margin-right: 10px;
  flex: 0 0 auto;
  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-style-2 .it-footer-widget-text p {
  margin-right: -10px;
}
.it-footer-style-2 .it-footer-big-text {
  bottom: auto;
  top: 50px;
}
.it-footer-style-2 .it-copyright-social a {
  border: 1px solid rgba(121, 121, 121, 0.15);
  border-radius: 50%;
}
.it-footer-style-3 .it-newsletter-input-box {
  text-align: start;
  margin-left: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-footer-style-3 .it-newsletter-input-box input {
    line-height: 54px;
    height: 54px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-footer-style-3 .it-newsletter-input-box input {
    font-size: 12px;
    padding: 0 15px;
    line-height: 54px;
    height: 54px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-footer-style-3 .it-newsletter-input-box input {
    line-height: 54px;
    height: 54px;
    font-size: 12px;
    padding-left: 20px;
    padding-right: 60px;
  }
}
.it-footer-style-3 .it-newsletter-input-box button {
  right: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-footer-style-3 .it-newsletter-input-box button {
    display: none;
  }
}
.it-footer-style-3 .it-newsletter-input-box button svg, .it-footer-style-3 .it-newsletter-input-box button i {
  transition: 0.3s;
  color: var(--it-common-black);
}
.it-footer-style-3 .it-newsletter-input-box button:hover {
  background-color: var(--it-theme-1);
}
.it-footer-style-3 .it-newsletter-input-box button:hover svg, .it-footer-style-3 .it-newsletter-input-box button:hover i {
  color: var(--it-common-white);
}
@media (max-width: 767px) {
  .it-footer-style-3 .it-copyright-logo img {
    width: 170px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-footer-style-3 .it-copyright-social {
    margin-top: 0;
  }
}
.it-footer-style-3 .it-copyright-social::before {
  content: "";
  display: inline-block;
  height: 1px;
  width: 210px;
  margin-right: 20px;
  margin-left: 10px;
  transform: translateY(-4px);
  background-color: var(--it-common-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-footer-style-3 .it-copyright-social::before {
    width: 155px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-footer-style-3 .it-copyright-social::before {
    width: 130px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .it-footer-style-3 .it-copyright-social::before {
    width: 50px;
    margin-right: 10px;
    margin-left: 15px;
  }
}
@media (max-width: 767px) {
  .it-footer-style-3 .it-copyright-social::before {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-footer-style-3 .it-copyright-social::before {
    display: inline-block;
    width: 70px;
    margin-right: 10px;
    margin-left: 15px;
  }
}
.it-footer-style-3 .it-copyright-social a {
  border-radius: 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-footer-style-3 .it-copyright-social a {
    font-size: 14px;
    height: 35px;
    width: 35px;
    line-height: 31px;
  }
}
@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-3 .it-copyright-area {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .it-footer-style-3 .it-copyright-left {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-footer-style-3 .it-copyright-left {
    display: flex;
  }
}

@media (max-width: 767px) {
  .it-copyright-left {
    margin-bottom: 10px;
  }
}
.it-copyright-left p {
  color: var(--it-common-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-copyright-left p {
    font-size: 15px;
  }
}
.it-copyright-left p a {
  color: var(--it-theme-1);
}
.it-copyright-border {
  padding: 17px 0;
  border-top: 1px solid #313537;
}
@media (max-width: 767px) {
  .it-copyright-social {
    margin-top: 15px;
  }
}
/* .it-copyright-social a {
  font-size: 16px;
  height: 44px;
  width: 44px;
  line-height: 41px;
  text-align: center;
  display: inline-block;
  color: var(--it-common-white);
  border: 1px solid #313537;
} */
@media (max-width: 767px) {
  .it-copyright-social a {
    font-size: 14px;
  }
}
.it-copyright-social a:not(:last-child) {
  margin-right: 5px;
}
.it-copyright-social a:hover {
  border-color: #fff;
}
.it-copyright-style-2.it-copyright-border {
  border-top: 1px solid #ffffff2a;
  padding: 28px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-copyright-style-2.it-copyright-border {
    padding: 25px 0;
  }
}
.it-copyright-link a {
  color: var(--it-common-white);
}
.it-copyright-link span {
  display: inline-block;
  margin: 0 12px;
  color: var(--it-common-white);
}

/*----------------------------------------*/
/*  16. header css start
/*----------------------------------------*/
.it-header-transparent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.it-header-logo-red a img {
    padding: 5px;
}

.it-header-top-ptb {
  padding: 0px 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;
  }
}
@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;
  color: var(--it-common-black-2);
}
.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;
}
.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);
}
.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: 0 5px;
  text-align: center;
  border: 1px solid #313537;
  color: var(--it-common-white);
}
.it-header-top-social-box a:last-child {
  margin-right: 0;
}
.it-header-top-social-box a:hover {
  color: var(--it-theme-1);
}
.it-header-top-contact {
  padding-right: 45px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .it-header-top-contact {
    padding-right: 15px;
  }
}
.it-header-top-contact a {
  font-size: 14px;
  letter-spacing: 0.01em;
  font-family: var(--it-ff-heading);
  transition: 0.3s;
}
.it-header-top-contact a:hover {
  color: var(--it-theme-1);
}
.it-header-top-contact span {
  display: inline-block;
  margin: 0 5px;
}
.it-header-top-style-2.it-header-top-ptb {
  padding: 11px 0;
}
@media (max-width: 767px) {
  .it-header-top-style-2 .it-header-top-list-wrap ul li {
    margin-right: 0;
  }
}
.it-header-top-style-2 .it-header-top-social-box span {
  font-weight: 500;
  font-size: 18px;
  margin-right: 13px;
  display: inline-block;
  color: var(--it-common-black);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-header-top-style-2 .it-header-top-social-box span {
    font-size: 14px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-header-top-style-2 .it-header-top-social-box span {
    display: none;
    margin-right: 8px;
  }
}
.it-header-top-style-2 .it-header-top-social-box a {
  width: 44px;
  height: 44px;
  line-height: 41px;
  border: 1px solid rgba(121, 121, 121, 0.15);
  color: var(--it-common-black);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-header-top-style-2 .it-header-top-social-box a {
    width: 35px;
    height: 35px;
    line-height: 31px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-header-top-style-2 .it-header-top-social-box a svg, .it-header-top-style-2 .it-header-top-social-box a i {
    width: 14px;
    height: 14px;
  }
}
.it-header-top-style-2 .it-header-top-social-box a:hover {
  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-header-ptb {
    padding: 5px 0;
  }
  .it-header-logo-red {
    width: 292px;
}

}
.it-header-logo a img {
    width: 77%;
}
.it-header-logo {
  position: absolute;
  top: 0;
  left: 5%;
  padding: 0 65px;
  background-color: #ffffff;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .it-header-logo {
    left: 2%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-header-logo {
    left: 0;
    padding: 0 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-header-logo {
    left: 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-logo {
    left: 0;
    padding: 0 45px;
  }
}
.it-header-ml {
  margin-left: 420px;
}
@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: 200px;
  }
}
@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-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 8px;
  }
}
.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: 35px 0;
  display: inline-block;
  position: relative;
  color: var(--it-common-black);
  font-family: var(--it-ff-heading);
}
@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;
  height: 4px;
  width: 0;
  margin: 0 auto;
  transition: 0.3s;
  opacity: 0;
  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 {
  width: 100%;
  opacity: 1;
}
.it-header-menu > nav > ul > li:hover.has-dropdown::after {
  color: var(--it-theme-1);
}
.it-header-bar button {
  padding: 0;
}
.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;
}
@media (max-width: 767px) {
  .it-header-bar button span {
    height: 40px;
    width: 40px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .it-header-bar button span svg {
    width: 18px;
  }
}
.it-header-search {
  margin-right: 27px;
}
.it-header-search button {
  height: 53px;
  width: 53px;
  line-height: 1;
  border-radius: 50%;
  position: relative;
  padding: 0;
  background-color: #F3F3F3;
}
.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;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-header-right-action .it-btn-orange {
    font-size: 15px;
    padding: 15px 24px;
  }
}
.it-header-style-2 .it-header-menu nav > ul {
  margin-left: 75px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .it-header-style-2 .it-header-menu nav > ul {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-header-style-2 .it-header-menu nav > ul {
    margin-left: 40px;
  }
}
.it-header-style-2 .it-header-menu nav ul li > a {
  color: var(--it-common-white);
}
.it-header-style-2 .it-header-menu nav ul li.has-dropdown a::after {
  color: var(--it-common-white);
}
.it-header-style-2 .it-header-menu > nav > ul > li {
  margin: 0px 18px;
}
@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:hover > a {
  color: var(--it-theme-1);
}
.it-header-style-2 .it-header-menu > nav > ul > li:hover > a::before {
  width: 100%;
  opacity: 1;
}
.it-header-style-2 .it-header-menu > nav > ul > li:hover.has-dropdown a::after {
  color: var(--it-theme-1);
}
.it-header-style-3 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.it-header-style-3 .it-header-menu nav {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 87px;
  margin-right: -40px;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .it-header-style-3 .it-header-menu nav {
    padding-left: 5px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .it-header-style-3 .it-header-menu nav {
    padding-left: 50px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-header-style-3 .it-header-menu nav {
    padding-left: 0px;
    margin-right: -80px;
  }
}
.it-header-style-3 .it-header-menu nav > ul > li {
  margin: 0;
  padding: 0 19px;
  transition: 0.4s;
  position: relative;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .it-header-style-3 .it-header-menu nav > ul > li {
    padding: 0 14px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-header-style-3 .it-header-menu nav > ul > li {
    padding: 0 13px;
  }
}
.it-header-style-3 .it-header-menu nav > ul > li > a {
  padding: 29px 0;
  line-height: 1.8;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-header-style-3 .it-header-menu nav > ul > li > a {
    font-size: 12px;
  }
}
.it-header-style-4 .it-header-menu nav {
  margin-left: 65px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .it-header-style-4 .it-header-menu nav {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-header-style-4 .it-header-menu nav {
    margin-left: 35px;
  }
}
.it-header-style-4 .it-header-right-action {
  margin-left: -60px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .it-header-style-4 .it-header-right-action {
    margin-left: -120px;
  }
}

.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;
  box-shadow: 0px 1px 3px 0px rgba(18, 20, 32, 0.14);
}
.header-sticky .it-header-top-area {
  display: none;
}
.header-sticky .it-header-menu > nav > ul > li > a {
  padding: 27px 0;
}
.header-sticky .it-header-menu > nav > ul > li > a .it-header-logo {
  display: none;
}
.header-sticky .it-header-menu > nav > ul > li > a .it-header-logo-2 {
  display: block;
}
.header-sticky.it-header-style-2 .it-header-menu > nav > ul > li > a {
  color: var(--it-common-black);
}
.header-sticky.it-header-style-2 .it-header-menu > nav > ul > li > a:hover {
  color: var(--it-theme-1);
}
.header-sticky.it-header-style-2 .it-header-menu > nav > ul > li.has-dropdown > a:hover::after {
  color: var(--it-theme-1);
}
.header-sticky.it-header-style-2 .it-header-menu nav ul li.has-dropdown a::after {
  color: var(--it-common-black);
}
.header-sticky.it-header-style-2 .it-header-logo-red {
  display: block !important;
}
.header-sticky.it-header-style-2 .it-header-logo-2 {
  display: none;
}
.header-sticky.it-header-style-3 .it-header-menu nav {
  border: none;
  padding-left: 0;
}
.header-sticky.it-header-style-3 {
  border-bottom: none;
}
.header-sticky.it-header-style-3.it-header-style-2 .it-header-menu nav ul li.has-dropdown a::after {
  color: var(--it-common-black);
}
/* Default Logo Style */
.it-header-logo img {
    /* max-height: 80px;   */
    transition: all 0.3s ease-in-out;
}

/* When Sticky Header is Active */
.header-sticky .it-header-logo img {
    max-height: 80px;   /* reduced size */
}


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

/*----------------------------------------*/
/*  18. menu css start
/*----------------------------------------*/
.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-black);
  margin-left: 4px;
}
.it-header-menu nav ul li .submenu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 350px;
  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;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  color: var(--it-common-black);
  font-family: var(--it-ff-heading);
}
.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) {
  .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 {
  padding: 10.5px 5px;
  display: block;
  margin-bottom: 10px;
  color: var(--it-common-white);
  background-color: var(--it-theme-1);
}
.home-img-btn .it-btn-sm::after {
  background-color: var(--it-common-white);
}
.home-img-btn .it-btn-sm:hover {
  color: var(--it-theme-1);
  background-color: var(--it-common-white);
}

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

/*----------------------------------------*/
/*  17. hero css start
/*----------------------------------------*/
@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-hero-area {
    padding-top: 157px;
  }
}
@media (max-width: 767px) {
  .it-hero-area {
    padding-top: 75px;
  }
}
.it-hero-area .it-slider-text p {
  margin-right: 60px;
  color: var(--it-common-black);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-hero-area .it-slider-text p {
    margin-right: 0;
  }
}
.it-hero-title {
  font-weight: 700;
  font-size: 80px;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 15px;
  color: var(--it-common-black);
}
.it-hero-title span {
  color: var(--it-theme-1);
}
.it-hero-title img {
  margin-left: 10px;
  border-radius: 100px;
}
@media (max-width: 767px) {
  .it-hero-title img {
    width: 100px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-hero-title img {
    width: 140px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-hero-title {
    font-size: 66px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-hero-title {
    font-size: 55px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .it-hero-title {
    font-size: 64px;
  }
}
@media (max-width: 767px) {
  .it-hero-title {
    font-size: 32px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-hero-title {
    font-size: 56px;
  }
}
.it-hero-play-icon a {
  display: inline-block;
  height: 59px;
  width: 59px;
  line-height: 59px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--it-common-black);
}
.it-hero-play-icon a svg, .it-hero-play-icon a i {
  padding-left: 2px;
}
.it-hero-play-btn span {
  font-size: 18px;
  display: inline-block;
  margin-left: 10px;
  text-transform: uppercase;
  color: var(--it-common-black);
}
.it-hero-content {
  padding: 187px 0;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .it-hero-content {
    padding: 150px 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-hero-content {
    padding: 130px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-hero-content {
    padding: 120px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .it-hero-content {
    padding-top: 120px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .it-hero-content {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-hero-content {
    padding-top: 180px;
  }
}
.it-hero-thumb {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .it-hero-thumb {
    right: -6%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .it-hero-thumb {
    right: -16%;
    bottom: -10%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-hero-thumb {
    right: -20%;
    bottom: -30%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-hero-thumb {
    right: -45%;
    bottom: -40%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-hero-thumb {
    position: static;
  }
}
@media (max-width: 767px) {
  .it-hero-btn .it-btn-orange {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-hero-btn .it-btn-orange {
    margin-bottom: 0;
  }
}
.it-hero-shape-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-hero-2-area {
    padding-top: 148px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .it-hero-2-area {
    padding-top: 140px;
  }
}
@media (max-width: 767px) {
  .it-hero-2-area {
    padding-top: 120px;
  }
}
.it-hero-2-title {
  font-weight: 700;
  font-size: 85px;
  text-transform: uppercase;
  line-height: 1.12;
  margin-bottom: 12px;
  color: var(--it-common-white);
}
.it-hero-2-title span {
  color: var(--it-theme-1);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .it-hero-2-title {
    font-size: 77px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-hero-2-title {
    font-size: 66px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-hero-2-title {
    font-size: 61px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .it-hero-2-title {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  .it-hero-2-title {
    font-size: 43px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-hero-2-title {
    font-size: 56px;
  }
}
.it-hero-2-overlay {
  padding: 108px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.it-hero-2-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background: rgba(9, 18, 22, 0.8);
}
.it-hero-2-overlay .it-contact-form-box {
  transform: translateX(30px);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), 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-2-overlay .it-contact-form-box {
    transform: translateX(0);
  }
}
.it-hero-2-text p {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.7;
  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-hero-2-text p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .it-hero-2-text p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .it-hero-2-btn .it-btn-orange {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-hero-2-btn .it-btn-orange {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-hero-2-content {
    margin-bottom: 70px;
  }
}
.it-hero-2-shape-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.it-hero-3-subtitle {
  font-weight: 500;
  font-size: 24px;
  display: block;
  margin-bottom: 13px;
  font-family: var(--it-ff-heading);
  color: var(--it-common-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-hero-3-subtitle {
    font-size: 20px;
  }
}
.it-hero-3-title {
  font-weight: 800;
  font-size: 130px;
  line-height: 1.04;
  position: relative;
  text-transform: uppercase;
  color: var(--it-common-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-hero-3-title {
    font-size: 120px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-hero-3-title {
    font-size: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .it-hero-3-title {
    font-size: 100px;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .it-hero-3-title {
    font-size: 54px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-hero-3-title {
    font-size: 92px;
    margin-bottom: 20px;
  }
}
.it-hero-3-title span {
  margin-left: 370px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-hero-3-title span {
    margin-left: 300px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-hero-3-title span {
    margin-left: 250px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-hero-3-title span {
    margin-left: 0;
  }
}
.it-hero-3-customer-info {
  margin-top: -45px;
  display: inline-block;
  padding: 35px 35px 45px 20px;
  border-left: 9px solid rgba(255, 255, 255, 0.4);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
}
@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-hero-3-customer-info {
    padding: 25px 35px 35px 20px;
  }
}
.it-hero-3-customer-info h5 {
  font-weight: 700;
  font-size: 48px;
  line-height: 1.21;
  margin-bottom: 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-hero-3-customer-info h5 {
    font-size: 34px;
  }
}
.it-hero-3-customer-info span {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.33;
  display: block;
  margin-bottom: 10px;
  font-family: var(--it-ff-heading);
  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-hero-3-customer-info span {
    font-size: 20px;
  }
}
.it-hero-3-experience {
  padding: 30px;
  line-height: 0;
  position: absolute;
  top: 22%;
  right: 36.5%;
  z-index: 11;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-hero-3-experience {
    right: 28%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-hero-3-experience {
    right: 22%;
    top: 18%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .it-hero-3-experience {
    right: 10%;
  }
}
@media (max-width: 767px) {
  .it-hero-3-experience {
    display: none;
  }
}
.it-hero-3-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: 768px) and (max-width: 991px) {
  .it-hero-3-experience i {
    height: 90px;
    width: 90px;
    line-height: 86px;
  }
}
.it-hero-3-experience-text {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  transform: translateY(-50%);
}
.it-hero-3-experience-text img {
  animation: animationglob 6s cubic-bezier(1, 0.99, 0.03, 0.01) infinite;
}
.it-hero-3-shape-1 {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-hero-3-shape-1 {
    display: none;
  }
}
.it-hero-3-area .it-hero-2-overlay {
  padding-top: 253px;
  padding-bottom: 165px;
  background-position: bottom;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .it-hero-3-area .it-hero-2-overlay {
    padding-top: 200px;
    padding-bottom: 150px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .it-hero-3-area .it-hero-2-overlay {
    padding-top: 180px;
    padding-bottom: 150px;
  }
}
@media (max-width: 767px) {
  .it-hero-3-area .it-hero-2-overlay {
    padding-top: 150px;
    padding-bottom: 110px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-hero-3-area .it-hero-2-overlay {
    padding-top: 180px;
    padding-bottom: 140px;
  }
}

/*----------------------------------------*/
/*  02. about css start
/*----------------------------------------*/
.it-about-right {
  margin-left: 75px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-about-right {
    margin-left: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-about-right {
    margin-left: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-about-right {
    margin-left: 0;
    margin-top: 50px;
  }
}
.it-about-right p {
  line-height: 2;
  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-about-right p br {
    display: none;
  }
}
@media (max-width: 767px) {
  .it-about-right p {
    font-size: 15px;
  }
  .it-about-right p br {
    display: none;
  }
}
.it-about-right .row [class*=col-]:first-child .it-about-funfact::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(180deg, rgba(224, 59, 59, 0) 0%, #ff4400 50%, rgba(224, 59, 59, 0) 100%);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .it-about-right .row [class*=col-]:first-child .it-about-funfact::after {
    right: 5%;
  }
}
@media (max-width: 767px) {
  .it-about-right .row [class*=col-]:first-child .it-about-funfact::after {
    display: none;
  }
}
.it-about-right .row [class*=col-]:last-child .it-about-funfact {
  padding-left: 60px;
}
@media (max-width: 767px) {
  .it-about-right .row [class*=col-]:last-child .it-about-funfact {
    padding-left: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-about-thumb img {
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-about-thumb img {
    width: 100%;
  }
}
.it-about-thumb-wrap {
  margin-right: -30px;
}
@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-thumb-wrap {
    margin-right: 0;
  }
}
.it-about-funfact {
  position: relative;
  margin-bottom: 30px;
}
.it-about-funfact-number {
  font-weight: 600;
  font-size: 80px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-about-funfact-number {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-about-funfact-number {
    font-size: 40px;
  }
}
.it-about-funfact-number i {
  font-style: normal;
}
.it-about-funfact span {
  font-size: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-about-funfact span {
    font-size: 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-about-funfact span {
    font-size: 15px;
  }
}
.it-about-funfact-wrap {
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(121, 121, 121, 0.3);
}
.it-about-shape-1 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .it-about-btn {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-about-btn .it-btn-orange.mr-30 {
    margin-right: 20px;
  }
}
.it-about-btn .it-slider-author-designation i {
  color: var(--it-common-black);
}
.it-about-btn .it-slider-author-designation span {
  color: var(--it-common-black);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-about-btn .it-slider-author {
    width: 60%;
  }
}
.it-about-style-2 .it-about-thumb img {
  transform: translateX(-30px);
}
@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-style-2 .it-about-thumb img {
    transform: translateX(0);
  }
}
.it-about-style-2 .it-about-right {
  margin-left: 0;
  margin-right: 75px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-about-style-2 .it-about-right {
    margin-right: 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-about-style-2 .it-about-right {
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 70px;
  }
}
.it-about-style-2 .it-about-shape-1 {
  right: auto;
  left: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-about-style-3 .it-about-right {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-about-style-3 .it-about-thumb.mb-35 {
    margin-bottom: 0;
  }
}

.it-about-2-right {
  margin-left: 7px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-about-2-right {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-about-2-right {
    margin-left: 0;
    margin-bottom: 70px;
  }
}
.it-about-2-thumb {
  display: inline-block;
  padding-left: 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-about-2-thumb {
    padding-left: 0px;
    margin-right: 40px;
  }
}
@media (max-width: 767px) {
  .it-about-2-thumb {
    padding-left: 20px;
    margin-right: 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-about-2-thumb {
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  .it-about-2-thumb img {
    width: 100%;
  }
}
.it-about-2-thumb::after {
  content: "";
  position: absolute;
  right: -45px;
  bottom: 15px;
  height: 256px;
  width: 45px;
  background-color: var(--it-theme-1);
  animation: translateY 2.5s infinite alternate;
}

.it-about-2-thumb1::after {
  content: "";
  position: absolute;
  right: -45px;
  bottom: 15px;
  height: 256px;
  width: 45px;
  background-color: var(--it-theme-1);
  animation: translateY 2.5s infinite alternate;
}

.it-about-2-thumb1 {
 text-align: right;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-about-2-thumb::after {
    left: -25px;
    width: 25px;
  }
}
@media (max-width: 767px) {
  .it-about-2-thumb::after {
    height: 41%;
    width: 20px;
    right: -20px;
  }
}
.it-about-2-experience {
  position: absolute;
  top: 0;
  left: 0;
  padding: 32px 47px;
  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) {
  .it-about-2-experience {
    padding: 20px 20px;
  }
}
@media (max-width: 767px) {
  .it-about-2-experience {
    padding: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-about-2-experience {
    padding: 30px 40px;
  }
}
.it-about-2-experience span {
  font-weight: 500;
  font-size: 20px;
  display: block;
  margin-bottom: 5px;
  color: var(--it-common-white);
  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) {
  .it-about-2-experience span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .it-about-2-experience span {
    font-size: 12px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-about-2-experience span {
    font-size: 16px;
  }
}
.it-about-2-experience span i {
  font-weight: 700;
  font-size: 60px;
  font-style: normal;
  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) {
  .it-about-2-experience span i {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .it-about-2-experience span i {
    font-size: 12px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-about-2-experience span i {
    font-size: 16px;
  }
}
.it-about-2-experience p {
  font-weight: 500;
  font-size: 30px;
  margin-bottom: 0;
  color: var(--it-common-white);
  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) {
  .it-about-2-experience p {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .it-about-2-experience p {
    font-size: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-about-2-experience p {
    font-size: 28px;
  }
}
.it-about-2-text p {
  margin-right: 60px;
  line-height: 2;
  color: var(--it-common-black-2);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-about-2-text p {
    font-size: 15px;
    margin-right: 0;
  }
}
.it-about-2-list ul li {
  padding-left: 30px;
  position: relative;
  list-style-type: none;
  margin-bottom: 17px;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.01em;
  font-family: var(--it-ff-heading);
  color: var(--it-common-black);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-about-2-list ul li {
    font-size: 15px;
  }
}
.it-about-2-list ul li span {
  position: absolute;
  top: -2px;
  left: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-about-2-list ul li span svg {
    width: 16px;
  }
}
.it-about-2-more-info {
  position: relative;
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
  width: 263px;
  padding: 33px 40px;
  margin-left: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-about-2-more-info {
    padding: 20px 20px;
    margin-left: 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .it-about-2-more-info {
    margin-top: 35px;
    padding: 20px;
    margin-left: 0;
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-about-2-more-info {
    padding: 40px;
    width: 70%;
  }
}
.it-about-2-more-info::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background: rgba(9, 18, 22, 0.8);
}
.it-about-2-more-info ul li {
  list-style-type: none;
}
.it-about-2-more-info ul li:not(:last-child) {
  padding-bottom: 20px;
  margin-bottom: 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.it-about-2-more-info ul li span {
  font-weight: 700;
  font-size: 48px;
  line-height: 1;
  display: block;
  margin-bottom: 5px;
  color: var(--it-common-white);
  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) {
  .it-about-2-more-info ul li span {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .it-about-2-more-info ul li span {
    font-size: 30px;
  }
}
.it-about-2-more-info ul li span i {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
}
@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-2-more-info ul li span i {
    font-size: 16px;
  }
}
.it-about-2-more-info ul li p {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 20px;
  color: var(--it-common-white);
  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-about-2-more-info ul li p {
    font-size: 16px;
  }
}
.it-about-2-shape-1 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.it-about-3-thumb {
  height: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .it-about-3-thumb {
    margin-top: 70px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .it-about-3-thumb {
    height: auto;
  }
}
.it-about-3-thumb img {
  height: 100%;
}
.it-about-3-more-info {
  padding: 31px 30px;
  padding-top: 25px;
  background-color: #313537;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-about-3-more-info {
    padding: 20px;
    padding-top: 25px;
  }
}
@media (max-width: 767px) {
  .it-about-3-more-info {
    margin-bottom: 30px;
  }
}
.it-about-3-more-info:hover:hover .it-about-3-more-arrow a svg, .it-about-3-more-info:hover:hover .it-about-3-more-arrow a i {
  transform: rotate(360deg);
  transition: 0.6s;
  color: var(--it-theme-1);
}
.it-about-3-more-info:hover:hover .it-about-3-more-arrow a::after {
  top: 50%;
  left: 50%;
  transform: scale(1) translate(-50%, -50%);
}
.it-about-3-more-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.33;
  margin-bottom: 95px;
  color: var(--it-common-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-about-3-more-title {
    font-size: 20px;
    margin-bottom: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-about-3-more-title {
    font-size: 17px;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .it-about-3-more-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .it-about-3-more-title {
    font-size: 23px;
    margin-bottom: 50px;
  }
}
.it-about-3-more-arrow {
  line-height: 0;
}
.it-about-3-more-arrow span {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.56;
  color: var(--it-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-about-3-more-arrow span {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .it-about-3-more-arrow span {
    font-size: 16px;
  }
}
.it-about-3-more-arrow a {
  display: inline-block;
  height: 58px;
  width: 58px;
  line-height: 58px;
  text-align: center;
  background-color: var(--it-theme-1);
  position: relative;
  overflow: hidden;
}
@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-3-more-arrow a {
    height: 40px;
    width: 40px;
    line-height: 40px;
  }
}
.it-about-3-more-arrow a::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-common-white);
}
.it-about-3-more-arrow a svg, .it-about-3-more-arrow a i {
  position: relative;
  z-index: 1;
  color: var(--it-common-white);
}
.it-about-3-title {
  font-weight: 600;
  font-size: 25px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-about-3-title {
    font-size: 22px;
  }
}
@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-3-title {
    font-size: 20px;
  }
}
.it-about-3-arrow {
  line-height: 0;
  margin-left: 20px;
}
.it-about-3-arrow a {
  display: inline-block;
  height: 58px;
  width: 58px;
  line-height: 58px;
  text-align: center;
  background-color: var(--it-theme-1);
  position: relative;
  overflow: hidden;
}
@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-3-arrow a {
    height: 40px;
    width: 40px;
    line-height: 40px;
  }
}
.it-about-3-arrow a::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-common-white);
}
.it-about-3-arrow a svg, .it-about-3-arrow a i {
  position: relative;
  z-index: 1;
  color: var(--it-common-white);
}
.it-about-3-left {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.it-about-3-right {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .it-about-3-right {
    margin-top: 30px;
    margin-bottom: 50px;
    flex-wrap: wrap;
    height: auto;
  }
}
.it-about-3-item {
  position: relative;
  padding: 20px 25px 20px 30px;
  border: 1px solid #797979;
  z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-about-3-item {
    padding: 13px 25px 13px 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-about-3-item {
    padding: 10px 15px;
  }
}
.it-about-3-item::after {
  position: absolute;
  content: "";
  top: auto;
  bottom: 0;
  left: 0;
  height: 0;
  width: 100%;
  background-color: var(--it-theme-1);
  transition: 0.4s;
  z-index: -1;
}
.it-about-3-item:hover {
  border: 1px solid var(--it-theme-1);
}
.it-about-3-item:hover::after {
  height: 100%;
  bottom: auto;
  top: 0;
}
.it-about-3-item:hover .it-about-3-title {
  color: var(--it-common-white);
}
.it-about-3-item:hover .it-about-3-arrow a svg, .it-about-3-item:hover .it-about-3-arrow a i {
  transform: rotate(360deg);
  transition: 0.6s;
  color: var(--it-theme-1);
}
.it-about-3-item:hover .it-about-3-arrow a::after {
  transform: scale(1) translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.it-about-4-left p {
  line-height: 2;
  margin-right: 30px;
  color: var(--it-common-black);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-about-4-left p {
    margin-right: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-about-4-left p {
    margin-right: 0;
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-about-4-right {
    margin-top: 50px;
  }
}
.it-about-4-right .it-custom-accordion .accordion-buttons {
  position: relative;
  text-align: left;
  padding: 31px 0;
  padding-right: 50px;
  width: 100%;
  font-weight: 700;
  color: var(--it-common-black);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-about-4-right .it-custom-accordion .accordion-buttons {
    font-size: 20px;
  }
}
.it-about-4-right .it-custom-accordion .accordion-buttons .it-accordion-btn {
  right: 0;
  height: 32px;
  width: 32px;
  line-height: 29px;
  color: var(--it-common-white);
  background-color: var(--it-common-black);
}
.it-about-4-right .it-custom-accordion .accordion-buttons:not(.collapsed) {
  padding-bottom: 20px;
}
.it-about-4-right .it-custom-accordion .accordion-buttons:not(.collapsed) .it-accordion-btn {
  background-color: var(--it-theme-1);
}
.it-about-4-right .it-custom-accordion .accordion-body p {
  line-height: 1.62;
  margin-right: 0;
  font-size: 16px;
}
.it-about-4-right .it-custom-accordion .accordion-body {
  padding: 0 0 20px 0;
  position: relative;
  z-index: 1;
}
.it-about-4-thumb {
  overflow: hidden;
}
.it-about-4-thumb img {
  transition: all 0.5s linear;
}
.it-about-4-thumb:hover img {
  transform: scale(1.1);
}

/*----------------------------------------*/
/*  22. menu css start
/*----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-service-top-wrap .it-section-title-box {
    margin-bottom: 30px;
  }
}
.it-service-title {
  line-height: 1.33;
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-service-title {
    font-size: 22px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-service-title {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-service-title {
    font-size: 22px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .it-service-text {
    margin-bottom: 20px;
  }
}
.it-service-text p {
  margin-bottom: 0;
  margin-right: 125px;
  line-height: 2;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-service-text 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-text p {
    margin-right: 30px;
    line-height: 1.5;
    font-size: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-service-text p {
    font-size: 15px;
    margin-right: 50px;
    line-height: 1.5;
  }
}
.it-service-arrow a {
  display: inline-block;
  height: 58px;
  width: 58px;
  line-height: 58px;
  text-align: center;
  background-color: var(--it-theme-1);
  position: relative;
  overflow: hidden;
}
@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-arrow a {
    height: 48px;
    width: 48px;
    line-height: 48px;
  }
}
.it-service-arrow a svg, .it-service-arrow a i {
  position: relative;
  z-index: 1;
  color: var(--it-common-white);
}
.it-service-arrow a::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-common-white);
}
.it-service-item {
  padding: 35px 40px;
  background-color: var(--it-common-white);
  position: relative;
  z-index: 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-service-item {
    padding: 35px 20px;
  }
}
.it-service-item::after {
  content: "";
  position: absolute;
  content: "";
  top: auto;
  bottom: 0;
  left: 0;
  height: 0;
  width: 100%;
  background-color: var(--it-theme-1);
  transition: 0.4s;
  z-index: -1;
}
.it-service-item:hover::after {
  height: 100%;
  bottom: auto;
  top: 0;
}
.it-service-item:hover .it-service-title {
  color: var(--it-common-white);
}
.it-service-item:hover .it-service-text p {
  color: var(--it-common-white);
}
.it-service-item:hover .it-service-arrow a::after {
  top: 50%;
  left: 50%;
  transform: scale(1) translate(-50%, -50%);
}
.it-service-item:hover .it-service-arrow a svg, .it-service-item:hover .it-service-arrow a i {
  transform: rotate(360deg);
  transition: 0.6s;
  color: var(--it-theme-1) !important;
}
.it-service-right {
  margin-left: 34px;
}
@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-service-right {
    margin-left: 0;
  }
}
.it-service-thumb {
  height: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-service-thumb {
    height: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-service-thumb {
    height: auto;
    margin-bottom: 50px;
  }
}
.it-service-thumb img {
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-service-thumb img {
    width: 100%;
  }
}
.it-service-shape-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.it-service-shape-2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.img-zoom {
  overflow: hidden;
}
.img-zoom img {
  transition: all 0.7s linear;
}
.img-zoom:hover img {
  transform: scale(1.2);
}

.img-zoom-2 {
  overflow: hidden;
}
.img-zoom-2 img {
  transition: all 0.7s linear;
}
.img-zoom-2:hover img {
  transform: scale(1.1);
}

.it-service-2-title {
  font-weight: 600;
    font-size: 17px;
    line-height: 1.50;
  margin-bottom: 20px;
}
@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-title {
    font-size: 22px;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-service-2-title {
    font-size: 24px;
  }
}
.it-service-2-content {
  padding: 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-service-2-content {
    padding: 15px 20px;
  }
}
.it-service-2-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 25px;
  color: rgba(121, 121, 121, 0.78);
}
@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 {
    font-size: 14px;
    line-height: 1.5;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-service-2-content p {
    font-size: 16px;
  }
}
.it-service-2-icon {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: var(--it-common-white);
}
.it-service-2-icon span {
  display: inline-block;
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  margin: 15px;
  background-color: var(--it-common-black);
}
.it-service-2-icon span svg {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@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-icon span {
    height: 50px;
    width: 50px;
    line-height: 50px;
    margin: 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-service-2-icon span {
    height: 70px;
    width: 70px;
    margin: 15px;
    line-height: 70px;
  }
}
.it-service-2-thumb {
  overflow: hidden;
}
.it-service-2-thumb img {
  transition: 1.3s all ease;
  border-bottom: 1px solid #ff6500;
}
.it-blog-area.it-blog-style-2.it-blog-style-3 {
    background-color: #ebebeb;
    position: relative;
}
.it-service-2-item {
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.1);
  background-color: var(--it-common-white);
  border: 1px solid rgba(109, 117, 142, 0.2);
  position: relative;
}
.it-service-2-item:hover .it-service-2-thumb img {
  transform: scale(1.2) rotate(-2deg);
}
.it-service-2-item:hover .it-service-2-icon svg {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.it-service-3-item {
  padding: 40px;
  padding-bottom: 35px;
  background-color: var(--it-gray-1);
}
@media (max-width: 767px) {
  .it-service-3-item {
    padding: 30px 20px;
    padding-bottom: 25px;
  }
}
.it-service-3-item:hover .it-service-3-icon span svg {
  transform: scaleX(-1);
}
.it-service-3-icon span svg {
  transition: transform 0.5s ease;
}
@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-service-3-icon span svg {
    width: 56px;
  }
}
.it-service-3-title {
  font-weight: 600;
  font-size: 25px;
  line-height: 1.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-service-3-title {
    font-size: 23px;
  }
}
.it-service-3-number {
  font-weight: 800;
  font-size: 48px;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  font-family: var(--it-ff-heading);
}
.it-service-3-content p {
  line-height: 2;
  margin-right: 50px;
  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-service-3-content p {
    font-size: 14px;
    line-height: 1.8;
    margin-right: 0;
  }
}
.it-service-3-shape-1 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.it-service-3-style-2 .it-service-3-content p {
  margin-right: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-service-3-style-2 .it-service-3-item {
    padding: 30px 20px;
    padding-bottom: 25px;
  }
}

.it-inner-title {
  font-weight: 600;
  font-size: 34px;
  line-height: 1.29;
  color: var(--it-common-black);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-inner-title {
    font-size: 28px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .it-inner-title {
    font-size: 28px;
  }
  .it-inner-title br {
    display: none;
  }
}
@media (max-width: 767px) {
  .it-inner-title {
    font-size: 25px;
  }
  .it-inner-title br {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-inner-title {
    font-size: 30px;
  }
}

.it-sv-details-content p {
  line-height: 2;
  margin-bottom: 11px;
  padding-right: 75px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-sv-details-content p {
    font-size: 15px;
    padding-right: 0;
    line-height: 1.7;
  }
}
.it-sv-details-list ul li {
  font-weight: 500;
  font-size: 16px;
  line-height: 2;
  position: relative;
  padding-left: 30px;
  list-style-type: none;
  color: var(--it-common-black);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-sv-details-list ul li p {
    font-size: 15px;
    line-height: 1.7;
  }
}
.it-sv-details-list ul li span {
  position: absolute;
  top: -5px;
  left: 0;
}
.it-sv-details-thumb-sm {
  height: 100%;
}
.it-sv-details-thumb-sm img {
  height: 100%;
  object-fit: cover;
}
.it-sv-details-content-list p {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.86;
  letter-spacing: 0.01em;
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .it-sv-details-content-list p {
    line-height: 1.6;
  }
}
.it-sv-details-content-list-wrap {
  padding: 30px;
  padding-bottom: 20px;
}
.it-sv-details-content-list-wrap ul li {
  list-style-type: none;
}
.it-sv-details-content-list-wrap ul li:not(:last-child) {
  padding-bottom: 22px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(121, 121, 121, 0.3);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .it-sv-details-content-list-wrap ul li:not(:last-child) {
    padding-bottom: 12px;
    margin-bottom: 20px;
  }
}
.it-sv-details-content-list-top {
  margin-bottom: 17px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .it-sv-details-content-list-top {
    margin-bottom: 7px;
  }
}
.it-sv-details-content-list-top span {
  display: inline-block;
  margin-right: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .it-sv-details-content-list-top span svg {
    width: 25px;
  }
}
.it-sv-details-content-list-top h5 {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-sv-details-content-list-top h5 {
    font-size: 19px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-sv-details-content-list-top h5 {
    font-size: 17px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .it-sv-details-content-list-top h5 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .it-sv-details-content-list-top h5 {
    font-size: 19px;
  }
}
.it-sv-details-contact-wrap {
  overflow: hidden;
}
.it-sv-details-contact-wrap img {
  width: 100%;
  border-radius: 0 0 50% 0;
}
.it-sv-details-contact {
  padding: 0 20px 40px 20px;
}
.it-sv-details-contact > span {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.78;
  display: block;
  margin-bottom: 10px;
  font-family: var(--it-ff-heading);
  color: var(--it-common-white);
}
.it-sv-details-contact > a {
  display: inline-block;
  font-weight: 500;
  font-size: 25px;
  margin-bottom: 30px;
  color: var(--it-theme-1);
  font-family: var(--it-ff-poppins);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .it-sv-details-contact > a {
    font-size: 20px;
  }
}
.it-sv-details-contact .it-btn-orange {
  padding: 13px 30px;
}
.it-sv-details-contact-circle {
  display: block;
  height: 80px;
  width: 80px;
  text-align: center;
  border-radius: 50%;
  margin-top: -50px;
  background-color: var(--it-theme-1);
  border: 3px solid var(--it-common-white);
}
.it-sv-details-contact-circle span {
  font-weight: 600;
  font-size: 14px;
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.01em;
  text-align: center;
  font-family: var(--it-ff-heading);
  color: var(--it-common-white);
}
.it-sv-details-style-2 .it-sv-details-content p {
  padding-right: 35px;
}
@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-sv-details-style-2 .it-sv-details-content p {
    padding-right: 0;
  }
}
.it-sv-details-style-2 .it-service-3-item {
  padding: 40px 30px;
  padding-bottom: 35px;
}
@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-sv-details-style-2 .it-service-3-item {
    padding: 40px 20px;
    padding-bottom: 35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-sv-details-style-2 .it-service-3-title {
    font-size: 20px;
  }
  .it-sv-details-style-2 .it-service-3-title br {
    display: none;
  }
}
.it-sv-details-style-2 .it-service-3-content p {
  margin-right: 6px;
}
@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-sv-details-style-2 .it-service-3-content p {
    margin-right: 0;
  }
}
.it-sv-details-style-2 .it-custom-accordion .accordion-buttons {
  font-weight: 700;
  color: var(--it-common-black);
  line-height: 1.62;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-sv-details-style-2 .it-custom-accordion .accordion-buttons {
    font-size: 20px;
  }
}
.it-sv-details-style-2 .it-custom-accordion .accordion-buttons .it-accordion-btn {
  height: 32px;
  width: 32px;
  line-height: 28px;
  color: var(--it-common-white);
  background-color: var(--it-common-black);
}
.it-sv-details-style-2 .it-custom-accordion .accordion-buttons:not(.collapsed) .it-accordion-btn {
  background-color: var(--it-theme-1);
}
.it-sv-details-style-2 .it-custom-accordion .accordion-body p {
  margin-right: 110px;
  line-height: 1.62;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-sv-details-style-2 .it-custom-accordion .accordion-body p {
    margin-right: 0;
  }
}
.it-sv-details-style-2 .it-faq-left {
  margin-right: 0;
}

/*----------------------------------------*/
/*  15. funfact css start
/*----------------------------------------*/
.it-funfact-text p {
  margin-left: 28px;
  margin-bottom: 0;
  line-height: 2;
  color: var(--it-common-black-2);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-funfact-text p {
    margin-left: 0;
    margin-top: 25px;
    font-size: 14px;
  }
}
.it-funfact-title {
  font-weight: 600;
  font-size: 80px;
  margin-bottom: 2px;
  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) {
  .it-funfact-title {
    font-size: 65px;
  }
}
@media (max-width: 767px) {
  .it-funfact-title {
    font-size: 58px;
  }
}
.it-funfact-title i {
  font-style: normal;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-funfact-item {
    text-align: center;
  }
}
.it-funfact-item span {
  font-weight: 500;
  font-size: 25px;
  line-height: 1.28;
  font-family: var(--it-ff-poppins);
}
@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-funfact-item span {
    font-size: 18px;
  }
}
.it-funfact-wrap {
  padding-top: 60px;
  padding-bottom: 90px;
  border-top: 1px solid rgba(9, 18, 22, 0.1);
}
.it-funfact-col-2 {
  padding-left: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-funfact-col-2 {
    padding-left: 0;
  }
}
.it-funfact-col-3 {
  padding-left: 65px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-funfact-col-3 {
    padding-left: 0;
  }
}
.it-funfact-shape-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: 0.3;
}

/*----------------------------------------*/
/*  26. team css start
/*----------------------------------------*/
.it-team-top-info {
  padding: 23px 30px;
  display: inline-block;
  background-color: var(--it-common-black);
  position: relative;
}
.it-team-top-info::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -5px;
  height: 62%;
  width: 5px;
  transition: 0.3s;
  transform: translateY(-50%);
  background: var(--it-theme-1);
  animation: zoom 3s infinite;
}
.it-team-top-info ul li {
  list-style-type: none;
}
.it-team-top-info ul li:not(:last-child) {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.it-team-top-info-number {
  margin-right: 10px;
}
.it-team-top-info-number span {
  font-weight: 700;
  font-size: 24px;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--it-theme-1);
  font-family: var(--it-ff-heading);
}
.it-team-top-info-text span {
  display: block;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 10px;
  font-family: var(--it-ff-heading);
  color: var(--it-common-white);
}
.it-team-top-info-text p {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.01em;
  color: #F3F3F3;
  margin-bottom: 0;
}
.it-team-thumb {
  background-color: var(--it-gray-1);
}
.it-team-thumb img {
  transition: all 0.7s ease-in-out;
}
.it-team-thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  background: linear-gradient(180deg, rgba(9, 18, 22, 0) 0%, #091216 100%);
}
.it-team-thumb-wrap {
  position: relative;
}
.it-team-thumb-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -7px;
  height: 0;
  width: 7px;
  opacity: 0;
  transition: 0.3s;
  transform: translateY(-50%);
  background: var(--it-theme-1);
}
.it-team-shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  z-index: -1;
}
.it-team-title {
  font-weight: 600;
  font-size: 25px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .it-team-title {
    font-size: 19px;
  }
}
.it-team-content {
  padding: 25px 20px;
}
.it-team-social {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  z-index: 1;
  text-align: center;
  transform: perspective(400px) rotateX(-90deg);
  transition: all 0.3s ease-in-out;
}
.it-team-social > a {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  transition: 0.3s;
  font-size: 16px;
  border-radius: 50%;
  margin: 0 3px;
  color: var(--it-common-white);
  border: 1px solid var(--it-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .it-team-social > a {
    height: 35px;
    width: 35px;
    line-height: 35px;
    font-size: 12px;
  }
}
.it-team-social > a:hover {
  background-color: var(--it-theme-1);
  border: 1px solid var(--it-theme-1);
}
@media (max-width: 767px) {
  .it-team-top-wrap {
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-team-top-wrap .it-section-title-box {
    margin-bottom: 30px;
  }
}
.it-team-item {
  padding-left: 7px;
}
.it-team-item:hover .it-team-thumb img {
  transform: scale(1.1) rotate(-2deg);
}
.it-team-item:hover .it-team-thumb::after {
  opacity: 1;
}
.it-team-item:hover .it-team-thumb-wrap::after {
  opacity: 1;
  height: 49%;
}
.it-team-item:hover .it-team-social {
  transform: perspective(400px) rotateX(0deg);
}

.it-team-inner-style .it-team-thumb {
  background-color: var(--it-common-white);
}

/* details area start */
.it-team-details-area .it-team-content {
  padding: 0;
}
.it-team-details-area .it-header-top-list-wrap ul li:not(:last-child) {
  margin-right: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-team-details-area .it-header-top-list-wrap ul li:not(:last-child) {
    margin-right: 40px;
  }
}
@media (max-width: 767px) {
  .it-team-details-area .it-header-top-list-wrap ul li:not(:last-child) {
    margin-bottom: 20px;
  }
}
.it-team-details-area .it-copyright-social {
  padding-bottom: 40px;
  margin-bottom: 34px;
  border-bottom: 1px solid rgba(121, 121, 121, 0.2);
}
.it-team-details-area .it-copyright-social a {
  color: var(--it-common-black);
  border: 1px solid rgba(121, 121, 121, 0.15);
}
.it-team-details-area .it-copyright-social a:hover {
  color: var(--it-theme-1);
}
.it-team-details-area .it-team-title {
  margin-bottom: 15px;
}
.it-team-details-area .it-team-item {
  padding-left: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-team-details-area .it-team-item {
    margin-bottom: 50px;
  }
}
.it-team-details-area .it-team-item img {
  max-width: inherit;
}
@media (max-width: 767px) {
  .it-team-details-area .it-team-item img {
    max-width: 100%;
  }
}
@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-team-details-area .it-sv-details-list ul li span {
    top: 0;
  }
}
.it-team-details-area .it-sv-details-list ul li p {
  font-weight: 500;
  font-size: 16px;
  color: var(--it-common-black-2);
}
@media (max-width: 767px) {
  .it-team-details-area .it-sv-details-list ul li p {
    font-size: 14px;
  }
}
.it-team-details-title {
  font-weight: 600;
  font-size: 34px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .it-team-details-title {
    font-size: 28px;
  }
}
.it-team-details-wrap {
  padding: 70px 75px;
}
.it-team-details-wrap p {
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
  color: #57595c;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-team-details-wrap p {
    font-size: 14px;
  }
}
.it-team-details-wrap p span {
  color: var(--it-theme-1);
}
.it-team-details-shape-1 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.it-team-details-style-2 .it-team-details-wrap {
  padding: 0;
}

.subscribe-popup .close {
  height: 50px;
  width: 50px;
  line-height: 43px;
  position: absolute;
  right: 20px;
  top: 20px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--it-common-black);
  cursor: pointer;
}
.subscribe-popup .close i {
  font-size: 20px;
  font-weight: 400;
  display: inline-block;
  color: var(--it-common-white);
  transition: 0.3s;
}
.subscribe-popup .close:hover i {
  transform: rotate(180deg);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .subscribe-popup .it-team-details-wrap {
    padding: 85px 30px;
  }
}

.it-team-details-area {
  height: auto;
}

.it-team-details-wrap {
  height: auto;
}

/*----------------------------------------*/
/*  27. testimonial css start
/*--------------------------------------- -*/
.it-testimonial-avatar-name {
  font-weight: 600;
  font-size: 25px;
  line-height: 1.28;
}
@media (max-width: 767px) {
  .it-testimonial-avatar-name {
    font-size: 20px;
  }
}
.it-testimonial-avatar-name::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 2px;
  margin-right: 10px;
  transform: translateY(-7px);
  background-color: var(--it-common-black);
}
@media (max-width: 767px) {
  .it-testimonial-avatar-info span {
    font-size: 14px;
  }
}
.it-testimonial-text p {
  font-style: italic;
  font-weight: 600;
  font-size: 25px;
  line-height: 1.6;
  text-decoration: underline;
  color: var(--it-common-black);
  font-family: var(--it-ff-poppins);
  margin-right: 35px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-testimonial-text p {
    font-size: 22px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .it-testimonial-text p {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .it-testimonial-text p {
    font-size: 16px;
    margin-right: 0;
  }
  .it-testimonial-text p br {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-testimonial-text p {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .it-testimonial-top-wrap .it-slider-author {
    margin-top: 0;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .it-testimonial-ratting {
    display: none;
  }
}
.it-testimonial-ratting span {
  font-weight: 600;
  font-size: 34px;
  font-family: var(--it-ff-heading);
  display: inline-block;
  padding-right: 20px;
  margin-right: 21px;
  border-right: 1px solid #313537;
}
.it-testimonial-area .it-slider-author-designation i {
  color: var(--it-text-body);
}
.it-testimonial-area .it-slider-author-designation span {
  color: var(--it-common-black);
}
.it-testimonial-arrow-wrap {
  display: flex;
  gap: 30px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.it-testimonial-arrow-wrap button {
  padding: 0;
  display: inline-block;
  height: 51px;
  width: 51px;
  line-height: 45px;
  transition: 0.3s;
  background-color: var(--it-common-black);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-testimonial-arrow-wrap button {
    height: 40px;
    width: 40px;
    line-height: 35px;
  }
}
.it-testimonial-arrow-wrap button i, .it-testimonial-arrow-wrap button svg {
  transition: 0.3s;
  display: inline-block;
  color: var(--it-common-white);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-testimonial-arrow-wrap button i, .it-testimonial-arrow-wrap button svg {
    width: 12px;
  }
}
.it-testimonial-arrow-wrap button:hover {
  background-color: var(--it-theme-1);
  border: 1px solid var(--it-theme-1);
}
.it-testimonial-arrow-wrap button:hover svg {
  color: var(--it-common-white);
}
.it-testimonial-bottom {
  padding-top: 37px;
  border-top: 1px solid #313537;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .it-testimonial-quote {
    display: none;
  }
}
@media (max-width: 767px) {
  .it-testimonial-style-2 .it-testimonial-wrapper {
    padding: 0 40px;
  }
}
.it-testimonial-style-2 .it-testimonial-text p {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.78;
  text-decoration: none;
  color: var(--it-common-black);
  font-family: var(--it-ff-heading);
  margin-right: 0;
}
@media (max-width: 767px) {
  .it-testimonial-style-2 .it-testimonial-text p {
    font-size: 16px;
  }
}
.it-testimonial-style-2 .it-testimonial-avatar-name {
  font-weight: 600;
  font-size: 16px;
  line-height: 2;
}
.it-testimonial-style-2 .it-testimonial-avatar-name::before {
  display: none;
}
.it-testimonial-style-2 .it-testimonial-arrow-wrap {
  position: static;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .it-testimonial-style-2 .it-testimonial-arrow-wrap {
    display: none;
  }
}
.it-testimonial-style-2 .it-testimonial-arrow-wrap .arrow-prev {
  position: absolute;
  top: 38%;
  left: -27.5%;
}
.it-testimonial-style-2 .it-testimonial-arrow-wrap .arrow-next {
  position: absolute;
  top: 38%;
  right: -27.5%;
}
.it-testimonial-style-2 .it-testimonial-arrow-wrap button {
  padding: 0;
  display: inline-block;
  height: 60px;
  width: 60px;
  line-height: 55px;
  transition: 0.3s;
  background-color: transparent;
  border: 1px solid var(--it-theme-1);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-testimonial-style-2 .it-testimonial-arrow-wrap button {
    height: 40px;
    width: 40px;
    line-height: 35px;
  }
}
.it-testimonial-style-2 .it-testimonial-arrow-wrap button i, .it-testimonial-style-2 .it-testimonial-arrow-wrap button svg {
  transition: 0.3s;
  display: inline-block;
  color: var(--it-theme-1);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-testimonial-style-2 .it-testimonial-arrow-wrap button i, .it-testimonial-style-2 .it-testimonial-arrow-wrap button svg {
    width: 12px;
  }
}
.it-testimonial-style-2 .it-testimonial-arrow-wrap button:hover {
  background-color: var(--it-theme-1);
}
.it-testimonial-style-2 .it-testimonial-arrow-wrap button:hover svg {
  color: var(--it-common-white);
}
.it-testimonial-thumb-1 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.it-testimonial-thumb-1 img {
  height: 100%;
  object-fit: cover;
}
.it-testimonial-thumb-2 {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.it-testimonial-thumb-2 img {
  height: 100%;
  object-fit: cover;
}
.it-testimonial-shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.it-testimonial-dots .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 1;
  margin: 20px 0;
  position: relative;
  border-radius: 50%;
  transition: 0.3s;
  display: flex;
  background-color: #D9D9D9;
}
.it-testimonial-dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--it-theme-1);
}

.it-testimonial-2-thumb {
  overflow: hidden;
}
.it-testimonial-2-thumb img {
  width: 100%;
  transition: all 0.8s linear;
}
.it-testimonial-2-thumb:hover img {
  transform: scale(1.13);
}
.it-testimonial-2-right {
  margin-left: 47px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-testimonial-2-right {
    margin-left: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-testimonial-2-right {
    margin-left: 0;
    margin-bottom: 70px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-testimonial-2-right .it-slider-author-avater {
    width: 130px;
  }
}
.it-testimonial-2-area .it-testimonial-text p {
  font-weight: 500;
  font-size: 25px;
  margin-right: 0;
  padding-left: 22px;
  padding-top: 12px;
  padding-right: 100px;
  color: #000000;
  text-decoration: none;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-testimonial-2-area .it-testimonial-text p {
    font-size: 18px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-testimonial-2-area .it-testimonial-text p {
    font-size: 18px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .it-testimonial-2-area .it-testimonial-text p {
    font-size: 22px;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .it-testimonial-2-area .it-testimonial-text p {
    font-size: 17px;
    padding: 0;
  }
}
.it-testimonial-2-area .it-testimonial-avatar-name {
  color: #000000;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 7px;
}
@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-testimonial-2-area .it-testimonial-avatar-name {
    font-size: 17px;
  }
}
.it-testimonial-2-area .it-testimonial-avatar-name::before {
  display: none;
}
@media (max-width: 767px) {
  .it-testimonial-2-area .it-testimonial-avatar-info {
    margin-right: 150px;
  }
}

.it-testimonial-2-dots .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 1;
  margin: 0 12px;
  position: relative;
  border-radius: 50%;
  transition: 0.3s;
  background-color: #797979;
}
.it-testimonial-2-dots .swiper-pagination-bullet::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 200%;
  height: 200%;
  opacity: 1;
  border-radius: 50%;
  transition: 0.4s;
  transform: translate(-50%, -50%) scale(0);
  border: 1px solid var(--it-theme-1);
}
.it-testimonial-2-dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--it-theme-1);
}
.it-testimonial-2-dots .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  transform: translate(-50%, -50%) scale(1);
}

.it-testimonial-2-avatar-thumb {
  flex: 0 0 auto;
  margin-right: 20px;
  border-radius: 50%;
  border: 2px solid #fff;
}
.it-testimonial-2-avatar-thumb div {
  height: 60px;
  height: 60px;
  border-radius: 50%;
}
.it-testimonial-2-avatar-thumb img {
  height: 60px;
  height: 60px;
  border-radius: 50%;
}
.it-testimonial-2-avatar-thumb-icon {
  position: absolute;
  bottom: -2px;
  right: -3px;
  height: 27px;
  width: 27px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  border-radius: 50%;
  display: inline-block;
  border: 2px solid #fff;
  background-color: #1480B9;
}
.it-testimonial-2-avatar-info span {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.01em;
}
.it-testimonial-2-avatar-name {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 4px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-testimonial-2-avatar-name {
    font-size: 17px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-testimonial-2-avatar-name {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-testimonial-2-avatar-name {
    font-size: 17px;
  }
}
.it-testimonial-2-item {
  padding: 40px;
  background-color: var(--it-gray-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-testimonial-2-item {
    padding: 30px;
  }
}
.it-testimonial-2-item p {
  line-height: 2;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-testimonial-2-item p {
    font-size: 14px;
    line-height: 1.7;
  }
}
.it-testimonial-2-item:hover .it-testimonial-2-avatar-thumb img {
  transform: scale(1.2);
}

/*----------------------------------------*/
/*  04. brand css start
/*----------------------------------------*/
.it-brand-ptb {
  padding-top: 55px;
  padding-bottom: 130px;
  border-top: 1px solid rgba(9, 18, 22, 0.1);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-brand-ptb {
    padding: 80px 0;
  }
}
.it-brand-text {
  margin-right: 20px;
  border-right: 1px solid rgba(9, 18, 22, 0.1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .it-brand-text {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .it-brand-text {
    border-right: none;
    margin-bottom: 50px;
  }
}
.it-brand-text span {
  font-weight: 600;
  font-size: 25px;
  line-height: 1.28;
  color: var(--it-common-black);
  font-family: var(--it-ff-poppins);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .it-brand-text span {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .it-brand-text span {
    font-size: 19px;
  }
}
.it-brand-text span b {
  font-weight: 600;
  color: var(--it-theme-1);
}
.it-brand-item {
  transition: 0.3s;
  /* filter: grayscale(100%); */
  /* opacity: 0.5; */
  text-align: center;
}
.it-brand-item:hover {
  filter: grayscale(0%);
  opacity: 1;
}
.it-brand-active {
  margin-left: 40px;
}
@media (max-width: 767px) {
  .it-brand-active {
    margin-left: 0;
  }
}
.it-brand-active .slider-transtion {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.it-brand-active .swiper-slide {
  width: auto;
}
.it-brand-style-2 .it-brand-text {
  margin-right: 0;
  border-right: none;
}
.it-brand-style-2 .it-brand-active {
  margin-left: 0;
}
.it-brand-style-2 .it-brand-ptb {
  padding-top: 50px;
  padding-bottom: 50px;
  border-top: none;
  border-bottom: 1px solid rgba(9, 18, 22, 0.1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .it-brand-style-2 .it-brand-ptb {
    padding-bottom: 90px;
  }
}
@media (max-width: 767px) {
  .it-brand-style-2 .it-brand-ptb {
    padding-top: 35px;
    padding-bottom: 65px;
  }
}
.it-brand-style-2 .it-project-shape-1 {
  opacity: 0.8;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-brand-2-left {
    margin-bottom: 50px;
  }
}
.it-brand-2-left p {
  line-height: 2;
  color: var(--it-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-brand-2-left p {
    font-size: 15px;
  }
  .it-brand-2-left p br {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-brand-2-left p br {
    display: none;
  }
}
.it-brand-2-right .it-brand-item {
  text-align: center;
  padding: 21px 30px;
  margin: 0px -1px -1px 0px;
  border: 1px solid #313537;
}
.it-brand-2-right .it-brand-item img {
  height: 86px;
}
.it-brand-2-right .it-brand-item:hover img {
  transform: scale(1.1);
}

/*----------------------------------------*/
/*  25. slider css start
/*----------------------------------------*/
.it-slider-subtitle {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.01em;
  margin-bottom: 23px;
  padding: 9px 0px;
  display: inline-block;
  font-family: var(--it-ff-heading);
  color: var(--it-common-white);
  /* background: linear-gradient(90deg, #ff6700 0%, rgba(9, 18, 22, 0) 100%); */
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-slider-subtitle {
    padding: 4px 17px;
    font-size: 20px;
    padding-left: 0px;
  }
}
.it-slider-title {
  font-weight: 700;
  font-size: 50px;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 20px;
  color: var(--it-common-white);
}
.it-slider-title span {
  color: var(--it-theme-1);
}
.it-slider-title img {
  border-radius: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .it-slider-title img {
    width: 170px;
  }

}
@media (max-width: 767px) {
  .it-slider-title img {
    width: 100px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-slider-title img {
    width: 140px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-slider-title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-slider-title {
    font-size: 48px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .it-slider-title {
    font-size: 25px;
  }
  
}
.accordion-items h2 {
    font-size: 21px;
}
@media (max-width: 767px) {
  .it-slider-title {
    font-size: 30px;
  }
  .scroll-top {
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: fixed;
    bottom: 3%!important;
    left: 17px;
    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;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-slider-title {
    font-size: 49px;
  }
}
.it-slider-content {
  padding: 215px 0;
}
h1.it-section-title {
    font-size: 28px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .it-slider-content {
    padding: 170px 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-slider-content {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-slider-content {
    padding: 150px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .it-slider-content {
    padding: 140px 0;
  }
}
@media (max-width: 767px) {
  .it-slider-content {
    padding: 80px 0;
  }
}
.it-slider-text p {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.6;
  color: var(--it-common-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-slider-text p {
    font-size: 17px;
  }
  .it-slider-text p br {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .it-slider-text p {
    margin-right: 40px;
  }
  .it-slider-text p br {
    display: none;
  }
}
@media (max-width: 767px) {
  .it-slider-text p {
    font-size: 15px;
  }
  .it-slider-text p br {
    display: none;
  }
}
.it-slider-overlay {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
}
.it-slider-overlay::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  background: rgba(9, 18, 22, 0.7);
}
.pkb-5{
  padding-bottom: 50px;
}
.it-slider-overlay::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(91deg, #000000d6 0%, rgba(9, 18, 22, 0) 80%);
}
.it-slider-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -2;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-position: center;
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
  -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: transform 5000ms ease, opacity 1500ms ease-in;
  transition: transform 5000ms ease, opacity 1500ms ease-in, -webkit-transform 5000ms ease;
}
.it-slider-shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.it-slider-shape-2 {
  position: absolute;
  bottom: 20%;
  left: 45%;
  z-index: -1;
  animation: itswing 2s forwards infinite alternate;
  transform-origin: top left;
}
@media (max-width: 767px) {
  .it-slider-shape-2 {
    display: none;
  }
}
@media (max-width: 767px) {
  .it-slider-author {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .it-slider-author-avater {
    width: 120px;
  }
}
.it-slider-author-designation {
  margin-left: 20px;
}
.it-slider-author-designation span {
  font-weight: 700;
  font-size: 14px;
  display: block;
  letter-spacing: 0.01em;
  color: var(--it-common-white);
  font-family: var(--it-ff-heading);
}
.it-slider-author-designation i {
  font-weight: 400;
  font-size: 14px;
  color: #F3F3F3;
  font-style: normal;
  display: block;
  margin-bottom: 7px;
}
.it-slider-active .swiper-slide-active .it-slider-subtitle, .it-slider-active .swiper-slide-active .it-slider-title, .it-slider-active .swiper-slide-active .it-slider-text, .it-slider-active .swiper-slide-active .it-slider-btn {
  display: inline-block;
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
.it-slider-video {
  position: relative;
  z-index: 1;
  padding: 0 115px 80px 115px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-slider-video {
    display: none;
  }
}
.it-slider-video::after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  z-index: -1;
  background: linear-gradient(180deg, #f43939 0%, rgba(9, 18, 22, 0) 100%);
  opacity: 0.8;
}
.it-slider-video a {
  flex: 0 0 auto;
  display: inline-block;
  height: 104px;
  width: 104px;
  line-height: 104px;
  text-align: center;
  border-radius: 50%;
  position: relative;
  background-color: var(--it-common-white);
}
.it-slider-video a::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 70%;
  height: 70%;
  border-radius: 50%;
  border: 1px solid var(--it-common-white);
  animation: borderanimate 3s linear infinite;
}
.it-slider-video a::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 60%;
  height: 60%;
  border-radius: 50%;
  border: 1px solid var(--it-common-white);
  animation: borderanimate 4s linear infinite;
}
.it-slider-wrap {
  padding-top: 124px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-slider-wrap {
    padding-top: 124px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .it-slider-wrap {
    padding-top: 140px;
  }
}
@media (max-width: 767px) {
  .it-slider-wrap {
    padding-top: 120px;
  }
}
.it-slider-wrap .swiper-slide.swiper-slide-active .it-slider-bg {
  -webkit-transform: scale(1);
  transform: scale(1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-slider-style-2 {
    padding-top: 147px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-slider-style-2 {
    padding-top: 140px;
  }
}
@media (max-width: 767px) {
  .it-slider-style-2 {
    padding-top: 120px;
  }
}
.it-slider-style-2 .it-slider-title {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .it-slider-style-2 .it-slider-title {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  .it-slider-style-2 .it-slider-title {
    font-size: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-slider-style-2 .it-slider-title {
    font-size: 55px;
  }
}
.it-slider-style-2 .it-slider-content {
  padding-top: 90px;
  padding-bottom: 90px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .it-slider-style-2 .it-slider-content {
    padding-top: 120px;
    padding-bottom: 200px;
  }
}
@media (max-width: 767px) {
  .it-slider-style-2 .it-slider-content {
    padding-top: 120px;
    padding-bottom: 200px;
  }
}
.it-slider-style-2 .it-slider-title {
  line-height: 1.12;
}
.it-slider-style-2 .it-slider-subtitle {
  margin-bottom: 20px;
}
.it-slider-style-2 .it-slider-overlay::before {
  display: none;
}
.it-slider-style-2 .it-slider-overlay::after {
  background: rgba(9, 18, 22, 0.8);
}
.it-slider-style-2 .it-slider-dots {
  right: auto;
  left: 4.5%;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), 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-slider-style-2 .it-slider-dots {
    display: none;
  }
}

.it-slider-active .swiper-slide-active .it-slider-subtitle {
  animation-delay: 0.3s;
  animation-duration: 0.5s;
}
.it-slider-active .swiper-slide-active .it-slider-title {
  animation-delay: 0.7s;
  animation-duration: 0.5s;
}
.it-slider-active .swiper-slide-active .it-slider-text {
  animation-delay: 0.9s;
  animation-duration: 0.7s;
}
.it-slider-active .swiper-slide-active .it-slider-btn {
  animation-delay: 1.1s;
  animation-duration: 0.9s;
}
.it-slider-active .swiper-slide-active .it-slider-bg {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.it-slider-dots {
  position: absolute;
  top: 50%;
  right: 8%;
  z-index: 1;
  transform: translateY(-50%);
}
.it-slider-dots .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 1;
  margin: 20px 0;
  position: relative;
  border-radius: 50%;
  transition: 0.3s;
  display: flex;
  background-color: var(--it-common-white);
}
.it-slider-dots .swiper-pagination-bullet::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 200%;
  height: 200%;
  opacity: 1;
  border-radius: 50%;
  transition: 0.4s;
  transform: translate(-50%, -50%) scale(0);
  border: 1px solid var(--it-theme-1);
}
.it-slider-dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--it-theme-1);
}
.it-slider-dots .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  transform: translate(-50%, -50%) scale(1);
}

/*----------------------------------------*/
/*  21. project css start
/*----------------------------------------*/
.it-project-client-info {
  flex-direction: column;
  display: inline-flex;
  justify-content: flex-end;
  margin-bottom: 13px;
  margin-left: 10px;
}
.it-project-client-info span {
  font-size: 14px;
  letter-spacing: 0.01em;
  color: var(--it-common-white);
  display: block;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .it-project-client-info span {
    font-size: 11px;
  }
}
.it-project-client-info a {
  font-size: 14px;
  letter-spacing: 0.01em;
  color: var(--it-theme-1);
  display: inline-block;
  text-decoration: transparent;
}
@media (max-width: 767px) {
  .it-project-client-info a {
    font-size: 11px;
  }
}
.it-project-client-info a:hover {
  text-decoration: underline;
}
.it-project-client-info-box img {
  transition: 0.4s;
}
.it-project-client-btn {
  display: inline-block;
  width: 89px;
  height: 86px;
  line-height: 86px;
  text-align: center;
  border-radius: 50%;
  padding: 0;
  margin-left: -20px;
  background-color: var(--it-theme-1);
}
.it-project-client-btn svg {
  display: inline-block;
}
.it-project-client-info-box {
  position: relative;
  padding: 0 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-project-client-info-box {
    margin-top: 25px;
  }
}
.it-project-client-info-box::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 82%;
  border-radius: 1000px;
  z-index: -1;
  background-color: var(--it-common-black);
}
.it-project-client-wrap:hover .it-project-client-btn svg {
  transform: rotate(360deg);
  transition: 0.6s;
}
.it-project-client-wrap:hover .it-project-client-info-box img {
  transform: translateX(-10px);
}
.it-project-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  text-align: center;
  padding: 30px;
}
.it-project-content::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 3.2%;
  width: 100%;
  z-index: -1;
  transition: all 0.3s ease-in-out;
  background: var(--it-theme-1);
}
.it-project-content > div {
  text-align: start;
}
.it-project-title {
  margin-bottom: 17px;
  color: var(--it-common-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-project-title {
    font-size: 20px;
  }
}
.it-project-tag span {
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 100px;
  padding: 2px 16px;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.01em;
  color: var(--it-common-white);
}
.it-project-tag span:first-child {
  margin-right: 6px;
}
.it-project-arrow {
  margin-left: 20px;
}
.it-project-arrow a {
  display: inline-block;
}
.it-project-arrow a:hover svg {
  transform: rotate(390deg);
  transition: 0.6s;
  color: var(--it-common-black);
}
.it-project-thumb {
  overflow: hidden;
}
.it-project-thumb img {
  transition: all 0.7s linear;
}
.it-project-item {
  position: relative;
}
/* .it-project-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(23, 36, 38, 0) 0%, #172426 100%);
} */
.it-project-item:hover .it-project-content::after {
  height: 100%;
}
.it-project-item:hover .it-project-thumb img {
  transform: scale(1.2);
}
.it-project-active {
  margin-right: -440px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .it-project-active {
    margin-right: -250px;
  }
}
@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-project-active {
    margin-right: 0;
  }
}
.it-project-shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.it-project-arrow-wrap {
  display: flex;
  gap: 10px;
}
.it-project-arrow-wrap button {
  padding: 0;
  display: inline-block;
  height: 60px;
  width: 60px;
  line-height: 55px;
  transition: 0.3s;
  border: 1px solid var(--it-theme-1);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-project-arrow-wrap button {
    height: 40px;
    width: 40px;
    line-height: 35px;
  }
}
.it-project-arrow-wrap button i, .it-project-arrow-wrap button svg {
  transition: 0.3s;
  display: inline-block;
  color: var(--it-theme-1);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-project-arrow-wrap button i, .it-project-arrow-wrap button svg {
    width: 12px;
  }
}
.it-project-arrow-wrap button:hover {
  background-color: var(--it-theme-1);
}
.it-project-arrow-wrap button:hover svg {
  color: var(--it-common-white);
}
.it-project-area .it-project-dots {
  margin-left: 90px;
}
@media (max-width: 767px) {
  .it-project-area .it-project-dots {
    margin-left: 0;
  }
}
.it-project-area .it-project-dots .swiper-pagination-bullet {
  width: 25%;
  height: 4px;
  opacity: 1;
  border-radius: 0;
  position: relative;
  background-color: rgba(121, 121, 121, 0.3);
}
.it-project-area .it-project-dots .swiper-pagination-bullet::after {
  position: absolute;
  content: "";
  top: 0;
  left: auto;
  right: 0;
  width: 0;
  height: 100%;
  transition: 0.3s;
  background-color: var(--it-common-black);
}
.it-project-area .it-project-dots .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  right: auto;
  left: 0;
  width: 100%;
}

.swiper-pagination, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
  color: var(--it-common-black);
}
.swiper-pagination span, .swiper-pagination-custom span, .swiper-container-horizontal > .swiper-pagination-bullets span {
  font-weight: 600;
  font-size: 16px;
}

.swiper-pagination {
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .it-project-2-right {
    margin-top: 30px;
    margin-right: 60px;
  }
  .it-project-2-right br {
    display: none;
  }
}
@media (max-width: 767px) {
  .it-project-2-right {
    margin-top: 30px;
  }
  .it-project-2-right br {
    display: none;
  }
}
.it-project-2-title {
  font-weight: 600;
  font-size: 34px;
  margin-bottom: 12px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-project-2-title {
    font-size: 23px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-project-2-title {
    font-size: 28px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-project-2-title {
    font-size: 23px;
  }
}
.it-project-2-content {
  padding-top: 40px;
}
.it-project-2-content .it-project-arrow a {
  display: inline-block;
  height: 58px;
  width: 58px;
  line-height: 58px;
  text-align: center;
  background-color: var(--it-theme-1);
}
@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-project-2-content .it-project-arrow a {
    height: 40px;
    width: 40px;
    line-height: 40px;
  }
}
.it-project-2-thumb {
  overflow: hidden;
}
.it-project-2-thumb img {
  transition: 1.3s all ease;
}
.it-project-2-active {
  margin-right: -440px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .it-project-2-active {
    margin-right: -250px;
  }
}
@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-project-2-active {
    margin-right: 0;
  }
}
.it-project-2-item:hover .it-project-2-thumb img {
  transform: rotate(-4deg) scale(1.1);
}

.it-project-2-dots .swiper-pagination-bullet {
  width: 33.33%;
  height: 4px;
  opacity: 1;
  border-radius: 0;
  position: relative;
  background-color: #F3F3F3;
}
.it-project-2-dots .swiper-pagination-bullet::after {
  position: absolute;
  content: "";
  top: 0;
  left: auto;
  right: 0;
  width: 0;
  height: 100%;
  transition: 0.3s;
  background-color: var(--it-theme-1);
}
.it-project-2-dots .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  right: auto;
  left: 0;
  width: 100%;
}

.it-project-3-content {
  position: absolute;
  bottom: 40px;
  left: 40px;
  padding: 30px 30px;
  padding-top: 25px;
  z-index: 1;
  background-color: var(--it-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-project-3-content {
    bottom: 20px;
    left: 20px;
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .it-project-3-content {
    bottom: 15px;
    left: 15px;
    padding: 10px 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-project-3-content {
    bottom: 20px;
    left: 20px;
    padding: 20px;
  }
}
.it-project-3-content .it-project-title {
  margin-bottom: 12px;
  color: var(--it-common-black);
}
.it-project-3-content .it-project-tag {
  padding-bottom: 20px;
  border-bottom: 1px solid #D9D9D9;
}
.it-project-3-content .it-project-tag span {
  color: var(--it-theme-1);
  border: 1px solid var(--it-theme-1);
}
@media (max-width: 767px) {
  .it-project-3-content .it-project-tag span {
    padding: 2px 12px;
    font-size: 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-project-3-content .it-project-tag span {
    padding: 2px 12px;
    font-size: 14px;
  }
}
.it-project-3-content .it-blog-btn {
  font-size: 14px;
  letter-spacing: 0.01em;
}
@media (max-width: 767px) {
  .it-project-3-content .it-blog-btn {
    font-size: 12px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-project-3-content .it-blog-btn {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .it-project-3-content .it-blog-btn svg {
    width: 8px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-project-3-content .it-blog-btn svg {
    width: 12px;
  }
}
.it-project-3-info {
  padding: 14px 0;
  border-bottom: 1px solid #D9D9D9;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-project-3-info {
    font-size: 14px;
    padding: 10px 0;
  }
}
@media (max-width: 767px) {
  .it-project-3-info {
    font-size: 10px;
    padding: 5px 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-project-3-info {
    font-size: 14px;
    padding: 10px 0;
  }
}
.it-project-3-thumb img {
  transition: all 0.7s linear;
}
.it-project-3-item {
  overflow: hidden;
}
.it-project-3-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(9, 18, 22, 0.4);
}
.it-project-3-item:hover .it-project-3-thumb img {
  transform: scale(1.18);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), 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-project-3-area .it-project-arrow-wrap {
    display: none !important;
  }
}
.it-project-3-area .it-project-arrow-wrap .arrow-prev {
  position: absolute;
  top: 38%;
  left: -7.5%;
}
.it-project-3-area .it-project-arrow-wrap .arrow-next {
  position: absolute;
  top: 38%;
  right: -7.5%;
}

.it-project-3-dots .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 1;
  margin: 0 12px;
  position: relative;
  border-radius: 50%;
  transition: 0.3s;
  background-color: #797979;
}
.it-project-3-dots .swiper-pagination-bullet::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 200%;
  height: 200%;
  opacity: 1;
  border-radius: 50%;
  transition: 0.4s;
  transform: translate(-50%, -50%) scale(0);
  border: 1px solid var(--it-theme-1);
}
.it-project-3-dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--it-theme-1);
}
.it-project-3-dots .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  transform: translate(-50%, -50%) scale(1);
}

.it-project-style-2 .it-project-5-active {
  margin: 0 -435px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .it-project-style-2 .it-project-5-active {
    margin: 0 -235px;
  }
}
@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-project-style-2 .it-project-5-active {
    margin: 0;
  }
}
.it-project-style-2 .it-project-thumb img {
  transition: 1.3s all ease;
}
.it-project-style-2 .it-project-2-content {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  z-index: 1;
  opacity: 0;
  transition: 0.9s;
  transform: perspective(400px) scaleY(0);
  transform-origin: bottom;
}
.it-project-style-2 .it-project-2-content span {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.01em;
  color: var(--it-common-white);
}
.it-project-style-2 .it-project-2-title {
  font-weight: 600;
  font-size: 25px;
  color: var(--it-common-white);
}
.it-project-style-2 .it-project-item {
  overflow: hidden;
}
.it-project-style-2 .it-project-item::after {
  opacity: 0;
  background: linear-gradient(180deg, rgba(23, 36, 38, 0) 0%, #172426 100%);
  -webkit-transform: perspective(200px) rotateX(60deg) scaleY(0.5);
  -ms-transform: perspective(200px) rotateX(60deg) scaleY(0.5);
  transform: perspective(200px) rotateX(60deg) scaleY(0.5);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.4s;
  transition-property: all;
}
.it-project-style-2 .it-project-item:hover::after {
  opacity: 1;
  -webkit-transform: perspective(200px) rotateX(0deg) scaleY(1);
  -ms-transform: perspective(200px) rotateX(0deg) scaleY(1);
  transform: perspective(200px) rotateX(0deg) scaleY(1);
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.4s;
  transition-property: all;
}
.it-project-style-2 .it-project-item:hover .it-project-2-content {
  opacity: 1;
  visibility: visible;
  transform: perspective(400px) scaleY(1);
}
.it-project-style-2 .it-project-item:hover .it-project-thumb img {
  transform: scale(1.2) rotate(-3deg);
}
.it-project-style-2.it-project-area .it-project-dots .swiper-pagination-bullet {
  width: 20%;
}

/* details css here */
.it-project-details-area .postbox-dsc p {
  color: #797979;
}
.it-project-details-area .it-sv-details-list ul li p {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.33;
  color: var(--it-common-black-2);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .it-project-details-area .it-sv-details-list ul li p {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-project-details-area .it-sv-details-list ul li p {
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-project-details-area .it-sv-details-list ul li p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-project-details-area .it-sv-details-list ul li p {
    font-size: 14px;
  }
}
.it-project-details-more-info span {
  font-weight: 500;
  font-size: 25px;
  display: block;
  color: var(--it-common-black);
  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-project-details-more-info span {
    font-size: 22px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-project-details-more-info span {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .it-project-details-more-info span {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .it-project-details-more-info span {
    font-size: 17px;
  }
}
.it-project-details-more-info i, .it-project-details-more-info a {
  font-weight: 500;
  font-size: 16px;
  line-height: 2;
  font-style: normal;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-project-details-more-info i, .it-project-details-more-info a {
    font-size: 13px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-project-details-more-info i, .it-project-details-more-info a {
    font-size: 11px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .it-project-details-more-info i, .it-project-details-more-info a {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .it-project-details-more-info i, .it-project-details-more-info a {
    font-size: 11px;
  }
}
.it-project-details-more-social a {
  display: inline-block;
  color: var(--it-common-black);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-project-details-more-social a svg {
    width: 11px;
  }
}
.it-project-details-more-social a:not(:last-child) {
  margin-right: 12px;
}
.it-project-details-more-social a:hover {
  color: var(--it-theme-1);
}

/*----------------------------------------*/
/*  19. newsletter css start
/*----------------------------------------*/
.it-newsletter-bg {
  position: relative;
}
.it-newsletter-bg::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50%;
  width: 100%;
  z-index: -1;
  background-color: var(--it-common-black);
}
.it-newsletter-wrap {
  padding: 56px 78px;
  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) {
  .it-newsletter-wrap {
    padding: 56px 40px;
  }
}
@media (max-width: 767px) {
  .it-newsletter-wrap {
    padding: 40px 20px;
  }
}
.it-newsletter-input-box {
  text-align: end;
  margin-left: 85px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-newsletter-input-box {
    margin-top: 30px;
    margin-left: 0;
  }
}
.it-newsletter-input-box input {
  line-height: 69px;
  height: 69px;
  padding-left: 35px;
  padding-right: 90px;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--it-common-white);
}
.it-newsletter-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-input-box input {
    height: 56px;
    line-height: 56px;
    padding-left: 25px;
  }
}
.it-newsletter-input-box button {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  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-newsletter-input-box button {
    right: 25px;
  }
}
.it-newsletter-input-box button:hover {
  background-color: var(--it-common-black);
}
.it-newsletter-input-box .it-btn-orange {
  padding: 19px 40px;
}
.it-newsletter-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-title {
    font-size: 28px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .it-newsletter-title {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .it-newsletter-title {
    font-size: 25px;
  }
}
.it-newsletter-style-2 .it-newsletter-wrap {
  padding: 31px 78px;
  background-color: transparent;
  border: 1px solid #313537;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-newsletter-style-2 .it-newsletter-wrap {
    padding: 31px 55px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-newsletter-style-2 .it-newsletter-wrap {
    padding: 25px 25px;
  }
}
.it-newsletter-style-2 .it-newsletter-input-box input {
  background: rgba(255, 255, 255, 0.1);
}
.it-newsletter-style-2 .it-newsletter-input-box button {
  color: var(--it-common-white);
  background-color: var(--it-theme-1);
}
.it-newsletter-style-2 .it-newsletter-input-box button:hover {
  color: var(--it-theme-1);
  background-color: var(--it-common-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-newsletter-style-2 .it-newsletter-title {
    font-size: 29px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-newsletter-style-2 .it-newsletter-title {
    font-size: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .it-newsletter-style-2 .it-newsletter-title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .it-newsletter-style-2 .it-newsletter-title {
    font-size: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-newsletter-style-2 .it-newsletter-title {
    font-size: 22px;
  }
}

/*----------------------------------------*/
/*  08. 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(9, 18, 22, 0.9);
}
@media (max-width: 767px) {
  .it-contact-list {
    margin-bottom: 40px;
  }
}
.it-contact-list span {
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 10px;
  display: block;
  color: var(--it-common-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-contact-list span {
    font-size: 20px;
  }
}
.it-contact-list a {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
}
@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 a:hover {
  color: var(--it-common-white);
}
.it-contact-list-icon span {
  display: inline-block;
  height: 53px;
  width: 53px;
  line-height: 53px;
  text-align: center;
  border-radius: 50%;
  margin-right: 15px;
  background-color: #F3F3F3;
  border: 1px solid rgba(121, 121, 121, 0.1);
}
.it-contact-list-box:hover .it-contact-list-icon span {
  animation: icon-bounce 0.8s ease-out infinite;
}
.it-contact-social a {
  font-weight: 500;
  font-size: 20px;
  display: inline-block;
  margin-right: 15px;
  color: rgba(255, 255, 255, 0.8);
}
@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-social a {
    font-size: 16px;
  }
}
.it-contact-social a:hover {
  color: var(--it-theme-1);
}
.it-contact-social span {
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 10px;
  display: block;
  color: var(--it-common-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-contact-social span {
    font-size: 20px;
  }
}
.it-contact-left p {
  margin-right: 120px;
  line-height: 2;
  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-left p {
    margin-right: 0;
  }
}
.it-contact-list-wrap {
  margin-right: 58px;
  padding-top: 5px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-contact-list-wrap {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-contact-list-wrap {
    margin-right: 0;
    margin-bottom: 50px;
  }
}
.it-contact-list-wrap .row [class*=col-]:last-child .it-contact-list-box {
  display: flex;
  justify-content: end;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-contact-list-wrap .row [class*=col-]:last-child .it-contact-list-box {
    justify-content: start;
  }
}
.it-contact-form-title {
  font-weight: 600;
  font-size: 34px;
}
@media (max-width: 767px) {
  .it-contact-form-title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-contact-form-title {
    font-size: 35px;
  }
}
.it-contact-form-box {
  padding: 60px 40px;
  padding-top: 50px;
  background-color: var(--it-common-white);
}
@media (max-width: 767px) {
  .it-contact-form-box {
    padding: 50px 20px;
  }
}
.it-contact-form-box p {
  line-height: 2;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .it-contact-form-box p {
    font-size: 14px;
    line-height: 1.8;
  }
}
.it-contact-input-box input {
  height: 55px;
  line-height: 55px;
  padding: 0 30px 0 0;
  background-color: transparent;
  border-bottom: 1px solid #797979;
  color: var(--it-common-black);
}
@media (max-width: 767px) {
  .it-contact-input-box input {
    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-contact-input-box input {
    height: 45px;
    line-height: 45px;
  }
}
.it-contact-input-box input:focus {
  border-bottom: 1px solid var(--it-theme-1);
}
.it-contact-input-box textarea {
  height: 120px;
  padding: 15px 0 30px 0;
  background-color: transparent;
  border-bottom: 1px solid #797979;
}
@media (max-width: 767px) {
  .it-contact-input-box textarea {
    font-size: 15px;
  }
}
.it-contact-input-box textarea:focus {
  border-bottom: 1px solid var(--it-theme-1);
}
.it-contact-shape-1 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.it-contact-shape-2 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .it-contact-style-2 .it-contact-list {
    margin-bottom: 0;
  }
}
.it-contact-style-2 .it-contact-list span {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.01em;
  color: #797979;
}
.it-contact-style-2 .it-contact-list a {
  font-weight: 500;
  font-size: 20px;
  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-contact-style-2 .it-contact-list a {
    font-size: 17px;
  }
}
.it-contact-style-2 .it-contact-list-box {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-contact-style-2 .it-contact-list-box {
    width: 100%;
  }
}
.it-contact-style-2 .it-contact-list-wrap {
  margin-right: 83px;
  border-top: 1px solid rgba(121, 121, 121, 0.2);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-contact-style-2 .it-contact-list-wrap {
    margin-right: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-contact-style-2 .it-contact-list-wrap {
    margin-right: 0;
  }
}
.it-contact-style-2 .it-contact-left p {
  margin-right: 50px;
  color: var(--it-common-black);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .it-contact-style-2 .it-contact-left p {
    font-size: 15px;
    line-height: 1.7;
    margin-right: 0;
  }
}
.it-contact-style-2 .it-contact-social span {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 0;
  display: inline-block;
  margin-right: 15px;
  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-contact-style-2 .it-contact-social span {
    font-size: 15px;
  }
}
.it-contact-style-2 .it-contact-social a {
  border: 1px solid rgba(121, 121, 121, 0.15);
  width: 44px;
  height: 44px;
  line-height: 37px;
  text-align: center;
  margin-right: 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), (max-width: 767px) {
  .it-contact-style-2 .it-contact-social a {
    width: 35px;
    height: 35px;
    line-height: 31px;
  }
}
.it-contact-style-2 .it-contact-social a:hover {
  color: var(--it-theme-1);
}
.it-contact-style-2 .it-contact-social {
  padding-top: 30px;
  border-top: 1px solid rgba(121, 121, 121, 0.2);
}
.it-contact-style-2 .it-contact-form-box {
  position: relative;
}
.it-contact-style-2 .it-contact-form-box::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -10px;
  height: 74%;
  width: 10px;
  background: var(--it-theme-1);
  animation: translateY2 2s infinite alternate;
}
@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-form-box::after {
    width: 5px;
    left: -5px;
  }
}
@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-form-box p {
    font-size: 15px;
    line-height: 1.7;
  }
  .it-contact-style-2 .it-contact-form-box p br {
    display: none;
  }
}
.it-contact-style-3 .it-contact-list-wrap {
  margin-right: 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-contact-style-3 .it-contact-list-wrap {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .it-contact-style-3 .it-contact-list-box {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .it-contact-style-3 .it-contact-list {
    margin-bottom: 0;
  }
}
.it-contact-style-3 .it-contact-form-box {
  padding: 20px 20px;
    padding-top: 15px;
}
@media (max-width: 767px) {
  .it-contact-style-3 .it-contact-form-box {
    padding: 50px 20px;
    padding-top: 35px;
  }
}
.it-contact-style-3 .it-contact-input-box textarea {
  height: 189px;
}
.it-contact-style-3 .it-contact-form-box {
  background-color: var(--it-gray-1);
}
.it-contact-style-3 .it-contact-list-box {
  padding: 29px 30px;
  border: 1px solid rgba(121, 121, 121, 0.2);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-contact-style-3 .it-contact-list-box {
    padding: 20px 20px;
  }
}
.it-contact-style-3 .it-contact-list-icon span {
  height: 100px;
  width: 100px;
  line-height: 100px;
  border-radius: 0;
  margin-right: 20px;
}
@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-list-icon span {
    height: 80px;
    width: 80px;
    line-height: 80px;
  }
}
@media (max-width: 767px) {
  .it-contact-style-3 .it-contact-list-icon span {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-contact-style-3 .it-contact-list-icon span {
    margin-bottom: 0;
  }
}
.it-contact-style-3 .it-contact-list span {
  font-weight: 500;
  font-size: 25px;
  margin-bottom: 0;
  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-contact-style-3 .it-contact-list span {
    font-size: 19px;
  }
}
.it-contact-style-3 .it-contact-left p {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.01em;
  line-height: 1.7;
  margin-right: 0;
  margin-bottom: 4px;
  color: var(--it-common-black);
}
.it-contact-style-3 .it-contact-list a {
  font-weight: 500;
  font-size: 20px;
  color: var(--it-theme-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-style-3 .it-contact-list a {
    font-size: 16px;
  }
}
.it-contact-style-3 .it-contact-list-box:hover .it-contact-list-icon span {
  animation: unset;
}

.postbox__select .nice-select {
  width: 100%;
  height: 55px;
  line-height: 55px;
  padding: 0 30px 0 0;
  background-color: transparent;
  border-bottom: 1px solid #797979;
  background-color: transparent;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .postbox__select .nice-select {
    height: 45px;
    line-height: 45px;
  }
}
@media (max-width: 767px) {
  .postbox__select .nice-select {
    height: 45px;
    line-height: 45px;
    font-size: 14px;
  }
}
.postbox__select .nice-select::after {
  right: 0;
}

.it-map-wrap {
  height: 640px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .it-map-wrap {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .it-map-wrap {
    height: 250px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-map-wrap {
    height: 350px;
  }
}
.it-map-wrap iframe {
  height: 100%;
  width: 100%;
}

.it-form-wrap {
  margin-top: -80px;
  padding: 45px 50px;
  background: var(--it-common-white);
  box-shadow: 0 4px 50px 0 rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-form-wrap {
    padding: 45px 25px;
    padding-bottom: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-form-wrap {
    padding-bottom: 25px;
  }
}
@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-form-wrap .it-contact-input-box {
    margin-bottom: 20px;
  }
}
@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-form-wrap .it-contact-btn {
    margin-bottom: 20px;
  }
}
.it-form-wrap.it-faq-style-2 .it-contact-input-box input {
  height: 59px;
  line-height: 59px;
  padding: 0 22px;
  background-color: var(--it-gray-1);
  border: 1px solid transparent;
}
@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-form-wrap.it-faq-style-2 .it-contact-input-box input {
    height: 48px;
    line-height: 48px;
  }
}
.it-form-wrap.it-faq-style-2 .it-contact-input-box input:focus {
  border: 1px solid var(--it-theme-1);
}
.it-form-wrap.it-faq-style-2 .postbox__select .nice-select {
  height: 59px;
  line-height: 59px;
  background: var(--it-gray-1);
  border: 1px solid transparent;
}
@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-form-wrap.it-faq-style-2 .postbox__select .nice-select {
    height: 48px;
    line-height: 48px;
  }
}
.it-form-wrap.it-faq-style-2 .postbox__select .nice-select:focus {
  border: 1px solid var(--it-theme-1);
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-location-left {
    margin-bottom: 70px;
  }
}
.it-location-left p {
  line-height: 2;
  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-location-left p br {
    display: none;
  }
}

.it-contact-inner-style .it-contact-input-box textarea {
  height: 180px;
}
.it-contact-inner-style .it-contact-left p {
  font-weight: 600;
  font-size: 34px;
  line-height: 1.29;
  font-family: var(--it-ff-heading);
  color: var(--it-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-contact-inner-style .it-contact-left p {
    font-size: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-contact-inner-style .it-contact-left p {
    font-size: 20px;
  }
}
.it-contact-inner-style .it-contact-list-wrap {
  margin-right: 58px;
  padding-top: 0;
  border-top: none;
}
.it-contact-inner-style .it-contact-list {
  position: relative;
  padding-left: 40px;
}
.it-contact-inner-style .it-contact-list span {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--it-theme-1);
}
.it-contact-inner-style .it-contact-list a {
  font-size: 20px;
  font-weight: 500;
  color: var(--it-body-text);
}
.it-contact-inner-style .it-contact-list a:hover {
  color: var(--it-theme-1);
}
.it-contact-inner-style .it-contact-social span {
  display: block;
  font-weight: 600;
  font-size: 34px;
  margin-bottom: 28px;
  color: var(--it-theme-1);
  font-family: var(--it-ff-heading);
}
@media (max-width: 767px) {
  .it-contact-inner-style .it-contact-social span {
    font-size: 28px;
  }
}
.it-contact-inner-style .it-contact-social span::after {
  content: "";
  display: inline-block;
  width: 94px;
  height: 4px;
  margin-left: 10px;
  transform: translateY(-6px);
  background-color: var(--it-theme-1);
}
.it-contact-inner-style .it-contact-social a {
  width: 50px;
  height: 50px;
  line-height: 45px;
  text-align: center;
  transition: 0.3s;
  border: 1px solid #fff;
  color: var(--it-common-white);
}
@media (max-width: 767px) {
  .it-contact-inner-style .it-contact-social a {
    width: 40px;
    height: 40px;
    line-height: 35px;
  }
}
.it-contact-inner-style .it-contact-social a:hover {
  border: 1px solid var(--it-theme-1);
  background-color: var(--it-theme-1);
}

.it-signup-title {
  font-weight: 600;
  font-size: 34px;
  line-height: 1;
  text-transform: capitalize;
  margin-bottom: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .it-signup-title {
    font-size: 29px;
  }
}
@media (max-width: 767px) {
  .it-signup-title {
    font-size: 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-signup-title {
    font-size: 30px;
  }
}
.it-signup-bg {
  padding: 20px 20px 20px 110px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-signup-bg {
    padding-left: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .it-signup-bg {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .it-signup-bg {
    padding: 20px;
  }
}
.it-signup-bg p {
  line-height: 2;
  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-signup-bg p {
    line-height: 1.4;
    font-size: 14px;
  }
}
.it-signup-continue-item {
  padding: 12px 30px;
  border: 1px solid rgba(121, 121, 121, 0.2);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-signup-continue-item {
    padding: 12px 15px;
  }
}
@media (max-width: 767px) {
  .it-signup-continue-item {
    padding: 12px 15px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .it-signup-continue-item img {
    width: 20px;
  }
}
.it-signup-continue-item span {
  display: inline-block;
  padding-left: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .it-signup-continue-item span {
    font-size: 13px;
  }
}
@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-signup-text span {
    font-size: 15px;
  }
}
.it-signup-text span a {
  color: var(--it-theme-1);
  text-decoration: underline;
}
.it-signup-border {
  margin-bottom: 35px;
  position: relative;
}
.it-signup-border span {
  display: block;
  font-weight: 500;
  font-size: 14px;
  position: relative;
  padding: 0 10px;
  z-index: 1;
  display: inline-block;
  font-family: var(--it-ff-heading);
  background-color: var(--it-gray-1);
}
.it-signup-border::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  content: "";
  width: 100%;
  height: 1px;
  background-color: #D9D9D9;
}
.it-signup-input label {
  font-weight: 500;
  margin-bottom: 10px;
  color: var(--it-common-black);
}
.it-signup-input input {
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  font-size: 16px;
  background-color: transparent;
  border: 1px solid rgba(121, 121, 121, 0.2);
}
.it-signup-input input:focus {
  border-color: var(--it-theme-1);
}
.it-signup-input-icon {
  position: absolute;
  top: 50%;
  left: 28px;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .it-signup-input-icon {
    left: 19px;
  }
}
@media (max-width: 767px) {
  .it-signup-input-icon svg {
    width: 15px;
  }
}
.it-signup-wrap {
  padding: 90px 0;
  margin-right: 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-signup-wrap {
    margin-right: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-signup-wrap {
    padding: 40px 0;
    margin-right: 0;
  }
}
.it-signup-wrap .it-contact-agree .form-check-input.form-check-input[type=checkbox] {
  width: 20px;
  height: 20px;
  padding: 0;
  margin-top: 2px;
  border: 1px solid #797979;
}
.it-signup-wrap .it-btn::after {
  height: 700px;
  width: 700px;
  transition: 0.5s;
}
.it-signup-text span {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.01em;
  color: var(--it-common-black);
  font-family: var(--it-ff-heading);
}
.it-signup-text span a {
  color: var(--it-theme-1);
}
.it-signup-logo {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  padding: 90px 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-signup-logo {
    margin-left: 0;
  }
}
.it-signup-shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.it-signup-area .form-check label {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.01em;
  color: var(--it-common-black);
  font-family: var(--it-ff-heading);
}
.it-signup-forget a {
  font-weight: 600;
  font-size: 14px;
  line-height: 171%;
  letter-spacing: 0.01em;
  color: var(--it-theme-1);
  font-family: var(--it-ff-heading);
}
.it-signup-agree label {
  color: var(--it-common-white);
}
@media (max-width: 767px) {
  .it-signup-agree label {
    font-size: 14px;
  }
}
.it-signup-agree .form-check-input:checked {
  background-color: var(--it-common-black);
  border-color: transparent;
}
.it-signup-agree .form-check-input:focus {
  box-shadow: none;
}
.it-signup-agree .form-check-input.form-check-input[type=checkbox] {
  border-radius: 2px;
  margin-top: 10px;
  height: 15px;
  width: 15px;
  padding: 0;
  border-radius: 3px;
  border: 1px solid #E2E1E1;
}
@media (max-width: 767px) {
  .it-signup-continue-wrap {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-signup-continue-wrap {
    flex-wrap: nowrap;
  }
}

/*----------------------------------------*/
/*  24. shop css start
/*----------------------------------------*/
@media (max-width: 767px) {
  .it-shop-text {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-shop-text {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .it-shop-top-wrap {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-shop-top-wrap {
    flex-wrap: nowrap;
  }
}
@media (max-width: 767px) {
  .it-shop-top-wrap .it-shop-filter.ml-30 {
    margin-left: 0;
    margin-top: 20px;
    display: block;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-shop-top-wrap .it-shop-filter.ml-30 {
    margin-top: 0;
    margin-left: 25px;
  }
}
@media (max-width: 767px) {
  .it-shop-filter-box {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .it-shop-filter-box span {
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-shop-filter-box span {
    width: auto;
  }
}
.it-shop-filter .nice-select {
  font-weight: 400;
  font-size: 16px;
  border-radius: 5px;
  display: inline-block;
  height: 50px;
  padding-left: 20px;
  padding-right: 45px;
  line-height: 50px;
  background-color: #F3F3F3;
  border: 1px solid rgba(121, 121, 121, 0.2);
}
.it-shop-filter .nice-select::after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: "";
  display: block;
  height: 7px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 31px;
  top: 55%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 7px;
}
.it-shop-filter .nice-select.open::after {
  transform: rotate(-136deg);
}
.it-shop-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 7px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-shop-title {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .it-shop-title {
    font-size: 17px;
  }
}
.it-shop-price span {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.01em;
}
.it-shop-cart {
  position: absolute;
  bottom: -20px;
  right: 20px;
  z-index: 1;
}
.it-shop-cart a {
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 37px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--it-common-black);
}
.it-shop-cart a:hover {
  background-color: var(--it-theme-1);
}
.it-shop-thumb img {
  width: 100%;
  transition: 1.3s all ease;
}
.it-shop-action-2 {
  position: absolute;
  right: 15px;
  top: -15%;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
  text-align: center;
}
.it-shop-action-btn-2 {
  position: relative;
  display: block;
  width: 35px;
  height: 35px;
  line-height: 32px;
  text-align: center;
  font-size: 18px;
  border-radius: 50%;
  margin-bottom: 10px;
  color: var(--it-common-black);
  border: 1px solid rgba(121, 121, 121, 0.2);
  background-color: var(--it-common-white);
  padding: 0;
}
.it-shop-action-btn-2 svg {
  height: 15px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-shop-action-btn-2 {
    font-size: 16px;
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}
.it-shop-action-btn-2:hover {
  color: var(--it-common-white);
  border: 1px solid var(--it-theme-1);
  background-color: var(--it-theme-1);
}
.it-shop-action-btn-2:hover .it-shop-tooltip {
  visibility: visible;
  opacity: 1;
}
.it-shop-tooltip {
  position: absolute;
  top: 50%;
  font-weight: 500;
  font-size: 12px;
  right: 142%;
  transform: translateY(-50%);
  color: var(--it-common-black);
  background-color: var(--it-common-white);
  display: inline-block;
  width: max-content;
  line-height: 1;
  padding: 4px 6px;
  border-radius: 4px;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -moz-transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -ms-transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -o-transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
}
.it-shop-tooltip::before {
  position: absolute;
  content: "";
  top: 2px;
  right: -14px;
  border-top: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid var(--it-common-white);
}
.it-shop-tab ul li:not(:last-child) {
  margin-right: 20px;
}
.it-shop-tab ul li button {
  padding: 13.4px 30px;
  border-radius: 100px;
  transition: 0.3s;
  color: var(--it-theme-1);
  border: 1px solid var(--it-theme-1);
}
@media (max-width: 767px) {
  .it-shop-tab ul li button {
    font-size: 12px;
    padding: 7px 15px;
    margin-bottom: 15px;
  }
}
.it-shop-tab ul li button:hover {
  color: var(--it-common-white);
  background-color: var(--it-theme-1);
}
.it-shop-tab ul li button.active {
  color: var(--it-common-white);
  background-color: var(--it-theme-1);
}
.it-shop-details__quantity {
  width: 160px;
  height: 55px;
  position: relative;
  border: 1px solid var(--it-theme-1);
}
@media (max-width: 767px) {
  .it-shop-details__quantity {
    margin-bottom: 20px;
    margin-right: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-shop-details__quantity {
    margin-bottom: 0px;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 440px) and (max-width: 575px) {
  .it-shop-details__quantity {
    margin-bottom: 0;
  }
}
.it-shop-details__quantity input {
  border: 0;
  background-color: transparent;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 0 55px;
  font-size: 16px;
  letter-spacing: -0.01em;
  text-align: center;
  color: #00102f;
}
.it-shop-details__quantity .cart-minus {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  color: #00102f;
  font-size: 18px;
}
.it-shop-details__quantity .cart-minus:hover {
  cursor: pointer;
}
.it-shop-details__quantity .cart-plus {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  color: #00102f;
  font-size: 18px;
}
.it-shop-details__quantity .cart-plus:hover {
  cursor: pointer;
}
@media (max-width: 767px) {
  .it-shop-details__quantity-box {
    flex-wrap: wrap;
  }
}
.it-shop-item {
  padding: 20px;
  border: 1px solid rgba(121, 121, 121, 0.3);
}
.it-shop-item:hover .it-shop-thumb img {
  transform: scale(1.2) rotate(2deg);
}
.it-shop-item:hover .it-shop-action-2 {
  visibility: visible;
  opacity: 1;
  top: 15px;
}

/* details css here */
.subscribe-popup {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1099;
  background-color: rgba(0, 0, 0, 0.6);
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  margin: 0 auto;
  text-align: center;
}

.subscribe-popup.show {
  visibility: visible;
  opacity: 1;
}

.subscribe-popup .close {
  height: 40px;
  width: 40px;
  line-height: 45px;
  background-color: var(--it-common-black);
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.subscribe-popup .close i {
  font-size: 20px;
  font-weight: 400;
  display: inline-block;
  color: var(--it-common-white);
  transition: 0.3s;
}
.subscribe-popup .close:hover i {
  transform: rotate(180deg);
}

@keyframes zoomInOut {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
.it-shop-popup-logo img {
  width: 160px;
  height: 100%;
}

.it-product-filter .nice-select {
  font-weight: 400;
  font-size: 16px;
  color: var(--it-common-black);
  background-color: var(--it-gray-1);
  border-radius: 5px;
  display: inline-block;
  height: 50px;
  padding-left: 20px;
  padding-right: 65px;
  line-height: 50px;
}
.it-product-filter .nice-select::after {
  margin-top: -7px;
  right: 20px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 10px solid #000;
  border-bottom: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.it-product-top-wrap {
  padding: 14px 30px;
  border-radius: 10px;
  border: 1px solid rgba(75, 75, 75, 0.2);
}
@media (max-width: 767px) {
  .it-product-top-wrap {
    padding: 0;
    border: none;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .it-product-filter-box {
    margin-top: 30px;
  }
}
.it-product-text span {
  font-size: 16px;
  color: #000;
}

.it-shop-details__area .it-sv-details-list p {
  font-weight: 400;
  font-size: 16px;
  padding-right: 0;
}
.it-shop-details__area .it-sv-details-list p b {
  font-weight: 600;
  color: var(--it-common-black);
}
.it-shop-details__area .it-sv-details-list ul li span {
  top: -2px;
}
.it-shop-details__area .it-sv-details-content p {
  padding-right: 0;
  margin-right: 0;
}
.it-shop-details__area .it-service-3-item {
  padding: 30px;
  padding-bottom: 25px;
}
.it-shop-details__right-wrap {
  margin-top: 46px;
  margin-left: 75px;
}
@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-shop-details__right-wrap {
    margin-left: 0;
  }
}
.it-shop-details__title-sm {
  font-size: 40px;
  line-height: 1.2;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-shop-details__title-sm {
    font-size: 30px;
  }
  .it-shop-details__title-sm br {
    display: none;
  }
}
.it-shop-details__social > span {
  font-weight: 500;
  font-size: 16px;
  margin-right: 10px;
  color: var(--it-common-black);
}
@media (max-width: 767px) {
  .it-shop-details__social > span {
    font-size: 15px;
  }
}
.it-shop-details__social a {
  height: 44px;
  width: 44px;
  line-height: 44px;
  text-align: center;
  display: inline-block;
  margin-right: 5px;
  color: var(--it-common-black);
  border: 1px solid rgba(121, 121, 121, 0.15);
}
@media (max-width: 767px) {
  .it-shop-details__social a {
    height: 30px;
    width: 30px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .it-shop-details__social a svg {
    width: 11px;
  }
}
.it-shop-details__social a:hover {
  color: var(--it-theme-1);
}
.it-shop-details__icon a {
  width: 77px;
  line-height: 55px;
  height: 55px;
  display: inline-block;
  text-align: center;
  font-size: 23px;
  margin-right: 8px;
  transition: 0.3s;
  color: var(--it-common-black);
  background-color: var(--it-gray-1);
}
.it-shop-details__icon a:hover {
  color: var(--it-common-white);
  background-color: var(--it-theme-1);
}
.it-shop-details__Category span {
  font-size: 16px;
  display: block;
  font-weight: 400;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-shop-details__Category span {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .it-shop-details__Category span {
    font-size: 15px;
  }
}
.it-shop-details__Category span:first-child {
  margin-right: 28px;
  margin-bottom: 20px;
}
.it-shop-details__Category span i {
  font-style: normal;
  font-weight: 500;
  margin-right: 10px;
  letter-spacing: -0.01em;
  color: var(--it-common-black);
}
.it-shop-details__text p {
  font-size: 16px;
  line-height: 1.65;
}
@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-shop-details__text p {
    font-size: 14px;
  }
  .it-shop-details__text p br {
    display: none;
  }
}
.it-shop-details__btn {
  margin-left: 30px;
}
@media (max-width: 767px) {
  .it-shop-details__btn {
    margin-left: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-shop-details__btn {
    margin-left: 50px;
  }
}
@media only screen and (min-width: 440px) and (max-width: 575px) {
  .it-shop-details__btn {
    margin-left: 50px;
  }
}
.it-shop-details__btn .it-btn {
  padding: 16.4px 40px;
  border-radius: 5px;
}
.it-shop-details__quantity {
  width: 160px;
  height: 55px;
  position: relative;
  border: 1px solid var(--it-theme-1);
}
@media (max-width: 767px) {
  .it-shop-details__quantity {
    margin-bottom: 20px;
    margin-right: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-shop-details__quantity {
    margin-bottom: 0px;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 440px) and (max-width: 575px) {
  .it-shop-details__quantity {
    margin-bottom: 0;
  }
}
.it-shop-details__quantity input {
  border: 0;
  background-color: transparent;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 0 55px;
  font-size: 16px;
  letter-spacing: -0.01em;
  text-align: center;
  color: #00102f;
}
.it-shop-details__quantity .cart-minus {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  color: #00102f;
  font-size: 18px;
}
.it-shop-details__quantity .cart-minus:hover {
  cursor: pointer;
}
.it-shop-details__quantity .cart-plus {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  color: #00102f;
  font-size: 18px;
}
.it-shop-details__quantity .cart-plus:hover {
  cursor: pointer;
}
@media (max-width: 767px) {
  .it-shop-details__quantity-box {
    flex-wrap: wrap;
  }
}
.it-shop-details__tab-content-box {
  background: var(--it-gray-1);
  text-align: center;
}
.it-shop-details__tab-btn-box nav div button {
  transition: 0.3s;
  width: max-content;
  padding: 0;
  background-color: var(--it-gray-1);
  border: 1px solid transparent;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .it-shop-details__tab-btn-box nav div button {
    margin-bottom: 20px;
  }
}
.it-shop-details__tab-btn-box nav div button img {
  width: 125px;
  height: 130px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-shop-details__tab-btn-box nav div button img {
    width: 100px;
    height: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-shop-details__tab-btn-box nav div button img {
    width: 90px;
    height: 90px;
  }
}
@media (max-width: 767px) {
  .it-shop-details__tab-btn-box nav div button img {
    width: 85px;
    height: 85px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-shop-details__tab-btn-box nav div button img {
    width: 90px;
    height: 90px;
  }
}
.it-shop-details__tab-btn-box nav div button.active {
  border: 1px solid var(--it-theme-1);
}
.it-shop-details__tab-btn-box nav div button:hover {
  border: 1px solid var(--it-theme-1);
}
.it-shop-details__tab-btn-box nav div button:not(:last-child) {
  margin-right: 10px;
}
.it-shop-details__wrapper {
  margin-right: -32px;
}
@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-shop-details__wrapper {
    margin-right: 0;
  }
}
.it-shop-details__price {
  padding-bottom: 31px;
  margin-bottom: 40px;
  border-bottom: 1px solid #dee4ff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .it-shop-details__price {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .it-shop-details__price {
    margin-right: 0;
    flex-wrap: wrap;
  }
}
.it-shop-details__price > span {
  font-weight: 600;
  font-size: 18px;
  color: var(--it-theme-1);
  display: inline-block;
  margin-left: 20px;
  margin-right: 47px;
}
.it-shop-details__price del {
  font-weight: 600;
  font-size: 18px;
  color: #6d756d;
}
@media (max-width: 767px) {
  .it-shop-details__ratting {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-shop-details__ratting {
    margin-top: 0;
  }
}
.it-shop-details__ratting i {
  font-weight: 400;
  font-size: 16px;
  color: #f59831;
}

.pro-details-nav {
  padding: 17px 0;
  border-top: 1px solid rgba(121, 121, 121, 0.2);
  border-bottom: 1px solid rgba(121, 121, 121, 0.2);
}
.pro-details-nav-btn li {
  position: relative;
  display: inline-block;
  list-style-type: none;
}
@media (max-width: 767px) {
  .pro-details-nav-btn li {
    margin-bottom: 10px;
  }
}
.pro-details-nav-btn li:not(:last-child) button {
  margin-right: 50px;
}
@media (max-width: 767px) {
  .pro-details-nav-btn li:not(:last-child) button {
    margin: 0 20px;
  }
}
.pro-details-nav-btn li button.active span {
  color: var(--it-common-black);
}
.pro-details-nav-btn li button span {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.6;
  transition: 0.3s;
  text-transform: capitalize;
  font-family: var(--it-ff-poppins);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .pro-details-nav-btn li button span {
    font-size: 17px;
  }
}

.comments-box {
  margin-bottom: 50px;
}

.user-rating ul li {
  display: inline-block;
  color: var(--it-theme-1);
}

.comments-text span,
.comments-text p {
  font-size: 14px;
  color: #777777;
  line-height: 26px;
}
@media (max-width: 767px) {
  .comments-text span br,
  .comments-text p br {
    display: none;
  }
}

.comment-title p {
  color: #777777;
  font-size: 16px;
}

.comment-rating span {
  font-weight: 500;
  margin-right: 5px;
}
.comment-rating ul li {
  display: inline-block;
  color: var(--it-theme-1);
}

.comment-input textarea {
  width: 100%;
  height: 210px;
  margin-bottom: 20px;
  font-size: 14px;
  color: var(--it-common-black);
  padding: 20px;
  resize: none;
  background-color: var(--it-gray-1);
}
.comment-input textarea::placeholder {
  font-weight: 400;
  font-size: 14px;
  color: var(--it-common-black);
}
.comment-input textarea:focus {
  outline: 0;
  border: 1px solid var(--it-theme-1);
}
.comment-input input {
  width: 100%;
  outline: 0;
  background-color: var(--it-gray-1);
  height: 55px;
  line-height: 55px;
  padding: 0 20px;
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 14px;
  color: var(--it-common-black);
}
.comment-input input::placeholder {
  font-weight: 400;
  font-size: 14px;
  color: var(--it-common-black);
}
.comment-input input:focus {
  border: 1px solid var(--it-theme-1);
}

.comments-avatar {
  flex: 0 0 auto;
}
.comments-avatar img {
  height: 100px;
  width: 100px;
  border-radius: 50%;
}

.table .add-info {
  font-size: 18px;
  font-weight: 500;
}

.table td {
  padding: 18px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px), 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) {
  .shop-left-right {
    margin-left: 0;
    margin-right: 0;
  }
}

.it-comments-title {
  font-size: 24px;
  color: var(--it-common-black);
  font-weight: 700;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .it-comments-title {
    font-size: 18px;
  }
}

.avatar-name b {
  color: var(--it-common-black);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-button a {
    margin-bottom: 10px;
  }
}

.latest-comments ul li {
  list-style-type: none;
}

.comment-title {
  font-size: 24px;
  color: var(--it-common-black);
  text-transform: capitalize;
}
.comment-title h3 {
  margin-bottom: 15px;
}

.it-product-slider-title {
  color: var(--it-common-black);
  font-size: 30px;
  font-weight: 500;
}

.it-shop-widget-categories-item input:checked ~ label::before {
  opacity: 1;
  visibility: visible;
}

.it-shop-widget-categories-item input:checked ~ label::after {
  background-color: var(--it-common-purple);
  border-color: var(--it-common-purple);
}

.it-product-sidebar {
  margin-right: 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-product-sidebar {
    margin-right: 0;
  }
}
.it-product-widget {
  padding: 45px 35px;
  border-radius: 12px;
  background-color: rgba(86, 139, 7, 0.08);
}
@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-product-widget {
    padding: 45px 20px;
  }
}
.it-product-widget .sidebar__search-input-2 input {
  background-color: var(--it-common-white);
}
.it-product-widget-filter {
  position: relative;
}
.it-product-widget-filter .ui-widget.ui-widget-content {
  height: 3px;
  border: 0;
  background-color: var(--it-theme-1);
}
.it-product-widget-filter .ui-slider-horizontal .ui-slider-range {
  background-color: #ddd;
  position: absolute;
}
.it-product-widget-filter .ui-slider .ui-slider-handle {
  top: -8px;
  width: 20px;
  height: 20px;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 50%;
  background-color: var(--it-common-black);
  position: absolute;
  display: inline-block;
}
.it-product-widget-filter .ui-slider .ui-slider-handle::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  right: 0;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  text-align: center;
  margin: 0 auto;
  background-color: var(--it-common-white);
  transform: translateY(-50%);
}
.it-product-widget-filter-info i {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  display: inline-block;
  margin-right: 10px;
}
.it-product-widget-filter-info .input-range input {
  width: auto;
  height: auto;
  background-color: transparent;
  color: var(--it-common-black);
  padding: 0;
  border: 0;
  font-weight: 600;
  font-size: 20px;
  color: #181818;
}
.it-product-widget-filter-info .it-product-widget-filter-btn {
  font-weight: 600;
  font-size: 20px;
  color: var(--it-common-white);
  background-color: var(--it-theme-1);
  padding: 10px 15px;
  margin-right: 15px;
}
.it-product-widget-filter-info .it-product-widget-filter-btn:hover {
  color: var(--it-common-white);
  background-color: var(--it-common-black);
}
.it-product-widget-category ul li {
  list-style: none;
  width: 100%;
}
.it-product-widget-category ul li:not(:last-child) {
  border-bottom: 1px solid rgba(24, 24, 24, 0.2);
}
.it-product-widget-category ul li:last-child a {
  padding-bottom: 0;
}
.it-product-widget-category ul li a {
  font-weight: 600;
  font-size: 20px;
  color: #181818;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
}
.it-product-widget-category ul li a:hover {
  color: var(--it-theme-1);
}
.it-product-widget-category ul li a i {
  color: var(--it-theme-1);
}
.it-product-widget-color span {
  height: 32px;
  width: 32px;
  border-radius: 50%;
  margin-right: 14px;
  margin-bottom: 13px;
  display: inline-block;
  cursor: pointer;
}
@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-product-widget-color span {
    margin-bottom: 0;
  }
}
.it-product-widget-color span.red {
  background-color: #FE5B00;
}
.it-product-widget-color span.tia {
  background-color: var(--it-theme-1);
}
.it-product-widget-color span.yellow {
  background-color: #FED000;
}
.it-product-widget-color span.yellow-2 {
  background-color: #FDB103;
}
.it-product-widget-color span.yellow-3 {
  background-color: #FE5B00;
}
.it-product-widget-color span.black {
  background-color: var(--it-common-black);
}
.it-product-widget-color span.ass {
  background-color: #505050;
}
.it-product-widget-color span.grey {
  background-color: #D9D9D9;
}

.it-order-info-list-highlight-item span {
  display: block;
}
.it-order-info-list-highlight-item span input {
  display: none;
}
.it-order-info-list-highlight-item span input:checked ~ label::before {
  opacity: 1;
  visibility: visible;
}
.it-order-info-list-highlight-item span label {
  font-weight: 600;
  font-size: 20px;
  color: #181818;
  padding-left: 27px;
  position: relative;
}
.it-order-info-list-highlight-item span label:hover {
  cursor: pointer;
}
.it-order-info-list-highlight-item span label::after {
  position: absolute;
  content: "";
  left: 0;
  top: 7px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid var(--it-theme-1);
  transition: 0.3s;
}
.it-order-info-list-highlight-item span label::before {
  position: absolute;
  content: "";
  left: 4px;
  top: 11px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--it-theme-1);
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}

.it-product-widget-rating span {
  display: block;
}
.it-product-widget-rating span input {
  display: none;
}
.it-product-widget-rating span input:checked ~ label::before {
  opacity: 1;
  visibility: visible;
}
.it-product-widget-rating span label {
  position: relative;
  padding-left: 27px;
}
.it-product-widget-rating span label > i {
  color: #FED000;
}
.it-product-widget-rating span label > i.color {
  color: rgba(254, 207, 0, 0.4);
}
.it-product-widget-rating span label:hover {
  cursor: pointer;
}
.it-product-widget-rating span label::after {
  position: absolute;
  content: "";
  left: 0;
  top: 7px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid var(--it-theme-1);
  transition: 0.3s;
}
.it-product-widget-rating span label::before {
  position: absolute;
  content: "";
  left: 4px;
  top: 11px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--it-theme-1);
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}

@media (max-width: 767px) {
  .comments-box {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .comments-box {
    flex-wrap: nowrap;
  }
}

.comment-input textarea {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .comments-avatar {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .comments-avatar {
    margin-bottom: 0;
  }
}

/*----------------------------------------*/
/*  05. cart css start
/*----------------------------------------*/
.table-content .table > :not(:first-child) {
  border-top: 0;
}
.table-content table {
  background: #ffffff;
  border-color: #eaedff;
  border-radius: 0;
  border-style: solid;
  border-width: 1px 0 0 1px;
  text-align: center;
  width: 100%;
  margin-bottom: 0;
}

.table-content .table > :not(:last-child) > :last-child > * {
  border-bottom-color: #eaedff;
}

.table-content .product-quantity {
  float: none;
}

.table-content table td.product-name {
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}

.table-content table td.product-name a:hover {
  color: var(--it-theme-1);
}

.table-content table td {
  border-top: medium none;
  padding: 20px 10px;
  vertical-align: middle;
  font-size: 16px;
}

.table-content table th, .table-content table td {
  border-bottom: 1px solid #eaedff;
  border-right: 1px solid #eaedff;
}

.product-quantity > input {
  color: #000;
  font-size: 14px;
  font-weight: normal;
  border: 1px solid #dcdcdc;
  height: 22px;
  line-height: 22px;
  padding: 0;
}

.table td, .table th {
  border-top: 1px solid #eaedff;
}

.product-quantity > input {
  width: 80px;
  text-align: center;
}

.table-content table td.product-subtotal {
  font-size: 16px;
}

.table-content table td .cart-plus-minus {
  float: none;
  margin: 0 auto;
}

.coupon-all {
  margin-top: 50px;
}

.coupon {
  float: left;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .coupon .it-btn-red {
    padding: 0 35px;
  }
}

@media (max-width: 767px) {
  .coupon {
    float: none;
  }
}
#coupon_code {
  height: 60px;
  border: 2px solid #eaedff;
  padding: 0 30px;
  margin-right: 10px;
  width: auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  #coupon_code {
    height: 48px;
  }
}
@media (max-width: 767px) {
  #coupon_code {
    height: 48px;
  }
}
#coupon_code:focus {
  border: 2px solid var(--it-theme-1);
}

.coupon2 {
  text-align: end;
}
@media (max-width: 767px) {
  .coupon2 {
    text-align: start;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .coupon2 .it-btn {
    padding: 0 35px;
  }
}

.cart-page-total {
  padding-top: 50px;
}

.cart-page-total > h2 {
  font-size: 25px;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.cart-page-total > ul {
  border: 1px solid #eaedff;
}

.cart-page-total > ul > li {
  list-style: none;
  font-size: 15px;
  color: #6f7172;
  padding: 10px 30px;
  border-bottom: 1px solid #eaedff;
  font-weight: 400;
}

.cart-page-total ul > li > span {
  float: right;
}

.cart-page-total li:last-child {
  border-bottom: 0;
}

td.product-thumbnail img {
  width: 60px;
}

.cart-plus,
.cart-minus {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  cursor: pointer;
}

.order-notes textarea::-moz-placeholder {
  color: #6f7172;
  opacity: 1;
}

.order-notes textarea::placeholder {
  color: #6f7172;
  opacity: 1;
}

#ship-box-info {
  display: none;
}

.panel-group .panel {
  border-radius: 0;
}

.panel-default > .panel-heading {
  border-radius: 0;
}

.your-order {
  padding: 30px 40px 45px;
  border: 3px solid #f7f7f7;
}

@media (max-width: 767px) {
  .your-order {
    padding: 15px;
  }
}
.your-order h3 {
  border-bottom: 1px solid #eaedff;
  font-size: 30px;
  margin: 0 0 20px;
  padding-bottom: 10px;
  width: 100%;
}

.your-order-table table {
  background: none;
  border: 0;
  width: 100%;
}

.your-order-table table th, .your-order-table table td {
  border-bottom: 1px solid #eaedff;
  border-right: medium none;
  color: #6f7172;
  font-size: 14px;
  padding: 15px 0;
  text-align: left;
}
@media (max-width: 767px) {
  .your-order-table table th, .your-order-table table td {
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .your-order-table table th, .your-order-table table td {
    padding-right: 10px;
  }
}
.your-order-table table th {
  border-top: medium none;
  color: #6f7172;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
  white-space: nowrap;
  width: 250px;
}

.panel-body > p {
  color: #222;
}

.your-order-table table .shipping ul li {
  list-style: none;
}

.your-order-table table .shipping ul li input {
  position: relative;
  top: 2px;
}

.your-order-table table .shipping ul li label {
  color: #6f7172;
}

.your-order-table table .shipping th {
  vertical-align: top;
}

.your-order-table table .order-total th {
  border-bottom: 0;
  font-size: 14px;
}

.your-order-table table .order-total td {
  border-bottom: medium none;
}

.your-order-table table tr.cart_item:hover {
  background: #F9F9F9;
}

.your-order-table table tr.order-total td span {
  color: var(--it-common-black);
  font-size: 18px;
  font-weight: 500;
}

.payment-method {
  margin-top: 40px;
}
.payment-method .accordion-item:last-of-type {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.payment-method .accordion-item {
  background-color: #fff;
  border: 0;
  border-bottom: 1px solid #e7e7e7;
}
.payment-method .accordion-button {
  font-size: 16px;
  font-weight: 500;
  color: var(--it-common-black);
  padding: 23px 0;
  border: none;
}
.payment-method .accordion-button::after {
  position: absolute;
  content: "\f067";
  right: 0;
  top: 50%;
  font-size: 16px;
  font-weight: 400;
  margin-left: 0;
  background-image: none;
  color: var(--it-common-black);
  font-family: "Font awesome 5 pro";
}
.payment-method .accordion-button:not(.collapsed) {
  color: var(--it-common-black);
  background-color: var(--it-common-white);
  box-shadow: none;
}
.payment-method .accordion-button:not(.collapsed)::after {
  content: "\f068";
  font-family: "Font awesome 5 pro";
}
.payment-method .accordion-body {
  padding: 8px 0;
  padding-bottom: 40px;
}
.payment-method .accordion-collapse {
  border: none;
}

.panel-title > a {
  display: block;
}

.order-button-payment input {
  background: #232323 none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  height: 40px;
  margin: 0px 0 0;
  padding: 0;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  width: 100%;
}

.order-button-payment input:hover {
  background: #3e976c none repeat scroll 0 0;
}

.payment-method .card {
  background-color: #ffffff;
  border: 1px solid #eaedff;
  border-radius: 0;
  margin-bottom: 10px;
}

.payment-method .accordion .card:first-of-type {
  border: 1px solid #eaedff;
}

.card-header:first-child {
  border-radius: 0;
}

.payment-method .card-header {
  background-color: #ffffff;
  border-bottom: 1px solid #eaedff;
}

.order-button-payment button {
  width: 100%;
}

.minicart {
  background: #fff;
  padding: 25px;
  position: absolute;
  right: 0;
  top: 250%;
  transition: all 0.3s ease 0s;
  width: 350px;
  z-index: 9;
  box-shadow: 0px 8px 20px rgba(61, 110, 168, 0.3);
  visibility: hidden;
  opacity: 0;
}

.cart-thumb {
  padding-right: 15px;
}
.cart-title {
  font-size: 15px;
  font-family: var(--it-ff-body);
}
.cart-title a {
  display: inline-block;
  position: relative;
}
.cart-title a::after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0;
  left: auto;
  height: 1px;
  width: 0;
  background-color: var(--it-theme-1);
  transition: 0.7s;
  display: inline-block;
}
.cart-title a:hover::after {
  width: 100%;
  right: auto;
  left: 0;
  background-color: var(--it-common-black);
}
.cart-del-icon {
  font-weight: 700;
  color: var(--it-common-black);
}
.cart-del-icon span {
  transition: 0.3s;
  color: red;
  cursor: pointer;
}
.cart-content {
  text-align: start;
}
.cart-content span {
  font-size: 14px;
  color: #707279;
}
.cart-content span del {
  color: #a5a7bc;
  font-size: 13px;
}
.cart-content-wrap {
  padding-bottom: 7px;
}
.cart-total-price {
  border-top: 1px solid #707279;
  padding-top: 15px;
  margin-top: 10px;
  margin-bottom: 25px;
}
.cart-total-price span {
  color: #707279;
  font-weight: 700;
  font-size: 16px;
}
.cart-btn .it-btn-theme {
  padding: 15px 40px;
}

/*----------------------------------------*/
/*  06. Checkout css start
/*----------------------------------------*/
.coupon-accordion h3 {
  background-color: #f7f7f7;
  border-top: 3px solid var(--it-theme-1);
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 25px;
  padding: 1em 2em 1em 3.5em;
  position: relative;
  width: auto;
}

.coupon-accordion h3::before {
  content: "\f07b";
  left: 15px;
  top: 13px;
  position: absolute;
  color: var(--it-theme-1);
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
}

.coupon-accordion > span {
  color: #6f7172;
  cursor: pointer;
  transition: 0.3s;
  font-weight: 500;
}

.coupon-accordion > span:hover, p.lost-password a:hover {
  color: var(--it-common-black);
}

.coupon-content {
  border: 1px solid #eaedff;
  display: none;
  margin-bottom: 20px;
  padding: 30px;
}

.coupon-info p.coupon-text {
  margin-bottom: 15px;
}

.coupon-info p {
  margin-bottom: 0;
}

.coupon-info p.form-row-first label, .coupon-info p.form-row-last label {
  font-weight: 500;
  font-size: 16px;
  color: var(--it-common-black);
  margin-bottom: 6px;
}

.coupon-info p.form-row-first label span.required, .coupon-info p.form-row-last label span.required {
  color: var(--it-theme-1);
  font-weight: 700;
}

.coupon-info p.form-row-first input, .coupon-info p.form-row-last input {
  border: 1px solid #F3E8DF;
  height: 50px;
  line-height: 50px;
  margin: 0 0 14px;
  max-width: 100%;
  padding: 0 20px;
  width: 100%;
  outline: none;
  box-shadow: none;
  background-color: transparent;
}
.coupon-info p.form-row-first input:focus, .coupon-info p.form-row-last input:focus {
  border-color: var(--it-theme-1);
}

.coupon-info p.form-row input[type=submit]:hover, p.checkout-coupon input[type=submit]:hover {
  background: #3e976c none repeat scroll 0 0;
}

.coupon-info p.form-row input[type=checkbox] {
  position: relative;
  top: -1px;
}

.form-row > label {
  margin-top: 15px;
  margin-left: 15px;
  color: #6f7172;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .form-row > label {
    margin-left: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .form-row > label {
    margin-left: 15px;
  }
}

.buttons-cart input, .coupon input[type=submit], .buttons-cart a, .coupon-info p.form-row input[type=submit] {
  background: #252525 none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  display: inline-block;
  float: left;
  font-size: 12px;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  margin-right: 15px;
  padding: 0 15px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}

p.lost-password {
  margin-top: 15px;
}

p.lost-password a {
  color: #6f6f6f;
}

p.checkout-coupon input[type=text] {
  width: 100%;
  background-color: transparent;
  border: 1px solid #eaedff;
  padding: 0 20px;
  height: 50px;
  width: 100%;
  margin-bottom: 15px;
  outline: none;
  box-shadow: none;
}
p.checkout-coupon input[type=text]:focus {
  border-color: var(--it-theme-1);
}

.coupon-checkout-content {
  display: none;
}

.checkbox-form h3 {
  border-bottom: 1px solid #eaedff;
  font-size: 26px;
  margin: 0 0 20px;
  padding-bottom: 10px;
  width: 100%;
}

.checkout-area .nice-select::after {
  margin-top: 0;
  top: 63%;
}

.country-select {
  margin-bottom: 30px;
  position: relative;
}

.country-select select {
  width: 100%;
  background-color: transparent;
  border: 1px solid #eaedff;
  padding: 0 20px;
  height: 50px;
}

.country-select label, .checkout-form-list label {
  font-weight: 500;
  font-size: 16px;
  display: block;
  margin: 0 0 5px;
  color: var(--it-common-black);
}

.country-select label span.required, .checkout-form-list label span.required {
  color: var(--it-theme-1);
}

.country-select .nice-select {
  border: 1px solid #F3E8DF;
  background-color: transparent;
  height: 50px;
  padding: 0 20px;
  line-height: 50px;
  width: 100%;
  margin-bottom: 20px;
}
.country-select .nice-select.open {
  border-color: var(--it-theme-1);
}

.country-select .nice-select .list {
  width: 100%;
}

.checkout-form-list {
  margin-bottom: 30px;
}

.checkout-form-list label {
  font-weight: 500;
  font-size: 16px;
  color: var(--it-common-black);
}

.checkout-form-list input[type=text], .checkout-form-list input[type=password], .checkout-form-list input[type=email] {
  height: 50px;
  line-height: 50px;
  line-height: 50px;
  padding: 0 20px;
  width: 100%;
  outline: none;
  box-shadow: none;
  border: 1px solid #F3E8DF;
  background-color: transparent;
}
.checkout-form-list input[type=text]:focus, .checkout-form-list input[type=password]:focus, .checkout-form-list input[type=email]:focus {
  border-color: var(--it-theme-1);
}

.checkout-form-list input[type=text]::-moz-placeholder,
.checkout-form-list input[type=password]::-moz-placeholder,
.checkout-form-list input[type=email]::-moz-placeholder {
  color: #6f7172;
  opacity: 1;
}

.checkout-form-list input[type=text]::placeholder,
.checkout-form-list input[type=password]::placeholder,
.checkout-form-list input[type=email]::placeholder {
  color: #6f7172;
  opacity: 1;
}

input[type=checkbox] {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: -1px;
  height: 15px;
  width: 15px;
}

input[type=radio] {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: -1px;
  height: 15px;
  width: 15px;
}

.create-acc label {
  color: #6f7172;
  display: inline-block;
}

.create-account {
  display: none;
}

.ship-different-title h3 label {
  display: inline-block;
  margin-right: 20px;
  color: var(--it-common-black);
}

.order-notes textarea {
  border: 1px solid var(--it-gray-1);
  background-color: var(--it-gray-1);
  height: 120px;
  padding: 15px;
  width: 100%;
  outline: 0;
  resize: none;
}

.order-notes textarea:focus {
  border-color: var(--it-theme-1);
}

#ship-box-info {
  display: none;
}

.panel-group .panel {
  border-radius: 0;
}

.panel-default > .panel-heading {
  border-radius: 0;
}

.your-order {
  padding: 30px 40px 45px;
  border: 3px solid #f7f7f7;
}

@media (max-width: 767px) {
  .your-order {
    padding: 15px;
  }
}
.your-order h3 {
  border-bottom: 1px solid #eaedff;
  font-size: 30px;
  margin: 0 0 20px;
  padding-bottom: 10px;
  width: 100%;
}

.your-order-table table {
  background: none;
  border: 0;
  width: 100%;
}

.your-order-table table th, .your-order-table table td {
  border-bottom: 1px solid #eaedff;
  border-right: medium none;
  border-left: medium none;
  color: #6f7172;
  font-size: 14px;
  padding: 15px 0;
  text-align: left;
}
@media (max-width: 767px) {
  .your-order-table table th, .your-order-table table td {
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .your-order-table table th, .your-order-table table td {
    padding-right: 10px;
  }
}
.your-order-table table th {
  border-top: medium none;
  color: #6f7172;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
  white-space: nowrap;
  width: 250px;
}

.panel-body > p {
  color: #222;
}

.your-order-table table .shipping ul li {
  list-style: none;
}

.your-order-table table .shipping ul li input {
  position: relative;
  top: 2px;
}

.your-order-table table .shipping ul li label {
  color: #6f7172;
}

.your-order-table table .shipping th {
  vertical-align: top;
}

.your-order-table table .order-total th {
  border-bottom: 0;
  font-size: 14px;
}

.your-order-table table .order-total td {
  border-bottom: medium none;
}

.your-order-table table tr.cart_item:hover {
  background: #F9F9F9;
}

.your-order-table table tr.order-total td span {
  color: var(--it-common-black);
  font-size: 18px;
  font-weight: 500;
}

.payment-method {
  margin-top: 40px;
}
.payment-method .accordion-item:last-of-type {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.payment-method .accordion-item {
  background-color: #fff;
  border: 0;
  border-bottom: 1px solid #e7e7e7;
}
.payment-method .accordion-button {
  font-size: 16px;
  font-weight: 500;
  color: var(--it-common-black);
  padding: 23px 0;
  border: none;
}
.payment-method .accordion-button:focus {
  box-shadow: none;
}
.payment-method .accordion-button::after {
  position: absolute;
  content: "\f067";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  font-weight: 400;
  margin-left: 0;
  background-image: none;
  color: var(--it-common-black);
  font-family: "Font awesome 5 pro";
}
.payment-method .accordion-button:not(.collapsed) {
  color: var(--it-common-black);
  background-color: var(--it-common-white);
  box-shadow: none;
}
.payment-method .accordion-button:not(.collapsed)::after {
  content: "\f068";
  font-family: "Font awesome 5 pro";
}
.payment-method .accordion-body {
  padding: 8px 0;
  padding-bottom: 40px;
}
.payment-method .accordion-collapse {
  border: none;
}

.panel-title > a {
  display: block;
}

.order-button-payment input {
  background: #232323 none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  height: 40px;
  margin: 0px 0 0;
  padding: 0;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  width: 100%;
}

.order-button-payment input:hover {
  background: #3e976c none repeat scroll 0 0;
}

.payment-method .btn-link {
  -moz-user-select: none;
  background: no-repeat;
  border: medium none;
  border-radius: 0;
  color: #444;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 0;
  padding: 3px 10px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  text-decoration: none;
}

.payment-method .card {
  background-color: #ffffff;
  border: 1px solid #eaedff;
  border-radius: 0;
  margin-bottom: 10px;
}

.payment-method .accordion .card:first-of-type {
  border: 1px solid #eaedff;
}

.card-header:first-child {
  border-radius: 0;
}

.payment-method .card-header {
  background-color: #ffffff;
  border-bottom: 1px solid #eaedff;
}

.order-button-payment button {
  width: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .checkout-form-list p {
    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) {
  .coupon-area p {
    font-size: 16px;
  }
}
.coupon-area button.it-btn-orange {
  line-height: 1.4;
}

/*----------------------------------------*/
/*  23. shop sidebar css start
/*----------------------------------------*/
.it-shop-widget-filter .ui-widget.ui-widget-content {
  height: 5px;
  background-color: #797979;
  border: 0;
  position: relative;
}
.it-shop-widget-filter .ui-slider-horizontal .ui-slider-range {
  background-color: var(--it-theme-1);
}
.it-shop-widget-filter .ui-slider .ui-slider-handle {
  position: absolute;
  top: -3px;
  width: 12px;
  height: 12px;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 50%;
  background-color: var(--it-theme-1);
}
.it-shop-widget-filter-info .input-range input {
  height: auto;
  line-height: 1;
  padding: 0;
  border: 0;
  font-size: 16px;
  font-weight: 400;
  text-align: end;
  background-color: transparent;
  color: var(--it-text-body);
}
.it-shop-widget-filter-info .it-shop-widget-filter-btn {
  font-weight: 400;
  font-size: 16px;
  background-color: var(--it-theme-1);
  color: var(--it-common-white);
  padding: 7px 40px;
}
.it-shop-widget-checkbox ul li {
  list-style: none;
}
.it-shop-widget-checkbox ul li:not(:last-child) {
  margin-bottom: 12px;
}
.it-shop-widget-checkbox ul li input {
  display: none;
}
.it-shop-widget-checkbox ul li input .single-widget-category input:checked + label::after {
  opacity: 1;
  visibility: visible;
}
.it-shop-widget-checkbox ul li input:checked ~ label::after {
  background-color: var(--it-theme-1);
  border-color: var(--it-theme-1);
}
.it-shop-widget-checkbox ul li input:checked ~ label::before {
  visibility: visible;
  opacity: 1;
}
.it-shop-widget-checkbox ul li label {
  font-size: 16px;
  font-weight: 400;
  position: relative;
  padding-left: 26px;
}
.it-shop-widget-checkbox ul li label::after {
  position: absolute;
  content: "";
  top: 3px;
  left: 0;
  width: 15px;
  height: 15px;
  text-align: center;
  border: 1px solid #797979;
  transition: 0.2s;
}
.it-shop-widget-checkbox ul li label::before {
  position: absolute;
  content: url("../img/shop/icon/check.svg");
  top: 3px;
  left: 0;
  width: 16px;
  height: 16px;
  line-height: 13px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  color: var(--it-common-white);
  transition: 0.2s;
}
.it-shop-widget-checkbox ul li label:hover {
  cursor: pointer;
}
.it-shop-widget-rating-list ul li {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.it-shop-widget-rating-list ul li:not(:last-child) {
  margin-bottom: 15px;
}
.it-shop-widget-rating-list ul li:hover .it-shop-widget-checkbox-circle-number {
  border-color: var(--it-common-black);
}
.it-shop-widget-rating-number {
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  border-radius: 8px;
  padding: 5px 6px 3px;
  transition: 0.3s;
  border: 1px solid #EAEAEA;
}
.it-shop-widget-checkbox-circle {
  position: relative;
}
.it-shop-widget-checkbox-circle button {
  height: 32px;
  width: 32px;
  padding: 3px;
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-shop-widget-checkbox-circle button {
    height: 30px;
    width: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .it-shop-widget-checkbox-circle button {
    height: 25px;
    width: 25px;
  }
}
.it-shop-widget-checkbox-circle button:not(:last-child) {
  margin-right: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-shop-widget-checkbox-circle button:not(:last-child) {
    margin-right: 5px;
  }
}
@media (max-width: 767px) {
  .it-shop-widget-checkbox-circle button:not(:last-child) {
    margin-right: 7px;
  }
}
.it-shop-widget-checkbox-circle button::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  transform: translateY(-50%) scale(1.3);
  opacity: 0;
  transition: 0.3s;
}
.it-shop-widget-checkbox-circle button:hover::after {
  opacity: 1;
}
.it-shop-widget-checkbox-circle button.color-1 {
  background-color: #7E3232;
}
.it-shop-widget-checkbox-circle button.color-1::after {
  border: 1px solid #7E3232;
}
.it-shop-widget-checkbox-circle button.color-2 {
  background-color: #3C082C;
}
.it-shop-widget-checkbox-circle button.color-2::after {
  border: 1px solid #3C082C;
}
.it-shop-widget-checkbox-circle button.color-3 {
  background-color: #ff4400;
}
.it-shop-widget-checkbox-circle button.color-3::after {
  border: 1px solid #ff4400;
}
.it-shop-widget-checkbox-circle button.color-4 {
  background-color: #420A0A;
}
.it-shop-widget-checkbox-circle button.color-4::after {
  border: 1px solid #420A0A;
}
.it-shop-widget-checkbox-circle button.color-5 {
  background-color: #242745;
}
.it-shop-widget-checkbox-circle button.color-5::after {
  border: 1px solid #242745;
}
.it-shop-widget-checkbox-circle button.color-6 {
  background-color: #3D0C18;
}
.it-shop-widget-checkbox-circle button.color-6::after {
  border: 1px solid #3D0C18;
}
.it-shop-widget-checkbox-circle button.color-7 {
  background-color: #797979;
}
.it-shop-widget-checkbox-circle button.color-7::after {
  border: 1px solid #797979;
}
.it-shop-widget-checkbox-circle-list ul li {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.it-shop-widget-checkbox-circle-list ul li:not(:last-child) {
  margin-bottom: 5px;
}
.it-shop-widget-checkbox-circle-list ul li:hover .it-shop-widget-checkbox-circle-number {
  border-color: var(--it-common-black);
}
.it-shop-widget-checkbox-circle-number {
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  border-radius: 8px;
  padding: 5px 6px 3px;
  transition: 0.3s;
  border: 1px solid #EAEAEA;
}
.it-shop-widget-checkbox-circle .it-shop-widget-checkbox-circle-self {
  position: absolute;
  content: "";
  top: 1px;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  z-index: -1;
  border-radius: 50%;
  transition: 0.2s;
}
.it-shop-widget-checkbox-circle > input[type=checkbox] {
  display: none;
}
.it-shop-widget-checkbox-circle > input[type=checkbox] .single-widget-category input:checked + label::after {
  opacity: 1;
  visibility: visible;
}
.it-shop-widget-checkbox-circle > input[type=checkbox]:checked ~ label::before {
  visibility: visible;
  opacity: 1;
}
.it-shop-widget-checkbox-circle label {
  font-size: 16px;
  color: #55585B;
  position: relative;
  padding-left: 26px;
}
.it-shop-widget-checkbox-circle label::before {
  position: absolute;
  content: url("../img/inner/icon/check.html");
  top: 0px;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  color: var(--it-common-white);
  transition: 0.1s;
}
.it-shop-widget-checkbox-circle label:hover {
  cursor: pointer;
}
.it-shop-widget-thumb {
  padding: 5px;
  margin-right: 22px;
  flex: 0 0 auto;
  background-color: var(--it-common-white);
  border: 1px solid rgba(121, 121, 121, 0.2);
}
.it-shop-widget-thumb img {
  height: 75px;
  width: 75px;
}
.it-shop-widget-content h5 {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  color: #0a0909;
  margin-right: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-shop-widget-content h5 {
    margin-right: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .it-shop-widget-content h5 {
    margin-right: 0;
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .it-shop-widget-content h5 {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-shop-sidebar {
    margin-bottom: 70px;
  }
}

/*----------------------------------------*/
/*  11. error css start
/*----------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-error-thumb {
    margin-bottom: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-error-thumb {
    margin-bottom: 50px;
  }
}
.it-error-title {
  font-weight: 600;
  font-size: 25px;
}
.it-error-area .it-newsletter-input-box input {
  line-height: 60px;
  height: 60px;
  padding-left: 30px;
  padding-right: 80px;
  background: #F3F3F3;
  border: 1px xoslid transparent;
  color: var(--it-common-black);
}
.it-error-area .it-newsletter-input-box input::placeholder {
  color: #797979;
}
.it-error-area .it-newsletter-input-box input:focus {
  border-color: var(--it-theme-1);
}
.it-error-area .it-newsletter-input-box button {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  width: auto;
  height: auto;
  padding: 0;
  background-color: transparent;
}
@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-error-area .it-newsletter-input-box button svg {
    width: 20px;
  }
}
.it-error-area .it-newsletter-input-box {
  max-width: 620px;
  text-align: center;
  margin: 0 auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-error-area .it-newsletter-input-box {
    max-width: 550px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .it-error-area .it-newsletter-input-box {
    max-width: 450px;
  }
}
@media (max-width: 767px) {
  .it-error-area .it-newsletter-input-box {
    width: 90%;
  }
}
.it-about-2-thumb.nred {
    padding-left: 0;
}
h4.it-section-title.splt {
    font-size: 22px;
}
h1.it-section-title.siteh1ttile {
    font-size: 21px;
}
.it-about-2-btn.whatsaps>a {
    background-color: green;
}
.prod-btns {
    display: flex;
    gap: 8px;
    justify-content: left;
}

h2.pldfsj {
    font-size: 20px;
    padding-bottom: 13px;
}

/*----------------------------------------*/
/*  07. choose css start
/*----------------------------------------*/
.it-choose-content {
  padding: 40px;
  padding-bottom: 90px;
  background-color: var(--it-common-black);
}
@media (max-width: 767px) {
  .it-choose-content {
    padding: 45px 30px;
    padding-bottom: 40px;
  }
}
.it-choose-overlay {
  background-size: cover;
  background-repeat: no-repeat;
}
.it-choose-overlay::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background: rgba(9, 18, 22, 0.7);
}
.it-choose-video {
  writing-mode: sideways-lr;
  margin-left: 210px;
  display: flex;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-choose-video {
    margin-left: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-choose-video {
    display: none;
  }
}
.it-choose-video span {
  font-weight: 700;
  font-size: 48px;
  padding: 0;
  display: block;
  line-height: 3;
  font-family: var(--it-ff-heading);
  color: var(--it-common-white);
}
.it-choose-video a {
  display: inline-block;
  height: 145px;
  width: 145px;
  line-height: 145px;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 20px;
  background-color: var(--it-theme-1);
}

.it-choose-2-thumb img {
  max-width: inherit;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-choose-2-thumb img {
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-choose-2-thumb img {
    width: 100%;
  }
}
.it-choose-2-border {
  border-bottom: 1px solid rgba(121, 121, 121, 0.3);
}
.it-choose-2-right {
  margin-left: 75px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-choose-2-right {
    margin-left: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-choose-2-right {
    margin-left: 0;
    margin-bottom: 50px;
  }
}
.it-choose-2-right .it-custom-accordion .accordion-items {
  border-bottom: none;
}
.it-choose-2-right .it-custom-accordion .accordion-buttons {
  font-weight: 700;
  font-size: 24px;
  padding: 22px 40px;
  padding-right: 80px;
  color: var(--it-common-black);
  font-family: var(--it-ff-heading);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .it-choose-2-right .it-custom-accordion .accordion-buttons {
    font-size: 18px;
    padding: 18px 30px;
  }
}
.it-choose-2-right .it-custom-accordion .accordion-buttons span {
  display: inline-block;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  margin-right: 20px;
  transition: 0.3s;
  color: var(--it-common-white);
  background-color: var(--it-theme-1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-choose-2-right .it-custom-accordion .accordion-buttons span {
    height: 50px;
    width: 50px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .it-choose-2-right .it-custom-accordion .accordion-buttons span {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .it-choose-2-right .it-custom-accordion .accordion-buttons span svg {
    width: 28px;
  }
}
.it-choose-2-right .it-custom-accordion .accordion-buttons .it-accordion-number {
  font-style: normal;
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  margin-bottom: 0;
  font-weight: 700;
  font-size: 48px;
  font-family: var(--it-ff-heading);
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .it-choose-2-right .it-custom-accordion .accordion-buttons .it-accordion-number {
    font-size: 30px;
  }
}
.it-choose-2-right .it-custom-accordion .accordion-buttons:not(.collapsed) {
  padding-bottom: 2px;
  color: var(--it-common-white);
  background-color: var(--it-theme-1);
}
.it-choose-2-right .it-custom-accordion .accordion-buttons:not(.collapsed) span {
  color: var(--it-theme-1);
  background-color: var(--it-common-white);
}
.it-choose-2-right .it-custom-accordion .accordion-buttons:not(.collapsed) .it-accordion-number {
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.2);
}
.it-choose-2-right .it-custom-accordion .accordion-body {
  background-color: var(--it-theme-1);
}
.it-choose-2-right .it-custom-accordion .accordion-body p {
  padding-left: 125px;
  margin-right: 50px;
  color: var(--it-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-choose-2-right .it-custom-accordion .accordion-body p {
    padding-left: 105px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .it-choose-2-right .it-custom-accordion .accordion-body p {
    font-size: 14px;
    padding: 0 30px;
    margin-right: 0;
  }
}
.it-choose-2-right .it-custom-accordion .accordion-items {
  border-bottom: none;
  transition: 0.4s;
  background: var(--it-gray-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-choose-3-area {
    padding: 120px 0;
  }
}
.it-choose-3-bg {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 39.4%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-choose-3-bg {
    width: 46%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-choose-3-bg {
    position: static;
    margin-top: 50px;
    width: 100%;
  }
}
.it-choose-3-bg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.it-choose-3-more-title {
  font-weight: 600;
  font-size: 25px;
  margin-bottom: 17px;
  position: relative;
  padding-left: 35px;
}
.it-choose-3-more-title span {
  position: absolute;
  top: -2px;
  left: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-choose-3-more-title {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .it-choose-3-more-title {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  .it-choose-3-more-title {
    font-size: 17px;
  }
}
@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-choose-3-more-title svg {
    width: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .it-choose-3-more-info {
    margin-right: 50px;
  }
}
.it-choose-3-more-info p {
  margin-bottom: 0;
  line-height: 2;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-choose-3-more-info p {
    font-size: 14px;
    line-height: 1.7;
  }
}
.it-choose-3-more-ml {
  margin-left: 30px;
}
@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-choose-3-more-ml {
    margin-left: 0;
  }
}
.it-choose-3-content .it-section-title-box p {
  line-height: 2;
  color: var(--it-common-black);
}
.it-choose-3-content .it-section-title {
  margin-bottom: 15px;
}

/*----------------------------------------*/
/*  20. menu css start
/*----------------------------------------*/
.it-process-item {
  padding: 40px;
  z-index: 1;
  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-process-item {
    padding: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-process-item {
    padding: 30px 20px;
  }
}
.it-process-item-shape-1 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.it-process-item:hover .it-process-icon i, .it-process-item:hover .it-process-icon svg {
  animation: icon-bounce 0.8s ease-out infinite;
}
.it-process-item:hover .it-process-number span {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--it-theme-1);
  color: var(--it-theme-1);
}
.it-process-item:hover .it-process-number::before {
  margin-left: 10px;
  width: 62%;
}
.it-process-item:hover .it-process-number::after {
  width: 48%;
}
.it-process-number {
  text-align: end;
  position: relative;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-process-number {
    margin-bottom: 35px;
  }
}
.it-process-number span {
  font-weight: 800;
  font-size: 48px;
  line-height: 0.8;
  color: transparent;
  transition: 0.3s;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  font-family: var(--it-ff-heading);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-process-number span {
    font-size: 30px;
  }
}
.it-process-number::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  height: 2px;
  width: 59%;
  transition: 0.3s;
  background-color: var(--it-theme-1);
}
.it-process-number::after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  height: 2px;
  width: 59%;
  transition: 0.5s;
  background-color: var(--it-theme-1);
}
.it-process-title {
  font-weight: 600;
  font-size: 25px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-process-title {
    font-size: 22px;
  }
}
.it-process-icon span {
  display: inline-block;
  margin-bottom: 35px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-process-icon span svg {
    width: 40px;
  }
}
.it-process-shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

/*----------------------------------------*/
/*  12. faq css start
/*--------------------------------------- -*/
.it-faq-area .it-custom-accordion .accordion-buttons {
  font-weight: 700;
  font-size: 24px;
  color: var(--it-common-black);
  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) {
  .it-faq-area .it-custom-accordion .accordion-buttons {
    font-size: 20px;
    padding: 22px 0;
    padding-right: 90px;
  }
}
@media (max-width: 767px) {
  .it-faq-area .it-custom-accordion .accordion-buttons {
    font-size: 17px;
    padding: 22px 0;
    padding-right: 45px;
  }
}
.it-faq-area .it-custom-accordion .accordion-buttons:not(.collapsed) .it-accordion-btn {
  background-color: var(--it-theme-1);
}
.it-faq-area .it-custom-accordion .accordion-buttons:not(.collapsed) .it-accordion-btn i,
.it-faq-area .it-custom-accordion .accordion-buttons:not(.collapsed) .it-accordion-btn svg {
  color: var(--it-common-white);
  transform: rotate(-90deg);
}
.it-faq-area .it-custom-accordion .accordion-items {
  border-bottom: 1px solid #797979;
}
.it-faq-area .it-custom-accordion .accordion-buttons .it-accordion-btn {
  height: 32px;
  width: 32px;
  line-height: 28px;
  background-color: var(--it-common-black);
}
.it-faq-area .it-custom-accordion .accordion-buttons .it-accordion-btn svg,
.it-faq-area .it-custom-accordion .accordion-buttons .it-accordion-btn i {
  color: var(--it-common-white);
}
.it-faq-area .it-custom-accordion .accordion-body p {
  margin-right: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .it-faq-area .it-custom-accordion .accordion-body p {
    margin-right: 0;
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .it-faq-area .it-custom-accordion .accordion-body p {
    margin-right: 0;
    font-size: 14px;
  }
}
.it-faq-left {
  margin-right: -30px;
}
@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-faq-left {
    margin-right: 0;
  }
}
.it-faq-shape-1 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.it-faq-thumb {
  mask-image: url(../img/faq/mask-img.svg);
  -webkit-mask-image: url(../img/faq/mask-img.svg);
  width: 100%;
  mask-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  height: 544px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-faq-thumb {
    mask-image: unset;
  }
}
.it-faq-thumb img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.it-faq-right {
  margin-left: 75px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-faq-right {
    margin-left: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-faq-right {
    margin-left: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-faq-right {
    margin-left: 0;
    margin-top: 70px;
  }
}
.it-faq-contact {
  position: absolute;
  bottom: 20px;
  left: 0;
  padding: 14px 75px;
  display: inline-block;
  background-color: var(--it-theme-1);
  clip-path: polygon(0 0, 92% 0, 100% 100%, 8% 100%);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-faq-contact {
    padding: 10px 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .it-faq-contact {
    left: 40px;
    padding: 10px 70px;
  }
}
@media (max-width: 767px) {
  .it-faq-contact {
    left: 20px;
    padding: 10px 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-faq-contact {
    left: 40px;
    padding: 10px 70px;
  }
}
.it-faq-contact span {
  display: inline-block;
  height: 53px;
  width: 53px;
  line-height: 53px;
  text-align: center;
  margin-right: 15px;
  border-radius: 50%;
  background-color: var(--it-common-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-faq-contact span {
    height: 43px;
    width: 43px;
    line-height: 43px;
  }
}
.it-faq-contact span svg,
.it-faq-contact span i {
  color: var(--it-theme-1);
}
.it-faq-contact a {
  font-weight: 600;
  font-size: 25px;
  font-family: var(--it-ff-poppins);
  color: var(--it-common-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-faq-contact a {
    font-size: 20px;
  }
}
.it-faq-style-2 .it-faq-left {
  margin-right: 83px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-faq-style-2 .it-faq-left {
    margin-right: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-faq-style-2 .it-faq-left {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-faq-style-2 .it-faq-left {
    margin-right: 0;
    margin-bottom: 50px;
  }
}
.it-faq-style-2 .it-contact-form-box {
  padding: 40px 40px;
  padding-top: 30px;
  background-color: var(--it-theme-1);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-faq-style-2 .it-contact-form-box {
    margin-top: 70px;
  }
}
.it-faq-style-2 .it-contact-form-box p {
  color: var(--it-common-white);
}
.it-faq-style-2 .it-contact-input-box input {
  height: 50px;
  line-height: 50px;
  padding: 0 22px;
  background-color: var(--it-common-white);
  border-bottom: transparent;
  color: var(--it-common-black);
}
.it-faq-style-2 .postbox__select .nice-select {
  height: 50px;
  line-height: 50px;
  padding: 0 25px;
  background-color: var(--it-common-white);
  border-bottom: transparent;
  color: #797979;
}
.it-faq-style-2 .nice-select::after {
  right: 25px;
}
.it-faq-style-2 .it-contact-input-box textarea {
  padding: 15px 25px 30px 25px;
  height: 150px;
  background-color: var(--it-common-white);
  border-bottom: transparent;
  color: #797979;
}

.it-faq-style-2 .it-faq-left {
  margin: 0 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-faq-style-2 .it-faq-left {
    margin: 0;
  }
}
.it-faq-style-2.it-faq-area .it-custom-accordion .accordion-body p {
  margin-right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .it-faq-style-2.it-faq-area .it-custom-accordion .accordion-body p {
    margin-right: 40px;
  }
}
@media (max-width: 767px) {
  .it-faq-style-2.it-faq-area .it-custom-accordion .accordion-body p {
    margin: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-faq-style-2 .it-custom-accordion .accordion-buttons {
    padding: 30px 0;
    padding-right: 90px;
  }
}

/*----------------------------------------*/
/*  13. feature css start
/*----------------------------------------*/
.it-feature-border {
  border: 1px solid rgba(121, 121, 121, 0.3);
}
.it-feature-icon {
  display: inline-block;
  height: 80px;
  width: 80px;
  line-height: 80px;
  text-align: center;
  margin-bottom: 25px;
  position: relative;
  overflow: hidden;
  background-color: var(--it-common-black);
}
.it-feature-icon svg, .it-feature-icon i {
  position: relative;
  z-index: 1;
}
.it-feature-icon::after {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  height: 200px;
  width: 200px;
  border-radius: 50%;
  transition: 0.5s ease;
  transform: scale(0);
  background-color: var(--it-theme-1);
}
.it-feature-title {
  font-weight: 600;
  font-size: 19px;
  margin-bottom: 15px;
}
.it-feature-item {
  padding: 20px 20px 20px 20px;
}
img.sevimgsf {
    position: absolute;
    bottom: -5px;
    right: 0;
    opacity: 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-feature-item {
    padding: 20px;
  }
}
.it-feature-item p {
  line-height: 2;
  margin-bottom: 0;
}
.it-feature-item:hover .it-feature-icon::after {
  top: 50%;
  left: 50%;
  transform: scale(1) translate(-50%, -50%);
}
.it-feature-item:hover .it-feature-icon svg, .it-feature-item:hover .it-feature-icon i {
  transform: rotate(360deg);
  transition: 0.6s;
}
.it-feature-item-shape {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

/*----------------------------------------*/
/*  10. cta css start
/*----------------------------------------*/
.it-cta-overlay {
  padding-top: 90px;
  padding-bottom: 70px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (max-width: 767px) {
  .it-cta-overlay {
    padding: 100px 0;
  }
}
.it-cta-overlay::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background: rgba(9, 18, 22, 0.8);
}
.it-cta-contant p {
  line-height: 2;
  color: var(--it-common-white);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-cta-contant p br {
    display: none;
  }
}
@media (max-width: 767px) {
  .it-cta-btn {
    margin-top: 40px;
  }
}
.it-cta-shape-1 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

/*----------------------------------------*/
/*  09. cost-calculator css start
/*----------------------------------------*/
.it-cost-calculator-wrap {
  padding: 65px 70px;
  padding-bottom: 75px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .it-cost-calculator-wrap {
    padding: 45px 40px;
    padding-bottom: 55px;
  }
}
@media (max-width: 767px) {
  .it-cost-calculator-wrap {
    padding: 35px 20px;
    padding-bottom: 45px;
  }
}
.it-cost-calculator-wrap label {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.33;
  margin-bottom: 12px;
  color: var(--it-common-black);
}
@media (max-width: 767px) {
  .it-cost-calculator-wrap label {
    font-size: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .it-cost-calculator-wrap label {
    font-size: 17px;
  }
}
.it-cost-calculator-wrap .postbox__select .nice-select {
  height: 60px;
  line-height: 60px;
  font-weight: 400;
  font-size: 18px;
  padding-left: 30px;
  padding-right: 65px;
  border: 1px solid #797979;
  color: var(--it-common-black-2);
  background-color: transparent;
}
@media (max-width: 767px) {
  .it-cost-calculator-wrap .postbox__select .nice-select {
    height: 48px;
    line-height: 48px;
    font-size: 12px;
    padding-left: 20px;
    padding-right: 50px;
  }
}
.it-cost-calculator-wrap .postbox__select .nice-select::after {
  right: 35px;
  top: 50%;
  margin-top: 0;
  border-bottom: 0;
  transform: rotate(0deg);
  transform: translateY(-50%);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 7px solid var(--it-common-black-2);
}
@media (max-width: 767px) {
  .it-cost-calculator-wrap .postbox__select .nice-select::after {
    right: 20px;
  }
}
.it-cost-calculator-wrap .nice-select.open {
  border: 1px solid var(--it-theme-1);
}
.it-cost-calculator-wrap .nice-select.open::after {
  transform: translateY(-50%) rotate(180deg);
}
.it-cost-calculator-wrap .it-shop-widget-checkbox ul li label {
  font-weight: 400;
  font-size: 20px;
  color: var(--it-common-black-2);
}
@media (max-width: 767px) {
  .it-cost-calculator-wrap .it-shop-widget-checkbox ul li label {
    font-size: 15px;
  }
}
.it-cost-calculator-wrap .it-shop-widget-checkbox ul li label::before {
  width: 20px;
  height: 20px;
  line-height: 16px;
}
@media (max-width: 767px) {
  .it-cost-calculator-wrap .it-shop-widget-checkbox ul li label::before {
    width: 15px;
    height: 15px;
    line-height: 14px;
  }
}
.it-cost-calculator-wrap .it-shop-widget-checkbox ul li label::after {
  width: 20px;
  height: 20px;
}
@media (max-width: 767px) {
  .it-cost-calculator-wrap .it-shop-widget-checkbox ul li label::after {
    width: 15px;
    height: 15px;
  }
}
.it-cost-calculator-wrap .it-shop-widget-checkbox ul li label {
  padding-left: 30px;
  margin-bottom: 0;
}
.it-cost-calculator-wrap .it-shop-widget-checkbox ul li:not(:last-child) {
  margin-bottom: 15px;
}
.it-cost-calculator-btn > span {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.33;
  font-family: var(--it-ff-heading);
  color: var(--it-common-black-2);
}
@media (max-width: 767px) {
  .it-cost-calculator-btn > span {
    font-size: 16px;
  }
}
.it-cost-calculator-input-box input {
  height: 60px;
  line-height: 60px;
  font-weight: 400;
  font-size: 18px;
  padding: 0 30px;
  border: 1px solid #797979;
  color: var(--it-common-black-2);
  background-color: transparent;
}
@media (max-width: 767px) {
  .it-cost-calculator-input-box input {
    height: 48px;
    line-height: 48px;
    font-size: 12px;
    padding-left: 20px;
  }
}
.it-cost-calculator-input-box input:focus {
  border: 1px solid var(--it-theme-1);
}
.it-cost-calculator-input-box input::placeholder {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.78;
  color: var(--it-common-black-2);
}
@media (max-width: 767px) {
  .it-cost-calculator-input-box input::placeholder {
    font-size: 12px;
    padding-left: 20px;
  }
}

.checkout-form-list input[type=checkbox] {
  top: 1px;
  height: 20px;
  width: 20px;
}

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

.pulse {
  animation: pulse-animation 2s infinite;
}

.circle1 {
  border-radius: 50%;
  box-shadow: 0px 0px 2px 2px #23c76473;
  position: fixed;
  right: 2.2%;
  bottom: 17%;
  z-index: 9999;
}
.circle2 {
  border-radius: 50%;
  box-shadow: 0px 0px 2px 2px #23c76473;
  position: fixed;
  right: 2.2%;
  bottom: 4%;
  z-index: 9999;
}
.pulse1 {
  animation: pulse-animation1 2s infinite;
}

@keyframes pulse-animation1 {
  0% {
      box-shadow: 0 0 0 0px #c7362373;
  }
  100% {
      box-shadow: 0 0 0 20px #c7362373;
  }
}

@keyframes pulse-animation {
  0% {
      box-shadow: 0 0 0 0px #23c76473;
  }
  100% {
      box-shadow: 0 0 0 20px #23c76473;
  }
}
@media (max-width: 991px){
.circle1{
        right: 22px;
        bottom: 21px;

}
.circle2 {
   
    right: 5.2%;
    bottom: 17%;
    z-index: 9999;
}

}

    .custom-table-container {
      width: 100%;
      overflow-x: auto;
    }

    .custom-table {
      width: 100%;
      border-collapse: collapse;
      font-family: Arial, sans-serif;
      margin: 20px 0;
      min-width: 600px;
    }

    .custom-table thead {
      background-color: #f2f2f2;
    }

    .custom-table th, 
    .custom-table td {
      border: 1px solid #ddd;
      padding: 10px;
      text-align: left;
      font-size: 14px;
    }

    .custom-table th {
      font-weight: bold;
      background: #f8f8f8;
    }

    /* Responsive Styling */
    @media screen and (max-width: 768px) {
      .custom-table {
        min-width: 100%;
        font-size: 13px;
      }
      .custom-table th, 
      .custom-table td {
        padding: 8px;
      }
    }

    @media screen and (max-width: 480px) {
      .custom-table-container {
        overflow-x: auto;
      }
      .custom-table th, 
      .custom-table td {
        font-size: 12px;
        padding: 6px;
      }
      
.boxingdp a img {
    height: auto;
    object-fit: cover;
}
    }

        .process-section {
      padding: 60px 20px;
      background: #f9f9f9;
    }
    .process-section h2 {
      font-size: 2rem;
      font-weight: bold;
      text-align: center;
      margin-bottom: 10px;
    }
    .process-section p {
      text-align: center;
      color: #666;
      margin-bottom: 40px;
    }
    .process-step {
      background: #fff;
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.08);
      padding: 25px;
      transition: transform 0.3s;
      height: 100%;
    }
    .process-step:hover {
      transform: translateY(-5px);
    }
    .process-step h4 {
      font-size: 1.25rem;
      font-weight: 700;
      margin-bottom: 15px;
      color: #b53a1a;
    }
    .process-step ul {
      list-style: none;
      padding: 0;
      margin: 0;
      text-align: left;
    }
    .process-step ul li {
      margin-bottom: 8px;
      font-size: 0.95rem;
    }
    .process-flow {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      justify-content: center;
    }

    .sitedeld {
  list-style: none; /* remove default bullets */
  padding-left: 0;
}

.sitedeld li {
  position: relative;
  padding-left: 25px; /* spacing for custom bullet */
  margin-bottom: 10px;
}

.sitedeld li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 12px;
  height: 12px;
  background-color: #ff4400; /* yellow circle */
  border-radius: 50%;
}

li.contlistd{
  display: none!important;
  
}

.boxingdp {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    /* padding: 10px; */
    margin: 10px;
    border-radius: 10px;
    overflow: hidden;
}
.boxingdp a img {
    height: 487px;
    object-fit: cover;
}
section.gallerysec {
    padding-top: 50px;
    padding-bottom: 50px;
}

.glryimgse a img {
    height: 221px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.it-brand-item img {
    width: 50%;
}

.clintimg {
  text-align: center;
  padding: 15px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  margin: 10px;
}

.clintimg img {
  max-width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}

.clintimg:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  transform: translateY(-5px);
}

.clintimg img:hover {
  transform: scale(1.05);
}
.tabsldimg img{
  width: 80%;
}

.tabsldimg.secd img{
  width: 100%;
}

.tabsldimg.secd {
    z-index: 99;
}
.tabsldimg {
    z-index: 99;
}
ul.it-submenu.submenu li {
    border-bottom: 1px solid #00000036;
    padding-bottom: 5px;
}


.table-container {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  overflow-x: auto;
}

.table-responsive {
  width: 100%;
  overflow-x: auto;
}

table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  min-width: 900px;
}

thead {
  background-color: #004b8d;
  color: white;
}

th, td {
  padding: 10px 14px;
  text-align: center;
  border: 1px solid #ddd;
}

tbody tr:nth-child(even) {
  background-color: #f2f6fb;
}

tbody tr:hover {
  background-color: #e8f2ff;
  transition: 0.2s;
}

@media screen and (max-width: 768px) {
  table {
    font-size: 12px;
  }
  th, td {
    padding: 8px;
  }
  li.contlistd{
  display: block !important;
}
}
.it-service-2-content {
    border-top: 1px solid #ff4400;
}

.it-slider-overlay.cldov::before {
    background: linear-gradient(91deg, #0000006e 0%, rgba(9, 18, 22, 0) 80%) !important;
}

  .video-thumbnail {
               position: relative;
               cursor: pointer;
               overflow: hidden;
               border-radius: 8px;
            }
            .video-thumbnail:hover img {
               transform: scale(1.05);
               transition: transform 0.3s ease;
            }
            .play-button {
               position: absolute;
               top: 50%;
               left: 50%;
               transform: translate(-50%, -50%);
               background: rgba(255, 68, 0, 0.9);
               color: white;
               width: 60px;
               height: 60px;
               border-radius: 50%;
               display: flex;
               align-items: center;
               justify-content: center;
               font-size: 20px;
               transition: all 0.3s ease;
            }
            .play-button:hover {
               background: rgba(255, 68, 0, 1);
               transform: translate(-50%, -50%) scale(1.1);
            }
            ul.pageprduls1 li {
    font-size: 17px;
    font-weight: 400;
}
ul.fetures-ul li {
    list-style: circle;
    color: #5b5a5a;
    padding-bottom: 9px;
    margin-left: 21px;
}

h2.subhtild {
    font-size: 17px;
    font-weight: 500;
}
.dark-bg {
    background-color: #e8e8e8;
}

@media (max-width: 767px) {
  ul.fetures-ul li {
    list-style: circle;
    color: #5b5a5a;
    padding-bottom: 9px;
    margin-left: 0;
}
}

 .whatsappbtn {
            background-color: #25D366;
            border: none;
        }

        .whatsappbtn:hover {
            background-color: #128C7E;
            box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
            transform: translateY(-2px);
            cursor: pointer;
        }
        
        /* --- Floating Buttons Container --- */
        .floating-contact-btn {
            position: fixed;
            bottom: 20px; /* Space from the bottom */
            right: 20px; /* Space from the right */
            display: flex;
            flex-direction: column;
            align-items: center; /* Aligns items to the center of the container */
            gap: 10px; /* Creates space between the buttons */
            z-index: 1050;
        }
        .floating-contact-btn > div, .floating-contact-btn > a> i{
          font-size: 20px;
        }

        /* Floating Button Styles */
        .floating-contact-btn > div,
        .floating-contact-btn > a {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            cursor: pointer;
            transition: transform 0.2s ease-in-out;
            text-decoration: none; /* For the link element */
        }

        .floating-contact-btn > div:hover,
        .floating-contact-btn > a:hover {
            transform: scale(1.1);
        }

        .floating-whatsapp-btn {
            background-color: #00c84b;
        }
        
        .floating-phone-btn {
            background-color: #ff4400;

        }

        a.floating-phone-btn i {
    font-size: 26px;
}

        .floating-contact-btn img {
            width: 40px;
        }

        .floating-contact-btn i {
            color: white;
            font-size: 2rem;
        }

        .icon-btn {
            background: none;
            border: none;
            padding: 0;
            cursor: pointer;
        }

        /* Modal Overlay and Container */
        .modal-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            display: none;
            justify-content: center;
            align-items: center;
            z-index: 1050;
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .modal-overlay.show {
            display: flex;
            opacity: 1;
        }

        .modal-content-wrapper {
            background-color: white;
            border-radius: 1rem;
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
            max-width: 500px;
            width: 90%;
            transition: transform 0.3s ease, opacity 0.3s ease;
            transform: translateY(-50px);
            opacity: 0;
        }

        .modal-overlay.show .modal-content-wrapper {
            transform: translateY(0);
            opacity: 1;
        }

        /* Modal Header */
        .modal-header {
            background-color: #013644;
            color: white;
            padding: 10px;
            border-top-left-radius: 1rem;
            border-top-right-radius: 1rem;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
          .modal-title {
              font-size: 18px;
              color: white;
              text-align: center;
          }
        .modal-header h5 {
            margin: 0;
            font-size: 1.25rem;
            font-weight: 500;
        }

        .modal-header .close-btn {
            background: none;
            border: none;
            color: white;
            font-size: 1.5rem;
            cursor: pointer;
            line-height: 1;
        }

        /* Modal Body */
        .modal-body {
            padding: 1.5rem;
        }

        /* Form Styling */
        .form-group {
            margin-bottom: 1rem;
        }

        .form-label {
            font-weight: 500;
            color: #4a4a4a;
            display: block;
            margin-bottom: 0.5rem;
        }

        .form-control {
            width: 100%;
            border-radius: 0.75rem;
            border: 1px solid #e0e0e0;
            padding: 0.65rem 1rem;
            box-sizing: border-box;
            transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
        }

        .form-control:focus {
            outline: none;
            border-color: #ff4400;
            box-shadow: 0 0 0 0.25rem rgba(255, 68, 0, 0.25);
        }

        .btn-submit {
            background-color: #013644!important;
            border: none;
            font-weight: bold;
            color: white;
            border-radius: 0.75rem;
            padding: 0.75rem 1.5rem;
            width: 100%;
            cursor: pointer;
            transition: transform 0.2s ease-in-out, background-color 0.2s ease-in-out;
        }

        .btn-submit:hover {
            background-color: #8c2412;
            transform: translateY(-2px);
        }

        /* Corner Modal Specific Styles */
        .corner-modal-overlay {
            justify-content: flex-end;
            align-items: flex-end;
            padding: 20px;
        }

        .corner-modal-overlay .modal-content-wrapper {
            width: 100%;
            max-width: 400px;
            transform: translateY(50px);
            margin: 0;
        }
        
        /* --- MOBILE RESPONSIVE STYLES --- */
        @media (max-width: 768px) {
            .floating-contact-btn {
                bottom: 2rem; /* Space from the bottom on mobile */
                right: 1rem; /* Space from the right on mobile */
                gap: 0.75rem;
            }
            .floating-contact-btn > div,
            .floating-contact-btn > a {
                width: 50px;
                height: 50px;
            }
            .floating-contact-btn img {
                width: 35px;
            }
        }

        /* --- Table Container for Responsiveness --- */
.job-table-responsive {
    /* Ensures horizontal scrolling if the table is wider than the screen */
    overflow-x: auto; 
    margin: 20px 0;
}

/* --- Table Styles --- */
.job-table {
    width: 100%;
    border-collapse: collapse; /* Removes double borders */
    font-family: Arial, sans-serif;
    min-width: 500px; /* Minimum width to prevent excessive squeezing on small devices */
}

/* --- Table Headers (Thead) --- */
.table-header {
    background-color: #f1f1f1; /* Light gray background for headers */
    color: #333;
    padding: 12px 15px;
    text-align: center;
    border: 1px solid #ddd;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
}
/* Center align specific columns */
.serial-num, .pos-count {
    text-align: center;
}

/* --- Table Data (Tbody) --- */
.job-row:nth-child(even) {
    background-color: #f9f9f9; /* Zebra striping for readability */
}

.job-row:hover {
    background-color: #f0f8ff; /* Subtle hover effect */
}

.table-data {
    padding: 10px 15px;
    border: 1px solid #ddd;
    text-align: center;
    vertical-align: middle;
}

/* Center align specific data columns */
.serial-num-data, .pos-count-data {
    text-align: center;
}
.opening-name-data, .job-location-data {
    text-align: left;
}

/* --- Apply Button Styles --- */
.apply-btn {
    display: inline-block;
    padding: 8px 15px;
    background-color: #007bff; /* Primary button color */
    color: white;
    text-decoration: none; /* Remove underline */
    border-radius: 4px; /* Slightly rounded corners */
    font-size: 14px;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

.apply-btn:hover {
    background-color: #0056b3; /* Darker shade on hover */
}

