/*
============================
Name:  Consultore - Business Consulting Theme
Version: 1.0.0
Description:
Author: Noyon Ahmed
Author URI:
Location:
============================
*/

/* ===========================
<------------------->
===========================
1.HOME-1-START
===========================
2.HOME-2-START
===========================
3.HOME-3-START
===========================
4.HOME-4-SATART
===========================
5.MOBAILE-MENU
===========================
6.PRELOADER
===========================
7.PREVIEW-START
===========================
8.ABOUT-SATRT
===========================
9.OUR-SERVICE-START
===========================
10.SERVICE-DETAILS-START
===========================
11.BLOG-DETAILS-START
===========================
12.PAGE-PROGRESS-START
===========================
13.SHOP-PAGE-START
===========================
14.SHOP-PAGE-SIDEBAR-START
===========================
15.SHOP-DETAILS-SATART
===========================
16.SHOP-DETAILS-SATART
===========================
17.CART-SATART
===========================
18.CHECKOUT-SATART
===========================*/

@import url("https://fonts.googleapis.com/css2?family=Catamaran:wght@100;200;300;400;500;600;700;800;900&display=swap");

body,
html {
  overflow-x: hidden;
}

body {
  font-family: "Catamaran", sans-serif;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Catamaran", sans-serif;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  max-height: 100%;
}

.sp1 {
  padding: 130px 0 100px;
}

.sp2 {
  padding: 130px 0;
}

.space10 {
  height: 10px;
}

.space20 {
  height: 20px;
}

.space30 {
  height: 30px;
}

.space40 {
  height: 40px;
}

.space50 {
  height: 50px;
}

.space60 {
  height: 60px;
}

.space70 {
  height: 70px;
}

.space80 {
  height: 80px;
}

.space90 {
  height: 90px;
}

.space100 {
  height: 100px;
}
.sec-padding {
  padding: 50px 0;
}
.sec-padding2 {
  padding: 60px 0;
}

.theme_bg1 {
  background-color: rgba(242, 57, 54, 0.03);
}

.bg1 {
  background: url(../img/bg/bg1.png) no-repeat;
  background-position: center center;
  background-size: cover;
}

.title h1 {
  font-family: "DM Serif Display";
  font-style: normal;
  font-weight: 400;
  font-size: 75px;
  line-height: 82px;
  letter-spacing: -1px;
  color: #161540;
  margin-bottom: 30px;
}

.title p {
  font-weight: 400;
  font-size: 20px;
  line-height: 34px;
  display: flex;
  align-items: center;
  color: #161540;
  opacity: 0.7;
}

a.theme-btn {
  align-items: center;
  text-align: right;
  color: #ffffff;
  background: #000;
  padding: 17px 25px;
  border-radius: 10px;
  box-shadow: 0px 4px 25px rgba(242, 57, 54, 0.15);
  border-radius: 8px;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
.home3-service-box {
  img {
    filter: brightness(0.4);

  }
}
a.theme-btn1 {
  background: #f23936;
}

span.title-heilight {
  position: relative;
  z-index: 2;
}

span.title-heilight:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 100%;
  background: url(../img/shapes/underline-title.png);
  bottom: 0;
  object-fit: cover;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

span.title-heilight:after {
  position: absolute;
  content: "";
  height: 100px;
  width: 100px;
  background: url(../img/shapes/left-heighlight.png);
  left: -60px;
  top: -37px;
  background-repeat: no-repeat;
  background-size: contain;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #121212;
  z-index: 999;
}

.loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #fff;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

.loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #fff;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}

.loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #fff;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.header {
  padding: 15px 0;
}

.logo {
  margin-right: 30px;
}
.logo img {
  width: 140px;
}

.header-elements {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
}

.quick_contact {
  position: relative;
  z-index: 2;
  padding-left: 60px;
  align-items: center;
  display: flex;
}

.quick_contact_icon {
  position: absolute;
  top: 50%;
  left: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: #fee6e5;
  border-radius: 50px;
  margin-top: -25px;
}

.quick_contact_content small {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #161540;
  opacity: 0.7;
  font-family: "DM Serif Display", serif;
}
.quick_contact_content h5 {
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  color: #161540;
  font-family: "Inter", sans-serif;
}

@media only screen and (min-width: 1200px) {
  .header_menu_area {
    display: flex;
    align-items: center;
  }
  .main-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .main-menu ul li {
    display: inline-block;
  }
  .main-menu ul li a {
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: #0e1124;
    padding: 10px 20px;
    text-transform: capitalize;
    transition: all 0.3s;
  }

  .mobile-info {
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  .desktop-info {
    display: none;
  }
  .hamburger-menu {
    margin: 10px;
    width: 35px;
    cursor: pointer;
  }
  .bar-top,
  .bar-middle,
  .bar-bottom {
    height: 3px;
    background: #000;
    border-radius: 50px;
    margin: 6px 0;
    transform-origin: left;
    transition: all 0.5s;
  }
  .header_menu_area {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
  }
  .menu-wrap {
    position: fixed;
    background: #000;
    height: 100%;
    width: 70%;
    left: -100%;
    top: 0;
    opacity: 0;
    visibility: hidden;
    padding: 30px;
    z-index: 99;
    transition: all 0.3s ease-in-out;
  }
  .mobile-menu-active.menu-wrap {
    left: 0%;
    top: 0;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease-in-out;
  }
  .mobile-menus {
    padding: 10px;
  }
}
.welcome-area {
  display: flex;
  align-items: center;
  height: 100%;
}

.hero-img-elements {
  height: 700px;
  display: flex;
  align-items: center;
  justify-content: end;
  margin-right: -100px;
}

.stellarnav ul ul {
  width: 160px;
  border-radius: 5px;
  padding: 10px 0;
}
ul.theme-mega-menu li.mega-menu {
  width: 1000px;
}

.stellarnav ul ul li a {
  padding: 10px 30px;
}
.stellarnav ul ul li a:hover {
  color: #fca311;
  margin-left: 5px;
}
@media screen and (min-width: 768px) {
  .stellarnav ul ul {
    background: #fff;
    box-shadow: rgb(0 0 0 / 20%) 0px 20px 30px;
  }
  .stellarnav ul ul li a svg {
    display: none;
  }
}

.cta-btn.d-none.d-lg-block.btn-after.button.action-btn.home1-header-btn a svg {
  margin-right: 4px;
}

.main-menu-ex li {
  display: inline-block;
}

.main-menu-ex li a {
  color: #000;
  font-size: 16px;
  display: block;
  font-weight: 500;
  padding: 10px 15px;
}

.main-menu-ex li {
  position: relative;
  z-index: 9;
}

.main-menu-ex li ul {
  position: absolute;
  left: 0;
  top: 50px;
  background: #fff;
  width: 180px;
  border-radius: 4px;
  box-shadow: rgb(0 0 0 / 20%) 0px 20px 30px;
  padding: 10px;
}

.main-menu-ex li li {
  display: block;
}

.main-menu-ex li li a {
  padding: 10px 20px;
  color: #0e1124;
  font-weight: 500;
  transition: all.4s;
  border-radius: 4px;
  position: relative;
}

.main-menu-ex li li a:hover {
  color: #fff;
  transition: all.4s;
}
.main-menu-ex li li a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotateX(60deg);
  color: #fff;
  border-radius: 4px;
  transition: all.4s;
  z-index: -1;
}
.main-menu-ex li li a:hover::after {
  transform: rotateX(0deg);
  background-color: #d4aeff;
  border-radius: 4px;
}
.main-menu-ex li li a .main-menu-ex li li a:hover {
  background-color: #8ecd31;
  transform: rotateX(0deg);

  border-radius: 4px;
}

.main-menu-ex li > ul {
  opacity: 0;
  visibility: hidden;
  top: 60px;
  transition: all 0.3s;
  transform: rotateX(60deg);
}

.main-menu-ex li:hover > ul {
  visibility: visible;
  opacity: 1;
  top: 50px;
  transition: all 0.3s;
  z-index: 99;
  transform: rotateX(0deg);
}

