/*
@File: Dovi Template Styles

* This file contains the styling for the actual template, this
is the file you need to edit to change the look of the template.

This files table contents are outlined below>>>>>>>>
****************************************************
* - DEFAULT AREA STYLE - *

** - Global Style

** - Top Header Area CSS
** - Navbar Area CSS
** - Preloader CSS
** - Go Top CSS

* - HOME PAGE STYLE - *

** - Banner Area CSS
** - Home Area Two CSS
** - Hero Area Three CSS

* - OTHER STYLE AREA - *

** - About Page CSS
** - FAQ Page CSS
** - Pricing Page CSS
** - Testimonials Page CSS
** - Blog Page CSS
** - Blog Details Page CSS
** - Contact Us Page CSS
** - Login Register Area Style
** - Privacy Policy Area CSS
** - 404 Error Page CSS
** - Our Terms & Conditions Page CSS

****************************************************
*/
/* Global  Style */
@import url("Vazirmatn-RD-FD-font-face.css");

body {
  color: #62609c;
  font-size: 16px;
  font-family: "Vazirmatn RD FD", sans-serif;
}



[type="email"], [type="number"], [type="tel"], [type="url"] {
  direction: rtl;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, span, p, li, a {
letter-spacing: 0px !important;
font-family: "Vazirmatn RD FD", sans-serif;
}
.odometer.odometer-auto-theme,.odometer.odometer-theme-default{direction: ltr;font-family: "Vazirmatn RD FD", sans-serif;}
.coming-soon-area .coming-soon .list ul {
  direction: ltr;
}
button, input, optgroup, select, textarea {
font-family: "Vazirmatn RD FD", sans-serif;
}
#timer {
  direction: ltr;
}
.about-team-area .team-slider-item .swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset,10px)!important;
    right: auto!important;
}

@media only screen and (max-width: 767px) {
.feedback-slider-item .swiper-slider-arrow .swiper-button-prev {
    left: 0!important;
    right: 60px!important;
  }
  .feedback-slider-item .swiper-slider-arrow .swiper-button-next {
    right: 0!important;
    left: 60px!important;
  }
}


img {
  max-width: 100%;
  height: auto;
}

a {
  color: #62609c;
  text-decoration: none;
  transition: all ease 0.5s;
}
a:hover {
  color: #913bff;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #040265;
  font-weight: 700;
  font-family: "Vazirmatn RD FD", sans-serif;
}

p {
  margin-bottom: 15px;
  line-height: 1.8;
  color: #62609c;
  transition: all ease 0.5s;
}
p:last-child {
  margin-bottom: 0;
}

.bg-color-090576 {
  background-color: #090576;
}

.bg-color-f7faff {
  background-color: #f7faff;
}

.bg-color-f8f8f8 {
  background-color: #f8f8f8;
}

.bg-color-f8f8ff {
  background-color: #f8f8ff;
}

.bg-color-011aa3 {
  background-color: #011aa3;
}

.bg-color-f4f9ff {
  background-color: #f4f9ff;
}

.bg-color-f5faff {
  background-color: #f5faff;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.ptb-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.pt-70 {
  padding-top: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

/*
Default Area Style
======================================================*/
.section-title {
  max-width: 505px;
  margin: auto;
  text-align: center;
  margin-bottom: 35px;
}
.section-title .sub-title {
  display: block;
  color: #0d8afd;
  margin-bottom: 10px;
}
.section-title .two-style {
  display: block;
  color: #0d8afd;
  margin-bottom: 10px;
}
.section-title h2 {
  font-size: 40px;
  margin-bottom: 0;
  line-height: 56px;
}

.section-heading {
  margin-bottom: 35px;
}
.section-heading .sub-title {
  display: block;
  color: #0d8afd;
  margin-bottom: 10px;
}
.section-heading .two-style {
  display: block;
  color: #0d8afd;
  margin-bottom: 10px;
}
.section-heading h2 {
  font-size: 40px;
  line-height: 1.3;
  margin-bottom: 15px;
}

.common-btn {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  font-family: "Vazirmatn RD FD", sans-serif;
  position: relative;
  background-color: #913bff;
  color: #ffffff;
  border-radius: 5px;
  border: none;
  text-align: center;
  transition: all ease 0.5s;
  padding-top: 12px;
  padding-right: 30px;
  padding-left: 30px;
  padding-bottom: 12px;
  z-index: 1;
}
.common-btn::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 0%;
  background-color: #3d8dfd;
  z-index: -1;
  opacity: 0;
  border-radius: 5px;
  transition: all ease 0.5s;
}
.common-btn:hover {
  color: #ffffff;
}
.common-btn:hover::before {
  opacity: 1;
  height: 100%;
  visibility: visible;
}

.read-more {
  display: inline-block;
  position: relative;
  font-weight: 500;
  font-family: "Vazirmatn RD FD", sans-serif;
}
.read-more i {
  position: absolute;
  top: 3px;
  left: -22px;
  font-size: 20px;
  color: #040265;
  transition: all ease 0.5s;
}

/*
Top Header Area CSS 
========================================================*/
.header-area {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 999;
}
.header-area .wile-navbar.sticky {
  position: fixed;
}

.top-header-area {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: transparent;
}
.top-header-area .container-fluid {
  max-width: 1720px;
}
.top-header-area .top-header-info ul {
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.top-header-area .top-header-info ul li {
  position: relative;
  display: inline-block;
  font-size: 15px;
  padding-left: 16px;
  margin-left: 10px;
}
.top-header-area .top-header-info ul li::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: rgba(3, 39, 61, 0.25);
}
.top-header-area .top-header-info ul li a {
  font-size: 15px;
  font-weight: 500;
  font-family: "Vazirmatn RD FD", sans-serif;
}
.top-header-area .top-header-info ul li:last-child {
  padding-left: 0;
  margin-left: 0;
}
.top-header-area .top-header-info ul li:last-child::before {
  display: none;
}
.top-header-area .top-header-social {
  text-align: end;
}
.top-header-area .top-header-social ul {
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.top-header-area .top-header-social ul li {
  display: inline-block;
  padding-left: 14px;
  margin-left: 12px;
  position: relative;
}
.top-header-area .top-header-social ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 20px;
  background-color: rgba(3, 39, 61, 0.25);
}
.top-header-area .top-header-social ul li a {
  font-size: 17px;
  color: #62609c;
}
.top-header-area .top-header-social ul li a:hover {
  color: #3d8dfd;
}
.top-header-area .top-header-social ul li:last-child {
  padding-left: 0;
  margin-left: 0;
}
.top-header-area .top-header-social ul li:last-child::before {
  display: none;
}
.top-header-area.style {
  background-color: #ffffff;
}

/*
Navbar CSS 
========================================================*/
.wile-navbar {
  padding: 0;
  margin: 0;
}
.wile-navbar .container-fluid {
  max-width: 1720px;
  background-color: #ffffff;
  box-shadow: 0px 0px 30px rgba(145, 59, 255, 0.06);
  border-radius: 5px;
  padding: 25px 30px;
}
.wile-navbar.style {
  position: absolute;
  top: 40px;
  right: 0;
  left: 0;
  z-index: 999;
}
.wile-navbar.style.sticky {
  position: fixed;
}
.wile-navbar.style-three {
  position: relative;
}
.wile-navbar.style-three::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: #ffffff;
  transition: all ease 0.5s;
  z-index: -1;
}
.wile-navbar.style-three .container-fluid {
  max-width: 1735px;
  position: relative;
  background-color: #f5f5f5;
  border-right: 20px solid #ffffff;
  border-left: 20px solid #ffffff;
  border-bottom: 18px solid #ffffff;
  transition: all ease 0.5s;
}
.wile-navbar.style-three.sticky::before {
  height: 0;
}
.wile-navbar.style-three.sticky .container-fluid {
  padding-right: 0;
  padding-left: 0;
  background-color: #ffffff;
  border-bottom: 0 solid transparent;
}
.wile-navbar.sticky {
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  position: sticky;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  transition: all ease 0.5s;
  
}
.wile-navbar .navbar-brand {\
  height: 80px;
  width: 100px;
  padding: 0;
  margin-left: 30px;
  margin-top: -20px;

}
.wile-navbar .navbar-nav .nav-item {
  position: relative;
  margin-right: 25px;
  margin-left: 25px;
}
.wile-navbar .navbar-nav .nav-item a {
  font-size: 16px;
  color: #040265;
  line-height: 1;
  position: relative;
  font-weight: 500;
  padding: 0;
}
.wile-navbar .navbar-nav .nav-item a.dropdown-toggle {
  position: relative;
  padding-left: 16px;
}
.wile-navbar .navbar-nav .nav-item a.dropdown-toggle::after {
  display: none;
}
.wile-navbar .navbar-nav .nav-item a.dropdown-toggle::before {
  content: "\eab7";
  position: absolute;
  top: -2px;
  left: -5px;
  font-family: boxicons !important;
  line-height: 1;
  font-size: 20px;
  font-weight: 500;
}
.wile-navbar .navbar-nav .nav-item a:hover, .wile-navbar .navbar-nav .nav-item a:focus, .wile-navbar .navbar-nav .nav-item a.active {
  color: #913bff;
}
.wile-navbar .navbar-nav .nav-item a i {
  font-size: 18px;
  line-height: 0;
  position: relative;
  top: 4px;
}
.wile-navbar .navbar-nav .nav-item .dropdown-menu {
  right: 0;
  padding-top: 38px;
  border: none !important;
  background-color: transparent;
}
.wile-navbar .navbar-nav .nav-item .dropdown-menu li {
  border-bottom: 1px solid #f2f2f2;
}
.wile-navbar .navbar-nav .nav-item .dropdown-menu li a {
  display: block;
  padding-top: 16px;
  padding-right: 25px;
  padding-left: 25px;
  padding-bottom: 16px;
  font-size: 15px;
  font-weight: 500;
}
.wile-navbar .navbar-nav .nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}
.wile-navbar .navbar-nav .nav-link {
  text-transform: capitalize;
  color: #040265;
  padding: 0;
  padding-right: 20px;
  padding-left: 20px;
  font-weight: 500;
  font-size: 16px;
}
.wile-navbar .navbar-nav .nav-link.active, .wile-navbar .navbar-nav .nav-link > .show, .wile-navbar .navbar-nav .nav-link:hover {
  color: #913bff;
}
.wile-navbar .navbar-nav .dropdown-item {
  padding: 10px 15px;
}
.wile-navbar .navbar-nav .dropdown-item.active, .wile-navbar .navbar-nav .dropdown-item > .show, .wile-navbar .navbar-nav .dropdown-item:hover {
  color: #913bff;
}
.wile-navbar .navbar-nav.active, .wile-navbar .navbar-nav > .show, .wile-navbar .navbar-nav:hover {
  color: #913bff;
}
.wile-navbar .dropdown-menu {
  border: none !important;
}
.wile-navbar .dropdown-menu li a {
  padding: 16px;
  font-size: 15px;
  font-weight: 500;
}
.wile-navbar .dropdown-item {
  background-color: #ffffff;
  padding: 0px 0;
  margin: 0 0 0;
  border: 0px solid transition !important;
  border: 0px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  box-shadow: none !important;
}
.wile-navbar .dropdown-item.active {
  color: #913bff;
}
.wile-navbar .collapse ul > li:hover > a {
  color: #913bff;
}
.wile-navbar .collapse ul > ul > li:hover > a .show .dropdown-menu > li > a:focus .show .dropdown-menu > li > a:hover, .wile-navbar .collapse ul > ul > li:hover > a .show .dropdown-menu > li > a .navbar .show .dropdown-menu > li > a:hover, .wile-navbar .collapse ul > ul > li:hover > .navbar .show .dropdown-menu > li > a:focus .show .dropdown-menu > li > a:hover, .wile-navbar .collapse ul > ul > li:hover > .navbar .show .dropdown-menu > li > a .navbar .show .dropdown-menu > li > a:hover {
  background-color: #ffffff;
  color: #913bff;
}

/* second level */
.wile-navbar .collapse ul ul ul > li:hover > a {
  background-color: #ffffff;
  color: #913bff;
}

/* third level */
.wile-navbar .collapse ul ul {
  background-color: #ffffff;
}

.wile-navbar .collapse ul ul ul {
  background: #f5f5f5;
}
.wile-navbar .collapse ul ul ul.dropdown-menu {
  background: #f5f5f5;
}

.wile-navbar .collapse ul ul ul ul {
  background: #f5f5f5;
}
.wile-navbar .collapse ul ul ul ul.dropdown-menu {
  background: #f5f5f5;
}

