@font-face {
  font-family: sans-serif;
  src: local("?"), url("/assets/font/fonts/sans-serif.ttf") format("truetype");
}

@import url(fontiran.css);
@import url("https://fonts.googleapis.com/css2?family=Jost:ital@1&display=swap");

body {
  font-size: 13px;
  color: rgb(35, 35, 35);
  background-color: #fff;
  font-weight: 400;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  overflow-x: hidden !important;
}

* {
  box-sizing: border-box;
}

:root {
  --gradient-shadow: linear-gradient(
    45deg,
    #8e00fb,
    #9500ff,
    #000000,
    #1900ff,
    #e600ff,
    #000000,
    #a200ff,
    #6f00ff,
    #7b00ff,
    #9900ff
  );
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 30px;
}

:root {
  --color-primary: #1a2556;
  --color-secondary: #a5b3d4;
  --color-gray: #dde6f3;
  --color-light-gray: #f3f6fb;
  --color-white: white;
  --color-black: #3e3743;
  --color-input-hover: rgba(165, 179, 212, 0.6);
  --color-input-focus: rgba(26, 37, 86, 0.45);
  --color-input-error: rgba(255, 94, 31, 0.6);
  --color-input-warning: rgba(166, 145, 54, 0.6);
  --color-input-success: rgba(23, 125, 23, 0.45);
  --color-input-disabled: #dde6f3;
}

a:hover {
  text-decoration: none;
}

.display-flex,
.display-flex-center,
.signup-content,
.signin-content,
.social-login,
.socials {
  display: -webkit-flex;
}

list-type-ulli,
.socials {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

.signup {
  margin-top: 0px;
}

.to-the-space {
  height: 90px;
}

a:focus,
a:active {
  text-decoration: none;
  outline: none;
  transition: all 300ms ease 0s;
  color: #754ffe;
}

input,
select,
textarea {
  outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  margin: 0px;
  appearance: none !important;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
  box-shadow: none !important;
}

input[type="checkbox"] {
  appearance: checkbox !important;
}

input[type="radio"] {
  appearance: radio !important;
}

img {
  max-width: 100%;
  height: auto;
}

.input-field input {
  color: #000 !important;
}

figure {
  margin: 0px;
}

p {
  margin-bottom: 0px;
  font-size: 15px;
  color: rgb(0, 0, 0);
  line-height: 30px;
  cursor: pointer;
}
input::placeholder {
  font-family: Arial, Helvetica, sans-serif;
}
h2 {
  margin: 0px;
  padding: 0px;
  font-weight: bold;
  color: rgb(34, 34, 34);
  font-size: 36px;
}

.main {
  background: rgb(248, 248, 248);
  padding: 150px 0px;
}

.clear {
  clear: both;
}

.container-box {
  width: 1000px;
  background: rgb(240 236 255);
  margin: 0px auto;
  box-shadow: rgb(0 0 0 / 5%) 0px 15px 16.83px 0.17px;
  border-radius: 20px;
}

.display-flex {
  justify-content: space-between;
  align-items: center;
}

.display-flex-center {
  justify-content: center;
  align-items: center;
}

.position-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.form-body {
  background: rgb(35, 35, 35);
}

.signup {
  margin-bottom: 150px;
  direction: ltr;
}

.signup-content {
  padding: 55px 0px 55px;
  text-align: left;
}

.signup-form,
.signup-image,
.signin-form,
.signin-image {
  width: 50%;
  overflow: hidden;
}

.signup-image {
  margin: 0px 55px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.form-title {
  font-size: 30px;
}

.form-title h2 {
  font-size: 26px;
  margin-bottom: 20px;
}

.signup-form input {
  background-color: transparent;
}

.signup-form input {
  background-color: #9876ff24;
  border: 1px solid #9876ff;
}

.signup-image {
  margin-top: 45px;
}

figure {
  margin-bottom: 50px;
  text-align: center;
}

.form-submit {
  display: inline-block;
  background: rgb(59, 31, 158);
  border-bottom: none;
  width: auto;
  padding: 8px 39px;
  border-radius: 24px;
  font-size: 18px;
  margin-top: 5px;
  font-family: "IRANYekanWeb";
  cursor: pointer;
  color: rgb(255, 255, 255) !important;
}

.form-submit:hover {
  background: rgb(31, 1, 116);
}

#signin {
  margin-top: 16px;
}

.signup-image-link {
  font-size: 16px;
  color: rgb(20, 20, 20);
  display: block;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.068);
}

.term-service {
  font-size: 14px;
  margin-right: 10px;
  color: rgb(34, 34, 34);
}

.signup-form {
  margin-right: 35px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.register-form {
  width: 100%;
}

.form-group {
  position: relative;
  margin-bottom: 25px;
  overflow: hidden;
}

.form-group:last-child {
  margin-bottom: 0px;
}

input {
  direction: ltr;
  width: 100%;
  display: block;
  border: 2px solid rgba(102, 29, 202, 0.16);
  padding: 12px 45px;
  box-sizing: border-box;
  border-radius: 24px;
}

input::-webkit-input-placeholder {
  font-family: "IRANYekanWeb";
  font-size: 16px;
}

input::placeholder {
  color: rgb(0, 0, 0) !important;
}

input:hover,
input:focus,
input:active {
}

input:focus::-webkit-input-placeholder {
}

input[type="checkbox"]:not(old) {
  width: 2em;
  margin: 0px;
  padding: 0px;
  font-size: 1em;
  display: none;
}

input[type="checkbox"]:not(old) + label {
  display: inline-block;
  line-height: 1.5em;
}

label {
  display: block;
  margin-bottom: 5px;
  color: #9876ff;
}

input[type="checkbox"]:not(old) + label > span {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-right: 15px;
  margin-bottom: 3px;
  border: 1px solid rgb(153, 153, 153);
  border-radius: 2px;
  background: linear-gradient(#ded3ff, #c4c6ff) white;
  vertical-align: bottom;
}

input[type="checkbox"]:not(old):checked + label > span {
  background-image: linear-gradient(white, white);
}

input[type="checkbox"]:not(old):checked + label > span::before {
  content: "ï‰«";
  display: block;
  color: rgb(0, 0, 0);
  font-size: 11px;
  line-height: 1.2;
  text-align: center;
  font-family: Material-Design-Iconic-Font;
  font-weight: bold;
}

.agree-term {
  display: inline-block;
  width: auto;
}

.label {
  position: absolute;
  right: 20px;
  top: 24px;
  transform: translateY(-50%);
  color: rgb(34, 34, 34);
}

.label-has-error {
  top: 22%;
}

label.error {
  position: relative;
  background-position-y: 3px;
  padding-left: 20px;
  display: block;
  margin-top: 20px;
}

label.valid {
  display: block;
  position: absolute;
  right: 0px;
  left: auto;
  margin-top: -6px;
  width: 20px;
  height: 20px;
  background: transparent;
}

label.valid::after {
  content: "ï‰©";
  width: 100%;
  height: 100%;
  position: absolute;
  font-size: 16px;
  color: green;
}

.label-agree-term {
  position: relative;
  top: 0%;
  transform: translateY(0px);
}

.material-icons-name {
  font-size: 18px;
}

.signin-content {
  padding-top: 67px;
  padding-bottom: 87px;
}

.social-login {
  align-items: center;
  margin-top: 80px;
}

.social-label {
  display: inline-block;
  margin-right: 15px;
}

.socials li {
  padding: 5px;
}

.socials li:last-child {
  margin-right: 0px;
}

.socials li a {
  text-decoration: none;
}

/* RESET RULES & HELPER CLASSES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
:root {
  --purple-1: #3d174f;
  --purple-2: #4b2860;
  --white: #fff;
  --black: #221f1f;
  --red: #ed1849;
  --lightgray: #cfcfcf;
  --overlay: rgba(0, 0, 0, 0.5);
}

html {
  font-size: 62.5%;
}

button {
  background: transparent;
  border: none;
  cursor: pointer;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a,
button {
  color: inherit;
}

.no-transition {
  transition: none !important;
}

/* HEADER
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.page-header {
  position: relative;
  padding: 1.5rem 3rem;
  background: #fff;
  height: 75px;
}

.page-header nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  direction: rtl;
}

.page-header .horizontal-logo,
.page-header .search span {
  display: none;
}

.page-header .vertical-logo {
  max-width: 9.5rem;
}

.page-header .top-menu-wrapper {
  color: var(--black);
}

.page-header .top-menu-wrapper::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  transition: background 0.5s;
}

.page-header .search {
  color: #000;
}

.page-header .panel,
.page-header .top-menu {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
  transform: translate3d(-100%, 0, 0);
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.page-header .panel1 {
  width: 100%;
  background: #3700ff;
  transition-delay: 0.3s;
}

.page-header .panel2 {
  width: calc(100% - 10rem);
  background: #18d1ed;
  transition-delay: 0.1s;
}

.page-header .top-menu {
  display: flex;
  flex-direction: column;
  width: calc(100% - 12rem);
  overflow-y: auto;
  padding: 2rem;
  background: var(--white);
}

.page-header .top-menu-wrapper.show-offcanvas::before {
  background: var(--overlay);
  z-index: 1;
}

.page-header .top-menu-wrapper.show-offcanvas .panel,
.page-header .top-menu-wrapper.show-offcanvas .top-menu {
  transform: translate3d(0, 0, 0);
  transition-duration: 0.7s;
}

.page-header .top-menu-wrapper.show-offcanvas .panel1 {
  transition-delay: 0s;
  width: 84%;
}

.page-header .top-menu-wrapper.show-offcanvas .panel2 {
  transition-delay: 0.2s;
}

.page-header .top-menu-wrapper.show-offcanvas .top-menu {
  transition-delay: 0.4s;
  box-shadow: rgba(0, 0, 0, 0.25) 0 0 4rem 0.5rem;
}

.page-header .search-form {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  padding: 1rem 0;
  background: var(--purple-2);
  transition: all 0.2s;
}

.page-header .search-form.is-visible {
  visibility: visible;
  opacity: 1;
}

.page-header .search-form div {
  position: relative;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}

.page-header .search-form input {
  width: 100%;
  font-size: 2rem;
  height: 4rem;
  padding: 0 2rem;
}

.page-header .search-form button {
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  color: var(--purple-1);
}

/* TOP MENU
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.page-header .top-menu li + li {
  margin-top: 1.5rem;
}

.page-header .top-menu > li:last-child {
  margin-top: auto;
}

.page-header ul a {
  display: flex;
  justify-content: space-between;
  font-size: 1.3rem;

  transition: color 0.35s ease-out;
}

.select-lang img {
  height: 20px;
  width: 30px;
}

.page-header ul a:hover {
  color: var(--red);
}

.page-header .has-dropdown i {
  display: none;
}

.page-header .sub-menu {
  padding: 1.5rem 2rem 0;
}

.page-header .top-menu .mob-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3rem;
}

.page-header .top-menu .mob-block i {
  color: var(--lightgray);
}

.close-mobile-menu {
  color: #000000;
}

.page-header .socials {
  display: flex;
  margin-top: 3rem;
  margin-bottom: 1rem;
}

.page-header .socials li + li {
  margin-top: 0;
}

.page-header .socials .fa-stack {
  font-size: 1.7rem;
}

.page-header .socials .fab {
  font-size: 1.2rem;
}

.subscribe-form button.ft {
  position: absolute;
  background: linear-gradient(95.45deg, #0082f8 0.64%, #1c40f2 98.23%);
  padding: 13px 39px;
  top: 5px;
  right: 8px;
  height: 46px;
  border-radius: 5px;
}

/* FOOTER
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.page-footer {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  font-size: 1.3rem;
  color: var(--black);
}

.page-footer span {
  color: #e31b23;
}

.text {
  max-width: 800px;
  margin: auto;
  line-height: 22px;
}

.full-slider-container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  height: 520px !important;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 60px;
  left: 0%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: left;
}

.car-img {
  height: 650px;
  width: 100%;
  object-fit: cover;
}

.car-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

#full-slider {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 650px;
  overflow: hidden;
}

#full-slider .slide {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  transform: scale(1.2);
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  transition: all 2000ms ease;
}

#full-slider .slide.active {
  opacity: 1;
  transform: scale(1);
}

#full-slider .slide.slide4 {
  background-position: 0 0;
  background: url(/assets/images/header/2.webp) no-repeat fixed;
  background-size: cover;
}

#full-slider .slide.slide1 {
  background-position: 0 0;
  background: url(/assets/images/header/3.webp) no-repeat fixed;
  background-size: cover;
}

#full-slider .slide.slide2 {
  background-position: 0 0;
  background: url(/assets/images/header/prview-hero-img.webp) no-repeat fixed;
  background-size: cover;
}

#full-slider .slide.slide3 {
  background: url(/assets/images/header/3.webp) no-repeat fixed;
  background-size: cover;
}

#full-slider .slide.slide5 {
  background: url(/assets/images/header/prview-hero-img.webp) no-repeat fixed;
  background-size: cover;
}
/* Waves Animation start*/

.hero_area {
  position: relative;
}

.waves {
  width: 100%;
  height: 130px;
  min-height: 100px;
}

.parallax > use {
  animation: move-forever 40s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}

.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 12s;
}

.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 15s;
}

.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 18s;
}

.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 25s;
}

.caption-boxs {
  padding: 0px 100px;
  padding-bottom: 180px;
}

.caption-title {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 40px;
  color: #fff;
  text-shadow: 4px 4px 8px hsla(0, 0%, 0%, 0.5);
}

.caption-comment {
  padding: 20px 0px;
  color: #fff;
  font-size: 16px;
  line-height: 35px;
  text-shadow: 4px 4px 8px hsla(0, 0%, 6%, 0.5);
}

.wrapping-capt {
  margin-bottom: 30px;
}
.wrapping-capt p {
  padding: 0px 0px;
  color: #fff;
  text-align: left;
  font-size: 14px;
  line-height: 28px;
  text-shadow: 4px 4px 8px hsl(0deg 0% 6% / 50%);
}

.nice-btn-animated {
  position: absolute;
  top: 100%;
  right: -50px;
  transform: translate(-50%, -50%);
  text-transform: uppercase;
  color: #ffffff;
  padding: 15px 30px;
  font-size: 16px;
  letter-spacing: 2px;
  text-decoration: none;
  text-shadow: 4px 4px 8px hsla(0, 0%, 0%, 0.5);
  box-shadow: 0 20px 50px rgba(255, 255, 255, 0.05);
  overflow: hidden;
}

.nice-btn-animated:before {
  position: absolute;
  top: 2px;
  left: 2px;
  bottom: 2px;
  content: "";
  width: 50%;
}

.nice-btn-animated span:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #0c002b, #1779ff);
  animation: animate1 12s linear infinite;
}

@keyframes animate1 {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(100%);
  }
}

.nice-btn-animated span:nth-child(2) {
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(to bottom, #0c002b, #1779ff);
  animation: animate2 12s linear infinite;
  animation-delay: 10s;
}

@keyframes animate2 {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(100%);
  }
}

.nice-btn-animated span:nth-child(3) {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to top, #0c002b, #1779ff);
  animation: animate3 12s linear infinite;
}

@keyframes animate3 {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}

.nice-btn-animated span:nth-child(4) {
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(to top, #0c002b, #1779ff);
  animation: animate4 12s linear infinite;
  animation-delay: 10s;
}

@keyframes animate4 {
  0% {
    transform: translateY(100%);
  }

  100% {
    transform: translateY(-100%);
  }
}

@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }

  100% {
    transform: translate3d(85px, 0, 0);
  }
}

.numbers {
  margin-top: 20px;
  display: flex;
  font-family: sans-serif;
  justify-content: center;
  direction: ltr;
}

.first-num {
  font-size: 42px;
  font-weight: 600;
  color: #3779ff;
  margin-right: -2px;
}

.sec-num {
  font-size: 42px;
  font-weight: 600;
  color: #5c91fad2;
}

