@import url("https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

:root {
  --button-color: #04d3de;
  --white: #fff;
  --green: #082d2e;
  --bg-color: #051216;
  --bg-color2: #0b2727;
  --black: #000;
  --fontsize72: 4.5rem;
  --fontsize59: 3.688rem;
  --fontsize23: 1.438rem;
  --fonsize64: 4rem;
  --fonsize18: 1.125rem;
  --fontsize28: 1.75rem;
  --fontsize20: 1.25rem;
  --fontsize32: 2rem;
}

body {
  overflow-x: hidden;
  font-family: "Hind", sans-serif;
}
:is(h1, h2, h3, h4, h5, h6, ) {
  font-family: "Poppins", sans-serif;
}
.mmbody {
  margin-left: 65px;
  position: relative;
}

@media (min-width: 1200px) {
  :is(.main_header, .bannermain, .innerbanner) .container-fluid {
    padding: 0 4rem;
  }
}
section {
  padding: 5rem 0;
}
a {
  text-decoration: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

a:hover {
  text-decoration: none;
}

a:focus,
a:hover,
button:focus {
  text-decoration: none;
  outline: 0;
}

:focus {
  outline: 0;
}

button {
  cursor: pointer;
}

p {
  padding: 0;
  font-family: "Hind", sans-serif;
}

ul {
  padding: 0;
  margin: 0;
}

ul li {
  display: block;
}
a {
  transition: all 0.3s ease-out;
}
.themecol {
  color: var(--button-color);
}
img {
  max-width: 100%;
}
.heading {
  font-size: 4.2vw;
}

[class^="box-"] {
  display: none;
}
[class^="box-"].showfirst {
  display: block;
}
.menu::-webkit-scrollbar {
  width: 0;
  background: transparent;
}
html.w-mod-touch * {
  background-attachment: scroll !important;
}

.defult-btn {
  --c: var(--bg-color2);
  font-family: "Poppins", sans-serif;
  background-color: var(--button-color);
  height: 46px;
  border-radius: 34px;
  display: inline-flex;
  font-size: 1rem;
  align-items: center;
  line-height: 0;
  justify-content: center;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 0 1.5rem;
  transition: 0.5s;
  text-align: center;
}
.defult-btn span {
  position: absolute;
  width: 25%;
  height: 100%;
  background-color: var(--c);
  transform: translateY(150%);
  border-radius: 50%;
  left: calc((var(--n) - 1) * 25%);
  transition: 0.5s;
  transition-delay: calc((var(--n) - 1) * 0.1s);
  z-index: -1;
  transition-duration: 0.4s;
}

.defult-btn:hover {
  color: #080e1e;
  color: var(--white) !important;
  background: transparent;
}
.defult-btn:hover i {
  color: var(--white) !important;
}
.defult-btn:hover i {
  transition-duration: 0.4s;
}
.defult-btn:hover span {
  transform: translateY(0) scale(2);
}

.defult-btn span:nth-child(1) {
  --n: 1;
}

.defult-btn span:nth-child(2) {
  --n: 2;
}

.defult-btn span:nth-child(3) {
  --n: 3;
}

.defult-btn span:nth-child(4) {
  --n: 4;
}
.sidenav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 300;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 65px;
  height: 100%;
  padding: 56px 0 48px;
  background-color: var(--black);
  border-right: 1px solid #dcdcdc;
  transition: background-color 0.25s ease, color 0.25s ease,
    border-color 0.25s ease;
}

.sidenav:hover {
  color: var(--white);
  background-color: var(--black);
  border-color: var(--white);
}
.dlcg {
  position: relative;
  padding: 0;
  margin: 0;
  pointer-events: all;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  transition: transform 0.33s cubic-bezier(0.41, 0, 0.43, 1);
}

.dlcg div {
  position: relative;
  -webkit-animation: hy2s 0.33s cubic-bezier(0.41, 0, 0.43, 1);
  animation: hy2s 0.33s cubic-bezier(0.41, 0, 0.43, 1);
}
.socialfix {
  padding: 0;
  margin: auto 0;
}
.socialfix li {
  padding: 5px 10px;
  background: var(--button-color);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
  transition: all 0.3s ease-out;
}
.socialfix li a {
  display: block;
}
.socialfix li i {
  font-size: 14px;
  color: var(--black);
}
.socialfix li:hover {
  background: var(--white);
  color: var(--bg-color2);
}

.navparent {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: space-around;
  padding: 0 40px;
}

.services-nav ul {
  columns: 2;
}
.services-nav ul li {
  padding: 0px 10px;
}
.services-nav ul li a {
  color: var(--white);
  font-size: 4vw;
  font-weight: 700;
  position: relative;
}
.services-nav ul li a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 0;
  height: 10px;
  background: var(--button-color);
  transition: all 0.3s ease-out;
  z-index: -1;
}
.services-nav ul li:hover a:before {
  width: 100%;
}

.navparent .big-text {
  font-size: 2vw;
}

@media (min-width: 300px) {
  .dlcg {
    top: 0px;
    width: 20px;
    height: 20px;
  }
  .dlcg div {
    width: 20px;
    height: 20px;
  }
}

.dlcg span {
  position: absolute;
  display: block;
  width: 20%;
  height: 20%;
  padding: 0;
  margin: 0;
  background-color: var(--white);
  transition: background-color 0.25s ease;
}
.dlcg span:first-child {
  -webkit-animation: xc3q 0.17s cubic-bezier(0.62, 0, 0.67, 1) forwards,
    c3q2 0.17s cubic-bezier(0.33, 0, 0.43, 1) 0.17s forwards;
  animation: xc3q 0.17s cubic-bezier(0.62, 0, 0.67, 1) forwards,
    c3q2 0.17s cubic-bezier(0.33, 0, 0.43, 1) 0.17s forwards;
}
.dlcg span:nth-child(-n + 3) {
  top: 0;
}

.dlcg span:nth-child(3n + 2) {
  left: 40%;
}
.dlcg span:nth-child(3n + 3) {
  left: 80%;
}
.dlcg span:nth-child(4),
.dlcg span:nth-child(5),
.dlcg span:nth-child(6) {
  top: 40%;
}
.dlcg span:nth-child(3n + 1) {
  left: 0;
}
.dlcg span:nth-child(n + 7) {
  top: 80%;
}

