a {
  text-decoration: none;
}

a:focus {
  text-decoration: none !important;
}

a:focus,
a:hover {
  color: #2575fc;
  text-decoration: none !important;
}

a,
button,
input {
  outline: medium none !important;
  color: #2575fc;
}

*::-moz-selection {
  background: #2575fc;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #2575fc;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #2575fc;
  color: #fff;
  text-shadow: none;
}


/* ------------------------
    Transition
------------------------*/
a,
i,
.btn,
.btn span,
button,
img,
span,
.nav-link,
.dropdown-item,
.social-icons li:hover a,
.owl-item,
.featured-item:after,
.featured-item::before,
.featured-item,
.featured-icon,
.featured-item .featured-icon i,
.price-table,
.post,
.post .post-image::before,
.post .post-image::after,
.post .post-desc,
.team-description,
.team-social-icon,
.team-member.style-3:before,
.team-member.style-3:after,
.timeline-content:before,
.timeline-content:after {
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}


/* ------------------------
    Transform translate
------------------------*/

/*--translate-X--*/
.transform-x,
.hexagon-bg {
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
}

/*--translate-Y--*/
.transform-y,
.align-center,
.image-column,
.footer-1 .subscribe-box,
.widget-searchbox .search-btn {
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}

/*--translate-XY--*/
.clear-loader,
.title-effect-2 i,
.featured-item .featured-icon span,
.blink-img,
.hexagon-bg.style-2,
.video-btn-pos,
.video-btn .spinner-eff {
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
}

/*--translate-X-5--*/
.navbar-nav .dropdown-menu .nav-link:focus,
.navbar-nav .dropdown-menu .nav-link:hover {
  transform: translateX(5px);
  -webkit-transform: translateX(5px);
  -o-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -moz-transform: translateX(5px);
}


/* ------------------------
    Box Shadow
------------------------*/
.box-shadow,
#header-wrap.fixed-header,
.navbar-nav ul,
.header-1 #header-wrap:before,
.header-1 #header-wrap:after,
.btn,
.icon-btn,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
#mc-form input[type="email"],
.timeline-content,
.timeline-title h2,
.contact-media,
.accordion .accordion-button,
.counter,
.img-box,
.tab.style-2,
.price-table,
.testimonial.style-1 .testimonial-content,
.testimonial.style-4 .testimonial-img,
.testimonial.style-5 .testimonial-content,
.team-member.style-1,
.team-link,
.team-member.style-2 .team-description,
.team-member.style-3,
.testimonial.style-2 .testimonial-content,
.testimonial.style-2 .testimonial-content:before,
.testimonial.style-2 .testimonial-content:after,
.testimonial.style-3 .testimonial-img,
.team-member.style-4 .team-description,
.team-description .team-icon li i,
.featured-item,
.featured-item:hover,
.featured-item.style-1 .featured-icon i,
.featured-item.style-2,
.featured-item.style-6 .featured-icon i,
.post,
.post.style-3 .post-image,
.post.style-3:hover,
.post.style-4 .post-desc,
.widget-title,
.comment-reply a,
.clients-logo {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(72, 73, 121, 0.15);
  -moz-box-shadow: 0px 0px 15px 0px rgba(72, 73, 121, 0.15);
  box-shadow: 0px 0px 15px 0px rgba(72, 73, 121, 0.15);
}

.featured-item.style-2:hover,
.price-table:hover {
  -webkit-box-shadow: 0px 20px 50px 0px rgba(153, 153, 153, 0.5);
  -moz-box-shadow: 0px 20px 50px 0px rgba(153, 153, 153, 0.5);
  box-shadow: 0px 20px 50px 0px rgba(153, 153, 153, 0.5);
}


/* ------------------------
    Custom Margin
------------------------*/
.custom-mt-5 {
  z-index: 99;
  position: relative;
  margin-top: -50px;
}

.custom-mt-7 {
  z-index: 99;
  position: relative;
  margin-top: -70px;
}

.custom-mt-10 {
  z-index: 99;
  position: relative;
  margin-top: -100px;
}

.custom-mt-12 {
  z-index: 99;
  position: relative;
  margin-top: -120px;
}

.custom-mt-15 {
  z-index: 99;
  position: relative;
  margin-top: -150px;
}

