/* Theme Name: Mroka - Creative Agency & Portfolio HTML Template
   Author: Themes Studio
   Version: 1.0.0
   File Description: Main CSS file of the template
*/
/*============================================
      // Table of Contents
==============================================
   00. Google Fonts
   01. Common Extend CSS
   02. Normalize CSS
   03. Typography CSS
   04. Global CSS
   05. Animation CSS
   06. Utilities CSS
   07. Header CSS
   08. Banner CSS
   09. About CSS
   10. Working Process CSS
   11. Service CSS
   12. Team CSS
   13. Client CSS
   14. Portfolio CSS
   15. Achievement CSS
   16. Testimonial CSS
   17. Consult CSS
   18. Blog CSS
   19. Pricing CSS
   20. Newsletter CSS
   21. Text Advertise CSS
   22. Award CSS
   23. Breadcrumb CSS
   24. Faq CSS
   25. Contact CSS
   26. Skill CSS
   27. Map CSS
   28. 404 CSS
   29. Footer CSS
   30. TS Btn CSS
=============================================*/
/*============================================
      00. Google Fonts
=============================================*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&family=Space+Grotesk:wght@400;500;600;700&display=swap");
/*============================================
      01. Common Extend CSS
=============================================*/
.portfolio--one .portfolio-content-area .item-overlay h6 a, .portfolio--one .portfolio-content-area .item-overlay p, .portfolio--two .portfolio-content-area .item-overlay h6 a, .portfolio--two .portfolio-content-area .item-overlay p, .portfolio--three .portfolio-content-area .item-overlay h6 a, .portfolio--three .portfolio-content-area .item-overlay p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  width: 100%;
}

.blog--one .blog__content h6 a, .blog--two .blog__thumb .blog-content-display h6 a, .footer--one .footer__header--socialpost .socialpost-item .socialpost-content h6 a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 100%;
}

.service--two .services-box .service-paragraph p, .team--one .team__content p, .blog--one .blog__content p, .blog--two .blog__thumb .blog-content-display p.blog-desc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  width: 100%;
}

button {
  background: transparent;
}

.banner--one .banner__content--btn, .banner--two .banner__content--btn {
  display: flex;
  flex-wrap: wrap;
}

.banner--one .banner__content--text, .banner--two .banner__content--text, .blog--two .blog__thumb, .blog--two .blog__thumb img,
.overly {
  position: relative;
}

.overly:after, .banner--one .banner-img1, .banner--one .banner-img2, .banner--one .banner-img3, .banner--one .banner-img4, .banner--one .banner-img5, .banner--one .banner-img6, .banner--two .banner-img1, .banner--two .banner-img2, .banner--two .banner-img3, .banner--two .banner-img4, .banner--two .banner-img5, .banner--two .banner-img6, .portfolio--one .portfolio-content-area .item-img, .portfolio--two .portfolio-content-area .item-img, .portfolio--three .portfolio-content-area .item-img, .consult img.consult-bgimg, .blog--two .blog__thumb .blog-content-display, .pageheader .banner-img1, .pageheader .banner-img2, .pageheader .banner-img3, .pageheader .banner-img4, .pageheader .banner-img5, .pageheader .banner-img6 {
  position: absolute;
  content: "";
}

.overly:after {
  top: 0;
}

.overly:after {
  left: 0;
}

input,
textarea,
select, .overly:after {
  width: 100%;
}

.overly:after {
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
a h1,
a h2,
a h3,
a h4,
a h5,
a h6, .consult__header--contactcontent p span {
  font-weight: 700;
}

.portfolio--four .portfolio__maincontent .portfolio-img .project-info .project-content .p-one {
  font-weight: 600;
}

.about--two .singletab .tablinks li button, .team--two .team__content a.team-btn, .portfolio--one .portfolio_filter ul li, .portfolio--two .portfolio_filter ul li, .portfolio--four .portfolio__maincontent .portfolio-img .project-info .project-content .p-two {
  font-weight: 500;
}

.consult, .blog--two, .blog--four, .newsletter, .footer--one {
  z-index: 1;
}

h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
a h1,
a h2,
a h3,
a h4,
a h5,
a h6, input::placeholder,
textarea::placeholder,
select::placeholder {
  text-transform: capitalize;
}

ul li {
  list-style: none;
}

ul {
  margin: 0;
}

.newsletter .section__header, .newsletter .section__header h3 {
  margin-bottom: 0px;
}

ul li {
  margin-left: 0;
}

.newsletter .section__header h5 {
  margin-bottom: 15px;
}

.team--one .team__content p, .team--two .team__content p {
  margin-bottom: 20px;
}

.newsletter .section__header, .newsletter .section__header h3 {
  margin-bottom: 0px;
}

ul {
  padding: 0;
}

input,
textarea,
select {
  padding: 15px;
}

/*============================================
      02. Normalize CSS
=============================================*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: "Poppins", sans-serif;
}

:root {
  scroll-behavior: auto !important;
}

body,
button,
input,
select,
optgroup,
textarea {
  color: #70717b;
  font-size: 1rem;
  line-height: 1.4;
  font-family: "Poppins", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
a h1,
a h2,
a h3,
a h4,
a h5,
a h6 {
  clear: both;
  line-height: 1.4;
  font-family: "Poppins", sans-serif;
  color: #2a2a2a;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

h1 {
  font-size: 3.75rem;
}

h2 {
  font-size: 2.5rem;
}

h3 {
  font-size: 2.25rem;
}

h4 {
  font-size: 1.875rem;
}

h5 {
  font-size: 1.5rem;
}

h6 {
  font-size: 1.25rem;
}

@media (min-width: 576px) {
  h1 {
    font-size: 3.75rem;
  }

  h2 {
    font-size: 2.5rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.875rem;
  }

  h5 {
    font-size: 1.5rem;
  }

  h6 {
    font-size: 1.25rem;
  }
}
p {
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.6;
  color: #70717b;
}

a {
  color: #2a2a2a;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}

a:visited {
  outline: none;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}

a:hover {
  color: #3939fa;
}

a:focus {
  outline: thin dotted;
  outline: none;
}

a:hover,
a:active {
  outline: 0;
}

img {
  height: auto;
  max-width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

select {
  border: 1px solid #ecf0f3;
}

ul li a.facebook {
  background: #3b5998 !important;
  color: #fff !important;
}
ul li a.instagram {
  background: #e4405f !important;
  color: #fff !important;
}
ul li a.linkedin {
  background: #007bb5 !important;
  color: #fff !important;
}
ul li a.twitter {
  background: #55acee !important;
  color: #fff !important;
}

input,
textarea,
select {
  outline: none;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: rgba(37, 37, 37, 0.5);
}

@media (max-width: 575.98px) {
  .bpc {
    background-position: center;
  }
}

.bg-body {
  background: #fff9f2 !important;
}

button {
  border: none;
  outline: none;
}

/*============================================
      03. Typography CSS
=============================================*/
body {
  font-size: 1rem;
  color: #000;
  font-family: "Poppins", sans-serif;
  background-color: #fff;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  color: #000;
  font-family: "Poppins", sans-serif;
  text-transform: capitalize;
  font-weight: 700;
  line-height: 1.4;
}
body h1 {
  font-size: calc(1.5rem + 3vw);
}
@media (min-width: 1200px) {
  body h1 {
    font-size: 3.75rem;
  }
}
body h2 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  body h2 {
    font-size: 2.5rem;
  }
}
body h3 {
  font-size: calc(1.35rem + 1.2vw);
}
@media (min-width: 1200px) {
  body h3 {
    font-size: 2.25rem;
  }
}
body h4 {
  font-size: calc(1.3125rem + 0.75vw);
}
@media (min-width: 1200px) {
  body h4 {
    font-size: 1.875rem;
  }
}
body h5 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  body h5 {
    font-size: 1.5rem;
  }
}
body h6 {
  font-size: 1.25rem;
}
body a > h1,
body a > h2,
body a > h3,
body a > h4,
body a > h5,
body a > h6 {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
  text-decoration: none;
  color: #000;
}
body a:hover {
  color: #f6fafe;
}
body ul {
  padding: 0;
}
body input,
body textarea,
body select {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #fff;
}

/*============================================
      04. Global CSS
=============================================*/
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1320px !important;
  }
}
.padding-block {
  padding-block: calc(2.125rem + 10.5vw);
}
@media (min-width: 1200px) {
  .padding-block {
    padding-block: 10rem;
  }
}

.padding-inline {
  padding-inline: calc(1.75rem + 6vw);
}
@media (min-width: 1200px) {
  .padding-inline {
    padding-inline: 6.25rem;
  }
}

.overly:after {
  background: rgba(0, 0, 0, 0.88);
}

html {
  overflow: scroll;
  overflow-x: hidden !important;
  height: 100%;
}

::-webkit-scrollbar {
  width: 10px;
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: #3939fa;
}

/* Preloader */
#preloader {
  background: #fff;
  height: 100%;
  width: 100%;
  position: fixed;
  margin-top: 0px;
  top: 0px;
  z-index: 9999;
  overflow: hidden;
}

#preloader .loader .loader-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border: 1px solid #1b71fc;
  border-radius: 50%;
}

#preloader .loader .loader-container::before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border-top: 4px solid #3939fa;
  border-radius: 50%;
  animation: loaderspin 1.8s infinite ease-in-out;
  -webkit-animation: loaderspin 1.8s infinite ease-in-out;
}

#preloader .loader .loader-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 80px;
  text-align: center;
}

#preloader .loader .loader-icon img {
  animation: loaderpulse alternate 900ms infinite;
  -webkit-animation: loaderpulse alternate 900ms infinite;
  width: 40px;
}

/* scrollUp */
.scroll-top {
  width: 30px;
  height: 60px;
  line-height: 30px;
  position: fixed;
  bottom: -10%;
  right: 30px;
  font-size: 16px;
  border-radius: 50px;
  z-index: 99;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background: #3939fa;
  border: 2px solid #1b71fc;
  transition: 1s ease;
}
@media (max-width: 575.98px) {
  .scroll-top {
    display: none;
  }
}

.scroll-top.open {
  bottom: 30px;
}

.scroll-top::after {
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

.scroll-top:hover {
  background: #1b71fc;
  border: 2px solid #3939fa;
}

.scroll-top-icon {
  margin-bottom: 16px;
  animation: scrolltopicon 1s infinite ease-in-out alternate;
  -webkit-animation: scrolltopicon 1s infinite ease-in-out alternate;
}

/* Custom Cursor */
.mouseCursor {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  border-radius: 50%;
  transform: translateZ(0);
  visibility: hidden;
  text-align: center;
}

.cursor-outer {
  margin-left: -18px;
  margin-top: -18px;
  width: 35px;
  height: 35px;
  background: transparent;
  border: 2px solid #3939fa;
  box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.5;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}

[dir="rtl"] .mouseCursor {
  left: 0;
  right: auto;
}

.cursor-inner {
  margin-left: -4px;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  z-index: 10000001;
  background: #3939fa;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner span {
  color: #fff;
  line-height: 80px;
  opacity: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
}

.cursor-inner.cursor-big span {
  opacity: 1;
}

.mouseCursor.cursor-big {
  width: 80px;
  height: 80px;
  margin-inline-start: -40px;
  margin-top: -40px;
}

.mouseCursor.cursor-big.cursor-outer {
  display: none;
}

.mouseCursor.cursor-big.d-none {
  display: none;
}

.shape {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -10px;
  width: 300px;
  height: 2px;
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .shape {
    width: 280px;
  }
}
.shape:after, .shape:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: auto;
  margin-top: -3px;
  overflow: hidden;
}
.shape:before {
  animation: sectionShape 8s linear infinite;
  animation-delay: 0s;
  background: #3939fa;
  z-index: 2;
  width: 76px;
  height: 4px;
  border-radius: 30px;
}
.shape:after {
  width: 100%;
  height: 2px;
  margin: 0;
  margin-top: -1px;
  background: #b6c5ff;
  left: 0;
}