.dlcg span:nth-child(2) {
  -webkit-animation: juza 0.34s cubic-bezier(0.33, 0, 0.43, 1) forwards;
  animation: juza 0.34s cubic-bezier(0.33, 0, 0.43, 1) forwards;
}
.dlcg span:nth-child(3) {
  background-color: var(--button-color);
  -webkit-animation: cmqx 0.17s cubic-bezier(0.62, 0, 0.67, 1) forwards,
    cmqy 0.17s cubic-bezier(0.33, 0, 0.43, 1) 0.17s forwards;
  animation: cmqx 0.17s cubic-bezier(0.62, 0, 0.67, 1) forwards,
    cmqy 0.17s cubic-bezier(0.33, 0, 0.43, 1) 0.17s forwards;
}
.dlcg span:nth-child(4) {
  -webkit-animation: r0aa 0.34s cubic-bezier(0.33, 0, 0.43, 1) forwards;
  animation: r0aa 0.34s cubic-bezier(0.33, 0, 0.43, 1) forwards;
}
.dlcg span:nth-child(6) {
  -webkit-animation: z0aa 0.34s cubic-bezier(0.33, 0, 0.43, 1) forwards;
  animation: z0aa 0.34s cubic-bezier(0.33, 0, 0.43, 1) forwards;
}
.dlcg span:nth-child(7) {
  -webkit-animation: _3dgg 0.17s cubic-bezier(0.62, 0, 0.67, 1) forwards,
    dggx 0.17s cubic-bezier(0.33, 0, 0.43, 1) 0.17s forwards;
  animation: _3dgg 0.17s cubic-bezier(0.62, 0, 0.67, 1) forwards,
    dggx 0.17s cubic-bezier(0.33, 0, 0.43, 1) 0.17s forwards;
}
.dlcg span:nth-child(8) {
  -webkit-animation: h0aa 0.34s cubic-bezier(0.33, 0, 0.43, 1) forwards;
  animation: h0aa 0.34s cubic-bezier(0.33, 0, 0.43, 1) forwards;
}
.dlcg span:nth-child(9) {
  -webkit-animation: _5dgg 0.17s cubic-bezier(0.62, 0, 0.67, 1) forwards,
    dggy 0.17s cubic-bezier(0.33, 0, 0.43, 1) 0.17s forwards;
  animation: _5dgg 0.17s cubic-bezier(0.62, 0, 0.67, 1) forwards,
    dggy 0.17s cubic-bezier(0.33, 0, 0.43, 1) 0.17s forwards;
}
._5lza .dlcg {
  transform: rotate(180deg);
}

._5lza .dlcg div {
  -webkit-animation: ywxl 0.33s cubic-bezier(0.41, 0, 0.43, 1) forwards;
  animation: ywxl 0.33s cubic-bezier(0.41, 0, 0.43, 1) forwards;
}

._5lza .dlcg span {
  background-color: var(--white);
  transition: background-color 0.17s 0.17s;
  -webkit-animation: iyng 0.17s cubic-bezier(0.62, 0, 0.67, 1) forwards;
  animation: iyng 0.17s cubic-bezier(0.62, 0, 0.67, 1) forwards;
}

._5lza .dlcg span:first-child {
  -webkit-animation: iyng 0.17s cubic-bezier(0.62, 0, 0.67, 1) forwards,
    mxn0 0.17s cubic-bezier(0.33, 0, 0.43, 1) 0.17s forwards;
  animation: iyng 0.17s cubic-bezier(0.62, 0, 0.67, 1) forwards,
    mxn0 0.17s cubic-bezier(0.33, 0, 0.43, 1) 0.17s forwards;
}

._5lza .dlcg span:nth-child(3) {
  -webkit-animation: iyng 0.17s cubic-bezier(0.62, 0, 0.67, 1) forwards,
    m3jk 0.17s cubic-bezier(0.33, 0, 0.43, 1) 0.17s forwards;
  animation: iyng 0.17s cubic-bezier(0.62, 0, 0.67, 1) forwards,
    m3jk 0.17s cubic-bezier(0.33, 0, 0.43, 1) 0.17s forwards;
}

._5lza .dlcg span:nth-child(7) {
  -webkit-animation: iyng 0.17s cubic-bezier(0.62, 0, 0.67, 1) forwards,
    n3ro 0.17s cubic-bezier(0.33, 0, 0.43, 1) 0.17s forwards;
  animation: iyng 0.17s cubic-bezier(0.62, 0, 0.67, 1) forwards,
    n3ro 0.17s cubic-bezier(0.33, 0, 0.43, 1) 0.17s forwards;
}

._5lza .dlcg span:nth-child(9) {
  -webkit-animation: iyng 0.17s cubic-bezier(0.62, 0, 0.67, 1) forwards,
    oxro 0.17s cubic-bezier(0.33, 0, 0.43, 1) 0.17s forwards;
  animation: iyng 0.17s cubic-bezier(0.62, 0, 0.67, 1) forwards,
    oxro 0.17s cubic-bezier(0.33, 0, 0.43, 1) 0.17s forwards;
}

._5lza .zw51 {
  overscroll-behavior-y: contain;
  pointer-events: all;
  visibility: visible;
  opacity: 100%;
  transform: translate(0);
}

.jlza .dlcg span {
  background-color: var(--white);
  transition: background-color 0.17s 0.17s;
  -webkit-animation: iyng 0.17s cubic-bezier(0.62, 0, 0.67, 1) forwards;
  animation: iyng 0.17s cubic-bezier(0.62, 0, 0.67, 1) forwards;
}

.jlza .dlcg span:first-child {
  -webkit-animation: iyng 0.17s cubic-bezier(0.62, 0, 0.67, 1) forwards,
    mxn0 0.17s cubic-bezier(0.33, 0, 0.43, 1) 0.17s forwards;
  animation: iyng 0.17s cubic-bezier(0.62, 0, 0.67, 1) forwards,
    mxn0 0.17s cubic-bezier(0.33, 0, 0.43, 1) 0.17s forwards;
}