/* Drop-down menu work on hover */
@media only screen and (min-width: 991px) {
  .wile-navbar .dropdown > .dropdown-menu {
    transition: all 0.5s;
    overflow: hidden;
    transform-origin: top center;
    transform: scale(1, 0);
    display: block;
    padding: 0;
    padding-top: 20px;
  }
  .wile-navbar .dropdown:hover > .dropdown-menu {
    transform: scale(1);
  }
  .wile-navbar .dropdown ul li:hover > ul {
    display: block;
  }
  .wile-navbar .collapse ul li {
    position: relative;
  }
  .wile-navbar .collapse ul ul {
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 250px;
    display: none;
  }
  .wile-navbar .collapse ul ul li {
    position: relative;
  }
  .wile-navbar .collapse ul ul li {
    position: relative;
  }
  .wile-navbar .collapse ul ul li:hover > ul {
    display: block;
  }
  .wile-navbar .collapse ul ul ul {
    position: absolute;
    top: 0;
    right: 100%;
    min-width: 250px;
    display: none;
  }
  .wile-navbar .collapse ul ul ul li {
    position: relative;
  }
  .wile-navbar .collapse ul ul ul li:hover ul {
    display: block;
  }
  .wile-navbar .collapse ul ul ul ul {
    position: absolute;
    top: 0;
    right: -100%;
    min-width: 250px;
    display: none;
    z-index: 1;
  }
}
/**/
.header-navbar {
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  margin: auto;
  z-index: 2;
}
.header-navbar .wile-navbar.style {
  background-color: transparent;
}
.header-navbar .wile-navbar.style.sticky {
  position: fixed;
}
.header-navbar .wile-navbar.style.sticky {
  background-color: #ffffff;
}

/*
Search Bar CSS
======================================================*/
.search-progress {
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 0;
}
.search-progress .others-options {
  position: relative;
  margin-right: 15px;
}
.search-progress .others-options .all-time:hover i {
  color: #ffffff;
  background-color: #3d8dfd;
  border: 1px solid #3d8dfd;
}
.search-progress .can-btn {
  border: none;
  background-color: transparent;
  font-size: 25px;
  position: relative;
  top: 4px;
}
.search-progress i {
  display: inline-flex;
  font-size: 20px;
  color: #913bff;
  border: 1px solid rgba(13, 138, 253, 0.1);
  border-radius: 5px;
  padding: 9px;
  transition: all ease 0.5s;
}
.search-progress .phone {
  position: relative;
  margin-right: 12px;
  margin-left: 15px;
}
.search-progress .phone .make {
  display: block;
  font-size: 14px;
}
.search-progress .phone .make:hover {
  color: #040265;
}
.search-progress .phone .phone-content {
  display: block;
}
.search-progress .phone .phone-content a {
  color: #040265;
  font-weight: 500;
  position: relative;
  bottom: -1px;
}
.search-progress .phone .phone-content a:hover {
  color: #3d8dfd;
}
.search-progress .menu {
  margin-right: 15px;
}
.search-progress .menu .common-btn {
  font-weight: 500;
  background-color: #3d8dfd;
}
.search-progress .menu .common-btn:hover {
  background-color: #913bff;
}

/*
Banner Area CSS
======================================================*/
.banner-area {
  padding-top: 225px;
  padding-bottom: 100px;
  background-color: rgba(228, 221, 237, 0.5);
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.banner-area .container-fluid {
  max-width: 1720px;
}
.banner-area .banner-content {
  max-width: 720px;
}
.banner-area .banner-content h1 {
  font-size: 80px;
  line-height: 100px;
  margin-bottom: 15px;
}
.banner-area .banner-content p {
  font-size: 18px;
  font-weight: 500;
  color: #63629b;
  margin-bottom: 30px;
}
.banner-area .banner-image {
  position: relative;
}
.banner-area .banner-image .banner-shape-3 {
  position: absolute;
  top: 0;
  right: 0;
}
.banner-area .banner-shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.banner-area .banner-shape-2 {
  position: absolute;
  right: 40%;
  bottom: 90px;
}
.banner-area .banner-shape-4 {
  position: absolute;
  right: 65px;
  bottom: 0;
}
.banner-area .banner-shape-5 {
  position: absolute;
  top: 50%;
  right: 0;
  opacity: 0.9;
  transform: translateY(-50%);
  z-index: -1;
}

/*
Home Two Banner Area CSS
======================================================*/
.banner-area-two {
  padding-top: 200px;
  background-image: url("..//images/background/background-image-1.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.banner-area-two .container-fluid {
  max-width: 1720px;
}
.banner-area-two .banner-content {
  max-width: 795px;
  margin-top: -50px;
}
.banner-area-two .banner-content h1 {
  font-size: 75px;
  line-height: 100px;
  margin-bottom: 15px;
}
.banner-area-two .banner-content p {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 30px;
}
.banner-area-two .banner-content .banner-btn {
  position: relative;
}
.banner-area-two .banner-content .banner-btn .modal-btn {
  display: inline-block;
  margin-right: 30px;
}
.banner-area-two .banner-content .banner-btn .modal-btn .popup-btn {
  display: inline-block;
  background-color: #3d8dfd;
  color: #ffffff;
  width: 50px;
  height: 50px;
  line-height: 52px;
  padding-right: 2px;
  border-radius: 50%;
  text-align: center;
  transition: all ease 0.5s;
  position: relative;
  z-index: 1;
}
.banner-area-two .banner-content .banner-btn .modal-btn .popup-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 50%;
  transition: all ease 0.5s;
  border: 1px solid #3d8dfd;
  animation: ripple 2s linear infinite;
}
.banner-area-two .banner-content .banner-btn .modal-btn .popup-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 50%;
  transition: all ease 0.5s;
  border: 1px solid #3d8dfd;
  animation: ripple 3s linear infinite;
}
.banner-area-two .banner-content .banner-btn .modal-btn .popup-btn i {
  font-size: 15px;
}
.banner-area-two .banner-content .banner-btn .modal-btn p {
  display: inline-block;
  margin-right: 10px;
  font-weight: 500;
  margin-bottom: 0;
  transition: all ease 0.5s;
}
.banner-area-two .banner-content .banner-btn .modal-btn:hover .popup-btn {
  background-color: #913bff;
}
.banner-area-two .banner-content .banner-btn .modal-btn:hover .popup-btn::before {
  border: 1px solid #913bff;
}
.banner-area-two .banner-content .banner-btn .modal-btn:hover p {
  color: #913bff;
}
.banner-area-two .banner-image {
  text-align: end;
}
.banner-area-two .banner-image .banner-two {
  margin-left: 90px;
  margin-bottom: -15px;
}

/*
Home Three Banner Area CSS
======================================================*/
.banner-area-three {
  padding-top: 235px;
  padding-bottom: 60px;
  position: relative;
  z-index: 1;
}
.banner-area-three .container-fluid {
  max-width: 1700px;
}
.banner-area-three .banner-content {
  max-width: 760px;
  position: relative;
}
.banner-area-three .banner-content h1 {
  font-size: 80px;
  line-height: 100px;
  color: #ffffff;
  margin-bottom: 15px;
}
.banner-area-three .banner-content p {
  font-size: 18px;
  font-weight: 500;
  color: #d1d1d1;
  margin-bottom: 35px;
}
.banner-area-three .banner-content .banner-shape-7 {
  position: absolute;
  top: -45px;
  left: -50px;
}
.banner-area-three .banner-content .banner-shape-8 {
  position: absolute;
  left: 185px;
  bottom: -75px;
}
.banner-area-three .banner-image {
  position: relative;
  margin-right: 40px;
}
.banner-area-three .banner-shape-6 {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.banner-area-three .banner-shape-9 {
  position: absolute;
  top: 245px;
  left: 70px;
}

/*
Services Area CSS
======================================================*/
.services-area .section-heading {
  margin-bottom: 45px;
}
.services-area .section-heading h2 {
  font-size: 40px;
  margin-bottom: 0;
}
.services-area .service-slider-content {
  position: relative;
}
.services-area .service-slider-content .swiper-slider-arrow {
  position: absolute;
  top: -70px;
  right: auto;
  left: 0;
}
.services-area .service-slider-content .swiper-slider-arrow .swiper-button-prev {
  right: auto;
  left: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  background-color: rgba(61, 141, 253, 0.1);
  color: #3d8dfd;
  transition: all ease 0.5s;
}
.services-area .service-slider-content .swiper-slider-arrow .swiper-button-prev::after {
  content: "\eb33";
  font-family: boxicons !important;
  font-size: 25px;
}
.services-area .service-slider-content .swiper-slider-arrow .swiper-button-prev:hover {
  background-color: #3d8dfd;
  color: #ffffff;
}
.services-area .service-slider-content .swiper-slider-arrow .swiper-button-next {
  left: 60px;
  right: auto;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  background-color: rgba(61, 141, 253, 0.1);
  color: #3d8dfd;
  transition: all ease 0.5s;
}
.services-area .service-slider-content .swiper-slider-arrow .swiper-button-next::after {
  content: "\ebe6";
  font-family: boxicons !important;
  font-size: 25px;
}
.services-area .service-slider-content .swiper-slider-arrow .swiper-button-next:hover {
  background-color: #3d8dfd;
  color: #ffffff;
}
.services-area .service-card {
  background-color: #f8f8f8;
  border-radius: 10px;
  overflow: hidden;
}
.services-area .service-card .services-image {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 30px;
  z-index: 1;
}
.services-area .service-card .services-image::before {
  content: "";
  position: absolute;
  top: -115px;
  right: -10px;
  left: 0;
  bottom: 0;
  width: 328px;
  height: 330px;
  text-align: center;
  border-radius: 50%;
  border: 3px solid #ffffff;
  z-index: -1;
  transition: all ease 0.5s;
}
.services-area .service-card .services-image .service-one {
  padding: 25px 35px 0 35px;
}
.services-area .service-card .service-card-info {
  padding: 0 30px 30px 30px;
}
.services-area .service-card .service-card-info h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}
.services-area .service-card .service-card-info h3 a {
  color: #040265;
}
.services-area .service-card .service-card-info h3 a:hover {
  color: #913bff;
}
.services-area .service-card:hover .services-image::before {
  border: 3px solid #3d8dfd;
  border-top: 0;
}

/*
Home Two Services Area CSS
======================================================*/
.service-area {
  position: relative;
}

.services-card {
  background-color: #f8f8ff;
  border-radius: 5px;
  padding: 35px 30px;
  text-align: center;
  margin-bottom: 30px;
  transition: all ease 0.5s;
}
.services-card .service-icon {
  background-color: #ffffff;
  box-shadow: 0px 0px 40px rgba(110, 70, 229, 0.06);
  width: 98px;
  height: 98px;
  margin: auto;
  line-height: 98px;
  border-radius: 50%;
  text-align: center;
  margin-bottom: 25px;
}
.services-card .service-icon img {
  max-width: 54px;
}
.services-card h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 18px;
  transition: all ease 0.5s;
}
.services-card h3 a {
  color: #040265;
}
.services-card h3 a:hover {
  color: #3d8dfd;
}
.services-card .read-more {
  text-decoration: underline;
}
.services-card:hover {
  background-color: #913bff;
}
.services-card:hover .service-icon img {
  animation: pop 0.3s 2;
}
.services-card:hover h3 a {
  color: #ffffff;
}
.services-card:hover p {
  color: #ffffff;
}
.services-card:hover .read-more {
  color: #ffffff;
}

/*
About Area CSS
======================================================*/
.about-area {
  position: relative;
  overflow: hidden;
}
.about-area .about-image {
  position: relative;
}
.about-area .about-image .about-main-image {
  display: none;
}
.about-area .about-image .about-images .about-two {
  border-radius: 10px;
  margin-bottom: 25px;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}
.about-area .about-image .about-images .about-three {
  border-radius: 10px;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}
.about-area .about-image .about-one {
  border-radius: 10px;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}
.about-area .about-image .about-shape-1 {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}
.about-area .about-content {
  position: relative;
  margin-right: 80px;
  margin-left: -40px;
}
.about-area .about-content .section-heading h2 {
  line-height: 56px;
}
.about-area .about-content .single-about h3 {
  font-size: 18px;
  margin-bottom: 15px;
}
.about-area .about-content .common-btn {
  margin-top: 40px;
}
.about-area .about-shape-2 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.about-area .about-shape-3 {
  position: absolute;
  left: 170px;
  bottom: 130px;
}

/*
Home Two About Area CSS
======================================================*/
.about-us-area {
  position: relative;
}
.about-us-area .about-us-image img {
  border-radius: 30px;
}
.about-us-area .about-us-info {
  margin-right: 50px;
}
.about-us-area .about-us-info .about-large {
  margin-bottom: 30px;
}
.about-us-area .about-us-info .about-large .about-card {
  margin-bottom: 20px;
}
.about-us-area .about-us-info .about-large .about-card .check {
  background-color: #3d8dfd;
  width: 30px;
  height: 30px;
  line-height: 28px;
  border-radius: 50%;
  text-align: center;
  transition: all ease 0.5s;
}
.about-us-area .about-us-info .about-large .about-card .check img {
  max-width: 15px;
}
.about-us-area .about-us-info .about-large .about-card h4 {
  font-size: 18px;
  font-weight: 600;
  margin-right: 18px;
}
.about-us-area .about-us-info .about-large:hover .about-card .check {
  background-color: #913bff;
}