.main-menu-ex.home4-menu li li a {
  padding: 10px 20px;
  color: #0e1124;
  font-weight: 500;
  transition: all.4s;
  border-radius: 4px;
  position: relative;
}

.main-menu-ex.home4-menu li li a:hover {
  color: #fff;
  transition: all.4s;
}
.main-menu-ex.home4-menu li li a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotateX(60deg);
  color: #fff;
  border-radius: 4px;
  transition: all.4s;
  z-index: -1;
}
.main-menu-ex.home4-menu li li a:hover::after {
  transform: rotateX(0deg);
  background-color: #ff3e55;
  border-radius: 4px;
}

.main-menu-ex.home2-menu li li a {
  padding: 10px 20px;
  color: #0e1124;
  font-weight: 500;
  transition: all.4s;
  border-radius: 4px;
  position: relative;
}

.main-menu-ex.home2-menu li li a:hover {
  color: #fff;
  transition: all.4s;
}
.main-menu-ex.home2-menu li li a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotateX(60deg);
  color: #fff;
  border-radius: 4px;
  transition: all.4s;
  z-index: -1;
}
.main-menu-ex.home2-menu li li a:hover::after {
  transform: rotateX(0deg);
  background-color: #8ecd31;
  border-radius: 4px;
}

/*========+ MOBAILE-MENU +=========*/
.site-logo img{
  max-width: 200px;
}
@media screen and (max-width: 768px) {
  .site-logo {
    position: fixed;
    top: 0;
    background-color: #fff;
    box-shadow: rgb(0 0 0 / 20%) 0px 0px 40px;
    height: 70px;
    width: 100%;
    left: 0;
  }
  .site-logo a {
    position: fixed;
    top: 5px;
    right: 10px;
  }

  .main-menu.stellarnav.mobile {
    position: fixed;
    top: 7px;
    left: 2px;
  }
  .cta-btn {
    position: fixed;
    top: 18px;
    right: 10px;
  }
  .stellarnav.mobile > ul {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    width: 100%;
    left: 0px;
    background: #fff;
  }
  .stellarnav ul ul {
    box-shadow: none;
    margin-left: 20px;
    background-color: #fff;
    border-left: 1px solid #d4aeff;
  }
  .stellarnav ul ul li {
    background-color: #fff;
    border-bottom: 1px solid;
  }
  .stellarnav ul {
    background: #fff;
    box-shadow: rgba(226, 132, 132, 0.2) 0px 20px 30px;
    border-radius: 4px;
  }
}
@media screen and (max-width: 425px) {
  .site-logo {
    position: fixed;
    top: 0;
    background-color: #fff;
    box-shadow: rgb(0 0 0 / 20%) 0px 0px 40px;
    height: 70px;
    width: 100%;
    left: 0;
  }
  .site-logo a {
    position: fixed;
    top: 18px;
    left: 280px;
  }
  .footer-menu h4 {
    margin-top: 20px;
  }
  .main-menu.stellarnav.mobile {
    position: fixed;
    top: 7px;
    left: 0;
  }
  .stellarnav.mobile > ul {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    width: 100%;
    left: 0px;
    background: #fff;
  }
 
}
@media screen and (max-width: 320px) {
  .site-logo a {
    position: fixed;
    top: 18px;
    left: 220px;
  }
}

@media screen and (min-width: 900px) {
  .stellarnav {
    width: auto;
  }
}

.stellarnav.mobile > ul > li > a {
  padding: 15px;
  border-bottom: 1px solid #d4aeff;
  color: #0e1124;
}
/*========+ MOBAILE-MENU +=========*/

/*========+ PRELOADER +=========*/

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #222;
  z-index: 9999;
}
#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #81c51d;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #81c51d;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}
#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #81c51d;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*========+ PRELOADER +=========*/
 
/*======== ABOUT-SATRT ==========*/

.about-img img {
  width: 100%;
}

.hadding span.span {
  color: #0e1124;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  background: rgba(212, 174, 255, 0.5);
  padding: 8px 16px;
  margin-bottom: 24px;
  border-radius: 4px;
  display: inline-block;
}

.hadding h1 {
  color: #0e1124;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  padding-bottom: 18px;
}
.hadding h1 span {
  position: relative;
}
.hadding h1 span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 70%;
  top: 10px;
  left: 0;
  color: #0e1124;
  background-color: #fede65;
  z-index: -1;
  border-radius: 4px;
}
 
.hadding h2 {
  color: #0e1124;
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  padding-bottom: 12px;
}
.hadding h2 a {
  color: #0e1124;
}

.check-list-all {
  padding: 32px 0;
}
.chek-list {
  display: flex;
  align-items: center;
}
.about-haddings {
  margin-left: 40px;
}
.chek-list p {
  font-size: 16px;
  font-weight: 500;
  color: #0e1124;
}
.chek-list p img {
  margin-right: 4px;
}

/*======== ABOUT-END ==========*/

/*======== OUR-FACT-SATART ==========*/
.our-fact {
  position: relative;
}
.our-fact::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-image: url(../img/image/fact-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -2;
}
.fact-box {
  background-color: #fff;
  padding: 32px;
  border-radius: 4px;
}
.fact-icon {
  background-color: #d4aeff;
  height: 70px;
  width: 70px;
  margin: 0 auto;
  line-height: 70px;
  text-align: center;
  border-radius: 4px;
}

.fact-box h1 {
  font-size: 40px;
  font-weight: 700;
  color: #0e1124;
  padding: 28px 0 12px 0;
  line-height: 40px;
}
.fact-box p {
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  color: rgba(14, 17, 36, 0.7);
}

.box-after {
  position: relative;
}

.box-after::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fede65;
  top: 6px;
  left: 6px;
  border-radius: 5px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transition: all.6s;
}

.box-after:hover::after {
  visibility: visible;
  opacity: 1;
}

.box-before {
  position: relative;
}

.box-before::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  top: 6px;
  left: 6px;
  border-radius: 5px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transition: all.6s;
}

.box-before:hover::after {
  visibility: visible;
  opacity: 1;
}
.fact-box {
  transition: all.4s;
}
.fact-box:hover {
  background-color: #fede65;
}

@media screen and (max-width: 768px) {
  .fact-box {
    margin-top: 30px;
  }
}
@media screen and (max-width: 426px) {
  .hadding h1 span::before {
    display: none;
  }
}

/*======== OUR-FACT-END ==========*/

/*======== OUR-SERVICE-START ==========*/
.service {
  position: relative;
}
.service::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../img/image/service-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -9;
}
.service-box {
  padding: 32px 24px;
  background-color: #fff;
  border-radius: 4px;
  margin-top: 35px;
  box-shadow: 0px 0px 48px rgba(0, 0, 0, 0.09);
}

.read-more-btn a {
  color: #0e1124;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  transition: all.6s;
}
.read-more-btn a:hover svg {
  margin-left: 10px;
}

.read-more-btn a svg {
  font-size: 14px;
  margin-left: 5px;
  transition: all.4s;
}
/*======== OUR-SERVICE-END ==========*/

/*======== HOW-IT-WORK-START ==========*/
.how-in-work-sec {
  padding-right: 100px;
}
.work-item {
  display: flex;
  align-items: center;
  padding: 32px 24px;
  position: relative;
  transition: all.4s;
}
.work-item:hover {
  background-color: #d4aeff;
  border-radius: 4px;
}
.work-item:hover .work-icon {
  background-color: #fff;
}
.work-item::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 6px;
  left: 6px;
  background-color: #fede65;
  border-radius: 5px;
  visibility: hidden;
  opacity: 0;
  transition: all.4s;
  z-index: -2;
}
.work-item:hover::after {
  visibility: visible;
  opacity: 1;
}
.work-icon {
  background: #d4aeff;
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  margin-right: 24px;
  border-radius: 50%;
  transition: all.4s;
}
@media screen and (max-width: 768px) {
  .work-item {
    display: block;
    align-items: center;
    padding: 32px 24px;
    position: relative;
    transition: all.4s;
  }
  .work-icon {
    background: #d4aeff;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    margin-right: 24px;
    border-radius: 50%;
    transition: all.4s;
    margin-bottom: 20px;
  }
  .how-in-work-sec {
    padding-right: 0;
  }
}
/*======== how-it-work-end ==========*/

 