.jlza .dlcg span:nth-child(3) {
  -webkit-animation: iyng 0.17s cubic-bezier(0.62, 0, 0.67, 1) forwards,
    m3jk 0.17s cubic-bezier(0.33, 0, 0.43, 1) 0.17s forwards;
  animation: iyng 0.17s cubic-bezier(0.62, 0, 0.67, 1) forwards,
    m3jk 0.17s cubic-bezier(0.33, 0, 0.43, 1) 0.17s forwards;
}

.jlza .dlcg span:nth-child(7) {
  -webkit-animation: iyng 0.17s cubic-bezier(0.62, 0, 0.67, 1) forwards,
    n3ro 0.17s cubic-bezier(0.33, 0, 0.43, 1) 0.17s forwards;
  animation: iyng 0.17s cubic-bezier(0.62, 0, 0.67, 1) forwards,
    n3ro 0.17s cubic-bezier(0.33, 0, 0.43, 1) 0.17s forwards;
}

.jlza .dlcg span:nth-child(9) {
  -webkit-animation: iyng 0.17s cubic-bezier(0.62, 0, 0.67, 1) forwards,
    oxro 0.17s cubic-bezier(0.33, 0, 0.43, 1) 0.17s forwards;
  animation: iyng 0.17s cubic-bezier(0.62, 0, 0.67, 1) forwards,
    oxro 0.17s cubic-bezier(0.33, 0, 0.43, 1) 0.17s forwards;
}

.blbg {
  color: var(--white);
  background-color: var(--black);
  border-color: var(--white);
}
.menu {
  transform: translate3d(-100%, 0px, 0px);
  opacity: 0;
  display: block !important;
}
.menu.open {
  opacity: 1;
  transform: translate3d(0%, 0px, 0px) !important;
  transition: all 0.5s ease-out;
}
.menu.open .menu-links-container {
  padding-top: 5vw;
  height: 100%;
}

@-webkit-keyframes iyng {
  to {
    top: 40%;
    left: 40%;
  }
}

@keyframes iyng {
  to {
    top: 40%;
    left: 40%;
  }
}

@-webkit-keyframes mxn0 {
  0% {
    top: 40%;
    left: 40%;
  }
  to {
    top: 0;
    left: 0;
  }
}

@keyframes mxn0 {
  0% {
    top: 40%;
    left: 40%;
  }
  to {
    top: 0;
    left: 0;
  }
}

@-webkit-keyframes xc3q {
  0% {
    top: 0;
    left: 0;
  }
  to {
    top: 40%;
    left: 40%;
  }
}

@keyframes xc3q {
  0% {
    top: 0;
    left: 0;
  }
  to {
    top: 40%;
    left: 40%;
  }
}

@-webkit-keyframes c3q2 {
  0% {
    top: 40%;
    left: 40%;
  }
  to {
    top: 0;
    left: 0;
  }
}

@keyframes c3q2 {
  0% {
    top: 40%;
    left: 40%;
  }
  to {
    top: 0;
    left: 0;
  }
}

@-webkit-keyframes juza {
  0%,
  50% {
    top: 40%;
    left: 40%;
  }
  to {
    top: 0;
    left: 40%;
  }
}

@keyframes juza {
  0%,
  50% {
    top: 40%;
    left: 40%;
  }
  to {
    top: 0;
    left: 40%;
  }
}

@-webkit-keyframes m3jk {
  0% {
    top: 40%;
    left: 40%;
  }
  to {
    top: 0;
    left: 80%;
  }
}

@keyframes m3jk {
  0% {
    top: 40%;
    left: 40%;
  }
  to {
    top: 0;
    left: 80%;
  }
}

@-webkit-keyframes cmqx {
  0% {
    top: 0;
    left: 80%;
  }
  to {
    top: 40%;
    left: 40%;
  }
}

@keyframes cmqx {
  0% {
    top: 0;
    left: 80%;
  }
  to {
    top: 40%;
    left: 40%;
  }
}

@-webkit-keyframes cmqy {
  0% {
    top: 40%;
    left: 40%;
  }
  to {
    top: 0;
    left: 80%;
  }
}

@keyframes cmqy {
  0% {
    top: 40%;
    left: 40%;
  }
  to {
    top: 0;
    left: 80%;
  }
}

@-webkit-keyframes r0aa {
  0%,
  50% {
    top: 40%;
    left: 40%;
  }
  to {
    top: 40%;
    left: 0;
  }
}

@keyframes r0aa {
  0%,
  50% {
    top: 40%;
    left: 40%;
  }
  to {
    top: 40%;
    left: 0;
  }
}

@-webkit-keyframes z0aa {
  0%,
  50% {
    top: 40%;
    left: 40%;
  }
  to {
    top: 40%;
    left: 80%;
  }
}

@keyframes z0aa {
  0%,
  50% {
    top: 40%;
    left: 40%;
  }
  to {
    top: 40%;
    left: 80%;
  }
}

@-webkit-keyframes n3ro {
  0% {
    top: 40%;
    left: 40%;
  }
  to {
    top: 80%;
    left: 0;
  }
}

@keyframes n3ro {
  0% {
    top: 40%;
    left: 40%;
  }
  to {
    top: 80%;
    left: 0;
  }
}

@-webkit-keyframes _3dgg {
  0% {
    top: 80%;
    left: 0;
  }
  to {
    top: 40%;
    left: 40%;
  }
}

@keyframes _3dgg {
  0% {
    top: 80%;
    left: 0;
  }
  to {
    top: 40%;
    left: 40%;
  }
}

@-webkit-keyframes dggx {
  0% {
    top: 40%;
    left: 40%;
  }
  to {
    top: 80%;
    left: 0;
  }
}

@keyframes dggx {
  0% {
    top: 40%;
    left: 40%;
  }
  to {
    top: 80%;
    left: 0;
  }
}

@-webkit-keyframes h0aa {
  0%,
  50% {
    top: 40%;
    left: 40%;
  }
  to {
    top: 80%;
    left: 40%;
  }
}

@keyframes h0aa {
  0%,
  50% {
    top: 40%;
    left: 40%;
  }
  to {
    top: 80%;
    left: 40%;
  }
}