/*
Home Three About Area CSS
======================================================*/
.about-area-style {
  position: relative;
}
.about-area-style .about-image .about-two {
  border-radius: 25px;
}
.about-area-style .about-image .about-three {
  border-radius: 5px;
  margin-bottom: 25px;
}
.about-area-style .about-image .about-four {
  border-radius: 105px;
  transition: all ease 0.5s;
}
.about-area-style .about-image .about-four:hover {
  animation: pop 0.5s 1;
}
.about-area-style .about-content {
  margin-right: 40px;
}
.about-area-style .about-content .section-heading {
  margin-bottom: 20px;
}
.about-area-style .about-content ul {
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.about-area-style .about-content ul li {
  position: relative;
  padding-right: 25px;
  font-weight: 500;
  margin-bottom: 15px;
}
.about-area-style .about-content ul li i {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 22px;
  color: #3d8dfd;
}
.about-area-style .about-content ul li:last-child {
  margin-bottom: 0;
}
.about-area-style .about-content .common-btn {
  margin-top: 30px;
}
.about-area-style .about-shape-4 {
  position: absolute;
  left: 0;
  bottom: 0;
}

/*
Fun Fact Area CSS
======================================================*/
.fun-fact-area {
  position: relative;
  z-index: 1;
}
.fun-fact-area .fun-fact {
  text-align: center;
}
.fun-fact-area .fun-fact .data {
  flex: 0 0 auto;
  width: 20%;
  margin-bottom: 30px;
}
.fun-fact-area .fun-fact .data h3 {
  font-size: 60px;
  color: #ffffff;
  margin-bottom: 8px;
}
.fun-fact-area .fun-fact .data p {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 0;
}
.fun-fact-area .fun-fact-1 {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
}

/*
Home Two Fun Fact Area CSS
======================================================*/
.map-area .container {
  max-width: 1235px;
}

.fun-fact-area-style .fun-fact .data {
  flex: 0 0 auto;
  width: 20%;
  margin-bottom: 30px;
  text-align: center;
}
.fun-fact-area-style .fun-fact .data .content {
  background-color: #f8f8ff;
  border-radius: 10px;
  padding: 30px;
  transition: all ease 0.5s;
}
.fun-fact-area-style .fun-fact .data .content h3 {
  font-size: 60px;
  color: #913bff;
  margin-bottom: 5px;
}
.fun-fact-area-style .fun-fact .data .content p {
  font-size: 18px;
  font-weight: 500;
}
.fun-fact-area-style .fun-fact .data:hover .content {
  box-shadow: 0 10px 40px -5px rgba(138, 138, 194, 0.48);
  transform: translateY(-5px);
}

/*
Home Three Fun Fact Area CSS
======================================================*/
.fun-fact-area.fun-fact-area-three .fun-fact .data h3 {
  color: #3d8dfd;
  margin-bottom: 5px;
}
.fun-fact-area.fun-fact-area-three .fun-fact .data p {
  color: #62609c;
}
.fun-fact-area.fun-fact-area-three .fun-fact-2 {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  z-index: -1;
}

/*
Analysis Area CSS
======================================================*/
.analysis-area .analysis-content {
  max-width: 670px;
}
.analysis-area .analysis-content .section-heading {
  margin-bottom: 20px;
}
.analysis-area .analysis-content .earned {
  margin-bottom: 25px;
}
.analysis-area .analysis-content .earned h3 {
  font-size: 40px;
  color: #3d8dfd;
  margin-bottom: 10px;
}
.analysis-area .analysis-content .analysis-card {
  background-color: #f8f8f8;
  border-radius: 10px;
  padding: 10px 12px 10px 35px;
}
.analysis-area .analysis-content .analysis-card .user-image-1 {
  width: 125px;
  height: 130px;
  border-radius: 10px;
}
.analysis-area .analysis-content .analysis-card .analysis-card-info {
  margin-right: 30px;
}
.analysis-area .analysis-content .analysis-card .analysis-card-info p {
  font-weight: 500;
}
.analysis-area .analysis-content .analysis-card .analysis-card-info h3 {
  font-size: 20px;
  font-weight: 500;
}
.analysis-area .analysis-content .analysis-card .analysis-card-info h3 span {
  font-size: 16px;
  font-weight: 400;
  font-family: "Vazirmatn RD FD", sans-serif;
  color: #62609c;
}
.analysis-area .analysis-image {
  position: relative;
  margin-right: -50px;
}

/*
Product Area CSS
======================================================*/
.product-area .product-slider-item {
  position: relative;
}
.product-area .product-slider-item .swiper-slider-arrow {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
}
.product-area .product-slider-item .swiper-slider-arrow .swiper-button-prev {
  right: auto;
  left: -80px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  background-color: rgba(61, 141, 253, 0.1);
  color: #3d8dfd;
  transition: all ease 0.5s;
}
.product-area .product-slider-item .swiper-slider-arrow .swiper-button-prev::after {
  content: "\eb33";
  font-family: boxicons !important;
  font-size: 25px;
}
.product-area .product-slider-item .swiper-slider-arrow .swiper-button-prev:hover {
  background-color: #3d8dfd;
  color: #ffffff;
}
.product-area .product-slider-item .swiper-slider-arrow .swiper-button-next {
  left: auto;
  right: -80px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  background-color: rgba(61, 141, 253, 0.1);
  color: #3d8dfd;
  transition: all ease 0.5s;
}
.product-area .product-slider-item .swiper-slider-arrow .swiper-button-next::after {
  content: "\ebe6";
  font-family: boxicons !important;
  font-size: 25px;
}
.product-area .product-slider-item .swiper-slider-arrow .swiper-button-next:hover {
  background-color: #3d8dfd;
  color: #ffffff;
}
.product-area .product-card .product-image-one {
  border-radius: 5px;
}
.product-area .product-card .info {
  padding: 22px 0 0 34px;
}
.product-area .product-card .info h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}
.product-area .product-card .info h3 a {
  color: #040265;
}
.product-area .product-card .info h3 a:hover {
  color: #913bff;
}

/*
Home Two Product Area CSS
======================================================*/
.product-area.project-area {
  position: relative;
  z-index: 1;
}
.product-area.project-area .project-shape-1 {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
}

/*
Business Area CSS
======================================================*/
.business-area {
  position: relative;
  overflow: hidden;
}
.business-area .business-image {
  margin-left: 40px;
}
.business-area .business-info {
  position: relative;
  margin-right: 50px;
  margin-left: -30px;
}
.business-area .business-info .business-card {
  position: relative;
  padding-right: 90px;
  margin-bottom: 25px;
}
.business-area .business-info .business-card:last-child {
  margin-bottom: 0;
}
.business-area .business-info .business-card .icon {
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(61, 141, 253, 0.1);
  border-radius: 5px;
  width: 62px;
  height: 62px;
  line-height: 62px;
  text-align: center;
}
.business-area .business-info .business-card .icon img {
  width: 35px;
  height: 35px;
  transition: all ease 0.5s;
}
.business-area .business-info .business-card h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
}
.business-area .business-info .business-card:hover .icon img {
  animation: pop 0.3s 2;
}
.business-area .business-shape-1 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.business-area .business-shape-2 {
  position: absolute;
  left: 215px;
  bottom: 95px;
}