/*======== tesitmonial-start ==========*/
.testimonial-box-img h2 {
  margin-top: 30px;
}
.testimonial-box {
  padding: 32px 20px 60px 20px;
  background-color: #fff;
  margin: 50px 100px 0 100px;
  position: relative;
  border-radius: 4px;
  text-align: center;
}
.testimonial {
  position: relative;
}
.testimonial::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../img/image/testimonial-bg.png);
  z-index: -2;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.testimonial-box h6 {
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
  color: #0e1124;
  margin-top: 15px;
}
.owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
  margin: auto;
}

.testimonial-img {
  margin-top: 40px;
}

@media screen and (max-width: 426px) {
  .testimonial-box {
    padding: 32px 20px 60px 20px;
    background-color: #fff;
    margin: 0 0 0 0;
    position: relative;
    border-radius: 4px;
  }
  .slider .owl-nav button.owl-prev {
    position: absolute;
    top: 110%;
    right: 50%;
    margin-right: -100px;
  }
  .slider .owl-nav button.owl-next {
    position: absolute;
    top: 110%;
    left: 50%;
    margin-left: -100px;
  }
  .subsraibe-input input {
    border-radius: 4px;
    border: none;
    padding: 16px;
    width: 100%;
    margin: 8px 0;
    background-color: #f3f3f3;
  }

  .testimonial-img {
    margin-top: 100px;
  }
  .sec-padding {
    padding: 60px 0;
  }
}
/*======== testimonial-end ==========*/

/*======== contact-start ==========*/
.contact-from-input {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contact-from-input input {
  border-radius: 4px;
  border: none;
  padding: 16px;
  width: 49%;
  margin: 8px 0;
  background-color: #f3f3f3;
}

.nice-select {
  border-radius: 4px;
  border: none;
  padding: 5px 10px;
  width: 49%;
  margin: 8px 0;
  background-color: #f3f3f3;
  height: 55px;
  font-size: 16px;
}

.contact-from-input textarea {
  border-radius: 4px;
  border: none;
  padding: 16px;
  width: 100%;
  margin: 8px 0;
  background-color: #f3f3f3;
}
.contact-form-btn button {
  background-color: #d4aeff;
}
.contact-from-input textarea:focus {
  outline: none;
}
.contact-from-input input:focus {
  outline: none;
}

/*======== contact-end ==========*/

/*======== Subscribe-start ==========*/
.subsraibe-hadding h1 {
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
  color: #0e1124;
  padding-bottom: 20px;
}
.subsraibe-hadding p {
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
}

.subsraibe {
  position: relative;
}
.subsraibe::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../img/image/subsraibe-bg.png);
  z-index: -2;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.subsraibe-input {
  display: flex;
  justify-content: end;
  position: relative;
}

.subsraibe-input input {
  border-radius: 4px;
  border: none;
  padding: 16px;
  width: 65%;
  margin: 8px 0;
  background-color: #f3f3f3;
}
.subsraibe-btn button {
  background-color: #0e1124;
  color: #fff;
  padding: 20px 25px;
}
.subsraibe-btn {
  position: absolute;
  top: 8px;
  right: 0;
}
.subsraibe-input input:focus {
  outline: none;
}

@media screen and (max-width: 426px) {
  .subsraibe-input input {
    border-radius: 4px;
    border: none;
    padding: 16px;
    width: 100%;
    margin: 8px 0;
    background-color: #f3f3f3;
  }
  .footer-menu h4 {
    margin-top: 30px;
  }
  .space-sm-30 {
    margin-top: 30px;
  }
  .space-sm-50 {
    margin-top: 50px;
  }
 
}
/*======== Subscribe-end ==========*/

/*======== footer-start ==========*/
.footer {
  background-color: #0e1124;
}
.footer-hadding p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 26px;
  padding: 0px 0 10px 0;
}
.footer-shere ul li {
  display: inline-block;
  margin-right: 5px;
}
.footer-shere ul li {
  background: rgba(255, 255, 255, 0.1);
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 45px;
  border-radius: 50%;
  transition: all.4s;
}
.footer-shere ul li a {
  padding: 10px;
  color: #fff;
  transition: all.4s;
  font-size: 20px;
}
.footer-shere ul li:hover {
  background-color: #fede65;
}
.footer-shere ul li:hover a {
  color: #0e1124;
}
.footer-menu h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  color: #fff;
  padding-bottom: 30px;
}
.footer-menu ul li a {
  font-size: 16px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
  transition: all.4s;
  display: block;
  padding: 8px 0;
}
.footer-menu ul li a:hover {
  color: #fff;
}
.footer-contact-p p {
  font-weight: 500;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 26px;
}

.foter-contact {
  display: flex;
  align-items: start;
  margin-bottom: 24px;
}
.footer-contact-icon {
  margin-right: 16px;
}

.fonter-end {
  background-color: #0e1124;
  padding: 24px;
}
.fonter-end {
  border-top: 1px solid #616162;
}
.fonter-end a {
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  color: #fff;
}
/*======== footer-end ==========*/

/*============================
    ++++HOME-1-END+++++
=============================*/

/*============================
    ++++HOME-2-START+++++
=============================*/

/*======== hero-area-start ==========*/

.home2-hero-area {
  position: relative;
}

.home2-hero-area::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  background-image: url(../img/image/home2-header-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.stellarnav-w ul li a {
  color: #fff;
}
.stellarnav-w ul ul li a {
  color: #000;
}

.home2-main-hadding h1 {
  font-size: 56px;
  font-weight: 700;
  line-height: 58px;
  color: #fff;
  padding: 18px 0;
}

.hadding-space {
  padding: 256px 0 165px 0;
}
.mobile-logo img{
  width: 170px;
}
.home2-main-hadding p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #fff;

  background-color: #0d0f1085;
  padding: 10px;
}
.hadding-span span.span {
  font-size: 16px;
  font-weight: 700;
  padding: 8px 16px;
  color: #fff;
  background-color: #84c721;
  line-height: 16px;
  border-radius: 4px;
  margin-bottom: 14px;
  display: inline-block;
  text-transform: uppercase;
}

.home2-header-button {
  margin-top: 32px;
}

.home2-btn a {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  padding: 16px;
  display: inline-block;
  background-color: #8ecd31;
  line-height: 16px;
  border-radius: 4px;
  transition: all.4s;
}
.home2-btn a:hover {
  transform: scale(1.1);
}

.home2-btn a svg {
  font-size: 10px;
  background-color: #fff;
  padding: 3px 4px;
  border-radius: 50%;
  color: #8ecd31;
  transform: rotate(-45deg);
  margin-bottom: -2px;
  margin-left: 4px;
  margin-right: 4px;
}

.home2-btn button {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  padding: 16px;
  display: inline-block;
  background-color: #8ecd31;
  line-height: 16px;
  border-radius: 4px;
  border: none;
  transition: all.4s;
}
.home2-btn button:hover {
  transform: scale(1.1);
}

.home2-btn button svg {
  font-size: 10px;
  background-color: #fff;
  padding: 3px 4px;
  border-radius: 50%;
  color: #8ecd31;
  transform: rotate(-45deg);
  margin-bottom: -2px;
  margin-left: 4px;
}

.home2-padding-after span.after {
  position: relative;
}
/* .home2-padding-after span.after::after {
  content: "";
  position: absolute;
  background-image: url(../img/image/hadding-after-1.png);
  height: 37px;
  width: 30px;
  top: -25px;
} */
.home2-header-img-all {
  position: relative;
}
.home2-header-img-1 {
  padding-top: 80px;
  margin-right: -100px;
}

.home2-header-img-2 {
  position: absolute;
  bottom: 0;
  right: -200px;
}