.custom-mt-20 {
  z-index: 99;
  position: relative;
  margin-top: -200px;
}

.custom-mt-25 {
  z-index: 99;
  position: relative;
  margin-top: -250px;
}

.custom-mt-30 {
  z-index: 99;
  position: relative;
  margin-top: -300px;
}


/* ------------------------
    Custom Padding
------------------------*/
.custom-pt-18 {
  padding-top: 180px;
}

.custom-pb-18 {
  padding-bottom: 180px;
}

/* ------------------------
    Padding
------------------------*/
.py-10 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.py-15 {
  padding-top: 150px !important;
  padding-bottom: 150px !important;
}

.custom-py-1 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}

.custom-py-2 {
  padding-top: 15rem !important;
  padding-bottom: 15rem !important;
}

.custom-py-3 {
  padding-top: 20rem !important;
  padding-bottom: 20rem !important;
}

.custom-py-4 {
  padding-top: 25rem !important;
  padding-bottom: 25rem !important;
}

.custom-py-5 {
  padding-top: 30rem !important;
  padding-bottom: 30rem !important;
}


/* ------------------------
    Margin
------------------------*/
.mt-8 {
  margin-top: 80px !important;
}

.mt-10 {
  margin-top: 100px !important;
}

.mt-15 {
  margin-top: 150px !important;
}

.my-8 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.my-10 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.my-15 {
  margin-top: 150px !important;
  margin-bottom: 150px !important;
}

.my-20 {
  margin-top: 200px !important;
  margin-bottom: 200px !important;
}


/* ------------------------
    Pre Loader
------------------------*/
#ht-preloader {
  background: #000;
  bottom: 0;
  height: 100%;
  left: 0;
  overflow: hidden !important;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 99999;
}

.clear-loader {
  z-index: 999;
  box-sizing: border-box;
  display: inline-block;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
}

.loader {
  position: relative;
  width: 20rem;
  height: 20rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #000;
}

.loader::before {
  z-index: 1;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8.69565rem;
  height: 8.69565rem;
  background: #000;
  border-radius: 50%;
}

.loader .loader-box {
  position: absolute;
  width: 10rem;
  height: 10rem;
  overflow: hidden;
}

.loader .loader-box::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 0.1;
}

.loader .loader-box:nth-child(1) {
  top: 0;
  left: 0;
}

.loader .loader-box:nth-child(1)::before {
  top: 50%;
  left: 50%;
  background: #2575fc;
  animation: lightMe1 4s ease-out infinite normal;
}

.loader .loader-box:nth-child(2) {
  top: 0;
  right: 0;
}

.loader .loader-box:nth-child(2)::before {
  top: 50%;
  right: 50%;
  background: #05f8a1;
  animation: lightMe2 4s ease-out infinite normal;
}

.loader .loader-box:nth-child(3) {
  bottom: 0;
  right: 0;
}

.loader .loader-box:nth-child(3)::before {
  bottom: 50%;
  right: 50%;
  background: #FF512F;
  animation: lightMe3 4s ease-out infinite normal;
}

.loader .loader-box:nth-child(4) {
  bottom: 0;
  left: 0;
}

.loader .loader-box:nth-child(4)::before {
  bottom: 50%;
  left: 50%;
  background: #481ea7;
  animation: lightMe4 4s linear infinite normal;
}

.loader .loader-wrap-text {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  overflow: hidden;
}

.loader .text {
  position: relative;
  width: 40px;
  height: 40px;
  line-height: 40px;
  animation: slider 8s ease-in infinite;
}

.loader .text span {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 2em;
  color: #fff;
}

.loader-text {
  color: #fff;
  transform: translateY(-2rem);
  letter-spacing: 6px;
  opacity: 0.2;
  animation: blink 1s ease-out infinite alternate;
}


/* ------------------------
    Background Overlay
------------------------*/
[data-overlay] {
  position: relative;
  z-index: 0;
}