@-webkit-keyframes oxro {
  0% {
    top: 40%;
    left: 40%;
  }
  to {
    top: 80%;
    left: 80%;
  }
}

@keyframes oxro {
  0% {
    top: 40%;
    left: 40%;
  }
  to {
    top: 80%;
    left: 80%;
  }
}

@-webkit-keyframes _5dgg {
  0% {
    top: 80%;
    left: 80%;
  }
  to {
    top: 40%;
    left: 40%;
  }
}

@keyframes _5dgg {
  0% {
    top: 80%;
    left: 80%;
  }
  to {
    top: 40%;
    left: 40%;
  }
}

@-webkit-keyframes dggy {
  0% {
    top: 40%;
    left: 40%;
  }
  to {
    top: 80%;
    left: 80%;
  }
}

@keyframes dggy {
  0% {
    top: 40%;
    left: 40%;
  }
  to {
    top: 80%;
    left: 80%;
  }
}

@-webkit-keyframes ywxl {
  24.24% {
    transform: scale(0.7);
  }
  to {
    transform: scale(1);
  }
}

@keyframes ywxl {
  24.24% {
    transform: scale(0.7);
  }
  to {
    transform: scale(1);
  }
}

@-webkit-keyframes hy2s {
  24.24% {
    transform: scale(0.7);
  }
  to {
    transform: scale(1);
  }
}

@keyframes hy2s {
  24.24% {
    transform: scale(0.7);
  }
  to {
    transform: scale(1);
  }
}

.section.home-about {
  margin-top: -50px;
}

.bannermain .slick-dots {
  display: flex;
  margin: 2rem 0 0 0;
  justify-content: center;
}
.bannermain .slick-dots li {
  padding: 0 5px;
  line-height: 0;
}
.bannermain .slick-dots li button {
  background: #a1a1a1;
  width: 10px;
  height: 10px;
  border: none;
  text-indent: -9999999px;
}
.bannermain .slick-dots li.slick-active button {
  background: var(--button-color);
}
.bannermain .slides_carousel .slick-dots {
  position: absolute;
  right: 4rem;
  top: -10rem;
  display: block;
}
.bannermain .slides_carousel .slick-dots li {
  padding: 10px 0;
}

.main_header {
  padding: 18px 0 0;
}
.main_header .defult-btn.popup-open {
  padding: 0;
  height: 46px;
}
.head-rightside {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.head-rightside .chat {
  background: transparent;
  color: var(--white);
  border: 1px solid var(--button-color);
  margin-right: 2rem;
}

.head-rightside .btnarrow {
  width: 46px;
  height: 46px;
  border-radius: 100%;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.head-rightside .btnarrow:hover i {
  margin-top: -10px;
  margin-right: -10px;
  animation-duration: 0.3s;
  transition: all 0.3s ease;
}
.blinking-dot {
  height: 10px;
  width: 10px;
  margin-left: 10px;
  border-radius: 50%;
  animation: 1s steps(5, start) infinite blink-animation;
}
@keyframes blink-animation {
  0%,
  100% {
    background-color: #2eee00;
  }
  50% {
    background-color: #000;
  }
}
.head-rightside a i {
  transform: rotate(40deg);
  font-size: 18px;
  animation-duration: 0.3s;
  transition: all 0.3s ease;
  color: var(--green);
}
.bannermain .slick-slide {
  margin: 0;
}
.bannermain {
  position: relative;

  display: flex;
  height: 100%;
  align-items: center;
  z-index: 1;
  padding-top: 6rem;
  padding-bottom: 0;
}
:is(.innerbanner, .bannermain,.contactul) {
  background: url(../images/home-page/home-banner.png) center/cover no-repeat;
}
.sliderbann {
  margin-left: 245px;
  max-height: calc(100vh);
  overflow: hidden;
  padding-right: 6rem;
  margin-top: 1rem;
}
.sliderbann img {
  width: 100%;
  opacity: 1 !important;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  transition: all 1s ease;
}

/* /////////// IMAGE ZOOM /////////// */
@keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
  }
  to {
    transform: scale3d(1.1, 1.1, 1.1);
  }
}

.zoomInImage {
  animation-name: zoomInImage;
}