@media screen and (max-width: 768px) {
  .home2-header-img-2 {
    position: absolute;
    bottom: 0;
    right: 0px;
  }
  .home2-header-img-1 {
    padding-top: 0px;
    margin-right: 0px;
  }
  .hadding-space {
    padding: 200px 0 100px 0;
  }
}

.footer-shere.home2-footer-shere ul li:hover {
  background-color: #8ecd31;
}
@media screen and (max-width: 768px) {
  .home2-padding-after span.after::after {
    display: none;
  }
}
/*======== hero-area-end ==========*/

/*======== aobut-start ==========*/

.home2-about-text {
  background-color: #fff;
  padding: 32px;
  box-shadow: -4px 0px 48px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}
.home2-about-img {
  position: relative;
}
.home2-about-text {
  position: absolute;
  bottom: 25px;
  right: 0;
  width: 80%;
}
.home2-about-text p {
  color: #10002b;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  position: relative;
  transition: all.4s;
}
.home2-about-img:hover .home2-about-text p {
  color: #fff;
}

.home2-about-text::before {
  content: "";
  position: absolute;
  width: 2%;
  height: 100%;
  background: #8ecd31;
  top: 0;
  border-radius: 4px;
  left: 0;
  transition: all.4s;
}
.home2-about-img:hover .home2-about-text::before {
  width: 100%;
}
.home2-hadding h1 {
  color: #10002b;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  padding-bottom: 20px;
  padding-top: 10px;
  transition: all.4s;
}
.home2-hadding h4 a {
  font-size: 24px;
  line-height: 24px;
  color: #10002b;
  font-weight: 700;
  transition: all.4s;
}
.home2-hadding-p p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #4d5064;
  transition: all.4s;
}

.home2-about-list ul li {
  font-size: 16px;
  line-height: 16px;
  color: #10002b;
  padding-bottom: 24px;
}
.home2-about-list ul li img {
  margin-right: 7px;
  margin-left: 7px;
}
@media screen and (max-width: 768px) {
  .home2-about {
    margin-top: 30px;
  }
  .home2-main-hadding h1 {
    font-size: 30px;
    line-height: 40px;
  }
  .welcome-slider .owl-dots button.owl-dot {
    background: #fff;
    position: absolute;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    top: 55%;
    right: 20px;
    transition: all.6s;
  }
}
@media screen and (max-width: 426px) {
  .home4-header-img-1 {
    display: none;
  }
  .home4-header-img-2 {
    display: none;
  }
  .home4-hedaers-btn {
    display: inline-block;
    align-items: center;
  }
  .home2-about-text {
    width: 100%;
    bottom: 0;
  }
}

/*======== about-end ==========*/

/*======== home2-counter-strat ==========*/
.home2-counter {
  position: relative;
}
.home2-counter::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  background-image: url(../img/image/home2-counter-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.home2-counter-box h1 {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  line-height: 40px;
  padding-bottom: 20px;
}
.home2-counter-box p {
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  color: #fff;
}
.home2-counter-box {
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 48px;
}
.home2-all-after {
  position: relative;
}
.home2-all-before {
  position: relative;
}
.home2-all-before::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background: #8ecd31;
  border-radius: 0px 0px 5px 5px;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: all.4s;
}
.home2-all-before:hover::before {
  height: 100%;
}

.home2-all-after::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background: #8ecd31;
  border-radius: 4px;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: all.4s;
}
.home2-all-after:hover::after {
  height: 100%;
}
@media screen and (max-width: 768px) {
  .home2-counter-box {
    margin-top: 30px;
  }
  .home2-hadding h1 {
    font-size: 30px;
    line-height: 40px;
  }
  .hadding h1 {
    font-size: 30px;
    line-height: 40px;
  }
}

/*======== home2-counter-end ==========*/

/*======== home2-service-start ==========*/

.home2-service-box-img-1 img {
  width: 100%;
}
.home2-service-box-img {
  position: relative;
}
.home2-main-hadding span.span img {
  margin-right: 5px;
}
.home2-service-hadding {
  position: relative;
  padding: 32px 24px 38px 24px;
  border: 1px solid #dddce6;
}

.home2-service-hadding::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #fff;
  border-radius: 0px 0px 4px 4px;
  z-index: -2;
}
.home4-service-hadding::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #fff;
  border-radius: 0px 0px 4px 4px;
  z-index: -2;
}

.home4-service-hadding {
  position: relative;
  padding: 32px 24px 38px 24px;
}

.home4-service-hadding::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #fff;
  border-radius: 0px 0px 4px 4px;
  opacity: 0.1;
  z-index: 1;
}

.service-icon img {
  z-index: 2;
  transition: all.4s;
}

.service-icon {
  position: absolute;
  bottom: 8px;
  right: 8px;
  background: #fff;
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  border-radius: 4px;
}

.home2-service-box:hover .home2-all-before::before {
  height: 100%;
}

.home2-service-box:hover
  .home2-service-hadding.home2-hadding-p.home2-hadding.home2-all-before
  h4
  a {
  color: #fff;
}

.home2-service-box:hover
  .home2-service-hadding.home2-hadding-p.home2-hadding.home2-all-before
  p {
  color: #fff;
}

.home2-service-box:hover .read-more-btn a {
  color: #fff;
}

.home2-all-before-icon {
  position: relative;
}

.home2-all-before-icon::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background: #8ecd31;
  border-radius: 4px;
  bottom: 0;
  left: 0;
  z-index: 0;
  transition: all.4s;
}

.home2-all-before-icon:hover::before {
  height: 100%;
}

.service-icon.home2-all-before-icon {
  position: absolute;
}
.home2-service-box:hover .home2-all-before-icon::before {
  height: 100%;
}

.home2-service-box:hover .service-icon.home2-all-before-icon img {
  filter: brightness(0) invert(1);
}
.home2-service-box {
  margin-top: 40px;
  border-radius: 4px;
}

/*======== home2-service-end ==========*/

/*======== home2-advice-start ==========*/

.advice {
  position: relative;
}
.advice::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  background-image: url(../img/image/advice-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.advice-padding p {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: #10002b;
}

.advice-comment {
  display: flex;
  align-items: center;
  margin-top: 24px;
}

.advice-comment-hadding h6 {
  color: #10002b;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  padding-bottom: 8px;
}
.advice-comment-hadding h6 a {
  color: #10002b;
}

.advice-comment-hadding p {
  color: #10002b;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
}
.advice-comment-img {
  margin-right: 16px;
}

/* .advice-img {
  margin-right: -200px;
} */
.ltr{
  direction: ltr;
}
@media screen and (max-width: 768px) {
  .advice-img {
    margin-right: 0px;
  }
}
/*======== home2-advice-end ==========*/

/*======== home2-pricing-start ==========*/

.toggle-inner.home2-toggle-inner {
  background: #8ecd31;
}
.home2-pricing-box {
  padding: 32px 24px;
  background: #ffffff;
  border: 1px solid rgba(16, 0, 43, 0.15);
  border-radius: 4px;
}

.home2-price-list li {
  padding-bottom: 16px;
  font-size: 16px;
  font-weight: 500;
  color: #10002b;
}
.home2-price-list li img {
  margin-right: 4px;
}

.home2-btn.home2-btn-testimonial a {
  width: 100%;
  text-align: center;
  transition: all.4s;
}
.home2-btn.home2-btn-testimonial {
  margin-top: 10px;
}
.home2-hadding h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  color: #10002b;
  padding-bottom: 10px;
}

.home2-pricing-box:hover .home2-hadding h2 {
  color: #fff;
}
.home2-pricing-box {
  transition: all.4s;
  margin-top: 40px;
}
.home2-pricing-box:hover {
  background-color: #8ecd31;
}

.home2-pricing-box:hover .home2-hadding-p p {
  color: #fff;
}
.home2-pricing-box:hover .home2-hadding h1 {
  color: #fff;
}

.home2-pricing-box:hover .home2-price-list li {
  color: #fff;
}

.home2-pricing-box:hover .home2-btn.home2-btn-testimonial a {
  background: #fff;
  color: #8ecd31;
}

.home2-pricing-box:hover .home2-btn.home2-btn-testimonial a {
  background: #fff;
  color: #8ecd31;
}

