@charset "UTF-8";

:root {
  --it-ff-body: "Rubik", sans-serif;
  --it-ff-heading: "Poppins", sans-serif;
  --it-ff-fontawesome: Font Awesome 5 Pro;
  --it-common-white: #ffffff;
  --it-common-white-2: #d0d0d0;
  --it-common-black: #232323;
  --it-common-black-2: #292930;
  --it-common-black-3: #3a3a42;
  --it-common-black-4: #e2e2e2;
  --it-common-black-5: #2b2b32;
  --it-common-black-6: #31303f;
  --it-common-black-7: #1d1d25;
  --it-common-black-8: #292931;
  --it-common-sky: #ebf8fb;
  --it-common-pink: #fff4f4;
  --it-common-pink-2: #ffadad;
  --it-common-pink-3: #fb87e1;
  --it-common-pink-4: #ff9c9c;
  --it-common-pink-5: #ffbebe;
  --it-common-blue: #83adff;
  --it-common-blue-2: #e4edff;
  --it-common-blue-3: #2e3bbb;
  --it-common-blue-4: #4a6ef0;
  --it-common-blue-5: #eff2fe;
  --it-common-paste: #59c9da;
  --it-common-paste-2: #daf3f7;
  --it-common-paste-3: #57c9da;
  --it-common-green: #5ef794;
  --it-common-red: #ffadad;
  --it-common-red-2: #ffeded;
  --it-common-yellow: #fff6d6;
  --it-common-yellow-2: #fff1c9;
  --it-common-yellow-3: #fff3c8;
  --it-heading-primary: #232323;
  --it-grey-1: #fffcf3;
  --it-grey-2: #fafafa;
  --it-text-body: #636363;
  --it-theme-1: #ffdc60;
  --it-border-1: #dddddd;
  --it-border-2: #595252;
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1200px;
  }
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  --bs-gutter-x: 30px;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: var(--it-ff-body);
  font-size: 15px;
  font-weight: 400;
  color: var(--it-text-body);
  line-height: 1.3;
  overflow-x: hidden;
}
body.monserat {
  font-family: var(--it-ff-monserat);
}
a {
  text-decoration: none;
  transition: 0.3s;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--it-ff-heading);
  color: var(--it-heading-primary);
  margin-top: 0;
  font-weight: 700;
  line-height: 1.1;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