[data-overlay]:before,
.slide-overlay:before {
  position: absolute;
  content: '';
  background-color: #000000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

[data-overlay].white-overlay:before {
  background-color: #fff;
}

[data-overlay].theme-overlay:before {
  background-color: #2575fc;
}

[data-overlay].grediant-overlay:before {
  background: rgb(0, 91, 234);
  background: linear-gradient(90deg, rgba(0, 91, 234, 1) 0%, rgba(37, 117, 252, 1) 80%);
}

[data-overlay="1"]:before {
  opacity: 0.1;
}

[data-overlay="2"]:before {
  opacity: 0.2;
}

[data-overlay="3"]:before {
  opacity: 0.3;
}

[data-overlay="4"]:before {
  opacity: 0.4;
}

[data-overlay="5"]:before {
  opacity: 0.5;
}

[data-overlay="6"]:before {
  opacity: 0.6;
}

[data-overlay="7"]:before {
  opacity: 0.7;
}

[data-overlay="8"]:before {
  opacity: 0.8;
}

[data-overlay="9"]:before {
  opacity: 0.9;
}

[data-overlay="10"]:before {
  opacity: 1;
}

[data-overlay="0"]:before {
  opacity: 0;
}


/* ------------------------ Subscribe Form------------------------*/
.subscribe-form {
  margin: 0;
  padding: 0;
  position: relative;
}

#mc-form {
  width: 100%;
}

#mc-form input[type="email"] {
  width: 100%;
  border: none;
  background: #ffffff;
  border-radius: 7px;
  color: #1c1d3e;
  font-size: 14px;
  padding: 0 20px;
  height: 60px;
}

#mc-form input[type="email"]::-webkit-input-placeholder {
  color: #1c1d3e;
}

#mc-form input[type="email"]::-moz-placeholder {
  color: #1c1d3e;
}

#mc-form input[type="email"]:-ms-input-placeholder {
  color: #1c1d3e;
}

#mc-form input[type="email"].placeholder {
  color: #1c1d3e !important;
}

#mc-form .btn {
  position: absolute;
  border-radius: 0px;
  top: 5px;
  right: 5px;
  padding: 0 25px;
  transition: 0.20s;
  height: 50px;
  border-radius: 7px;
}

#mc-form .btn:hover {
  transform: translateX(-3px);
}

.footer-1 .subscribe-box {
  position: absolute;
  top: 0;
  width: 100%;
}

.subscribe-inner {
  border-radius: 7px;
  -webkit-box-shadow: 0 0 75px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 0 75px rgba(0, 0, 0, .1);
  box-shadow: 0 0 75px rgba(0, 0, 0, .1);
  padding: 40px 25px;
  background: #fff;
  position: relative;
  z-index: 1;
}


/* ------------------------Header------------------------*/
.logo img {
  height: 45px;
}

#header-wrap.fixed-header .logo img {
  height: 45px;
}

.header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1200;
}

#header-wrap {
  padding: 10px 0;
  background: #ffffff;
  position: relative;
}

.header-1 #header-wrap {
  padding: 10px 20px;
}

#header-wrap.fixed-header {
  animation: smoothScroll 1s forwards;
  padding: 10px 20px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999 !important;
  background: #ffffff !important;
}

.header-1 #header-wrap:before {
  content: "";
  background: #f9f7fc;
  width: 96%;
  height: 30px;
  position: absolute;
  left: 2%;
  bottom: -10px;
  z-index: -1
}

.header-1 #header-wrap:after {
  content: "";
  background: #fcfbfd;
  width: 92%;
  height: 30px;
  position: absolute;
  left: 4%;
  bottom: -20px;
  z-index: -9
}

#header-wrap.fixed-header:before,
#header-wrap.fixed-header:after {
  display: none;
}

.header-2 #header-wrap,
.header-3 #header-wrap {
  background: none;
}

.header-2 #header-wrap:before,
.header-2 #header-wrap:after {
  display: none;
}

@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }

  100% {
    transform: translateY(0px);
  }
}

.navbar {
  padding: 0;
}

.navbar-nav .nav-item {
  margin: 0 20px;
}

.navbar-nav .nav-item.dropdown .dropdown-menu {
  padding: 10px;
  background: #ffffff;
  top: 100%;
  border: none;
  margin-top: 0;
  left: 0;
}

.navbar-brand {
  margin-right: 0;
  height: auto;
}

.nav-item.dropdown .dropdown-menu li:last-child {
  margin-bottom: 0;
}