.home2-pricing-box:hover .home2-btn.home2-btn-testimonial a svg {
  background: #8ecd31;
  color: #fff;
}

/*======== home2-pricing-end ==========*/

 

 

/*======== home2-subsribe-start==========*/

.home2-subsribe {
  position: relative;
}

.home2-subsribe::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -9;
  background-image: url(../img/image/home2-cta.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
 filter: blur(1px);
}

.white-hadding p {
  color: #fff;
}

.white-hadding h1 {
  color: #fff;
}
.home2-subsribe-input input {
  width: 60%;
  padding: 12px;
  border-radius: 4px;
  border: none;
}

.home2-subsribe-input.home2-subsribe-input2 input {
  width: 70%;
  padding: 12px;
  border-radius: 4px;
  border: none;
}

.home2-subsribe-input input:focus {
  outline: none;
}
.home2-subsribe-input {
  position: relative;
  margin-top: 40px;
  display: flex;
  justify-content: end;
}
.home2-subsribe-input.home2-subsribe-input1 {
  position: relative;
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
/* RTL overrides */
body[dir="rtl"] .home2-btn.home2-subsribe-btn {
  right: auto;
  left: 10% !important;
}

.home2-btn.home2-subsribe-btn {
  position: absolute;
  right: 10%;
  top: 0;
}
.home4-btn.home2-subsribe-btn {
  position: a;
  position: absolute;
  right: 0;
  top: 0;
}
span.play-iocn {
  position: relative;
}

span.play-iocn svg {
  margin-bottom: -2px;
}

span.play-iocn::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 7px;
  height: 30px;
  width: 30px;
  background: #ff3e55;
  z-index: -1;
  border-radius: 50%;
}

span.play-iocn::before {
  content: "";
  position: absolute;
  left: 1px;
  top: -4px;
  background: #ff3e55;
  width: 40px;
  height: 40px;
  opacity: 0.5;
  z-index: -1;
  border-radius: 50%;
}

.home4-hedaers-btn {
  display: flex;
  align-items: center;
}
span.play-iocn svg {
  margin-left: 17px;
}

.home2-padding-after.white-hadding.home2-hadding-p.home2-hadding.hadding-span
  p {
  padding: 1px 150px;
}
@media screen and (max-width: 768px) {
  .home2-padding-after.white-hadding.home2-hadding-p.home2-hadding.hadding-span
    p {
    padding: 0;
  }
}

@media screen and (max-width: 426px) {
  
  .home2-subsribe-input input {
    width: 100%;
  }
  .footer-menu h4 {
    margin-top: 30px;
  }
 
  .home2-subsribe-input.home2-subsribe-input2 input {
    width: 100%;
  }
}

/*======== home2-subsribe-end==========*/

/*============================
    ++++HOME-2-END+++++
=============================*/

/*============================
    ++++PREVIEW-START+++++
=============================*/

.preview-hero-area {
  position: relative;
}

.preview-hero-area::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -9;
  background-image: url(../img/image/preview-header-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.preview-header-images {
  display: flex;
  margin: 30px 0;
}

.preview-header-main-img {
  position: absolute;
  bottom: 0;
  right: 0;
}

.preview-header-img {
  background: #fff;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  text-align: center;
  line-height: 80px;
  margin-right: 10px;
  box-shadow: -7.5px 5px 75px rgba(0, 0, 0, 0.2);
}

.preview-counter h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  color: #0e1124;
  padding-bottom: 10px;
}
.preview-counter {
  background-color: #fff;
  padding: 32px 0;
  box-shadow: 0px 0px 48px rgba(0, 0, 0, 0.09);
  border-radius: 4px;
  margin-top: 16px;
  transition: all.4s;
}
.preview-counter:hover {
  box-shadow: none;
  background-color: #d4aeff;
}

.support {
  position: relative;
}

.support::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -9;
  background-image: url(../img/image/service-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.preview-home-page-img {
  margin-top: 48px;
  position: relative;
}

.home-page-1 {
  position: relative;
}
.home-page-1 img {
  width: 100%;
}
.home-page-1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  transition: all.3s;
  visibility: hidden;
  opacity: 0;
}
.preview-home-page-img-all {
  position: relative;
  overflow: hidden;
}
.preview-button {
  position: absolute;
  top: 50%;
  left: -50%;
  right: -50%;
}
.preview-btn {
  margin-top: 0;
  opacity: 0;
  visibility: hidden;
  transition: all.4s;
}

.preview-home-page-img:hover .home-page-1::after {
  visibility: visible;
  opacity: 0.5;
}
.preview-home-page-img:hover .preview-btn {
  visibility: visible;
  opacity: 1;
  margin-top: -25px;
}