/*============================================
      05. Animation CSS
=============================================*/
@keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-webkit-keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes loaderpulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@-webkit-keyframes loaderpulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes rotate1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes scrolltopicon {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
  }
}
@keyframes scrolltopicon {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
  }
}
@keyframes sectionShape {
  0% {
    left: -50%;
  }
  100% {
    left: 100%;
  }
}
@-webkit-keyframes shake-1 {
  0% {
    -webkit-transform: translate(1px, 1px) rotate(0deg);
    transform: translate(1px, 1px) rotate(0deg);
  }
  10% {
    -webkit-transform: translate(-1px, -2px) rotate(-1deg);
    transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    -webkit-transform: translate(-3px, 0px) rotate(1deg);
    transform: translate(-3px, 0px) rotate(1deg);
  }
  30% {
    -webkit-transform: translate(3px, 2px) rotate(0deg);
    transform: translate(3px, 2px) rotate(0deg);
  }
  40% {
    -webkit-transform: translate(1px, -1px) rotate(1deg);
    transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    -webkit-transform: translate(-1px, 2px) rotate(-1deg);
    transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    -webkit-transform: translate(-3px, 1px) rotate(0deg);
    transform: translate(-3px, 1px) rotate(0deg);
  }
  70% {
    -webkit-transform: translate(3px, 1px) rotate(-1deg);
    transform: translate(3px, 1px) rotate(-1deg);
  }
  80% {
    -webkit-transform: translate(-1px, -1px) rotate(1deg);
    transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    -webkit-transform: translate(1px, 2px) rotate(0deg);
    transform: translate(1px, 2px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(1px, -2px) rotate(-1deg);
    transform: translate(1px, -2px) rotate(-1deg);
  }
}
@keyframes shake-1 {
  0% {
    -webkit-transform: translate(1px, 1px) rotate(0deg);
    transform: translate(1px, 1px) rotate(0deg);
  }
  10% {
    -webkit-transform: translate(-1px, -2px) rotate(-1deg);
    transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    -webkit-transform: translate(-3px, 0px) rotate(1deg);
    transform: translate(-3px, 0px) rotate(1deg);
  }
  30% {
    -webkit-transform: translate(3px, 2px) rotate(0deg);
    transform: translate(3px, 2px) rotate(0deg);
  }
  40% {
    -webkit-transform: translate(1px, -1px) rotate(1deg);
    transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    -webkit-transform: translate(-1px, 2px) rotate(-1deg);
    transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    -webkit-transform: translate(-3px, 1px) rotate(0deg);
    transform: translate(-3px, 1px) rotate(0deg);
  }
  70% {
    -webkit-transform: translate(3px, 1px) rotate(-1deg);
    transform: translate(3px, 1px) rotate(-1deg);
  }
  80% {
    -webkit-transform: translate(-1px, -1px) rotate(1deg);
    transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    -webkit-transform: translate(1px, 2px) rotate(0deg);
    transform: translate(1px, 2px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(1px, -2px) rotate(-1deg);
    transform: translate(1px, -2px) rotate(-1deg);
  }
}
@-webkit-keyframes toTopFromBottom {
  49% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toTopFromBottom {
  49% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes circle-animations {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes circle-animations {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes movingleftright {
  0% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
  40% {
    -webkit-transform: translateX(50px) translateY(-50px);
    transform: translateX(50px) translateY(-50px);
  }
  80% {
    -webkit-transform: translateX(60px);
    transform: translateX(60px);
  }
  100% {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
}
@-webkit-keyframes movingleftright {
  0% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
  40% {
    -webkit-transform: translateX(50px) translateY(-50px);
    transform: translateX(50px) translateY(-50px);
  }
  80% {
    -webkit-transform: translateX(60px);
    transform: translateX(60px);
  }
  100% {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
}
@-webkit-keyframes downup {
  0% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
  }
  100% {
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
  }
}
@keyframes downup {
  0% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
  }
  100% {
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
  }
}
@keyframes bloom1 {
  0% {
    transform: scale(0.6);
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes bloom1 {
  0% {
    transform: scale(0.6);
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
  }
}
@-moz-keyframes bloom1 {
  0% {
    transform: scale(0.6);
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
  }
}
@-ms-keyframes bloom1 {
  0% {
    transform: scale(0.6);
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
  }
}
@keyframes bloom2 {
  0% {
    transform: scale(0.6);
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes bloom2 {
  0% {
    transform: scale(0.6);
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
  }
}
@-moz-keyframes bloom2 {
  0% {
    transform: scale(0.6);
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
  }
}
@-ms-keyframes bloom2 {
  0% {
    transform: scale(0.6);
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
  }
}
@keyframes circle-animations {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes circle-animations {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes movingleftright {
  0% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
  40% {
    -webkit-transform: translateX(50px) translateY(-50px);
    transform: translateX(50px) translateY(-50px);
  }
  80% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
  100% {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
}
@-webkit-keyframes movingleftright {
  0% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
  40% {
    -webkit-transform: translateX(50px) translateY(-50px);
    transform: translateX(50px) translateY(-50px);
  }
  80% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
  100% {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
}
@-webkit-keyframes shake {
  0% {
    -webkit-transform: translate(1px, 1px) rotate(0deg);
    transform: translate(1px, 1px) rotate(0deg);
  }
  10% {
    -webkit-transform: translate(-1px, -2px) rotate(-1deg);
    transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    -webkit-transform: translate(-3px, 0px) rotate(1deg);
    transform: translate(-3px, 0px) rotate(1deg);
  }
  30% {
    -webkit-transform: translate(3px, 2px) rotate(0deg);
    transform: translate(3px, 2px) rotate(0deg);
  }
  40% {
    -webkit-transform: translate(1px, -1px) rotate(1deg);
    transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    -webkit-transform: translate(-1px, 2px) rotate(-1deg);
    transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    -webkit-transform: translate(-3px, 1px) rotate(0deg);
    transform: translate(-3px, 1px) rotate(0deg);
  }
  70% {
    -webkit-transform: translate(3px, 1px) rotate(-1deg);
    transform: translate(3px, 1px) rotate(-1deg);
  }
  80% {
    -webkit-transform: translate(-1px, -1px) rotate(1deg);
    transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    -webkit-transform: translate(1px, 2px) rotate(0deg);
    transform: translate(1px, 2px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(1px, 1px) rotate(1deg);
    transform: translate(1px, 1px) rotate(1deg);
  }
}
@keyframes shake {
  0% {
    -webkit-transform: translate(1px, 1px) rotate(0deg);
    transform: translate(1px, 1px) rotate(0deg);
  }
  10% {
    -webkit-transform: translate(-1px, -2px) rotate(-1deg);
    transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    -webkit-transform: translate(-3px, 0px) rotate(1deg);
    transform: translate(-3px, 0px) rotate(1deg);
  }
  30% {
    -webkit-transform: translate(3px, 2px) rotate(0deg);
    transform: translate(3px, 2px) rotate(0deg);
  }
  40% {
    -webkit-transform: translate(1px, -1px) rotate(1deg);
    transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    -webkit-transform: translate(-1px, 2px) rotate(-1deg);
    transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    -webkit-transform: translate(-3px, 1px) rotate(0deg);
    transform: translate(-3px, 1px) rotate(0deg);
  }
  70% {
    -webkit-transform: translate(3px, 1px) rotate(-1deg);
    transform: translate(3px, 1px) rotate(-1deg);
  }
  80% {
    -webkit-transform: translate(-1px, -1px) rotate(1deg);
    transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    -webkit-transform: translate(1px, 2px) rotate(0deg);
    transform: translate(1px, 2px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(1px, 1px) rotate(1deg);
    transform: translate(1px, 1px) rotate(1deg);
  }
}
@-webkit-keyframes toLeftFromRight {
  49% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toLeftFromRight {
  49% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes bloom1 {
  0% {
    transform: scale(0.6);
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
  }
}
@-webkit-keyframes bloom1 {
  0% {
    transform: scale(0.6);
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
  }
}
@-moz-keyframes bloom1 {
  0% {
    transform: scale(0.6);
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
  }
}
@-ms-keyframes bloom1 {
  0% {
    transform: scale(0.6);
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
  }
}
@keyframes bloom2 {
  0% {
    transform: scale(0.6);
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
  }
}
@-webkit-keyframes bloom2 {
  0% {
    transform: scale(0.6);
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
  }
}
@-moz-keyframes bloom2 {
  0% {
    transform: scale(0.6);
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
  }
}
@-ms-keyframes bloom2 {
  0% {
    transform: scale(0.6);
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
  }
}
@keyframes rotateText {
  0% {
    transform: rotate(-360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@-webkit-keyframes rotateText {
  0% {
    transform: rotate(-360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@-moz-keyframes rotateText {
  0% {
    transform: rotate(-360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@-ms-keyframes rotateText {
  0% {
    transform: rotate(-360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
/*============================================
      06. Utilities CSS
=============================================*/
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

.hide-text {
  overflow: hidden;
  padding: 0;
  text-indent: 101%;
  white-space: nowrap;
}

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

ul li {
  list-style: none;
}

.color--theme-color {
  color: #f6fafe;
}
.color--secondary-color {
  color: #3939fa;
}

.bg--cover {
  background-size: cover;
  background-position: center;
}
.bg--fixed {
  background-attachment: fixed;
}
.bg--primary {
  background-color: #3939fa;
}

/*============================================
      07. Header CSS
=============================================*/
.header {
  position: relative;
  margin: 0 20px;
}
.header .transparent-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9;
  height: auto;
}
.header .menu-area {
  padding: 0 0;
  background: #fff;
  -webkit-box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
  box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
  border-radius: 12px;
  margin-top: 20px;
}
.header .menu-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.header .navbar-wrap {
  display: flex;
  flex-grow: 1;
  margin-right: 14px;
}
.header .navbar-wrap ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0 0;
  margin: 0 0 0 auto;
}
.header .navbar-wrap ul li {
  list-style: none;
  display: block;
  position: relative;
}
.header .navbar-wrap ul li a {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  color: #45455d;
  padding: 34px 12px;
  display: block;
  line-height: 1;
  position: relative;
  z-index: 1;
}
.header .navbar-wrap > ul > li > a:hover {
  color: #1b71fc;
}
.header .navbar-wrap > ul > li > a.active {
  color: #1b71fc;
}
.header .navbar-wrap > ul > li.menu-item-has-children > a::after {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  margin-left: 6px;
}
.header .main-menu .navigation li.menu-item-has-children .dropdown-btn {
  display: none;
}
.header .navbar-wrap ul li .sub-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  min-width: 230px;
  border: 1px solid #fff;
  background: #fff;
  margin: 0 0;
  transform: scale(1, 0);
  transform-origin: 0 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
  box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
  border-radius: 15px;
  padding: 18px 0;
  display: block;
  visibility: hidden;
  opacity: 0;
  z-index: 9;
}
.header .navbar-wrap ul li .sub-menu .sub-menu {
  right: auto;
  left: 100%;
  top: 0;
}
.header .navbar-wrap ul li .sub-menu li {
  margin-left: 0;
  text-align: left;
  display: block;
}
.header .navbar-wrap ul li .sub-menu li a {
  padding: 9px 15px 9px 25px;
  line-height: 1.4;
  font-weight: 500;
  color: #45455d;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
.header .navbar-wrap ul li .sub-menu li a:hover {
  color: #1b71fc;
}
.header .navbar-wrap ul li .sub-menu li a.active {
  color: #1b71fc;
}
.header .navbar-wrap ul li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.header .sticky-menu {
  position: fixed;
  left: 0;
  margin: 0 auto;
  top: 0;
  width: 100%;
  z-index: 99;
  background: #fff;
  -webkit-animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  border-radius: 0;
}
.header .sticky-menu.menu-area {
  padding: 0 20px;
}
.header .sticky-menu .navbar-wrap ul li .sub-menu {
  border-radius: 0 0 15px 15px;
}
@media (max-width: 1920px) {
  .header .container,
  .header .custom-container {
    max-width: 1320px;
  }
}
@media (max-width: 1399.98px) {
  .header .container,
  .header .custom-container {
    max-width: 1320px;
  }
}
@media (max-width: 1199.98px) {
  .header .container,
  .header .custom-container {
    max-width: 1140px;
  }
}
@media (max-width: 991.98px) {
  .header .container,
  .header .custom-container {
    max-width: 900px;
  }
  .header .menu-area {
    padding: 20px 0;
  }
  .header .menu-nav {
    justify-content: space-between;
  }
  .header .menu-outer .navbar-wrap {
    display: block !important;
  }
  .header .menu-area .mobile-nav-toggler {
    display: block;
  }
  .header .sticky-menu.menu-area {
    padding: 20px 0;
  }
}
@media (max-width: 767.98px) {
  .header .transparent-header {
    top: 0;
  }
  .header .menu-area .mobile-nav-toggler {
    margin-top: 8px;
  }
}
@media (max-width: 767.98px) {
  .header .container,
  .header .custom-container {
    max-width: 540px;
  }
}
@media (max-width: 575.98px) {
  .header .container,
  .header .custom-container {
    max-width: 520px;
  }
}

.nav-outer .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  display: none;
  color: #3939fa;
  padding-right: 30px;
  top: 15px;
  z-index: 22222;
}

.nav-logo img {
  max-width: 150px;
  max-height: 40px;
}

.mobile-menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  padding-right: 30px;
  max-width: 100%;
  height: 100%;
  z-index: 99;
  border-radius: 0px;
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transform: translateX(101%);
  -webkit-transform: translateX(101%);
}

.mobile-menu .navbar-collapse {
  display: block !important;
}

.mobile-menu .nav-logo {
  position: relative;
  padding: 30px 25px;
  text-align: left;
}

.mobile-menu-visible {
  overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.mobile-menu .navigation li.current > a::before {
  height: 100%;
}

.menu-backdrop {
  position: fixed;
  right: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  transition: all 700ms ease 0s;
  opacity: 0;
  visibility: hidden;
  background: rgba(255, 255, 255, 0.605);
}

.mobile-menu-visible .menu-backdrop {
  opacity: 1;
  visibility: visible;
}

.mobile-menu .menu-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  background: #f6fafe;
  padding: 0px 0px;
  z-index: 5;
  box-shadow: -9px 0 14px 0px rgba(0, 0, 0, 0.078);
}

.mobile-menu-visible .mobile-menu .menu-box {
  opacity: 1;
  visibility: visible;
}

.mobile-menu .close-btn {
  position: absolute;
  right: 15px;
  top: 28px;
  line-height: 30px;
  width: 35px;
  text-align: center;
  font-size: 20px;
  color: #3939fa;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.9s ease;
  transition: all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.mobile-menu .navigation {
  position: relative;
  display: block;
  width: 100%;
  float: none;
  margin: 0;
  padding: 0;
}

.mobile-menu .navigation ul {
  padding: 0;
  margin: 0;
}

.mobile-menu .navigation li {
  position: relative;
  display: block;
  border-top: 1px solid rgba(0, 0, 0, 0.11);
}

.mobile-menu .navigation:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.11);
}

.mobile-menu .navigation li > ul > li:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.105);
}

.mobile-menu .navigation li > a {
  position: relative;
  display: block;
  line-height: 24px;
  padding: 10px 60px 10px 25px;
  font-size: 16px;
  font-weight: 500;
  color: #45455d;
  text-transform: capitalize;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border: none;
}

.mobile-menu .navigation li > a:hover {
  color: #1b71fc;
}

.mobile-menu .navigation li > a.active {
  color: #1b71fc;
}

.mobile-menu .navigation li ul li > a {
  font-size: 16px;
  margin-left: 20px;
  text-transform: capitalize;
  text-decoration: none;
}

.mobile-menu .navigation li ul li > a:hover {
  color: #1b71fc;
}

.mobile-menu .navigation li ul li > a.active {
  color: #1b71fc;
}

.mobile-menu .navigation li ul li ul li a {
  margin-left: 40px;
}

.mobile-menu .navigation li ul li ul li ul li a {
  margin-left: 60px;
}

.mobile-menu .navigation li > a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.mobile-menu .navigation li.menu-item-has-children .dropdown-btn {
  position: absolute;
  right: 15px;
  top: 6px;
  width: 32px;
  height: 32px;
  text-align: center;
  font-size: 16px;
  line-height: 32px;
  color: #45455d;
  background: transparent;
  cursor: pointer;
  border-radius: 2px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 5;
}

.mobile-menu .navigation li.menu-item-has-children .dropdown-btn i {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.mobile-menu .navigation li.menu-item-has-children .dropdown-btn.open i {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  color: #3939fa;
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul {
  display: none;
}

.mobile-menu .social-links ul {
  display: flex;
  position: relative;
  text-align: center;
  padding: 30px 20px 20px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.mobile-menu .social-links li {
  position: relative;
  display: inline-block;
  margin: 0px 6px 10px;
}

.mobile-menu .social-links li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  position: relative;
  line-height: 32px;
  font-size: 16px;
  color: #45455d;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border: 1px solid transparent;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
}

.mobile-menu .social-links li a:hover {
  background: #3939fa;
  color: #fff;
}

.menu-area .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 30px;
  cursor: pointer;
  line-height: 1;
  color: #45455d;
  display: none;
  margin-top: 12px;
}

.header-mobile-btn-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}

/*============================================
      08. Banner CSS
=============================================*/
.banner--one {
  z-index: 1;
  position: relative;
  padding-top: 200px;
  padding-bottom: 100px;
  background: url("..//../img/banner/hero-banner.jpg") no-repeat center center/cover;
  display: block;
  overflow: hidden;
}
.banner--one .banner-img1 {
  top: 0;
  right: 0;
  z-index: -2;
  display: block;
}
@media (max-width: 1399.98px) {
  .banner--one .banner-img1 {
    top: 0;
    right: -5%;
  }
}
@media (max-width: 1199.98px) {
  .banner--one .banner-img1 {
    top: 0;
    right: -15%;
  }
}
@media (max-width: 991.98px) {
  .banner--one .banner-img1 {
    display: none;
  }
}
.banner--one .banner-img2 {
  top: 34%;
  right: 31%;
  z-index: 1;
  animation: downup 4s infinite ease-in-out alternate;
  -webkit-animation: downup 4s infinite ease-in-out alternate;
}
@media (max-width: 1439.98px) {
  .banner--one .banner-img2 {
    top: 34%;
    right: 28%;
  }
}
@media (max-width: 1399.98px) {
  .banner--one .banner-img2 {
    top: 34%;
    right: 28%;
  }
}
@media (max-width: 1199.98px) {
  .banner--one .banner-img2 {
    top: 34%;
    right: 28%;
  }
}
@media (max-width: 991.98px) {
  .banner--one .banner-img2 {
    display: none;
  }
}
.banner--one .banner-img3 {
  top: 20%;
  right: 32%;
  z-index: -2;
  animation: movingleftright infinite 20s reverse;
  -webkit-animation: movingleftright infinite 20s reverse;
}
@media (max-width: 991.98px) {
  .banner--one .banner-img3 {
    display: none;
  }
}
.banner--one .banner-img4 {
  top: 32%;
  right: 14%;
  z-index: -1;
  animation: movingleftright infinite 10s reverse;
  -webkit-animation: movingleftright infinite 10s reverse;
}
@media (max-width: 991.98px) {
  .banner--one .banner-img4 {
    display: none;
  }
}
.banner--one .banner-img5 {
  bottom: 18%;
  left: 44%;
  z-index: -1;
  animation: downup 4s infinite ease-in-out alternate;
  -webkit-animation: downup 4s infinite ease-in-out alternate;
}
@media (max-width: 1199.98px) {
  .banner--one .banner-img5 {
    bottom: 18%;
    left: 44%;
  }
}
@media (max-width: 991.98px) {
  .banner--one .banner-img5 {
    bottom: 18%;
    left: 74%;
  }
}
@media (max-width: 767.98px) {
  .banner--one .banner-img5 {
    bottom: 18%;
    left: 74%;
  }
}
@media (max-width: 575.98px) {
  .banner--one .banner-img5 {
    display: none;
  }
}
.banner--one .banner-img6 {
  top: 28%;
  left: -6%;
  z-index: -1;
  animation: downup 8s infinite ease-in-out alternate;
  -webkit-animation: downup 8s infinite ease-in-out alternate;
}
@media (max-width: 1199.98px) {
  .banner--one .banner-img6 {
    top: 30%;
    left: -6%;
  }
}
@media (max-width: 991.98px) {
  .banner--one .banner-img6 {
    top: 30%;
    left: -6%;
  }
}
@media (max-width: 767.98px) {
  .banner--one .banner-img6 {
    top: 30%;
    left: -6%;
  }
}
@media (max-width: 575.98px) {
  .banner--one .banner-img6 {
    display: none;
  }
}
.banner--one .banner__content--text h6 {
  color: #fff;
  font-weight: 200;
  margin-bottom: 30px;
  padding-bottom: 4px;
  border-bottom: 2px solid #fff;
  width: fit-content;
}
.banner--one .banner__content--text h1 {
  color: #fff;
  font-size: 50px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 30px;
}
@media (max-width: 575.98px) {
  .banner--one .banner__content--text h1 {
    font-size: 40px;
  }
}
.banner--one .banner__content--paragraph {
  margin-bottom: 40px;
}
.banner--one .banner__content--paragraph p {
  color: #fff;
  line-height: 26px;
}
.banner--one .banner__content--btn .banner-btn1 {
  margin-right: 30px;
  margin-bottom: 30px;
}
.banner--two {
  z-index: 1;
  position: relative;
  padding-top: 200px;
  padding-bottom: 100px;
  background: url("..//../img/banner/hero-banner.jpg") no-repeat center center/cover;
  display: block;
  overflow: hidden;
}
.banner--two .banner-img1 {
  top: 0;
  right: 0;
  z-index: -2;
  display: block;
}
@media (max-width: 1399.98px) {
  .banner--two .banner-img1 {
    top: 0;
    right: -5%;
  }
}
@media (max-width: 1199.98px) {
  .banner--two .banner-img1 {
    top: 0;
    right: -15%;
  }
}
@media (max-width: 991.98px) {
  .banner--two .banner-img1 {
    display: none;
  }
}
.banner--two .banner-img2 {
  top: 34%;
  right: 36%;
  z-index: 1;
  animation: downup 4s infinite ease-in-out alternate;
  -webkit-animation: downup 4s infinite ease-in-out alternate;
}
@media (max-width: 1439.98px) {
  .banner--two .banner-img2 {
    top: 34%;
    right: 34%;
  }
}
@media (max-width: 1399.98px) {
  .banner--two .banner-img2 {
    top: 34%;
    right: 32%;
  }
}
@media (max-width: 1199.98px) {
  .banner--two .banner-img2 {
    top: 34%;
    right: 34%;
  }
}
@media (max-width: 991.98px) {
  .banner--two .banner-img2 {
    display: none;
  }
}
.banner--two .banner-img3 {
  top: 20%;
  right: 32%;
  z-index: -2;
  animation: movingleftright infinite 20s reverse;
  -webkit-animation: movingleftright infinite 20s reverse;
}
@media (max-width: 991.98px) {
  .banner--two .banner-img3 {
    display: none;
  }
}
.banner--two .banner-img4 {
  top: 32%;
  right: 14%;
  z-index: -1;
  animation: movingleftright infinite 10s reverse;
  -webkit-animation: movingleftright infinite 10s reverse;
}
@media (max-width: 991.98px) {
  .banner--two .banner-img4 {
    display: none;
  }
}
.banner--two .banner-img5 {
  bottom: 18%;
  left: 44%;
  z-index: -1;
  animation: downup 4s infinite ease-in-out alternate;
  -webkit-animation: downup 4s infinite ease-in-out alternate;
}
@media (max-width: 1199.98px) {
  .banner--two .banner-img5 {
    bottom: 18%;
    left: 44%;
  }
}
@media (max-width: 991.98px) {
  .banner--two .banner-img5 {
    bottom: 18%;
    left: 74%;
  }
}
@media (max-width: 767.98px) {
  .banner--two .banner-img5 {
    bottom: 18%;
    left: 74%;
  }
}
@media (max-width: 575.98px) {
  .banner--two .banner-img5 {
    display: none;
  }
}
.banner--two .banner-img6 {
  top: 28%;
  left: -6%;
  z-index: -1;
  animation: downup 8s infinite ease-in-out alternate;
  -webkit-animation: downup 8s infinite ease-in-out alternate;
}
@media (max-width: 1199.98px) {
  .banner--two .banner-img6 {
    top: 30%;
    left: -6%;
  }
}
@media (max-width: 991.98px) {
  .banner--two .banner-img6 {
    top: 30%;
    left: -6%;
  }
}
@media (max-width: 767.98px) {
  .banner--two .banner-img6 {
    top: 30%;
    left: -6%;
  }
}
@media (max-width: 575.98px) {
  .banner--two .banner-img6 {
    display: none;
  }
}
.banner--two .banner__content--text h6 {
  color: #fff;
  font-weight: 200;
  margin-bottom: 30px;
  padding-bottom: 4px;
  border-bottom: 2px solid #fff;
  width: fit-content;
}
.banner--two .banner__content--text h1 {
  color: #fff;
  font-size: 50px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media (max-width: 575.98px) {
  .banner--two .banner__content--text h1 {
    font-size: 40px;
  }
}
.banner--two .banner__content--text h3 {
  font-size: 35px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 30px;
}
@media (max-width: 575.98px) {
  .banner--two .banner__content--text h3 {
    font-size: 25px;
  }
}
.banner--two .banner__content--paragraph {
  margin-bottom: 40px;
}
.banner--two .banner__content--paragraph p {
  color: #fff;
  line-height: 26px;
}
.banner--two .banner__content--btn .banner-btn1 {
  margin-right: 30px;
  margin-bottom: 30px;
}

/*============================================
      09. About CSS
=============================================*/
.about--one {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #e6e8fe;
  position: relative;
  overflow: hidden;
}
.about--one .section__header {
  padding-bottom: 80px;
}
.about--one .section__header h5 {
  color: #3939fa;
  font-style: italic;
}
.about--one .section__header h2 {
  position: relative;
}
.about--one .about-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #3939fa;
  color: #fff;
  font-size: 14px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-right: 20px;
  transition: all 0.8s ease 0s;
}
.about--one .about-icon:hover {
  background: #1b71fc;
}
.about--one .text-right {
  margin-left: 0;
}
.about--one .image-box {
  position: relative;
  width: 100%;
  min-height: 680px;
  overflow: hidden;
}
.about--one .image-1 {
  top: 0;
  left: 0;
  border-radius: 10px;
  position: absolute;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.about--one .image-2 {
  bottom: 2%;
  right: 0;
  border-radius: 10px;
  position: absolute;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  animation: downup 8s infinite ease-in-out alternate;
  -webkit-animation: downup 8s infinite ease-in-out alternate;
}
@media (max-width: 399.98px) {
  .about--one .image-2 {
    bottom: 18%;
    right: 0;
  }
}
.about--one .image-3 {
  top: 18px;
  right: 0;
  border-radius: 10px;
  position: absolute;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  animation: downup 4s infinite ease-in-out alternate;
  -webkit-animation: downup 4s infinite ease-in-out alternate;
}
@media (max-width: 399.98px) {
  .about--one .image-3 {
    display: none;
  }
}
.about--one .video-about {
  position: absolute;
  top: 42%;
  right: 17%;
}
@media (max-width: 399.98px) {
  .about--one .video-about {
    display: none;
  }
}
.about--one .play-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #3939fa;
  color: #fff;
  font-size: 14px;
  width: 50px;
  height: 50px;
  z-index: 2;
  border-radius: 100%;
  position: relative;
  transition: all 0.8s ease 0s;
}
.about--one .play-btn:hover {
  background: #fff;
  color: #3939fa;
  transition: all 0.8s ease 0s;
}
.about--one .play-btn::before {
  content: "";
  position: absolute;
  border: 15px solid #fff;
  border-radius: 50%;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;
  animation: bloom1 1.5s linear infinite;
  opacity: 0;
  z-index: 1;
}
.about--one .play-btn::after {
  content: "";
  position: absolute;
  border: 15px solid #fff;
  border-radius: 50%;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;
  animation: bloom2 1.5s linear infinite;
  opacity: 0;
  animation-delay: 0.4s;
  z-index: 1;
}
.about--one .about-circle-area {
  position: absolute;
  bottom: 2%;
  left: 2%;
  display: flex;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  padding: 12px;
  z-index: 11;
}
@media (max-width: 399.98px) {
  .about--one .about-circle-area {
    position: absolute;
    bottom: 0;
    left: 12%;
  }
}
.about--one .about-circle {
  position: relative;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.about--one .about-photo {
  position: absolute;
  width: 150px;
  height: 150px;
  background: url(../img/about/award.png);
  background-size: cover;
  background-position: center;
  border: 1px solid #3939fa;
  border-radius: 50%;
}
.about--one .about-text-image {
  position: absolute;
  width: 100%;
  height: 100%;
  animation: rotateText 10s linear infinite;
  -webkit-animation: rotateText 10s linear infinite;
  -moz-animation: rotateText 10s linear infinite;
  -ms-animation: rotateText 10s linear infinite;
}
.about--one .about-title h4 {
  font-style: italic;
  color: #3939fa;
}
.about--one .content-box {
  display: grid;
  align-items: center;
  justify-content: center;
}
.about--one .single-item {
  display: flex;
}
.about--one .about-ceo {
  display: flex;
  align-items: center;
  justify-content: start;
}
.about--one .ceo-part {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #3939fa;
  border-radius: 80px;
  padding: 4px 40px;
  width: fit-content;
}
.about--one .ceo-img img {
  border: 6px solid #bdd0f8;
  border-radius: 50%;
  min-height: 75px;
  min-width: 75px;
}
.about--one .ceo-text-right {
  margin-left: 15px;
}
.about--one .ceo-text-right h6 {
  font-size: 22px;
}
.about--two {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  background: #edeefc;
}
.about--two .section__header {
  padding-bottom: 80px;
}
.about--two .section__header h5 {
  color: #3939fa;
  font-style: italic;
}
.about--two .section__header h2 {
  position: relative;
}
.about--two .singletab .tablinks {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
  margin-bottom: 40px;
}
.about--two .singletab .tablinks li button {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
  cursor: pointer;
  font-size: 16px;
  padding: 20px 30px;
  letter-spacing: 1px;
  background: #d7dafa;
  color: #000;
  margin: 0 10px 20px;
}
@media (max-width: 767.98px) {
  .about--two .singletab .tablinks li button {
    margin-bottom: 20px;
  }
}
.about--two .singletab .tablinks li button:hover {
  background: #3939fa;
  color: #fff;
}
.about--two .singletab .tablinks li.active button {
  background: #3939fa;
  color: #fff;
}
@media (max-width: 991.98px) {
  .about--two .singletab .tablinks {
    margin-bottom: 50px;
    gap: 10px;
  }
  .about--two .singletab .tablinks li button {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
    padding: 20px 30px;
    letter-spacing: 1px;
    background: #d7dafa;
    color: #000;
    margin: 0 10px 20px;
  }
}
@media (max-width: 767.98px) {
  .about--two .singletab .tablinks {
    flex-wrap: wrap;
    margin-bottom: 50px;
  }
}
.about--two .about__v1wrap {
  background: url(../../assets/img/about/about-bg.png) no-repeat center center;
  background-size: cover;
  padding: 60px 60px;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .about--two .about__v1wrap {
    padding: 40px 20px;
  }
}
.about--two .about__onethumb {
  width: 100%;
}
.about--two .about__onethumb img {
  width: 100%;
}
.about--two .about__onecontent {
  padding-left: 40px;
}
.about--two .about__onecontent h2 {
  font-size: 42px;
  margin-bottom: 20px;
}
.about--two .about__onecontent .about__contactwrap {
  flex-wrap: wrap;
  display: flex;
  margin-top: 40px;
}
.about--two .about__onecontent .about__contactwrap .abox {
  border-radius: 10px;
  background-color: #f1f4f9;
  padding: 35px 35px;
  border: 1px solid #b3b3b3;
  transition: all 0.4s;
}
.about--two .about__onecontent .about__contactwrap .abox a {
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
.about--two .about__onecontent .about__contactwrap .abox ul li a i {
  transition: all 0.4s;
}
.about--two .about__onecontent .about__contactwrap .abox ul li a i:hover {
  color: #3939fa;
}
.about--two .about__onecontent .about__contactwrap .abox:hover {
  border-color: #3939fa;
}
@media (max-width: 1439.98px) {
  .about--two .about__onecontent .about__contactwrap .abox {
    padding: 28px 24px;
  }
}
@media (max-width: 1399.98px) {
  .about--two .about__onecontent {
    padding-left: 0;
  }
}
.about--two .tabcontents {
  position: relative;
}
.about--two .tabitem {
  transform: translateY(100px);
  position: absolute;
  z-index: -1;
  top: 0;
  width: 100%;
  opacity: 0;
  transition: 0.5s all;
}
.about--two .tabitem.active {
  position: initial;
  z-index: 1;
  opacity: 1;
  transform: translateY(0);
}
.about--two .exri__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #70717b;
  padding-top: 24px;
  padding-bottom: 24px;
  transition: all 0.4s;
}
.about--two .exri__item:last-child {
  border-bottom: 1px solid #70717b;
}
.about--two .exri__item:hover {
  border-color: #3939fa;
}
@media (max-width: 449.98px) {
  .about--two .exri__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
  }
  .about--two .exri__item p {
    margin-bottom: 10px;
  }
}
.about--two .myskill__item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.about--two .myskill__item .mys {
  margin-top: 20px;
}

/*============================================
      10. Working Process CSS
=============================================*/
.workingprocess--one {
  background: #fff;
  padding-top: 100px;
  padding-bottom: 50px;
  position: relative;
}
.workingprocess--one .section__header {
  padding-bottom: 80px;
}
.workingprocess--one .section__header h5 {
  color: #3939fa;
  font-style: italic;
}
.workingprocess--one .section__header h2 {
  position: relative;
}
.workingprocess--one .working-block {
  position: relative;
  margin: 0;
  padding: 0;
}
.workingprocess--one .working-block:hover img {
  -webkit-animation: shake-1 0.3s linear;
  animation: shake-1 0.3s linear;
}
.workingprocess--one .working-block .inner-box .count-text {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 15;
}
.workingprocess--one .working-block .inner-box .count-text h3 {
  position: relative;
  display: inline-block;
  width: 90px;
  height: 90px;
  text-align: center;
  border-radius: 50%;
  font-size: 22px;
  line-height: 22px;
  font-weight: 600;
  color: #fff;
  padding-top: 23px;
  background: #3939fa;
}
.workingprocess--one .working-block .inner-box .count-text h3::before {
  position: absolute;
  content: "";
  width: 120px;
  height: 120px;
  left: -15px;
  top: -15px;
  border-radius: 50%;
  border: 2px dashed #3939fa;
  -webkit-animation: rotate1 8s linear infinite;
  animation: rotate1 8s linear infinite;
}
.workingprocess--one .working-block:hover .inner-box .count-text h3::before {
  -webkit-animation: none;
  animation: none;
}
.workingprocess--one .working-block .inner-box .count-text h3 span {
  display: block;
  font-size: 16px;
  font-weight: 500;
}
.workingprocess--one .working-block .inner-box .text {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-height: 330px;
  top: -50px;
  text-align: center;
  background: #fff;
  border-radius: 10%;
  box-shadow: 0px 0px 120px rgba(0, 0, 0, 0.07);
  padding: 0px 40px;
  transition: all 1000ms;
  z-index: 11;
  border: 1px solid #1b71fc;
  border-bottom: 6px solid #1b71fc;
}
.workingprocess--one .working-block .inner-box .text:hover {
  background: #1b71fc;
  border: 1px solid #1b71fc;
  border-bottom: 6px solid #1b71fc;
}
.workingprocess--one .working-block .inner-box .text h5 {
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 15px;
  transition: all 1000ms;
}
.workingprocess--one .working-block .inner-box .text p {
  transition: all 1000ms;
}
.workingprocess--one .working-block .inner-box .text:hover h5 {
  color: #fff;
  transition: all 1000ms;
}
.workingprocess--one .working-block .inner-box .text:hover p {
  color: #fff;
  transition: all 1000ms;
}
.workingprocess--one .working-block .inner-box .working-img {
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  box-shadow: 0px 0px 120px rgba(0, 0, 0, 0.07);
  background: #e2e2fa;
  display: block;
  margin: 20px auto 0;
}

/*============================================
      11. Service CSS
=============================================*/
.service--one {
  position: relative;
  padding-top: 100px;
  padding-bottom: 40px;
  background: #e6e8fe;
}
.service--one .section__header {
  padding-bottom: 80px;
}
.service--one .section__header h5 {
  color: #3939fa;
  font-style: italic;
}
.service--one .section__header h2 {
  position: relative;
}
.service--one .service__content {
  position: relative;
}
.service--one .service__content:hover .image-size {
  position: relative;
  width: 80%;
  height: 80%;
  border-radius: 20px;
  top: 2px;
  z-index: 11;
  content: "";
  transform: scale(1.1);
  opacity: 0.98;
}
.service--one .service__content:hover .service-icon {
  background: #000;
}
.service--one .service__content:hover .service-design {
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
  background: #fff;
  border-bottom: 6px solid #3939fa;
}
.service--one .service__content .image-svc {
  position: relative;
  text-align: center;
}
.service--one .service__content .image-size {
  position: relative;
  width: 80%;
  height: 80%;
  border-radius: 20px;
  top: 2px;
  z-index: 11;
  transition: all 0.5s;
}
.service--one .service__content .icon-svc {
  position: relative;
  text-align: center;
  z-index: 11;
}
.service--one .service__content .service-icon {
  position: relative;
  background: #3939fa;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  color: #fff;
  font-size: 32px;
  line-height: 60px;
  transition: all 400ms;
}
.service--one .service__content .card {
  border: none;
  border-radius: 12px;
  background: transparent;
}
.service--one .service__content .card-title a:hover {
  color: #3939fa;
}
.service--one .service__content .service-design {
  top: -68px;
  background: transparent;
  border: 2px solid #3939fa;
  transition: all 400ms;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-bottom: 6px solid #2a2a2a;
}
.service--two {
  position: relative;
  padding-top: 100px;
  padding-bottom: 90px;
  background: #e6e8fe;
  z-index: 11;
}
.service--two .section__header {
  padding-bottom: 80px;
}
.service--two .section__header h5 {
  color: #3939fa;
  font-style: italic;
}
.service--two .section__header h2 {
  position: relative;
}
.service--two .services-box {
  background: #fff;
  margin-bottom: 20px;
  border: 1px solid #fff;
  border-radius: 100px;
  padding: 30px 20px;
  position: relative;
}
@media (max-width: 991.98px) {
  .service--two .services-box {
    padding: 60px 60px;
  }
}
.service--two .service-serial p {
  font-style: italic;
  margin-right: 10px;
}
.service--two .service-text p {
  font-style: italic;
  margin: 0;
}
.service--two .service-text h4 a {
  font-size: 22px;
  font-style: italic;
  margin: 0;
}
.service--two .services-box:hover .service-text h4 a {
  color: #3939fa;
  transition: all 0.5s;
}
.service--two .services-box .service-paragraph p {
  margin: 0;
  padding: 0 100px 0 0;
}
@media (max-width: 991.98px) {
  .service--two .services-box .service-paragraph p {
    padding: 0;
  }
}
.service--two .services-box .svc-btn {
  position: relative;
  width: 120px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  background: transparent;
  color: #000;
  border-radius: 50%;
  transition: all 0.3s;
  display: inline-block;
  overflow: hidden;
}
.service--two .services-box .svc-btn img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 130%;
  opacity: 1;
  transition: all 0.5s;
}
.service--two .services-box:hover .svc-btn img {
  opacity: 0;
}
.service--two .services-box .svc-btn a {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  transition: all 0.5s;
}
.service--two .services-box:hover .svc-btn a {
  background: #3939fa;
  color: #fff;
  opacity: 1;
}

/* Service Details */
.single-service {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  background: #e6e8fe;
}

.single-service-div {
  background: #fff;
  padding: 40px 35px;
}

.single-service-one img {
  margin-bottom: 50px;
}

.single-service-one h4 {
  margin-bottom: 20px;
}

.single-service-one p {
  font-size: 16px;
  margin-bottom: 20px;
}

.single-service-one p.last-p {
  font-size: 16px;
  margin-bottom: 40px;
}

.single-service-two h4 {
  margin-bottom: 20px;
}

.single-service-two img {
  margin-top: 20px;
}

.single-service-two p {
  font-size: 16px;
  margin-bottom: 20px;
}

.single-service-faq h4 {
  margin-top: 50px;
  margin-bottom: 30px;
}

.signle-service-right {
  background: #fff;
  padding: 35px;
}

.signle-service-right h4 {
  font-size: 36px;
  margin-bottom: 30px;
}

.sidebar_services h3 {
  text-transform: capitalize;
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 15px;
}

.sidebar_services ul li a {
  background: #e1eaf4;
  width: 100%;
  position: relative;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  margin-top: 15px;
  padding: 16px 30px;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}

.sidebar_services ul li a::after {
  position: absolute;
  content: "\f054";
  font-family: "font awesome 5 pro";
  font-size: 16px;
  font-weight: 400;
  color: #000;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.sidebar_services ul li a:hover {
  background: #3939fa;
  color: #fff;
}

.sidebar_services ul li a:hover::after {
  color: #fff;
}

.blog_list .sidebar_services ul li a::after {
  content: "\f054";
}

.service-right-img {
  position: relative;
  margin-top: 20px;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.service-right-img::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  background: #3939fa;
  opacity: 0;
  z-index: 1;
  display: block;
  transition: all 400ms;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
}

.service-right-img:hover::after {
  opacity: 0.5;
}

.service-right-img::before {
  position: absolute;
  content: "Let's Talk";
  font-weight: 500;
  padding: 12px 14px;
  z-index: 11;
  top: 2%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  color: #fff;
  border: 3px solid #fff;
  background: #00000080;
  border-radius: 8px;
  opacity: 0;
  transition: all 600ms;
  -webkit-transition: all 600ms;
}

.service-right-img:hover::before {
  z-index: 111;
  top: 50%;
  left: 50%;
  color: #fff;
  background: #3939fad8;
  opacity: 1;
}

/* Custom style faq */
.accordion-button::after {
  background-image: url("..//..//..//img/service/arrow-down-solid.svg");
  background-position: center;
  transform: scale(0.7) !important;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("..//..//..//img/service/arrow-up-solid.svg");
  background-position: center;
  transform: scale(0.7) !important;
}

.accordion-button {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 4px;
}

.accordion-button:not(.collapsed) {
  background: transparent;
  box-shadow: none;
}

.accordion-button:focus {
  background: transparent;
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}

.accordion-item {
  border-radius: 0 !important;
}

.custom-accordion-item {
  border: 1px solid #ececec !important;
}

.line-border {
  border: 0.5px solid #f8f8f8 !important;
  margin: 0 20px 0 20px;
}

.accordion-body {
  font-size: 16px;
  color: #5f6368;
}

/*============================================
      12. Team CSS 
=============================================*/
.team--one {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #e6e8fe;
}
.team--one .section__header {
  padding-bottom: 80px;
}
.team--one .section__header h5 {
  color: #3939fa;
  font-style: italic;
}
.team--one .section__header h2 {
  position: relative;
}
.team--one .team__item {
  border-radius: 0;
  padding: 0;
  margin: 0;
  display: flex;
  border: none;
  background: #fff;
}
@media (max-width: 575.98px) {
  .team--one .team__item {
    display: grid;
    align-items: center;
    justify-content: start;
  }
}
.team--one .team__inner {
  margin: 0;
  padding: 0;
}
.team--one .team__thumb {
  background: transparent;
  border-radius: 0;
}
.team--one .team__thumb .team-thumb-design {
  margin: 0;
  padding: 0;
  bottom: 0;
}
.team--one .team__thumb .team-thumb-design .team-img {
  min-height: 100%;
  width: auto;
}
.team--one .team__thumb .team-thumb-design .team-img img {
  min-height: 280px;
  min-width: 220px;
  bottom: 0;
}
@media (max-width: 575.98px) {
  .team--one .team__thumb .team-thumb-design .team-img img {
    height: auto;
    width: 100%;
  }
}
.team--one .team__content {
  margin: auto;
  padding-left: 30px;
  padding-right: 10px;
}
@media (max-width: 575.98px) {
  .team--one .team__content {
    padding: 40px 20px 40px 20px;
  }
}
.team--one .team__content h5 {
  margin-top: 0;
  margin-bottom: 10px;
}
.team--one .team__content h5:hover a {
  color: #3939fa;
}
.team--one .team__content h6 {
  font-size: 18px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 15px;
}
.team--one .team__content ul {
  display: flex;
  align-items: start;
}
.team--one .team__content ul a {
  margin: 0 0 10px 0;
  padding-right: 20px;
  color: #3939fa;
}
.team--two {
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}
.team--two .team__inner {
  margin: 0;
  padding: 0;
}
.team--two .team__thumb {
  border-radius: 0;
}
.team--two .team__thumb .team-thumb-design {
  margin: 0;
  padding: 0;
  bottom: 0;
}
.team--two .team__thumb .team-thumb-design .team-img {
  width: 100%;
  height: auto;
}
.team--two .team__thumb .team-thumb-design .team-img img {
  width: 100%;
  height: auto;
  border-radius: 2px;
  bottom: 0;
}
@media (max-width: 575.98px) {
  .team--two .team__thumb .team-thumb-design .team-img img {
    width: 100%;
    height: auto;
    bottom: 0;
  }
}
@media (max-width: 991.98px) {
  .team--two .team__content {
    padding-top: 20px;
    width: fit-content;
    height: auto;
  }
}
@media (max-width: 575.98px) {
  .team--two .team__content {
    padding: 20px 10px 5px 10px;
    min-width: fit-content;
    height: auto;
  }
}
.team--two .team__content h6 {
  margin-top: 0;
  margin-bottom: 10px;
}
.team--two .team__content .team-contact span {
  display: flex;
  align-items: center;
  justify-content: start;
  margin: 0 0 10px 0;
}
.team--two .team__content .team-contact span a {
  margin-top: 0px;
  margin-left: 2px;
  color: #70717b;
}
.team--two .team__content .contact-icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  background: #e9e7f9;
  border-radius: 50%;
  text-align: center;
  color: #2a2a2a;
  margin-right: 12px;
}
.team--two .team__content .follow {
  display: flex;
  align-items: start;
}
.team--two .team__content .follow p {
  font-size: 18px;
  margin-right: 20px;
}
.team--two .team__content .follow li {
  display: inline-block;
}
.team--two .team__content .follow li a {
  margin: 4px 16px 0 0;
  color: #3939fa;
}
.team--two .team__content a.team-btn {
  color: #2a2a2a;
  border-bottom: 1px solid #2a2a2a;
}

/*============================================
      13. Client CSS 
=============================================*/
.client-section {
  background: #dcdefb;
  padding-top: 80px;
  padding-bottom: 80px;
}
.client-section h2.hidden {
  display: none;
}
.client-section .client_slide_area {
  margin: 0 20px;
}
.client-section .single_client {
  margin: 2px 10px;
}
.client-section .single_client a {
  display: block;
  transition: 0.5s;
}
.client-section .single_client img {
  background: #fff;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
  opacity: 0.6;
  padding: 6px 0px;
}
.client-section .single_client img:hover {
  background: #fff;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
  opacity: 0.8;
  padding: 6px 0px;
}

/*============================================
      14. Portfolio CSS 
=============================================*/
.portfolio--one {
  padding-top: 100px;
  padding-bottom: 100px;
}
.portfolio--one .section__header {
  padding-bottom: 80px;
}
.portfolio--one .section__header h5 {
  color: #3939fa;
  font-style: italic;
}
.portfolio--one .section__header h2 {
  position: relative;
}
.portfolio--one .portfolio_filter ul {
  padding-bottom: 40px;
  list-style: none;
}
.portfolio--one .portfolio_filter ul li {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
  cursor: pointer;
  font-size: 16px;
  padding: 20px 26px;
  letter-spacing: 1px;
  background: #e6e8fe;
  color: #000;
  margin: 0 10px 20px;
}
@media (max-width: 767.98px) {
  .portfolio--one .portfolio_filter ul li {
    margin-bottom: 20px;
  }
}
.portfolio--one .portfolio_filter ul li:hover {
  background: #3939fa;
  color: #fff;
}
.portfolio--one .portfolio_filter .active {
  background: #3939fa;
  color: #fff;
}
.portfolio--one .portfolio-content-area {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.portfolio--one .portfolio-content-area .item-img {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 10px;
  overflow: hidden;
}
.portfolio--one .portfolio-content-area .item-img .overlay-bg {
  position: absolute;
  left: -120%;
  top: 0;
  width: 160%;
  height: 100%;
  background: #3482ffba;
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  opacity: 0;
  z-index: 2;
}
.portfolio--one .portfolio-content-area .item-img:hover .overlay-bg {
  left: -20%;
  opacity: 1;
  z-index: 2;
}
.portfolio--one .portfolio-content-area .item-img:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.portfolio--one .portfolio-content-area .item-img:hover .item-overlay {
  visibility: visible;
  opacity: 1;
  z-index: 3;
}
.portfolio--one .portfolio-content-area .item-img img {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 10px;
}
.portfolio--one .portfolio-content-area .item-overlay {
  position: absolute;
  border-radius: 10px;
  width: calc(100% - 60px);
  height: fit-content;
  bottom: 20px;
  left: 50%;
  padding: 0 15px;
  margin: 0;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: 1s;
  box-shadow: 0px 0px 24px 0px rgba(179, 181, 191, 0.42);
  transform: translateX(-50%);
}
.portfolio--one .portfolio-content-area .item-overlay h6 {
  margin-top: 20px;
  margin-bottom: 0;
  transition: 1s;
}
.portfolio--one .portfolio-content-area .item-overlay h6:hover a {
  color: #3939fa;
}
.portfolio--one .portfolio-content-area .item-overlay p {
  font-size: 16px;
  font-weight: 600;
  transition: 1s;
  margin-top: 6px;
  margin-bottom: 20px;
}
.portfolio--one .portfolio-btn {
  margin-top: 50px;
}
.portfolio--two {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #e6e8fe;
}
.portfolio--two .section__header {
  padding-bottom: 80px;
}
.portfolio--two .section__header h5 {
  color: #3939fa;
  font-style: italic;
}
.portfolio--two .section__header h2 {
  position: relative;
}
.portfolio--two .portfolio_filter ul {
  padding-bottom: 40px;
  list-style: none;
}
.portfolio--two .portfolio_filter ul li {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
  cursor: pointer;
  font-size: 16px;
  padding: 20px 26px;
  letter-spacing: 1px;
  background: #d3d7fd;
  color: #000;
  margin: 0 10px 20px;
}
@media (max-width: 767.98px) {
  .portfolio--two .portfolio_filter ul li {
    margin-bottom: 20px;
  }
}
.portfolio--two .portfolio_filter ul li:hover {
  background: #3939fa;
  color: #fff;
}
.portfolio--two .portfolio_filter .active {
  background: #3939fa;
  color: #fff;
}
.portfolio--two .portfolio-content-area {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.portfolio--two .portfolio-content-area .item-img {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 10px;
  overflow: hidden;
}
.portfolio--two .portfolio-content-area .item-img .overlay-bg {
  position: absolute;
  left: -120%;
  top: 0;
  width: 160%;
  height: 100%;
  background: #3482ffba;
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  opacity: 0;
  z-index: 2;
}
.portfolio--two .portfolio-content-area .item-img:hover .overlay-bg {
  left: -20%;
  opacity: 1;
  z-index: 2;
}
.portfolio--two .portfolio-content-area .item-img:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.portfolio--two .portfolio-content-area .item-img:hover .item-overlay {
  visibility: visible;
  opacity: 1;
  z-index: 3;
}
.portfolio--two .portfolio-content-area .item-img img {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 10px;
}
.portfolio--two .portfolio-content-area .item-overlay {
  position: absolute;
  border-radius: 10px;
  width: calc(100% - 60px);
  height: fit-content;
  bottom: 20px;
  left: 50%;
  padding: 0 15px;
  margin: 0;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: 1s;
  box-shadow: 0px 0px 24px 0px rgba(179, 181, 191, 0.42);
  transform: translateX(-50%);
}
.portfolio--two .portfolio-content-area .item-overlay h6 {
  margin-top: 20px;
  margin-bottom: 0;
  transition: 1s;
}
.portfolio--two .portfolio-content-area .item-overlay h6:hover a {
  color: #3939fa;
}
.portfolio--two .portfolio-content-area .item-overlay p {
  font-size: 16px;
  font-weight: 600;
  transition: 1s;
  margin-top: 6px;
  margin-bottom: 20px;
}
.portfolio--two .portfolio-btn {
  margin-top: 50px;
}
.portfolio--three {
  padding-top: 100px;
  padding-bottom: 80px;
}
.portfolio--three .section__header {
  padding-bottom: 80px;
}
.portfolio--three .section__header h5 {
  color: #3939fa;
  font-style: italic;
}
.portfolio--three .section__header h2 {
  position: relative;
}
.portfolio--three .portfolio-content-area {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.portfolio--three .portfolio-content-area .item-img {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 10px;
  overflow: hidden;
}
.portfolio--three .portfolio-content-area .item-img .overlay-bg {
  position: absolute;
  left: -120%;
  top: 0;
  width: 160%;
  height: 100%;
  background: #3482ffba;
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  opacity: 0;
  z-index: 2;
}
.portfolio--three .portfolio-content-area .item-img:hover .overlay-bg {
  left: -20%;
  opacity: 1;
  z-index: 2;
}
.portfolio--three .portfolio-content-area .item-img:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.portfolio--three .portfolio-content-area .item-img:hover .item-overlay {
  visibility: visible;
  opacity: 1;
  z-index: 3;
}
.portfolio--three .portfolio-content-area .item-img img {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 10px;
}
.portfolio--three .portfolio-content-area .item-overlay {
  position: absolute;
  border-radius: 10px;
  width: calc(100% - 60px);
  height: fit-content;
  bottom: 20px;
  left: 50%;
  padding: 0 15px;
  margin: 0;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: 1s;
  box-shadow: 0px 0px 24px 0px rgba(179, 181, 191, 0.42);
  transform: translateX(-50%);
}
.portfolio--three .portfolio-content-area .item-overlay h6 {
  margin-top: 20px;
  margin-bottom: 0;
  transition: 1s;
}
.portfolio--three .portfolio-content-area .item-overlay h6:hover a {
  color: #3939fa;
}
.portfolio--three .portfolio-content-area .item-overlay p {
  font-size: 16px;
  font-weight: 600;
  transition: 1s;
  margin-top: 6px;
  margin-bottom: 20px;
}
.portfolio--four {
  padding-top: 100px;
  padding-bottom: 80px;
}
.portfolio--four .portfolio__maincontent {
  background: #e6e8fe;
  padding: 45px;
}
.portfolio--four .portfolio__maincontent .portfolio-img {
  position: relative;
}
.portfolio--four .portfolio__maincontent .portfolio-img img {
  margin-bottom: 25px;
}
.portfolio--four .portfolio__maincontent .portfolio-img .project-info {
  padding: 20px 40px;
  background: #ffffff;
  margin-bottom: 60px;
}
.portfolio--four .portfolio__maincontent .portfolio-img .project-info .project-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .portfolio--four .portfolio__maincontent .portfolio-img .project-info .project-content {
    display: grid;
    align-items: center;
    justify-content: start;
  }
}
.portfolio--four .portfolio__maincontent .portfolio-img .project-info .project-content .project-two {
  width: 36%;
  text-align: start;
}
@media (max-width: 767.98px) {
  .portfolio--four .portfolio__maincontent .portfolio-img .project-info .project-content .project-two {
    width: max-content;
    text-align: start;
  }
}
.portfolio--four .portfolio__maincontent .portfolio-img .project-info .project-content .p-one {
  font-size: 18px;
  color: #1b71fc;
}
.portfolio--four .portfolio__maincontent .portfolio-img .project-info .project-content .p-two {
  color: #2a2a2a;
  font-size: 17px;
}
.portfolio--four .portfolio__maincontent h4 {
  line-height: 30px;
  margin-top: 28px;
  margin-bottom: 24px;
}
.portfolio--four .portfolio__maincontent h5 {
  line-height: 30px;
  margin-top: 25px;
  margin-bottom: 20px;
}

/* Related Projects */
.rl-projects {
  margin-top: 50px;
  border-top: 1px solid #70717b;
  border-bottom: 1px solid #70717b;
  padding: 30px 0;
}

.rl-project-single {
  gap: 16px;
}
@media (max-width: 575.98px) {
  .rl-project-single {
    width: 100%;
  }
}

.rl-project-single .explore-btn {
  min-width: 55px;
  min-height: 55px;
  border: 2px solid #70717b;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  color: #2a2a2a;
}

.rl-project-single .explore-btn:hover {
  border: 2px solid #3939fa;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  color: #3939fa;
}

/* Similar Projects */
.all-projects-section {
  padding-bottom: 80px;
  position: relative;
}

h3.all-projects-title {
  font-weight: 600;
}

.all-projects-active {
  position: relative;
}

a .portfolio-block:hover h5 {
  color: #3939fa;
}

.all-projects-prev-arrow {
  position: absolute;
  right: 60px;
  top: -14%;
  color: #000;
  background: #ffffff2c;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: 1px solid #bababa;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  cursor: pointer;
  z-index: 11;
  transition: all 400ms;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
}

.all-projects-prev-arrow:hover {
  background: #3939fa;
  color: #fff;
}

.all-projects-next-arrow {
  position: absolute;
  right: -8px;
  top: -14%;
  color: #000;
  background: #ffffff2c;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: 1px solid #bababa;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  cursor: pointer;
  z-index: 11;
  transition: all 400ms;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
}

.all-projects-next-arrow:hover {
  background: #3939fa;
  color: #fff;
}

.all-projects-active .slick-dots {
  bottom: -60px;
  left: 0;
  position: absolute;
  right: 3%;
  text-align: center;
}

.all-projects-active .slick-dots > li {
  display: inline-block;
  line-height: 0;
  margin: 0 3px;
}

.all-projects-active .slick-dots > li.slick-active button {
  background: #3939fa;
}

.all-projects-active .slick-dots button {
  height: 3px;
  text-indent: -10000px;
  width: 30px;
  background: #3939fa;
  border: none;
}

/*============================================
      15. Achievement CSS
=============================================*/
.achievement {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #e6e8fe;
}
.achievement__item {
  background: #f6fafe;
  text-align: center;
  border-radius: 10%;
  border: 2px solid #3939fa;
  border-bottom: 6px solid #1b71fc;
  min-height: 360px;
  padding: 60px 20px;
  transition: all 400s;
}
@media (max-width: 991.98px) {
  .achievement__item {
    margin-bottom: 60px;
  }
}
.achievement__item:hover img {
  -webkit-animation: shake-1 0.3s linear;
  animation: shake-1 0.3s linear;
}
.achievement__thumb {
  background: #fff;
  width: 100px;
  height: 100px;
  line-height: 100px;
  margin: 0 auto 30px;
  border: 2px dashed #3939fa;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.achievement__content h3 {
  color: #1b71fc;
  margin-bottom: 15px;
}
.achievement__content h6 {
  color: #2a2a2a;
  font-size: 18px;
}

/*============================================
      16. Testimonial CSS
=============================================*/
.testimonial--one {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  background: #f6fafe;
}
.testimonial--one .section__header {
  padding-bottom: 30px;
}
.testimonial--one .section__header h5 {
  color: #3939fa;
  font-style: italic;
}
.testimonial--one .section__header h2 {
  position: relative;
}
.testimonial--one .testimonial-one-active {
  position: relative;
}
.testimonial--one .testimonial-prev-arrow {
  position: absolute;
  right: 120px;
  top: 74%;
  color: #fff;
  background: none;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: 1px solid #fff;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  cursor: pointer;
  z-index: 11;
}
.testimonial--one .testimonial-next-arrow {
  position: absolute;
  right: 50px;
  top: 74%;
  color: #fff;
  background: none;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: 1px solid #fff;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  cursor: pointer;
  z-index: 11;
}
.testimonial--one .testimonial-active .slick-dots {
  bottom: -60px;
  left: 0;
  position: absolute;
  right: 3%;
  text-align: center;
}
.testimonial--one .testimonial-active .slick-dots > li {
  display: inline-block;
  line-height: 0;
  margin: 0 3px;
}
.testimonial--one .testimonial-active .slick-dots > li.slick-active button {
  background: #1b71fc;
}
.testimonial--one .testimonial-active .slick-dots button {
  height: 3px;
  text-indent: -10000px;
  width: 30px;
  background: #3939fa;
  border: none;
}
.testimonial--one .testimonial-quote {
  top: 78px;
  left: 40px;
  position: relative;
}
.testimonial--one .testimonial-quote img {
  width: 110px !important;
  height: 90px !important;
  position: absolute;
}
.testimonial--one .testimonial-content {
  padding: 100px 36px 40px 36px;
  border: 1px solid #1b71fc;
}
.testimonial--one .testimonial-content p {
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 32px;
}
.testimonial--one .rating {
  top: 90px;
  right: 60px;
  position: relative;
  margin-bottom: 8px;
}
.testimonial--one .rating ul {
  display: flex;
  justify-content: end;
}
.testimonial--one .rating li {
  color: #ffb902;
  font-size: 20px;
  letter-spacing: 2px;
}
.testimonial--one .rating li:last-child {
  color: #b1b1b1;
}
.testimonial--one .testimonial-person {
  border-bottom: 1px solid #1b71fc;
  border-left: 1px solid #1b71fc;
  border-right: 1px solid #1b71fc;
  padding: 50px 40px;
  background-color: #1b71fc;
  display: flex;
  align-items: start;
}
@media (max-width: 575.98px) {
  .testimonial--one .testimonial-person {
    display: grid;
    align-items: center;
    justify-content: start;
  }
  .testimonial--one .testimonial-person .testimonial-avater {
    margin-bottom: 12px;
  }
}
.testimonial--one .testimonial-avater {
  margin-right: 23px;
}
.testimonial--one .testimonial-avater img {
  width: inherit !important;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 6px solid #b1b1b1;
}
.testimonial--one .testimonial-avater img:hover {
  filter: grayscale(1);
}
.testimonial--one .testimonial-info h4 {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  margin-top: 6px;
}
.testimonial--one .testimonial-info span {
  color: #fff;
}
.testimonial--two {
  padding-top: 60px;
  padding-bottom: 100px;
  position: relative;
  z-index: 1;
}
.testimonial--two .testimonial_section__title-1 {
  color: #3939fa;
  font-style: italic;
}
.testimonial--two .testi-btn {
  position: relative;
  padding-bottom: 20px;
}
.testimonial--two .testimonial-two-active {
  position: relative;
}
.testimonial--two .testimonial-prev-arrow {
  position: absolute;
  right: 120px;
  top: 74%;
  color: #fff;
  background: none;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: 1px solid #fff;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  cursor: pointer;
  z-index: 11;
}
.testimonial--two .testimonial-next-arrow {
  position: absolute;
  right: 50px;
  top: 74%;
  color: #fff;
  background: none;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: 1px solid #fff;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  cursor: pointer;
  z-index: 11;
}
.testimonial--two .testimonial-active .slick-dots {
  bottom: -60px;
  left: 0;
  position: absolute;
  right: 3%;
  text-align: center;
}
.testimonial--two .testimonial-active .slick-dots > li {
  display: inline-block;
  line-height: 0;
  margin: 0 3px;
}
.testimonial--two .testimonial-active .slick-dots > li.slick-active button {
  background: #1b71fc;
}
.testimonial--two .testimonial-active .slick-dots button {
  height: 3px;
  text-indent: -10000px;
  width: 30px;
  background: #3939fa;
  border: none;
}
.testimonial--two .testimonial-quote {
  top: 78px;
  left: 40px;
  position: relative;
}
.testimonial--two .testimonial-quote img {
  width: 110px !important;
  height: 90px !important;
  position: absolute;
}
.testimonial--two .testimonial-content {
  padding: 100px 36px 40px 36px;
  border: 1px solid #1b71fc;
}
.testimonial--two .testimonial-content p {
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 32px;
}
.testimonial--two .rating {
  top: 90px;
  right: 60px;
  position: relative;
  margin-bottom: 8px;
}
.testimonial--two .rating ul {
  display: flex;
  justify-content: end;
}
.testimonial--two .rating li {
  color: #ffb902;
  font-size: 20px;
  letter-spacing: 2px;
}
.testimonial--two .rating li:last-child {
  color: #b1b1b1;
}
.testimonial--two .testimonial-person {
  border-bottom: 1px solid #1b71fc;
  border-left: 1px solid #1b71fc;
  border-right: 1px solid #1b71fc;
  padding: 50px 40px;
  background-color: #1b71fc;
  display: flex;
  align-items: start;
}
@media (max-width: 575.98px) {
  .testimonial--two .testimonial-person {
    display: grid;
    align-items: center;
    justify-content: start;
  }
  .testimonial--two .testimonial-person .testimonial-avater {
    margin-bottom: 12px;
  }
}
.testimonial--two .testimonial-avater {
  margin-right: 23px;
}
.testimonial--two .testimonial-avater img {
  width: inherit !important;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 6px solid #b1b1b1;
}
.testimonial--two .testimonial-avater img:hover {
  filter: grayscale(1);
}
.testimonial--two .testimonial-info h4 {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  margin-top: 6px;
}
.testimonial--two .testimonial-info span {
  color: #fff;
}
.testimonial--three {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  background: #f6fafe;
}
.testimonial--three .section__header {
  padding-bottom: 30px;
}
.testimonial--three .section__header h5 {
  color: #3939fa;
  font-style: italic;
}
.testimonial--three .section__header h2 {
  position: relative;
}
.testimonial--three .testimonial-quote {
  top: 78px;
  left: 40px;
  position: relative;
}
.testimonial--three .testimonial-quote img {
  width: 110px !important;
  height: 90px !important;
  position: absolute;
}
.testimonial--three .testimonial-content {
  padding: 100px 36px 40px 36px;
  border: 1px solid #1b71fc;
}
.testimonial--three .testimonial-content p {
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 32px;
}
.testimonial--three .rating {
  top: 90px;
  right: 60px;
  position: relative;
  margin-bottom: 8px;
}
.testimonial--three .rating ul {
  display: flex;
  justify-content: end;
}
.testimonial--three .rating li {
  color: #ffb902;
  font-size: 20px;
  letter-spacing: 2px;
}
.testimonial--three .rating li:last-child {
  color: #b1b1b1;
}
.testimonial--three .testimonial-person {
  border-bottom: 1px solid #1b71fc;
  border-left: 1px solid #1b71fc;
  border-right: 1px solid #1b71fc;
  padding: 50px 40px;
  background-color: #1b71fc;
  display: flex;
  align-items: start;
}
@media (max-width: 575.98px) {
  .testimonial--three .testimonial-person {
    display: grid;
    align-items: center;
    justify-content: start;
  }
  .testimonial--three .testimonial-person .testimonial-avater {
    margin-bottom: 12px;
  }
}
.testimonial--three .testimonial-avater {
  margin-right: 23px;
}
.testimonial--three .testimonial-avater img {
  width: inherit !important;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 6px solid #b1b1b1;
}
.testimonial--three .testimonial-avater img:hover {
  filter: grayscale(1);
}
.testimonial--three .testimonial-info h4 {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  margin-top: 6px;
}
.testimonial--three .testimonial-info span {
  color: #fff;
}

/*============================================
      17. Consult CSS
=============================================*/
.consult {
  position: relative;
  padding-top: 120px;
  padding-bottom: 80px;
  background: #f6fafe;
}
.consult img.consult-bgimg {
  bottom: -2%;
  right: 1%;
  z-index: -1;
}
@media (max-width: 1199.98px) {
  .consult img.consult-bgimg {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .consult__header {
    margin-bottom: 80px;
  }
}
.consult__header--text {
  padding: 0 45px 0 0;
}
.consult__header--text h5 {
  color: #3939fa;
  font-style: italic;
}
.consult__header--text h2 {
  margin-top: 20px;
  margin-bottom: 30px;
  line-height: 48px;
}
@media (max-width: 991.98px) {
  .consult__header--text h2 {
    padding: 0 0;
  }
}
.consult__header--text p {
  margin-bottom: 50px;
}
.consult__header--contact {
  display: flex;
  align-items: center;
  justify-content: start;
  margin-bottom: 30px;
}
.consult__header--contact:hover img {
  -webkit-animation: shake-1 0.3s linear;
  animation: shake-1 0.3s linear;
}
.consult__header--contactimg {
  background: #fff;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  line-height: 70px;
  text-align: center;
  box-shadow: 0px 6px 24px 0px rgba(194, 194, 194, 0.4);
}
.consult__header--contactcontent {
  margin-left: 20px;
}
.consult__header--contactcontent p {
  margin: 0;
  padding: 0;
}
.consult__header--contactcontent p span {
  color: #2a2a2a;
}
.consult .contact-box-right-inner {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 50px 40px;
  background: #ffffffe2;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.05);
}
.consult .contact-box-right-inner h6 {
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 30px;
}
.consult #main_form .form-control {
  font-size: 15px;
  line-height: 40px;
  padding-left: 20px;
  display: block;
  width: 100%;
  border: 1px solid #1b71fc;
  outline: none;
  box-shadow: none;
  height: 55px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  border-radius: 10px;
  background: #e2e5ff;
  margin-bottom: 18px;
}
.consult #main_form .form-control:focus {
  border-color: #3939fa;
  box-shadow: none;
}
.consult .form-btn {
  padding: 2px 34px;
  margin-top: 12px;
}
.consult #contact-form input[type="submit"] {
  background: transparent;
  color: #fff;
  border: 1px solid transparent;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
}
.consult #contact-form .form-btn:hover input[type="submit"] {
  background: transparent;
  color: #fff;
  border: 1px solid transparent;
}

/*============================================
      18. Blog CSS
=============================================*/
.blog--one {
  z-index: 1;
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  background: #e6e8fe;
}
.blog--one .section__header {
  padding-bottom: 80px;
}
.blog--one .section__header h5 {
  color: #3939fa;
  font-style: italic;
}
.blog--one .section__header h2 {
  position: relative;
}
.blog--one .blog__item {
  padding: 28px;
  background: #fff;
  border-radius: 20px;
  border: 6px solid transparent;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  transition: all 0.5s;
}
.blog--one .blog__item:hover {
  border: 6px solid #3939fa;
}
.blog--one .blog__item:hover .content-img img {
  transform: scale(1.1);
  opacity: 0.8;
}
.blog--one .blog__item:hover .content-img a {
  opacity: 1;
  top: 50%;
  transform: translateY(-50%);
}
.blog--one .blog__content .content-upper {
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 449.98px) {
  .blog--one .blog__content .content-upper {
    display: grid;
  }
}
.blog--one .blog__content h6 a {
  margin-top: 16px;
  margin-bottom: 12px;
  transition: all 0.5s;
}
.blog--one .blog__content h6 a:hover {
  color: #3939fa;
}
.blog--one .blog__content .content-img {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 20px;
}
.blog--one .blog__content .content-img img {
  position: relative;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.blog--one .blog__content .content-img a {
  position: absolute;
  background: #3939fa;
  color: #fff;
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 50%;
  text-align: center;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  transition: all 0.5s;
}
.blog--one .blog__content p {
  margin-bottom: 0;
}
.blog--two {
  position: relative;
  padding-top: 100px;
  padding-bottom: 110px;
  background: #e6e8fe;
}
.blog--two .section__header {
  padding-bottom: 80px;
}
.blog--two .section__header h5 {
  color: #3939fa;
  font-style: italic;
}
.blog--two .section__header h2 {
  position: relative;
}
.blog--two .blog__thumb {
  margin-bottom: 20px;
}
.blog--two .blog__thumb:hover .blog-content-display {
  bottom: -28px;
  opacity: 1;
}
.blog--two .blog__thumb:hover .blog-content-display p.blog-desc {
  height: 72px;
}
@media (max-width: 449.98px) {
  .blog--two .blog__thumb:hover .blog-content-display {
    bottom: -56px;
    opacity: 1;
  }
}
.blog--two .blog__thumb img {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.blog--two .blog__thumb .blog-content-display {
  z-index: 4;
  width: 80%;
  background: #e6e8fe;
  padding: 30px 45px;
  border-radius: 15px;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.05);
  bottom: -28px;
  left: 10%;
  opacity: 1;
  transition: all 0.5s ease-in-out;
}
.blog--two .blog__thumb .blog-content-display h6 a {
  line-height: 30px;
}
.blog--two .blog__thumb .blog-content-display h6 a:hover {
  color: #3939fa;
}
.blog--two .blog__thumb .blog-content-display p.blog-desc {
  height: 0px;
  transition: 1s;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
@media (max-width: 449.98px) {
  .blog--two .blog__thumb .blog-content-display p.blog-desc {
    display: none;
  }
}
@media (max-width: 449.98px) {
  .blog--two .blog__thumb .blog-content-display {
    bottom: -56px;
    opacity: 1;
  }
}
.blog--two .blog__thumb .blog-content-display .blog-content-upper {
  display: flex;
  align-items: center;
  justify-content: start;
}
.blog--two .blog__thumb .blog-content-display .blog-content-upper p {
  margin-right: 18px;
}
@media (max-width: 575.98px) {
  .blog--two .blog__thumb .blog-content-display .blog-content-upper {
    display: grid;
  }
  .blog--two .blog__thumb .blog-content-display .blog-content-upper p {
    margin-bottom: 6px;
  }
}
.blog--three {
  position: relative;
  z-index: 1;
  padding-top: 100px;
  padding-bottom: 100px;
  background: #e6e8fe;
}
.blog--three .blog__item {
  padding: 40px 40px 44px;
  background: #fff;
  margin-bottom: 30px;
}
.blog--three .blog__item .content-upper {
  display: flex;
  align-items: center;
  justify-content: start;
}
.blog--three .blog__item .content-upper p {
  margin-right: 18px;
}
@media (max-width: 767.98px) {
  .blog--three .blog__item .content-upper {
    display: grid;
  }
  .blog--three .blog__item .content-upper p {
    margin-bottom: 6px;
  }
}
.blog--three .blog__item a:hover i {
  transform: rotate(-45deg);
}
.blog--three .blog__item a i {
  margin-left: 20px;
  transition: all 0.4s;
}
.blog--three .blog__item h3 a {
  display: block;
  font-size: 32px;
  font-weight: 700;
  margin-top: 2px;
  margin-bottom: 20px;
  transition: all linear 0.3s;
}
.blog--three .blog__item h3 a:hover {
  color: #3939fa;
}
.blog--three .blog__item .img-box {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}
.blog--three .blog__item .img-box img {
  width: 100%;
}
.blog--three .pagination {
  justify-content: center;
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (max-width: 991.98px) {
  .blog--three .pagination {
    margin-bottom: 40px;
  }
}
.blog--three .pagination li a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  text-align: center;
  margin: 0px 6px !important;
  border-radius: 10px !important;
  background: #2a2a2a !important;
  color: #fff !important;
  font-size: 14px;
  border: none;
}
.blog--three .pagination li a:hover,
.blog--three .pagination li a.active {
  color: #fff !important;
  background: #3939fa !important;
  box-shadow: none;
}
.blog--three .pagination .page-link:focus {
  box-shadow: none;
}
.blog--three .sidebar_search {
  background: #fff;
  padding: 35px;
}
.blog--three .sidebar_search form {
  position: relative;
}
.blog--three .sidebar_search form input {
  background: #e1eaf4;
  border: none;
  outline: none;
  border-radius: 0;
  padding: 18px 95px 18px 25px;
  font-weight: 500;
  width: 100%;
}
.blog--three .sidebar_search form input::placeholder {
  color: #626262;
}
.blog--three .sidebar_search form button {
  position: absolute;
  border: none;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #3939fa;
  color: #fff;
  font-size: 20px;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.blog--three .sidebar_search form button:hover {
  background: #000;
}
.blog--three .sidebar_services {
  background: #fff;
  padding: 35px;
  margin-top: 30px;
}
.blog--three .sidebar_services h4 {
  text-transform: capitalize;
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 15px;
}
.blog--three .sidebar_services ul {
  padding: 0;
  margin: 0;
}
.blog--three .sidebar_services ul li {
  list-style: none;
  display: flex;
}
.blog--three .sidebar_services ul li a {
  background: #e1eaf4;
  width: 100%;
  position: relative;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  margin-top: 15px;
  padding: 16px 30px;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}
.blog--three .sidebar_services ul li a::after {
  position: absolute;
  content: "\f054";
  font-family: "font awesome 5 pro";
  font-size: 16px;
  font-weight: 400;
  color: #000;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.blog--three .sidebar_services ul li a:hover {
  background: #3939fa;
  color: #fff;
}
.blog--three .sidebar_services ul li a:hover::after {
  color: #fff;
}
.blog--three .blog_list .sidebar_services ul li a::after {
  content: "\f054";
}
.blog--three .sidebar_post {
  background: #fff;
  padding: 35px;
  margin-top: 30px;
}
.blog--three .sidebar_post h4 {
  text-transform: capitalize;
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 30px;
}
.blog--three .sidebar_post ul {
  padding: 0;
  margin: 0;
}
.blog--three .sidebar_post ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  border-bottom: 1px solid #0a090910;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.blog--three .sidebar_post ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.blog--three .sidebar_post ul li .img {
  width: 90px;
  height: 90px;
  border-radius: 6px;
  overflow: hidden;
  margin-right: 20px;
  margin-bottom: 10px;
}
.blog--three .sidebar_post ul li .text {
  max-width: 68%;
}
.blog--three .sidebar_post ul li .text p {
  color: #3939fa;
  margin-bottom: 6px;
}
.blog--three .sidebar_post ul li .text a {
  display: block;
  color: #000;
  font-weight: 600;
  font-size: 18px;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}
.blog--three .sidebar_post ul li .text a:hover {
  color: #3939fa;
}
.blog--three .sidebar_tags {
  background: #fff;
  padding: 35px;
  margin-top: 30px;
}
.blog--three .sidebar_tags h4 {
  text-transform: capitalize;
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 30px;
}
.blog--three .sidebar_tags ul {
  padding: 0;
  margin: 0;
}
.blog--three .sidebar_tags ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.blog--three .sidebar_tags ul li {
  margin: 0;
}
.blog--three .sidebar_tags ul li a {
  color: #626262;
  text-transform: capitalize;
  background: #e1eaf4;
  padding: 10px 20px;
  transition: all linear 0.3s;
}
.blog--three .sidebar_tags ul li a:hover {
  background: #3939fa;
  color: #fff;
}
.blog--four {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  background: #e6e8fe;
}
.blog--four .blog_list_item {
  padding: 40px;
  background: #fff;
  margin-bottom: 30px;
}
.blog--four .blog_list_item .title {
  display: block;
  font-size: 32px;
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 25px;
  transition: all linear 0.3s;
}
.blog--four .blog_list_item .img-box {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 50px;
}
.blog--four .blog_list_item .img-box img {
  width: 100%;
}
.blog--four .single-blog-one p:first-child::first-letter {
  color: #3939fa;
  padding: 1px 2px 1px 2px;
  margin: 0 2px 0 0;
  border: 2px solid #3939fa;
  border-radius: 8px;
  font-family: "IBM Plex Mono", serif;
  font-size: 36px;
  line-height: 0;
}
.blog--four .single-blog-two {
  background: #bed4fa;
  border-radius: 10px;
  padding: 40px 30px;
}
.blog--four .single-blog-two p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}
.blog--four .single-blog-two a {
  font-size: 20px;
  font-weight: 500;
  text-decoration: underline;
}
.blog--four .single-blog-two a:hover {
  color: #3939fa;
  font-size: 20px;
  font-weight: 500;
  text-decoration: underline;
}
.blog--four .single-blog-four {
  margin: 35px 0 45px 0;
}
.blog--four .single-blog-four h4 {
  margin-bottom: 20px;
}
.blog--four .single-blog-four-quotes {
  margin-top: 10px;
}
.blog--four .single-blog-four-quotes ul li i {
  color: #1b71fc;
  text-align: center;
  margin: 0 8px 0 0;
}
.blog--four .single-blog-four-quotes ul li {
  list-style: none;
  margin-bottom: 8px;
}
.blog--four .single-blog-img2 {
  margin-top: 25px;
}
.blog--four .tags-share {
  display: flex;
  justify-content: space-between;
}
.blog--four .tags-all {
  display: flex;
}
@media (max-width: 575.98px) {
  .blog--four .tags-all {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
  }
}
.blog--four .tags-all h5 {
  margin: 0;
  padding: 0;
}
.blog--four .tags-all ul {
  margin-top: 4px;
}
.blog--four .tags-all ul li {
  margin: 0 2px 0 2px;
}
.blog--four .tags-all a {
  text-decoration: none;
  font-size: 18px;
  color: #5f6368;
  margin-left: 4px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.blog--four .tags-all a:hover {
  text-decoration: none;
  color: #3939fa;
  margin-left: 4px;
}
.blog--four .social-share-all {
  display: flex;
}
@media (max-width: 575.98px) {
  .blog--four .social-share-all {
    display: flex;
    flex-direction: column;
  }
}
.blog--four .social-share-all h5 {
  margin: 0;
  padding: 0;
}
@media (max-width: 575.98px) {
  .blog--four .social-share-all h5 {
    margin-bottom: 10px;
  }
}
.blog--four .social-share-all ul {
  margin-top: -3px;
}
.blog--four .social-share-all ul li {
  margin: 0 4px 0 4px;
}
.blog--four .social-share-all ul li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  border: 1px solid #dedede;
  text-align: center;
  margin: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.blog--four .social-share-all ul li a:hover {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  border: 1px solid #dedede;
  color: #fff;
  background: #3939fa;
  text-align: center;
  margin: 0;
}
.blog--four .about-author-gap {
  margin-bottom: 30px;
}
.blog--four .about-author {
  display: flex;
  align-items: center;
  background: #ffffff;
  padding: 40px 30px;
}
@media (max-width: 767.98px) {
  .blog--four .about-author {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .blog--four .about-author .about-author-description {
    margin: 16px 0 2px 10px;
  }
}
.blog--four .about-author-img img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.blog--four .about-author-img img {
  min-width: 240px;
  border-radius: 10px;
}
.blog--four .about-author-description {
  margin: 2px 0 2px 30px;
}
.blog--four .about-author-description h4 {
  margin: 0;
  padding-bottom: 5px;
}
.blog--four .about-author-description > a {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  color: #484848;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.blog--four .about-author-description > a:hover {
  font-size: 20px;
  color: #3939fa;
}
.blog--four .comments-gap {
  margin-bottom: 30px;
}
.blog--four .comments {
  background: #ffffff;
  padding: 30px 30px;
}
.blog--four .comments h4 {
  margin-bottom: 20px;
}
.blog--four .comment-single {
  display: flex;
  align-items: start;
  padding: 10px 0;
}
@media (max-width: 575.98px) {
  .blog--four .comment-single {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.blog--four .comment-img {
  height: 100%;
  border-radius: 10px;
}
@media (max-width: 575.98px) {
  .blog--four .comment-img {
    margin-bottom: 14px;
  }
}
.blog--four .comment-img img {
  min-width: 166px;
  border-radius: 10px;
}
.blog--four .comment-content {
  margin: 2px 0 2px 30px;
}
.blog--four .comment-content h5 {
  font-size: 20px;
  font-weight: 500;
}
.blog--four .comment-content h5 span {
  font-size: 18px;
  font-weight: 400;
  margin-left: 6px;
}
.blog--four .comment-single-two {
  margin-left: 80px;
}
.blog--four .comment-content a {
  padding: 6px 16px;
  border: 1px solid #dedede;
  border-radius: 100px;
  color: #000;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.blog--four .comment-content a i {
  margin-right: 6px;
}
.blog--four .comment-content a:hover {
  border: 1px solid #3939fa;
  border-radius: 100px;
  color: #3939fa;
}
.blog--four .leave-comment-gap {
  margin-bottom: 30px;
}
.blog--four .leave-comment input {
  border: 1px solid #ececec;
  height: 50px;
  padding: 28px 30px;
  margin-top: 20px;
}
.blog--four .leave-comment textarea {
  border: 1px solid #ececec;
  height: 150px;
  padding: 28px 30px;
  margin: 20px 0 24px;
}
.blog--four .sidebar_search {
  background: #fff;
  padding: 35px;
}
.blog--four .sidebar_search form {
  position: relative;
}
.blog--four .sidebar_search form input {
  background: #e1eaf4;
  border: none;
  outline: none;
  border-radius: 0;
  padding: 18px 95px 18px 25px;
  font-weight: 500;
  width: 100%;
}
.blog--four .sidebar_search form input::placeholder {
  color: #626262;
}
.blog--four .sidebar_search form button {
  position: absolute;
  border: none;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #3939fa;
  color: #fff;
  font-size: 20px;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.blog--four .sidebar_search form button:hover {
  background: #000;
}
.blog--four .sidebar_services {
  background: #fff;
  padding: 35px;
  margin-top: 30px;
}
.blog--four .sidebar_services h4 {
  text-transform: capitalize;
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 15px;
}
.blog--four .sidebar_services ul {
  padding: 0;
  margin: 0;
}
.blog--four .sidebar_services ul li {
  list-style: none;
  display: flex;
}
.blog--four .sidebar_services ul li a {
  background: #e1eaf4;
  width: 100%;
  position: relative;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  margin-top: 15px;
  padding: 16px 30px;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}
.blog--four .sidebar_services ul li a::after {
  position: absolute;
  content: "\f054";
  font-family: "font awesome 5 pro";
  font-size: 16px;
  font-weight: 400;
  color: #000;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.blog--four .sidebar_services ul li a:hover {
  background: #3939fa;
  color: #fff;
}
.blog--four .sidebar_services ul li a:hover::after {
  color: #fff;
}
.blog--four .blog_list .sidebar_services ul li a::after {
  content: "\f054";
}
.blog--four .sidebar_post {
  background: #fff;
  padding: 35px;
  margin-top: 30px;
}
.blog--four .sidebar_post h4 {
  text-transform: capitalize;
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 30px;
}
.blog--four .sidebar_post ul {
  padding: 0;
  margin: 0;
}
.blog--four .sidebar_post ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  border-bottom: 1px solid #0a090910;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.blog--four .sidebar_post ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.blog--four .sidebar_post ul li .img {
  width: 90px;
  height: 90px;
  border-radius: 6px;
  overflow: hidden;
  margin-right: 20px;
  margin-bottom: 10px;
}
.blog--four .sidebar_post ul li .text {
  max-width: 68%;
}
.blog--four .sidebar_post ul li .text p {
  color: #3939fa;
  margin-bottom: 6px;
}
.blog--four .sidebar_post ul li .text a {
  display: block;
  color: #000;
  font-weight: 600;
  font-size: 18px;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}
.blog--four .sidebar_post ul li .text a:hover {
  color: #3939fa;
}
.blog--four .sidebar_tags {
  background: #fff;
  padding: 35px;
  margin-top: 30px;
}
.blog--four .sidebar_tags h4 {
  text-transform: capitalize;
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 30px;
}
.blog--four .sidebar_tags ul {
  padding: 0;
  margin: 0;
}
.blog--four .sidebar_tags ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.blog--four .sidebar_tags ul li {
  margin: 0;
}
.blog--four .sidebar_tags ul li a {
  color: #626262;
  text-transform: capitalize;
  background: #e1eaf4;
  padding: 10px 20px;
  transition: all linear 0.3s;
}
.blog--four .sidebar_tags ul li a:hover {
  background: #3939fa;
  color: #fff;
}
.blog--four .rl-blogs {
  margin-top: 40px;
  border-top: 1px solid #70717b;
  border-bottom: 1px solid #70717b;
  padding: 30px 0;
}
.blog--four .rl-blog-single {
  gap: 16px;
}
@media (max-width: 575.98px) {
  .blog--four .rl-blog-single {
    width: 100%;
  }
}
.blog--four .rl-blog-single .explore-btn {
  min-width: 55px;
  min-height: 55px;
  border: 2px solid #70717b;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  color: #2a2a2a;
}
.blog--four .rl-blog-single .explore-btn:hover {
  border: 2px solid #3939fa;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  color: #3939fa;
}

/*============================================
      19. Pricing CSS
=============================================*/
.pricing--one {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}
.pricing--one .section__header {
  padding-bottom: 80px;
}
.pricing--one .section__header h5 {
  color: #3939fa;
  font-style: italic;
}
.pricing--one .section__header h2 {
  position: relative;
}
.pricing--one .pricing-box {
  background-color: #e2e5ff;
  border-radius: 30px;
  padding: 50px 32px 32px;
  transition: all 0.6s ease-in-out;
}
.pricing--one .pricing-box .pricing-text-head {
  background: transparent;
  border-radius: 30px;
  padding: 20px 10px 10px 10px;
  margin-bottom: 10px;
  transition: all 0.6s ease-in-out;
}
.pricing--one .pricing-box h3 {
  font-size: 36px;
}
.pricing--one .pricing-box .package-icon {
  width: 120px;
  height: 120px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 18px;
  border: 10px solid #e2e5ff;
  transition: all 0.6s ease-in-out;
}
.pricing--one .pricing-box .pricing-box-content {
  padding: 90px 40px 40px;
  background-color: #fff;
  border-radius: 30px;
  margin-top: -60px;
}
.pricing--one .pricing-box .pricing-box-content .pricing-title span {
  margin-left: -2px;
  font-size: 18px;
  color: #272727;
}
.pricing--one .pricing-box .pricing-box-content .pricing-features li {
  font-weight: 500;
  margin-top: 10px;
}
.pricing--one .pricing-box ul {
  margin-top: 24px;
}
.pricing--one .pricing-box ul li {
  padding-bottom: 8px;
  display: block;
  font-weight: 500;
}
.pricing--one .pricing-box ul li:first-child {
  border-top: 1px solid #e2e5ff;
  padding-top: 20px;
}
.pricing--one .pricing-box ul li:last-child {
  padding-bottom: 20px;
}
.pricing--one .pricing-box .price-amount {
  width: 40%;
}
@media (max-width: 991.98px) {
  .pricing--one .pricing-box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .pricing--one .pricing-box .pricing-features {
    width: 100%;
  }
  .pricing--one .pricing-box .pricing-features::before {
    display: none;
  }
  .pricing--one .pricing-box .price-amount {
    width: 100%;
  }
}
.pricing--one .pricing-box:hover {
  background-color: #3939fa;
}
.pricing--one .pricing-box .pricing-text-head {
  background: #3939fa;
}
.pricing--one .pricing-box:hover .pricing-text-head {
  background: #fff;
}
.pricing--one .pricing-box .pricing-text-head h3 {
  color: #fff;
}
.pricing--one .pricing-box .pricing-text-head p {
  color: #fff;
}
.pricing--one .pricing-box:hover .pricing-text-head h3 {
  color: #3939fa;
}
.pricing--one .pricing-box:hover .pricing-text-head p {
  color: #3939fa;
}
.pricing--one .pricing-box:hover .package-icon {
  border-color: #3939fa;
}

/*============================================
      20. Newsletter CSS
=============================================*/
.newsletter {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
  background: #f6fafe;
  overflow: hidden;
}
.newsletter .section__header h5 {
  color: #1b71fc;
}
.newsletter .section__header h3 {
  color: #2a2a2a;
  padding: 0 0;
  line-height: 48px;
}
@media (max-width: 991.98px) {
  .newsletter .section__header h3 {
    padding: 0 0;
  }
}
.newsletter .news__form {
  margin-top: 30px;
  padding-left: 0;
}
.newsletter .news__input {
  position: relative;
}
.newsletter .news__input input {
  width: 100%;
  height: 60px;
  line-height: 56px;
  border: 1px solid #1b71fc;
  padding-left: 25px;
  padding-right: 220px;
  background: #fff;
  border-radius: 12px;
}
@media (max-width: 575.98px) {
  .newsletter .news__input input {
    padding-right: 40px;
  }
}
.newsletter .news__input input::-webkit-input-placeholder {
  color: #000;
  font-size: 15px;
}
.newsletter .news__input input:-moz-placeholder {
  color: #000;
  font-size: 15px;
}
.newsletter .news__input input::-moz-placeholder {
  color: #000;
  font-size: 15px;
}
.newsletter .news__input input:-ms-input-placeholder {
  color: #000;
  font-size: 15px;
}
.newsletter .news__input input:focus {
  border: 1px solid #3939fa;
}
.newsletter .news__input button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 12px 40px;
  border-radius: 12px;
  text-align: center;
  background: #3939fa;
  color: #fff;
  border: 1px solid #3939fa;
}
@media (max-width: 575.98px) {
  .newsletter .news__input button {
    display: flex;
    position: relative;
    margin: 20px auto 0;
    padding: 18px 40px;
  }
}

/*============================================
      21. Text Advertise CSS
=============================================*/
.text-advertise-section {
  position: relative;
  background: #000;
  padding-top: 40px;
  padding-bottom: 40px;
}
.text-advertise-section .text-advertise-primary h3 {
  font-size: 40px;
  text-transform: uppercase;
  font-style: italic;
  padding: 0 34px;
  margin: 0;
  color: #000;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #fff;
}

/*============================================
      22. Award CSS
=============================================*/
.award--one {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #f6fafe;
}
.award--one .section__header {
  padding-bottom: 80px;
}
.award--one .section__header h5 {
  color: #3939fa;
  font-style: italic;
}
.award--one .section__header h2 {
  position: relative;
}
.award--one .award__item .award-single-item {
  padding: 16px 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #70717b;
  transition: all 0.5s;
}
.award--one .award__item .award-single-item:last-child {
  border-bottom: 1px solid #70717b;
}
.award--one .award__item .award-single-item:hover p {
  color: #3939fa;
}
.award--one .award__item .award-single-item:hover img {
  -webkit-animation: shake-1 0.3s linear;
  animation: shake-1 0.3s linear;
}
@media (max-width: 767.98px) {
  .award--one .award__item .award-single-item {
    text-align: center;
    display: grid;
    align-items: center;
    justify-content: center;
  }
}
.award--one .award__item .award-single-item p {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 700;
  color: #2a2a2a;
}
@media (max-width: 767.98px) {
  .award--one .award__item .award-single-item p {
    margin-bottom: 15px;
  }
}

/*============================================
      23. Breadcrumb CSS
=============================================*/
.pageheader {
  z-index: 1;
  position: relative;
  padding-top: 250px;
  padding-bottom: 100px;
  background: url("..//..//..//img/breadcrumb/bg.jpg") repeat scroll center center/cover;
  text-align: center;
  display: block;
  overflow: hidden;
}
.pageheader .banner-img1 {
  bottom: 0;
  right: 0;
  z-index: -2;
  display: block;
}
@media (max-width: 1399.98px) {
  .pageheader .banner-img1 {
    top: 0;
    right: -5%;
  }
}
@media (max-width: 1199.98px) {
  .pageheader .banner-img1 {
    top: 0;
    right: -15%;
  }
}
@media (max-width: 991.98px) {
  .pageheader .banner-img1 {
    display: none;
  }
}
.pageheader .banner-img2 {
  top: 34%;
  right: 8%;
  z-index: 1;
  animation: downup 4s infinite ease-in-out alternate;
  -webkit-animation: downup 4s infinite ease-in-out alternate;
}
@media (max-width: 1399.98px) {
  .pageheader .banner-img2 {
    top: 34%;
    right: 8%;
  }
}
@media (max-width: 1199.98px) {
  .pageheader .banner-img2 {
    top: 34%;
    right: 8%;
  }
}
@media (max-width: 991.98px) {
  .pageheader .banner-img2 {
    display: none;
  }
}
.pageheader .banner-img3 {
  top: 20%;
  right: 32%;
  z-index: -2;
  animation: movingleftright infinite 20s reverse;
  -webkit-animation: movingleftright infinite 20s reverse;
}
@media (max-width: 991.98px) {
  .pageheader .banner-img3 {
    display: none;
  }
}
.pageheader .banner-img4 {
  top: 32%;
  right: 14%;
  z-index: -1;
  animation: movingleftright infinite 10s reverse;
  -webkit-animation: movingleftright infinite 10s reverse;
}
@media (max-width: 991.98px) {
  .pageheader .banner-img4 {
    display: none;
  }
}
.pageheader .banner-img5 {
  bottom: 12%;
  left: 14%;
  z-index: 1;
  animation: downup 6s infinite ease-in-out alternate;
  -webkit-animation: downup 6s infinite ease-in-out alternate;
}
@media (max-width: 1199.98px) {
  .pageheader .banner-img5 {
    bottom: 12%;
    left: 8%;
  }
}
@media (max-width: 991.98px) {
  .pageheader .banner-img5 {
    bottom: 12%;
    left: 4%;
  }
}
@media (max-width: 767.98px) {
  .pageheader .banner-img5 {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .pageheader .banner-img5 {
    display: none;
  }
}
.pageheader .banner-img6 {
  top: 10%;
  left: -6%;
  z-index: -1;
  animation: downup 8s infinite ease-in-out alternate;
  -webkit-animation: downup 8s infinite ease-in-out alternate;
}
@media (max-width: 1199.98px) {
  .pageheader .banner-img6 {
    top: 10%;
    left: -6%;
  }
}
@media (max-width: 991.98px) {
  .pageheader .banner-img6 {
    top: 10%;
    left: -6%;
  }
}
@media (max-width: 767.98px) {
  .pageheader .banner-img6 {
    top: 10%;
    left: -6%;
  }
}
@media (max-width: 575.98px) {
  .pageheader .banner-img6 {
    display: none;
  }
}
.pageheader__area h2 {
  color: #fff;
  letter-spacing: 2px;
  font-style: italic;
}
.pageheader__area ul li {
  font-style: italic;
}
.pageheader__area ul li a {
  color: #7a91ee;
}
.pageheader__area ul li a:hover, .pageheader__area ul li a.active {
  color: #fff;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}

.breadcrumb-item.active {
  color: #fff;
}

/*============================================
      24. Faq CSS
=============================================*/
.faq--one {
  padding-top: 100px;
  padding-bottom: 100px;
}
.faq--one .section__header {
  padding-bottom: 80px;
}
.faq--one .section__header h5 {
  color: #3939fa;
  font-style: italic;
}
.faq--one .section__header h2 {
  position: relative;
}
.faq--one .faq-content-one .accordion-button::after {
  background-image: url("..//..//..//img/faq/arrow-down-solid.svg");
  background-position: center;
  transform: scale(0.8) !important;
}
.faq--one .faq-content-one .accordion-button:not(.collapsed)::after {
  background-image: url("..//..//..//img/faq/arrow-up-solid.svg");
  background-position: center;
  transform: scale(0.8) !important;
}
.faq--one .faq-content-one #collapseOne:active span {
  background: #1b71fc;
}
.faq--one .faq-content-one .accordion-button {
  font-size: 18px;
  font-weight: 500;
  color: #2a2a2a;
  margin-bottom: 2px;
}
.faq--one .faq-content-one .accordion-button:hover span {
  background: #1b71fc;
}
.faq--one .faq-content-one .accordion-button:focus span {
  background: #1b71fc;
}
.faq--one .faq-content-one .accordion-body {
  padding-top: 0;
  margin-top: -10px;
}
.faq--one .faq-content-one .accordion-button:not(.collapsed) {
  color: #2a2a2a;
  background: transparent;
  box-shadow: none;
}
.faq--one .faq-content-one .accordion-button:not(.collapsed) span {
  background: #1b71fc;
}
.faq--one .faq-content-one .accordion-button:focus {
  color: #2a2a2a;
  background: transparent;
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}
.faq--one .faq-content-one .custom-accordion-item {
  border-radius: 0;
  margin-bottom: 16px;
  border: 1px solid #1b71fc;
}
.faq--one .faq-content-one .accordion-body {
  font-size: 16px;
  color: #5f6368;
  margin-left: 55px;
}
.faq--one .faq-content-one span {
  background: #2a2a2a;
  min-width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  margin-right: 10px;
  transition: all 0.5s;
}
.faq--one .faq-content-one span img {
  text-align: center;
  margin-bottom: 3px;
}
.faq--one .faq-content-two .accordion-button::after {
  background-image: url("..//..//..//img/faq/arrow-down-solid.svg");
  background-position: center;
  transform: scale(0.8) !important;
}
.faq--one .faq-content-two .accordion-button:not(.collapsed)::after {
  background-image: url("..//..//..//img/faq/arrow-up-solid.svg");
  background-position: center;
  transform: scale(0.8) !important;
}
.faq--one .faq-content-two #collapseOne:active span {
  background: #1b71fc;
}
.faq--one .faq-content-two .accordion-button {
  font-size: 18px;
  font-weight: 500;
  color: #2a2a2a;
  margin-bottom: 2px;
}
.faq--one .faq-content-two .accordion-button:hover span {
  background: #1b71fc;
}
.faq--one .faq-content-two .accordion-button:focus span {
  background: #1b71fc;
}
.faq--one .faq-content-two .accordion-body {
  padding-top: 0;
  margin-top: -10px;
}
.faq--one .faq-content-two .accordion-button:not(.collapsed) {
  color: #2a2a2a;
  background: transparent;
  box-shadow: none;
}
.faq--one .faq-content-two .accordion-button:not(.collapsed) span {
  background: #1b71fc;
}
.faq--one .faq-content-two .accordion-button:focus {
  color: #2a2a2a;
  background: transparent;
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}
.faq--one .faq-content-two .custom-accordion-item {
  border-radius: 0;
  margin-bottom: 16px;
  border: 1px solid #1b71fc;
}
.faq--one .faq-content-two .accordion-body {
  font-size: 16px;
  color: #5f6368;
  margin-left: 55px;
}
.faq--one .faq-content-two span {
  background: #2a2a2a;
  min-width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  margin-right: 10px;
  transition: all 0.5s;
}
.faq--one .faq-content-two span img {
  text-align: center;
  margin-bottom: 3px;
}

/*============================================
      25. Contact CSS
=============================================*/
.contact {
  padding-top: 100px;
  padding-bottom: 0px;
  position: relative;
  z-index: 2;
}
.contact .section__header {
  padding-bottom: 80px;
}
.contact .section__header h5 {
  color: #3939fa;
  font-style: italic;
}
.contact .section__header h2 {
  position: relative;
}
.contact .contact_info {
  background: #dfe2fd;
  border-radius: 10px 10px 0px 0px;
  overflow: hidden;
}
.contact .contact_info ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  margin: 0;
}
@media (max-width: 991.98px) {
  .contact .contact_info ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
}
.contact .contact_info ul li {
  width: 33.33%;
  padding: 40px 60px;
  position: relative;
}
@media (max-width: 991.98px) {
  .contact .contact_info ul li {
    width: 100%;
  }
}
.contact .contact_info ul li::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 120%;
  background: #1b71fc;
  top: -10%;
  right: 0;
}
@media (max-width: 991.98px) {
  .contact .contact_info ul li::after {
    display: none;
  }
}
.contact .contact_info ul li:last-child::after {
  display: none;
}
.contact .contact_info ul li span {
  display: block;
  color: #626262;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.contact .contact_info ul li a,
.contact .contact_info ul li p {
  display: block;
  font-weight: 700;
  font-size: 18px;
  color: #2a2a2a;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}
.contact .contact_info ul li a:hover {
  color: #3939fa;
}
.contact .contact_form {
  background: #f1f1f8;
  padding: 60px;
  border-radius: 0px 0px 10px 10px;
  text-align: center;
}
@media (max-width: 575.98px) {
  .contact .contact_form {
    padding: 60px 20px;
  }
}
.contact .contact_form h5 {
  text-align: center;
  margin-bottom: 20px;
}
.contact .contact_form input,
.contact .contact_form textarea {
  background: #dfe2fd;
  border: 1px solid #1b71fc;
  margin-top: 25px;
  padding: 18px 30px;
  border-radius: 10px;
  color: #000;
}
.contact .contact_form input::placeholder,
.contact .contact_form textarea::placeholder {
  color: #454545;
  font-weight: 500;
}
.contact .contact_form button {
  margin-top: 30px;
  padding: 22px 36px;
  border-radius: 12px;
  text-align: center;
  background: #3939fa;
  color: #fff;
}

/*============================================
      26. Skill CSS
=============================================*/
.skill {
  padding-top: 0;
  padding-bottom: 100px;
}
.skill h5 {
  line-height: 36px;
}
.skill .skill-all {
  background: #515ffc;
  background: #f0f6fc;
}
.skill .skill-all-header {
  background: #e1eefb;
  padding: 30px 30px;
}
.skill .content {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 40px 20px;
}
@media (max-width: 575.98px) {
  .skill .content {
    display: grid;
    align-items: center;
    justify-content: space-around;
    padding: 40px 20px;
  }
}
.skill .skill-all-img {
  margin-bottom: 20px;
}
.skill .skill_card {
  margin-bottom: 16px;
}
.skill .skill_card .skill_circle {
  position: relative;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  cursor: default;
}
.skill .skill_card .skill_circle .skill_box,
.skill .skill_card .skill_circle .skill_box span {
  position: absolute;
  top: 50%;
  left: 50%;
}
.skill .skill_card .skill_circle .skill_box {
  height: 100%;
  width: 100%;
  background: #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  transition: all 0.5s;
}
.skill .skill_card:hover .skill_circle .skill_box {
  transform: translate(-50%, -50%) scale(0.9);
}
.skill .content-one .skill_card .skill_circle .skill_box span,
.skill .wrapper .skill_card .text {
  background: #51b9fc;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.skill .content-two .skill_card .skill_circle .skill_box span,
.skill .wrapper .skill_card .text {
  background: #f64182;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.skill .content-three .skill_card .skill_circle .skill_box span,
.skill .wrapper .skill_card .text {
  background: #fd7975;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.skill .content-four .skill_card .skill_circle .skill_box span,
.skill .wrapper .skill_card .text {
  background: #57eaea;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.skill .skill_circle .skill_box span {
  font-size: 34px;
  font-weight: 600;
  transform: translate(-45%, -45%);
  transition: all 0.5s;
}
.skill .skill_card .skill_circle:hover .skill_box span {
  transform: translate(-45%, -45%) scale(1.08);
}
.skill .skill-all-text p {
  text-align: center;
}

/*============================================
      27. Map CSS
=============================================*/
.contact-map-section .contact-map {
  position: relative;
  margin-top: -140px;
  height: 500px;
  z-index: 1;
}
.contact-map-section iframe {
  width: 100%;
  height: 100%;
  border: 0;
  outline: 0;
  filter: grayscale(0%);
}
.contact-map-section h2.hidden {
  display: none;
}

/*============================================
      28. 404 CSS
=============================================*/
.four-zero-four {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #e6e8fe;
}
.four-zero-four h2 {
  font-size: 100px;
  color: #3939fa;
}
.four-zero-four h4 {
  font-style: italic;
  color: #3939fa;
}

/*============================================
      29. Footer CSS
=============================================*/
.footer--one {
  position: relative;
  padding-top: 100px;
  padding-bottom: 0;
  background: #090652;
  overflow: hidden;
}
.footer--one .section__wrapper {
  margin-bottom: 50px;
}
.footer--one .footer__header {
  padding-right: 10px;
}
@media (max-width: 991.98px) {
  .footer--one .footer__header {
    margin-bottom: 40px;
  }
}
.footer--one .footer__header--text h6 {
  color: #fff;
  margin-bottom: 35px;
}
.footer--one .footer__header--text p {
  color: #f2f6f9;
  margin-bottom: 20px;
}
.footer--one .footer__header--text .footer-link li a {
  display: inline-block;
  transition: all 0.5s;
  line-height: 34px;
  color: #f2f6f9;
}
.footer--one .footer__header--text .footer-link li a:hover {
  color: #3939fa;
}
.footer--one .footer__header--text .footer-link li a i {
  margin-right: 6px;
  font-size: 14px;
}
.footer--one .footer__header--social li {
  text-align: center;
  display: inline-block;
}
.footer--one .footer__header--social li a {
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  margin: 10px 4px;
  background: #3939fa;
}
.footer--one .footer__header--social li a i {
  font-size: 16px;
  text-align: center;
  display: inline-block;
  color: #fff;
}
.footer--one .footer__header--social li a:hover i {
  -webkit-animation: 0.3s toLeftFromRight forwards;
  animation: 0.3s toLeftFromRight forwards;
}
.footer--one .footer__header--socialpost .socialpost-item {
  display: flex;
  margin-bottom: 10px;
}
.footer--one .footer__header--socialpost .socialpost-item .socialpost-thumb img {
  max-width: 80px;
}
.footer--one .footer__header--socialpost .socialpost-item .socialpost-content h6 {
  margin-left: 20px;
  margin: 0 0 0 15px;
  padding: 0;
}
.footer--one .footer__header--socialpost .socialpost-item .socialpost-content h6 a {
  font-weight: 300;
  font-size: 17px;
  line-height: 24px;
  color: #fff;
}
.footer--one .footer__header--socialpost .socialpost-item .socialpost-content h6 a:hover {
  color: #3939fa;
}
.footer--one .footer__header--socialpost .socialpost-item .socialpost-content .small-p {
  margin-left: 20px;
  font-size: 15px;
  margin-top: 6px;
  color: #fff;
}
.footer--one .footer__header--socialpost .socialpost-item .socialpost-content .small-p img {
  margin-right: 12px;
}
.footer--one .footer-last p {
  color: #fff;
  padding: 20px 0;
}
.footer--one hr {
  color: #f9f9f9;
}
.footer--two {
  padding-top: 100px;
  padding-bottom: 0;
  background: #090652;
}
.footer--two .footer__header--img {
  margin-bottom: 15px;
}
.footer--two .footer__header--menu {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer--two .footer__header--menu .navbar-wrap2 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer--two .footer__header--menu .navbar-wrap2 ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0 0;
  margin: 0 0 0 auto;
}
.footer--two .footer__header--menu .navbar-wrap2 ul li {
  list-style: none;
  display: block;
  position: relative;
  margin: auto;
}
.footer--two .footer__header--menu .navbar-wrap2 ul li a {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  color: #fff;
  padding: 34px 18px;
  display: block;
  line-height: 1;
  position: relative;
  z-index: 1;
}
@media (max-width: 575.98px) {
  .footer--two .footer__header--menu .navbar-wrap2 ul li a {
    padding: 14px 18px;
  }
}
.footer--two .footer__header--menu .navbar-wrap2 > ul > li > a:hover {
  color: #1b71fc;
}
.footer--two .footer__header--social {
  margin-bottom: 50px;
}
.footer--two .footer__header--social li {
  text-align: center;
  display: inline-block;
}
.footer--two .footer__header--social li a {
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  margin: 10px 10px;
  background: #3939fa;
}
.footer--two .footer__header--social li a i {
  font-size: 16px;
  text-align: center;
  display: inline-block;
  color: #fff;
}
.footer--two .footer__header--social li a:hover i {
  -webkit-animation: 0.3s toLeftFromRight forwards;
  animation: 0.3s toLeftFromRight forwards;
}
.footer--two .footer-last p {
  color: #fff;
  padding: 20px 0;
}
.footer--two hr.two-hr {
  color: #ecf0f3;
  opacity: 1;
}

/*============================================
      30. TS Btn CSS
=============================================*/
.ts-btn-header {
  user-select: none;
  background: #3939fa none repeat scroll 0 0;
  border: medium none;
  border-radius: 12px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 0px;
  padding: 19px 36px;
  text-align: center;
  touch-action: manipulation;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.ts-btn-header::before {
  content: "";
  position: absolute;
  left: -90px;
  top: -135%;
  width: 190%;
  height: 135%;
  background: #2a2a2a;
  z-index: -1;
  border-radius: 20%;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.ts-btn-header:hover {
  background-color: transparent;
}
.ts-btn-header:hover::before {
  top: -10px;
}

.ts-btn {
  user-select: none;
  background: #3939fa none repeat scroll 0 0;
  border: medium none;
  border-radius: 12px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 0px;
  padding: 22px 36px;
  text-align: center;
  touch-action: manipulation;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.ts-btn::before {
  content: "";
  position: absolute;
  left: -90px;
  top: -135%;
  width: 190%;
  height: 135%;
  background: #2a2a2a;
  z-index: -1;
  border-radius: 20%;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.ts-btn:hover {
  background-color: transparent;
}
.ts-btn:hover::before {
  top: -10px;
}

.ts-btn2 {
  user-select: none;
  background: #fff none repeat scroll 0 0;
  border: medium none;
  border-radius: 12px;
  border: 2px solid #fff;
  color: #3939fa;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 0px;
  padding: 19px 36px;
  text-align: center;
  touch-action: manipulation;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.ts-btn2::before {
  content: "";
  position: absolute;
  left: -90px;
  top: -135%;
  width: 190%;
  height: 135%;
  background: #2a2a2a;
  z-index: -1;
  border-radius: 20%;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.ts-btn2:hover {
  background-color: transparent;
  color: #fff;
  border: 2px solid #2a2a2a;
}
.ts-btn2:hover::before {
  top: -10px;
}

.ts-btn3 {
  user-select: none;
  background: transparent none repeat scroll 0 0;
  border: 2px solid #fff;
  border-radius: 12px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 0px;
  padding: 19px 36px;
  text-align: center;
  touch-action: manipulation;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.ts-btn3::before {
  content: "";
  position: absolute;
  left: -90px;
  top: -135%;
  width: 190%;
  height: 135%;
  background: #2a2a2a;
  z-index: -1;
  border-radius: 20%;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.ts-btn3:hover {
  background-color: transparent;
  color: #fff;
  border: 2px solid #2a2a2a;
}
.ts-btn3:hover::before {
  top: -10px;
}

/*# sourceMappingURL=style.css.map */