.nav-item.dropdown .dropdown-menu a {
  display: block;
  padding: 10px 20px;
  white-space: nowrap;
  position: relative;
  background: none;
  color: #1c1d3e;
  font-size: 14px;
  font-weight: 400;
}

.nav-item.dropdown .dropdown-menu a:hover {
  color: #2575fc;
  padding-left: 35px;
}

.navbar-nav .dropdown-menu .dropdown-submenu .dropdown-toggle.show,
.navbar-nav .dropdown-menu .dropdown-submenu .dropdown-toggle:focus {
  color: #2575fc;
  padding-left: 35px;
}


.nav-item.dropdown .dropdown-menu a::before {
  position: absolute;
  top: 0;
  left: 10px;
  color: transparent;
  content: '.';
  text-shadow: 0 0 transparent;
  font-size: 2em;
  line-height: 1em;
  -webkit-transition: text-shadow 0.3s, color 0.3s;
  -moz-transition: text-shadow 0.3s, color 0.3s;
  transition: text-shadow 0.3s, color 0.3s;
  pointer-events: none;
  animation: opacitychange 1s ease-in-out infinite;
}

.nav-item.dropdown .dropdown-menu a:hover::before,
.nav-item.dropdown .dropdown-menu a:focus::before {
  color: #2575fc;
  text-shadow: 10px 0 #1c1d3e, -10px 0 #1c1d3e;
}

.nav-link.dropdown-toggle::after,
.navbar-nav .dropdown-submenu .dropdown-toggle::after {
  border: none;
  content: '+';
  vertical-align: middle;
  width: 10px;
}

.nav-link.dropdown-toggle:hover::after,
.navbar-nav .dropdown-submenu .dropdown-toggle:hover::after {
  content: '-';
}


@media (min-width:992px) {
  .navbar-nav .dropdown-menu {
    min-width: 12em !important;
    max-width: 20em !important;
  }

  .navbar-nav .dropdown>.dropdown-menu {
    opacity: 0;
    position: absolute;
    display: block;
    pointer-events: none;
    background: #ffffff;
  }

  .navbar-nav .dropdown:hover>.dropdown-menu {
    display: block;
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
  }

  .navbar-nav .dropdown-submenu:hover .dropdown-menu {
    top: 0;
  }

  .navbar-nav.ms-auto .nav-item.dropdown .dropdown-menu {
    right: 0;
  }

  .navbar-nav.ms-auto .dropdown-menu .dropdown-submenu .dropdown-menu {
    left: auto;
    right: 100%;
  }
}

@media (max-width:991.98px) {
  .navbar-nav .dropdown-submenu .dropdown-menu {
    padding: 0;
    top: 0;
  }
}

.navbar-nav .dropdown-menu .dropdown-submenu .dropdown-menu {
  background: #ffffff;
  left: 100%;
  margin: 0;
  right: auto;
  top: 0;
}

.navbar-nav .dropdown-submenu {
  display: block;
  position: relative;
}

.navbar-nav .nav-link {
  color: #1c1d3e;
  font-weight: 500;
  padding: 0 !important;
  border-radius: 0;
  text-transform: capitalize;
  position: relative;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-item .nav-link.active {
  color: #2575fc;
}

.navbar-nav .nav-link::before {
  position: absolute;
  bottom: -15px;
  left: 50%;
  color: transparent;
  content: '.';
  text-shadow: 0 0 transparent;
  font-size: 2em;
  -webkit-transition: text-shadow 0.3s, color 0.3s;
  -moz-transition: text-shadow 0.3s, color 0.3s;
  transition: text-shadow 0.3s, color 0.3s;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  pointer-events: none;
  animation: opacitychange 1s ease-in-out infinite;
  line-height: 1;
}

.navbar-nav .nav-link:hover::before,
.navbar-nav .nav-item .nav-link.show::before,
.navbar-nav .nav-item .nav-link.active::before,
.navbar-nav .nav-link:focus::before {
  color: #2575fc;
  text-shadow: 10px 0 #1c1d3e, -10px 0 #1c1d3e;
}

.header-3 .navbar-nav .nav-link {
  color: #ffffff;
}

.header-3 .navbar-nav .nav-link:hover,
.header-3 .navbar-nav .nav-item .nav-link.active {
  color: #ffffff;
}

.header-3 .navbar-nav .nav-link:hover::before,
.header-3 .navbar-nav .nav-item .nav-link.active::before,
.header-3 .navbar-nav .nav-link:focus::before {
  color: #ffffff;
}

.header-3 #header-wrap.fixed-header .navbar-nav .nav-link {
  color: #1c1d3e
}