@media screen and (max-width: 425px) {
  .preview-header-main-img {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .preview-hero-area {
    height: 900px;
  }
  body {
    overflow-x: hidden;
  }
}
/*======== preview-support-start==========*/

/*======== mobile-start==========*/

.sec-mobile {
  position: relative;
}

.sec-mobile::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -9;
  background-image: url(../img/image/service-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.mobile-images {
  position: relative;
}
.mobile-img-1 img {
  width: 100%;
}
.mobile-img-2 {
  position: absolute;
  bottom: -70px;
  right: -110px;
}
@media screen and (max-width: 768px) {
  .mobile-img-2 {
    position: absolute;
    bottom: -70px;
    right: 0;
  }
}
/*======== mobile-end==========*/

/*======== preview-icons-start==========*/

.preview-icons {
  position: relative;
}

.preview-icons::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -9;
  background-image: url(../img/image/features.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.preview-icon-box {
  padding: 40px 60px;
  background-color: #fff;
  border-radius: 4px;
  transition: all.4s;
  margin-top: 30px;
}

.preview-icon-box h5 {
  font-size: 16px;
  font-weight: 700;
  color: #0e1124;
  padding-top: 16px;
}

.preview-icon {
  background: #f3f3f3;
  height: 80px;
  width: 80px;
  margin: auto;
  line-height: 80px;
  border-radius: 4px;
  transition: all.4s;
}
.preview-icon-box:hover .preview-icon {
  background-color: #d4aeff;
}

/*======== preview-icons-end==========*/

/*======== preview-footer-start==========*/

.preview-footer {
  position: relative;
}
.preview-footer::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -9;
  background-image: url(../img/image/preview-footer-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.preview-header-button {
  display: flex;
  justify-content: center;
}
/*======== preview-footer-start==========*/

/*======== preview-support-end==========*/
/*============================
    ++++PREVIEW-END+++++
=============================*/

/*============================
    ++++HOME3-START+++++
=============================*/

/*==========hero-area-start==========*/

.home3-hero-area {
  position: relative;
}

.home3-hero-area::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -9;
  background-image: url(../img/images/baner-1.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.home3-counter div{
  z-index: 1;

}
.header-area-home3 {
  background-color: #fff;
}

@media screen and (max-width: 426px) {
  .home3-testimonial {
    height: 900px;
  }
}

/*==========hero-area-end==========*/

/*==========home3-testimonial-start==========*/

.home4-testimonial {
  position: relative;
}

.home4-testimonial::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #f3ecff;
  z-index: -9;
}

.home3-testimonial-stars ul li {
  display: inline-block;
  margin-left: 5px;
  color: #ffba00;
  background-color: #f4f8ff;
  height: 28px;
  width: 28px;
  text-align: center;
  line-height: 28px;
  border-radius: 4px;
}

.home3-testimonial-stars {
  padding: 30px 0;
}

.home3-testimonial-slider-bottom {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.home3-tes-bottom-img {
  margin-right: 10px;
}

.home3-testimonial-slider-single.home2-all-before:hover
  .home3-tesimonial-img
  img {
  filter: brightness(0) invert(1);
}

.home3-tesimonial-img img {
  transition: all.4s;
}

.home3-testimonial-slider-single {
  padding: 42px 24px 32px 24px;
  position: relative;
}
.home3-testimonial-slider-single {
  position: relative;
}
.home3-testimonial-slider-single::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid #10002b;
  border-radius: 4px;
  opacity: 0.1;
  z-index: -2;
}

/*==========home3-testimonial-end==========*/

/*==========cta-start==========*/

.home3-counter {
  position: relative;
}

.home3-counter::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  filter: blur(1px);

  background-image: url(../img/image/home2-cta.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.home3-service-box {
  padding: 32px 24px;
  position: relative;
  margin-top: 30px;
  height: 310px;
}

.home3-service-box::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid #10002b;
  border-radius: 4px;
  opacity: 0.1;
  z-index: -2;
}
.home3-service-box.home2-all-before:hover
  .home2-hadding.home2-hadding-p.hadding-span
  h4
  a {
  color: #fff;
}
.home3-service-box.home2-all-before:hover
  .home2-hadding.home2-hadding-p.hadding-span
  p {
  color: #fff;
}

.home3-service-box.home2-all-before:hover
  .home2-hadding.home2-hadding-p.hadding-span
  .read-more-btn
  a {
  color: #fff;
}

.home3-service-box.home2-all-before:hover .read-more-btn a {
  color: #fff;
}
.home3-service-box.home2-all-before:hover
  .home2-hadding.home2-hadding-p.hadding-span
  img {
  filter: brightness(0) invert(1);
}
/*==========cta-end==========*/

/*============================
    ++++HOME3-END+++++
=============================*/

/*============================
    ++++HOME4-START+++++
=============================*/

/*==========home4-hero-area-start==========*/

.home4-hero-area {
  position: relative;
}

.home4-hero-area::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -9;
  background-image: url(../img/image/home4-header-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.home4-header-img-all {
  position: relative;
  height: 850px;
}

.home4-header-img-3 {
  position: absolute;
  right: -90px;
  top: 150px;
}

.home4-header-img-1 {
  position: absolute;
  bottom: 0;
  right: -90px;
}
.home4-header-img-2 {
  position: absolute;
  bottom: 0;
  right: -90px;
}

.home4-header-img-4 {
  position: absolute;
  left: 30px;
  top: 150px;
}

.home4-header-img-5 {
  position: absolute;
  bottom: 90px;
  left: 60px;
}

.hadding-span2 span.span {
  font-size: 16px;
  font-weight: 700;
  padding: 8px 16px;
  color: #fff;
  background-color: #2a0072;
  line-height: 16px;
  border-radius: 4px;
  margin-bottom: 14px;
  display: inline-block;
  text-transform: uppercase;
}

.home2-hadding-after span.after {
  position: relative;
}

.home2-hadding-after span.after::after {
  content: "";
  position: absolute;
  background-image: url(../img/image/hadding-after-2.png);
  height: 37px;
  width: 30px;
  top: 0;
}

.home4-main-hadding span.span {
  background-color: #fff;
  color: #0b0a23;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  padding: 8px 16px;
  border-radius: 4px;
  margin-bottom: 20px;
  display: inline-block;
}

.home4-btn a {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  padding: 16px;
  display: inline-block;
  background-color: #ff3e55;
  line-height: 16px;
  border-radius: 4px;
  transition: all.4s;
}

.home4-btn a:hover {
  transform: scale(1.1);
}

.home4-btn a svg {
  font-size: 10px;
  background-color: #fff;
  padding: 3px 4px;
  border-radius: 50%;
  color: #ff3e55;
  transform: rotate(-45deg);
  margin-bottom: -2px;
  margin-left: 4px;
}

.home4-btn button {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  padding: 16px;
  display: inline-block;
  background-color: #ff3e55;
  line-height: 16px;
  border-radius: 4px;
  border: none;
  transition: all.4s;
}
.home4-btn button:hover {
  transform: scale(1.1);
}

.home4-btn button svg {
  font-size: 10px;
  background-color: #fff;
  padding: 3px 4px;
  border-radius: 50%;
  color: #ff3e55;
  transform: rotate(-45deg);
  margin-bottom: -2px;
  margin-left: 4px;
}

.home4-about-list h5 {
  font-size: 20px;
  font-weight: 700;
  color: #0b0a23;
  line-height: 32px;
}
.nice-select.wide {
  width: 49%;
}

.home4-about-list h5 span {
  color: #ff3e55;
}

.home4-about-list {
  position: relative;
}
.home4-about-list h5 {
  margin-left: 30px;
}
.home4-about-list::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 80px;
  background: #2a0072;
  border-radius: 4px;
  bottom: -10px;
}

.home4-service {
  position: relative;
}
.home4-service::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  background-image: url(../img/image/advice-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.home4-service-hadding.home2-hadding-p.home2-hadding.home4-all-before {
  background: #fff;
  z-index: 2;
}

.home4-header-hero-area .owl-dots button.owl-dot {
  background: #fff;
  position: absolute;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  top: 55%;
  right: 140px;
  transition: all.6s;
}

.home4-header-hero-area .owl-dots button.owl-dot.active {
  margin-top: 20px;
  background-color: #ff3e55;
  top: 50%;
  transition: all.6s;
}

.welcome-slider .owl-dots button.owl-dot {
  background: #fff;
  position: absolute;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  top: 55%;
  right: 140px;
  transition: all.6s;
}

.welcome-slider .owl-dots button.owl-dot.active {
  margin-top: 20px;
  background-color: #ff3e55;
  top: 50%;
  transition: all.6s;
}

.case-slider-all .owl-dots button.owl-dot {
  background: #fff;
  position: absolute;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  /* top: 55%; */
  bottom: -20px;
  right: 48%;
  transition: all.6s;
}

.case-slider-all .owl-dots button.owl-dot.active {
  margin-top: 20px;
  background-color: #ff3e55;
  bottom: -20px;
  transition: all.6s;
  right: 51%;
}
@media only screen and (max-width: 768px) {
  .home4-header-img-2 {
    width: 300px;
    right: 0;
  }
  .home4-header-img-1 {
    width: 300px;
    right: 0;
  }
  .home4-header-img-3 {
    display: none;
  }
  .home4-header-img-4 {
    display: none;
  }
  .home4-header-img-5 {
    display: none;
  }
}
/*==========home4-hero-area-end==========*/

/*======== home4-service-start ==========*/

.home4-service-box-img-1 img {
  width: 100%;
}
.home4-service-box-img {
  position: relative;
}

.home4-service-hadding {
  position: relative;
  padding: 32px 24px 38px 24px;
}

.home4-service-hadding::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #fff;
  border-radius: 0px 0px 4px 4px;
  opacity: 0.1;
  z-index: -1;
}
.service-icon img {
  z-index: 2;
  transition: all.4s;
}

.service-icon {
  position: absolute;
  bottom: 8px;
  right: 8px;
  background: #fff;
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  border-radius: 4px;
}

.home4-service-box:hover .home2-all-before::before {
  height: 100%;
}

.home4-service-box:hover
  .home2-service-hadding.home2-hadding-p.home2-hadding.home4-all-before
  h4
  a {
  color: #fff;
}

.home4-service-box:hover
  .home2-service-hadding.home2-hadding-p.home2-hadding.home4-all-before
  p {
  color: #fff;
}

.home4-service-box:hover .read-more-btn a {
  color: #fff;
}

.home4-all-before-icon {
  position: relative;
}

.home4-all-before-icon::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background: #ff3e55;
  border-radius: 4px;
  bottom: 0;
  left: 0;
  z-index: 0;
  transition: all.4s;
}

.home4-all-before-icon:hover::before {
  height: 100%;
}

.service-icon.home4-all-before-icon {
  position: absolute;
  transition: all.4s;
}
.home2-service-box:hover .home4-all-before-icon::before {
  height: 100%;
}

.home2-service-box:hover .service-icon.home4-all-before-icon img {
  filter: brightness(40);
}
.home4-service-box {
  margin-top: 40px;
}
.home2-service-box:hover .home4-all-before::before {
  height: 100%;
}
.home2-service-box:hover .home2-hadding-p p {
  color: #fff;
}
.home2-service-box:hover .home2-hadding h4 a {
  color: #fff;
}

.home4-all-before {
  position: relative;
}
.home4-all-before::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background: #ff3e55;
  border-radius: 0px 0px 5px 5px;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: all.4s;
}
.home4-all-before:hover::before {
  height: 100%;
}

.progress.home4-progress {
  margin-top: 12px;
  width: 80%;
  height: 20px;
  border-radius: 74px;
}

.progress-bar {
  display: flex;
  justify-content: end;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: #2a0072;
  flex-direction: row;
  transition: var(--bs-progress-bar-transition);
  border-radius: 74px;
  padding-right: 10px;
}
.progress-bar-hadding h4 {
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  color: #0b0a23;
  padding-top: 24px;
}
.our-skill-img {
  display: flex;
  justify-content: end;
}

.toggle-inner.home4-toggle-inner {
  background: #ff3e55;
}
.home4-btn.home2-btn-testimonial {
  margin-top: 10px;
}
.home4-btn.home2-btn-testimonial a {
  width: 100%;
  text-align: center;
  transition: all.4s;
}

.home2-pricing-box:hover .home4-btn.home2-btn-testimonial a {
  background: #fff;
  color: #ff3e55;
}

.home2-pricing-box:hover .home4-btn.home2-btn-testimonial a svg {
  background: #ff3e55;
  color: #fff;
}
.home2-pricing-box.home4-pricing-box:hover {
  background: #ff3e55;
}
/*======== home4-service-end ==========*/

/*======== home4-case-study-start ==========*/
.study-img img {
  width: 100%;
}
.study-box {
  position: relative;
  margin-top: 30px;
}

.study-box::after {
  content: "";
  position: absolute;
  height: 0%;
  width: 100%;
  bottom: 0;
  left: 0;
  border-radius: 4px;
  background: #0b0a23;
  opacity: 0.9;
  transition: all.4s;
}
.study-box:hover::after {
  height: 100%;
}

.case-study-hadding {
  position: absolute;
  bottom: 24px;
  z-index: 2;
  width: 90%;
  left: -50%;
  margin: auto;
  right: -50%;
}
.case-study-hadding::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
  left: 0;
  background: #0b0a23;
  opacity: 0.9;
  border-radius: 4px;
  transition: all.3s;
}
.study-box:hover .case-study-hadding::after {
  height: 0%;
}
.case-study-hadding {
  padding: 24px 16px;
}
.case-study-hadding h4 a {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  padding-bottom: 16px;
  display: inline-block;
  transition: all.4s;
}
.case-study-hadding p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 26px;
  opacity: 0.9;
}
.contact-details-p a {
  color: rgba(14, 17, 36, 0.7);
}

