/* SCSS HEX */
:root {
  --mainColor: #fff;
  --mainColor2: #6E34BC;
  --darkColor: #99426f;
  --darkerColor: #23245C;
  --lightColor: #f5feff;
  --linkColor: #e6e4ceff;
  --linkHoverColor: #bd9e34;
  --color2: #c09bd8ff;
  --color3: #ebc3dbff;
  --color4: #ede3e9ff;
  --lightBlue: #00B4B1;
  --orangColor: orange;
}
@font-face {
  font-family: 'DO';
  font-style: normal;
  font-weight: 400;
  src: url(../../assets/fonts/DroidKufi-Regular.eot);
  src: url(../../assets/fonts/DroidKufi-Regular.eot?#iefix) format('embedded-opentype'), url(../../assets/fonts/DroidKufi-Regular.woff2) format('woff2'), url(../../assets/fonts/DroidKufi-Regular.woff) format('woff'), url(../../assets/fonts/DroidKufi-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'shqawe';
  font-style: normal;
  font-weight: 400;
  src: url(../../assets/fonts/shqawe/7668f634eb4865a48f04d52ea3fb9b27.eot);
  src: url(../../assets/fonts/shqawe/7668f634eb4865a48f04d52ea3fb9b27.eot?#iefix) format('embedded-opentype'), url(../../assets/fonts/shqawe/7668f634eb4865a48f04d52ea3fb9b27.woff2) format('woff2'), url(../../assets/fonts/shqawe/7668f634eb4865a48f04d52ea3fb9b27.woff) format('woff'), url(../../assets/fonts/shqawe/7668f634eb4865a48f04d52ea3fb9b27.ttf) format('truetype');
}
body {
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease-in-out, visibility 1s;
  font-family: 'shqawe', sans-serif;
}
body.loaded {
  opacity: 1;
  visibility: visible;
  transition: opacity 1s ease-in-out;
}
#page-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  /* Or your main color */
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  animation: fadeOut 1.5s ease forwards;
  animation-delay: 2s;
  pointer-events: none;
}
.loader-content {
  text-align: center;
}
.loader-content img {
  width: 80px;
  height: 100px;
}
.loading-bar {
  width: 100px;
  height: 4px;
  background: #000;
  margin: 20px auto;
  animation: loadingBar 2s infinite;
}
@keyframes loadingBar {
  0% {
    width: 0;
  }
  50% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@keyframes fadeOut {
  to {
    opacity: 0;
    transform: translateY(-20px);
    visibility: hidden;
  }
}
@keyframes rotate360 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
ul,
ol {
  list-style: none;
  margin: 0 !important;
}
a,
a:hover {
  text-decoration: none !important;
}
.rtl {
  direction: rtl;
}
.ltr {
  direction: ltr;
}
.pointer {
  cursor: pointer;
}
.darkcolor {
  color: var(--darkColor) !important;
}
.darkercolor {
  color: var(--darkerColor) !important;
}
.lightblue {
  color: var(--lightBlue) !important;
}
.lightcolor {
  color: var(--lightColor) !important;
}
.mainColor {
  color: var(--mainColor) !important;
}
.mainColor2 {
  color: var(--mainColor2) !important;
}
.orangColor {
  color: var(--orangColor) !important;
}
.btn-my {
  background: var(--darkColor);
  color: var(--lightColor);
  border: 1px solid var(--darkColor);
  border-radius: 0.5rem;
  font-size: 1rem;
  font-weight: 600;
  margin: 1rem auto;
  text-align: center;
  display: block;
  width: fit-content;
}
.btn-my:hover {
  background: var(--lightColor);
  color: var(--darkColor);
  border: 1px solid var(--darkColor);
}
.wrapper {
  overflow: hidden;
}
.countdown {
  background: var(--darkColor);
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  color: var(--lightColor);
  margin: 2rem auto;
}
.countdown .countdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  color: var(--lightColor);
  border-radius: 50%;
  background: var(--lightColor);
  color: var(--darkColor);
  font-size: 3rem;
}
.back-to-top {
  font-size: 20px;
  color: #121212;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  background-color: var(--lightBlue);
  text-align: center;
  z-index: 99;
  color: var(--lightColor);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  display: none;
}
.back-to-top:hover {
  color: #121212;
  background-color: #1baed2;
}
.hero {
  padding: 0 !important;
  width: 100%;
  height: calc(100vh - 100px);
  position: relative;
}
.hero .text_conteiner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #333;
  z-index: 1;
  background: #ffffffc2;
  padding: 1.2rem;
  border-radius: 10px;
}
.hero .text_conteiner .main_text {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.hero .text_conteiner .main_text .shqawe {
  color: #f94ebe;
}
.hero .text_conteiner .main_text .for_service {
  color: #2e97ed;
}
.hero .text_conteiner .main_text .programming {
  color: #b4146d;
}
.hero .text_conteiner .main_text .design {
  color: #0462a3;
}
.hero .text_conteiner .sub_text {
  font-size: 1.5rem;
  font-weight: 400;
}
.hero .video_conteiner {
  height: 100%;
  position: relative;
}
.hero .video_conteiner video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}
.hero .video_conteiner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(151, 119, 153, 0.502);
}
header {
  height: 100px;
  box-shadow: 0px -3px 13px 1px #000;
  overflow: hidden;
  display: flex;
  align-items: center;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
header.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  height: 60px;
}
header.is-sticky .logo {
  width: 100px;
}
header .logo {
  position: relative;
  width: 150px;
  height: 90px;
}
header .logo img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 999;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  transform: scale(0);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.mobile-menu .close-mobile-menu {
  margin-right: auto;
  margin-left: 2rem;
  cursor: pointer;
  font-size: 2rem;
}
.mobile-menu .close-mobile-menu i {
  pointer-events: none;
}
.mobile-menu ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  font-size: 2rem;
  text-align: center;
  color: var(--darkColor);
}
@media only screen and (min-width: 375px) and (max-width: 992px) {
  header .logo {
    margin-right: 1rem;
  }
}
section {
  padding: 5rem 0;
}
section.bg_img {
  position: relative;
}
section.bg_img:after {
  content: "";
  position: absolute;
  background-color: rgba(255, 255, 255, 0.659);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/sec_bg.jpg);
  background-size: cover;
  background-position: center;
  opacity: 0.3;
  z-index: -1;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  -o-transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  -webkit-transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  -moz-transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  -ms-transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