.header-3 #header-wrap.fixed-header .navbar-nav .nav-link:hover,
.header-3 #header-wrap.fixed-header .navbar-nav .nav-item .nav-link.active {
  color: #2575fc
}

.header-3 #header-wrap.fixed-header .navbar-nav .nav-link:hover::before,
.header-3 #header-wrap.fixed-header .navbar-nav .nav-link.active::before {
  color: #2575fc;
}

.logo .sticky-logo {
  display: none !important;
}

.header-2 #header-wrap.fixed-header .logo>img,
.header-3 #header-wrap.fixed-header .logo>img {
  display: none !important;
}

.header-2 #header-wrap.fixed-header .logo .sticky-logo,
.header-3 #header-wrap.fixed-header .logo .sticky-logo {
  display: block !important;
}


/* ------------------------Footer------------------------*/
.footer {
  padding: 80px 0;
}

.footer-pattern {
  bottom: 0;
  position: absolute;
}

.primary-footer {
  position: relative;
  z-index: 99;
  font-size: 16px;
}

.secondary-footer {
  color: #5f5f5f;
  font-weight: normal;
}

.copyright {
  margin-top: 50px;
}

.copyright span a {
  font-weight: bold;
}

.theme-bg .copyright {
  border-top: 2px solid rgba(255, 255, 255, 0.030);
  padding-top: 50px;
}

.footer-logo img {
  height: 50px;
}

.primary-footer,
.primary-footer a {
  color: #1c1d3e;
}

.primary-footer h4 {
  margin-bottom: 20px;
}

.footer-1 {
  margin-top: 100px;
  padding-top: 150px;
}

.footer-2 {
  padding-top: 250px;
}

.footer-3 {
  padding-top: 220px;
}

.media-icon.list-inline li {
  display: inline-block;
}

.media-icon li {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 400;
}

.media-icon li:last-child {
  margin-bottom: 0;
}

.media-icon li a {
  color: #2575fc
}

.media-icon li a:hover {
  text-decoration: underline !important;
}

.footer-list li {
  margin-bottom: 15px;
  text-transform: capitalize;
}

.footer-list li:last-child {
  margin-bottom: 0;
}

.footer-list li a {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  color: #1c1d3e
}

.footer-list .list-inline li {
  display: inline-block;
  margin: 0 10px;
}

.footer-logo {
  margin-bottom: 15px;
}

.footer-social ul li {
  display: inline-block;
}

.footer-social ul li a {
  color: #1c1d3e
}

.footer-social ul li a:hover {
  color: #2575fc
}

.theme-bg .primary-footer,
.theme-bg .primary-footer a,
.theme-bg .secondary-footer,
.theme-bg .footer-social ul li a,
.theme-bg .footer-list li a,
.theme-bg .primary-footer h4,
.dark-bg .primary-footer,
.dark-bg .primary-footer a,
.dark-bg .secondary-footer,
.dark-bg .footer-social ul li a,
.dark-bg .footer-list li a,
.dark-bg .primary-footer h4 {
  color: #ffffff
}

.footer h4 {
  display: block;
}

#footer-wave {
  position: absolute;
  height: 100px;
  top: 0;
  left: 0;
  width: 100%;
}

#footer-wave svg path {
  fill: #ffffff;
}

#footer-wave svg {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}


/* ------------------------Page Title------------------------*/
.page-title {
  display: block;
  padding: 200px 0 250px;
  z-index: 1
}

.page-title h1 {
  font-size: 50px;
  color: #1c1d3e;
  line-height: 60px;
  font-weight: 700;
  margin-bottom: 20px;
}

.page-title p {
  margin-bottom: 0;
  color: #1c1d3e;
}

.breadcrumb {
  padding: 0;
  background: none;
  display: inline-block;
  border-radius: 0;
  margin: 0;
  text-transform: capitalize;
  color: #1c1d3e;
  font-weight: 700;
}

.breadcrumb-item {
  display: inline-block;
}

.breadcrumb-item a {
  color: #1c1d3e
}