.wrapp-numbric {
  height: 240px;
  border-radius: 10px;
  background-color: #ffff;
  box-shadow: 0px 0px 5px 2px rgb(137 157 255 / 19%);
  padding: 15px;
  margin: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.button-margin {
  margin-bottom: 30px;
}

.webp-back {
  height: 450px;
  background-position: 0 0;
  background-size: cover;
}

.title-op {
  text-align: center;
  font-size: 18px;
  font-weight: 800;
}

.titles {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px 20px;
}

.titles p {
  margin-top: 15px;
  font-size: 14px;
  text-align: center;
  line-height: 22px;
}

.boxes-title {
  font-size: 24px;
  text-align: center;
  color: #001e50;
}

.space-bet {
  margin: 40px 0px;
}

.show-more {
  direction: ltr;
}

.show-more {
  direction: ltr;
  text-align: left;
  padding: 5px 15px;
  border-radius: 8px;
  background-color: #d7e8ff;
  margin-top: 20px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

.show-more span {
  font-weight: 600;
  margin-top: 2px;
  margin-left: 5px;
}

.show-more i {
  font-size: 10px;
}

.wrapping-img-about {
  height: 430px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.wrapping-img-about img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: -1px 5px 12px 5px rgba(74, 74, 74, 0.19);
}

.direction-history {
  direction: ltr;
}

.sett-height {
  height: 580px;
  margin-bottom: 55px;
}

.wrapping-shadow {
  padding: 0px 0px;
  border-radius: 10px;
}

.about-row {
  display: flex;
  justify-content: flex-start;
  height: 0px;
}

.wrapping-text {
  direction: ltr;
  text-align: left;
  padding: 25px 20px;
  height: 80px;
  background: #fff;
  background-position-x: left;
  background-position-y: bottom;
  background-image: url(/assets/images/vectors/mb-circle-left.webp);
  background-repeat: no-repeat;
  background-size: 60px;
  box-shadow: -1px 5px 12px 5px rgb(74 74 74 / 6%);
  display: flex;
  position: relative;
  top: -53px;
  right: -25px;
  border-radius: 10px;
  align-items: center;
}

.contact-us {
  height: 55px;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  width: 100%;
  background: linear-gradient(95.45deg, #0082f8 0.64%, #1c40f2 98.23%);
  cursor: pointer;
}

.contact-us a {
  color: #fff;
  font-weight: 600;
}

.name-about {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}

.dotti img {
  position: absolute;
  right: 0px;
}

.tg {
  font-size: 16px;
  margin: 10px 0px;
}

.wrapp-abouting {
  padding: 20px 20px;
  text-align: left;
  direction: ltr;
  width: 100%;
}

.logo-about {
  height: 40px;
  width: 40px;
  object-fit: contain;
  margin-right: 20px;
}

.logo-about img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.history-title {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 0px;
}

.about-tg {
  font-size: 15px;
  line-height: 28px;
  margin: 20px 0px;
}

.iconic-box {
  width: 100%;
  background-color: #ecf5fd;
  box-shadow: -1px 5px 12px 5px rgb(137 157 255 / 4%);
  padding: 10px 20px;
  border-radius: 10px;
  height: 108px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 14px;
}

.icon-box img {
  height: 40px;
  margin-left: 0px;
}

.icon-box {
  height: 55px !important;
  width: 55px !important;
  background: linear-gradient(95.45deg, #0082f8 0.64%, #1c40f2 98.23%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.some-padding {
  padding: 5px 20px;
}

.text-boxer {
  font-size: 13px;
  font-weight: 600;
  text-align: left;
  width: 75%;
}

.blue-circle {
  height: 0px;
}

.blue-circle img {
  position: absolute;
  height: 280px;
  top: -130px;
  left: 0px;
  z-index: -1;
}

.services-sections {
  width: 100%;
  margin: 100px 0px;
  margin-bottom: -1px;
  background-color: #f8f9fa;
  background-position: left bottom;
  background-image: url(/assets/images/vectors/box-shape.webp);
  background-repeat: no-repeat;
  height: 680px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.wrapp-services-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.services-title {
  padding: 20px 20px;
  padding-top: 30px;
  margin-top: 20px;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}

.title-captions {
  display: flex;
  flex-direction: column;
  width: 70%;
}

.services-capt-p {
  font-size: 16px;
}

.row-ser {
  padding: 30px 0px;
}

.services-box-wrapp {
  box-shadow: 0px 0px 8px 5px rgb(22 22 22 / 3%);
  display: flex;
  width: 90%;
  direction: ltr;
  background-color: #fff;
  text-align: left;
  height: 216px;
  border-radius: 10px;
  align-items: center;
  flex-direction: column;
  padding: 20px;
  margin-bottom: 30px;
  z-index: 10;
}

.wave-his {
  height: 0px;
}

.wave-his img {
  position: absolute;
  top: -393px;
  right: -64px;
  height: 145px;
  z-index: 0;
  transform: rotate(90deg);
  opacity: 0.1;
  animation: height 10s ease-in-out infinite;
}

@keyframes height {
  0% {
    height: 145px;
  }

  20% {
    height: 155px;
    opacity: 0.2;
  }

  40% {
    height: 165px;
    opacity: 0.2;
  }

  60% {
    height: 185px;
    opacity: 0.2;
  }

  80% {
    height: 195px;
    opacity: 0.2;
  }

  100% {
    height: 145px;
  }
}

.projects-title {
  font-size: 24px;
  font-weight: 600;
  text-align: left;
}

.pp-ro {
  margin-top: 20px;
  font-size: 16px;
  line-height: 25px;
  text-align: left;
}

.display-linear {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.wrapp-first {
  width: 55%;
}

.img-vip-project {
  height: 200px;
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
  overflow: hidden;
}

.img-vip-project img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0px 0px 8px 5px rgba(66, 66, 66, 0.087);
}

.videos-bar {
  padding: 40px 0px;
  height: 450px;
  background-position: 0 0;
  background: url(/assets/images/header/wiwi.webp);
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 70px 0px;
  margin-top: 0px;
  justify-content: center;
}

.new-dr {
  direction: ltr;
}

.last-gray {
  background-color: #f8f9fa;
  height: 500px;
  background-position-x: left;
  background-position-y: top;
  background-repeat: no-repeat;
  background-image: url(/assets/images/vectors/12.webp);
}

.end {
  display: flex;
  justify-content: start;
}

.vip-title {
  font-size: 24px;
  text-align: center;
  color: #001e50;
  font-weight: 600;
}

.it-wrapp-img {
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  object-fit: contain;
}

.it-wrapp-img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.wrapp-vip-project p {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 22px;
  text-align: left;
}

.each-vip {
  width: 100%;
  height: 80px;
  padding: 20px;
  box-shadow: 0px 0px 8px 5px rgb(22 22 22 / 3%);
  background-color: #fff;
  text-align: left;
  border-radius: 10px;
  margin: 8px 0px;
  display: flex;
  align-items: center;
}

.vip-text h6 {
  font-size: 14px;
  margin-left: 20px;
}

.setting-padding {
  padding-top: 30px;
  padding-bottom: 30px;
}

.nice {
  font-size: 16px;
  color: #4ff1eb;
  outline: 1px dotted #4ff1eb;
  border-radius: 50%;
  outline-offset: 2px;
}

.nice-2 {
  font-size: 16px;
  color: #4dd2ee;
  outline: 1px dotted #4dd2ee;
  border-radius: 50%;
  outline-offset: 2px;
}

.nice-3 {
  font-size: 16px;
  color: #48b7ed;
  outline: 1px dotted #48b7ed;
  border-radius: 50%;
  outline-offset: 2px;
}

.contact-us-row {
  height: 640px;
  background-position: 0 0;
  background-image: url(/assets/images/header/contact-us.svg);
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  direction: ltr;
}

.tg-contact {
  text-align: left;
  font-size: 30px;
  font-family: sans-serif;
  color: #fff;
  margin-bottom: 20px;
}

.contact-us-caption {
  color: rgb(236, 236, 236);
  line-height: 28px;
  text-align: left;
  font-size: 14px;
}

.wrapp-contact {
  padding: 0 30px 30px 30px;
  margin-bottom: 60px;
  background: #ffffff;
  -webkit-box-shadow: 0px 12px 50px rgb(125 125 125 / 20%);
  box-shadow: 0px 12px 50px rgb(125 125 125 / 20%);
  display: flex;
  flex-direction: column;
  border-radius: 10px;
}

.icon-contact {
  position: relative;
  width: 65px;
  height: 65px;
  background: linear-gradient(95.45deg, #0082f8 0.64%, #1c40f2 98.23%);
  -webkit-box-shadow: 0px 10px 25px rgb(0 130 248 / 60%);
  box-shadow: 0px 10px 25px rgb(0 130 248 / 60%);
  z-index: 1;
  margin-top: -45px;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.icon-contact img {
  height: 40px;
}

.minier {
  height: 30px !important;
}

.address {
  font-family: sans-serif;
  color: #606060;
}

.mailing {
  font-family: IRANYekan;
  font-size: 18px;
  font-weight: 600;
}

.calling .mailing {
  margin: 0px !important;
}

.icon-contact {
  font-weight: 900;
  font-size: 26px;
}

.stranger-padding {
  padding: 0px 120px;
}

.hot-line {
  font-size: 16px;
  font-weight: 600;
}

.call {
  font-size: 20px;
  font-family: sans-serif;
  direction: ltr;
  color: #606060;
}

.calling span {
  margin: 0px 10px !important;
}

.calling {
  margin-top: 10px;
  display: flex;
  align-items: center;
}

#scroll:hover {
  background-color: #ff961e;
  opacity: 1;
  outline: 4px solid #fe8b797d;
  transition: all;
}

::-webkit-scrollbar {
  background: #cecece;
  height: 5px;
  width: 10px;
}

::-webkit-scrollbar-thumb {
  background: #3700ff;
  border-radius: 2px;
}

::-webkit-scrollbar-thumb:hover {
  background: #fffb00;
}

.topper {
  position: relative;
  top: -30px;
}

.sup-topper {
  position: relative;
  top: -60px;
}

.wrapp-right {
  background-color: #fff;
  box-shadow: 0px 0px 8px 5px rgb(22 22 22 / 3%);
  padding: 15px;
  border-radius: 10px;
  margin: 10px;
  background-position-x: left;
  background-position-y: bottom;
  background-repeat: no-repeat;
  background-image: url(/assets/images/vectors/frame\\(1\).svg);
  background-size: 50px;
}

.wrapp-right:hover {
  box-shadow: 0px 0px 8px 5px rgb(22 22 22 / 3%);
  background-size: 60px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.wrapp-right:hover .img-vip-project img {
  transform: scale(1.02);
  border-radius: 10px;
}

.other-shape {
  background-position-x: left;
  background-position-y: bottom;
  background-repeat: no-repeat;
  background-image: url(/assets/images/vectors/cpanel-building.webp);
  background-size: 30px;
}

.wrapp-right:hover .day-d {
  background: linear-gradient(95.45deg, #6700f8 0.64%, #9c1cf2 98.23%);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.wrapp-right:hover .month-d {
  background: linear-gradient(95.45deg, #9c1cf2 98.23%, #6700f8 0.64%);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.other-shape:hover {
  box-shadow: 0px 0px 8px 5px rgb(22 22 22 / 3%);
  background-size: 40px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.date-time {
  display: flex;
  height: 0px;
  position: relative;
  top: -30px;
  right: 12px;
}

.day-d {
  height: 40px;
  width: 40px;
  padding: 10px;
  background: linear-gradient(95.45deg, #0080f8 0.64%, #1c40f2 98.23%);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-left: 4px;
}

.day {
  font-family: sans-serif;
  font-size: 18px;
  font-weight: 900;
  color: #fff;
}

.blog-cp .more-text {
  display: none;
}

.caption-vip-projects .more-text {
  display: none;
}

.month-d {
  height: 40px;
  width: max-content;
  padding: 10px;
  background: linear-gradient(95.45deg, #1c40f2 98.23%, #0080f8 0.64%);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-left: 8px;
}

.month {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  font-family: sans-serif;
}

.wrapp-texture {
  padding: 20px 0px;
  text-align: left;
  direction: ltr;
}

.vip-titles {
  text-align: left;
  font-size: 13px;
  line-height: 25px;
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
}

.caption-vip-projects {
  font-size: 13px;
  line-height: 24px;
}

.shape-bg {
  margin-top: 50px !important;
  padding: 50px 0px;
  padding-bottom: 20px;
}

.see-all-pro {
  display: inline-block;
  font-weight: 600;
  border-radius: 5px;
  padding: 12px 35px;
  color: #ffffff;
  vertical-align: middle;
  overflow: hidden;
  font-size: 16px;
  background: linear-gradient(95.45deg, #0082f8 0.64%, #1c40f2 98.23%);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.services-box-wrapp:hover {
  box-shadow: 0px 0px 8px 5px rgba(146, 164, 247, 0.221);
  transition: all linear 0.3s;
}

.img-services img {
  height: 60px;
  margin: 10px 0px;
}

.servisec-t {
  font-size: 14px;
  margin-bottom: 10px;
  margin-top: 10px;
  font-weight: 600;
}

.wave-line {
  background-image: url(/assets/images/vectors/bgww.svg);
  height: 700px;
}

.ct-section-title h2 {
  font-size: 16px;
  line-height: 32px;
}

.hm-contact-form .input-field {
  position: relative;
}

.hm-contact-form .input-field input,
.hm-contact-form .input-field textarea {
  width: 100%;
  padding: 20px 30px 18px 20px;
  font-size: 14px;
  font-weight: 600;
  color: #000000;
  border: 1px solid #001dac2f;
  border-radius: 6px;
  background-color: #ffffff;
  margin-bottom: 0px;
  font-family: IRANYekan !important;
}
.guarantee-form .input-field input,
.guarantee-form .input-field textarea {
  font-size: 22px !important;
}

.hm-contact-form .input-field input::placeholder {
  color: #a6a6a6;
  font-size: 14px;
}

.about-us {
  height: 300px;
  background: linear-gradient(278.54deg, #001dac 15.93%, #000f57 98.7%);
  display: flex;
  justify-content: center;
  align-items: center;
  direction: ltr;
  flex-direction: column;
  margin-bottom: 40px;
}

.some-style {
  padding: 50px 30px;
  background-color: rgba(255, 255, 255, 0.717);
  border-radius: 10px;
  box-shadow: 0px 12px 50px rgb(125 125 125 / 20%);
}

.about-us-title {
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
}

.about-us a {
  font-size: 14px;
}

.hm2-explore-btn {
  color: #1b41f2;
  font-size: 14px;
  padding-left: 123px;
}

.hm2-explore-btn::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 7px;
  width: 111px;
  height: 3px;
  background: linear-gradient(95.45deg, #0082f8 0.64%, #1c40f2 98.23%);
}

.tg-row {
  direction: ltr;
  padding: 30px 0px;
  padding-bottom: 30px;
}

.circle-about {
  display: flex;
  align-items: center;
  line-height: 100px;
  /* display: block; */
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  font-family: sans-serif;
  color: #0e00d7;
  flex-direction: column;
  justify-content: flex-start;
}

.ac-hg {
  height: 90px;
  width: 90px;
  border-radius: 90px;
  background: rgb(255 255 255);
  box-shadow: 1px 0px 20px 0px rgb(54 112 219 / 0%);
}

.boot {
  display: flex;
  justify-content: center;
  width: 100%;
}

.home {
  color: #ccc;
  margin-right: 12px;
}

.slash {
  color: rgb(144, 144, 144);
  margin-right: 12px;
}

.aboute-page {
  color: rgb(244, 244, 244);
}

.numi {
  font-size: 15px;
  color: #000;
  margin-top: 10px;
}

.nim-cil {
  height: 0px;
}

.nim-cil img {
  position: absolute;
  right: -20px;
  bottom: -57px;
  height: 90px;
}

.nim-ril {
  height: 0px;
}

.nim-ril img {
  position: absolute;
  top: -130px;
  left: -20px;
}

.padding-about-section {
  margin-bottom: 40px;
  margin-top: 50px;
}

.little-w {
  font-size: 20px;
  font-weight: 800;
  color: #0020c1 !important;
}

.wrapp-about-title {
  padding: 20px 0px;
}

.tg-about-t {
  background: linear-gradient(95.45deg, #0082f8 0.64%, #1c40f2 98.23%);
  -webkit-background-clip: text;
  color: transparent;
  font-size: 28px;
  text-align: left;
  margin-bottom: 30px;
  font-weight: 600;
}

.wrapping-about-mini p {
  text-align: left;
  font-size: 14px;
  margin-bottom: 12px;
  margin: 10px 0px;
}

.tg-about {
  text-align: left;
  font-size: 13px;
  line-height: 28px;
}

.hm-contact-form .input-field label {
  position: absolute;
  left: 20px;
  top: -12px;
  color: #001042;
  font-weight: 600;
  border-radius: 5px;
  padding: 0 10px;
  background: #ffffff;
}

.template-btn {
  border-radius: 5px;
  padding: 18px 55px;
  color: #ffffff;
  vertical-align: middle;
  overflow: hidden;
  font-size: 16px;
  background: linear-gradient(95.45deg, #0082f8 0.64%, #1c40f2 98.23%);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.template-btn:hover {
  color: #fff;
  background: linear-gradient(95.45deg, #3b0072 0.64%, #000f5d 98.23%);
  -webkit-transition: all 0.3s ease-in;
}

.select-lang {
  display: flex;
}

.direction-persion {
  direction: ltr;
}

.little-margin {
  margin-bottom: 30px;
}

.capt-ser {
  font-size: 12px;
  line-height: 22px;
}

.footer-section {
  position: relative;
  direction: ltr;
  text-align: left;
}

.single-cta i {
  color: #ff5e14;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}

.cta-text {
  padding-left: 15px;
  display: inline-block;
}

.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}

.cta-text span {
  color: #757575;
  font-size: 15px;
}

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

.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}

.footer-logo {
  margin-bottom: 6px;
}

.footer-logo img {
  max-width: 100px;
  height: 50px;
}

.footer-text p {
  margin-bottom: 14px;
  font-size: 12px;
  color: #efefef;
  line-height: 26px;
}

.footer-social-icon span {
  color: rgb(255, 255, 255);
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
}

.footer-design {
  background: #000f57;
  margin-top: 80px;
  padding: 70px 50px;
  display: flex;
  justify-content: center;
}
.nav-item {
  border: 1px solid #eee;
  border-radius: 0px 4px 4px 0px;
}
.nav-link {
  padding: 10px 10px;
}
.jump-top {
  position: relative;
  top: -40px;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  padding: 10px 10px;
  border-radius: 0px 4px 4px 0px;
  background: linear-gradient(27deg, #0064c0 0.64%, #001372 98.23%);
}
.condition-title {
  font-size: 20px;
  margin-bottom: 15px;
  color: #001372;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #eee;
  border-radius: 6px;
}
.condition-box {
  border-radius: 6px;
  padding: 10px 15px;
  background-color: #4198ff1c;
  margin-bottom: 25px;
  direction: ltr;
  text-align: left;
}
.condition-box a {
  color: #001685;
  font-weight: 600;
}
.tab-pane section {
  margin-bottom: 20px;
}
.tab-pane section h3 {
  margin-bottom: 20px;
}
.img-scan {
  height: 180px;
  width: 200px;
  object-fit: contain;
}
.img-scan img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.warranty-center {
  border-radius: 6px;
  text-align: left;
  direction: ltr;
}
.tab-list-item {
  list-style: disc;
  padding: 0px 25px;
  line-height: 30px;
  font-size: 14px;
}
.warranty-center {
  border-radius: 6px;
  text-align: left;
  direction: ltr;
  padding: 12px;
  display: flex;
  align-items: center;
  background: linear-gradient(27deg, #0064c0 0.64%, #001372 98.23%);
  color: #fff;
}
.tab-parent {
  border-radius: 6px;
  padding: 15px;
  border: 1px solid #eee;
}
.tab-title {
  font-size: 16px;
}
.nav-link i {
  font-size: 8px !important;
  color: #fff !important;
  margin: 0px 5px;
}
.warranty-boxes {
  display: flex;
  width: 100%;
}
.info-header-box {
  position: relative;
  top: -30px;
  height: 140px;
  padding: 50px 30px;
  border-radius: 10px;
  box-shadow: 0px 12px 50px rgb(125 125 125 / 20%);
  background-color: #fff;
  display: flex;
  align-items: center;
  direction: ltr;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.wrapp-address-details {
  height: 50px;
  border-radius: 6px;
  display: flex;
  padding: 10px;
  align-items: center;
  background: #f4f9ff;
  margin: 5px 0px;
}
.wrapp-address-details span {
  display: inline-block;
  margin: 0 5px;
}
.address-frame {
  padding: 10px;
  background: #f4f9ff;
}
.wrapp-address-details i {
  font-size: 14px !important;
  margin-right: 12px;
}
.img-info-header {
  height: 120px;
  width: 230px;
  object-fit: contain;
  position: relative;
  top: -83px;
}
.content-body {
  background-color: #fff;
  padding: 50px 30px;
  border-radius: 10px;
  box-shadow: 0px 12px 50px rgb(125 125 125 / 20%);
  text-align: left;
  direction: ltr;
}
.info-header-box h2 {
  font-size: 18px;
  font-weight: 600;
  text-align: left;
}
.content-body h2 {
  text-align: left;
  direction: ltr;
  color: #002785;
}
.content-body h3 {
  text-align: left;
  direction: ltr;
  color: #002785;
}
.product-serial {
  text-align: left;
  direction: ltr;
  list-style: disc;
  padding: 15px;
}
.content-body i {
  color: #0051ae;
  font-size: 12px;
}
.warranty-role {
  font-weight: 600;
  color: #002785;
}
.warranty-sections p {
  margin: 12px 0px;
}
.each-boxes {
  width: 25%;
  flex-direction: column;
  display: flex;
  align-items: center;
}
.product-holder {
  margin-top: 20px;
  height: 150px;
  display: flex;
  object-fit: contain;
  align-items: center;
  justify-content: space-between;
}
.product-holder img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.bi-wrapper {
  height: 50px;
  width: 50px;
  object-fit: contain;
}
.each-boxes {
  width: 25%;
  flex-direction: column;
  display: flex;
  align-items: center;
}

.bi-wrapper {
  height: 50px;
  width: 50px;
  object-fit: contain;
}

.text-lg-left {
  padding: 0px 40px;
}

.warranty-title {
  font-size: 10px;
  margin-top: 15px;
}

.bi-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}

.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
  color: #ffffff;
}

.facebook-bg {
  background: linear-gradient(95.45deg, #0082f8 0.64%, #1c40f2 98.23%);
  padding: 10px 15px;
}

.twitter-bg {
  background: linear-gradient(95.45deg, #0082f8 0.64%, #1c40f2 98.23%);
  padding: 10px 10px;
}

.google-bg {
  background: linear-gradient(95.45deg, #0082f8 0.64%, #1c40f2 98.23%);
  padding: 10px 10px;
}

.footer-widget-heading h3 {
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 35px;
  position: relative;
}

.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: linear-gradient(95.45deg, #0082f8 0.64%, #1c40f2 98.23%);
}

.footer-widget ul li {
  display: block;
  margin-bottom: 12px;
}

.footer-widget ul li a:hover {
  color: #14ffef;
}

.footer-widget ul li a {
  color: #ededed;
  text-transform: capitalize;
}

.subscribe-form {
  position: relative;
  overflow: hidden;
}

.subscribe-form input::placeholder {
  color: #fff !important;
}

.subscribe-form input {
  width: 100%;
  padding: 18px 28px;
  background: #293571;
  border: 1px solid #293571;
  color: rgb(159, 159, 159);
  border-radius: 10px;
}

.subscribe-form button {
  position: absolute;
  background: linear-gradient(95.45deg, #0082f8 0.64%, #1c40f2 98.23%);
  padding: 13px 39px;
  top: 5px;
  height: 46px;
  border-radius: 5px;
  right: 8px !important;
}

.read-more {
  padding: 5px 8px;
  background: linear-gradient(100deg, #1b4cff2a 0.64%, #542ab728 98.23%);
  border-radius: 5px;
  font-size: 12px;
  font-weight: 600;
}

.read-more:hover {
  padding: 5px 8px;
  background: linear-gradient(100deg, #1b4cffb7 0.64%, #542ab7d9 98.23%);
  border-radius: 5px;
  font-size: 12px;
  color: #fff;
  font-weight: 600;
}

.subscribe-form button {
  position: absolute;
  background: linear-gradient(95.45deg, #0082f8 0.64%, #1c40f2 98.23%);
  padding: 13px 39px;
  top: 5px;
  height: 46px;
  border-radius: 5px;
}

.subscribe-form button i {
  color: #fff;
  font-size: 17px;
  transform: rotate(-6deg);
}

.copyright-area {
  background: #00175f;
  padding: 25px 0;
}
.copyright-text {
  text-align: center;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #e3e3e3;
}

.copyright-text p a {
  color: #c38bff;
}

.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}

.footer-menu li:hover a {
  color: #ff5e14;
}

.footer-menu li a {
  font-size: 14px;
  color: #878787;
}

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

.wrapp-about-cart {
  -webkit-box-shadow: 0px 12px 50px rgb(125 125 125 / 10%);
  box-shadow: 0px 12px 50px rgb(125 125 125 / 10%);
  border-radius: 10px;
  padding: 25px 15px;
  margin-top: 30px;
  direction: ltr;
  background: #fff;
  height: 330px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}

.wrapp-about-cart:hover .icon-holder {
  background: linear-gradient(95.45deg, #0080f849 0.64%, #1c40f246 98.23%);
  transition: all ease-in-out 0.3s;
}

.wrapp-about-cart:hover .arrow {
  background: linear-gradient(95.45deg, #0082f8 0.64%, #1c40f2 98.23%);
  color: #fff;
  border: 1px solid #1c40f2;
  transition: all ease-in-out 0.3s;
}

.ac-title {
  font-size: 14px;
  text-align: left;
  direction: ltr;
  font-weight: 900;
  margin-bottom: 0px;
}

.ca-caption {
  font-size: 12px;
  text-align: left;
  line-height: 25px;
  margin-bottom: 20px;
}

.arrow {
  width: 30px;
  height: 30px;
  border: 1px solid #1c40f2;
  line-height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  color: #1c40f2;
  font-size: 10px;
}

.gray-bg {
  background-color: #eff1fe;
  padding-top: 130px;
  padding-bottom: 60px;
  margin-bottom: 80px;
}

.wrapp-right-about {
  direction: ltr;
  text-align: left;
}

.tl-ab {
  font-size: 22px;
  line-height: 38px;
  font-weight: 600;
  color: rgb(38, 2, 183);
  margin-bottom: 15px;
}

.capt-ra {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 30px;
}

.ticks {
  display: flex;
  align-items: center;
  margin-bottom: 7px;
}

.ticks i {
  color: #437eeb;
  margin-right: 20px;
  font-size: 16px;
}

.ticks p {
  font-size: 14px;
}

.end-arrow {
  display: flex;
  justify-content: flex-end;
}

.about-click {
  display: inline-block;
  position: relative;
  background: linear-gradient(to left, #fff 2.23%, #eff1fd 97.21%), #437eeb;
  padding: 5px 15px;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  color: rgb(38, 2, 183);
  border-radius: 6px;
  margin-bottom: 20px;
}

.tigger-row {
  margin-bottom: 50px;
}

.icon-holder {
  background-color: rgba(28, 64, 242, 0.1);
  border-radius: 50%;
  padding: 10px;
  margin-bottom: 20px;
  height: 60px;
  width: 60px;
  object-fit: contain;
}

.icon-holder img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.wrapp-award {
  display: flex;
  direction: ltr;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #eff1fe;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-bottom: 30px;
  padding: 30px 20px;
  border-radius: 10px;
  margin: 20px 0px;
  text-align: left;
  align-items: center;
}

.time {
  width: 150px;
}

.sett-paddings {
  padding: 0px 10px;
}

.time-line {
  text-align: center;
  padding: 0px 20px;
  padding-left: 0px;
  font-size: 18px;
}

.caption-award {
  font-size: 13px;
  text-align: left;
  padding: 0px 20px;
  padding-left: 0px;
  line-height: 28px;
}

.wrapp-award:hover {
  background-color: #eff1fe;
  transition: all linear 0.6s;
}

.wrapp-award:hover .time-line {
  color: #c90075;
  transition: all linear 0.6s;
}

.blog-header {
  height: 350px;
  background: linear-gradient(278.54deg, #001dac 15.93%, #000f57 98.7%);
  margin-bottom: 100px;
}

.be-end {
  display: flex;
  justify-content: end;
  align-items: flex-end;
}

.be-end img {
  height: 350px;
}

.sidebar-form button i {
  color: #fff;
  font-size: 16px;
  transform: rotate(-6deg);
}

.sidebar-form button {
  position: absolute;
  right: 8px;
  width: 50px;
  background: linear-gradient(95.45deg, #0082f8 0.64%, #1c40f2 98.23%);
  padding: 13px 15px;
  top: 5px;
  height: 37px;
  border-radius: 5px;
  display: flex;
  align-items: center;
}

.blogger-title {
  color: #fff;
  font-family: sans-serif;
  font-size: 22px;
  font-weight: normal;
}

.wrapp-contex {
  display: flex;
  height: 100%;
  flex-direction: column;
  padding-left: 80px;
  align-items: flex-start;
  justify-content: center;
  align-content: flex-start;
}
.padding-r {
  /* width: 100%; */
  padding-left: 15px;
  margin-top: 30px;
  display: flex;
}

.blog-cp {
  font-size: 11px;
  text-align: left;
  line-height: 22px;
  color: #414141;
  margin-top: 0px;
}

.wrapp-blog-carts {
}

.i-bc {
  height: 180px;
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
  position: relative;
  /* margin-bottom: 15px; */
  bottom: 30px;
  transition: all cubic-bezier(0.75, -0.02, 0.37, 0.99) 0.4s;
}

.blog-cart:hover .i-bc {
  position: relative;
  /* margin-bottom: 15px; */
  bottom: 0px;
  transition: all cubic-bezier(0.75, -0.02, 0.37, 0.99) 0.4s;
}

.i-bc img {
  height: 100%;
  width: 100%;
  border-radius: 5px;
  object-fit: cover;
  transition: all cubic-bezier(0.75, -0.02, 0.37, 0.99) 0.4s;
}

.blog-cart:hover .cate-name {
  background: linear-gradient(100deg, #1b4cff 0.64%, #542ab7 98.23%);
  transition: all cubic-bezier(0.75, -0.02, 0.37, 0.99) 0.4s;
}

.blog-cart:hover {
  -webkit-box-shadow: 0px 10px 10px rgb(151 151 151 / 15%);
  box-shadow: 1px 0px 10px 4px rgba(151, 151, 151, 0.221);
}

.blog-padding {
  margin-top: 10px;
  margin-bottom: 40px;
}

.name {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}

.blog-cart {
  -webkit-box-shadow: 0px 10px 10px rgb(151 151 151 / 15%);
  box-shadow: 1px 0px 10px 4px rgb(151 151 151 / 15%);
  border-radius: 5px;
  direction: ltr;
  background-color: #fff;
  padding: 12px;
  cursor: pointer;
}

.bl-nm {
  text-align: left;
  font-size: 13px;
  font-weight: 600;
  line-height: 22px;
}

.mobile-show {
  display: none;
}

.wroter-ic {
  height: 40px;
  width: 40px;
  object-fit: cover;
}

.wroter-ic img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.name-wr {
  font-size: 12px;
  margin-left: 12px;
  font-weight: 600;
}

.name-date {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
  border-top: 1px solid rgba(63, 53, 255, 0.1);
  padding-top: 10px;
}

.date-pick span {
  text-transform: uppercase;
  background: linear-gradient(to right, #308dd0 0%, #070067 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  font-size: 12px;
}

.category {
  font-size: 12px;
  color: #fff;
  width: max-content;
  height: 0px;
  position: relative;
  top: -46px;
  right: 10px;
  direction: ltr;
  text-align: right;
}

.cate-name {
  font-size: 11px;
  padding: 8px 10px;
  border-radius: 6px;
  background: linear-gradient(304deg, #1b92ff 0.64%, #2a41b7 98.23%);
  text-align: center;
}

.sidebar-form input {
  width: 100%;
  padding: 15px 28px;
  background: #f1f1f1;
  border: none;
  color: rgb(0, 0, 0) !important;
  border-radius: 10px;
  margin-bottom: 10px;
}

.sidebar-form input::placeholder {
  color: #000000 !important;
  font-size: 12px;
}

.cat-header {
  margin-top: 15px;
  padding: 10px;
}

.new-catg {
  text-align: left;
  font-weight: 600;
  text-align: left;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 12px;
}

.bb-blue {
  padding-bottom: 10px;
  border-bottom: 3px solid #032dff;
}

.name-of {
  padding: 10px;
  display: flex;
  justify-content: space-between;
  direction: ltr;
  cursor: pointer;
  align-items: center;
}

.name-of:hover .nm-ct strong {
  text-transform: uppercase;
  background: linear-gradient(to right, #ff5722 0%, #ca6bda 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.name-of:hover .cat-ico {
  text-transform: uppercase;
  background: linear-gradient(to right, #ff5722 0%, #ca6bda 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.nm-ct {
  text-align: left;
}

.nm-ct span {
  font-size: 12px;
}

.nm-ct strong {
  font-size: 12px;
  font-weight: 900;
  margin-right: 5px;
  text-transform: uppercase;
  background: linear-gradient(to right, #308dd0 0%, #070067 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cat-ico {
  font-size: 10px;
  text-transform: uppercase;
  background: linear-gradient(to right, #308dd0 0%, #070067 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transform: rotate(180deg);
}

.name-of {
  margin-top: 8px;
}

.wrapp-new {
  display: flex;
  padding: 10px;
  direction: ltr;
  text-align: left;
  align-items: flex-start;
  transition: all cubic-bezier(0.75, -0.02, 0.37, 0.99) 0.4s;
}

.wrapp-new:hover .img-new-blog img {
  transform: scale(1.1);
  transition: all cubic-bezier(0.75, -0.02, 0.37, 0.99) 0.4s;
}

.wrapp-new:hover .new-head {
  background: linear-gradient(to right, #308dd0 0%, #070067 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.img-new-blog {
  height: 50px;
  width: 52px !important;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 15px;
  -webkit-box-shadow: 0px 10px 10px rgb(151 151 151 / 15%);
  box-shadow: 1px 0px 11px 0px rgb(1 1 1 / 29%);
  overflow: hidden;
  transition: all cubic-bezier(0.75, -0.02, 0.37, 0.99) 0.4s;
}

.img-new-blog img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
  transition: all cubic-bezier(0.75, -0.02, 0.37, 0.99) 0.4s;
}

.new-head {
  font-size: 13px;
  font-weight: 600;
}

.caption-wrote {
  font-size: 12px;
  color: rgb(152, 152, 152);
}

.each-arch {
  direction: ltr;
  text-align: left;
  padding: 10px;
}

.arch-date:hover {
  border-bottom: 1px solid rgb(128, 126, 247);
}

.arch-date {
  padding-bottom: 12px;
  border-bottom: 1px solid rgb(241, 241, 241);
}

.wrapp-all-tags {
  display: flex;
  direction: ltr;
  padding: 10px;
  flex-wrap: wrap;
}

.tag {
  padding: 5px 15px;
  font-size: 12px;
  font-weight: 600;
  margin-left: 10px;
  border: 1px solid rgb(230, 230, 230);
  border-radius: 18px;
  transition: all cubic-bezier(0.75, -0.02, 0.37, 0.99) 0.4s;
  margin: 3px 5px;
}

.tag:hover {
  background: linear-gradient(304deg, #1b92ff 0.64%, #2a41b7 98.23%);
  color: #fff;
  transition: all cubic-bezier(0.75, -0.02, 0.37, 0.99) 0.4s;
}

.contacting {
  height: 300px;
  -webkit-box-shadow: 0px 10px 10px rgb(151 151 151 / 15%);
  box-shadow: 1px 0px 10px 4px rgb(151 151 151 / 15%);
  background-color: rgb(2, 24, 138);
  border-radius: 8px;
  margin-top: 30px;
  background-image: url(/assets/images/vectors/sidebar-bg.webp);
}

.wrapp-ct {
  display: flex;
  flex-direction: column;
  direction: ltr;
  align-items: center;
  justify-content: space-evenly;
  height: 100%;
}

.ct-title {
  color: #ffff;
  font-size: 18px;
  text-align: center;
  font-family: sans-serif;
}

.call-us {
  padding: 10px 35px;
  border-radius: 20px;
  background: linear-gradient(95.45deg, #0082f8 0.64%, #1c40f2 98.23%);
  -webkit-box-shadow: 0px 10px 10px rgb(151 151 151 / 15%);
  box-shadow: 1px 0px 10px 4px rgba(43, 43, 43, 0.299);
  color: #fff;
  font-size: 14px;
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.call-us:hover {
  color: #fff;
  background: linear-gradient(to right, #ff5722 0%, #ca6bda 100%);
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.call-now {
  padding: 17px 17px;
  background: #ffffff4a;
  border-radius: 50%;
  -webkit-box-shadow: 0px 10px 10px rgb(151 151 151 / 15%);
  box-shadow: 1px 0px 10px 4px rgba(34, 34, 34, 0.15);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.call-now:hover {
  background: #ffffff;
  color: #001042;
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.number {
  text-align: left;
  color: #fff;
}

.warranty-checker-header {
  height: 350px;
  background: linear-gradient(27deg, #0064c0 0.64%, #001372 98.23%);
}
.guarantee-conditions i {
  color: #1c40f2;
  margin: 0 4px;
  font-size: 10px;
}
.guarantee-conditions span {
  color: #1c40f2;
  font-weight: 600;
}
.guarantee-conditions {
  padding: 5px 8px;
  background-color: #e9efff;
  display: inline-block;
  margin-top: 15px;
  border-radius: 4px;
}
.guarantee-icon {
  height: 170px;
  width: 120px;
  object-fit: contain;
  position: absolute;
  top: -108px;
}
.text-gurantee h2 {
  font-size: 1.6rem !important;
  text-align: left;
  width: 60%;
  line-height: 34px;
}
.survey-icon {
  height: 170px;
  width: 180px;
  object-fit: contain;
  position: absolute;
  top: -130px;

}
.radio-section {
	display: flex;
	align-items: center;
	justify-content: start;
	width: 100%;
}
.radio-list{
  width: 100%;
}
.radio-item [type="radio"] {
	display: none;
}
.radio-item + .radio-item {
	margin-top: 15px;
}
.radio-item label {
  display: block;
  padding: 15px 45px;
  background: #e9f1ff;
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  min-width: 250px;
  white-space: nowrap;
  position: relative;
  transition: 0.4s ease-in-out 0s;
  text-align:left;
  color: #001841;  border: 1px solid;
	border-color:  #e9f1ff;  
}
.radio-item label:after,
.radio-item label:before {
	content: "";
	position: absolute;
	border-radius: 50%;
}
.radio-item label:after {
	height: 19px;
	width: 19px;
	border: 2px solid #003391;
	left: 18px;
  right: unset !important;
	top: calc(50% - 12px);
}
.radio-item label:before {
	background: #00308e;
	height: 20px;
	width: 20px;
	left: 18px;
  right: unset !important;
	top: 14px;
	transform: scale(5);
	opacity: 0;
	visibility: hidden;
	transition: 0.4s ease-in-out 0s;
}
.radio-item [type="radio"]:checked ~ label {
  border: 1px solid;
	border-color:  #bbd4ff;   
}
.radio-item [type="radio"]:checked ~ label::before {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}
#message ::placeholder{
  text-align: right !important;

}
.guarantee-form .input-field input, .guarantee-form .input-field textarea {
  font-size: 14px !important;
  text-align: left;
  direction: rtl;
}
.top-border{
  border-top: 1px solid #eee ;
  margin: 20px 0;
  padding: 20px 0;
}
.survey-title-box{
  text-align: left;
  font-size: 1.6rem;
  margin-bottom: 12px;
  font-weight: 600;
}
.guarantee-icon img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.guarantee-heading {
  direction: ltr;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.text-gurantee h2{
  font-size: 1.6rem !important;
  
}
.guarantee-heading h2 {
  font-size: 1.8rem;
  margin-bottom: 0;
}
.guarantee-heading a {
  font-weight: 600;
  color: #1b42f2;
  font-size: 14px;
}

.serial-num-error input {
  border: 1px solid #fd1464 !important;
}
.serial-num-error label {
  color: #fd1464 !important;
}
.error-serial {
  display: inline-block;
  margin-top: 12px;
  direction: ltr;
  text-align: left;
  width: 100%;
  color: #fd1464;
  font-size: 16px;
}
.error-serial small {
  font-weight: 600;
}
.rotating {
  display: inline-block;
  transform: rotate(180deg);
  position: relative;
  top: -2px;
}
.guarantee-caption {
  direction: ltr;
  text-align: left;
}
.guarantee-caption h3 {
  font-size: 1.7rem;
  font-weight: 600;
  margin-bottom: 18px;
  color: #1c40f2;
}
.btn-process {
  font-size: 1.7rem;
  box-shadow: 0px 15px 27px 2px rgba(37, 110, 255, 0.28);
  border: none;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 2rem 3rem;
  color: #fff;
  cursor: pointer;
  height: 50px;
  overflow: hidden;
  margin-bottom: 20px;
}
.btn-ring {
  display: none;
}
.btn-ring:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin: 0px 8px;
  border-radius: 50%;
  border: 3px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: ring 1.2s linear infinite;
}
@keyframes ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (max-width: 768px) {
  .waves {
    height: 40px;
    min-height: 40px;
  }
}

@media screen and (min-width: 550px) {
  .page-header .panel1 {
    width: 60%;
  }

  .page-header .panel2 {
    width: calc(60% - 3rem);
  }

  .page-header .top-menu {
    width: calc(60% - 6rem);
  }
}

@media screen and (min-width: 768px) {
  .page-header .top-menu {
    padding: 4rem;
  }

  .page-header ul a {
    font-size: 1.6rem;
  }

  .page-header .search-form input {
    font-size: 2.4rem;
    height: 5rem;
    line-height: 5rem;
  }
}

@media screen and (min-width: 995px) {
  .page-header {
    padding: 0 3rem;
  }

  .page-header .panel,
  .page-header .open-mobile-menu,
  .page-header .vertical-logo,
  .page-header .top-menu .mob-block,
  .page-header .top-menu > li:last-child,
  .page-header .top-menu-wrapper::before {
    display: none;
  }

  .page-header .horizontal-logo {
    display: block;
    height: 50px;
    margin-left: 50px;
  }

  .page-header .top-menu-wrapper {
    display: flex;
    align-items: center;
    color: var(--white);
  }

  .page-header .top-menu {
    flex-direction: row;
    position: static;
    width: auto;
    background: transparent;
    transform: none;
    padding: 0;
    overflow-y: visible;
    margin-bottom: 0px;
    box-shadow: none !important;
  }

  .page-header .top-menu li + li {
    margin-top: 0;
  }

  .page-header .top-menu > li:not(:nth-last-child(2)) {
  }

  .page-header .top-menu > li > a {
    padding: 27px 12px;
    font-size: 13px;
    font-weight: 600;
    color: #000000;
    display: flex;
    align-items: center;
  }

  .page-header ul a {
    font-size: 1.3rem;
  }

  .page-header .has-dropdown i {
    display: inline-block;
    font-size: 10px;
    margin-right: 5px;
  }

  .page-header .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    padding: 1.5rem 2rem;
    background: rgba(255, 255, 255, 0.795);
    text-align: left;
  }

  .page-header .sub-menu li + li {
    margin-top: 1.2rem;
  }

  .wrapp-new-title {
    width: 80%;
  }

  .owl-item > div.videos {
    cursor: pointer;
    margin: 6% 8%;
    transition: margin 0.4s ease;
  }

  .owl-item.center > div {
    cursor: auto;
    margin: 0;
  }

  .owl-item:not(.center) > div:hover {
    opacity: 0.75;
  }

  .title-videos {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #fff;
  }

  .page-header .sub-menu a {
    padding: 0.5rem 1rem;
    white-space: nowrap;
    color: #000;
    font-weight: 600;
  }

  .page-header .has-dropdown {
    position: relative;
  }

  .page-header .has-dropdown:hover .sub-menu {
    display: block;
  }

  .page-header .search {
    display: flex;
    align-items: center;
    margin-left: 3rem;
  }
}

@media screen and (min-width: 1200px) {
  .page-header .search {
    margin-left: 5rem;
  }

  .page-header .search i {
    margin-right: 1.5rem;
  }

  .page-header .search span {
    display: block;
    font-weight: 500;
    font-size: 1.6rem;
  }
}

.btn-shine {
  margin-top: 40px;
  color: rgb(0, 15, 125);
  font-weight: 600;
  font-size: 18px;
  text-decoration: none;
  text-align: left;
}

.blog {
  width: 100%;
}

.blog-main-img {
  height: 400px;
  width: 100% !important;
  border-radius: 10px;
  position: relative;
  object-fit: cover;
  bottom: 30px;
}

.blog-main-img img {
  height: 100%;
  width: 100% !important;
  border-radius: 10px;
  position: relative;
  object-fit: cover;
  bottom: 30px;
}

.blog-main {
  text-align: left;
}

.blog-row {
  -webkit-box-shadow: 0px 10px 10px rgb(151 151 151 / 15%);
  box-shadow: 1px 0px 10px 4px rgb(151 151 151 / 15%);
  border-radius: 5px;
  background-color: #fff;
  padding: 12px;
  cursor: pointer;
  padding-bottom: 50px;
}

.dd-detail {
  display: flex;
  direction: ltr;
}

.n-wroter {
  display: flex;
  padding-right: 50px;
}

.wrapping {
  display: flex;
  justify-content: flex-start;
  text-align: left;
  flex-direction: column;
  padding-left: 50px;
  padding-right: 50px;
  border-right: 1px solid #ccc;
}

.date-holder {
  display: flex;
  justify-content: flex-start;
  text-align: left;
  flex-direction: column;
  padding-right: 50px;
  padding-left: 50px;
}

.category-boxer {
  display: flex;
  justify-content: flex-start;
  text-align: left;
  flex-direction: column;
  padding-right: 50px;
  border-right: 1px solid #ccc;
  padding-right: 50px;
}

.cat-r {
  font-size: 14px;
}

.nm-main {
  font-size: 14px;
  font-weight: 600;
}

.cat-r {
  font-size: 14px;
  margin-bottom: 12px;
}

.cat-w {
  font-size: 14px;
  font-weight: 600;
}

.hd-date {
  font-size: 14px;
  margin-bottom: 2px;
}

.date-here span {
  font-size: 14px;
  font-weight: 600;
}

.date-here {
  line-height: 18px;
}

.main-wroter {
  margin-left: 18px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  object-fit: contain;
}

.main-wroter img {
  height: 100%;
  width: 100%;
  border-radius: 50%;
  object-fit: contain;
}

.blog-row ul {
  padding: 5px 40px;
  list-style: circle;
}

.blog blockquote {
  background: rgba(241, 243, 255, 0.5);
  padding: 45px 30px;
  position: relative;
  direction: ltr;
}

.blog blockquote::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background: linear-gradient(95.45deg, #0082f8 0.64%, #1c40f2 98.23%);
  border-radius: 0px 10 10 0px;
}

.bd-qoute-txt {
  color: #001042;
  font-weight: 700;
  font-size: 16px;
  text-align: left;
  line-height: 28px;
}

.share-it .icons-share a.instagram {
  color: #e4405f;
  background: rgba(255, 73, 143, 0.1);
}

.share-it .icons-share a.whatsapp {
  color: #01351b;
  background: rgba(73, 255, 137, 0.1);
}

.share-it .icons-share a.linkedin-in {
  color: #00001e;
  background: rgba(73, 146, 255, 0.1);
}

.wrapp-blog-main {
  padding: 0px 20px;
}

.icons-share a {
  width: 40px;
  height: 40px;
  font-size: 14px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 6px;
}

.share-it {
  margin-top: 30px;
  text-align: left;
  padding: 10px;
}

.share-title {
  font-weight: 600;
  font-size: 16px;
  text-align: left;
  margin-bottom: 20px;
}

.comment-bar {
  margin-top: 40px;
  text-align: left;
  border-top: 1px solid rgb(233, 233, 233);
}

.comment-title {
  font-weight: 600;
  font-size: 16px;
  text-align: left;
  padding-top: 40px;
}

.comment-image {
  height: 60px;
  width: 60px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 20px;
}

.comment-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.comment-wrapping {
  display: flex;
  direction: ltr;
  margin-top: 35px;
  justify-content: space-between;
}

.cm-wrapp-1 {
  display: flex;
  align-items: center;
}

.comment-capt {
  font-size: 13px;
}

.user {
  font-weight: 600;
  font-size: 12px;
}

.comment-wrapping-reply {
  display: flex;
  direction: ltr;
  margin-top: 35px;
  width: 92%;
  border-top: 1px solid rgb(229, 229, 229);
  padding-top: 20px;
  justify-content: flex-start;
}

.reply-ico {
  padding: 8px 15px;
  text-align: left;
  direction: ltr;
  height: 38px;
  background: #b8c9ff54;
  border-radius: 6px;
}

.reply-ico:active > .add-comments {
  background-color: rgb(77, 57, 57);
}

.reply-ico i {
  font-size: 10px;
  color: #001dac;
}

.comment-image {
  border-right: 1px solid #ccc;
}

.rep {
  font-weight: 600;
}

.add-comments {
  padding-top: 40px;
  margin-top: 40px;
  padding: 40px 10px;
  border-top: 1px solid rgb(233, 233, 233);
}

.div-padding {
  display: flex;
}

.cm-input {
  padding: 10px;
  height: 40px;
  border-radius: 6px;
  margin-bottom: 10px;
  font-size: 16px;
  transition: all linear 0.3s;
}

.cm-input:focus,
.cm-input:active,
.cm-input:hover {
  border: 1px solid #001dac;
}

.cm-input::placeholder {
  font-size: 16px;
  text-align: left;
  color: rgb(164, 164, 164) !important;
}

.adding-cm {
  padding: 10px 35px;
  width: 120px;
  border-radius: 8px;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  background: linear-gradient(95.45deg, #0082f8 0.64%, #1c40f2 98.23%);
}

.adding-cm:hover {
  transition: all linear 0.4s;
  background-color: #0082f8;
  color: #000;
}

.selectBox {
  border: 1px solid #ccc;
  position: relative;
  padding: 12px 24px;
  cursor: pointer;
}

.selectBox__value {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.selectBox:after {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  transition: all 0.2s ease-in-out;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='6' viewBox='0 0 14.001 8.165'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23212121;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M13.861,60.224l-.7-.7a.441.441,0,0,0-.645,0L7,65.036,1.487,59.522a.441.441,0,0,0-.645,0l-.7.7a.441.441,0,0,0,0,.645l6.537,6.538a.441.441,0,0,0,.645,0l6.538-6.538a.442.442,0,0,0,0-.645Z' transform='translate(0 -59.382)'/%3E%3C/svg%3E");
}

.selectBox .dropdown-menu {
  transition: all 0.5s ease-in-out;
  opacity: 0;
  display: block;
  top: 100%;
  width: 100%;
  max-height: 250px;
  z-index: -1;
  overflow-y: auto;
  transform: translateY(-15%);
  visibility: hidden;
}

.selectBox.show {
  background-color: #fff;
}

.selectBox.show:after {
  transform: translateY(-50%) rotate(180deg);
}

.selectBox.show .dropdown-menu {
  transition: all 0.3s ease-in-out;
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0);
  z-index: 10;
}

.fix-withen {
  width: 200px;
}

.select-box-costumiz {
  width: 160px;
  border-radius: 4px;
  height: 44px;
  direction: ltr;
  text-align: right;
  display: flex;
  align-items: center;
  background: #e9e9e9;
  border: 1px solid #dee2e6 !important;
}

.fix-withen .dropdown-item {
  text-align: left;
  font-size: 12px;
}

.fix-withen .dropdown-item:hover {
  background-color: #ffbd0685;
  color: #000;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #ffbd0685;
  color: #000;
}

.offsett {
  display: flex;
  align-items: center;
}

.all-projects {
  height: 400px;
  background: linear-gradient(10.54deg, #001dac 15.93%, #000d4e 98.7%);
}

.cotext {
  height: 70px;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  position: absolute;
  width: 100%;
  background: rgb(255, 255, 255);
  top: -30px;
  border-radius: 10px;
  box-shadow: -1px -1px 16px 2px rgb(136 136 136 / 37%);
}

.call-pr {
  padding: 10px 13px;
  display: flex;
  border-radius: 50%;
  border: 1px solid #e5e7f4;
  background: #0018901a;
  align-items: center;
  justify-content: center;
}

.cotext h3 {
  font-weight: 600;
  font-size: 14px;
}

.card {
  position: ralative;
  overflow: hidden;
  height: 100%;
  -webkit-box-shadow: 5px 5px 24px 0px rgb(2 45 98 / 10%);
  box-shadow: 5px 5px 24px 0px rgb(2 45 98 / 10%);
  border: none;
  margin-bottom: 30px;
}

.card-overlay {
  padding: 20px;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  background-size: cover;
  justify-content: center;
}

.name-company {
  text-align: left;
  font-size: 20px;
}

.subtitle {
  text-transform: uppercase;
  padding-left: 60px;
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 15px;
  font-weight: 600;
  padding-right: 50px;
  text-align: left;
  width: 100%;
}

.subtitle:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 2px;
  width: 40px;
  background: #ff6f00;
}

.card-caption {
  padding-top: 40px;
  padding-bottom: 20px;
  height: 290px;
  background-repeat: no-repeat;
  background-position: bottom left;
  background-image: url(/assets/images/vectors/frame\\(1\).svg);
  background-size: 70px;
  direction: ltr;
}

.new-card-caption {
  background-image: url(/assets/images/vectors/pricing-circle.webp);
}

.wrapper {
  display: block;
  height: 140px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0px 12px 50px rgb(125 125 125 / 20%);
  box-shadow: 0px 12px 50px rgb(125 125 125 / 20%);
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background-position: bottom right;
  background-repeat: no-repeat;
  background-image: url(/assets/images/vectors/wp-about-circle-half.webp);
  background-size: 70px;
}

.line-blue {
  height: 2px;
  background: linear-gradient(10.54deg, #001dac 15.93%, #000d4e 98.7%);
}

.company-info-services {
  font-size: 12px;
  text-align: left;
  margin-top: 8px;
}

.card-body {
  padding: 0px;
}

.card:hover .card-overlay {
  top: 0;
}

.card-overlay.left {
  left: -100%;
  top: 0;
}

.card:hover .card-overlay.left {
  left: 0;
}

.card-overlay.right {
  left: 100%;
  top: 0;
}

.card:hover .card-overlay.right {
  left: 0;
}

.card-overlay.top {
  left: 0;
  top: -100%;
}

.card:hover .card-overlay.top {
  top: 0;
}

.calc-sett {
  margin-top: 0px !important;
}

.services-card {
  direction: ltr;
  text-align: left;
  height: 300px;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #a5b4ff4f;
  background-repeat: no-repeat;
  background-image: url(/assets/images/vectors/12.webp);
  background-position: top left;
  background-size: 320px;
}

.overley-icon {
  height: 65px;
  margin-bottom: 30px;
  object-fit: contain;
}

.overley-icon img {
  height: 100%;
  object-fit: contain;
}

.services-over-title {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 12px;
}

.card-text {
  font-size: 12px;
  line-height: 22px;
}

.card-link {
  display: flex;
  display: flex;
  justify-content: flex-end;
  margin-top: 25px;
}

.card-link span {
  background-color: rgb(190 214 255 / 69%);
  padding: 4px 15px;
  border-radius: 5px;
}

.next-page {
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(95.45deg, #0082f8 0.64%, #1c40f2 98.23%);
  padding: 12px 15px;
  padding-bottom: 11px;
  font-size: 16px;
  transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
}

.next-page:hover {
  background: linear-gradient(95.45deg, #ae00f8 0.64%, #5d018f 98.23%);
  outline: 2px solid #fff;
  outline-offset: 4px;
  color: #fff;
}

.top-countup {
  position: relative;
  top: -39px;
}

.counter {
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
  background: linear-gradient(to right, #5c95ff 10%, #1100ff 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.count-up-title {
  font-size: 16px;
  font-weight: 600;
}

.bg-services-row {
  margin-top: 40px !important;
  padding-top: 40px !important;
  padding: 40px 10px;
  height: 450px;
  direction: ltr;
  background: #001685;
  background: fixed;
  background-position: 0 0;
  background-image: url(/assets/images/header/prview-hero-img.webp);
  background-size: cover;
  background-repeat: no-repeat;
}

.owl-nav {
  display: none;
}

.services-row-title {
  text-align: center;
  color: #fff;
  font-size: 24px;
  margin-bottom: 0px;
}

.bg-light-city {
  height: 300px;
  padding: 10px;
  border-radius: 5px;
}

.wrapp-imges {
  height: 350px;
  width: 350px;
  object-fit: contain;
  border-radius: 10px;
}

.wrapp-imges img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  border-radius: 10px;
}

.each-bb {
  height: 50px;
  overflow: hidden;
  background: #ffffff10;
  display: flex;
  padding: 10px;
  align-items: center;
  border-radius: 6px;
  display: flex;
  margin-bottom: 8px;
}

.each-bb h6 {
  color: #fff;
  font-size: 14px;
}

.nice-b1 {
  font-size: 16px;
  color: #4f52f1;
  outline: 1px dotted #4ff1eb;
  border-radius: 50%;
  outline-offset: 2px;
}

.nice-b2 {
  font-size: 16px;
  color: #e14dee;
  outline: 1px dotted #4dd2ee;
  border-radius: 50%;
  outline-offset: 2px;
}

.nice-b3 {
  font-size: 16px;
  color: #48edab;
  outline: 1px dotted #48b7ed;
  border-radius: 50%;
  outline-offset: 2px;
}

.wrapp-nices {
  display: flex;
  height: 350px;
  justify-content: center;
  flex-direction: column;
}

.brand-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.img-brand {
  height: 50px;
  width: 90px;
  object-fit: contain;
}

.img-brand img {
  height: 100%;
  width: 100%;
  opacity: 0.9;
  filter: grayscale(0.5);
  object-fit: contain;
  transition: cubic-bezier(0.165, 0.84, 0.44, 1);
}

.img-brand img:hover {
  opacity: 1;
  filter: grayscale(0);
}

.brand-row {
  margin-top: 50px;
  padding: 25px 0px;
  padding-right: 20px;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row-reverse;
}

.title-part {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 40px;
}

.brand-title {
  text-align: center;
  color: rgb(0, 0, 58);
  font-size: 24px;
  margin-bottom: 20px;
}

.brand-caption {
  font-size: 14px;
  margin-bottom: 30px;
}

.wrapp-lisence {
  display: flex;
  align-items: center;
  height: 100px;
  background-color: rgb(255 255 255);
  margin-bottom: 30px;
  background-position: top left;
  background-size: 30px;
  background-repeat: no-repeat;
  border-radius: 8px;
  -webkit-box-shadow: 5px 5px 24px 0px rgb(2 45 98 / 10%);
  box-shadow: 0px 0px 10px 2px rgb(2 45 98 / 6%);
  transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
}

.img-co {
  height: 90px;
  width: 90px;
  border-radius: 50%;
  padding: 10px;
  object-fit: contain;
}

.img-co img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  border-radius: 50%;
}

.wrapp-company-license {
  padding: 10px;
}

.name-cc {
  font-size: 14px;
  font-weight: 600;
}

.wrapp-lisence:hover {
  background-color: rgb(243, 243, 243);
  background-image: url(/assets/images/vectors/wp-hero-dot.webp);
  background-position: top left;
  background-size: 40px;
  background-repeat: no-repeat;
}

.company-list-hero {
  height: 420px;
  background-image: url(/assets/images/header/banner-4.webp);
}

.gett-project {
  text-align: left;
  background-color: #fff;
  display: flex;
  padding: 20px 28px;
  align-items: center;
  justify-content: space-between;
  height: 100px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 12px 50px rgb(125 125 125 / 20%);
  box-shadow: 0px 12px 50px rgb(125 125 125 / 20%);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-image: url(/assets/images/vectors/vps-pricing-line.webp);
  background-size: 70px;
}

.get {
  display: flex;
  align-items: center;
}

.get i {
  margin-left: 15px;
  padding: 14px 14px;
  border: 1px solid #d8d8d8;
  border-radius: 50%;
  font-size: 16px;
  color: #0027e8;
  transition: cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
}

.gett-project:hover .get i {
  border: 1px solid #2600fd;
  color: #fff;
  background: linear-gradient(95.45deg, #0082f8 0.64%, #1c40f2 98.23%);
}

.wrapp-imgs {
  height: 110px;
  width: 110px;
  object-fit: contain;
}

.wrapp-imgs img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.wrapp-one-company {
  display: flex;
  padding: 10px 20px;
  padding-left: 30px;
  border-radius: 8px;
  justify-content: space-between;
  height: 85px;
  -webkit-box-shadow: 0px 12px 50px rgb(125 125 125 / 20%);
  box-shadow: 0px 0px 15px 0px rgb(125 125 125 / 14%);
  align-items: center;
  direction: ltr;
  margin-bottom: 20px;
}

.wrapp-order-1 {
  display: flex;
  align-items: center;
}

.lc-company {
  height: 60px;
  width: 60px;
  padding: 5px;
  object-fit: contain;
}

.lc-company img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.name-cmp {
  font-weight: 600;
  margin-left: 15px;
}

.see-details {
  display: flex;
  align-items: center;
}

.see-details strong {
  margin-right: 10px;
}

.see-details i {
  padding: 12px 13px;
  border: 1px solid #a5cfff;
  border-radius: 50%;
  transform: rotate(180deg);
}

.see-details i:hover {
  color: #fff;
  border-color: #1c40f2;
  background: linear-gradient(95.45deg, #0082f8 0.64%, #1c40f2 98.23%);
}

.header-icon-holder {
  display: flex;
  align-items: flex-end;
  justify-content: start;
  padding-left: 90px;
}

.header-icon-holder::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 7px;
  width: 70px;
  height: 2px;
  background: linear-gradient(95.45deg, #0082f8 0.64%, #1c40f2 98.23%);
}

.title-icon {
  height: 50px;
  width: 50px;
  object-fit: contain;
  margin: 0px 10px;
}

.title-icon img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.services-name {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0px;
  color: #000;
}

.space-bottom {
  margin-bottom: 25px;
  padding: 0px 28px;
}

.gt-title {
  margin-bottom: 0px;
  font-weight: 600;
}

.tg-title {
  margin-bottom: 0px;
  font-weight: 600;
  font-size: 20px;
}

.caption-title {
  text-align: left;
  font-size: 40px;
  color: #fff;
  text-shadow: 4px 4px 8px hsl(0deg 0% 0% / 50%);
}

.no-dis {
  display: none;
}

.change-languages {
  height: 35px;
  width: 35px;
  border-radius: 50%;
  background: url(/assets/images/flag/usa.webp);
  background-position: 0 0;
  background-size: cover;
  transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-box-shadow: 0px 12px 50px rgb(125 125 125 / 20%);
  box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.26);
}

.dark .change-languages {
  background: url(/assets/images/flag/irn.webp);
  background-position: 0 0;
  background-size: cover;
  transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
/*
*/
.show-galley {
  height: 400px !important;
  width: 100% !important;
  object-fit: cover;
  border-radius: 10px;
  position: relative;
  top: -40px;
}

.show-galley img {
  height: 100%;
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
  filter: grayscale(0.5);
  box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.26);
}

.show-galley img:hover {
  height: 100%;
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
  filter: grayscale(0);
}

.show-images i {
  margin-right: 10px;
}

.show-images {
  background: linear-gradient(95.45deg, #0082f8 0.64%, #1c40f2 98.23%);
  position: relative;
  top: -15px;
  padding: 10px 40px;
  right: -10px;
  border-radius: 12px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.26);
}

.flex-animation {
  box-shadow: 0px 2px 13px 0px rgb(0 0 0 / 13%);
  background: #fff;
  position: relative;
  top: -40px;
  padding: 20px;
  border-radius: 10px;
  min-height: 402px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 40px;
}

.circle-rr {
  display: flex;
  justify-content: flex-end;
}

.rot-circle {
  height: 140px;
  width: max-content;
  position: absolute;
  object-fit: contain;
  top: 200px;
}

.rot-circle img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  -webkit-animation: rotation 20s infinite linear;
}

.change-languages {
  height: 35px;
  width: 35px;
  border-radius: 50%;
  background: url(/assets/images/flag/usa.webp);
  background-position: 0 0;
  background-size: cover;
  transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-box-shadow: 0px 12px 50px rgb(125 125 125 / 20%);
  box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.26);
}

.dark .change-languages {
  background: url(/assets/images/flag/irn.webp);
  background-position: 0 0;
  background-size: cover;
  transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.container-select-language {
  display: flex;
  align-items: center;
  position: relative;
  width: max-content;
  background: #ffffff;
  border: 1px solid #98cfff;
  border-radius: 5px;
  padding: 5px 20px;
  transition: all linear 0.5s;
}

.container-select-language .items-top-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  min-width: 60px;
}

.container-select-language .items-top-footer:hover {
  color: gray;
}

.container-select-language .items-top-footer p {
  text-transform: uppercase;
  margin-right: 5px;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  font-weight: 600;
  color: black;
  display: block;
  transition: 0.4s;
  user-select: none;
}

.container-select-language .items-top-footer i {
  font-size: 10px;
  margin-right: 2px;
}

.container-select-language .items-top-footer:hover p {
  color: #215789;
}

.container-select-language .items-top-footer:hover svg {
  fill: #215789;
}

.container-select-language .items-top-footer svg {
  height: 10px;
  width: 10px;
  margin-left: 17px;
  transition: 0.4s;
}

.container-select-language .drop-down-language {
  position: absolute;
  top: 50px;
  right: 0px;
  background: white;
  border-radius: 1px;
  padding: 5px 10px;
  display: none;
  height: fit-content;
  min-width: 103px;
  z-index: 1;
  box-shadow: 2px 2px 9px -2px #111111;
  opacity: 0;
  border-radius: 5px;
}

.btn-drop {
  display: flex;
  align-items: center;
}

.drop-down-language ul {
  padding: 0px;
  margin-bottom: 0px;
}

.container-select-language .drop-down-language.active {
  display: block;
  opacity: 1;
  padding-top: 10px;
}

.container-select-language .drop-down-language ul a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #98cfffa2;
}

.container-select-language .drop-down-language ul a:last-child {
  border-bottom: none;
}

.container-select-language .drop-down-language ul a {
  padding: 8px 2px;
  display: flex;
  align-items: center;
  transition: 0.4s;
  font-style: normal;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  color: black;
}

.container-select-language .drop-down-language ul li:hover {
  padding-left: 5px;
}

.container-select-language .drop-down-language ul li img,
.container-select-language .items-top-footer img {
  width: 25px;
  object-fit: cover;
}

.container-select-language .drop-down-language ul li a:hover {
  color: #215789;
  text-decoration: none;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
  }
}

.dmw-each {
  display: flex;
  align-items: center;
  height: 72px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 10px;
}

.property-detail h6 {
  margin-bottom: 0px;
  margin-top: 10px;
  font-size: 14px;
  font-size: 14px;
}

.name-details strong {
  font-size: 16px;
  color: #001893;
}

.name-comp .property-detail h6 {
  margin-bottom: 0px;
  margin: 0px;
  margin-top: 10px;
  font-size: 14px;
  line-height: 24px;
}

.name-comp {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  justify-content: center;
}

.nice-one {
  font-size: 10px;
  color: #00bef8;
  outline: 1px dotted #0082f8;
  outline-offset: 2px;
  border-radius: 50%;
  margin-right: 10px;
}

.content-wrapp {
  background: #fff;
  padding: 15px;
}

.image-ico-services {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: start;
}

.service-name-c h4 span {
  color: rgb(0, 15, 125);
  font-weight: 600;
  font-size: 18px;
  border-bottom: 1px solid rgb(235, 235, 235);
}

.service-name-c {
  margin-bottom: 10px;
  width: 100%;
}

.img-ol {
  height: 100px;
  width: 40%;
  object-fit: contain;
}

.img-ol img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.wrapp-sign-us {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.098);
  border-radius: 10px;
  background-color: #fff;
  padding: 15px;
  background-position: bottom right;
  background: url(/assets/images/vectors/12.webp);
  background-repeat: no-repeat;
  margin-top: 15px;
  margin-bottom: 25px;
}

.forever {
  font-size: 16px;
  font-weight: 600;
}

.capt-v p {
  font-size: 14px;
}

@media only screen and (max-width: 480px) {
  .error-404 .error-404-404 {
    height: 122px;
    line-height: 122px;
  }

  .error-404 .error-404-404 h1 {
    font-size: 85px;
  }

  .error-404 h2 {
    font-size: 18px;
  }

  .error-404 p {
    font-size: 14px;
  }

  #error-404 .error-404 {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 35px;
  }
}
.project-heaher {
  height: 600px;
  background: linear-gradient(278.54deg, #0024d7 15.93%, #000a3b 98.7%);
}

select {
  width: 100%;
  outline: none;
  border: 1px solid #fff;
  padding: 1rem;
  font-size: 12px;
  border-radius: 0.5rem;
  box-shadow: 0 1px 4px rgb(146 161 176 / 15%);
  cursor: pointer;
  width: 100%;
  height: 50px !important;
  color: #ffffff;
  border: 1px solid #001dac2f;
  border-radius: 6px;
  background-color: #ffffff;
  margin-bottom: 10px;
  padding-right: 20px;
}
.u-customDropdown:after {
  content: "e";
  color: #000;
  left: 20px;
  z-index: 0;
  background: #fff;
  background-size: 50px;
}
select {
  background-color: white;
  /* inline SVG */
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20256%20448%22%20enable-background%3D%22new%200%200%20256%20448%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E.arrow%7Bfill%3A%23424242%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22arrow%22%20d%3D%22M255.9%20168c0-4.2-1.6-7.9-4.8-11.2-3.2-3.2-6.9-4.8-11.2-4.8H16c-4.2%200-7.9%201.6-11.2%204.8S0%20163.8%200%20168c0%204.4%201.6%208.2%204.8%2011.4l112%20112c3.1%203.1%206.8%204.6%2011.2%204.6%204.4%200%208.2-1.5%2011.4-4.6l112-112c3-3.2%204.5-7%204.5-11.4z%22%2F%3E%3C%2Fsvg%3E%0A");
  background-position: right 15px center;
  background-repeat: no-repeat;
  background-size: auto 40%;

  color: #8d8d8d;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
select:focus,
select:hover {
  outline: none;
  border: 1px solid rgba(0, 4, 255, 0.329);
}
option {
  color: #000;
  font-size: 14px;
  line-height: 28px;
  padding: 20px;
}
.ham-title {
  font-size: 32px;
}
.nim-cil-hm {
  height: 0px;
}
.nim-cil-hm img {
  height: 300px;
  z-index: -1;
  position: absolute;
  top: -220px;
  left: 90px;
}
.bg-style {
  background: #fff !important;
}
.gif {
  height: 0px;
  display: flex;
  justify-content: flex-end;
}
.gif img {
  height: 260px;
  z-index: 1;
  position: absolute;
  top: -150px;
}

.new-state {
  position: relative;
}
.wave-heading {
  position: absolute;
  top: -100px;
}
.wave-heading {
  height: 100px;
  width: 100%;
}
.wave-heading img {
  height: 100%;
  width: 100%;
}
.particle-network-animation {
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
  height: 600px;
  top: 76px;
  overflow: hidden;
  background-color: #17171700;
  opacity: 0.7;
  /* background-color: transparent; */
}
.particle-network-animation::before {
  z-index: -2;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.2;
}

.blur_motion {
  animation: B 8s linear infinite;
  -moz-animation: B 8s linear infinite;
  /* Firefox */
  -webkit-animation: B 8s linear infinite;
  /* Safari and Chrome */
  -o-animation: B 8s linear infinite;
  /* Opera */
}
.box-video {
  position: relative;
  width: 100%;
  margin: 0 auto 0px auto;
  cursor: pointer;
  overflow: hidden;
  height: 200px;
  width: 300px;
  border-radius: 12px;
}

.box-video .bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 2;
}

.bg-video::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 3;
}
.box-video .bt-play {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -30px;
  display: inline-block;
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 50%;
  text-indent: -999em;
  cursor: pointer;
  z-index: 2;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border: 1px solid #fff;
}
.box-video .bt-play:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  height: 0;
  width: 0;
  margin: -12px 0 0 -6px;
  border: solid transparent;
  border-left-color: #fff;
  border-radius: 5px;
  border-width: 12px 20px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.box-video:hover .bt-play {
  transform: scale(1.1);
}
.box-video.open .bg-video {
  visibility: hidden;
  opacity: 0;

  -webkit-transition: all 0.6s 0.8s;
  transition: all 0.6s 0.8s;
}
.box-video.open .video-container {
  opacity: 1;
  -webkit-transition: all 0.6s 0.8s;
  transition: all 0.6s 0.8s;
}
.video-container {
  position: relative;
  width: 100%;
  height: 0;
  height: 200px;
  margin: 0;
  z-index: 1;
  padding-bottom: 56.27198%;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@keyframes B {
  0% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }
  16.6666666667% {
    -webkit-filter: blur(4px);
    filter: blur(2px);
  }
  33.3333333334% {
    -webkit-filter: blur(8px);
    filter: blur(2px);
  }
  50% {
    -webkit-filter: blur(12px);
    filter: blur(2px);
  }
  66.6666666668% {
    -webkit-filter: blur(8px);
    filter: blur(2px);
  }
  83.3333333335% {
    -webkit-filter: blur(4px);
    filter: blur(2px);
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@media only screen and (min-width: 1460px) {
  .max {
    /* max-width: 1600px; */
    margin-top: 0px;
  }

  .social-teams {
    top: 39%;
    z-index: 1;
  }
}

@media only screen and (max-width: 1460px) {
}

@media only screen and (min-width: 1600px) and (max-width: 8000px) {
  .second-hidden,
  .social-teams {
    display: none;
    background: none !important;
    box-shadow: none !important;
  }
}

@media only screen and (min-width: 1460px) {
}

@media only screen and (min-width: 1347px) and (max-width: 1366px) {
  .max {
    /* max-width: 1350px;*/
    margin-top: 20px;
  }
}

@media only screen and (min-width: 1300px) and (max-width: 1346px) {
  .img-slide {
    width: 1300px !important;
    margin-top: 20px;
  }

  .second-hidden {
    display: none;
  }
}

@media only screen and (min-width: 1026px) and (max-width: 1299px) {
}

@media only screen and (min-width: 1026px) and (max-width: 1300px) {
}

@media only screen and (min-width: 1201px) and (max-width: 1025px) {
  .second-hidden {
    display: none;
  }

  .name-blog {
    height: 100px;
  }
}

@media only screen and (min-width: 1201px) and (max-width: 1025px) {
  .second-hidden {
    display: none;
  }
}

@media only screen and (min-width: 1301px) and (max-width: 1335px) {
  .second-hidden {
    display: none;
  }
}

@media only screen and (min-width: 1201px) and (max-width: 1025px) {
  .second-hidden {
    display: none;
  }
}

@media only screen and (min-width: 1347px) and (max-width: 1366px) {
  .max {
    /*     max-width: 1350px;*/
    margin-top: 0px;
  }
}

@media only screen and (min-width: 1201px) and (max-width: 1280px) {
  .titles {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px 0px;
  }

  .stranger-padding {
    padding: 0px 40px;
  }
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .img-info-header {
    height: 0;
    width: 135px;
    object-fit: contain;
    position: relative;
    top: -83px;
  }
  .product-holder {
    margin-top: 20px;
    height: 120px;
  }
  .nav-link {
    padding: 10px 5px;
  }
  .car-img {
    height: 555px;
    width: 100%;
    object-fit: cover;
  }
  .box-video {
    position: relative;
    width: 100%;
    margin: 0 auto 0px auto;
    cursor: pointer;
    overflow: hidden;
    height: 150px;
    width: 200px;
    border-radius: 12px;
  }
  .contact-us-row {
    height: 440px;
    background-position: 0 0;
    background-image: url(/assets/images/header/contact-us.svg);
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    direction: rtl;
    padding: 30px;
  }

  .stranger-padding {
    padding: 0px 25px;
  }

  .wrapp-contact p {
    font-size: 12px;
  }

  .wrapp-contact {
    padding: 0 10px 30px 10px;
    margin-bottom: 60px;
    background: #ffffff;
    -webkit-box-shadow: 0px 12px 50px rgb(125 125 125 / 20%);
    box-shadow: 0px 12px 50px rgb(125 125 125 / 20%);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 10px;
  }

  .services-box-wrapp {
    box-shadow: 0px 0px 8px 5px rgb(22 22 22 / 3%);
    display: flex;
    width: 90%;
    direction: ltr;
    background-color: #fff;
    text-align: left;
    height: 216px;
    border-radius: 10px;
    align-items: center;
    flex-direction: column;
    padding: 10px;
    margin-bottom: 30px;
    z-index: 10;
  }

  .titles {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px 0px;
  }

  .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 60px;
    left: 0%;
    width: 100%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
  }
}
/*ipod pro */
@media (max-width: 991px) {
  .img-info-header {
    height: 0;
    width: 135px;
    object-fit: contain;
    position: relative;
    top: -83px;
  }
  .product-holder {
    margin-top: 20px;
    height: 80px;
  }
  .img-scan {
    height: 150px;
    width: 140px;
  }
  .info-header-box h2 {
    font-size: 14px;
  }
  .nav-link {
    padding: 10px 5px;
  }
  .car-img {
    height: 555px;
    width: 100%;
    object-fit: cover;
  }
  .topper {
    position: relative;
    top: -30px;
    right: -25px;
  }
  .capt-ser {
    height: 90px;
    overflow: hidden;
  }
  .wrapping-capt p {
    font-size: 12px;
  }
  .warranty-checker-header {
    height: 250px;
  }
  .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 60px;
    left: 0%;
    width: 100%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
  }
  .guarantee-caption p {
    font-size: 12px;
    text-align: justify;
  }
}

/* ipod */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-holder {
    margin-top: 20px;
    height: 80px;
  }
  .img-scan {
    height: 150px;
    width: 140px;
  }
  .info-header-box h2 {
    font-size: 14px;
  }
  .box-video {
    position: relative;
    width: 100%;
    margin: 0 auto 0px auto;
    cursor: pointer;
    overflow: hidden;
    height: 150px;
    width: 200px;
    border-radius: 12px;
  }
  .blue-up {
    position: relative;
    top: -40px;
  }

  .revert-mind {
    padding: 30px;
  }

  .wrapp-sidebar {
    margin-top: 20px;
  }

  .vertical-logo {
    height: 45px;
    margin-right: 20px;
  }

  .first-num {
    font-size: 35px;
    font-weight: 600;
    color: #3779ff;
    margin-right: 1px;
  }

  .sec-num {
    font-size: 35px;
  }

  .title-op {
    text-align: center;
    font-size: 14px;
    height: 30px;
    overflow: hidden;
  }

  .titles p {
    margin-top: 10px;
    font-size: 12px;
    text-align: center;
    height: 50px;
    line-height: 22px;
    overflow: hidden;
  }

  .titles {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px 0px;
  }

  .blue-circle img {
    position: absolute;
    height: 280px;
    top: -340px;
    left: -27px;
    z-index: -1;
  }

  .blue-circle img {
    position: absolute;
    height: 280px;
    top: -340px;
    left: -27px;
    z-index: -1;
  }

  .webp-back {
    height: 380px;
    background-position: 0 0;
    background-size: cover;
  }

  .wrapping-img-about {
    height: 300px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 15px;
  }

  .sett-height {
    height: max-content;
    margin-bottom: 0px;
  }

  .iconic-box {
    height: 75px;
  }

  .wrapping-text {
    direction: ltr;
    text-align: left;
    padding: 25px 20px;
    height: 80px;
    background: #fff;
    background-position-x: left;
    background-position-y: bottom;
    background-image: url(/assets/images/vectors/mb-circle-left.webp);
    background-repeat: no-repeat;
    background-size: 60px;
    box-shadow: -1px 5px 12px 5px rgb(74 74 74 / 6%);
    display: flex;
    position: relative;
    top: -655px;
    right: 0px;
    border-radius: 10px;
    align-items: center;
  }

  .services-sections {
    width: 100%;
    margin: 30px 0px;
    margin-bottom: -1px;
    background-color: #f8f9fa;
    background-position: left bottom;
    background-image: url(/assets/images/vectors/box-shape.webp);
    background-repeat: no-repeat;
    height: max-content;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .services-box-wrapp {
    box-shadow: 0px 0px 8px 5px rgb(22 22 22 / 3%);
    display: flex;
    width: 100%;
    direction: ltr;
    background-color: #fff;
    text-align: left;
    height: 216px;
    border-radius: 10px;
    align-items: center;
    flex-direction: column;
    padding: 10px;
    margin-bottom: 30px;
    z-index: 10;
  }

  .img-services img {
    height: 40px;
    margin: 10px 0px;
  }

  .last-gray {
    background-color: #f8f9fa;
    height: max-content;
    background-position-x: left;
    background-position-y: top;
    background-repeat: no-repeat;
    background-image: url(/assets/images/vectors/12.webp);
  }

  .setting-padding {
    padding-top: 0px;
    padding-bottom: 30px;
  }

  .it-wrapp-img {
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    object-fit: contain;
  }

  .end {
    display: flex;
    justify-content: flex-end;
  }

  .title-videos {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #fff;
  }

  .videos-bar {
    padding: 40px 0px;
    height: 400px;
    background-position: 0 0;
    background: url(/assets/images/header/wiwi.webp);
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 70px 0px;
    margin-top: 0px;
    justify-content: center;
  }

  .wrapp-first {
    width: 80%;
  }

  .day-d {
    height: 40px;
    width: 40px;
    padding: 10px;
    background: linear-gradient(95.45deg, #0080f8 0.64%, #1c40f2 98.23%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-left: 4px;
  }

  .day {
    font-family: sans-serif;
    font-size: 26px;
    font-weight: 900;
    color: #fff;
  }

  .month-d {
    height: 40px;
    width: max-content;
    padding: 10px;
    background: linear-gradient(95.45deg, #1c40f2 98.23%, #0080f8 0.64%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-left: 8px;
  }

  .wrapp-vip-project p {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    margin-bottom: 20px;
  }

  .logo {
    height: 40px;
  }

  .stranger-padding {
    padding: 0px 60px;
  }

  .calc-sett {
    margin-top: 0px !important;
    padding: 0px 30px;
  }

  .contact-us-row {
    height: 350px;
    background-position: center;
    background-image: url(/assets/images/header/contact-us.svg);
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    direction: ltr;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .product-holder {
    margin-top: 20px;
    height: 80px;
  }
  .img-scan {
    height: 150px;
    width: 140px;
  }
  .info-header-box h2 {
    font-size: 14px;
  }
  .box-video {
    position: relative;
    width: 100%;
    margin: 0 auto 0px auto;
    cursor: pointer;
    overflow: hidden;
    height: 150px;
    width: 200px;
    border-radius: 12px;
  }
  .stranger-padding {
    padding: 0px 60px;
  }

  .contact-us-row {
    height: 350px;
    background-position: center;
    background-image: url(/assets/images/header/contact-us.svg);
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    direction: ltr;
  }

  .videos-bar {
    padding: 40px 0px;
    height: 350px;
    flex-direction: column;
    align-items: center;
    margin: 30px 0px;
    margin-top: 0px;
    justify-content: center;
  }

  .wrapp-first {
    width: 100%;
  }

  .display-linear {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 30px;
    flex-direction: column;
  }

  .shape-bg {
    margin-top: 35px !important;
    padding: 50px 0px;
    padding-bottom: 20px;
  }

  .pp-ro {
    margin-top: 20px;
    font-size: 13px;
    line-height: 25px;
    text-align: left;
    margin-bottom: 20px;
  }

  .see-all-pro {
    display: inline-block;
    font-weight: 600;
    border-radius: 5px;
    padding: 8px 30px;
    color: #ffffff;
    vertical-align: middle;
    overflow: hidden;
    font-size: 12px;
    background: linear-gradient(95.45deg, #0082f8 0.64%, #1c40f2 98.23%);
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }

  .footer-design {
    background: #000f57;
    margin-top: 80px;
    padding: 0px 30px;
  }

  .footer-widget-heading h3 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 35px;
    position: relative;
    margin-top: 20px;
  }

  .page-header ul a {
    display: inline-block;
    font-size: 1.3rem;
    transition: color 0.35s ease-out;
    font-weight: 600;
  }

  .title-videos {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #fff;
  }

  .blue-circle img {
    position: absolute;
    height: 150px;
    top: -350px;
    left: -25px;
    z-index: -1;
  }

  .name-about {
    font-size: 16px;
  }

  .webp-back {
    height: 350px;
    background-position: 0 0;
    background-size: cover;
  }

  .sett-height {
    height: max-content;
    margin-bottom: 30px;
    padding: 0 25px;
  }

  .services-sections {
    width: 100%;
    margin: 0px 0px;
    margin-bottom: -1px;
    background-color: #f8f9fa;
    background-position: left bottom;
    background-image: url(/assets/images/vectors/box-shape.webp);
    background-repeat: no-repeat;
    height: max-content;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .title-captions {
    display: flex;
    flex-direction: column;
    width: 90%;
  }

  .services-capt-p {
    font-size: 13px;
  }

  .services-title {
    padding: 10px 20px;
    padding-top: 10px;
    margin-top: 20px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
  }

  .it-wrapp-img {
    height: 200px;
  }

  .last-gray {
    background-color: #f8f9fa;
    height: max-content;
    background-position-x: left;
    background-position-y: top;
    background-repeat: no-repeat;
    background-image: url(/assets/images/vectors/12.webp);
  }

  .end {
    display: flex;
    justify-content: flex-end;
  }

  .setting-padding {
    padding: 0px 35px;
    padding-bottom: 30px;
  }

  .vip-title {
    font-size: 16px;
    text-align: center;
    color: #001e50;
    font-weight: 600;
  }

  .wrapp-vip-project p {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 22px;
    text-align: left;
  }

  .vip-text h6 {
    font-size: 13px;
    margin-left: 20px;
    line-height: 22px;
  }

  .each-vip {
    border-radius: 10px;
    margin: 5px 0px;
    display: flex;
    align-items: center;
  }

  .shape-bg {
    padding: 0px 20px;
  }

  .services-box-wrapp {
    width: 100%;
    margin-bottom: 0px;
    padding: 10px;
    height: 210px;
  }

  .servisec-t {
    font-size: 13px;
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight: 600;
    height: 35px;
    overflow: hidden;
  }

  .no-padding {
    padding: 5px;
  }

  .row-ser {
    padding: 15px 15px;
  }

  .img-services img {
    height: 40px;
    margin: 10px 0px;
  }

  .wrapping-text {
    direction: ltr;
    text-align: left;
    padding: 25px 20px;
    height: 70px;
    background: #fff;
    background-position-x: left;
    background-position-y: bottom;
    background-image: url(/assets/images/vectors/mb-circle-left.webp);
    background-repeat: no-repeat;
    background-size: 60px;
    box-shadow: -1px 5px 12px 5px rgb(74 74 74 / 6%);
    display: flex;
    position: relative;
    top: -622px;
    right: 0px;
    border-radius: 10px;
    align-items: center;
  }

  .dotti img {
    position: absolute;
    right: 0px;
    height: 57px;
    top: -67px;
  }

  .iconic-box {
    width: 100%;
    background-color: #ecf5fd;
    box-shadow: -1px 5px 12px 5px rgb(137 157 255 / 4%);
    padding: 10px 20px;
    border-radius: 10px;
    height: 80px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 14px;
  }

  .tg {
    font-size: 13px;
    margin: 10px 0px;
    line-height: 22px;
  }

  .wrapping-img-about {
    height: 230px;
    margin-bottom: 15px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
  }

  .boxes-title {
    font-size: 16px;
  }

  .first-num {
    font-size: 30px;
  }

  .sec-num {
    font-size: 30px;
  }

  .title-op {
    text-align: center;
    font-size: 14px;
    height: 30px;
    overflow: hidden;
  }

  .titles p {
    margin-top: 10px;
    font-size: 12px;
    text-align: center;
    height: 50px;
    line-height: 22px;
    overflow: hidden;
  }

  .caption-boxs {
    padding: 0px 40px;
    padding-bottom: 0;
  }

  .caption-title {
    direction: ltr;
    text-align: left;
    font-size: 20px;
    color: #fff;
    text-shadow: 4px 4px 8px hsl(0deg 0% 0% / 50%);
  }

  .titles p {
    margin-top: 10px;
    font-size: 12px;
    text-align: center;
    line-height: 22px;
  }

  .titles {
    padding: 0px;
  }

  .wrapp-numbric {
    height: 220px;
    padding: 15px;
    border-radius: 10px;
    margin: 10px;
  }

  .titles p {
    margin-top: 10px;
    font-size: 12px;
    text-align: center;
    line-height: 22px;
  }

  .caption-comment {
    padding: 20px 0px;
    color: #fff;
    text-align: left;
    font-size: 12px;
    line-height: 20px;
    text-shadow: 4px 4px 8px hsl(0deg 0% 6% / 50%);
  }

  .wrapping-capt {
    margin-bottom: 10px;
  }

  .carousel-caption {
    position: absolute;
    right: 8%;
    bottom: 70px;
    left: 3%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
  }

  .vertical-logo {
    height: 40px;
    margin: 0px 10px;
  }

  .logo {
    height: 40px;
  }

  .stranger-padding {
    padding: 0px 30px;
  }

  .car-img {
    height: 300px;
    width: 100%;
    object-fit: cover;
  }

  .full-slider-container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    height: 265px !important;
  }

  .be-end img {
    height: 150px;
  }

  .blog-header {
    height: 150px;
    background: linear-gradient(278.54deg, #001dac 15.93%, #000f57 98.7%);
    margin-bottom: 100px;
  }

  .wrapp-sidebar {
    margin-top: 20px;
  }

  .icon-contact {
    position: relative;
    width: 50px;
    height: 50px;
    background: linear-gradient(95.45deg, #0082f8 0.64%, #1c40f2 98.23%);
    -webkit-box-shadow: 0px 10px 25px rgb(0 130 248 / 60%);
    box-shadow: 0px 10px 25px rgb(0 130 248 / 60%);
    z-index: 1;
    margin-top: -45px;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
  }

  .icon-contact img {
    height: 25px;
  }

  .wrapp-contact {
    padding: 0 30px 30px 30px;
    margin-bottom: 20px;
    background: #ffffff;
    -webkit-box-shadow: 0px 12px 50px rgb(125 125 125 / 20%);
    box-shadow: 0px 12px 50px rgb(125 125 125 / 20%);
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    border-radius: 10px;
  }

  .sup-topper {
    position: relative;
    top: 0px;
  }

  .hm2-explore-btn::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 15px;
    width: 112px;
    height: 4px;
    background: linear-gradient(95.45deg, #0082f8 0.64%, #1c40f2 98.23%);
  }

  .icon-holder {
    background-color: rgba(28, 64, 242, 0.1);
    border-radius: 50%;
    padding: 10px;
    margin-bottom: 10px;
    height: 60px;
    width: 60px;
    object-fit: contain;
  }

  .wrapp-about-cart {
    -webkit-box-shadow: 0px 12px 50px rgb(125 125 125 / 10%);
    box-shadow: 0px 12px 50px rgb(125 125 125 / 10%);
    border-radius: 10px;
    padding: 25px 15px;
    margin-top: 30px;
    direction: ltr;
    background: #fff;
    height: 270px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
  }

  .tl-ab {
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    color: rgb(38, 2, 183);
    margin-bottom: 15px;
  }

  .ordering-2 {
    order: 2;
  }

  .ordering-1 {
    order: 1;
  }

  .nim-ril img {
    position: absolute;
    top: -50px;
    left: -20px;
  }

  .gray-bg {
    background-color: #eff1fe;
    padding-top: 50px;
    padding-bottom: 30px;
    margin-bottom: 80px;
  }

  .wrapp-award {
    display: flex;
    direction: ltr;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #eff1fe;
    transition: background 0.3s, border 0.3s, border-radius 0.3s,
      box-shadow 0.3s;
    margin-bottom: 30px;
    padding: 30px 20px;
    border-radius: 10px;
    margin: 20px 0px;
    text-align: left;
    align-items: center;
    flex-direction: column;
  }

  .time-line {
    text-align: center;
    padding: 0px 0px;
    padding-left: 0px;
    font-size: 18px;
    /* font-family: sans-serif; */
  }

  .nim-cil img {
    position: absolute;
    right: -20px;
    bottom: -25px;
    height: 55px;
  }

  .stranger-padding {
    padding: 0px 60px;
  }

  .capt-ra {
    text-align: justify;
  }

  .wrapping-about-mini p {
    text-align: justify;
  }

  .wrapper {
    height: 90px;
    background-size: 40px;
  }

  .counter {
    font-size: 24px;
    font-weight: 600;
  }

  .count-up-title {
    font-size: 12px;
    font-weight: 600;
  }

  .services-card {
    direction: ltr;
    text-align: left;
    height: 265px;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #a5b4ff4f;
    background-repeat: no-repeat;
    background-image: url(/assets/images/vectors/12.webp);
    background-position: top left;
    background-size: 320px;
  }

  .subtitle {
    text-transform: uppercase;
    padding-left: 60px;
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 15px;
    font-weight: 600;
    padding-left: 0px;
    text-align: left;
    width: 100%;
  }

  .card-caption {
    padding-top: 0px;
    padding-bottom: 0px;
    height: 200px;
    background-repeat: no-repeat;
    background-position: bottom left;
    background-image: url(/assets/images/vectors/frame\\(1\).svg);
    background-size: 40px;
    direction: ltr;
  }

  .overley-icon {
    height: 50px;
    margin-bottom: 30px;
    object-fit: contain;
  }

  .img-co {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    padding: 10px;
    object-fit: contain;
  }

  .name-cc {
    font-size: 12px;
    font-weight: 600;
  }

  .brand-caption {
    font-size: 12px;
    margin-bottom: 10px;
    text-align: center;
  }

  .company-list-hero {
    height: 200px;
  }

  .wrapp-contex {
    padding: 20px;
  }

  .hm2-explore-btn::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 50px;
    height: 4px;
  }

  .contact-us-row {
    height: 350px;
    background-position: top center;
    background-image: url(/assets/images/header/contact-us.svg);
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    direction: ltr;
    padding: 0px 30px;
    margin-bottom: 30px;
  }

  .tg-contact {
    margin-top: 10px;
    text-align: left;
    font-size: 16px;
    margin-bottom: 30px;
  }

  .contact-us-caption {
    line-height: 24px;
    text-align: left;
    font-size: 12px;
  }

  .call {
    font-size: 18px;
    font-family: sans-serif;
    direction: ltr;
    color: #606060;
  }

  .blue-up {
    position: relative;
    top: -40px;
  }

  .revert-mind {
    padding: 30px;
  }
  .guarantee-heading {
    direction: rtl;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
  }
  .mobile-control {
    padding: 0px;
  }
  .img-info-header {
    height: 80px;
    width: 110px;
    top: -17px;
  }
}

/*
iphone 6       
*/

@media (max-width: 575px) {
  .wrapp-address-details span {
    font-size: 12px;
  }
  .info-header-box h2 {
    font-size: 14px;
  }
  .img-scan {
    height: 100px;
    width: 100px;
  }
  .info-header-box {
    height: 70px;
    padding: 30px 30px;
  }
  .warranty-sections address {
    font-size: 14px;
  }
  .img-info-header {
    height: 80px;
    width: 110px;
    top: -17px;
  }
  .warranty-center {
    font-size: 10px;
  }
  .condition-title {
    font-size: 16px;
  }
  .condition-box {
    font-size: 13px;
  }
  .tab-list-item {
    text-align: justify;
    font-size: 13px;
  }
  .tab-parent {
    text-align: justify;
  }
  .mobile-control {
    padding: 0px;
  }
  .warranty-sections p {
    text-align: justify;
    font-size: 13px;
  }
  .product-holder {
    margin-top: 20px;
    height: 90px;
    margin: 18px 0px;
    display: flex;
    object-fit: contain;
    align-items: center;
    justify-content: center;
  }
  .wrapp-numbric {
    height: 145px;
    padding: 10px;
    margin: 10px;
  }
  .show-more {
    display: none;
  }

  .gt-title {
    display: none;
  }
  .wrapp-one-company {
    padding-left: 0;
  }
  .wrapping-capt p {
    font-size: 10px;
  }
  .box-video {
    position: relative;
    width: 100%;
    margin: 0 auto 0px auto;
    cursor: pointer;
    overflow: hidden;
    height: 125px;
    width: 210px;
    border-radius: 12px;
  }
  .hm-contact-form .input-field input,
  .hm-contact-form .input-field textarea {
    width: 100%;
    padding: 15px 30px 15px 20px;
    font-size: 14px;
    color: #000000;
    border: 1px solid #001dac2f;
    border-radius: 6px;
    background-color: #ffffff;
    margin-bottom: 0px;
    font-family: IRANYekan !important;
  }
  .guarantee-heading a {
    font-size: 12px;
  }
  .guarantee-heading h2 {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  .ham-title {
    font-size: 18px;
  }
  .project-heaher {
    height: 400px;
    background: linear-gradient(278.54deg, #0024d7 15.93%, #000a3b 98.7%);
  }
  .gif img {
    height: 140px;
    z-index: 1;
    position: absolute;
    top: -150px;
  }
  .particle-network-animation {
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    height: 400px;
    top: 76px;
    overflow: hidden;
    background-color: #17171700;
    opacity: 0.7;
    /* background-color: transparent; */
  }
  .header-icon-holder::before {
    content: "";
    position: absolute;
    right: unset;
    bottom: 7px;
    width: 70px;
    height: 2px;
    background: linear-gradient(95.45deg, #0082f8 0.64%, #1c40f2 98.23%);
  }

  .gett-project {
    text-align: right;
    background-color: #fff;
    display: flex;
    padding: 10px 12px;
  }

  .po-box {
    padding: 5px;
  }

  .mobile-show {
    display: block;
  }

  .blue-up {
    position: relative;
    top: -40px;
  }

  .revert-mind {
    padding: 30px;
  }

  .show-galley {
    height: 200px !important;
    width: 100% !important;
    object-fit: cover;
    border-radius: 0px;
    position: relative;
    top: -40px;
  }

  .capt-v p {
    font-size: 12px;
    text-align: justify;
  }

  .some-style {
    box-shadow: none;
    background: transparent;
  }

  .call {
    font-size: 18px;
    font-family: sans-serif;
    direction: ltr;
    color: #606060;
  }

  .contact-us-row {
    height: 350px;
    background-position: top center;
    background-image: url(/assets/images/header/contact-us.svg);
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    direction: ltr;
    padding: 0px 30px;
    margin-bottom: 30px;
  }

  .tg-contact {
    margin-top: 10px;
    text-align: left;
    font-size: 16px;
    margin-bottom: 30px;
  }

  .contact-us-caption {
    line-height: 24px;
    text-align: left;
    font-size: 12px;
  }

  .see-details i {
    padding: 10px 10px;
    font-size: 12px;
    border: 1px solid #a5cfff;
    border-radius: 50%;
    transform: rotate(180deg);
  }

  .company-list-hero {
    height: 200px;
  }

  .wrapp-contex {
    padding: 20px;
  }

  .wrapp-lisence {
    display: flex;
    align-items: center;
    height: 70px;
    background-color: rgb(255 255 255);
    margin-bottom: 10px;
    background-position: top left;
    background-size: 30px;
  }

  .brand-caption {
    font-size: 12px;
    margin-bottom: 10px;
    text-align: center;
  }

  .all-projects {
    height: 200px;
    background: linear-gradient(10.54deg, #001dac 15.93%, #000d4e 98.7%);
  }

  .about-us-title {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
  }

  .img-co {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    padding: 10px;
    object-fit: contain;
  }

  .name-cc {
    font-size: 12px;
    font-weight: 600;
  }

  .wrapp-imges {
    height: 200px;
    width: 100%;
    object-fit: contain;
    border-radius: 10px;
  }

  .bg-light-city {
    height: 30px;
  }

  .bg-services-row {
    margin-top: 40px !important;
    padding-top: 30px !important;
    padding: 10px 10px;
    height: 450px;
    direction: ltr;
    background: #001685;
    background: fixed;
    background-position: center;
    background-image: url(/assets/images/header/prview-hero-img.webp);
    background-size: cover;
    background-repeat: no-repeat;
  }

  .wrapp-nices {
    display: flex;
    height: 330px;
    justify-content: flex-end;
    flex-direction: column;
  }

  .services-row-title {
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0px;
  }

  .overley-icon {
    height: 50px;
    margin-bottom: 30px;
    object-fit: contain;
  }

  .subtitle {
    text-transform: uppercase;
    padding-left: 60px;
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 15px;
    font-weight: 600;
    padding-left: 0px;
    text-align: left;
    width: 100%;
  }

  .card-caption {
    padding-top: 0px;
    padding-bottom: 0px;
    height: 200px;
    background-repeat: no-repeat;
    background-position: bottom left;
    background-image: url(/assets/images/vectors/frame\\(1\).svg);
    background-size: 40px;
    direction: ltr;
  }

  .services-card {
    direction: ltr;
    text-align: left;
    height: 265px;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #a5b4ff4f;
    background-repeat: no-repeat;
    background-image: url(/assets/images/vectors/12.webp);
    background-position: top left;
    background-size: 320px;
  }

  .count-up-title {
    font-size: 12px;
    font-weight: 600;
  }

  .no-mp {
    padding: 5px;
  }

  .wrapper {
    height: 90px;
    background-size: 40px;
  }

  .counter {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: 600;
  }

  .wrapping-about-mini p {
    text-align: justify;
  }

  .capt-ra {
    text-align: justify;
  }

  .icon-contact img {
    height: 20px !important;
  }

  .nim-cil img {
    position: absolute;
    right: -20px;
    bottom: -25px;
    height: 55px;
  }

  .wrapp-imgs {
    height: 50px;
    width: 50px;
    object-fit: contain;
  }

  .time-line {
    text-align: center;
    padding: 0px 0px;
    padding-left: 0px;
    font-size: 18px;
  }

  .wrapp-imgs img {
    height: 100%;
    width: 100%;
    object-fit: contain;
  }

  .wrapp-award {
    display: flex;
    direction: ltr;
    margin-bottom: 30px;
    padding: 30px 20px;
    border-radius: 10px;
    margin: 20px 0px;
    text-align: left;
    align-items: center;
    flex-direction: column;
  }

  .gray-bg {
    padding-top: 50px;
    padding-bottom: 30px;
    margin-bottom: 80px;
  }

  .nim-ril img {
    position: absolute;
    top: -50px;
    left: -20px;
  }

  .ordering-2 {
    order: 2;
  }

  .ordering-1 {
    order: 1;
  }

  .tl-ab {
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 15px;
  }

  .wrapp-about-cart {
    border-radius: 10px;
    padding: 25px 15px;
    margin-top: 30px;
    direction: ltr;
    height: 270px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
  }

  .icon-holder {
    border-radius: 50%;
    padding: 10px;
    margin-bottom: 10px;
    height: 60px;
    width: 60px;
    object-fit: contain;
  }

  .hm2-explore-btn::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 15px;
    width: 112px;
    height: 4px;
  }

  .tg-about-t {
    -webkit-background-clip: text;
    color: transparent;
    font-size: 20px;
    text-align: left;
    margin-bottom: 30px;
    font-weight: 600;
  }

  .sup-topper {
    position: relative;
    top: 0px;
  }

  .wrapp-contact {
    padding: 0 20px 20px 30px;
    margin-bottom: 20px;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 10px;
  }

  .icon-contact img {
    height: 25px !important;
  }

  .icon-contact {
    font-weight: 900;
    font-size: 20px;
  }

  .comment-titles {
    width: 60%;
  }

  .icon-contact {
    position: relative;
    width: 50px;
    height: 50px;
    z-index: 1;
    margin-top: -45px;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
  }

  .hm2-explore-btn::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 50px;
    height: 4px;
  }

  .calc-sett {
    margin-top: 0px !important;
    padding: 0px 30px;
  }

  .name-blog {
    line-height: 27px;
    font-weight: normal;
  }

  .tg-title {
    margin-bottom: 0px;
    font-weight: 600;
    font-size: 16px;
    text-align: left;
  }

  .about-us {
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    direction: ltr;
    flex-direction: column;
    margin-bottom: 40px;
  }

  .main-wroter {
    margin-right: 5px;
    margin-left: 0px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    object-fit: contain;
  }

  .wrapping {
    display: flex;
    justify-content: flex-start;
    text-align: left;
    flex-direction: column;
    padding-left: 10px;
    padding-right: 5px;
    border-right: 1px solid #ccc;
  }

  .category-boxer {
    display: flex;
    justify-content: space-between;
    text-align: left;
    flex-direction: column;
    padding-right: 10px;
    border-right: 1px solid #ccc;
    padding-right: 10px;
  }

  .n-wroter {
    display: flex;
    padding-right: 10px;
  }

  .date-holder {
    display: flex;
    justify-content: space-between;
    text-align: left;
    flex-direction: column;
    padding-right: 10px;
    padding-left: 10px;
  }

  .wrapp-blog-main {
    padding: 0px 10px;
  }

  .name-blog {
    line-height: 28px;
  }

  .blogger-title {
    color: #fff;
    font-family: sans-serif;
    font-size: 12px;
    line-height: 28px;
    font-weight: 600;
    width: 100%;
  }

  .padding-r {
    padding-left: 0px;
    direction: ltr;
    margin-top: 10px;
    width: 100%;
  }

  .wrapp-sidebar {
    margin-top: 20px;
  }

  .stranger-padding {
    padding: 0px 30px;
  }

  .mobile-none {
    display: none;
  }

  .be-end img {
    height: 150px;
  }

  .blog-header {
    height: 150px;
    margin-bottom: 100px;
  }

  .obile-show {
    display: block;
  }

  .videos-bar {
    padding: 40px 0px;
    height: 350px;
    flex-direction: column;
    align-items: center;
    margin: 30px 0px;
    margin-top: 0px;
    justify-content: center;
  }

  .wrapp-first {
    width: 100%;
  }

  .display-linear {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 30px;
    flex-direction: column;
  }

  .shape-bg {
    margin-top: 35px !important;
    padding: 50px 0px;
    padding-bottom: 20px;
  }

  .pp-ro {
    margin-top: 20px;
    font-size: 13px;
    line-height: 25px;
    text-align: left;
    margin-bottom: 20px;
  }

  .see-all-pro {
    display: inline-block;
    font-weight: 600;
    border-radius: 5px;
    padding: 8px 30px;
    color: #ffffff;
    vertical-align: middle;
    overflow: hidden;
    font-size: 12px;
    background: linear-gradient(95.45deg, #0082f8 0.64%, #1c40f2 98.23%);
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }

  .footer-design {
    background: #000f57;
    margin-top: 80px;
    padding: 0px 30px;
  }

  .footer-widget-heading h3 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 35px;
    position: relative;
    margin-top: 20px;
  }

  .page-header ul a {
    display: inline-block;
    font-size: 1.3rem;
    transition: color 0.35s ease-out;
    font-weight: 600;
  }

  .title-videos {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #fff;
  }

  .blue-circle img {
    position: absolute;
    height: 150px;
    top: -350px;
    left: -25px;
    z-index: -1;
  }

  .name-about {
    font-size: 16px;
  }

  .webp-back {
    height: 350px;
    background-position: 0 0;
    background-size: cover;
  }

  .sett-height {
    height: max-content;
    margin-bottom: 30px;
    padding: 0 25px;
  }

  .services-sections {
    width: 100%;
    margin: 0px 0px;
    margin-bottom: -1px;
    background-color: #f8f9fa;
    background-position: left bottom;
    background-image: url(/assets/images/vectors/box-shape.webp);
    background-repeat: no-repeat;
    height: max-content;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .title-captions {
    display: flex;
    flex-direction: column;
    width: 90%;
  }

  .services-capt-p {
    font-size: 13px;
  }

  .services-title {
    padding: 10px 20px;
    padding-top: 10px;
    margin-top: 20px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
  }

  .it-wrapp-img {
    height: 200px;
  }

  .last-gray {
    background-color: #f8f9fa;
    height: max-content;
    background-position-x: left;
    background-position-y: top;
    background-repeat: no-repeat;
    background-image: url(/assets/images/vectors/12.webp);
  }

  .end {
    display: flex;
    justify-content: flex-end;
  }

  .setting-padding {
    padding: 0px 35px;
    padding-bottom: 30px;
  }

  .vip-title {
    font-size: 16px;
    text-align: center;
    color: #001e50;
    font-weight: 600;
  }

  .wrapp-vip-project p {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 22px;
    text-align: left;
  }

  .vip-text h6 {
    font-size: 13px;
    margin-left: 20px;
    line-height: 22px;
  }

  .each-vip {
    border-radius: 10px;
    margin: 5px 0px;
    display: flex;
    align-items: center;
  }

  .shape-bg {
    padding: 0px 20px;
  }

  .services-box-wrapp {
    width: 100%;
    margin-bottom: 0px;
    padding: 10px;
    height: 210px;
  }

  .servisec-t {
    font-size: 13px;
    margin-bottom: 2px;
    margin-top: 0px;
    font-weight: 600;
    height: 35px;
    overflow: hidden;
  }

  .no-padding {
    padding: 5px;
  }

  .row-ser {
    padding: 15px 15px;
  }

  .img-services img {
    height: 40px;
    margin: 10px 0px;
  }

  .wrapping-text {
    direction: ltr;
    text-align: left;
    padding: 25px 20px;
    height: 70px;
    background: #fff;
    background-position-x: left;
    background-position-y: bottom;
    background-image: url(/assets/images/vectors/mb-circle-left.webp);
    background-repeat: no-repeat;
    background-size: 60px;
    box-shadow: -1px 5px 12px 5px rgb(74 74 74 / 6%);
    display: flex;
    position: relative;
    top: -580px;
    right: 0px;
    border-radius: 10px;
    align-items: center;
  }

  .dotti img {
    position: absolute;
    right: 0px;
    height: 57px;
    top: -67px;
  }

  .iconic-box {
    width: 100%;
    background-color: #ecf5fd;
    box-shadow: -1px 5px 12px 5px rgb(137 157 255 / 4%);
    padding: 10px 8px;
    border-radius: 10px;
    height: 80px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 14px;
  }

  .tg {
    font-size: 13px;
    margin: 10px 0px;
    line-height: 22px;
    width: 100%;
    text-align: justify;
  }

  .wrapping-img-about {
    height: 230px;
    margin-bottom: 15px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
  }

  .boxes-title {
    font-size: 16px;
  }

  .first-num {
    font-size: 30px;
  }

  .sec-num {
    font-size: 30px;
  }

  .title-op {
    text-align: center;
    font-size: 14px;
    height: 18px;
    overflow: hidden;
  }

  .titles p {
    margin-top: 10px;
    font-size: 12px;
    text-align: center;
    height: 50px;
    line-height: 22px;
    overflow: hidden;
  }

  .caption-boxs {
    padding: 0px 20px;
    padding-bottom: 0;
  }

  .caption-title {
    direction: ltr;
    text-align: left;
    font-size: 20px;
    color: #fff;
    text-shadow: 4px 4px 8px hsl(0deg 0% 0% / 50%);
  }

  .titles p {
    margin-top: 10px;
    font-size: 12px;
    text-align: center;
    line-height: 22px;
  }

  .titles {
    padding: 0px;
  }

  .wrapp-numbric {
    height: 220px;
    padding: 15px;
    border-radius: 10px;
    margin: 10px;
  }

  .titles p {
    margin-top: 10px;
    font-size: 12px;
    text-align: center;
    line-height: 22px;
  }

  .caption-comment {
    padding: 20px 0px;
    color: #fff;
    text-align: left;
    font-size: 12px;
    line-height: 20px;
    text-shadow: 4px 4px 8px hsl(0deg 0% 6% / 50%);
  }

  .wrapping-capt {
    margin-bottom: 40px;
  }

  .nice-btn-animated {
    position: absolute;
    top: 100%;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
    color: #ffffff;
    padding: 10px 20px;
    font-size: 14px;
    letter-spacing: 2px;
    text-decoration: none;
    text-shadow: 4px 4px 8px hsl(0deg 0% 0% / 50%);
    box-shadow: 0 20px 50px rgb(255 255 255 / 5%);
    overflow: hidden;
    right: -10px;
  }

  .carousel-caption {
    position: absolute;
    right: 8%;
    bottom: 70px;
    left: 3%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
  }

  .vertical-logo {
    height: 40px;
    margin: 0px 10px;
  }

  .logo {
    height: 40px;
  }

  .car-img {
    height: 300px;
    width: 100%;
    object-fit: cover;
  }

  .full-slider-container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    height: 265px !important;
  }

  .be-end img {
    height: 120px;
  }

  .cate-name {
    font-size: 10px;
    padding: 8px 5px;
    border-radius: 6px;
    background: linear-gradient(304deg, #1b92ff 0.64%, #2a41b7 98.23%);
    text-align: center;
  }

  .blog-main-img {
    height: 200px;
    width: 100% !important;
    border-radius: 10px;
    position: relative;
    object-fit: cover;
    bottom: 30px;
  }
  .guarantee-heading {
    direction: ltr;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
  }
  .rotating {
    display: inline-block;
    transform: rotate(180deg);
    position: relative;
    top: 2px;
  }
}

/*
iphon
8,X,XS,11,12
*/

@media only screen and (min-width: 375px) and (max-width: 474px) {
  .topper {
    position: relative;
    top: -50px;
    right: -32px;
  }

  .box-video {
    margin-top: 20px;
    height: 125px;

    border-radius: 12px;
  }
  .guarantee-icon {
    height: 110px;
    width: 60px;
    object-fit: contain;
    position: absolute;
    top: -60px;
  }
  .guarantee-heading h2 {
    font-size: 1.6rem;
    margin-bottom: 8px;
  }
  .page-header {
    position: relative;
    padding: 15px 5px;
    background: #fff;
    height: 75px;
  }
  .container-select-language {
    display: flex;
    align-items: center;
    position: relative;
    width: max-content;
    background: #ffffff;
    border: 1px solid #98cfff;
    border-radius: 5px;
    padding: 5px 15px;
    transition: all linear 0.5s;
  }
  .container-select-language .drop-down-language ul li img,
  .container-select-language .items-top-footer img {
    width: 20px;
    object-fit: cover;
  }
  .container-select-language .drop-down-language {
    position: absolute;
    top: 50px;
    right: 0px;
    background: white;
    border-radius: 1px;
    padding: 5px 10px;
    display: none;
    height: fit-content;
    min-width: 94px;
    z-index: 1;
    box-shadow: 2px 2px 9px -2px #111111;
    opacity: 0;
    border-radius: 5px;
  }
  .page-header {
    position: relative;
    padding: 15px 5px;
    background: #fff;
    height: 75px;
  }
  .ham-title {
    font-size: 18px;
  }
  .project-heaher {
    height: 350px;
    background: linear-gradient(278.54deg, #0024d7 15.93%, #000a3b 98.7%);
  }
  .gif img {
    height: 100px;
    z-index: 1;
    position: absolute;
    top: -100px;
  }
  .wave-heading {
    height: 104px;
    width: 100%;
  }
  .particle-network-animation {
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    height: 350px;
    top: 76px;
    overflow: hidden;
    background-color: #17171700;
    opacity: 0.7;
    /* background-color: transparent; */
  }
  .ac-hg {
    height: 60px;
    width: 60px;
    display: flex;
    font-size: 18px;
    border-radius: 90px;
    background: rgb(255 255 255);
    box-shadow: 1px 0px 20px 0px rgb(54 112 219 / 0%);
    align-items: center;
    justify-content: center;
  }

  .numi {
    font-size: 12px;
    font-weight: 600;
  }

  .tg {
    font-size: 12px;
    margin: 10px 0px;
    line-height: 22px;
    text-align: justify;
  }

  .services-capt-p {
    font-size: 12px;
    line-height: 22px;
  }

  .servisec-t {
    font-size: 12px;
    margin-bottom: 10px;
    margin-top: 0px;
    font-weight: 600;
    height: 35px;
    line-height: 20px;
    overflow: hidden;
  }

  .about-us {
    height: 150px;
    background: linear-gradient(278.54deg, #001dac 15.93%, #000f57 98.7%);
    display: flex;
    justify-content: center;
    align-items: center;
    direction: ltr;
    flex-direction: column;
    margin-bottom: 40px;
  }

  .wrapp-contact p {
    font-size: 12px;
  }

  .wrapp-contact {
    padding: 0 10px 10px 10px;
    margin-bottom: 5px;
    background: #ffffff;
    -webkit-box-shadow: 0px 12px 50px rgb(125 125 125 / 20%);
    box-shadow: 0px 12px 50px rgb(125 125 125 / 20%);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 10px;
  }

  .icon-contact {
    position: relative;
    width: 35px;
    height: 35px;
    background: linear-gradient(95.45deg, #0082f8 0.64%, #1c40f2 98.23%);
    -webkit-box-shadow: 0px 10px 25px rgb(0 130 248 / 60%);
    box-shadow: 0px 5px 25px rgb(0 130 248 / 60%);
    z-index: 1;
    margin-top: -5px;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
  }

  .icon-holder {
    background-color: rgba(28, 64, 242, 0.1);
    border-radius: 50%;
    padding: 10px;
    margin-bottom: 5px;
    height: 50px;
    width: 50px;
    object-fit: contain;
  }

  .ca-caption {
    font-size: 12px;
    text-align: left;
    line-height: 20px;
    margin-bottom: 0px;
    margin-top: 10px;
  }

  .wrapp-about-cart {
    -webkit-box-shadow: 0px 12px 50px rgb(125 125 125 / 10%);
    box-shadow: 0px 12px 50px rgb(125 125 125 / 10%);
    border-radius: 10px;
    padding: 25px 15px;
    margin-top: 20px;
    overflow: hidden;
    direction: ltr;
    background: #fff;
    height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
  }

  .caption-award {
    font-size: 12px;
    text-align: left;
    padding: 0px 0px;
    padding-left: 0px;
    line-height: 23px;
    text-align: justify;
  }

  .wrapp-award {
    display: flex;
    direction: ltr;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #eff1fe;
    transition: background 0.3s, border 0.3s, border-radius 0.3s,
      box-shadow 0.3s;
    margin-bottom: 30px;
    padding: 10px 10px;
    border-radius: 10px;
    margin: 20px 0px;
    text-align: left;
    align-items: center;
    flex-direction: column;
  }

  .gray-bg {
    background-color: #eff1fe;
    padding-top: 50px;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }

  .about-us-title {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
  }

  .wrapping-text {
    padding: 25px 15px;
    top: -780px;
    right: 0px;
    border-radius: 10px;
    align-items: center;
  }

  .history-title {
    font-weight: 600;
    font-size: 12px;
    margin-bottom: 0px;
  }

  .wrapp-abouting {
    padding: 0px;
    text-align: left;
    direction: ltr;
  }

  .name-about {
    margin-top: 20px;
    padding: 5px 20px;
  }

  .capt-ser {
    font-size: 12px;
    line-height: 22px;
    height: 60px;
    overflow: hidden;
  }

  .each-vip {
    width: 100%;
    height: 90px;
    padding: 20px;
    box-shadow: 0px 0px 8px 5px rgb(22 22 22 / 3%);
    background-color: #fff;
    text-align: left;
    border-radius: 10px;
    margin: 8px 0px;
    display: flex;
    align-items: center;
  }

  .logo {
    height: 35px;
  }

  .change-languages {
    height: 30px;
    width: 30px;
  }

  .carousel-caption {
    position: absolute;
    right: 8%;
    bottom: 70px;
    left: 0%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
  }
}

@media (max-width: 474px) {
  .page-header {
    position: relative;
    padding: 1.5rem 0.5rem;
    background: #fff;
    height: 75px;
  }
  .guarantee-icon {
    height: 110px;
    width: 60px;
    object-fit: contain;
    position: absolute;
    top: -60px;
  }
  .wrapping-text {
    top: -700px;
  }
}
@media only screen and (min-width: 1460px) {
  .max {
    /* max-width: 1600px; */
    margin-top: 0px;
  }

  .no-padding {
    padding: 0px;
  }
  /* min     */
}

@media only screen and (min-width: 1536px) {
  .max {
    /* max-width: 1600px; */
    margin-top: 0px;
  }

  .no-padding {
    padding: 0px;
  }
  /* min     */
}

@media only screen and (min-width: 1347px) and (max-width: 1366px) {
  .max {
    /*     max-width: 1350px;*/
    margin-top: 0px;
  }
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}
.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
.page-link {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-left: -1px;
  line-height: 25px;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.minier-ico {
  font-size: 8px;
}
.pagination > div > div.col {
  padding: 0px 30px;
}
a:hover {
  text-decoration: none;
}
.title-op {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica,
    Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
