@charset "UTF-8";
/*-----------------------------------------------------------------------------------

    Theme Name: Rooft – Roofing Services HTML Template
    Author: Ordianit
    Support:ordianit@gmail.com
    Description: Rooft – Roofing Services HTML Template
    Version: 1.0.0

-----------------------------------------------------------------------------------

/*----------------------------------------*/
@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: #D0A339;
}

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.icon {
  display: inline-block;
  vertical-align: middle;
}

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


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

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

@-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 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 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-top {
  animation: img-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  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%;
  right: 50px;
  font-size: 16px;
  z-index: 9;
  text-align: center;
  border-radius: 50%;
  color: var(--it-common-white);
  cursor: pointer;
  background: var(--it-theme-1);
  transition: 1s ease;
  border: none;
}

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

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

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

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

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

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

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

.itoffcanvas {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  right: -100%;
  width: 480px;
  bottom: 0;
  box-shadow: 0 16px -32px 0 rgba(0, 0, 0, 0.8);
  background-color: #000;
  z-index: 9999;
  padding: 50px;
  scrollbar-width: none;
  opacity: 0;
  visibility: hidden;
  transition: 0.45s ease-in-out;
  overflow-y: scroll;
}
.itoffcanvas.opened {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767px) {
  .itoffcanvas {
    width: 300px;
    padding: 40px 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .itoffcanvas {
    width: 72%;
    padding: 40px;
  }
}
.itoffcanvas.opened {
  right: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-duration: 0.6s;
}
.itoffcanvas__logo {
  margin-bottom: 40px;
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .itoffcanvas__logo {
    padding-top: 0;
  }
}
.itoffcanvas__logo img {
  width: 200px;
  height: 80px;
}
.itoffcanvas__close-btn button {
  font-size: 35px;
  color: white;
  position: absolute;
  right: 50px;
  top: 42px;
  transition: 1s;
  font-weight: 300;
  -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-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;
  }
}


.it-section-title {
  font-weight: 700;
  font-size: 48px;
  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: 42px;
  }
}
@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, #D0A339 0 5px, transparent 5px), linear-gradient(to right, #D0A339 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, #D0A339 0 5px, transparent 5px), linear-gradient(to left, #D0A339 0 100%);
  background-repeat: no-repeat;
  background-size: 33px 5px, 33px 1px;
  background-position: 0 0, 0 51.5%;
}


.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;
  }
}
@media only screen and (max-width: 992px){
  .it-blog-btn {
    margin-top: 15px;
  }
}
.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-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-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-2-2 {
  margin-left: 135px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-footer-col-2-2 {
    margin-left: 90px;
  }
}
@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-widget-logo a img {
  width: auto;
  max-height: 110px;
}
.it-footer-widget-title {
  font-weight: 600;
  font-size: 25px;
  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%;
}

@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: 14px;
  }
}
.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: none;
  padding: 38px 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-top-ptb {
  padding: 18px 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-style-2 {
  background-color: white;
}
.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: 15px 0;
  }
}
.it-header-logo {
  position: absolute;
  top: 0;
  left: 5%;
  padding: 0 65px;
  background-color: var(--it-theme-1);
  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-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: 30px 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;
  }
}
@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 {
  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;
}

.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-logo-red {
  display: block !important;
}
.header-sticky.it-header-style-2 .it-header-logo-2 {
  display: none;
}
.it-header-logo-2 a img {
  margin-top: 7.5px;
  margin-bottom: 7.5px;
  width: auto;
  max-height: 110px;
}


/*----------------------------------------*/
/*  18. menu css start
/*----------------------------------------*/
.it-header-menu nav ul li {
  position: relative;
}



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



.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: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
/*----------------------------------------*/
.it-hero-area {
  background-image: url('/assets/images/baner-home.webp');
  background-size: cover; 
  background-repeat: no-repeat;
  background-position: 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) {
  .it-hero-area {
    padding-top: 250px;
  }
}
@media (max-width: 767px) {
  .it-hero-area {
    padding-top: 150px;
  }
}
.it-hero-area .it-slider-text p {
  margin-right: 60px;
  color: white;
}
@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: white;
}
.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;
}



/*----------------------------------------*/
/*  02. about css start
/*----------------------------------------*/
.it-about-4-area {
  padding-top: 250px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .it-about-4-area {
    padding-top: 300px;
  }
}
@media (max-width: 991px) {
  .it-about-4-area {
    padding-top: 50px;
  }
}
@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%;
  }
}
@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-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: 30px;
    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;
}
@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 {
    right: -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-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;
  width: 100vw;
  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-services {
  padding-top: 250px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .it-services {
    padding-top: 315px;
  }
}
@media (max-width: 991px) {
  .it-services {
    padding-top: 50px;
  }
}

.it-service-2-title {
  font-weight: 600;
  font-size: 25px;
  line-height: 1.28;
  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: 35px;
  margin-top: auto;
}
@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: 35px 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;
  position: relative;
  aspect-ratio: 4 / 3;
  min-height: 260px;
}
.it-service-2-thumb img {
  transition: 1.3s all ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.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);
}
.it-service-2-item.it-img-anim-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.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);
}



/*----------------------------------------*/
/*  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;
  }
}
@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;
}


/*----------------------------------------*/
/*  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;
  }
}

.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: var(--it-common-white);
  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: var(--it-common-white);
  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);
}



/*----------------------------------------*/
/*  25. slider css start
/*----------------------------------------*/
.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;
  }
}

/*----------------------------------------*/
/*  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 img {
  height: 510px;
}
.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;
}


.it-project-2-area {
  padding-top: 250px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .it-project-2-area {
    padding-top: 315px;
  }
}
@media (max-width: 991px) {
  .it-project-2-area{
    padding-top: 50px;
  }
}

@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;
}
.page-realizacje .it-project-2-thumb {
  position: relative;
}
.page-realizacje .it-project-2-thumb::before {
  content: '';
  display: block;
}
.page-realizacje .it-project-2-thumb.landscape::before {
  padding-top: 75%;
}
.page-realizacje .it-project-2-thumb.portrait::before {
  padding-top: 133.333%;
}
.page-realizacje .it-project-2-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
  inset: 0;
}
.page-realizacje .col-md-6 {
  display: flex;
}
.page-realizacje .it-project-2-item {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.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-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%;
}



/*----------------------------------------*/
/*  08. contact css start
/*----------------------------------------*/
.it-contact {
  padding-top: 250px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .it-contact {
    padding-top: 315px;
  }
}
@media (max-width: 991px) {
  .it-contact {
    padding-top: 50px;
  }
}

.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: 35px;
  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;
}
@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;
  }
}


.rodo-wrapper {
  display: flex;
  align-items: flex-start;
  margin: 20px 0;
}

.rodo-label {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
  gap: 10px;
}

.rodo-label input[type=checkbox] {
  margin-top: 5px;
  width: 18px;
  height: 18px;
}

.rodo-label p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
}

.it-contact-style-3 .it-contact-list-wrap {
  margin-right: 53px;
}
@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: 80px 40px;
  padding-top: 65px;
}
@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;
}


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








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

/*----------------------------------------*/
/*  07. choose css start
/*----------------------------------------*/
@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: 55%;
}
@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;
}