img {
  max-width: 100%;
}
h1 {
  font-size: 40px;
}
h2 {
  font-size: 32px;
}
h3 {
  font-size: 28px;
}
h4 {
  font-size: 24px;
}
h5 {
  font-size: 20px;
}
h6 {
  font-size: 16px;
}
ul {
  margin: 0;
  padding: 0;
}
p {
  color: var(--it-text-body);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.z-index {
  position: relative;
  z-index: 2;
}
.z-index-3 {
  position: relative;
  z-index: 3;
}
.z-index-4 {
  position: relative;
  z-index: 4;
}
.z-index-5 {
  position: relative;
  z-index: 5;
}
.z-index-6 {
  position: relative;
  z-index: 6;
}
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: 0 0;
}
button:hover {
  cursor: pointer;
}
button:focus {
  outline: 0;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
input,
textarea {
  outline: none;
  color: var(--it-common-black);
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #70737d;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #70737d;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #70737d;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #70737d;
}
input[type="color"] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  padding: 0;
  border-radius: 50%;
}
*::-moz-selection {
  background: var(--it-theme-1);
  color: var(--it-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;
}
.w-img img {
  width: 100%;
}
.m-img img {
  max-width: 100%;
}
.fix {
  overflow: hidden;
}
.clear {
  clear: both;
}
.f-left {
  float: left;
}
.f-right {
  float: right;
}
.overflow-y-visible {
  overflow-x: hidden;
  overflow-y: visible;
}
.p-relative {
  position: relative;
}
.p-absolute {
  position: absolute;
}
.include-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.gx-10 {
  --bs-gutter-x: 10px;
}
.gx-30 {
  --bs-gutter-x: 30px;
}
.gx-40 {
  --bs-gutter-x: 40px;
}
.gx-50 {
  --bs-gutter-x: 12px;
}
.gx-60 {
  --bs-gutter-x: 65px;
}
.gx-20 {
  --bs-gutter-x: 20px;
}
.gx-25 {
  --bs-gutter-x: 25px;
}
.gx-60 {
  --bs-gutter-x: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .gx-60 {
    --bs-gutter-x: 40px;
  }
}
.main-btn {
  display: inline-block;
  background-color: var(--it-theme-1);
  height: 62px;
  line-height: 64px;
  border-radius: 30px;
  padding: 0 52px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  text-transform: capitalize;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: 1s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .main-btn {
    height: 48px;
    line-height: 48px;
    padding: 0 28px;
  }
}
.main-btn span {
  position: relative;
  z-index: 99;
  transition: 0.7s;
  color: var(--it-common-black);
}
.main-btn.white-bg {
  background-color: var(--it-common-white);
  box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
}
.main-btn:hover {
  transition-delay: 0.3s;
  background-color: var(--it-common-black);
}
.main-btn:hover span {
  color: var(--it-common-white);
}
.main-btn.alt-color-white:hover span {
  color: var(--it-common-black);
}
.it-btn {
  display: inline-block;
  background-color: var(--it-theme-1);
  color: var(--it-common-black);
  height: 52px;
  line-height: 52px;
  border-radius: 30px;
  padding: 0 30px;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  text-transform: capitalize;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: 0.3s;
}
.it-btn.white-bg {
  background-color: var(--it-common-white);
}
.it-btn span {
  position: relative;
  z-index: 99;
  transition: 0.7s;
  color: var(--it-common-black);
}
.it-btn span i {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: var(--it-common-white);
  line-height: 34px;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  color: var(--it-common-black);
  margin-left: 10px;
}
.it-btn:hover {
  transition-delay: 0.3s;
}
.it-btn:hover span {
  color: var(--it-common-white);
}
.yellow-btn {
  display: inline-block;
  background-color: var(--it-theme-1);
  color: var(--it-common-black);
  height: 52px;
  line-height: 52px;
  border-radius: 7px;
  width: 180px;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  text-transform: capitalize;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: 0.3s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .yellow-btn {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .yellow-btn {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .yellow-btn {
    font-size: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .yellow-btn {
    font-size: 15px;
  }
}
.yellow-btn.grey-bg {
  background-color: #eff2f9;
}
.yellow-btn span {
  position: relative;
  z-index: 99;
  transition: 0.7s;
  color: var(--it-common-black);
}
.yellow-btn:hover span {
  color: var(--it-common-white);
}
.yellow-btn-sm {
  display: inline-block;
  background-color: #f1f1f1;
  color: var(--it-common-black);
  height: 40px;
  line-height: 40px;
  border-radius: 7px;
  padding: 0 40px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  text-transform: capitalize;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: 0.3s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .yellow-btn-sm {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .yellow-btn-sm {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .yellow-btn-sm {
    font-size: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .yellow-btn-sm {
    font-size: 15px;
  }
}
.yellow-btn-sm.yellow-bg {
  background-color: var(--it-theme-1);
  transition: 0.3s;
}
.yellow-btn-sm.yellow-bg:hover {
  background: var(--it-common-black);
  color: var(--it-common-white);
}
.yellow-btn-sm:hover {
  background: var(--it-theme-1);
  color: var(--it-common-black);
}
.white-btn {
  display: inline-block;
  background-color: var(--it-common-white);
  color: var(--it-common-black);
  height: 62px;
  line-height: 64px;
  border-radius: 30px;
  padding: 0 52px;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  text-transform: capitalize;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: 0.3s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .white-btn {
    height: 50px;
    line-height: 52px;
    padding: 0 42px;
  }
}
.white-btn span {
  position: relative;
  z-index: 99;
  transition: 0.7s;
  color: var(--it-common-black);
  font-size: 17px;
  font-weight: 500;
}
.white-btn.alt-color:hover span {
  color: var(--it-common-white);
}
.main-btn-sm {
  display: inline-block;
  background-color: var(--it-theme-1);
  color: var(--it-common-black);
  height: 52px;
  line-height: 52px;
  border-radius: 30px;
  padding: 0 33px;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  text-transform: capitalize;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: 0.7s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .main-btn-sm {
    padding: 0 25px;
  }
}
.main-btn-sm.alt-color-white:hover {
  color: var(--it-common-black);
}
.main-btn-sm span {
  position: relative;
  z-index: 99;
}
.main-btn-sm:hover {
  background-color: var(--it-common-black);
  color: var(--it-common-white);
}

.tp-btn-hover {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.tp-btn-hover b {
  position: absolute;
  width: 0;
  height: 0;
  background-color: var(--it-common-black);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  z-index: 1;
}
.tp-btn-hover:hover b {
  width: 600px;
  height: 600px;
  display: inline-block;
}
.tp-btn-hover.alt-color b {
  background-color: var(--it-common-black);
}
.tp-btn-hover.alt-color-orange b {
  background-color: var(--it-common-black);
}
.tp-btn-hover.alt-color-blue b {
  background-color: var(--it-common-blue);
}
.tp-btn-hover.alt-color-white b {
  background-color: var(--it-common-white);
}
.apply-btn {
  display: inline-block;
  color: var(--it-common-black);
  border: 1px solid var(--it-border-1);
  height: 40px;
  line-height: 37px;
  border-radius: 5px;
  padding: 0 19px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  text-transform: capitalize;
  overflow: hidden;
  z-index: 1;
  transition: 0.3s;
}
.apply-btn:hover {
  border: 1px solid transparent;
  background: var(--it-theme-1);
  color: var(--it-common-black);
}
.submit-btn {
  background-color: var(--it-common-blue-3);
  text-align: center;
  height: 55px;
  padding: 0 20px;
  display: inline-block;
  line-height: 55px;
  color: var(--it-common-white);
  font-weight: 600;
  font-size: 16px;
}
.submit-btn:hover {
  color: var(--it-common-white);
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 45px transparent;
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 transparent;
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 45px transparent;
    box-shadow: 0 0 0 45px transparent;
  }
  100% {
    -moz-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
  }
}
@keyframes section-animation {
  0% {
    width: 0;
  }
  15% {
    width: 100%;
  }
  85% {
    opacity: 1;
  }
  90% {
    width: 100%;
    opacity: 0;
  }
  to {
    width: 0;
    opacity: 0;
  }
}
@keyframes about-sm {
  100% {
    transform: translateY(60px);
  }
  100% {
    transform: translateY(50px);
  }
}
@keyframes hero-thumb-animation {
  0% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes tpleftright {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@keyframes tprotate {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
@keyframes tptranslateY2 {
  0% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
    transform: translateY(8px);
  }
}
@keyframes RL_smooth {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slide_up_down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes tptranslateX2 {
  0% {
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  100% {
    -webkit-transform: translatXY(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes scale_up_down {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes dash {
  to {
    stroke-dashoffset: 0;
    stroke-dasharray: 3000;
  }
}
@keyframes tpupdown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes tpswing {
  0% {
    -webkit-transform: rotate(6deg);
    -moz-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    -o-transform: rotate(6deg);
    transform: rotate(6deg);
  }
  100% {
    -webkit-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    -o-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
}
@keyframes borderanimate2 {
  0% {
    transform: translate(-50%, -50%) scale(0.8);
  }
  60% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes moving {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}
@keyframes about-circle {
  0% {
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }
  100% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@keyframes services-triangle {
  0% {
    -webkit-transform: rotate(0deg) translateX(-50px);
    -moz-transform: rotate(0deg) translateX(-50px);
    -ms-transform: rotate(0deg) translateX(-50px);
    -o-transform: rotate(0deg) translateX(-50px);
    transform: rotate(0deg) translateX(-50px);
  }
  100% {
    -webkit-transform: rotate(360deg) translateY(100px);
    -moz-transform: rotate(360deg) translateY(100px);
    -ms-transform: rotate(360deg) translateY(100px);
    -o-transform: rotate(360deg) translateY(100px);
    transform: rotate(360deg) translateY(100px);
  }
}
@keyframes hero-3-dot-2 {
  0% {
    transform: translateY(-50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes tfLeftToRight {
  49% {
    transform: translateX(60%);
  }
  50% {
    opacity: 0;
    transform: translateX(-60%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes rotate2 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes moving {
  0% {
    transform: translatey(0px);
  }
  20% {
    transform: translateX(-50px);
  }
  50% {
    transform: translatey(-40px);
  }
  100% {
    transform: translatey(0px);
  }
}
@keyframes leftright {
  0% {
    transform: translatex(0);
  }
  50% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes movinglight {
  0% {
    transform: translatey(0px);
  }
  20% {
    transform: translateX(-70px);
  }
  50% {
    transform: translatey(-70px);
  }
  100% {
    transform: translatey(0px);
  }
}
@keyframes movinglight2 {
  0% {
    transform: translatey(0px);
  }
  20% {
    transform: translateX(70px);
  }
  50% {
    transform: translatey(70px);
  }
  100% {
    transform: translatey(0px);
  }
}
@keyframes movingtop {
  0% {
    transform: translatey(0px);
  }
  20% {
    transform: translatey(70px);
  }
  50% {
    transform: translatey(-70px);
  }
  100% {
    transform: translatey(0px);
  }
}
@keyframes circle-animation {
  0% {
    right: 0;
  }
  50% {
    right: 100%;
  }
  100% {
    right: 0%;
  }
}
@keyframes circle-animation-2 {
  0% {
    left: 0;
  }
  50% {
    left: 100%;
  }
  100% {
    left: 0%;
  }
}
@keyframes animationglob {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes zoom {
  0% {
    transform: scale(0.5);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.5);
  }
}
@keyframes zoom2 {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.9);
  }
}
@keyframes wobble-vertical {
  10% {
    transform: translateY(-10px);
  }
  50% {
    transform: skew(15deg);
  }
  80% {
    transform: rotate(10deg);
  }
  100% {
    transform: translate(0);
  }
}
@-webkit-keyframes section-highlight {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-moz-keyframes section-highlight {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-ms-keyframes section-highlight {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes section-highlight {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes widthcalc {
  0% {
    width: 20%;
  }
  50% {
    width: 50%;
  }
  75% {
    width: 90%;
  }
  90% {
    opacity: 75%;
  }
  90% {
    opacity: 100%;
  }
}
@keyframes bounceRight {
  0%,
  20%,
  50%,
  80%,
  100% {
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -ms-transform: translateY(-35px);
    transform: translateY(-35px);
  }
  60% {
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@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 light-one {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.4;
  }
  50% {
    opacity: 0.6;
  }
  75% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}
.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: 0;
  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;
  }
}
.scroll-top {
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: fixed;
  bottom: -10%;
  right: 50px;
  font-size: 16px;
  border-radius: 6px;
  z-index: 9;
  color: var(--it-common-black);
  text-align: center;
  cursor: pointer;
  background: var(--it-theme-1);
  transition: 1s ease;
  border: none;
}
.scroll-top.open {
  bottom: 80px;
}
.grey-bg {
  background: var(--it-grey-1);
}
.grey-bg-2 {
  background: var(--it-grey-2);
}
.black-bg {
  background: var(--it-common-black-2);
}
.black-bg-4 {
  background: var(--it-common-black-6);
}
.black-bg-3 {
  background: var(--it-common-black-3);
}
.black-bg-2 {
  background: var(--it-common-black-8);
}
.white-bg {
  background: var(--it-common-white);
}
.blue-bg {
  background: var(--it-common-blue-4);
}
.body-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: rgba(24, 24, 24, 0.6);
  visibility: hidden;
  opacity: 0;
  transition: 0.45s ease-in-out;
}
.body-overlay.apply {
  opacity: 1;
  visibility: visible;
}
.body-overlay:hover {
  cursor: url(../../../index.html), pointer;
}
.it-instagram img {
  width: 100%;
}
.itoffcanvas {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  right: -100%;
  width: 480px;
  bottom: 0;
  box-shadow: 0 16px -32px 0 rgba(0, 0, 0, 0.8);
  background-color: var(--it-common-black);
  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: 400px;
    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: 157px;
  height: 100%;
}
.itoffcanvas__close-btn button {
  font-size: 35px;
  color: #fff;
  position: absolute;
  right: 50px;
  top: 42px;
  transition: 1s;
  font-weight: 300;
  opacity: 0.2;
  -webkit-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-duration: 0.3s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .itoffcanvas__close-btn button {
    font-size: 28px;
    right: 48px;
    top: 52px;
  }
}
@media (max-width: 767px) {
  .itoffcanvas__close-btn button {
    font-size: 28px;
    right: 39px;
    top: 38px;
  }
}
.itoffcanvas__close-btn button:hover {
  color: #fff;
  opacity: 1;
}

@media (max-width: 767px) {
  .itoffcanvas__info-address a {
    font-size: 16px;
  }
}
.itoffcanvas__info-address a:hover {
  color: var(--it-theme-1);
}
.it-offcanva-bottom-shape {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: -1;
}
.it-offcanva-bottom-shape img {
  width: 100%;
}

.about__shape-1 {
  position: absolute;
  right: 8%;
  top: -17%;
  animation: rotate2 15s linear infinite;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about__shape-1 {
    right: 5%;
    top: -13%;
  }
}
@media (max-width: 767px) {
  .about__shape-1 {
    right: 2%;
    top: -11%;
    z-index: -1;
  }
}
.about__shape-2 {
  position: absolute;
  right: 5%;
  bottom: 15%;
  z-index: -2;
  animation: moving 9s linear infinite;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about__shape-2 {
    bottom: 2%;
  }
}
.about__content p {
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .about__content p {
    font-size: 15px;
  }
}
.about__border-right {
  border-right: 1px solid var(--it-border-1);
}
@media (max-width: 767px) {
  .about__border-right {
    border-right: 0;
  }
}
.about__list-item {
  padding-bottom: 10px;
  border-bottom: 1px solid var(--it-border-1);
}
.about__list-item ul {
  display: inline-block;
}
@media (max-width: 767px) {
  .about__list-item ul {
    margin-bottom: 20px;
  }
}
.about__list-item ul li {
  list-style-type: none;
  position: relative;
  padding-left: 25px;
  padding-bottom: 20px;
  width: 50%;
  float: left;
}
@media (max-width: 767px) {
  .about__list-item ul li {
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about__list-item ul li {
    width: 50%;
  }
}
.about__list-item ul li:hover span {
  text-decoration: underline;
}
.about__list-item ul li a {
  transition: 0.3s;
}
.about__list-item ul li:last-child {
  padding-bottom: 0;
}
.about__list-item ul li i {
  position: absolute;
  left: 0;
  top: 3px;
  height: 15px;
  width: 15px;
  border: 1.5px solid var(--it-theme-1);
  line-height: 12px;
  text-align: center;
  display: inline-block;
  font-size: 12px;
  color: var(--it-theme-1);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about__img {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .about__img {
    text-align: center;
  }
}
.about__img img {
  max-width: inherit;
  margin-left: -80px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about__img img {
    max-width: 100%;
    margin-left: -20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about__img img {
    max-width: 100%;
    margin-left: -10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about__img img {
    margin-bottom: 70px;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .about__img img {
    max-width: 100%;
    margin-left: 0;
    margin-bottom: 50px;
  }
}


.counter__shape-1 {
  position: absolute;
  bottom: 0;
  left: 0;
}
.counter__shape-2 {
  position: absolute;
  bottom: 0;
  right: 0;
}
.counter__black-bg {
  background-color: var(--it-common-black);
  padding: 100px 125px;
  border-radius: 15px;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .counter__black-bg {
    padding: 100px 50px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .counter__black-bg {
    padding: 100px 50px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .counter__black-bg {
    padding: 100px 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .counter__black-bg {
    padding: 100px 30px;
  }
}
@media (max-width: 767px) {
  .counter__black-bg {
    padding: 100px 10px;
  }
}
.counter__mlr {
  margin: 0 200px;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .counter__mlr {
    margin: 0 100px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .counter__mlr {
    margin: 0 50px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .counter__mlr {
    margin: 0 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .counter__mlr {
    margin: 0 30px;
  }
}
@media (max-width: 767px) {
  .counter__mlr {
    margin: 0 15px;
  }
}
.counter__item {
  background-color: var(--it-common-blue);
  padding: 55px 0;
  border-radius: 5px;
  position: relative;
  z-index: 2;
}
.counter__color-2 {
  background-color: var(--it-theme-1);
}
.counter__color-3 {
  background-color: var(--it-common-paste);
}
.counter__color-4 {
  background-color: var(--it-common-pink-2);
}
.counter__title {
  font-weight: 700;
  font-size: 22px;
  color: var(--it-common-black);
  padding-bottom: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .counter__title {
    font-size: 20px;
  }
}
.counter__icon {
  padding-bottom: 10px;
}
.counter__icon span {
  font-size: 60px;
  color: var(--it-common-black);
  display: inline-block;
}
.counter__text span {
  font-weight: 700;
  font-size: 50px;
  color: var(--it-common-black);
  line-height: 1;
}
.counter__text span i {
  font-style: normal;
}

.service__mlr {
  padding: 0 200px;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .service__mlr {
    padding: 0 100px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .service__mlr {
    padding: 0 100px;
  }
}
@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) {
  .service__mlr {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .service__mlr {
    padding: 0;
  }
}
.service__space {
  margin-top: -100px;
  padding-top: 200px;
}
.service__space-2 {
  padding-top: 120px;
  padding-bottom: 70px;
}
.service__shape-1 {
  position: absolute;
  right: 0;
  top: 20%;
}
.service__shape-2 {
  position: absolute;
  left: 0;
  top: 15%;
}
.service__shape-3 {
  position: absolute;
  right: 0;
  top: 10%;
  animation: tpupdown 0.8s infinite alternate;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service__shape-3 {
    top: 1%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service__shape-3 {
    top: 2%;
  }
}
.service__shape-4 {
  position: absolute;
  left: 0;
  bottom: 10%;
  animation: tpupdown 0.8s infinite alternate;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service__shape-4 {
    bottom: 0;
  }
}
.service__shape-5 {
  position: absolute;
  left: 0;
  top: -9%;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .service__shape-5 {
    top: -8%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .service__shape-5 {
    top: -7%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .service__shape-5 {
    top: -6%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service__shape-5 {
    top: -3.5%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service__shape-5 {
    top: -3%;
  }
}
@media (max-width: 767px) {
  .service__shape-5 {
    top: -19px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .service__shape-5 {
    top: -37px;
  }
}
@media only screen and (min-width: 440px) and (max-width: 575px) {
  .service__shape-5 {
    top: -27px;
  }
}
.service__shape-6 {
  position: absolute;
  left: 0;
  bottom: -6%;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .service__shape-6 {
    bottom: -5%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .service__shape-6 {
    bottom: -5%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .service__shape-6 {
    bottom: -4%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service__shape-6 {
    bottom: -2.5%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service__shape-6 {
    bottom: -2%;
  }
}
@media (max-width: 767px) {
  .service__shape-6 {
    bottom: -16px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .service__shape-6 {
    bottom: -24px;
  }
}
@media only screen and (min-width: 440px) and (max-width: 575px) {
  .service__shape-6 {
    bottom: -20px;
  }
}
.service__item {
  background-color: var(--it-common-white);
  border: 2px dashed transparent;
  transition: 0.3s;
  border-top-right-radius: 20%;
  padding: 70px 55px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .service__item {
    padding: 60px 46px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service__item {
    padding: 50px 35px;
  }
}
@media (max-width: 767px) {
  .service__item {
    padding: 40px 35px;
  }
}
.service__item.bg-color {
  background-color: var(--it-common-black-2);
  border: 2px solid var(--it-border-2);
}
.service__item.bg-color .service__title {
  color: var(--it-common-white);
}
.service__item.bg-color .service__title.title-color-1:hover {
  color: var(--it-common-paste);
}
.service__item.bg-color .service__title.title-color-2:hover {
  color: var(--it-theme-1);
}
.service__item.bg-color .service__title.title-color-3:hover {
  color: var(--it-common-pink-2);
}
.service__item.bg-color .service__title.title-color-4:hover {
  color: var(--it-common-blue);
}
.service__item.bg-color .service__title.title-color-5:hover {
  color: var(--it-common-green);
}
.service__item.bg-color .service__title.title-color-6:hover {
  color: var(--it-common-pink-3);
}
.service__item.bg-color .service__content p {
  color: var(--it-common-white);
}
.service__item:hover {
  border: 2px dashed var(--it-common-paste);
}
.service__item:hover .service__icon-wrapper {
  transform: translateY(-10px);
}
.service__border-2:hover {
  border-color: var(--it-theme-1);
}
.service__border-3:hover {
  border-color: var(--it-common-pink-2);
}
.service__border-4:hover {
  border-color: var(--it-common-blue);
}
.service__border-5:hover {
  border-color: var(--it-common-green);
}
.service__border-6:hover {
  border-color: var(--it-common-pink-3);
}
.service__shape {
  position: absolute;
  bottom: -30%;
  right: 8%;
}
.service__icon-wrapper {
  display: inline-block;
  transition: 0.3s;
}
.service__inner-icon {
  position: absolute;
  top: 41%;
  left: 55%;
  transform: translate(-50%, -50%);
}
.service__inner-icon.inner-hight {
  top: 41%;
  left: 52%;
}
.service__inner-icon span {
  font-size: 40px;
  color: var(--it-common-white);
  font-weight: 700;
}
.service__title {
  font-weight: 700;
  font-size: 22px;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .service__title {
    font-size: 19px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .service__title {
    font-size: 21px;
  }
}
.service__title.title-color-1:hover {
  color: var(--it-common-paste);
}
.service__title.title-color-2:hover {
  color: var(--it-theme-1);
}
.service__title.title-color-3:hover {
  color: var(--it-common-pink-2);
}
.service__title.title-color-4:hover {
  color: var(--it-common-blue);
}
.service__title.title-color-5:hover {
  color: var(--it-common-green);
}
.service__title.title-color-6:hover {
  color: var(--it-common-pink-3);
}
.service__title.color-1 {
  color: var(--it-common-white);
}
.service__title.color-1:hover {
  color: var(--it-common-paste);
}
.service__title.color-2 {
  color: var(--it-common-white);
}
.service__title.color-2:hover {
  color: var(--it-theme-1);
}
.service__title.color-3 {
  color: var(--it-common-white);
}
.service__title.color-3:hover {
  color: var(--it-common-pink-2);
}
.service__title.color-4 {
  color: var(--it-common-white);
}
.service__title.color-4:hover {
  color: var(--it-common-blue);
}
.service__title.color-5 {
  color: var(--it-common-white);
}
.service__title.color-5:hover {
  color: var(--it-common-green);
}
.service__title.color-6 {
  color: var(--it-common-white);
}
.service__title.color-6:hover {
  color: var(--it-common-pink-3);
}
.service__title.color-7 {
  color: var(--it-common-white);
}
.service__title.color-7:hover {
  color: #3aa583;
}
.service__title.color-8 {
  color: var(--it-common-white);
}
.service__title.color-8:hover {
  color: #9e661e;
}
.service__title.color-9 {
  color: var(--it-common-white);
}
.service__title.color-9:hover {
  color: #7272b1;
}
.service__title.color-10 {
  color: var(--it-common-white);
}
.service__title.color-10:hover {
  color: #62591b;
}
.service__title.color-11 {
  color: var(--it-common-white);
}
.service__title.color-11:hover {
  color: #d04184;
}
.service__title.color-12 {
  color: var(--it-common-white);
}
.service__title.color-12:hover {
  color: #c6a477;
}
.service__content p {
  padding-bottom: 5px;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .service__content p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .service__content p {
    font-size: 15px;
  }
}
.service__link a {
  font-weight: 500;
  font-size: 17px;
  color: var(--it-common-paste);
}
.service__link a i {
  margin-left: 10px;
  transform: translateY(2px);
}
.service__link a:hover i {
  animation: tfLeftToRight 0.4s forwards;
}
.service__link-color-2 a {
  color: var(--it-theme-1);
}
.service__link-color-3 a {
  color: var(--it-common-pink-2);
}
.service__link-color-4 a {
  color: var(--it-common-blue);
}
.service__link-color-5 a {
  color: var(--it-common-green);
}
.service__link-color-6 a {
  color: var(--it-common-pink-3);
}

.service__shape-1 {
  position: absolute;
  top: -24%;
  right: 14%;
}


 



.cta__plr {
  margin: 0 200px;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .cta__plr {
    margin: 0 100px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .cta__plr {
    margin: 0 100px;
  }
}
@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) {
  .cta__plr {
    margin: 0 30px;
  }
}
@media (max-width: 767px) {
  .cta__plr {
    margin: 0;
  }
}
.cta__bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  border-radius: 100px;
  margin-bottom: -165px;
  padding: 70px;
}
@media (max-width: 767px) {
  .cta__bg {
    padding: 30px;
    border-radius: 0;
  }
}
.cta__title {
  font-size: 35px;
  font-weight: 700;
  color: var(--it-common-black);
  padding-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta__title {
    font-size: 27px;
  }
}
@media (max-width: 767px) {
  .cta__title {
    font-size: 20px;
  }
}
.cta__section-box p {
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .cta__section-box p {
    font-size: 14px;
  }
  .cta__section-box p br {
    display: none;
  }
}
.cta__shape-icon {
  position: absolute;
  top: -76px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta__btn .white-btn {
    height: 47px;
    line-height: 49px;
    padding: 0 30px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .cta__btn .white-btn {
    height: 47px;
    line-height: 49px;
    padding: 0 30px;
    font-size: 16px;
  }
}
.cta__section-wrapper {
  padding-top: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .cta__section-wrapper {
    padding-top: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cta__section-wrapper {
    padding-top: 0;
  }
}
.cta__bg-2 {
  border-radius: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta__bg-2 {
    padding: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta__section-box {
    margin-top: 30px;
  }
}
.testimonial__shape-1 {
  position: absolute;
  left: 3%;
  top: 11%;
  animation: rotate2 15s linear infinite;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial__shape-1 {
    top: 4%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial__shape-1 {
    top: 3%;
  }
}
@media (max-width: 767px) {
  .testimonial__shape-1 {
    left: -12%;
    top: 0%;
  }
}
.testimonial__shape-2 {
  position: absolute;
  right: 3%;
  bottom: 2%;
  animation: moving 9s linear infinite;
}
.testimonial__shape-3 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
.testimonial__item-shape {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.testimonial__plr {
  padding: 120px 200px;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .testimonial__plr {
    padding: 120px 150px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .testimonial__plr {
    padding: 120px 80px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .testimonial__plr {
    padding: 120px 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial__plr {
    padding: 120px 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial__plr {
    padding: 120px 30px;
  }
}
@media (max-width: 767px) {
  .testimonial__plr {
    padding: 120px 0;
  }
}
.testimonial__item {
  background-color: #3a3a42;
  padding: 30px;
}
@media (max-width: 767px) {
  .testimonial__item {
    flex-wrap: wrap;
  }
}
.testimonial__main-img {
  flex: 0 0 auto;
}
@media (max-width: 767px) {
  .testimonial__main-img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .testimonial__main-img img {
    width: 100%;
  }
}
.testimonial__content {
  padding-left: 20px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px),
  (max-width: 767px) {
  .testimonial__content {
    padding-left: 0;
  }
}
.testimonial__author-name {
  font-weight: 700;
  font-size: 22px;
  color: var(--it-common-white);
  transition: 0.3s;
}
.testimonial__author-name:hover {
  color: var(--it-theme-1);
}
.testimonial__author-info {
  padding-bottom: 10px;
}
.testimonial__author-info span {
  color: var(--it-common-white);
}
@media (max-width: 767px) {
  .testimonial__content-text {
    padding-bottom: 30px;
  }
}
.testimonial__content-text p {
  color: var(--it-common-white);
  padding-bottom: 5px;
  font-style: italic;
  padding-right: 35px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .testimonial__content-text p {
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .testimonial__content-text p {
    padding-right: 18px;
  }
}
@media (max-width: 767px) {
  .testimonial__content-text p {
    padding-right: 0;
  }
}
.testimonial__content-text i {
  color: var(--it-theme-1);
  font-size: 25px;
  padding-right: 5px;
}
.testimonial__content-text i.star-color {
  color: var(--it-common-white);
}
.testimonial-slider-dots {
  text-align: center;
  margin-top: 60px;
  position: relative;
  z-index: 2;
}
.testimonial-slider-dots .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  display: inline-block;
  border-radius: 50%;
  border: 2px solid var(--it-theme-1);
  background-color: transparent;
  opacity: 1;
  margin: 0 5px;
  transition: 0.3s;
}
.testimonial-slider-dots .swiper-pagination-bullet-active {
  background-color: var(--it-theme-1);
}


@media only screen and (min-width: 576px) and (max-width: 767px) {
  .work-2__content p {
    padding: 0;
  }
}
.skill__plr {
  padding: 130px 200px;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .skill__plr {
    padding: 130px 100px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .skill__plr {
    padding: 130px 100px;
  }
}
@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) {
  .skill__plr {
    padding: 130px 30px;
  }
}
@media (max-width: 767px) {
  .skill__plr {
    padding: 130px 0;
  }
}
.skill-bg {
  background-repeat: no-repeat;
  background-size: cover;
}
.skill__section-box p {
  color: var(--it-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .skill__section-box p br {
    display: none;
  }
}


.solution__plr {
  padding: 0 200px;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .solution__plr {
    padding: 0 100px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .solution__plr {
    padding: 0 100px;
  }
}
@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) {
  .solution__plr {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .solution__plr {
    padding: 0;
  }
}
.solution__space {
  padding-top: 100px;
  padding-bottom: 60px;
}
.solution__wrapper {
  padding: 100px 110px;
  border: 1px solid #ddd;
  border-radius: 10px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .solution__wrapper {
    padding: 100px 50px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .solution__wrapper {
    padding: 100px 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .solution__wrapper {
    padding: 100px 40px;
  }
}
@media (max-width: 767px) {
  .solution__wrapper {
    padding: 60px 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .solution__wrapper {
    padding: 60px 50px;
  }
}
.solution-item {
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 57px 0 rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 2;
}
.solution-top {
  background-color: #7ee1f0;
  padding: 20px;
}
.solution-top.color-2 {
  background-color: var(--it-common-blue-4);
}
.solution-top.color-3 {
  background-color: #ffb088;
}
.solution-top span {
  font-size: 22px;
  font-weight: 700;
  color: var(--it-common-black);
}
@media (max-width: 767px) {
  .solution-top span {
    font-size: 19px;
  }
}
.solution-feature-list ul {
  padding: 30px 20px;
}
.solution-feature-list ul li {
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #efefef;
  padding-left: 15px;
  padding-right: 15px;
  transition: 0.3s;
}
.solution-feature-list ul li i {
  padding-right: 5px;
  transition: 0.3s;
}
.solution-feature-list ul li:last-child {
  margin-bottom: 0;
}
.solution-feature-list ul li:hover i {
  color: var(--it-theme-1);
}
.solution-link {
  padding: 0 30px 30px;
}
.solution-link.color-1:hover a {
  color: #7ee1f0;
}
.solution-link.color-2:hover a {
  color: var(--it-common-blue-3);
}
.solution-link.color-3:hover a {
  color: #ffb088;
}
.solution-link a {
  font-size: 17px;
  color: var(--it-common-black);
  font-weight: 600;
  transition: 0.3s;
}
.solution-link a i {
  font-size: 14px;
}
.solution__shape-1 {
  position: absolute;
  top: 18%;
  right: 17%;
  animation: moving 9s linear infinite;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .solution__shape-1 {
    top: 11%;
    right: 10%;
  }
}
.solution__shape-2 {
  position: absolute;
  bottom: 11%;
  left: 14%;
  animation: tpupdown 0.8s infinite alternate;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .solution__shape-2 {
    bottom: 7%;
    left: 14%;
  }
}
.solution__shape-3 {
  position: absolute;
  top: 14%;
  left: 11%;
  animation: zoom 7s infinite;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .solution__shape-3 {
    right: 8%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .solution__shape-3 {
    top: 7%;
    left: 1%;
  }
}
.solution__shape-4 {
  position: absolute;
  bottom: 9%;
  right: 12%;
  animation: zoom 7s infinite;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .solution__shape-4 {
    right: 8%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .solution__shape-4 {
    bottom: 1%;
    right: -2%;
  }
}



.postbox__contact-input input {
  border: none;
  background-color: #f7f9fa;
  width: 100%;
  height: 45px;
  padding: 25px;
  border-radius: 5px;
  font-weight: 400;
  font-size: 17px;
  margin-bottom: 30px;
  border: 1px solid transparent;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .postbox__contact-input input {
    font-size: 12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .postbox__contact-input input {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .postbox__contact-input input {
    font-size: 14px;
  }
}
.postbox__contact-input input:focus {
  border-color: var(--it-theme-1);
}
.postbox__contact-textarea textarea {
  font-weight: 400;
  font-size: 17px;
  width: 100%;
  resize: none;
  border: none;
  height: 160px;
  display: inline-block;
  padding: 20px;
  background-color: #f7f9fa;
  border: 1px solid transparent;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .postbox__contact-textarea textarea {
    padding-right: 45px;
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .postbox__contact-textarea textarea {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .postbox__contact-textarea textarea {
    font-size: 14px;
  }
}
.postbox__contact-textarea textarea:focus {
  border-color: var(--it-theme-1);
}
.footer__plr {
  padding: 0 200px;
  padding-top: 250px;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .footer__plr {
    padding: 0 100px;
    padding-top: 250px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .footer__plr {
    padding: 0 55px;
    padding-top: 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) {
  .footer__plr {
    padding: 0 30px;
    padding-top: 250px;
  }
}
@media (max-width: 767px) {
  .footer__plr {
    padding: 0;
    padding-top: 250px;
  }
}
.footer__plr-3 {
  padding-top: 100px;
}
.footer__logo {
  padding-bottom: 35px;
}
.footer__text p {
  color: var(--it-common-white);
  padding-right: 30px;
}
.footer__number-icon {
  padding-right: 20px;
}
.footer__number-icon span {
  font-size: 30px;
  color: var(--it-theme-1);
}
.footer__number-info span {
  display: block;
  color: var(--it-common-white);
  padding-bottom: 5px;
}
.footer__number-info a {
  color: var(--it-common-white);
  transition: 0.3s;
}
.footer__number-info a:hover {
  color: var(--it-theme-1);
}
.footer__title {
  font-weight: 700;
  font-size: 22px;
  color: var(--it-common-white);
  padding-bottom: 30px;
  padding-top: 20px;
}
.footer__menu-list ul li {
  list-style: none;
  padding-bottom: 10px;
}
.footer__menu-list ul li a {
  color: var(--it-common-white);
  font-weight: 400;
  font-size: 16px;
  transition: 0.3s;
}
.footer__menu-list ul li a:hover {
  color: var(--it-theme-1);
}
.footer__content p {
  color: var(--it-common-white);
  font-weight: 400;
}

.footer__social-box span {
  font-family: poppins, sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: var(--it-common-white);
  padding-right: 5px;
}
.footer__social-box a {
  height: 33px;
  width: 33px;
  border-radius: 50%;
  display: inline-block;
  line-height: 33px;
  text-align: center;
  margin-right: 5px;
  transition: 0.3s;
  border: 1px solid #a1a1a2;
}
.footer__social-box a i {
  color: #a1a1a2;
  transition: 0.3s;
}
.footer__social-box a:hover {
  border: 1px solid var(--it-theme-1);
  background-color: var(--it-theme-1);
}
.footer__social-box a:hover i {
  color: var(--it-common-black);
}

.footer-col-2 {
  padding-left: 80px;
}
@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) {
  .footer-col-2 {
    padding-left: 0;
  }
}
.footer-col-3 {
  padding-left: 40px;
}
@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) {
  .footer-col-3 {
    padding-left: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer-col-4 {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  (max-width: 767px) {
  .footer-col-4 {
    padding-left: 0;
  }
}
.copyright__plr {
  padding: 0 200px;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .copyright__plr {
    padding: 0 100px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .copyright__plr {
    padding: 0 55px;
  }
}
@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) {
  .copyright__plr {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .copyright__plr {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .copyright__text {
    padding-top: 20px;
  }
}
.copyright__text span {
  font-weight: 400;
  font-size: 16px;
  color: var(--it-common-white);
}
@media (max-width: 767px) {
  .copyright__text span {
    font-size: 15px;
  }
}

.copyright__border {
  border-top: 1px solid var(--it-border-2);
}
@media (max-width: 767px) {
  .footer-3__content {
    margin-bottom: 20px;
  }
}


.contact__plr {
  padding: 0 30px;
  padding-top: 120px;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .contact__plr {
    padding: 0;
    padding-top: 120px;
  }
}
.contact__mlr {
  margin: 0 200px;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .contact__mlr {
    margin: 0 100px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .contact__mlr {
    margin: 0 100px;
  }
}
@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) {
  .contact__mlr {
    margin: 0 30px;
  }
}
@media (max-width: 767px) {
  .contact__mlr {
    margin: 0;
  }
}
.contact__shape-1 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  animation: tptranslateX2 4s infinite alternate;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact__shape-1 {
    top: -4%;
  }
}
.contact__shape-2 {
  position: absolute;
  bottom: -4%;
  left: 0%;
  animation: jumpTwo 4s infinite linear;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .contact__shape-2 {
    bottom: -4%;
    left: -2%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact__shape-2 {
    bottom: -1%;
    left: -4%;
  }
}
.contact__shape-3 {
  position: absolute;
  bottom: 6%;
  right: 0%;
  animation: tpupdown 0.8s infinite alternate;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact__shape-3 {
    bottom: 2%;
    right: -2%;
  }
}
.contact__shape-4 {
  position: absolute;
  bottom: 0;
  right: 54%;
  animation: moving 9s linear infinite;
}
.contact__text {
  padding-bottom: 30px;
}
.contact__text p {
  padding-right: 235px;
  font-weight: 400;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .contact__text p {
    padding-right: 130px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .contact__text p {
    padding-right: 130px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .contact__text p {
    padding-right: 25px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact__text p {
    padding-right: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact__text p {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .contact__text p {
    padding-right: 0;
    font-size: 15px;
  }
}
.contact__text.text-color p {
  color: var(--it-common-white-2);
  padding-right: 312px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .contact__text.text-color p {
    padding-right: 280px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .contact__text.text-color p {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .contact__text.text-color p {
    padding-right: 0;
  }
}

.contact__form {
  margin-right: 70px;
  margin-bottom: 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) {
  .contact__form {
    margin-right: 0;
  }
}

.contact__item {
  border: 1px solid var(--it-theme-1);
  border-radius: 10px;
  padding: 27px 35px;
  transition: 0.3s;
  margin-bottom: 30px;
  background-color: transparent;
}
@media (max-width: 767px) {
  .contact__item {
    padding: 27px 20px;
  }
} 
.contact__item:hover {
  background-color: var(--it-theme-1);
}
.contact__item:hover .contact__icon span {
  background-color: var(--it-common-white);
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .contact__button {
    margin-bottom: 50px;
  }
}
.contact__icon {
  margin-right: 30px;
}
@media (max-width: 767px) {
  .contact__icon {
    margin-right: 22px;
  }
}
.contact__icon span {
  font-size: 45px;
  color: var(--it-common-black);
  height: 85px;
  width: 85px;
  line-height: 85px;
  border-radius: 50%;
  background-color: var(--it-theme-1);
  text-align: center;
  display: inline-block;
  transition: 0.3s;
}
.contact__title-sm {
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 3px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact__title-sm {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .contact__title-sm {
    font-size: 18px;
  }
}
.contact__title-sm.title-color-1 {
  color: var(--it-common-white);
  transition: 0.3s;
}
.contact__title-sm.title-color-1:hover {
  color: var(--it-common-blue);
}
.contact__title-sm.title-color-2 {
  color: var(--it-common-white);
  transition: 0.3s;
}
.contact__title-sm.title-color-2:hover {
  color: var(--it-theme-1);
}
.contact__title-sm.title-color-3 {
  color: var(--it-common-white);
  transition: 0.3s;
}
.contact__title-sm.title-color-3:hover {
  color: var(--it-common-red);
}
.contact__content span {
  font-weight: 400;
  font-size: 17px;
  color: var(--it-common-black);
}
@media (max-width: 767px) {
  .contact__content span {
    font-size: 14px;
  }
}

.contact__bg {
  padding: 115px 120px;
  border-radius: 10px;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .contact__bg {
    padding: 115px 60px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .contact__bg {
    padding: 115px 30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .contact__bg {
    padding: 115px 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact__bg {
    padding: 115px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact__bg {
    padding: 115px 20px;
  }
}
@media (max-width: 767px) {
  .contact__bg {
    padding: 115px 0;
  }
}
.contact__plr-2 {
  padding: 0 200px;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .contact__plr-2 {
    padding: 0 100px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .contact__plr-2 {
    padding: 0 100px;
  }
}
@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) {
  .contact__plr-2 {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .contact__plr-2 {
    padding: 0;
  }
}

.contact__wrapper {
  background-color: var(--it-common-black-5);
  border-radius: 20px;
  padding: 10px;
}
.contact__item-box {
  border-radius: 20px;
  border: 1px dashed var(--it-border-2);
}
.contact__icon-color-1 span {
  background-color: var(--it-common-blue);
}
.contact__icon-color-2 span {
  background-color: var(--it-theme-1);
}
.contact__icon-color-3 span {
  background-color: var(--it-common-pink-2);
}
.contact__shape-5 {
  position: absolute;
  bottom: 81%;
  right: 41%;
  animation: moving 9s linear infinite;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .contact__shape-5 {
    bottom: 81%;
    right: 41%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact__right-side {
    margin-bottom: 90px;
  }
}
.contact__main-img {
  margin-left: 89px;
}
.contact__main-img img {
  max-width: 100%;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .contact__main-img {
    margin-left: 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .contact__main-img {
    margin-left: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact__main-img {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .contact__main-img {
    margin-left: 0;
  }
}
.contact__border {
  border: 1px solid var(--it-theme-1);
  padding: 100px;
  border-radius: 10px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .contact__border {
    padding: 100px 30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .contact__border {
    padding: 60px 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact__border {
    padding: 60px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact__border {
    padding: 70px 20px;
  }
}
@media (max-width: 767px) {
  .contact__border {
    padding: 30px 15px;
  }
}
.contact__border .contact__item {
  padding: 27px 21px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact__border .contact__title-sm {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .contact__border .contact__text p {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .contact__border .contact__icon span {
    font-size: 34px;
    height: 65px;
    width: 65px;
    line-height: 65px;
  }
}

.contact__wrapper .contact__item:hover .contact__icon-color-1 span {
  background-color: var(--it-common-blue);
}
.contact__wrapper .contact__item:hover .contact__icon-color-2 span {
  background-color: var(--it-theme-1);
}
.contact__wrapper .contact__item:hover .contact__icon-color-3 span {
  background-color: var(--it-common-red);
}



.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}






@media (min-width: 320px) and (max-width: 767px) {
  .header__menu-bar.d-none {
    display: inline-block !important;
  }
}