.study-box:hover .case-study-hadding h4 a {
  color: #ff3e55;
}
/*======== home4-case-study-end ==========*/

  

.home4-fonter-end {
  background-color: #fff;
  padding: 24px;
}
.home4-fonter-end {
  position: relative;
}
.home4-fonter-end::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top: 1px solid #0b0a23;
  opacity: 0.2;
}

.home4-fonter-end a {
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  color: #0b0a23;
}

 
/*======== footer-end ==========*/

/*============================
    ++++HOME4-END+++++
=============================*/

/*============================
    ++++ABOUT-START+++++
=============================*/

.inner-page-hero-area {
  position: relative;
  background-image: url(../img/image/header-inner-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 400px;
  width: 100%;
  display: flex;
  align-items: center;
}
.hadding-sec {
  padding-top: 84px;
}
.hadding-sec h6 {
  font-size: 16px;
  font-weight: 500;
  color: #1c1414;
  line-height: 16px;
}

.what-we-do {
  position: relative;
}

.what-we-do::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -9;
  background-image: url(../img/image/about-page-do-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.about-page-img {
  display: flex;
  justify-content: end;
}
.hadding h4 a {
  color: #0e1124;
  font-weight: 700;
  font-size: 24px;
  padding-bottom: 8px;
  display: inline-block;
}
.about-choose-box {
  display: flex;
  box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  background: #fff;
  align-items: center;
  margin-bottom: 24px;
  padding: 24px;
  margin-left: 70px;
  transition: all.4s;
}
.about-choose-icon {
  margin-right: 20px;
}

.about-choose-box:hover {
  background-color: #d4aeff;
}
.hadding.about-page-hadding.hadding-p {
  padding-right: 100px;
}

.our-vision {
  position: relative;
}

.our-vision::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -9;
  background-image: url(../img/image/about-page-do-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.about-vision-box {
  background-color: #fff;
  border-radius: 4px;
  margin-top: 30px;
  padding: 24px;
}

/*============================
    ++++ABOUT-END+++++
=============================*/

/*============================
++++SERVICE-DETAILS-START+++++
=============================*/
.details-box {
  position: relative;
  padding: 32px;
  border-radius: 4px;
  margin-bottom: 32px;
}

.details-box::after {
  content: "";
  position: absolute;
  background: #ffffff;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  box-shadow: 0px 0px 48px rgba(0, 0, 0, 0.09);

  z-index: -3;
}
.service-details-input input {
  border-radius: 4px;
  background-color: #f3f3f3;
  padding: 16px;
  border: none;
  width: 100%;
}
.service-details-input input:focus {
  outline: none;
}
.service-details-input {
  position: relative;
}
.service-details-input button {
  border: none;
  position: absolute;
  top: 13px;
  right: 16px;
  font-size: 24px;
}
.details-hadding h2 {
  padding-bottom: 16px;
}

.service-details-list ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  color: #0e1124;
}

.service-details-list ul li a svg {
  transition: all.3s;
}

.service-details-list ul li {
  padding: 20px;
  background-color: #f3f3f3;
  border-radius: 4px;
  transition: all.3s;
  margin-bottom: 16px;
}
.service-details-list ul li:hover a svg {
  transform: rotate(-90deg);
}
.service-details-list ul li:hover {
  background-color: #d4aeff;
}

.contact-details {
  display: flex;
  align-items: start;
  padding-bottom: 16px;
}
.contact-details-1 {
  display: flex;
  align-items: start;
}
.contact-details-icon {
  margin-right: 8px;
}
.service-details-img img {
  width: 100%;
}

.panel-default > .panel-heading {
  color: #333;
  background-color: #fff;
  border-color: #e4e5e7;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.panel-default > .panel-heading a {
  display: block;
  padding: 10px 15px;
}

.panel-default > .panel-heading a:after {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform 0.25s linear;
  -webkit-transition: -webkit-transform 0.25s linear;
}

.panel-default > .panel-heading a[aria-expanded="true"] {
  background-color: #eee;
}

.panel-default > .panel-heading a[aria-expanded="true"]:after {
  content: "\2212";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.panel-default > .panel-heading a[aria-expanded="false"]:after {
  content: "\002b";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.accordion-option {
  width: 100%;
  float: left;
  clear: both;
  margin: 15px 0;
}

.accordion-option .title {
  font-size: 20px;
  font-weight: bold;
  float: left;
  padding: 0;
  margin: 0;
}

.accordion-option .toggle-accordion {
  float: right;
  font-size: 16px;
  color: #6a6c6f;
}

.accordion-option .toggle-accordion:before {
  content: "Expand All";
}

.accordion-option .toggle-accordion.active:before {
  content: "Collapse All";
}

ul.pagination {
  justify-content: center;
}
.page-item span {
  font-size: 20px;
  font-weight: 600;
  color: #142329;
}
a.page-link {
  border: none;
  background-color: #e9e6e6;
  margin: 0 10px;
  border-radius: 5px;
}
.page-item a {
  font-size: 20px;
  font-weight: 600;
}
a.page-link {
  color: #142329;
  padding: 15px 25px;
  transition: all.4s;
}
a.page-link:hover {
  background-color: #d4aeff;
  color: #fff;
}

a.page-link.page-active {
  background-color: #d4aeff;
  color: #fff;
}
/*============================
++++SERVICE-DETAILS-END+++++
=============================*/

/*============================
++++BLOG-DETAILS-START+++++
=============================*/

.bol-details-comment-box-all {
  position: relative;
  padding: 40px 62px 30px 100px;
  border-radius: 4px;
}

.bol-details-comment-box-all::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #f0e8f8;
  z-index: -2;
  border-radius: 4px;
}

.bol-details-comment-box-all::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2%;
  height: 100%;
  background-color: #fede65;
  z-index: -1;
  border-radius: 4px;
  transition: all.4s;
}
.bol-details-comment-box-all:hover::before {
  width: 100%;
}

.blog-details-comment-img {
  position: absolute;
  left: 50px;
  top: 20px;
}
.blog-details-comment-hadding h5 {
  font-size: 20px;
  font-weight: 700;
  color: #0e1124;
  line-height: 28px;
}
.recent-news-hadding p {
  font-size: 12px;
  color: rgba(14, 17, 36, 0.7);
  font-weight: 400;
  line-height: 12px;
}
.recent-news-hadding h4 a {
  font-size: 16px;
  font-weight: 700;
  color: #0e1124;
  line-height: 22px;
}
.recent-news-items {
  display: flex;
  align-items: start;
  margin-bottom: 20px;
}
.recent-news-hadding {
  margin-left: 20px;
}

.details-authors {
  display: flex;
  align-items: center;
}
.details-authors > div {
  margin-right: 10px;
}

.details-tag ul li a {
  display: inline-block;
  padding: 16px 20px;
  background-color: #f3f3f3;
  border-radius: 4px;
  color: #0e1124;
  line-height: 16px;
  font-weight: 700;
  transition: all.4s;
}
.details-tag ul li {
  display: inline-block;
  margin: 6px;
}

.details-tag ul li a:hover {
  background-color: #d4aeff;
}

.blog-details-share-all {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
 
 
 

 

.contact-map iframe {
  width: 100%;
  margin-bottom: -10px;
}

/*============================
++++BLOG-DETAILS-END+++++
=============================*/

/*============================
++++menu+++++
=============================*/

ul.theme-mega-menu {
  background-color: red;
}

/*============================
++++menu+++++
=============================*/

/*============================
++++testimoanil-start+++++
=============================*/

.testimonial-slider-single.testimonial-slider-single-page {
  box-shadow: 0px 0px 48px rgba(0, 0, 0, 0.09);
}

.home2-testimonail-img.testimonial-page-img {
  background: rgba(212, 174, 255, 0.4);
}

.testimonial-page-line {
  background: rgba(212, 174, 255, 0.4);
  height: 1px;
  margin-top: 20px;
}
.testimonial-page-items {
  margin-top: 30px;
}

.team-img-area {
  background: #f0e8f8;
  border-radius: 4px;
}
.team-page-hadding h4 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  padding-top: 16px;
}
.team-page-hadding h4 a {
  color: #0e1124;
}

.team-page-hadding p {
  color: rgba(14, 17, 36, 0.7);
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  padding-top: 10px;
}

.team-page-box-hover {
  position: absolute;
  top: 50%;
  right: 0;
  background: red;
  width: 0;
  top: 0;
  height: 100%;
  background: #d4aeff;
  border-radius: 0px 4px 4px 0px;
  opacity: 0;
  visibility: hidden;
  transition: all.4s;
}

.team-page-box-img {
  position: relative;
}

.team-page-box-hover ul {
  position: absolute;
  top: 85px;
  left: 17px;
}
.team-page-box-hover ul li a {
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 50%;
  display: inline-block;
  line-height: 27px;
  margin-top: 5px;
  font-size: 14px;
  color: #0e1124;
  transition: all.3s;
}

.team-page-box-hover ul li a:hover {
  background: #fede65;
}

.team-singel-section-area:hover .team-page-box-hover {
  width: 60px;
  opacity: 1;
  visibility: visible;
}
.team-singel-section-area {
  overflow: hidden;
  margin-bottom: 30px;
}

.error-page-hero-area {
  height: 960px;
  width: 100%;
  display: flex;
  align-items: center;
}

.error-page-hero-area {
  background-image: url(../img/image/error-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.case-slider-all {
  background-image: url(../img/image/case-slider-bg.png);
  border-radius: 4px;
  overflow: hidden;
  padding: 32px 32px 60px 32px;
}
.case-hadding h4 {
  font-size: 24px;
  line-height: 35px;
  color: #fff;
  padding: 32px 0;
  font-weight: 500;
}
.case-bottom-hadding h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  color: #fff;
  padding: 16px 0 8px 0;
}
.case-bottom-hadding p {
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  color: #fff;
  opacity: 0.8;
}
/*============================
++++testimonial-end+++++
=============================*/

/*============================
++++PAGE-PROGRESS-SATRT+++++
=============================*/

.blok:nth-of-type(odd) {
  background-color: white;
}

.blok:nth-of-type(even) {
  background-color: black;
}

@-webkit-keyframes border-transform {
  0%,
  100% {
    border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
  }
}

/* #Progress
================================================== */

.progress-wrap {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 56px;
  width: 56px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.progress-wrap::after {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f062";
  text-align: center;
  line-height: 56px;
  font-size: 18px;
  color: #84c721;
  left: 0;
  top: 0;
  height: 56px;
  width: 56px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.progress-wrap:hover::after {
  opacity: 0;
}
.progress-wrap::before {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f062";
  text-align: center;
  line-height: 56px;
  font-size: 18px;
  opacity: 0;
  left: 0;
  top: 0;
  height: 56px;
  width: 56px;
  cursor: pointer;
  display: block;
  z-index: 2;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.progress-wrap:hover::before {
  opacity: 1;
}
.progress-wrap svg path {
  fill: none;
}
.progress-wrap svg.progress-circle path {
  stroke: #84c721; /* --- Lijn progres kleur --- */
  stroke-width: 4;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

/*============================
++++PAGE-PROGRESS-END+++++
=============================*/

/*--========accordion==========--*/
.accordion-item {
  margin-top: 16px;
  border: none;
  border-radius: 4px;
}

button.accordion-button {
  padding: 24px;
  background: #f3f3f3;
  border-radius: 4px;
}

.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
  color: #626c82;
  background: #f4f4f4;
  font-weight: 500;
  line-height: 28px;
}

.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(var(--bs-accordion-border-width) * -1) 0
    var(--bs-accordion-border-color);
  background-color: #f4f4f4;
  color: #000;
  font-weight: 700;
}

.accordion-item button {
  font-weight: 700;
}

.accordion-item h2 {
  font-size: 16px;
  font-weight: 700;
}

.active-header button.accordion-button-active::after {
  position: absolute;
  content: "";
  font-family: "Font Awesome 5 pro";
  right: 23px;
  transition: all 0.3s;
  color: red;
}
.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
  filter: brightness(0);
}
.pricing-padding.sec-padding {
  margin-top: -120px;
}
.pricing-padding2 {
  padding-bottom: 110px;
}
/*--========accordion==========--*/

/*--========home4-start==========--*/

@media screen and (max-width: 768px) {
  .home4-hedaers-btn {
    display: block;
    align-items: center;
  }

  .welcome-slider .owl-dots button.owl-dot {
    background: #fff;
    position: absolute;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    top: 50%;
    right: 10px;
    transition: all.6s;
  }
}

.img-border img {
  border-radius: 4px;
}

@media screen and (max-width: 426px) {
  .img100 img {
    width: 100%;
  }
  .about-haddings {
    margin-left: 0;
  }
  .hadding.about-page-hadding.hadding-p {
    padding-right: 0;
  }
  .about-choose-box {
    margin-left: 0;
  }
  .home2-testimonial {
    height: 920px;
  }
  .mobile-images {
    margin-top: 120px;
  }
}

/*--========home4-end==========--*/

/* 29. WhatsApp Icon */
.whatsapp-icon {
  position: fixed;
  left: 20px;
  bottom: 20px;
  background-color: #25D366;
  color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  z-index: 1000;
}

.whatsapp-icon:hover {
  background-color: #1EBE57;
  color: #fff;
  transform: scale(1.1);
}

@media (max-width: 768px) {
  .whatsapp-icon {
    width: 50px;
    height: 50px;
    font-size: 24px;
    left: 15px;
    bottom: 15px;
  }
}