@keyframes zoomOutImage {
  from {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

.zoomOutImage {
  animation-name: zoomOutImage;
}
.bannermain .slides_carousel {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  background: var(--black);
  width: 480px;
  padding: 15px 9px 5px;
}
.bannermain .slides_carousel .items img {
  width: 100%;
  border: 1px solid var(--white);
}
.bannermain .slides_carousel .slick-slide {
  margin: 0 10px;
}

.headbann {
  position: absolute;
  top: 50%;
  transform: translateY(-40%);
  z-index: 2;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
:is(.headbann, .inner-banenrhdg) * {
  color: var(--white);
}
:is(:is(.section-text-container, .headbann)) .defult-btn {
  color: var(--black);
  border: 0;
}
.headbann h3 {
  font-size: var(--fontsize23);
  font-weight: normal;
  margin-bottom: 15px;
}
:is(.headbann) h2 {
  font-size: var(--fonsize64);
  margin: 1rem 0 2rem;
}
:is(.inner-banenrhdg, .headbann) p {
  margin-bottom: 20px;
  font-size: 1rem;
}

.section-outlined-heading.outlined {
  color: var(--green) !important;
  font-size: 18.25rem;
}
.about-hdg {
  color: var(--button-color);
}
.heading-2.absolute {
  z-index: 2;
}

.home-about-inner-container .contleft {
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 54%;
  padding-right: 4%;
  height: 100vh;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.home-about-inner-container .imgdvs {
  position: sticky;
  top: 0px;
  width: 55%;
  height: 100vh;
  display: flex;
  align-items: center;
}
.home-about-inner-container .contleft h2 {
  font-size: 3vw;
  font-weight: 700;
  margin-bottom: 2rem;
  text-transform: uppercase;
}
.home-about-inner-container .imgdvs figure {
  position: relative;
  z-index: 1;
  padding: 10px 10px;
}
.home-about-inner-container .imgdvs figure:before {
  content: "";
  background: var(--black);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 20px;
  top: 20px;
}
.main_header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}
.main_header .defult-btn span {
  background-color: var(--bg-color);
}
.main_header .logo {
  display: none;
}
.template-index .main_header .logo {
  display: block;
  width: 190px;
}
.main_header .innerlogo {
  display: block;
  width: 250px;
}
.template-index .innerlogo {
  display: none !important;
}

.template-index .headbann {
  text-align: left;
  right: initial;
  left: initial;
  margin: 0;
}
.hading-cta {
  padding: 3rem 0;
  display: flex;
  color: var(--bg-color2);
  align-items: center;
  justify-content: center;
}
.hading-cta h1 {
  margin-bottom: 0;
  font-size: 5.688rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
}
.allright-text {
  display: inline-flex;
  align-items: center;
  justify-content: left;
  gap: 16px;
  animation: allright-text 10s linear infinite;
  white-space: nowrap;
  width: 100vw;
  position: relative;
  max-width: 100%;
  will-change: transform;
}
@keyframes allright-text {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-10%);
  }
}
.right-one {
  border-top: 1px solid #2a2a2a;
  padding-top: 20px;
}
.cta-sec {
  background-color: var(--bg-color);
  padding: 2rem 0;
}
.cta-sec .owl-prev span{
  filter: brightness(0) invert(1);
}
.cta-hding * {
  color: var(--white);
}
.cta-hding h3 {
  font-size: var(--fontsize72);
  font-weight: 400;
  font-family: "Hind", sans-serif;
}
.cta-hding p {
  font-size: var(--fonsize18);

  font-weight: 700;
}
.cta-hding .defult-btn {
  background-color: #106466;
}
:is(.awards-hdg,.introduction,.factSec,.contcatus) h3 {
  font-weight: 600;
  font-family: "Hind", sans-serif;
  color: var(--black);
  font-size: var(--fontsize59);
}
.introduction .owl-dots button::before,.introduction .owl-dot.active::after,.factSlider .owl-dots button::before,.factSlider .owl-dot.active::after{display: none;}
.introduction .owl-dots,.factSlider .owl-dots{display: none;}
.awards-hdg p {
  color: #8e8e8e;
  margin-bottom: 0;
}
:is(.awards-sec, .portfolio-sec,.contcatus) .section-outlined-heading {
  font-size: 11.938rem;
  font-family: "Hind", sans-serif;
  margin-left: -10%;
  letter-spacing: -4px;
  position: absolute;
  left: 0;
  right: 0;
}
.section-outlined-heading{margin-left: 0 !important;}
.awards-ul {
  padding-top: 5rem;
}
.awards-ul li {
  background-color: #f5f5f5;
  padding: 2rem 1rem;
  height: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.awards-ul li img {
  margin: auto;
  width: 150px !important;
}
.icon-cnt h4 {
  font-size: var(--fontsize20);
  margin: 2rem 0 10px;
  font-weight: 600;
  font-family: "Hind", sans-serif;
}
.awards-ul p {
  margin-bottom: 0;
}
.awards-sec .container {
  margin-top: 4rem;
}
.awards-sec .slick-slide {
  margin: 0px 10px 0px 0px;
}
.awards-sec .slick-slide:last-child {
  margin: 0;
}
.crafting-sec {
  padding-top: 3rem;
}
.cta2-sec {
  background: url(../images/cta2-bg.png) center/cover no-repeat;
  text-align: center;
}
.cta2-sec h3 {
  font-size: var(--fontsize23);
  color: var(--button-color);
}
.cta2-sec h2 {
  font-size: var(--fontsize72);
  color: var(--white);
  line-height: 1.1;
}
.cta2-sec .defult-btn {
  color: #092f30;
}
/* after-before-sec */
.after-before-sec .section-heading h2 {
  color: var(--button-color);
  font-size: var(--fontsize28);
  font-weight: 400;
}
:is(.our-proces-sec, .after-before-sec, .webstrategy-sec, .testimonials-sec)
  .section-heading
  h3 {
  font-size: var(--fontsize59);
  font-weight: 700;
  color: var(--black);
}

:is(.after-before-sec, .our-proces-sec) .section-heading p {
  font-size: var(--fontsize32);
  font-weight: 700;
  line-height: 1.2;
}
.after-before-sec .section-heading p span {
  color: var(--black);
}
.after-before-sec .owl-dots {
  position: absolute;
  top: -13rem;
  display: flex;
  border-bottom: 2px solid var(--bg-color2);
  padding-bottom: 2rem;
  z-index: 3;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

:is(.owl-prev, .owl-next) span {
  width: 26px;
  height: 38px;
  font-size: 0;
  position: absolute;
  display: block;
}
.owl-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  z-index: 1;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.owl-theme .owl-nav [class*="owl-"] {
  background-color: transparent;
  margin: 0;
  padding: 0;
}
.owl-prev span {
  background: url(../images/leftarrowberf.png) left/cover no-repeat;
  left: -4rem;
}
.owl-next span {
  background: url(../images/righttarrowberf.png) left/cover no-repeat;
  right: -4rem;
}
.owl-stage-outer {
  z-index: 2;
  position: relative;
  padding: 1rem 0;
}
.owl-theme .owl-dots .owl-dot span {
  display: none;
}
.owl-dots button {
  position: relative;
  height: 100px;
}
.owl-dots button::before {
  content: "";
  position: absolute;
  right: -4rem;
  background-color: var(--bg-color2);
  width: 1px;
  top: 0;
  margin: auto;
  bottom: 0;
}

.after-before-sec .owl-dots button:nth-child(1) {
  background: url(../images/new-church.png) center/cover no-repeat;
  width: 152px;
}
.after-before-sec .owl-dots button:nth-child(2) {
  background: url(../images/powr.png) center/cover no-repeat;
  width: 221px;
}
.after-before-sec .owl-dots button:nth-child(3) {
  background: url(../images/american.png) center/cover no-repeat;
  width: 158px;
}
.after-before-sec .owl-dots button:nth-child(4) {
  background: url(../images/ventura-foods.png) center/cover no-repeat;
  width: 190px;
}
.after-before-sec .owl-dots button:nth-child(5) {
  background: url(../images/web-design.png) center/cover no-repeat;
  width: 206px;
}
.after-before-sec .owl-carousel .owl-stage-outer {
  overflow: visible;
  overflow-x: clip;
}
.owl-carousel .owl-item img {
  display: block;
  width: auto;
}
.owl-dot.active {
  position: relative;
}
.owl-dot.active::after {
  position: absolute;
  content: "";
  width: 217px;
  height: 19px;
  bottom: -3rem;
  background: url(../images/slider-active.png) bottom/cover no-repeat !important;
  left: 0;
}
.aft-befr-wraper {
  padding-top: 15rem;
}
.aft-befr-wraper .owl-stage-outer::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  background: url(../images/aftbfr.png) center/cover no-repeat;
  width: 243px;
  height: 60px;
  margin-top: -2.5rem;
}
.owl-dots button:last-child::before {
  display: none;
}
.after-before-sec .container {
  max-width: 1390px;
}
.our-proces-sec {
  background-color: #f5f5f5;
  text-align: center;
  height: 445px;
  padding-bottom: 0;
}

.our-proces-sec h3 {
  color: #0c2222;
}
.our-proces-sec p {
  font-weight: 500 !important;
  margin-bottom: 0;
}
.our-proces-sec h5 {
  font-weight: 600;
  color: #6a6a6a;
  font-size: var(--fontsize32);
  font-family: "Hind", sans-serif;
}
.icon-ctn h6 {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: var(--fonsize18);
  color: #6e6e6e;
}
.icon-ctn picture {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #083132;
}
.our-procesul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 4rem;
  border: 0;
}
.icon-ctn {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.our-procesul li a:hover picture,
.our-procesul .active picture {
  background-color: var(--button-color);
}

.our-procesul li a:hover img,
.our-procesul .active img {
  filter: brightness(0) saturate(100%) invert(14%) sepia(49%) saturate(645%)
    hue-rotate(132deg) brightness(97%) contrast(98%);
}
.our-procesul li a:hover .icon-ctn h6,
.our-procesul .active .icon-ctn h6 {
  color: #083132;
}
.webstrategy-sec {
  padding-top: 0;
  margin-top: -10.6rem;
}
.webstrategy-sec .tab-content {
  margin-top: 5rem;
}
.tab-box {
  display: none;
}
:is(.webstrategy-sec :is(p, b)) {
  color: #8e8e8e;
}
.strategylist {
  margin-top: 1.2rem;
  line-height: 2.2;
}
.strategylist li {
  display: flex;
  align-items: center;
}
.strategylist li p {
  padding-left: 15px;
  margin-bottom: 0;
  color: #0c2222;
}
.strategylist li i {
  color: #0c2222;
}
/* testimonials */
.plateformimg {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  flex-wrap: wrap;
  margin-top: 1rem;
}
.testimonials-box {
  padding: 1.5rem;
  border-radius: 15px;
  border: 1px solid var(--bg-color2);
  height: 381px;
}
.testimonials-sec .container-fluid {
  padding: 0 5rem;
}
.name-details img {
  margin-right: 1rem !important;
}
.name-details {
  display: flex;
  align-items: center;
}
.testimonials-box h5 {
  font-size: var(--fontsize19);
  color: var(--black-color);
  font-weight: 600;
  margin-bottom: 0.5rem;
  line-height: 1.6;
}
.testimonials-box h6 {
  font-size: 14px;
  font-weight: 600;
}
.testimonials-box h6 span {
  font-weight: 400;
  color: #b2b2b2;
}
:is(.awards-sec, .testimonials-sec) .owl-nav {
  position: relative;
  left: auto;
  right: auto;
  justify-content: center;
  width: 0;
  padding-top: 2rem;
}
:is(.awards-sec, .testimonials-sec) .owl-prev span {
  left: -20px;
}
.testimonials-sec {
  padding-bottom: 8rem;
}
canvas {
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  right: 0%;
  bottom: 0%;
  left: 0%;
}
.innerbanner {
  position: relative;
  display: flex;
  align-items: center;
  height: 70vh;
}
/* popup-form */
#entry-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999990;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.62);
  display: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  top: 0;
}
.entry-box {
  padding-top: 0;
  padding-bottom: 20px;
  max-width: 476px;
  margin: 0 auto;
  border-radius: 0;
  background-color: var(--bg-color);
  position: relative;
  box-shadow: -140px -117px 19px -141px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 7px -1px rgba(0, 0, 0, 0.7);
}
.layer-1 {
  width: 9%;
  display: block;
  height: 99%;
  background-color: var(--bg-color);
  position: absolute;
  top: 1px;
  transform: rotate(-3deg);
  z-index: -1;
}
.layer-2 {
  display: block;
  width: 95%;
  height: 107%;
  position: absolute;
  top: 0;
  background: var(--button-color);
  z-index: -2;
  transform: translate(26px, -13px) rotate(1deg);
}
.layer-3 {
  width: 90%;
  height: 108%;
  display: block;
  position: absolute;
  top: -21px;
  background: var(--button-color);
  z-index: -3;
  transform: rotate(-3deg);
  right: 0;
}
.layer-4 {
  width: 102%;
  height: 108%;
  position: absolute;
  top: -26px;
  border: 5px solid #fff;
  transform: rotate(1deg);
  z-index: -1;
  left: -4px;
}
a#entry-box_close {
  width: 40px;
  height: 40px;
  display: block;
  line-height: 59px;
  color: #fff;
  border-radius: 50%;
  font-size: 32px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
  background: var(--white);
}
a#entry-box_close svg {
  width: 17px;
  height: 17px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.entry-box .form-text-1 h1 {
  font-family: Oswald, sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  line-height: 34px;
  margin-bottom: 12px;
}
.entry-box .form-text-1 h1 span.red {
  color: #f78d0e;
  text-transform: uppercase;
}
.col-sm-12.entry-right {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 30px;
  padding: 30px 15px 70px;
}
.entry-box .form-text-1 p {
  color: var(--white);
  font-size: 25px;
  line-height: normal;
  font-weight: 400;
  margin: 0;
}
.form-text-1 h3 {
  color: var(--white);
}
.entry-box .form-text-1 p strong {
  text-transform: uppercase;
}
.form-text-1 {
  position: relative;
  padding-left: 0;
  margin-bottom: 9px;
  text-align: center;
}
.form-text-1:before {
  content: "";
  width: 10px;
  height: 100%;
  position: absolute;
  left: 0;
  background-color: #f7941d;
  border-radius: 100px;
  display: none;
}
.entry-box .form-control {
  min-height: 50px;
  border-radius: 30px;
  background-color: var(--bg-color2);
  border-color: transparent;
  color: #fff;
  font-size: 19px;
  width: 100%;
  display: block;
  padding: 15px 24px;
  border: 1px solid #fff;
}
.entry-box .form-control::placeholder {
  color: var(--white);
}
.entry-box button {
  color: var(--white);
  width: 100%;
  text-transform: uppercase;
  font-size: 37px;
  font-weight: 700;
  padding: 10px 0;
  height: 70px;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#e59920),
    to(var(--bg-color2))
  );
  background-image: -o-linear-gradient(bottom, #e59920, var(--bg-color2));
  background-image: linear-gradient(to top, #e59920, var(--bg-color2));
  border-color: #fff;
  border-radius: 900px;
}
.entry-box button:hover {
  color: var(--white);
}
.form-root-counter li {
  width: auto !important;
}
.entry-box ul li i {
  color: #eb0000;
}
.form-btn {
  position: absolute;
  left: 0;
  right: 0;
  width: 565px;
  left: 50%;
  transform: translateX(-50%);
}

/* end testimonials */
.main-footer {
  background-color: #202020;
  padding-top: 3rem;
}
.form-group.row {
  border: 0 !important;
}
.main-footer h4 {
  text-align: center;
  color: var(--white);
  font-size: var(--fontsize59);
  margin-bottom: 3rem;
}
.contct-text p {
  font-size: var(--fontsize32);
  color: var(--white);
  margin-bottom: 0;
}
.contct-text h3 {
  font-size: var(--fonsize64);
  color: var(--white);
}
/* end-css */
.form-wraper .form-control {
  background-color: transparent;
  height: 60px;
  border-radius: 0;
  margin-bottom: 1rem;
}
.form-wraper label {
  color: #fff;
}
.form-wraper .form-control::placeholder,
textarea::placeholder {
  color: #fff !important;
}
.brand-details img {
  width: 240px;
  padding: 2rem 0;
}
.brand-details p {
  color: #fff;
}
ul.social-icon {
  display: flex;
  font-size: 30px;
}
ul.social-icon li {
  padding: 0 5px;
}
.main-footer h5 {
  color: var(--white);
  font-size: 30px;
  padding-bottom: 1.5rem;
  width: 88%;
}
ul.pages-link i .pages-link,
.pages-link li,
.pages-link a {
  color: #fff;
  padding-right: 1rem;
  padding-bottom: 1rem;
}
.services-2 {
  padding-top: 6rem;
  margin-top: 8px;
}
.main-footer .container {
  max-width: 1390px;
}
.brand-details p {
  padding-right: 10rem;
}
ul.talk-details a,
.talk-details li,
.talk-details i {
  color: #fff;
  padding-right: 1rem;
  padding-bottom: 1rem;
}
li.star-1 i {
  padding-right: 5px;
  color: #ffcf00;
}
.copyright .policys {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.policys li,
.policysa a {
  padding: 0;
}
ul.policys img {
  width: 250px;
}
.pages-link i {
  margin-right: 15px;
}
.pages-link {
  columns: 2;
}
.services-3 {
  display: flex;
  flex-direction: column;
  align-items: end;
}
.main-footer .row {
  border-bottom: 1px solid #fff;
  padding: 20px 0;
}
.policys {
  padding: 20px 0;
}
.policys span,
.policys a {
  color: #fff;
}
.contact-form .defult-btn {
  padding: 0 50px;
}

.inner-banenrhdg h5 {
  color: var(--button-color);
  margin-bottom: 7px;
}
.inner-banenrhdg{margin-top: 4rem;}
:is(.inner-banenrhdg :is(h5, h4)) {
  font-size: 1.563rem;
  font-weight: 300;
}
.inner-banenrhdg h2 {
  font-size: var(--fontsize59);
  margin-bottom: 2rem;
}
.inner-banenrhdg h4 {
  line-height: 1.8;
  margin-bottom: 2rem;
}
.inner-banenrhdg .defult-btn {
  color: var(--bg-color2);
  height: 44px;
}
:is(
    .banenrimg,
    .webbanenrimg,
    .moblebanenrimg,
    .videobanenrimg,
    .brandingbanenrimg,.smmpageimg,.ecombanenrimg
  ) {
  position: absolute;
}
.ecombanenrimg {
  right: 4rem;
  bottom: 1rem;
}
.banenrimg {
  width: 26%;
  right: 20rem;
  bottom: 0;
}
.service-sec {
  position: relative;
  margin: 2rem 1.7rem 0;
  overflow: hidden;
  padding: 0;
}
.service-wraper {
  overflow: hidden;
}
.slidehvr img {
  position: absolute;
  transition-property: transform;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: -webkit-transform 0.4s ease-in-out 0.2s;
  transition: -webkit-transform 0.4s ease-in-out 0.2s;
  transition: transform 0.4s ease-in-out 0.2s;
  transition: transform 0.4s ease-in-out 0.2s,
    -webkit-transform 0.4s ease-in-out 0.2s;
  pointer-events: none;
  transition-property: opacity;
  left: 0;
  cursor: pointer;
  top: 0;
}
.slidehvr.active img {
  opacity: 1;
  touch-action: pan-y;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: 0.3s;
}
:is(.services-ctn, .images-box-ul, .number-name) {
  display: flex;
  align-items: center;
  border-bottom: 2px solid var(--button-color);
}
.number-name {
  border: 0;
  transform: translate(0, 7rem);
  transition: 0.5s;
}
.number-name strong {
  font-size: var(--fonsize64);
  color: var(--button-color);
}
.number-name h3 {
  margin-left: 15px;
  margin-bottom: 0;
  font-size: var(--fontsize23);
  font-weight: 700;
  color: var(--white);
}
.images-box-ul li {
  width: 446px;
  height: 544px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-right: 1px solid var(--button-color);
  align-items: center;
}
.cnt-box {
  padding: 2rem 1.2rem;
  height: 300px;
}
.video-pageservices .cnt-box{
  padding: 2rem 1.2rem 5rem;
}
.slidehvr.active .cnt-box{height: auto;} 
.threed-logos img:last-child {
  left: auto;
}
.fadeIn-right i {
  color: var(--white);
  font-size: var(--fontsize59);
  position: absolute;
  right: 0;
  bottom: -5rem;
}
.images-box-ul li.active {
  background-color: #0b2727a6;
  -webkit-transition: background-color rgba(7, 23, 49, 0.4) ease-out;
  transition: 0.3s;
}
.slidehvr.active .cnt-box p {
  display: block;
  transform: translate3d(0, 0, 0);
  opacity: 1;
  transition: 0.5s;
}
.slidehvr.active .number-name {
  transform: translate(0, 0);
  transition: 0.5s;
}
.cnt-box p {
  font-size: var(--fonsize18);
  color: var(--white);
  font-weight: 600;
  transition: 0.5s;
  opacity: 0;
  transform: translate3d(27rem, 0, 0);
}
.portfolio-sec .section-outlined-heading.outlined {
  margin-left: 0;
  letter-spacing: normal;
  font-size: 18rem;
}
.portfolio-sec h3 {
  margin-top: 2rem;
  padding-left: 17rem;
}
.portfolio-tabs {
  z-index: 2;
  justify-content: space-between;
  position: relative;
  border: 0;
  align-items: center;
  margin: 3rem 0 2rem;
}
.portfolio-sec .nav-tabs .nav-link{border: 0;color: var(--black);padding: 1rem 2rem;}
.portfolio-sec .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
  background-color: var(--bg-color2);
  color: var(--white);
  padding: 1rem 2rem;
  border-radius: 12px;
}

.portfoliotbas {
  display: none;
}
.port-img img {
  width: 100% !important;
}
.portfolio-sec {
  padding-bottom: 0;
}
.webbanenrimg {
  width: 17%;
  right: 28rem;
  bottom: 0;
}
.moblebanenrimg {
  right: 19rem;
  width: 27%;
  bottom: 0;
}
.videobanenrimg {
  right: 30rem;
  bottom: 0;
  width: 13%;
}
.brandingbanenrimg {
  right: 5rem;
  width: 45%;
  bottom: 0;
}

/* Thanks You Page  */

.main-content__checkmark {
  font-size: 9.75rem !important;
  line-height: 1 !important;
  color: var(--button-color);
}

.main-thankyou {
  text-align: center;
}

.site-header__title {
  font-size: 6.5rem;
  font-weight: 700;
  color: var(--bg-color2);
  line-height: 1.1;
}

.main-content__body {
  margin: 20px 0 0;
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 500;
  font-size: 18px;
}
.main-content .defult-btn {
  color: var(--bg-color2);
  margin-top: 1rem;
}

/* Thanks You Page  */
.introduction,.introduction-section2,.factSec
{
  padding-bottom: 0;
}.intr-icon-box {
  box-shadow: 0.278px 1.981px 59px 0px rgba(0, 0, 0, 0.05);
  background-color: rgb(255, 255, 255);
  padding: 20px;

  border-radius: 12px;
  display: flex;
  align-items: center;
  margin-top: 40px;
}

.intr-icon-box h3 {
  font-size: var(--fontsize23);
  margin-bottom: 0;
  padding-left: 13px;
  font-weight: 600;
}

.intr-sec2-area {
  display: flex;
  align-items: center;
}

.intr-sec2-img1 {
  margin-left: -10.7%;
}

.factSec .factBox {
  padding: 2rem;
  background: #f9f9f8;
  text-align: center;
  border-radius: 12px;
}
.factSec .factBox .fact-icon {
  margin: 0 0 20px;
}
.factSec .factSlider li {
  width: 23%;
}
.factSec .factSlider {
  margin-top: 5rem;
  display: flex;
  justify-content: space-evenly;
  flex-flow: row wrap;
  gap: 1rem;
}
:is(.introduction,.factSec) p{
  color: #8e8e8e;
  font-size: var(--fonsize18);
  margin-bottom: 0;
}
.factBox img{
  filter: brightness(0) saturate(100%) invert(31%) sepia(24%) saturate(1338%) hue-rotate(133deg) brightness(94%) contrast(93%);
}
.portflex{display: flex;}
.portfolio-tabs a{color: var(--bg-color2); font-size: var(--fonsize18); padding: 10px 2rem; border: 1px solid var(--bg-color); border-radius: 30px;}
.portfolio-tabs{padding-bottom: 2rem;}
.portfolio-tabs a.active{background-color: var(--bg-color2); color: var(--white);}
.packblock{display: block;}
.highlight {
  background-color: yellow;
}
.tab-main-box h3{margin-bottom: 1rem;}
.tab-main-box {
  margin-top: 3rem;
}
.contactul{padding: 2rem;height: 100%;display: flex;flex-direction: column;justify-content: center;}
.contactul a {
  margin-left: 15px;
  color: var(--white);
  font-size: var(--fontsize23);
}
.contactul li{
  margin-bottom: 2rem;
}
.contactul li:last-child{margin-bottom: 0;display: inline-flex;}
.contact-pag-form .form-wraper .form-control{background-color: var(--bg-color2);}
.contact-pag-form .defult-btn {width: 100%;height: 55px;border-radius: 0;}
.contcatus{
  padding-bottom: 0;
}
.contcatus h3{margin-bottom: 5rem;}
.contcatus .row,.bdrclass{outline: 2px solid var(--button-color);outline-offset: 7px;}
.bdrclass{padding: 0;}
.contact-pag-form .form-wraper .form-control{
  height: 70px;
}
.contact-pag-form textarea{height: 150px !important; padding: 1rem;}
.smmpageimg{width: 40%;right: 0;bottom: 0;}
.after-before-sec {
  padding-bottom: 0;
}