.breadcrumb-item.active,
.breadcrumb-item a:hover {
  color: #2575fc;
}

.page-title-pattern {
  bottom: 0;
  position: absolute;
  z-index: -1
}


/* ------------------------Flat Icon------------------------*/
@font-face {
  font-family: "Flaticon";
  src: url("../fonts/Flaticon.eot");
  src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Flaticon.woff") format("woff"),
    url("../fonts/Flaticon.ttf") format("truetype"),
    url("../fonts/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Flaticon";
    src: url("../fonts/Flaticon.svg#Flaticon") format("svg");
  }
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-style: normal;
}

.flaticon-scroll:before {
  content: "\f100";
}

.flaticon-mall:before {
  content: "\f101";
}

.flaticon-web-design:before {
  content: "\f102";
}

.flaticon-briefing:before {
  content: "\f103";
}

.flaticon-customer-service:before {
  content: "\f104";
}

.flaticon-resolution:before {
  content: "\f105";
}

.flaticon-go-up-in-web:before {
  content: "\f106";
}

.flaticon-objective:before {
  content: "\f107";
}

.flaticon-checked:before {
  content: "\f108";
}

.flaticon-google-play:before {
  content: "\f109";
}

.flaticon-chevron:before {
  content: "\f10a";
}

.flaticon-back-arrow:before {
  content: "\f10b";
}

.flaticon-research:before {
  content: "\f10c";
}

.flaticon-market:before {
  content: "\f10d";
}

.flaticon-data:before {
  content: "\f10e";
}

.flaticon-analytics:before {
  content: "\f10f";
}

.flaticon-chart:before {
  content: "\f110";
}

.flaticon-software:before {
  content: "\f111";
}

.flaticon-price-tag:before {
  content: "\f112";
}

.flaticon-info:before {
  content: "\f113";
}

.flaticon-review:before {
  content: "\f114";
}

.flaticon-collaboration:before {
  content: "\f115";
}

.flaticon-blog:before {
  content: "\f116";
}

.flaticon-process:before {
  content: "\f117";
}

.flaticon-quality:before {
  content: "\f118";
}

.flaticon-review-1:before {
  content: "\f119";
}

.flaticon-project:before {
  content: "\f11a";
}

.flaticon-happiness:before {
  content: "\f11b";
}

.flaticon-paper-plane:before {
  content: "\f11c";
}

.flaticon-social-media:before {
  content: "\f11d";
}

.flaticon-email:before {
  content: "\f11e";
}

.flaticon-close:before {
  content: "\f11f";
}

.flaticon-chain:before {
  content: "\f120";
}

/* line animation */

/* animation line wraper */
.anim_line {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.anim_line span {
  position: absolute;
  z-index: 99999;
  top: -275px;
  animation: star_down_one 6s infinite linear;
  opacity: 0;
}

.anim_line.dark_bg {
  max-width: 1170px;
}

.anim_line.dark_bg span {
  transform: rotate(180deg);
}

.anim_line span:first-child {
  left: -17%;
  animation-delay: 3s;
}

.anim_line span:nth-child(2) {
  left: 0%;
  animation-delay: 5s;
}

.anim_line span:nth-child(3) {
  left: 17%;
  animation-delay: 1s;
}

.anim_line span:nth-child(4) {
  left: 34%;
  animation-delay: 4s;
}

.anim_line span:nth-child(5) {
  left: 51%;
  animation-delay: 7s;
}

.anim_line span:nth-child(6) {
  left: 68%;
}

.anim_line span:nth-child(7) {
  left: 85%;
  animation-delay: 3s;
}

.anim_line span:nth-child(8) {
  left: 99%;
  animation-delay: 2s;
}

.anim_line span:nth-child(9) {
  left: 117%;
  animation-delay: 5s;
}

/* animation line section */
.anim_line,
.anim_line.dark_bg {
  width: 140%;
}


@keyframes star_down_one {
  0% {
    opacity: 0;
    top: -250px;
  }

  10% {
    opacity: 1;
  }

  90% {
    opacity: 1;
  }

  100% {
    top: 100%;
    opacity: 0;
  }
}


.row_am {
  padding: 50px 0;
}


/* -------------Modern-Ui-Section-Css-Start---------------- */
/* modern ui section wraper */
.modern_ui_section .row {
  align-items: center;
}

.modern_ui_section .design_block {
  margin-top: 45px;
}

/* modern ui text */
.modern_ui_section .section_title {
  text-align: left;
}

.modern_ui_section .ui_text {
  padding-right: 75px;
}

/* modern ui list */
.modern_ui_section .design_block li {
  padding-left: 40px;
  position: relative;
  margin-bottom: 25px;
}

.modern_ui_section .design_block li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  background-image: url(../images/right_icon.png);
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.modern_ui_section .design_block li h4 {
  font-size: 20px;
  color: var(--dark-purple);
  font-weight: 600;
  margin-bottom: 8px;
}

.modern_ui_section .design_block li p {
  margin-bottom: 0;
}

/* modern ui images */
.modern_ui_section .ui_images {
  display: flex;
  position: relative;
}

.modern_ui_section .ui_images::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 570px;
  height: 570px;
  border-radius: 100%;
  background-color: var(--bg-white);
  z-index: -1;
}