/*
Newsletter Area CSS
======================================================*/
.newsletter-area {
  position: relative;
  z-index: 1;
}
.newsletter-area .section-heading {
  margin-bottom: 0;
  margin-left: 20px;
}
.newsletter-area .section-heading h2 {
  font-size: 44px;
  line-height: 56px;
  color: #ffffff;
  margin-bottom: 0;
}
.newsletter-area form {
  margin-right: 50px;
}
.newsletter-area form .form-control {
  box-shadow: none;
  background-color: #7270b6;
  border: 1px solid rgba(255, 255, 255, 0.37);
  color: #ffffff;
  border-radius: 5px;
  padding: 22px;
  height: 60px;
}
.newsletter-area form .form-control::-moz-placeholder {
  color: #ddd9d9;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.newsletter-area form .form-control::placeholder {
  color: #ddd9d9;
  transition: all ease 0.5s;
}
.newsletter-area form .form-control:focus {
  border: 1px solid #ffffff;
}
.newsletter-area form .form-control:focus::-moz-placeholder {
  color: transparent;
}
.newsletter-area form .form-control:focus::placeholder {
  color: transparent;
}
.newsletter-area form .newsletter-btn {
  text-align: end;
}
.newsletter-area form .newsletter-btn .common-btn {
  font-size: 16px;
  font-weight: 500;
  padding-top: 16px;
  padding-right: 25px;
  padding-left: 25px;
  padding-bottom: 16px;
  background-color: #3d8dfd;
}
.newsletter-area form .newsletter-btn .common-btn:hover {
  background-color: #ffffff;
}
.newsletter-area .newsletter-shape-1 {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.newsletter-area .newsletter-shape-2 {
  position: absolute;
  top: 50%;
  right: 170px;
  transform: translateY(-50%);
}

/*
Home Two Newsletter Area CSS
======================================================*/
.newsletter-area.newsletter-two .section-heading h2 {
  color: #040265;
}
.newsletter-area.newsletter-two form .form-control {
  background-color: #ffffff;
  box-shadow: 0px 0px 40px rgba(145, 59, 255, 0.07);
  color: #040265;
}
.newsletter-area.newsletter-two form .form-control::-moz-placeholder {
  color: #a09ed6;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.newsletter-area.newsletter-two form .form-control::placeholder {
  color: #a09ed6;
  transition: all ease 0.5s;
}
.newsletter-area.newsletter-two form .form-control:focus {
  border: 1px solid #3d8dfd;
}
.newsletter-area.newsletter-two form .form-control:focus::-moz-placeholder {
  color: transparent;
}
.newsletter-area.newsletter-two form .form-control:focus::placeholder {
  color: transparent;
}
.newsletter-area.newsletter-two .newsletter-shape-3 {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  z-index: -1;
}

/*
Home Three Subscribe Area CSS
======================================================*/
.subscribe-area {
  position: relative;
  z-index: 1;
}
.subscribe-area::before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 160px;
  background-color: #f7faff;
  z-index: -1;
}
.subscribe-area .section-heading {
  margin-bottom: 0;
}
.subscribe-area .section-heading h2 {
  color: #ffffff;
}
.subscribe-area .subscribe {
  padding-top: 100px;
  padding-right: 70px;
  padding-left: 70px;
  padding-bottom: 100px;
  background-color: #3d8dfd;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}
.subscribe-area .subscribe .newsletter-shape-5 {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  z-index: -1;
}
.subscribe-area form {
  margin-right: 60px;
  position: relative;
}
.subscribe-area form .form-group {
  position: relative;
}
.subscribe-area form .form-group .form-control {
  box-shadow: none;
  box-shadow: 0px 0px 40px rgba(145, 59, 255, 0.07);
  border-radius: 5px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  padding: 20px;
  height: 70px;
  color: #040265;
}
.subscribe-area form .form-group .form-control::-moz-placeholder {
  color: #a09ed6;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.subscribe-area form .form-group .form-control::placeholder {
  color: #a09ed6;
  transition: all ease 0.5s;
}
.subscribe-area form .form-group .form-control:focus {
  border: 1px solid #3d8dfd;
}
.subscribe-area form .form-group .form-control:focus::-moz-placeholder {
  color: transparent;
}
.subscribe-area form .form-group .form-control:focus::placeholder {
  color: transparent;
}
.subscribe-area form .form-group .common-btn {
  position: absolute;
  top: 5px;
  left: 5px;
  padding-top: 16px;
  padding-bottom: 16px;
}
.subscribe-area form .newsletter-shape-6 {
  position: absolute;
  top: -80px;
  left: 155px;
  z-index: -1;
}

/*
Customer Area CSS
======================================================*/
.customer-area .swiper {
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
}
.customer-area .swiper-slide {
  font-size: 18px;
  background: #f8f8f8;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
}
.customer-area .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.customer-area .swiper-wrapper {
  margin-top: 40px;
}

.mySwiperTwo {
  height: 80%;
  width: 100%;
}
.mySwiperTwo .mySwiperOne {
  height: 20%;
  padding: 10px 0;
  box-sizing: border-box;
}
.mySwiperTwo .content {
  max-width: 875px;
  margin: auto;
  text-align: center;
}
.mySwiperTwo .content .icon {
  font-size: 38px;
  color: #3d8dfd;
  background-color: rgba(61, 141, 253, 0.1);
  display: inline-block;
  width: 75px;
  height: 75px;
  line-height: 86px;
  border-radius: 50%;
  text-align: center;
  margin-bottom: 20px;
  transition: all ease 0.5s;
}
.mySwiperTwo .content .icon:hover {
  background-color: #3d8dfd;
  color: #ffffff;
}
.mySwiperTwo .content p {
  font-size: 18px;
  font-weight: 500;
  color: #040265;
}

.mySwiperOne .swiper-slide {
  width: 424px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mySwiperOne .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mySwiperOne .swiper-slide.swiper-slide-thumb-active {
  position: relative;
  transition: all ease 0.5s;
  opacity: 1;
}
.mySwiperOne .swiper-slide.swiper-slide-thumb-active .slider-button {
  background-color: #913bff;
  transition: all ease 0.5s;
}
.mySwiperOne .swiper-slide.swiper-slide-thumb-active .slider-button .info h4 {
  color: #ffffff;
}
.mySwiperOne .swiper-slide.swiper-slide-thumb-active .slider-button .info p {
  color: #ffffff;
}
.mySwiperOne .slider-button {
  background-color: #ffffff;
  box-shadow: 0px 0px 40px rgba(110, 70, 229, 0.05);
  border-radius: 5px;
  padding: 12px 12px 12px 130px;
  cursor: pointer;
  transition: all ease 0.5s;
}
.mySwiperOne .slider-button .user-image-two {
  max-width: 95px;
  border-radius: 5px;
}
.mySwiperOne .slider-button .info {
  padding-right: 25px;
}
.mySwiperOne .slider-button .info h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 18px;
  transition: all ease 0.5s;
}
.mySwiperOne .slider-button .info p {
  font-size: 15px;
  transition: all ease 0.5s;
}

.customer-slider-content {
  position: relative;
}
.customer-slider-content .swiper-slider-arrow {
  position: absolute;
  top: 25%;
  right: 0;
  left: 0;
}
.customer-slider-content .swiper-slider-arrow .swiper-button-prev {
  right: auto;
  left: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  background: rgba(61, 141, 253, 0.1);
  color: #3d8dfd;
  transition: all ease 0.5s;
}
.customer-slider-content .swiper-slider-arrow .swiper-button-prev::after {
  content: "\eb33";
  font-family: boxicons !important;
  font-size: 25px;
}
.customer-slider-content .swiper-slider-arrow .swiper-button-prev:hover {
  background-color: #3d8dfd;
  color: #ffffff;
}
.customer-slider-content .swiper-slider-arrow .swiper-button-next {
  left: auto;
  right: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  background: rgba(61, 141, 253, 0.1);
  color: #3d8dfd;
  transition: all ease 0.5s;
}
.customer-slider-content .swiper-slider-arrow .swiper-button-next::after {
  content: "\ebe6";
  font-family: boxicons !important;
  font-size: 25px;
}
.customer-slider-content .swiper-slider-arrow .swiper-button-next:hover {
  background-color: #3d8dfd;
  color: #ffffff;
}
.customer-slider-content .customer-shape-1 {
  position: absolute;
  top: -135px;
  left: 0;
}
.customer-slider-content .customer-shape-2 {
  position: absolute;
  top: -135px;
  right: 0;
}

/*
Blog Area CSS
======================================================*/
.blog-area {
  position: relative;
}
.blog-area .single-blog {
  margin-bottom: 30px;
}
.blog-area .single-blog .blog-image-2 {
  max-width: 255px;
  border-radius: 5px;
}
.blog-area .single-blog .info {
  padding-right: 30px;
}
.blog-area .single-blog .info ul {
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.blog-area .single-blog .info ul li {
  display: inline-block;
  font-size: 18px;
  padding-left: 15px;
  margin-left: 10px;
  position: relative;
  transition: all ease 0.5s;
}
.blog-area .single-blog .info ul li::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #62609c;
  transition: all ease 0.5s;
}
.blog-area .single-blog .info ul li:first-child {
  font-weight: 500;
  color: #3d8dfd;
}
.blog-area .single-blog .info ul li:last-child {
  padding-left: 0;
  margin-left: 0;
}
.blog-area .single-blog .info ul li:last-child::before {
  display: none;
}
.blog-area .single-blog .info ul li:hover {
  color: #3d8dfd;
}
.blog-area .single-blog .info ul li:hover::before {
  background-color: #3d8dfd;
}
.blog-area .single-blog .info h3 {
  font-size: 24px;
  line-height: 34px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.blog-area .single-blog .info h3 a {
  color: #040265;
}
.blog-area .single-blog .info h3 a:hover {
  color: #913bff;
}
.blog-area.three .blog-card ul li::before {
  top: 8px;
}
.blog-area.three .blog-card ul li p {
  font-weight: 500;
  color: #3d8dfd;
}
.blog-area.three .read-more {
  text-decoration: underline;
}

.blog-card {
  margin-bottom: 30px;
}
.blog-card .blog-image-1 {
  border-radius: 5px;
  margin-bottom: 20px;
}
.blog-card ul {
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.blog-card ul li {
  display: inline-block;
  font-size: 18px;
  padding-left: 15px;
  margin-left: 10px;
  position: relative;
  transition: all ease 0.5s;
}
.blog-card ul li::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #62609c;
  transition: all ease 0.5s;
}
.blog-card ul li:first-child {
  font-weight: 500;
  color: #3d8dfd;
}
.blog-card ul li:last-child {
  padding-left: 0;
  margin-left: 0;
}
.blog-card ul li:last-child::before {
  display: none;
}
.blog-card ul li:hover {
  color: #3d8dfd;
}
.blog-card ul li:hover::before {
  background-color: #3d8dfd;
}
.blog-card h3 {
  font-size: 24px;
  line-height: 34px;
  margin-top: 15px;
  margin-bottom: 18px;
}
.blog-card h3 a {
  color: #040265;
}
.blog-card h3 a:hover {
  color: #913bff;
}

/*
Footer Area CSS
======================================================*/
.footer-area .footer-widget {
  max-width: 400px;
  margin-bottom: 30px;
}
.footer-area .footer-widget .footer-logo {
  margin-bottom: 20px;
}
.footer-area .footer-widget p {
  margin-bottom: 20px;
}
.footer-area .footer-widget ul {
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.footer-area .footer-widget ul li {
  display: inline-block;
  margin-left: 8px;
}
.footer-area .footer-widget ul li:last-child {
  margin-left: 0;
}
.footer-area .footer-widget ul li a {
  display: inline-block;
  background: rgba(61, 141, 253, 0.08);
  border-radius: 50px;
  width: 35px;
  height: 35px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
}
.footer-area .footer-widget ul li a i {
  font-size: 18px;
  color: #3d8dfd;
}
.footer-area .footer-widget ul li:hover a i {
  animation: rotate-vertical 1.1s ease-out;
}
.footer-area .footer-widget ul li:hover a .instagram {
  animation: full-circle 1.1s ease-out;
}
.footer-area .footer-widget-style {
  margin-bottom: 30px;
}
.footer-area .footer-widget-style h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 25px;
}
.footer-area .footer-widget-style ul {
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.footer-area .footer-widget-style ul li {
  margin-bottom: 12px;
}
.footer-area .footer-widget-style ul li:last-child {
  margin-bottom: 0;
}
.footer-area .footer-widget-style.location ul li {
  position: relative;
  padding-right: 28px;
  margin-bottom: 22px;
}
.footer-area .footer-widget-style.location ul li i {
  position: absolute;
  top: 2px;
  right: 0;
  font-size: 18px;
  color: #3d8dfd;
}
.footer-area .footer-widget-style.location ul li span {
  font-size: 15px;
}
.footer-area .col-lg-2:nth-child(2) .footer-widget-style {
  position: relative;
  margin-right: 55px;
}

/*
Copy Area CSS
======================================================*/
.copy-area {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.copy-area .copy {
  text-align: center;
}
.copy-area .copy p span {
  font-weight: 500;
  color: #913bff;
  transition: all ease 0.5s;
}
.copy-area .copy p a {
  font-weight: 500;
  color: #913bff;
}
.copy-area .copy p a:hover {
  color: #3d8dfd;
}

/*
Home Two Partner Area CSS
======================================================*/
.partner-area {
  overflow: hidden;
}
.partner-area .section-title {
  margin-bottom: 40px;
}
.partner-area .section-title h2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
}
.partner-area .swiper-slide {
  margin-left: 0;
}
.partner-area .swiper-slide.swiper-slide-active {
  transform: scale(1);
  opacity: 1;
}
.partner-area .swiper-slide.swiper-slide-active .partner-logo {
  opacity: 1;
}
.partner-area .partner-logo {
  margin-left: 50px;
  margin-bottom: 30px;
  opacity: 0.3;
  transition: all ease 0.5s;
}
.partner-area .partner-logo:last-child {
  margin-left: 0 !important;
}
.partner-area .partner-logo:hover {
  opacity: 1;
  transform: scale(1 0.5);
}

/*
Features Area CSS
======================================================*/
.single-features {
  background-color: #f8f8ff;
  border-radius: 19px;
  padding: 35px 30px;
  margin-bottom: 30px;
  transition: all ease 0.5s;
}
.single-features .features-icon {
  background-color: #ffffff;
  box-shadow: 0px 0px 40px rgba(110, 70, 229, 0.05);
  border-radius: 17px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  margin-bottom: 25px;
  transition: all ease 0.5s;
}
.single-features .features-icon img {
  max-width: 53px;
  transition: all ease 0.5s;
}
.single-features h3 {
  font-size: 22px;
  margin-bottom: 18px;
  transition: all ease 0.5s;
}
.single-features:hover {
  background-color: #913bff;
}
.single-features:hover .features-icon img {
  animation: pop 0.3s 2;
}
.single-features:hover h3 {
  color: #ffffff;
}
.single-features:hover p {
  color: #ffffff;
}

/*
Home Two Features Area CSS
======================================================*/
.features-card {
  background-color: #f4f9ff;
  border-radius: 10px;
  padding: 40px 38px;
  margin-bottom: 30px;
  transition: all ease 0.5s;
}
.features-card .features-icon {
  padding-bottom: 30px;
  margin-bottom: 22px;
  border-bottom: 1px solid rgba(165, 145, 145, 0.2);
}
.features-card .features-icon img {
  max-width: 64px;
}
.features-card h3 {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 15px;
}
.features-card h3 a {
  color: #040265;
}
.features-card h3 a:hover {
  color: #913bff;
}
.features-card:hover {
  background-color: #e8f2ff;
}
.features-card:hover .features-icon img {
  animation: pop 0.5s 1;
}

/*
Home Three Features Area CSS
======================================================*/
.features-area-three {
  padding-top: 300px;
  position: relative;
  z-index: 1;
}
.features-area-three .features-top .service-btn {
  text-align: end;
}
.features-area-three .features-top .service-btn .common-btn {
  background-color: #3d8dfd;
}
.features-area-three .features-top .service-btn .common-btn:hover {
  background-color: #913bff;
}
.features-area-three .service-shape-1 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.features-area-three .service-shape-2 {
  position: absolute;
  top: 35%;
  left: 145px;
}

.single-features-card {
  background-color: #ffffff;
  box-shadow: 0px 0px 40px rgba(110, 70, 229, 0.07);
  border-radius: 14px;
  padding: 35px 45px;
  position: relative;
  margin-bottom: 30px;
  transition: all ease 0.5s;
}
.single-features-card .features-icon {
  background-color: #faf8ff;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 25px;
}
.single-features-card .features-icon img {
  max-width: 50px;
}
.single-features-card h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  transition: all ease 0.5s;
}
.single-features-card h3 a {
  color: #040265;
}
.single-features-card h3 a:hover {
  color: #3d8dfd !important;
}
.single-features-card p {
  margin-bottom: 15px;
}
.single-features-card .read-more {
  text-decoration: underline;
}
.single-features-card .features-shape {
  position: absolute;
  top: 30px;
  left: 30px;
}
.single-features-card:hover {
  background-color: #913bff;
}
.single-features-card:hover h3 a {
  color: #ffffff;
}
.single-features-card:hover p {
  color: #ffffff;
}
.single-features-card:hover .read-more {
  color: #ffffff;
}

/*
Skill Area CSS
======================================================*/
.skill-area {
  position: relative;
}
.skill-area .skill-image {
  background: linear-gradient(-269.42deg, #FBF9FF 6.18%, rgba(217, 217, 217, 0) 69.76%, rgba(217, 217, 217, 0) 78.75%);
  border-radius: 80px;
  padding: 45px 30px;
}

.skill-info .skills {
  position: relative;
}
.skill-info .skills .skill-item {
  position: relative;
  margin-bottom: 25px;
}
.skill-info .skills .skill-item .skill-header {
  position: relative;
  margin-bottom: 15px;
}
.skill-info .skills .skill-item .skill-header .skill-title {
  font-size: 18px;
  font-weight: 500;
  font-family: "Vazirmatn RD FD", sans-serif;
  margin-bottom: 0;
  color: #040265;
}
.skill-info .skills .skill-item .skill-header .skill-percentage {
  position: absolute;
  left: 0;
  top: 1px;
  font-size: 18px;
  font-weight: 500;
  color: #040265;
  font-family: "Vazirmatn RD FD", sans-serif;
}
.skill-info .skills .skill-item .skill-header .skill-percentage.count-text {
  width: 35%;
}
.skill-info .skills .skill-item .skill-header .skill-percentage.text {
  width: 14%;
}
.skill-info .skills .skill-item .skill-header .skill-percentage.count {
  width: 33%;
}
.skill-info .skills .skill-item .skill-bar {
  position: relative;
  width: 100%;
}
.skill-info .skills .skill-item .skill-bar .bar-inner {
  position: relative;
  width: 100%;
  border-top: 7px solid #ededff;
}
.skill-info .skills .skill-item .skill-bar .bar-inner .bar {
  position: absolute;
  right: 0;
  top: -4px;
  width: 0;
  height: 7px;
  background-color: #3d8dfd;
  transition: all 2000ms ease;
  border-radius: 30px;
  margin-top: -3px;
}

/*
Feedback Area CSS
======================================================*/
.feedback-area {
  position: relative;
  z-index: 1;
}
.feedback-area::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1080px;
  height: 100%;
  background-color: #f8f8ff;
  border-radius: 38px;
  z-index: -1;
}
.feedback-area .feedback-info .card-slide {
  background-color: #ffffff;
  box-shadow: -5px 15px 40px -5px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  padding: 35px;
  margin: 5px 5px 30px 5px;
}
.feedback-area .feedback-info .card-slide .name {
  margin-bottom: 25px;
}
.feedback-area .feedback-info .card-slide .name img {
  width: 75px;
  height: 75px;
  border-radius: 50%;
}
.feedback-area .feedback-info .card-slide .name h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}
.feedback-area .feedback-info .card-slide .name i {
  font-size: 70px;
  color: rgba(0, 0, 0, 0.06);
  position: absolute;
  left: 0;
  transition: all ease 0.5s;
}
.feedback-area .feedback-info .card-slide p {
  color: #040265;
}
.feedback-area .feedback-info .card-slide:hover .name i {
  color: rgba(28, 142, 244, 0.14);
  animation: pop 0.4s 1;
}

.feedback-slider-item {
  position: relative;
}
.feedback-slider-item .swiper-slider-arrow {
  position: absolute;
  right: 0;
  left: auto;
  bottom: 50px;
}
.feedback-slider-item .swiper-slider-arrow .swiper-button-prev {
  right: 60px;
  left: auto;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  background-color: rgba(61, 141, 253, 0.1);
  color: #3d8dfd;
  transition: all ease 0.5s;
}
.feedback-slider-item .swiper-slider-arrow .swiper-button-prev::after {
  content: "\eb33";
  font-family: boxicons !important;
  font-size: 25px;
}
.feedback-slider-item .swiper-slider-arrow .swiper-button-prev:hover {
  background-color: #3d8dfd;
  color: #ffffff;
}
.feedback-slider-item .swiper-slider-arrow .swiper-button-next {
  left: auto;
  right: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  background-color: rgba(61, 141, 253, 0.1);
  color: #3d8dfd;
  transition: all ease 0.5s;
}
.feedback-slider-item .swiper-slider-arrow .swiper-button-next::after {
  content: "\ebe6";
  font-family: boxicons !important;
  font-size: 25px;
}
.feedback-slider-item .swiper-slider-arrow .swiper-button-next:hover {
  background-color: #3d8dfd;
  color: #ffffff;
}

/*
Home Three Experience Area CSS
======================================================*/
.experience-area .section-title {
  max-width: 610px;
}
.experience-area .experience {
  position: relative;
  margin-bottom: -210px;
  z-index: 2;
}
.experience-area .experience-image {
  position: relative;
  z-index: 1;
}
.experience-area .experience-image::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 6, 145, 0.5);
  border-radius: 45px;
}
.experience-area .experience-image .background-image-three {
  border-radius: 45px;
}
.experience-area .experience-image .modal-btn {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  transform: translateY(-50%);
}
.experience-area .experience-image .modal-btn .popup-btn {
  display: inline-block;
  background-color: #ffffff;
  color: #913bff;
  width: 65px;
  height: 65px;
  line-height: 72px;
  padding-right: 2px;
  border-radius: 50%;
  text-align: center;
  transition: all ease 0.5s;
  position: relative;
  z-index: 1;
}
.experience-area .experience-image .modal-btn .popup-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 50%;
  transition: all ease 0.5s;
  border: 1px solid rgba(255, 255, 255, 0.29);
  animation: ripple 2s linear infinite;
}
.experience-area .experience-image .modal-btn .popup-btn i {
  font-size: 25px;
}
.experience-area .experience-image .modal-btn p {
  font-size: 20px;
  font-weight: 500;
  font-family: "Vazirmatn RD FD", sans-serif;
  color: #ffffff;
  margin-top: 20px;
  transition: all ease 0.5s;
}
.experience-area .experience-image .modal-btn:hover .popup-btn {
  background-color: #3d8dfd;
  color: #ffffff;
}
.experience-area .experience-image .modal-btn:hover .popup-btn::before {
  border: 1px solid rgb(255, 255, 255);
}