section.gray {
  background: #ededed;
}
section .main_head {
  position: relative;
  padding-right: 60px;
  margin-bottom: 1rem;
}
section .main_head:before {
  content: "";
  position: absolute;
  top: 12px;
  right: -25px;
  transform: translateX(-50%);
  width: 8%;
  height: 4px;
  background-color: var(--darkColor);
  border-radius: 10px;
}
section .second_head {
  margin-bottom: 1rem;
  position: relative;
  width: max-content;
}
section .second_head svg {
  height: calc(100% + 20px);
  left: 50%;
  overflow: visible;
  position: absolute;
  top: 70%;
  transform: translate(-50%, -50%);
  width: calc(100% + 20px);
}
section .second_head svg path {
  stroke-width: 9;
  fill: none;
  opacity: 0;
  stroke-dasharray: 0 1500;
  transition: 0.1s;
  animation: headline-dash forwards;
  animation-duration: 1200ms;
  animation-iteration-count: 1;
}
section .second_head svg path:nth-of-type(2) {
  animation-delay: calc(1200ms / 2);
}
section .second_head svg path.sv_dark {
  stroke: var(--darkColor);
}
section .second_head svg path.sv_orange {
  stroke: orange;
}
section .second_head svg path.sv_blue {
  stroke: var(--lightBlue);
}
section .second_head svg path.sv_mainColor {
  stroke: var(--mainColor);
}
section .second_head svg path.sv_mainColor2 {
  stroke: var(--mainColor2);
}
section .second_head.e-hide-highlight svg path {
  opacity: 1;
  stroke-dasharray: 1500 1500;
  animation: hide-highlight 0.4s forwards;
  animation-iteration-count: 1;
}
section .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
section .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  background-size: cover;
}
section.aboutus {
  padding-bottom: 10rem;
}
section.aboutus .text {
  direction: rtl;
  text-align: justify;
}
section.aboutus .text .our-skills .single-skill {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 3rem 0;
}
section.aboutus .text .our-skills .single-skill .head {
  font-size: 14px;
  flex: 1 10%;
  margin: 0;
}
section.aboutus .text .our-skills .single-skill .perc {
  font-size: 14px;
  flex: 1;
  text-align: left;
}
section.aboutus .text .our-skills .single-skill .progress {
  flex: 1 55%;
  height: 5px;
  background: #f0f0f0;
  overflow: hidden;
  border-radius: 0;
}
section.aboutus .text .our-skills .single-skill .progress .progress-bar {
  -webkit-transition: width 1s ease-in-out;
  -moz-transition: width 1s ease-in-out;
  -ms-transition: width 1s ease-in-out;
  -o-transition: width 1s ease-in-out;
  transition: width 1s ease-in-out;
  height: 100%;
  width: 0;
  background: var(--darkColor);
}
section.whatgive .box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1em;
  direction: rtl;
}
section.whatgive .box .head {
  color: #b4146d;
  font-size: 1.4em;
  font-weight: 700;
  flex: 1 10%;
}
section.whatgive .box .icon {
  flex: 1 60%;
}
section.whatgive .box .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-width: 188px;
  max-height: 156px;
}
section.whatgive .box .text {
  flex: 1 30%;
  text-align: justify;
}
section.stats {
  background: rgba(0, 0, 0, 0.78);
}
section.stats .box {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: flex-start;
  gap: 1em;
}
section.stats .box .icon {
  font-size: 3rem;
  color: var(--lightBlue);
}
section.stats .box .number_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
section.stats .box .number_text .number {
  color: var(--lightColor);
}
section.stats .box .number_text .text {
  color: var(--color4);
  font-size: 1em;
  text-align: center;
}
section.services_section h3 {
  font-size: 2.5em;
  color: var(--darkColor);
}
section.services_section .services_intro {
  margin-bottom: 2rem;
}
section.services_section .services_intro .intro-img {
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}
section.services_section .services_intro p {
  font-size: 1.3em;
  line-height: 3rem;
}
section.services_section .services-container {
  position: relative;
}
section.services_section .services-container .service-box {
  border-radius: 10px;
  height: 350px;
  text-align: center;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  transition: transform 0.3s;
  margin-bottom: 2em;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
section.services_section .services-container .service-box .service-image {
  border-radius: 10px;
  flex: 1 60%;
  margin: 1rem;
  text-align: center;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}
section.services_section .services-container .service-box .service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-size: cover;
  border-radius: 10px;
  transition: transform 0.3s;
}
section.services_section .services-container .service-box:hover .desc {
  transform: translateY(0);
  bottom: 0;
}
section.services_section .services-container .service-box .name {
  color: var(--darkColor);
  margin-bottom: 1rem;
  font-size: 1em;
  font-weight: 600;
}
section.services_section .services-container .service-box .desc {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/bg_serv_hover.jpg);
  transform: translateX(0) translateY(100%);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