.modern_ui_section .ui_images .right_img img:nth-child(3) {
  margin-left: -140px;
  margin-top: -20px;
}

.modern_ui_section .ui_images .right_img img:nth-child(2) {
  margin-left: -90px;
  margin-top: -20px;
}

.modern_ui_section .ui_images .right_img img:nth-child(1) {
  position: relative;
  top: 15px;
  z-index: 99;
  margin-left: -15px;
}


/* --------Object-Moving-Animation-Css-Start----- */
.moving_animation {
  animation: moving_object 6s infinite linear;
}

.moving_position_animatin {
  position: relative;
  animation: moving_position_animatin 6s infinite linear;
  z-index: -1;
}

.about_app_section {
  margin-top: 100px;
}

.about_app_section .about_img .screen_img img {
  animation-delay: 3s;
}

.modern_ui_section .ui_images .right_img img:nth-child(3) {
  animation-delay: 3s;
}

.modern_ui_section .ui_images .right_img img:nth-child(2) {
  animation-delay: 3s;
}

.modern_ui_section .ui_images .right_img img:nth-child(1) {
  animation-delay: 3s;
}

@keyframes moving_object {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-30px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes moving_position_animatin {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-30px);
  }

  100% {
    transform: translateY(0);
  }
}

/* about us section wraper */
.about_app_section .about_img {
  display: flex;
  align-items: center;
  position: relative;
}

/* about us section images*/
.about_app_section .about_img img {
  max-width: 100%;
}

.about_app_section .about_img::before {
  content: "";
  position: absolute;
  left: 38%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
  height: 500px;
  background-color: #ffffff;
  border-radius: 100%;
  z-index: -1;
}

.about_app_section .about_img .screen_img {
  margin-left: -135px;
  margin-top: 110px;
}

.about_app_section .about_text .section_title {
  text-align: left;
}

.about_app_section .about_text .section_title h2 {
  margin-bottom: 15px;
}

/* about us section  statastics nomber */
.about_app_section .about_text .app_statstic {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px;
  margin-top: 40px;
}

.about_app_section .about_text .app_statstic li {
  width: 248px;
  background-color: #ffffff;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  border-radius: 12px;
  padding: 15px 10px;
  padding-left: 35px;
  box-shadow: 0px 4px 10px #EDE9FE;
}

.about_app_section .about_text .app_statstic li .icon {
  margin-right: 9px;
}

.about_app_section .about_text .app_statstic li p {
  margin-bottom: 0;
  line-height: 1;
  color: #32236f;
  ;
}

.about_app_section .about_text .app_statstic li p:first-child {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 3px;
}


.about_app_section .btn.focus,
.about_app_section .btn:focus {
  outline: none;
  box-shadow: none;
}

/* purple button */
.puprple_btn {
  background-color: var(--purple);
  color: var(--text-white);
  border-radius: 50px;
  padding: 10px 40px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  font-weight: 500;
}

.puprple_btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background-color: var(--bg-white);
  border-radius: 50px;
  transition: .6s all;
  z-index: -1;
}

.puprple_btn:hover::before {
  width: 100%;
}

.puprple_btn:hover {
  color: var(--purple);
}

a {
  text-decoration: none !important;
}