/*
Solution Area CSS
======================================================*/
.solution-area .solution-content {
  position: relative;
}
.solution-area .solution-content .single-solution {
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  padding: 10px 15px;
  margin-bottom: 20px;
}
.solution-area .solution-content .single-solution .solution-warp {
  position: relative;
}
.solution-area .solution-content .single-solution .solution-warp .serial {
  font-size: 18px;
  font-weight: 600;
  color: #3d8dfd;
  background-color: #f2f6fe;
  width: 48px;
  height: 48px;
  line-height: 48px;
  border-radius: 50%;
  text-align: center;
  transition: all ease 0.5s;
}
.solution-area .solution-content .single-solution .solution-warp h4 {
  position: absolute;
  top: 50%;
  right: 60px;
  transform: translateY(-50%);
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}
.solution-area .solution-content .single-solution:hover .solution-warp .serial {
  background-color: #3d8dfd;
  color: #ffffff;
}
.solution-area .solution-content .common-btn {
  margin-top: 20px;
}
.solution-area .solution-content .solution-shape-2 {
  position: absolute;
  left: 55px;
  bottom: -65px;
}
.solution-area .solution-image {
  position: relative;
  text-align: end;
  margin-right: 30px;
}
.solution-area .solution-image .about-image-7 {
  position: relative;
}
.solution-area .solution-image .solution-shape-1 {
  position: absolute;
  top: 30px;
  left: 0;
  z-index: -1;
}
.solution-area .solution-image .solution-shape-3 {
  position: absolute;
  top: 0;
  right: 0;
}

/*
Testimonials Area CSS
======================================================*/
.testimonials-area .testimonial-slider-content {
  position: relative;
}
.testimonials-area .testimonial-slider-content .swiper-slider-arrow {
  position: absolute;
  top: 45%;
  right: 0;
  left: 0;
}
.testimonials-area .testimonial-slider-content .swiper-slider-arrow .swiper-button-prev {
  right: auto;
  left: -80px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  background-color: rgba(61, 141, 253, 0.1);
  color: #3d8dfd;
  transition: all ease 0.5s;
}
.testimonials-area .testimonial-slider-content .swiper-slider-arrow .swiper-button-prev::after {
  content: "\eb33";
  font-family: boxicons !important;
  font-size: 25px;
}
.testimonials-area .testimonial-slider-content .swiper-slider-arrow .swiper-button-prev:hover {
  background-color: #3d8dfd;
  color: #ffffff;
}
.testimonials-area .testimonial-slider-content .swiper-slider-arrow .swiper-button-next {
  left: auto;
  right: -80px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  background-color: rgba(61, 141, 253, 0.1);
  color: #3d8dfd;
  transition: all ease 0.5s;
}
.testimonials-area .testimonial-slider-content .swiper-slider-arrow .swiper-button-next::after {
  content: "\ebe6";
  font-family: boxicons !important;
  font-size: 25px;
}
.testimonials-area .testimonial-slider-content .swiper-slider-arrow .swiper-button-next:hover {
  background-color: #3d8dfd;
  color: #ffffff;
}
.testimonials-area .testimonial-card {
  background-color: #ffffff;
  box-shadow: 0px 0px 40px rgba(145, 59, 255, 0.07);
  border-radius: 5px;
  padding: 35px 45px;
  margin-bottom: 30px;
}
.testimonials-area .testimonial-card ul {
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.testimonials-area .testimonial-card ul li {
  display: inline-block;
  color: #ebc500;
  margin-left: -3px;
  margin-bottom: 15px;
}
.testimonials-area .testimonial-card .patients-content {
  position: relative;
}
.testimonials-area .testimonial-card .patients-content p {
  font-weight: 500;
  color: #040265;
  margin-bottom: 28px;
}
.testimonials-area .testimonial-card .patients-content .testimonial-img img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.testimonials-area .testimonial-card .patients-content .testimonial-img h4 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}
.testimonials-area .testimonial-card .patients-content .quote-icon {
  position: absolute;
  left: 0;
  bottom: 0;
}
.testimonials-area .testimonial-card:hover .patients-content .quote-icon {
  animation: rotate-vertical 1.1s ease-out;
}

/*
about Page CSS
======================================================*/
.about-team-area .team-slider-item {
  position: relative;
}
.about-team-area .team-slider-item .swiper-slider-arrow {
  position: absolute;
  top: 45%;
  right: 0;
  left: 0;
}
.about-team-area .team-slider-item .swiper-slider-arrow .swiper-button-prev {
  right: -80px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  background-color: rgba(61, 141, 253, 0.1);
  color: #3d8dfd;
  transition: all ease 0.5s;
}
.about-team-area .team-slider-item .swiper-slider-arrow .swiper-button-prev::after {
  content: "\eb33";
  font-family: boxicons !important;
  font-size: 25px;
}
.about-team-area .team-slider-item .swiper-slider-arrow .swiper-button-prev:hover {
  background-color: #3d8dfd;
  color: #ffffff;
}
.about-team-area .team-slider-item .swiper-slider-arrow .swiper-button-next {
  left: -80px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  background-color: rgba(61, 141, 253, 0.1);
  color: #3d8dfd;
  transition: all ease 0.5s;
}
.about-team-area .team-slider-item .swiper-slider-arrow .swiper-button-next::after {
  content: "\ebe6";
  font-family: boxicons !important;
  font-size: 25px;
}
.about-team-area .team-slider-item .swiper-slider-arrow .swiper-button-next:hover {
  background-color: #3d8dfd;
  color: #ffffff;
}

/*
Team Page CSS
======================================================*/
.team-card {
  background-color: #f8f8f8;
  border-radius: 15px;
  text-align: center;
  margin-bottom: 30px;
}
.team-card img {
  border-radius: 15px;
}
.team-card .team-info {
  padding-top: 30px;
  padding-bottom: 30px;
}
.team-card .team-info h3 {
  font-size: 22px;
  margin-bottom: 12px;
}

/*
Testimonials Page CSS
======================================================*/
.testimonials-page .testimonial-card {
  background-color: #ffffff;
  box-shadow: 0px 0px 40px rgba(145, 59, 255, 0.07);
  border-radius: 5px;
  padding: 35px 40px;
  margin-bottom: 30px;
}
.testimonials-page .testimonial-card ul {
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.testimonials-page .testimonial-card ul li {
  display: inline-block;
  color: #ebc500;
  margin-left: -3px;
  margin-bottom: 15px;
}
.testimonials-page .testimonial-card .patients-content {
  position: relative;
}
.testimonials-page .testimonial-card .patients-content p {
  font-weight: 500;
  color: #040265;
  margin-bottom: 28px;
}
.testimonials-page .testimonial-card .patients-content .testimonial-img img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.testimonials-page .testimonial-card .patients-content .testimonial-img h4 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}
.testimonials-page .testimonial-card .patients-content .quote-icon {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 45px;
}
.testimonials-page .testimonial-card:hover .patients-content .quote-icon {
  animation: rotate-vertical 1.1s ease-out;
}

.customer-area.customer .swiper-slide {
  background-color: transparent;
}