section.services_section .services-container .service-box .desc .inner-desc {
  background: rgba(40, 113, 137, 0.741);
  padding: 2rem;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--lightColor);
}
section.services_section .services-container .service-box .desc .inner-desc h5 {
  font-size: 1em;
  font-weight: 800;
  color: var(--orangColor);
}
section.com-profile {
  margin: -180px auto -90px auto;
  background: transparent;
}
section.com-profile .com-profile-container {
  margin: auto 80px;
  background: #88499C;
  padding: 1em;
  border-radius: 1rem;
  position: relative;
  z-index: 1;
}
section.com-profile .com-profile-container:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/cta-bg-imgae.png);
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.5;
  z-index: -1;
}
section.com-profile .com-profile-container .inner-com-profile {
  display: flex;
  gap: 2em;
  align-items: center;
  color: var(--lightColor);
}
section.com-profile .com-profile-container .inner-com-profile .com-profile-img {
  text-align: center;
}
section.com-profile .com-profile-container .inner-com-profile .com-profile-img h2 {
  margin-top: 1em;
  font-size: 12px;
  font-weight: 600;
  color: var(--lightColor);
}
section.com-profile .com-profile-container .inner-com-profile .com-profile-text h2 {
  font-weight: 600;
  color: var(--lightColor);
}
section.ourworks .works_box {
  justify-content: center;
  gap: 1em;
  border-radius: 1rem;
  overflow: hidden;
  transition: transform 0.3s;
  margin-bottom: 2em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 300px;
  position: relative;
  cursor: pointer;
}
section.ourworks .works_box:hover .text {
  bottom: 0;
  opacity: 1;
}
section.ourworks .works_box .featured {
  position: absolute;
  top: 15px;
  left: -23px;
  width: 110px;
  background: orange;
  color: var(--lightColor);
  z-index: 99;
  text-align: center;
  transform: rotate(319deg);
}
section.ourworks .works_box .image {
  flex: 1;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
section.ourworks .works_box .image:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0.5;
  transition: opacity 0.3s;
  z-index: -1;
}
section.ourworks .works_box .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-size: cover;
  transition: transform 0.3s;
}
section.ourworks .works_box .text {
  position: absolute;
  bottom: -180px;
  opacity: 0;
  right: 0;
  left: 0;
  margin: 2rem;
  padding: 0.5rem;
  border-radius: 10px;
  background: #3b4445;
  color: var(--lightColor);
  flex: 1 30%;
  font-size: 14px;
  text-align: justify;
  text-align: center;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
section.ourworks .works_box .text .head {
  display: flex;
  flex-direction: row-reverse;
  padding: 1rem;
  justify-content: space-between;
  align-items: center;
}
section.ourworks .works_box .text .head .icons {
  display: flex;
  align-items: center;
  gap: 1rem;
}
section.ourworks .works_box .text .head .icons .spotlight {
  background: var(--lightColor);
  padding: 2px 5px;
  border-radius: 5px;
  color: var(--lightBlue);
}
section.ourworks .works_box .text .head .icons .visit-site {
  background: var(--lightColor);
  padding: 2px 5px;
  border-radius: 5px;
  color: var(--lightBlue);
}
section.ourworks .works_box .workmap-model iframe {
  width: 100%;
  height: 450px;
  border: none;
}
section.hosting .row {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(294px, 1fr));
}
section.hosting .row.desc_row {
  display: flex;
  border-radius: 1rem;
  border: 1px solid var(--lightBlue);
}
section.hosting .row.desc_row .img {
  width: 120px;
  height: 90px;
}
section.hosting .row.desc_row .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-size: cover;
}
section.hosting .row .plan_head {
  width: calc(100% - 300px);
  background: #fff;
  border-radius: 1rem;
  padding: 1rem;
  color: var(--darkColor);
  font-size: 1.5rem;
  font-weight: 600;
  margin: 1rem auto;
  text-align: center;
  border: 1px solid var(--lightBlue);
}
section.hosting .row .plan_head .paln_head_info a {
  font-size: 12px;
}
section.hosting .row .hosting_box {
  border: 1px solid var(--lightBlue);
  background: #fff;
  border-radius: 1rem;
  overflow: hidden;
  padding: 24px;
  display: grid;
  gap: 24px;
  border-radius: 16px;
  position: relative;
  align-items: flex-end;
  grid-template-rows: auto auto;
  grid-auto-rows: minmax(100px, 1fr);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
section.hosting .row .hosting_box:hover {
  background: #c4dedd;
}
section.hosting .row .hosting_box:hover .head {
  animation: shakeX 0.8s ease;
}
section.hosting .row .hosting_box .head,
section.hosting .row .hosting_box h5 {
  text-align: center;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
section.hosting .row .hosting_box .features {
  margin: 0 auto !important;
}
section.hosting .row .hosting_box .features li i {
  color: green;
  margin-left: 1rem;
}
section.services .row {
  width: 100%;
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(315px, 1fr));
}
section.services .row .service_box {
  border: 1px solid #e5e7eb;
  width: 100%;
  overflow: hidden;
  padding: 24px;
  display: grid;
  border-radius: 12px;
  position: relative;
  align-items: flex-end;
  align-items: start;
  grid-template-rows: 1fr 50px;
  grid-auto-rows: minmax(100px, 1fr);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
section.services .row .service_box .service-inner-box {
  display: flex;
  flex-direction: column;
}
section.services .row .service_box .service-inner-box .box_head {
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #e5e7eb;
  gap: 1rem;
  align-items: center;
  padding-bottom: 1rem;
}
section.services .row .service_box .service-inner-box .box_head .service-image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 50px;
  border-radius: 99px;
  height: 50px;
  overflow: hidden;
}
section.services .row .service_box .service-inner-box .box_head .service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.services .row .service_box .service-inner-box .box_head .name_container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section.services .row .service_box .service-inner-box .box_head .name_container .name {
  font-weight: 600;
}
section.services .row .service_box .service-inner-box .box_head .name_container .sub_name {
  font-size: 14px;
}
section.services .row .service_box .service-inner-box .box_head .price {
  margin-right: auto;
  color: var(--darkColor);
  align-self: flex-start;
}
section.services .row .service_box .service-inner-box .box_head .price:after {
  content: "$";
}
section.services .row .service_box .service-inner-box .desc {
  flex: 1;
  padding: 1rem 0;
}
section.services .row .service_box:hover {
  background: #c4dedd;
}
section.services .row .service_box:hover .head {
  animation: shakeX 0.8s ease;
}
section.services .row.sp_service {
  margin: 3rem 0;
  border: 1px solid #e5e7eb;
  border-radius: 1rem;
  padding: 24px;
  grid-template-columns: repeat(auto-fit, minmax(315px, 1fr));
  gap: 24px;
  border-radius: 16px;
}
section.services .row.sp_service:hover .link a {
  animation: heartBeat 1s ease-in-out;
}
section.services .row.sp_service:hover .text .order {
  animation: heartBeat 1s infinite;
}
section.services .row.sp_service .text h2 {
  display: flex;
  gap: 5px;
}
section.services .row.sp_service .text h2 .order {
  width: auto;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
section.services .row.sp_service .link {
  margin-right: auto;
}
section.services .row.sp_service .link a {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
section.clients .client-slider {
  overflow: hidden;
  padding: 2rem 0;
  white-space: nowrap;
  position: relative;
}
section.clients .client-slider:before,
section.clients .client-slider:after {
  position: absolute;
  top: 0;
  width: 150px;
  height: 100%;
  content: "";
  z-index: 2;
}
section.clients .client-slider:before {
  left: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), #ededed);
}
section.clients .client-slider:after {
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #ededed);
}
section.clients .client-slider-track {
  display: inline-block;
  animation: marquee 40s linear infinite;
}
section.clients .client-slide {
  height: 200px;
  width: 300px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
section.clients .client-slide .client-name {
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 0.5rem;
  border-radius: 5px;
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@media only screen and (min-width: 375px) and (max-width: 992px) {
  .hero .text_conteiner {
    width: 100%;
  }
  .hero .text_conteiner .text_conteiner {
    font-size: 2rem;
  }
  .ourworks .works_box .featured {
    top: 16px;
    left: -20px;
  }
  .hosting .row .plan_head {
    width: 100% !important;
  }
  .hosting .row.desc_row .img {
    margin: 0 auto;
  }
  .services .row.sp_service .text {
    text-align: center;
  }
}
footer {
  background: #101010;
  padding: 2rem 0;
  border-top: 1px solid #e5e7eb;
  color: var(--lightColor);
}
footer img {
  width: 250px;
  height: auto;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes hide-highlight {
  0% {
    opacity: 1;
    stroke-dasharray: 1500 1500;
  }
  to {
    filter: blur(10px);
    opacity: 0;
  }
}
@keyframes headline-dash {
  0% {
    stroke-dasharray: 0 1500;
    opacity: 1;
  }
  to {
    stroke-dasharray: 1500 1500;
    opacity: 1;
  }
}