/*
Pricing Page CSS
======================================================*/
.pricing-area .pricing-card {
  background-color: #f4f9ff;
  border-radius: 10px;
  padding: 45px 35px;
  text-align: center;
  margin-bottom: 30px;
}
.pricing-area .pricing-card h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}
.pricing-area .pricing-card h2 {
  font-size: 36px;
  color: #913bff;
  margin-bottom: 30px;
  position: relative;
}
.pricing-area .pricing-card h2 span {
  font-size: 16px;
  color: #62609c;
  font-weight: 400;
}
.pricing-area .pricing-card h2::before {
  content: "";
  position: absolute;
  top: 120px;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.pricing-area .pricing-card .icon {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.pricing-area .pricing-card .icon i {
  font-size: 44px;
  color: #3d8dfd;
  background-color: #ffffff;
  box-shadow: 0px 0px 40px rgba(145, 59, 255, 0.06);
  display: inline-block;
  width: 95px;
  height: 95px;
  line-height: 110px;
  border-radius: 50%;
  text-align: center;
  transition: all ease 0.5s;
}
.pricing-area .pricing-card .content ul {
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.pricing-area .pricing-card .content ul li {
  font-size: 18px;
  margin-bottom: 15px;
}
.pricing-area .pricing-card .content ul li:last-child {
  margin-bottom: 0;
}
.pricing-area .pricing-card .content ul .color {
  color: #cccccc;
}
.pricing-area .pricing-card .pricing-btn {
  display: inline-block;
  background-color: rgba(61, 141, 253, 0.06);
  border-radius: 5px;
  font-size: 18px;
  font-weight: 600;
  color: #3d8dfd;
  padding: 12px 42px;
  margin-top: 35px;
  transition: all ease 0.5s;
}
.pricing-area .pricing-card .pricing-btn:hover {
  background-color: #913bff;
  color: #ffffff;
}
.pricing-area .pricing-card:hover .icon i {
  background-color: #3d8dfd;
  color: #ffffff;
}

/*
FAQ Page CSS
======================================================*/
.faq-area .ask-content .accordion-item {
  border: 1px solid rgba(0, 0, 0, 0.04);
  border-radius: 10px 10px 0 0;
  border-bottom: 0;
  margin-bottom: 30px;
  border: none;
  padding-bottom: 0;
}
.faq-area .ask-content .accordion-item:last-child {
  margin-bottom: 0;
}
.faq-area .ask-content .accordion-item .accordion-body {
  border: 1px solid rgba(0, 0, 0, 0.04);
  border-top: 0;
  border-radius: 0 0 10px 10px;
  padding: 0;
  padding-top: 0;
  padding-right: 30px;
  padding-left: 30px;
  padding-bottom: 20px;
}
.faq-area .ask-content .accordion-button {
  border: none;
  box-shadow: none;
  font-weight: 500;
  font-size: 18px;
  color: #040265;
  background-color: #f8f8f8;
  border-radius: 5px;
  padding: 0;
  padding-top: 20px;
  padding-right: 30px;
  padding-left: 70px;
  padding-bottom: 20px;
  margin-top: -8px;
}
.faq-area .ask-content .accordion-button::before {
  left: 20px;
  top: 50%;
  content: "\ea4a";
  font-size: 30px;
  font-weight: 100;
  position: absolute;
  transform: translateY(-50%);
  font-family: boxicons;
  color: #040265;
}
.faq-area .ask-content .accordion-button::after {
  display: none;
}
.faq-area .ask-content .accordion-button:not(.collapsed) {
  color: #040265;
  background-color: #ffffff;
}
.faq-area .ask-content .accordion-button:not(.collapsed)::before {
  content: "\ea57";
}
.faq-area .ask-content .accordion-button:not(.collapsed) {
  background-color: #f8f8f8;
}
.faq-area .faq-image {
  text-align: end;
}

/**/
.still-area .form {
  background-color: #ffffff;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.05);
  padding: 55px 110px;
}
.still-area .form h2 {
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
}
.still-area .form .form-control {
  border: none;
  box-shadow: none;
  background-color: #f8f8f8;
  border: 0.1px solid #f8f8f8;
  border-radius: 5px;
  height: 60px;
  padding: 20px;
  margin-bottom: 20px;
  color: #040265;
  transition: all ease 0.5s;
}
.still-area .form .form-control::-moz-placeholder {
  color: #62609c;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.still-area .form .form-control::placeholder {
  color: #62609c;
  transition: all ease 0.5s;
}
.still-area .form .form-control:focus {
  border: 0.1px solid #913bff;
}
.still-area .form .form-control:focus::-moz-placeholder {
  color: transparent;
}
.still-area .form .form-control:focus::placeholder {
  color: transparent;
}
.still-area .form .textarea {
  height: 155px;
}
.still-area .form .still-btn {
  text-align: center;
}
.still-area .form .still-btn .common-btn {
  margin-top: 10px;
}

/*
Services Page CSS
======================================================*/
.page-banner-area {
  padding-top: 290px;
  padding-bottom: 125px;
  background-image: url("..//images/background/background-image-4.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.page-banner-area .page-heading {
  text-align: center;
  position: relative;
}
.page-banner-area .page-heading h1 {
  font-size: 40px;
  margin-bottom: 20px;
}
.page-banner-area .page-heading ul {
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.page-banner-area .page-heading ul li {
  display: inline-block;
  padding-left: 15px;
  font-size: 18px;
  font-weight: 500;
  position: relative;
}
.page-banner-area .page-heading ul li::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 3px;
  width: 1px;
  height: 15px;
  background-color: #62609c;
}
.page-banner-area .page-heading ul li:last-child {
  padding-left: 0;
}
.page-banner-area .page-heading ul li:last-child::before {
  display: none;
}
.page-banner-area .page-heading ul li a {
  color: #913bff;
}
.page-banner-area .page-heading ul li a:hover {
  color: #3d8dfd;
}
.page-banner-area .page-heading .page-shape-1 {
  position: absolute;
  top: 50%;
  left: -100px;
  transform: translateY(-50%);
}
.page-banner-area .page-heading .page-shape-2 {
  position: absolute;
  top: 3%;
  right: -160px;
  transform: translateY(-50%);
}

.service-pagination .pagination {
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 30px;
}
.service-pagination .pagination .page-item {
  margin-left: 10px;
  border-radius: 0;
}
.service-pagination .pagination .page-item .page-link {
  font-size: 18px;
  font-weight: 600;
  font-family: "Vazirmatn RD FD", sans-serif;
  border: none;
  box-shadow: none;
  color: #040265;
  background-color: #edf6ff;
  width: 56px;
  height: 54px;
  line-height: 42px;
  border-radius: 5px;
  text-align: center;
  transition: all ease 0.5s;
}
.service-pagination .pagination .page-item .page-link.active {
  background-color: #3d8dfd;
  color: #ffffff;
}
.service-pagination .pagination .page-item .page-link span {
  font-size: 35px;
  position: relative;
  top: 2px;
  left: 2px;
  color: #040265;
  transition: all ease 0.5s;
}
.service-pagination .pagination .page-item .page-link:hover {
  background-color: #3d8dfd;
  color: #ffffff;
}
.service-pagination .pagination .page-item .page-link:hover span {
  color: #ffffff;
}
.service-pagination.article-pagination .pagination {
  justify-content: start;
}

.process-area {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.process-area .process-content ul {
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.process-area .process-content ul li {
  position: relative;
  padding-right: 60px;
  margin-bottom: 30px;
}
.process-area .process-content ul li .number {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #ffffff;
  box-shadow: 0px 0px 40px rgba(145, 59, 255, 0.07);
  font-weight: 500;
  color: #3d8dfd;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  transition: all ease 0.5s;
}
.process-area .process-content ul li h4 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}
.process-area .process-content ul li:hover .number {
  background-color: #3d8dfd;
  color: #ffffff;
}
.process-area .process-content ul li:last-child {
  margin-bottom: 0;
}
.process-area .process-image {
  text-align: end;
}
.process-area .service-shape-3 {
  position: absolute;
  left: 0;
  bottom: -45px;
  z-index: -1;
}

/*
Services Details Page CSS
======================================================*/
.service-details-content {
  margin-right: 35px;
}
.service-details-content h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
.service-details-content .section-heading h2 {
  font-size: 36px;
}
.service-details-content .provide-service {
  margin-bottom: 30px;
}
.service-details-content .provide-service img {
  border-radius: 10px;
  margin-bottom: 30px;
}
.service-details-content .provide-service h3 {
  font-weight: 700;
}
.service-details-content .goal ul {
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.service-details-content .goal ul li {
  position: relative;
  padding-right: 25px;
  margin-bottom: 15px;
}
.service-details-content .goal ul li i {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 18px;
  color: #3d8dfd;
}
.service-details-content .ratio-success {
  margin-bottom: 30px;
}
.service-details-content .ratio-success .success-card {
  position: relative;
  background-color: #f4f9ff;
  border-radius: 5px;
  padding: 30px 30px 30px 145px;
  margin-bottom: 30px;
}
.service-details-content .ratio-success .success-card h4 {
  font-size: 16px;
  font-weight: 600;
}
.service-details-content .ratio-success .success-card p {
  margin-bottom: 0;
}

.progress-color {
  position: absolute;
  top: 30px;
  left: 30px;
}
.progress-color .radial-progress-bar {
  position: relative;
}
.progress-color .radial-progress-bar .radial-progress-bar__percentages {
  font-size: 20px;
  font-weight: 500;
  color: #040265;
  display: flex;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  border: 5px solid #e6e4e4;
}
.progress-color .radial-progress-bar .radial-progress-bar__curve {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100px;
  clip: rect(auto, auto, auto, auto);
}
.progress-color .radial-progress-bar .radial-progress-bar__curve .radial-progress-bar__half {
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 5px solid #913bff;
}
.progress-color .radial-progress-bar .radial-progress-bar__curve .radial-progress-bar__half--first {
  clip: rect(0px, 60px, 100px, 0px);
  transform: rotate(-270deg);
}
.progress-color .radial-progress-bar .radial-progress-bar__curve .radial-progress-bar__half--second {
  clip: rect(0px, 60px, 100px, 0px);
  transform: rotate(-180deg);
}

/*
Project Page CSS
======================================================*/
.project-page-area .gallery-card {
  margin-bottom: 30px;
}
.project-page-area .gallery-card h3 {
  font-size: 22px;
  font-weight: 600;
  margin-top: 25px;
}
.project-page-area .gallery-card h3 a {
  color: #040265;
}
.project-page-area .gallery-card h3 a:hover {
  color: #3d8dfd;
}
.project-page-area .gallery-image {
  position: relative;
}
.project-page-area .gallery-image .gallery .gallery-five {
  border-radius: 10px;
}
.project-page-area .gallery-image .gallery::before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0%;
  background-color: #040265;
  border-radius: 10px;
  opacity: 0.6;
  visibility: hidden;
  transition: all ease 0.5s;
}
.project-page-area .gallery-image .gallery .popup-know {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: auto;
  transform: translateY(-50%);
  background-color: #ffffff;
  width: 70px;
  height: 70px;
  line-height: 90px;
  border-radius: 50%;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.5s;
}
.project-page-area .gallery-image .gallery .popup-know i {
  font-size: 35px;
  color: #913bff;
  transition: all ease 0.5s;
}
.project-page-area .gallery-image:hover .gallery::before {
  height: 100%;
  visibility: visible;
}
.project-page-area .gallery-image:hover .gallery .popup-know {
  opacity: 1;
  visibility: visible;
}

/*
Project Details Page CSS
======================================================*/
.project-details-area .project-details {
  margin-left: 25px;
}
.project-details-area .project-details .project-details-card img {
  border-radius: 10px;
  margin-bottom: 30px;
}
.project-details-area .project-details .project-details-card h3 {
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 20px;
}
.project-details-area .project-details .project-details-card .batter-solution {
  margin-bottom: 40px;
}
.project-details-area .project-details .project-details-card .batter-solution .better {
  position: relative;
  padding-right: 50px;
}
.project-details-area .project-details .project-details-card .batter-solution .better::before {
  content: "";
  position: absolute;
  top: 3px;
  left: -3px;
  width: 1px;
  height: 48px;
  background-color: rgba(0, 0, 0, 0.05);
}
.project-details-area .project-details .project-details-card .batter-solution .better i {
  position: absolute;
  top: 8px;
  right: 0;
  font-size: 20px;
  color: #3d8dfd;
  background-color: rgba(28, 142, 244, 0.05);
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  text-align: center;
  transition: all ease 0.5s;
}
.project-details-area .project-details .project-details-card .batter-solution .better h5 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}
.project-details-area .project-details .project-details-card .batter-solution p {
  font-size: 15px;
}
.project-details-area .project-details .project-details-card .batter-solution.style {
  margin-bottom: 0;
}
.project-details-area .project-details .project-details-card .batter-solution:hover .better i {
  background-color: #3d8dfd;
  color: #ffffff;
}
.project-details-area .project-details .project-details-card .processing-system {
  margin-bottom: 30px;
  margin-top: 40px;
}
.project-details-area .project-details .project-details-card .processing-system h4 {
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 20px;
}
.project-details-area .project-details .project-details-card .processing-system .system-card {
  background-color: #f8f8f8;
  border-radius: 5px;
  padding: 30px 14px;
  text-align: center;
  margin-bottom: 30px;
}
.project-details-area .project-details .project-details-card .processing-system .system-card h5 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}

.support {
  background-color: #f4f9ff;
  border-radius: 10px;
  padding: 35px;
}
.support ul {
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.support ul li {
  position: relative;
  padding-right: 60px;
  padding-bottom: 28px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.support ul li i {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 22px;
  color: #3d8dfd;
  background-color: #ffffff;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 44px;
  border-radius: 50%;
  text-align: center;
  box-shadow: 0px 0px 40px rgba(145, 59, 255, 0.05);
}
.support ul li h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 12px;
}
.support ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

/*
Blog Page CSS
======================================================*/
.search-box {
  margin-bottom: 25px;
}
.search-box .search-group {
  position: relative;
}
.search-box .search-group .form-control {
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 3px;
  height: 50px;
  padding: 18px;
  color: #040265;
}
.search-box .search-group .form-control::-moz-placeholder {
  color: #62609c;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.search-box .search-group .form-control::placeholder {
  color: #62609c;
  transition: all ease 0.5s;
}
.search-box .search-group .form-control:focus {
  border: 1px solid #913bff;
}
.search-box .search-group .form-control:focus::-moz-placeholder {
  color: transparent;
}
.search-box .search-group .form-control:focus::placeholder {
  color: transparent;
}
.search-box .search-group .search-btn {
  border: none;
  position: absolute;
  top: 4px;
  left: 4px;
  background-color: #913bff;
  color: #ffffff;
  font-size: 18px;
  height: 42px;
  padding: 10px 12px;
  border-radius: 3px;
  transition: all ease 0.5s;
}
.search-box .search-group .search-btn:hover {
  background-color: #3d8dfd;
}

/**/
.category {
  background-color: #f4f9ff;
  border-radius: 5px;
  padding: 35px 32px;
  margin-bottom: 30px;
}
.category h4 {
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 14px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.category ul {
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.category ul li {
  position: relative;
  padding-right: 28px;
  margin-bottom: 15px;
}
.category ul li i {
  position: absolute;
  top: 4px;
  right: 0;
  font-size: 10px;
  color: #3d8dfd;
  border: 1px solid #c9cbde;
  width: 15px;
  height: 15px;
  line-height: 15px;
  border-radius: 50%;
  text-align: center;
  padding-right: 1px;
}
.category ul li:last-child {
  margin-bottom: 0;
}

/**/
.popular-post {
  background-color: #f4f9ff;
  padding: 35px 30px;
  border-radius: 5px;
  margin-bottom: 30px;
}
.popular-post h4 {
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 14px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.popular-post .single-recent-post {
  overflow: hidden;
  margin-bottom: 20px;
}
.popular-post .single-recent-post:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom-width: 0;
}
.popular-post .single-recent-post .thumb {
  width: 90px;
  height: 90px;
  margin-left: 5px;
  position: relative;
  display: inline-block;
}
.popular-post .single-recent-post .thumb .full-image {
  width: 90px;
  height: 90px;
  display: inline-block;
  position: relative;
  border-radius: 5px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.popular-post .single-recent-post .thumb .full-image.bg-1 {
  background-image: url("..//images/user/user-image-9.jpg");
}
.popular-post .single-recent-post .thumb .full-image.bg-2 {
  background-image: url("..//images/user/user-image-10.jpg");
}
.popular-post .single-recent-post .thumb .full-image.bg-3 {
  background-image: url("..//images/user/user-image-11.jpg");
}
.popular-post .single-recent-post .single-recent-info {
  margin-right: 10px;
  position: relative;
  top: 5px;
}
.popular-post .single-recent-post .single-recent-info p {
  color: #3d8dfd;
  margin-bottom: 5px;
}
.popular-post .single-recent-post .single-recent-info p i {
  position: relative;
  top: 2px;
  font-size: 18px;
  color: #913bff;
  padding-left: 5px;
}
.popular-post .single-recent-post .single-recent-info h5 {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}
.popular-post .single-recent-post .single-recent-info h5 a {
  display: inline-block;
  color: #040265;
}
.popular-post .single-recent-post .single-recent-info h5 a:hover {
  color: #913bff;
}

/**/
.tags {
  background-color: #f4f9ff;
  border-radius: 5px;
  padding: 30px 30px 15px 30px;
}
.tags h5 {
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 14px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.tags ul {
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.tags ul li {
  display: inline-block;
  margin-left: 5px;
  margin-bottom: 10px;
  transition: all ease 0.5s;
  font-family: "Vazirmatn RD FD", sans-serif;
}
.tags ul li:last-child {
  margin-bottom: 0;
  margin-bottom: -15px;
}
.tags ul li a {
  display: inline-block;
  background-color: #ffffff;
  box-shadow: 0px 0px 30px rgba(6, 208, 232, 0.05);
  border-radius: 3px;
  padding: 6px 17px;
}
.tags ul li a:hover {
  background-color: #3d8dfd;
  color: #ffffff;
  border-radius: 3px;
}

/*
Blog Details Page CSS
======================================================*/
.blog-details {
  margin-right: 25px;
}
.blog-details .blog-card .blog-image .blog-one {
  border-radius: 10px;
}
.blog-details .blog-card .blog-image .date {
  top: auto;
  right: auto;
  left: 20px;
  bottom: -15px;
}
.blog-details .blog-card .blog-card-content {
  box-shadow: none;
  background-color: transparent;
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}
.blog-details .blog-card .blog-card-content h3 {
  font-size: 36px;
  line-height: 50px;
  margin-top: 25px;
  margin-bottom: 12px;
  margin-left: 75px;
}
.blog-details .analysis-card {
  background-color: #f8f8f8;
  border-radius: 10px;
  padding: 10px 12px 10px 10px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.blog-details .analysis-card .user-image-1 {
  width: 155px;
  height: 143px;
  border-radius: 10px;
}
.blog-details .analysis-card .analysis-card-info {
  margin-right: 20px;
  position: relative;
}
.blog-details .analysis-card .analysis-card-info p {
  font-size: 18px;
  font-weight: 500;
  color: #040265;
  margin-bottom: 0;
}
.blog-details .analysis-card .analysis-card-info h3 {
  font-size: 16px;
  font-weight: 500;
}
.blog-details .analysis-card .analysis-card-info span {
  font-size: 15px;
  display: block;
  margin-bottom: 15px;
}
.blog-details .analysis-card .analysis-card-info .quotation {
  position: absolute;
  top: 10px;
  left: 20px;
  font-size: 40px;
  color: #e8e8e8;
}
.blog-details .security {
  margin-bottom: 25px;
}
.blog-details .security h4 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}
.blog-details .security span {
  display: block;
  font-weight: 500;
  color: #040265;
  margin-bottom: 15px;
}
.blog-details .security ul {
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.blog-details .security ul li {
  position: relative;
  padding-right: 25px;
  margin-bottom: 15px;
}
.blog-details .security ul li i {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 20px;
  color: #3d8dfd;
}
.blog-details .technology h4 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}
.blog-details .treatment {
  margin-top: 50px;
  margin-bottom: 40px;
  padding-top: 35px;
  border-top: 1px solid rgba(217, 216, 216, 0.54);
}
.blog-details .treatment .tags {
  background-color: transparent;
  padding: 0;
}
.blog-details .treatment .tags ul {
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.blog-details .treatment .tags ul li {
  display: inline-block;
  position: relative;
  margin-bottom: 0;
}
.blog-details .treatment .tags ul li a {
  border: none;
  background-color: transparent;
  padding: 0;
}
.blog-details .treatment .tags ul li a:hover {
  color: #913bff;
}
.blog-details .treatment .tags ul li i {
  color: #913bff;
  background-color: rgba(145, 59, 255, 0.08);
  width: 30px;
  height: 30px;
  line-height: 28px;
  border-radius: 50%;
  text-align: center;
  margin-left: 10px;
}
.blog-details .treatment .tags ul li p {
  font-size: 18px;
  font-weight: 500;
  color: #040265;
}
.blog-details .treatment .share {
  text-align: end;
}
.blog-details .treatment .share ul {
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.blog-details .treatment .share ul li {
  display: inline-block;
  margin-left: 10px;
}
.blog-details .treatment .share ul li:last-child {
  margin-left: 0;
}
.blog-details .treatment .share ul li p {
  font-weight: 500;
  color: #040265;
}
.blog-details .treatment .share ul li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 34px;
  border-radius: 50%;
  text-align: center;
  color: #913bff;
  background-color: rgba(145, 59, 255, 0.08);
}
.blog-details .treatment .share ul li a:hover {
  background-color: #913bff;
  color: #ffffff;
}
.blog-details .leave-comment {
  margin-bottom: 30px;
}
.blog-details .leave-comment h5 {
  font-size: 24px;
  margin-bottom: 30px;
}
.blog-details .leave-comment p {
  margin-bottom: 20px;
}
.blog-details .leave-comment form .form-control {
  border: none;
  box-shadow: none;
  background-color: #f9f9f9;
  border: 0.5px solid #f9f9f9;
  border-radius: 5px;
  height: 52px;
  font-size: 15px;
  color: #62609c;
  margin-bottom: 20px;
  padding: 10px 15px;
  transition: all ease 0.5s;
}
.blog-details .leave-comment form .form-control:focus {
  border: 0.5px solid #3d8dfd;
}
.blog-details .leave-comment form .textarea {
  height: 150px;
}
.blog-details .leave-comment form .common-btn {
  margin-top: 20px;
  background-color: #3d8dfd;
}
.blog-details .leave-comment form .common-btn:hover {
  background-color: #913bff;
}
.blog-details .leave-comment form .leave .form-check {
  padding-right: 0;
  margin-top: 10px;
  margin-bottom: 30px;
}
.blog-details .leave-comment form .leave .form-check .form-check-input {
  margin-right: 0;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(217, 216, 216, 0.93);
  border-radius: 5px;
}
.blog-details .leave-comment form .leave .form-check .form-check-input:focus {
  border-color: rgba(217, 216, 216, 0.93);
  box-shadow: none !important;
}
.blog-details .leave-comment form .leave .form-check .form-check-label {
  padding-right: 10px;
  color: #62609c;
}

/**/
.services-tags {
  background-color: #f4f9ff;
  border-radius: 5px;
  padding: 34px 38px;
  margin-bottom: 30px;
}
.services-tags h3 {
  font-size: 20px;
  font-weight: 600;
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  padding-bottom: 16px;
  margin-bottom: 18px;
}
.services-tags ul {
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.services-tags ul li {
  position: relative;
  padding-right: 25px;
  margin-bottom: 15px;
  font-size: 18px;
}
.services-tags ul li i {
  position: absolute;
  top: 2px;
  right: 0;
  font-size: 22px;
  color: #c7e0f7;
}
.services-tags ul li a {
  color: #62609c;
}
.services-tags ul li a:hover {
  color: #913bff;
}
.services-tags ul li:last-child {
  margin-bottom: 0;
}

/**/
.download-company {
  background-color: #f4f9ff;
  border-radius: 5px;
  padding: 34px 38px;
  margin-bottom: 30px;
}
.download-company .download {
  display: block;
  border: none;
  width: 100%;
  height: 56px;
  background-color: #ffffff;
  padding: 4px 5px;
  border-radius: 5px;
  position: relative;
  margin-bottom: 15px;
}
.download-company .download .icon-report {
  font-size: 18px;
  font-weight: 500;
  color: #040265;
  padding-bottom: 0;
  text-align: start;
  padding-right: 70px;
}
.download-company .download .icon-report i {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 28px;
  color: #ffffff;
  background-color: #3d8dfd;
  width: 52px;
  height: 48px;
  line-height: 56px;
  border-radius: 5px;
  text-align: center;
}
.download-company .download:last-child {
  margin-bottom: 0;
}

/**/
.necessary {
  background: linear-gradient(-179.64deg, #EEF6FF 0.31%, #FCF4FF 109.38%);
  border-radius: 5px;
  padding: 30px 38px 30px 60px;
}
.necessary ul {
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.necessary ul li {
  display: inline-block;
  color: #ebc500;
  margin-bottom: 15px;
  margin-left: -3px;
  font-size: 17px;
}
.necessary p {
  color: #040265;
  margin-bottom: 15px;
}
.necessary h4 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}

/*Contact Page CSS
======================================================*/
.contact-area {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.contact-area .contact {
  margin-left: 15px;
}
.contact-area .contact .form {
  background-color: #ffffff;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.09);
  border-radius: 11px;
  padding: 45px 55px;
  position: relative;
}
.contact-area .contact .form::before {
  content: "";
  position: absolute;
  top: 25px;
  right: -25px;
  width: 100%;
  height: 100%;
  background-color: #f4f9ff;
  border-radius: 11px;
  z-index: -1;
}
.contact-area .contact .form h3 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 30px;
}
.contact-area .contact .form .form-control {
  border: none;
  box-shadow: none;
  background-color: #f8f8f8;
  border-radius: 5px;
  height: 64px;
  padding: 20px;
  margin-bottom: 20px;
}
.contact-area .contact .form .textarea {
  height: 160px;
}
.contact-area .contact .form .common-btn {
  width: 100%;
}
.contact-area .contact-image {
  position: absolute;
  left: 0;
  top: 100px;
  z-index: -1;
}

/*
Contact Us Area CSS
=================================================*/
.contact-us-area .number-card {
  background-color: #f8f8f8;
  border-radius: 5px;
  padding: 45px 50px;
  margin-bottom: 30px;
}
.contact-us-area .number-card .number {
  position: relative;
}
.contact-us-area .number-card .number .map-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 76px;
  height: 74px;
  line-height: 72px;
  text-align: center;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0px 0px 40px rgba(145, 59, 255, 0.05);
}
.contact-us-area .number-card .number .map-icon img {
  max-width: 35px;
  transition: all ease 0.5s;
}
.contact-us-area .number-card .number .location {
  padding-right: 100px;
}
.contact-us-area .number-card .number .location h3 {
  font-size: 18px;
  margin-bottom: 8px;
}
.contact-us-area .number-card .number .location a {
  display: block;
  font-size: 15px;
}
.contact-us-area .number-card .number .location span {
  display: block;
  font-size: 15px;
}
.contact-us-area .number-card:hover .number .map-icon img {
  animation: pop 0.3s 2;
}

.contact-map iframe {
  width: 100%;
  height: 630px;
  display: block;
}

/*
Terms Condition Area CSS
=================================================*/
.visitors-info.terms .blog-image-10 {
  border-radius: 10px;
  margin-bottom: 30px;
}
.visitors-info.terms .hospital-visitors {
  margin-bottom: 30px;
}
.visitors-info.terms .hospital-visitors h3 {
  font-size: 30px;
  margin-bottom: 15px;
}

/*
Privacy Policy Area Style
=======================================================*/
.privacy-policy-area .section-title h2 {
  margin-bottom: 10px;
}
.privacy-policy-area .privacy-policy-wrap img {
  margin-bottom: 30px;
}
.privacy-policy-area .privacy-policy-wrap .privacy-content {
  margin-bottom: 30px;
}
.privacy-policy-area .privacy-policy-wrap .privacy-content h3 {
  font-size: 30px;
  line-height: 38px;
  margin-bottom: 15px;
}
.privacy-policy-area .privacy-policy-wrap .privacy-content p {
  margin-bottom: 10px;
}
.privacy-policy-area .privacy-policy-wrap .privacy-content ul {
  margin-right: 0;
  margin-bottom: 15px;
  list-style-type: none;
  padding-right: 0;
  margin-top: 15px;
}
.privacy-policy-area .privacy-policy-wrap .privacy-content li {
  position: relative;
  padding-right: 25px;
  margin-bottom: 10px;
}
.privacy-policy-area .privacy-policy-wrap .privacy-content li:last-child {
  margin-bottom: 0;
}
.privacy-policy-area .privacy-policy-wrap .privacy-content li i {
  position: absolute;
  right: 0;
  top: 1px;
  color: #913bff;
  font-size: 20px;
}

/*
404 Error Page Style
=======================================================*/
.error-area {
  text-align: center;
  position: relative;
  z-index: 1;
  padding-top: 250px;
}
.error-area .d-table {
  width: 100%;
  height: 100%;
}
.error-area .d-table .d-table-cell {
  vertical-align: middle;
}
.error-area .error-content-wrap {
  z-index: 1;
  position: relative;
}
.error-area .error-content-wrap .error-image {
  max-width: 400px;
}
.error-area .error-content-wrap h3 {
  margin: 20px 0 0;
  position: relative;
  color: #040265;
}
.error-area .error-content-wrap p {
  margin: 15px 0 20px;
  font-size: 18px;
  font-weight: 500;
}

/*
Login Register Area Style
=======================================================*/
.login-form {
  padding: 35px;
  border-radius: 15px;
  background-color: #ffffff;
  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  max-width: 650px;
  margin: auto;
  border: 1px solid rgba(27, 35, 54, 0.13);
  margin-bottom: 30px;
}
.login-form h2 {
  font-size: 30px;
  margin-bottom: 30px;
}
.login-form form .form-group {
  margin-bottom: 25px;
}
.login-form form .form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
}
.login-form form .form-group .form-control {
  height: 55px;
  padding: 20px;
  line-height: initial;
  color: #62609c;
  background-color: #f9f9f9;
  border: 1px solid rgba(27, 35, 54, 0.13);
  border-radius: 5px;
  box-shadow: unset;
  font-size: 15px;
  transition: all ease 0.5s;
}
.login-form form .form-group .form-control:focus {
  border: 1px solid #913bff;
}
.login-form form .lost-your-password {
  text-align: end;
}
.login-form form .lost-your-password a {
  display: inline-block;
  position: relative;
  font-weight: 500;
  font-size: 15px;
  color: #62609c;
}
.login-form form .lost-your-password a::before {
  width: 100%;
  height: 1px;
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  transition: all ease 0.5s;
  background-color: #040265;
}
.login-form form .lost-your-password a::after {
  width: 0;
  height: 1px;
  position: absolute;
  right: 0;
  transition: all ease 0.5s;
  bottom: 0;
  content: "";
  background-color: #913bff;
}
.login-form form .default-btn {
  margin-top: 25px;
  padding: 15px 35px;
  border-radius: 5px;
  width: 100%;
  border: none;
  font-weight: 500;
  position: relative;
  background-color: #3d8dfd;
  color: #ffffff;
  z-index: 1;
}
.login-form form .default-btn::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  background-color: #913bff;
  transition: all ease 0.5s;
  z-index: -1;
}
.login-form form .default-btn:hover::before {
  opacity: 1;
  height: 100%;
  visibility: visible;
  border-radius: 5px;
}

.register-form {
  padding: 35px;
  border-radius: 15px;
  background-color: #ffffff;
  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  max-width: 650px;
  margin: auto;
  border: 1px solid #e1e1e1;
  margin-bottom: 30px;
}
.register-form h2 {
  font-size: 30px;
  margin-bottom: 30px;
}
.register-form form .form-group {
  margin-bottom: 25px;
}
.register-form form .form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 16px;
}
.register-form form .form-group .form-control {
  height: 50px;
  padding: 20px;
  line-height: initial;
  background-color: #f9f9f9;
  border: 1px solid rgba(27, 35, 54, 0.13);
  border-radius: 5px;
  box-shadow: unset;
  transition: all ease 0.5s;
  font-size: 15px;
}
.register-form form .form-group .form-control:focus {
  border: 1px solid #913bff;
}
.register-form form .description {
  font-style: italic;
  font-size: 14px;
  margin-top: -5px;
  margin-bottom: 15px;
}
.register-form form .default-btn {
  margin-top: 10px;
  padding: 15px 35px;
  border-radius: 5px;
  width: 100%;
  border: none;
  font-weight: 500;
  position: relative;
  background-color: #3d8dfd;
  color: #ffffff;
  z-index: 1;
}
.register-form form .default-btn::before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  background-color: #913bff;
  transition: all ease 0.5s;
  z-index: -1;
}
.register-form form .default-btn:hover::before {
  opacity: 1;
  height: 100%;
  visibility: visible;
  border-radius: 5px;
}

/*
Modal CSS
======================================================*/
.popup-modal .modal-dialog {
  max-width: 700px;
  position: relative;
}
.popup-modal .modal-dialog .modal-content {
  border: none;
  background-color: transparent;
}
.popup-modal .modal-dialog .background-video {
  width: 100%;
  height: 450px;
  display: block;
  border-radius: 10px;
}
.popup-modal .modal-dialog .modal-header {
  padding: 0;
  border: none;
}
.popup-modal .modal-dialog .modal-header .btn-close {
  left: 0px;
  top: -25px;
  position: absolute;
  filter: brightness(0) saturate(100%) invert(93%) sepia(0%) saturate(7473%) hue-rotate(56deg) brightness(108%) contrast(108%);
  opacity: 1;
}
.popup-modal .modal-dialog .modal-header .btn-close:focus {
  outline: 0;
  box-shadow: unset;
}
.popup-modal .modal-dialog .modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 0;
}
.popup-modal .modal-dialog .modal-body iframe {
  border: unset !important;
  width: 100%;
  height: 450px;
  display: block;
  border-radius: 10px;
}
.popup-modal .modal-dialog .modal-body .ytp-title-link.yt-uix-sessionlink {
  display: none !important;
}

/*
Go Top Button CSS
======================================================*/
.scrolltop-wrap a {
  position: fixed;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
          user-select: none;
  pointer-events: all;
  outline: none;
  overflow: hidden;
  width: 50px;
  height: 50px;
  line-height: 54px;
  font-size: 35px;
  left: 15px;
  bottom: 15px;
  text-align: center;
  color: #ffffff;
  background-color: #913bff;
  border: 1px solid #913bff;
  border-radius: 50%;
  transition: all ease 0.5s;
  z-index: 3;
}
.scrolltop-wrap a:hover {
  background-color: #040265;
  color: #ffffff;
}
.scrolltop-wrap a #scrolltop-arrow {
  transform: scale(0.66);
  transform-origin: center;
}

/* Others CSS */
.FocuS {
  animation: FocuS 1s linear 1s infinite;
}

.rotate {
  animation: rotation 8s infinite linear;
}

.bounce {
  animation: float 1200ms infinite ease-in-out;
}

.moveVertical {
  animation: moveVertical 1200ms infinite ease-in-out;
}

.moveHorizontal {
  animation: moveHorizontal 1200ms infinite ease-in-out;
}

.animationFramesTwo {
  animation: animationFramesTwo 1200ms infinite ease-in-out;
}

.moveHorizontal_reverse {
  animation: moveHorizontal_reverse 1200ms infinite ease-in-out;
}

@keyframes pop {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes rotate-vertical {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(-360deg);
  }
}
@keyframes full-circle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes ripple {
  0% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.75);
    opacity: 0.6;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-359deg);
  }
}
@keyframes animationFramesTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(-73px, -1px) rotate(-36deg);
  }
  40% {
    -webkit-transform: translate(-141px, 72px) rotate(-72deg);
  }
  60% {
    -webkit-transform: translate(-83px, 122px) rotate(-108deg);
  }
  80% {
    -webkit-transform: translate(40px, 72px) rotate(-144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes waving_left {
  0% {
    -webkit-transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(-3deg);
  }
  50% {
    -webkit-transform: rotate(-6deg);
  }
  75% {
    -webkit-transform: rotate(3deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@keyframes waving_right {
  0% {
    -webkit-transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(3deg);
  }
  50% {
    -webkit-transform: rotate(6deg);
  }
  75% {
    -webkit-transform: rotate(3deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes animationFramesTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(-73px, -1px) rotate(-36deg);
  }
  40% {
    -webkit-transform: translate(-141px, 72px) rotate(-72deg);
  }
  60% {
    -webkit-transform: translate(-83px, 122px) rotate(-108deg);
  }
  80% {
    -webkit-transform: translate(40px, 72px) rotate(-144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes moveHorizontal {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(20px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes moveHorizontal_reverse {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(-20px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes moveVertical {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes FocuS {
  0% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* ========================== pre loader +============================ */
.cssload-preloader {
  right: 0;
  top: 0;
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  z-index: 99999;
}
.cssload-preloader .cssload-preloader-box {
  position: absolute;
  height: 50px;
  top: 50%;
  right: 50%;
  transform: translateY(-48%) translateX(50%);
}
.cssload-preloader .cssload-preloader-box div {
  position: relative;
  width: 50px;
  height: 50px;
  background-color: rgb(183, 0, 255);
  float: right;
  text-align: center;
  line-height: 50px;
  font-family: "Vazirmatn RD FD", sans-serif;
  font-size: 30px;
  color: #ffffff;
}
.cssload-preloader .cssload-preloader-box div:nth-child(1) {
  background: rgb(247, 8, 231);
  margin-left: 15px;
  animation: cssload-movement 1000ms ease 0ms infinite alternate;
}
.cssload-preloader .cssload-preloader-box div:nth-child(2) {
  background: rgb(247, 8, 231);
  margin-left: 15px;
  animation: cssload-movement 1000ms ease 176.25ms infinite alternate;
}
.cssload-preloader .cssload-preloader-box div:nth-child(3) {
  background: rgb(247, 8, 231);
  margin-left: 15px;
  animation: cssload-movement 1000ms ease 352.5ms infinite alternate;
}
.cssload-preloader .cssload-preloader-box div:nth-child(4) {
  background: rgb(247, 8, 231);
  margin-left: 0;
  animation: cssload-movement 1000ms ease 528.75ms infinite alternate;
}
.cssload-preloader .cssload-preloader-box div:nth-child(5) {
  background: rgb(247, 8, 231);
  margin-left: 0;
  animation: cssload-movement 1000ms ease 705ms infinite alternate;
}

@keyframes cssload-movement {
  from {
    transform: scale(1) translateY(0px) rotateX(0deg);
  }
  to {
    transform: scale(1.5) translateY(-21px) rotateX(45deg);
    background: rgb(60, 0, 255);
  }
}
/* ========================== end pre loader =================================== *//*# sourceMappingURL=rtl.css.map */