.top-header {
  background: #f3f7fc;
  padding: 12px 0;
}
.top-address ul {
  display: inline-block;
}
.top-address ul li {
  list-style: none;
  display: inline-block;
  color: #6d6d6d;
  margin-right: 10px;
  font-size: 15px;
  font-weight: 600;
}
.top-address ul li i {
  font-size: 15px;
  color: #6d6d6d;
  margin-right: 5px;
}
.top-address ul li a {
  display: inline-block;
  color: #6d6d6d;
  font-size: 15px;
  font-weight: 600;
}
.top-icon {
  text-align: right;
  margin-right: 65px;
}
.top-icon ul li {
  list-style: none;
  display: inline-block;
  margin-left: 5px;
  position: relative;
}
.top-icon ul li a {
  display: inline-block;
  text-decoration: none;
  background: #5a49f8;
  width: 25px;
  height: 25px;
  text-align: center;
  color: #fff !important;
  border-radius: 100%;
  font-size: 13px !important;
  line-height: 23px;
  border: 1px solid transparent;
}
.sticky-nav .heder-menu ul li a {
  color: #fff !important;
}
.sticky-nav .header-button a {
  display: inline-block;
  background: #fff;
  color: #5a49f8;
  font-weight: 600;
  padding: 11px 25px;
  border: 1px solid#5a49f8;
  text-transform: uppercase;
  transition: 0.5s;
  font-size: 14px;
  position: relative;
  z-index: 1;
  border-radius: 30px;
  overflow: hidden;
}

/*<!-- ============================================================== -->
<!-- Start  main-header Css -->
<!-- ============================================================== -->*/
.main-header {
  position: relative;
  z-index: 99;
  padding: 0 120px 15px 120px;
}
.nav-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.heder-menu ul li {
  display: inline-block;
  margin-right: 15px;
}
.heder-menu {
  display: inline-block;
  position: relative;
  left: 18%;
}
.heder-menu ul {
  display: block;
}
.heder-menu ul li a {
  display: inline-block;
  font-size: 14px;
  color: #6d6d6d;
  font-weight: 600;
  text-transform: uppercase;
  padding: 30px 5px 18px 5px;
  transition: 0.5s;
  position: relative;
  font-family: "Poppins", sans-serif;
}
.heder-menu ul li a:hover {
  color: #5a49f8;
}
.heder-menu ul li.icon {
  position: relative;
}
.heder-menu ul li.icon::before {
  content: "\f107";
  font-family: FontAwesome;
  font-size: 15px;
  opacity: 0.5;
  top: 30px;
  right: -7px;
  left: inherit;
  position: absolute;
}
.header-button {
  margin-top: 15px;
}
.header-button a {
  display: inline-block;
  background: #5a49f8;
  color: #fff;
  font-weight: 600;
  padding: 12px 35px;
  border: 1px solid#5a49f8;
  text-transform: uppercase;
  transition: 0.5s;
  font-size: 14px;
  position: relative;
  z-index: 1;
  border-radius: 30px;
  overflow: hidden;
}
.header-button a:hover {
  color: #5a49f8;
}
.header-button a::before {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0%;
  height: 100%;
  background: #fff;
  content: "";
  z-index: -1;
  transition: 0.5s;
  border-radius: 30px;
}
.header-button a:hover::before {
  width: 100%;
  left: 0;
}
.header-icon {
  display: inline-block;
  position: relative;
  right: -130px;
}
.header-icon i {
  display: inline-block;
  color: #fff;
  font-size: 14px;
}

/* sub-menu */
.heder-menu ul .sub-menu {
  top: 120px;
  height: auto;
  width: 200px;
  background: #fff;
  transition: 0.5s;
  visibility: hidden;
  display: block;
  padding: 15px 0px 12px;
  border-radius: 5px;
  position: absolute;
  opacity: 0;
}
.sub-menu ul {
  overflow: hidden;
  display: inherit;
}
.sub-menu ul li {
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: inherit;
  border-top: 1px solid #dee1e6;
}
.heder-menu ul .sub-menu ul li a {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  color: #616161 !important;
  padding: 10px 7px 8px 25px;
  transition: 0.5s;
}
.heder-menu ul .sub-menu ul li:hover {
  background: #5a49f8;
}
.heder-menu ul .sub-menu ul li:hover a {
  color: #fff !important;
}
.heder-menu ul li:hover .sub-menu {
  top: 75px;
  visibility: visible !important;
  opacity: 1;
}
/*<!-- ============================================================== -->
<!-- Start  section-title Css -->
<!-- ============================================================== -->*/
.section-title {
  text-align: center;
  margin-bottom: 45px;
}
.sub-title p {
  font-size: 16px;
  color: #646464;
  margin: 15px auto 20px;
  font-family: "Rubik", sans-serif;
  width: 58%;
  line-height: 28px;
}
.sub-title h5 {
  color: #5a49f8;
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 600;
  letter-spacing: 0;
  margin: 0 0 15px 0px;
  position: relative;
  display: inline-block;
  z-index: 1;
  font-family: "Rubik", Sans-serif;
}
.sub-title h5::before {
  position: absolute;
  content: "";
  top: 10px;
  right: 0;
  left: -30px;
  margin: 0;
  height: 5px;
  width: 20px;
  background: #cdc8fd;
  border-radius: 5px;
}
.sub-title h5::after {
  position: absolute;
  content: "";
  top: 10px;
  right: 0;
  left: -40px;
  margin: 0;
  height: 5px;
  width: 5px;
  background: #cdc8fd;
  border-radius: 5px;
}
.sub-title h3 {
  font-size: 42px;
  margin-bottom: 0px;
  text-transform: capitalize;
  margin-top: 0;
  line-height: 1.2;
  font-weight: 600;
  color: #1d2124;
  font-family: "Poppins", serif;
}
.sub-title h3 span {
  font-weight: 600;
}
.sub-title h5 span::before {
  position: absolute;
  content: "";
  top: 10px;
  right: -170px;
  left: 0px;
  margin: auto;
  height: 5px;
  width: 20px;
  background: #cdc8fd;
  border-radius: 5px;
}
.sub-title h5 span::after {
  position: absolute;
  content: "";
  top: 10px;
  right: -205px;
  left: 0;
  margin: auto;
  height: 5px;
  width: 5px;
  background: #cdc8fd;
  border-radius: 5px;
}
.sub-title h2 {
  font-size: 39px;
  margin-bottom: 0px;
  text-transform: capitalize;
  margin-top: 0;
  line-height: 1.2;
  font-weight: 600;
  color: #1d2124;
  font-family: "Poppins", sans-serif;
}
.sub-title h2 span {
  font-weight: 600;
}
/*<!-- ============================================================== -->
<!-- Start  breadcumb-area  Css -->
<!-- ============================================================== -->*/
.breadcumb-area {
  background: url(assets/images/bg3.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 130px 0 130px;
}
.breacumb-content {
  text-align: center;
}
.breadcumb-title h1 {
  font-size: 41px;
  margin-bottom: 14px;
  margin-top: 0;
  font-weight: 600;
  letter-spacing: 0;
  color: #fff;
  font-family: "Poppins", serif;
}
.breadcumb-content-text a {
  display: inline-block;
  margin: 0 6px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}
.breadcumb-content-text a i {
  display: inline-block;
  font-size: 18px;
  margin: 0 12px;
}
/*<!-- ============================================================== -->
<!-- Start  slider-area Css -->
<!-- ============================================================== -->*/
.slider-area {
  background: url(assets/images/02.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 900px;
  padding: 0 0 90px;
}
.slider-thumb img {
  width: 100%;
}
.slide-title h1 {
  font-size: 64px;
  font-weight: 600;
  color: #1d2124;
  line-height: 69px;
  margin: 25px 0 17px;
  letter-spacing: 0;
  font-family: "Poppins", serif;
}
.slider-box {
  position: relative;
}
.slider-img {
  float: left;
  margin: -4px 15px 0 0;
}
.slider-text h2 {
  font-size: 17px;
  font-weight: 600;
  color: #5a49f8;
  text-transform: uppercase;
}
.slide-title p {
  font-size: 16px;
  font-weight: 400;
  color: #6d6d6d;
  font-family: "Rubik", sans-serif;
  margin: 25px 0 35px;
}
.slider-button {
  float: left;
}
.slider-button a {
  padding: 13px 27px;
  background-image: -webkit-linear-gradient(-9deg, #553bfc 0%, #7212d8 97%);
  color: #fff;
  transition: 0.5s;
  font-weight: 500;
  text-transform: capitalize;
  border-radius: 4px;
  display: inline-block;
  margin: 0 21px 0 0;
  font-size: 18px;
  font-family: "Poppins";
}
.slider-button a:hover {
  background: -webkit-linear-gradient(-9deg, #7212d8 0%, #553bfc 97%);
  color: #fff;
}
.slider-video {
  top: 11px;
  left: 10px;
  position: relative;
  display: inline-block;
}
.slider-video a {
  background-image: -webkit-linear-gradient(-9deg, #553bfc 0%, #7212d8 97%);
  height: 23px;
  width: 23px;
  line-height: 24px;
  margin: auto;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  position: relative;
  display: inline-block;
}
.slider-video span {
  margin-left: 12px;
  color: #5f2df0;
  font-size: 17px;
  font-weight: 700;
}
/*<!-- ============================================================== -->
<!-- Start  service-area Css -->
<!-- ============================================================== -->*/
.service-area {
  padding: 70px 0px 60px 0px;
  background: url(assets/images/Home-1.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.single--box {
  text-align: center;
  padding: 0 19px 57px;
  border: none;
  transition: 0.5s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: transparent;
  margin-bottom: 30px;
  clip-path: polygon(0% 0%, 100% 0%, 100% 95%, 0% 100%);
}
.single--box:hover {
  box-shadow: 17px 0px 80px rgb(0 0 0 / 12%);
}
.single--box:hover::before {
  opacity: 1;
  bottom: 0;
}
.single--box::before {
  position: absolute;
  content: "";
  left: 0;
  height: 100%;
  width: 100%;
  transition: 0.5s;
  background: url(https://wp.dreamitsolution.net/zomia-multipurpose/digital-marketing/wp-content/uploads/2025/05/01.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  bottom: -82px;
}
.single--box::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: 0.5s;
  background: url(https://wp.dreamitsolution.net/zomia-multipurpose/digital-marketing/wp-content/uploads/2025/05/Home-Digital-Marketing-23.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
.single--box.upper {
  background: url(assets/images/Home-Digital-Marketing-25.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 0 19px 25px;
  margin-bottom: 30px;
  clip-path: inherit;
}
.single--box.upper::after {
  display: none;
}
.service-icon i {
  position: relative;
  top: 55px;
  color: #fff;
  display: inline-block;
  font-size: 45px;
  z-index: 1;
}
.single---box {
  text-align: center;
  padding: 0 19px 57px;
  border: none;
  transition: 0.5s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: transparent;
  margin-bottom: 30px;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 94%);
}
.service-shape {
  position: relative;
  top: -25px;
}
.single---box:hover {
  box-shadow: 17px 0px 80px rgb(0 0 0 / 12%);
}
.single---box:hover::before {
  opacity: 1;
  bottom: 0;
}
.single---box::before {
  position: absolute;
  content: "";
  left: 0;
  height: 100%;
  width: 100%;
  transition: 0.5s;
  background: url(https://wp.dreamitsolution.net/zomia-multipurpose/digital-marketing/wp-content/uploads/2025/05/01.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  bottom: -82px;
}
.single---box::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: 0.5s;
  background: url(assets/images/Home-Digital-Marketing-22.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
.service-button a {
  border-radius: 30px;
  color: #ff930e;
  display: inline-block;
  font-size: 16px;
  font-weight: 800;
  position: relative;
  letter-spacing: 0;
  transition: 0.5s;
}
.service-button a:hover {
  letter-spacing: 2px;
}
.service-button a i {
  display: inline-block;
  margin-left: 5px;
}
.single--box .service-button a::before {
  position: absolute;
  content: "";
  top: 25px;
  left: 0;
  height: 1px;
  width: 79%;
  background: #ff930e;
}
.single--box.upper .service-button a::before {
  position: absolute;
  content: "";
  top: 25px px;
  left: 0;
  height: 1px;
  width: 79%;
  background: #5a49f8;
}
.single--box.upper .service-button a {
  color: #5a49f8;
}
.single---box .service-button a {
  color: #18db59;
}
.single---box .service-button a::before {
  position: absolute;
  content: "";
  top: 25px;
  left: 0;
  height: 1px;
  width: 79%;
  background: #18db59;
}
.service-title h2 {
  margin: 0 0 17px 0;
  font-size: 22px;
  padding: 0;
  text-transform: capitalize;
  font-weight: 600;
  color: #1d2124;
  font-family: "Poppins", serif;
}
.service-title p {
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
}
.service-bottom {
  text-align: center;
  margin-top: 20px;
}
.service-bottom h3 {
  font-size: 16px;
  color: #646464;
  font-weight: 400;
  position: relative;
  display: inline-block;
  z-index: 1;
  margin: 0;
}
.service-bottom h3::before {
  position: absolute;
  content: "";
  top: 0;
  left: -37px;
  height: 20px;
  width: 20px;
  background: url(assets/images/Star.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  right: 0;
}
.service-bottom h3::after {
  position: absolute;
  content: "";
  top: -7px;
  left: -44px;
  height: 35px;
  width: 35px;
  background: rgb(235, 233, 254, 0.9);
  right: 0;
  border-radius: 100%;
  z-index: -1;
}
.service-bottom h3 span {
  font-size: 18px;
  color: #5a49f8;
  cursor: pointer;
  font-weight: 600;
  position: relative;
}
.service-bottom h3 span::before {
  position: absolute;
  content: "";
  top: 20px;
  left: 0;
  height: 1px;
  width: 100%;
  background: #5a49f8;
}
/*<!-- ============================================================== -->
<!-- Start  about-area   Css -->
<!-- ============================================================== -->*/
.about-area {
  padding: 57px 0px 20px 0px;
}
.about-area .section-title {
  text-align: left;
}
.about-area .sub-title p {
  width: 100%;
}
.about-area .sub-title p {
  line-height: 28px;
}
.about-area .sub-title h5 {
  margin-left: 40px;
}
.sub-title h6 {
  color: #5a49f8;
  font-family: "Poppins", Sans-serif;
  font-size: 18px;
  font-weight: 600;
  font-style: italic;
  margin: 23px 0px 17px 0px;
}
.about-thumb img {
  width: 100%;
}
.about-thumb {
  position: relative;
}
.about-shap {
  position: absolute;
  top: 115px;
  left: 0;
  right: 0;
  margin: 0 auto 0;
  text-align: center;
}
.about-bottom-box {
  position: relative;
  top: -10px;
}
.img-icon {
  float: left;
  margin-right: 20px;
}
.img-title {
  position: relative;
  top: 10px;
}
.img-title h2 {
  color: #1d2124;
  margin: 0px 0px 6px 0px;
  font-size: 18px;
  font-family: "Poppins", serif;
  font-weight: 600;
}
.img-title span {
  color: #6d6d6d;
  font-size: 16px;
}
.img-icon-shape {
  position: absolute;
  top: 24px;
  right: 16%;
}
/*<!-- ============================================================== -->
<!-- Start feature-area  Css -->
<!-- ============================================================== -->*/
.feature-area {
  padding: 104px 0px 90px 0px;
  background: url(assets/images/bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.feature-area .sub-title h5 {
  color: #fff;
}
.feature-area .sub-title h3 {
  color: #fff;
}
.feature-area .sub-title p {
  color: #fff;
}
.feature-area .sub-title h5::before {
  display: none;
}
.feature-area .sub-title h5::after {
  display: none;
}
.row.margin {
  margin-top: 8px;
}
.single-feature-box {
  background: url(assets/images/Home-Digital-Marketing-7.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 42px 26px 39px;
  border-radius: 10px;
  margin-bottom: 30px;
}
.single-feature-box-1 {
  background: url(assets/images/Home-Digital-Marketing-8.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 42px 26px 39px;
  border-radius: 10px;
  margin-bottom: 30px;
}
.single-feature-box-2 {
  background: url(assets/images/Home-Digital-Marketing-9.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 42px 26px 39px;
  border-radius: 10px;
  margin-bottom: 30px;
}
.feature-number {
  float: left;
  margin-right: 17px;
  margin-top: -18px;
}
.feature-number h1 {
  font-size: 100px;
  text-transform: capitalize;
  color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #ff9613;
  font-family: poppins;
}
.single-feature-box-1 .feature-number h1 {
  -webkit-text-stroke-color: #1bdc5c;
  -webkit-text-stroke-width: 2px;
}
.single-feature-box-2 .feature-number h1 {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #5949f7;
}
.feature-title h2 {
  color: #1d2124;
  font-size: 24px;
  margin: 0 0 10px 0;
  font-family: "Poppins", serif;
  font-weight: 600;
}
.feature-title p {
  color: #646464;
  font-size: 16px;
  margin: 0;
  line-height: 28px;
  overflow: hidden;
}
/*<!-- ============================================================== -->
<!-- Start  choose-us-area  Css -->
<!-- ============================================================== -->*/
.choose-us-area {
  padding: 80px 0px 60px 0px;
}
.choose-us-area .sub-title h5 {
  margin-left: 40px;
  font-family: "Rubik!important";
}
.choose-us-area .section-title {
  text-align: left;
  margin-bottom: 33px;
}
.choose-us-area .sub-title p {
  width: 100%;
  margin: 25px auto 20px;
  line-height: 28px;
}
.choose-thumb {
  position: relative;
  top: 60px;
}
.choose-button a {
  border: none;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  background-image: -webkit-linear-gradient(-9deg, #553bfc 0%, #7212d8 97%);
  border-radius: 4px;
  color: #fff;
  padding: 12px 30px;
  transition: 0.5s;
}
.choose-button a:hover {
  background-image: -webkit-linear-gradient(-9deg, #7212d8 0%, #553bfc 97%);
  color: #fff;
}
.choose-button a i {
  margin-left: 5px;
}
.choose-thumb img {
  width: 100%;
  margin: -20px 0 0 -50px;
}
.choose-us-area.upper .choose-thumb img {
  margin: 0;
}
/*<!-- ============================================================== -->
<!-- Start  testimonial-area  Css -->
<!-- ============================================================== -->*/
.testimonial-area {
  padding: 75px 0px 77px 0px;
}
.single-testi-box {
  text-align: center;
  padding: 48px 25px 50px;
  position: relative;
  z-index: 1;
  border-radius: 7px;
  margin: 0 33px 0;
  background: url(assets/images/Home-Digital-Marketing-17.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.testi-shape {
  position: absolute;
  top: 39px;
  left: -49px;
}
.single-testi-box .single-content {
  text-align: center;
}
.testimonial-thumb {
  margin: 12px 0 7px;
}
.testi-text p {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  font-style: italic;
  margin: 25px auto 57px;
  width: 70%;
  line-height: 30px;
}
.testi-title {
  position: relative;
  padding-top: 4px;
}
.testi-title::before {
  position: absolute;
  content: "";
  top: -37px;
  left: 0;
  right: 0;
  margin: auto;
  height: 24px;
  width: 2px;
  background: #b490f2;
}
.testi-title h2 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  font-family: "Poppins", serif;
}
.testi-title span {
  color: #c9b4ef;
  font-size: 16px;
  padding-top: 13px;
  font-weight: 400;
  font-family: "Poppins", serif;
}

.owl-dots {
  position: relative;
}
.owl-dot.active {
  position: absolute;
  right: -45px;
  top: -62px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: url(assets/images/Home-Digital-Marketing-8.png);
  background-size: cover;
  margin-top: -60px;
}
.owl-dot {
  position: absolute;
  right: -45px;
  top: -62px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: url(assets/images/img343453.png);
  background-size: cover;
}

/*<!-- ============================================================== -->
<!-- Start team-area  Css -->
<!-- ============================================================== -->*/
.team-area {
  padding: 75px 0px 77px 0px;
}
.team-area .sub-title h5 span::before {
  right: -195px;
}
.team-area .sub-title h5 span::after {
  right: -227px;
}
.team-single-box {
  position: relative;
  overflow: hidden;
  background: #fff;
  border-radius: 7px;
  box-shadow: 0 0 60px rgb(0 0 0 / 10%);
  padding: 0px 0 30px;
  transition: 0.5s;
  margin-bottom: 30px;
}
.team-single-box:hover .team-thumb::before {
  opacity: 0.3;
}
.team-thumb {
  position: relative;
}
.team-thumb::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 1.7);
  content: "";
  transition: 0.3s;
  opacity: 0;
}
.team-thumb img {
  width: 100%;
}
.team-title {
  text-align: center;
  margin: 18px 0 0;
}
.team-title h3 {
  margin: 0;
}
.team-title h3 a {
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  display: inline-block;
  color: #333;
  transition: 0.5s;
}
.team-title h3 a:hover {
  color: #0056b3;
}
.team-title span {
  font-size: 14px;
  text-transform: capitalize;
  color: #5a49f8;
  float: none;
  text-align: center;
  font-weight: 500;
}
.team-icon {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto 0;
  text-align: center;
  width: 220px;
  background: #5a49f8;
  padding: 12px 0 12px 15px;
  bottom: 8%;
  transform: translateY(-50%);
  transition: 0.5s;
  border-radius: 5px;
  opacity: 0;
}
.team-single-box:hover .team-icon {
  opacity: 1;
  bottom: 21%;
}
.team-icon ul {
  display: inline-block;
  background: #5a49f8;
}
.team-icon ul li {
  list-style: none;
  display: inline-block;
  margin-right: 20px;
}
.team-icon ul li a {
  display: inline-block;
  color: #fff;
}
/*<!-- ============================================================== -->
<!-- Start  pricing-area Css -->
<!-- ============================================================== -->*/
.pricing-area {
  padding: 100px 0px 100px 0px;
  background: url(assets/images/cirecle.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.single-pricing-box {
  z-index: 1;
  overflow: hidden;
  box-shadow: 0px 0px 7px rgb(0 0 0 / 4%);
  margin-bottom: 20px;
  position: relative;
  border: inherit;
  padding: 38px 0;
  background: #fff;
  border-radius: 5px;
}
.single-pricing-box::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: url(assets/images/price.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: auto;
  top: 0;
  left: 0;
  z-index: -1;
}
.pricing-title h3 {
  font-size: 20px;
  text-transform: capitalize;
  padding-bottom: 0;
  color: #1d2124;
  font-weight: 500;
  position: relative;
  font-family: "Poppins", serif;
  text-align: center;
}
.pricing-title p {
  font-size: 20px !important;
  font-weight: 600 !important;
  position: relative;
  top: 0px;
  text-align: center;
  color: #ff930e;
}
.pricing-thumb {
  text-align: center;
  margin-bottom: 24px;
}
.pricing-title {
  position: relative;
}
.pricing-title::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  width: 80%;
  background: #e7e7e7;
  transition: 0.5s;
  margin: 0 auto 0;
}
.pricing-title p span {
  display: inline-block;
  font-size: 53px;
  font-weight: 400;
  text-align: center;
  color: #ff930e;
  padding-bottom: 10px;
}
.pricing-icon {
  margin: 18px 0 0 35px;
}
.pricing-icon ul {
  display: inline-block;
}
.pricing-icon ul li {
  display: block;
  font-size: 16px;
  padding: 5px 0;
  text-transform: capitalize;
  font-weight: 400;
  color: #646464;
  text-align: left;
}
.pricing-icon li i {
  color: #ff930e;
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
  margin-right: 6px;
}
.pricing-button {
  margin-top: 36px;
  text-align: center;
}
.pricing-button a {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  padding: 8px 24px;
  position: relative;
  text-transform: capitalize;
  color: #ff930e;
  border: 1px solid #ff930e;
  border-radius: 4px;
  background: transparent;
  transition: 0.5s;
}
.single-pricing-box:hover .pricing-button a {
  background: #f58e0d;
  border: 1px solid #f58e0d;
  color: #fff !important;
}
.single-pricing-box.upper:hover .pricing-button a {
  background: #5949f6;
  border: 1px solid #5949f6;
  color: #fff !important;
}
.single-pricing-box:hover .pricing-title::before {
  background: #f38d0e;
}
.single-pricing-box.upper:hover .pricing-title::before {
  background: #6454f8;
}
.pricing-button a i {
  display: inline-block;
  margin-left: 5px;
}
.single-pricing-box.upper .pricing-title p span {
  color: #5a49f7;
}
.single-pricing-box.upper .pricing-title p {
  color: #5a49f7;
}
.single-pricing-box.upper .pricing-button a {
  color: #5a49f7;
  border: 1px solid #5a49f7;
}
.single-pricing-box.upper .pricing-icon li i {
  color: #5a49f7;
}
.row.shap {
  position: relative;
}
.pricing-shape {
  position: absolute;
  bottom: 0;
}
.pricing-shape img {
  width: 112%;
  position: relative;
  left: -3px;
}
.col-lg-4.col-md-6.hassan {
  padding: 0 5px;
}
.single-pricing-box.upper1 .pricing-title p span {
  color: #17db59;
}
.single-pricing-box.upper1 .pricing-title p {
  color: #17db59;
}
.single-pricing-box.upper1 .pricing-button a {
  color: #17db59;
  border: 1px solid #17db59;
}
.single-pricing-box.upper1 .pricing-icon li i {
  color: #17db59;
}
.single-pricing-box.upper1:hover .pricing-button a {
  background: #17db59;
  border: 1px solid #17db59;
  color: #fff !important;
}
.single-pricing-box.upper1:hover .pricing-title::before {
  background: #17db59;
}
/*<!-- ============================================================== -->
<!-- Start  blog-area  Css -->
<!-- ============================================================== -->*/
.blog-area {
  padding: 125px 0px 75px 0px;
}
.blog-area .sub-title h5 span::before {
  right: -205px;
}
.blog-area .sub-title h5 span::after {
  right: -238px;
}
.blog-single-box {
  overflow: hidden;
  text-align: left;
  background: #fff;
  border: 0;
  box-shadow: 0px 8px 60px rgb(243 242 255);
  border-radius: 7px;
  transition: 0.5s;
  margin-bottom: 30px;
}
.blog-content {
  padding: 0 25px;
}
.blog-single-box:hover {
  box-shadow: 0 2px 4px #0003;
}
.blog-single-box:hover {
  margin-top: -10px;
}
.blog-thumb {
  position: relative;
}
.blog-titles h2 {
  color: #1d2124;
  font-size: 30px;
  font-family: "Poppins", serif;
  font-weight: 600;
  margin: 20px 0 0;
}
.blog-titles p {
  font-size: 16px;
  color: #646464;
}
.blog-title p {
  margin-bottom: 20px;
  text-align: justify;
  font-size: 16px;
  color: #6d6d6d;
}
.blog-thumb::before {
  position: absolute;
  left: 50%;
  right: 0;
  height: 100%;
  width: 0%;
  top: 0;
  background: #5a49f8;
  content: "";
  z-index: 1;
  transition: 0.5s;
  opacity: 0.7;
}
.blog-single-box:hover .blog-thumb::before {
  left: 0%;
  right: 0;
  width: 100%;
}
.blog-thumb img {
  width: 100%;
}
.blog-title {
  padding: 22px 22px 28px;
}
.blog-title span {
  position: relative;
  margin-right: 40px;
  font-size: 14px;
  font-weight: 700;
  color: #6d6d6d;
}
.blog-title a {
  position: relative;
  font-size: 14px;
  font-weight: 700;
  color: #6d6d6d;
  display: inline-block;
}
.blog-title span:hover {
  color: #5f4ff8;
}
.blog-title span i {
  display: inline-block;
  color: #5f4ff8;
  margin-right: 5px;
}
.blog-title span::before {
  content: "";
  background: #e0e1fc;
  width: 8px;
  height: 8px;
  position: absolute;
  right: -28px;
  top: 10px;
  border-radius: 50%;
}
.blog-title h2 a {
  font-size: 22px;
  margin: 20px 0 0;
  line-height: 1.2;
  position: relative;
  border-top: 1px solid #f0effe;
  padding-top: 26px;
  display: inline-block;
  color: #1d2124;
  font-weight: 600;
  transition: 0.5s;
}
.blog-title h2 a:hover {
  color: #5a49f8;
}
.blog-title p {
  margin: 16px 0 20px;
  color: #646464;
  font-size: 16px;
  line-height: 28px;
}
.blog-button a {
  color: #5a49f8;
  display: inline-block;
  position: relative;
  font-weight: 500;
  transition: 0.5s;
  text-transform: capitalize;
}
.blog-button a:hover {
  letter-spacing: 2px;
}
.blog-button a i {
  display: inline-block;
  transition: 0.5s;
}
.blog-button a:hover i {
  margin-left: 3px;
}
.blog-button a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 85px;
  background: #8277f9;
  height: 2px;
  transition: 0.3s;
}
.top-btn {
  position: absolute;
  top: 20px;
  left: 20px;
}
.top-btn a {
  display: inline-block;
  background: #5f4ff8;
  padding: 0 16px;
  line-height: 19px;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  border-radius: 5px;
}
.single-contact-box .contacts-title h2 {
  font-size: 20px;
  margin-bottom: 15px;
  text-transform: capitalize;
  margin-top: 0;
  line-height: 1.2;
  font-weight: 600;
  color: #1d2124;
  font-family: "Poppins", sans-serif;
  text-align: left;
}
.blog-area .blog-single-box.upper:hover {
  margin-top: 0;
}
.blog-area .blog-single-box.upper {
  box-shadow: 0 2px 4px #0003;
}
.blog-area .blog-single-box.upper:hover .blog-thumb::before {
  background: inherit !important;
  left: 0;
  height: 0;
  width: 0;
}

/* Calender*/
.calender-area {
  height: 400px;
  padding: 25px 0px 0px;
  background: #f6f4ec;
  border-radius: 8px;
}
.celender-box {
  border: 1px solid #e6e6e6;
  margin-bottom: 40px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  padding: 13px 4px 8px 19px;
  color: #fff;
}
.sidebar-search {
  padding-top: 11px;
  padding-bottom: 13px;
}
.sidebar-search input:focus {
  border: 1px solid #f4f4f4;
}
.widget-title h2 {
  font-size: 25px;
  padding-left: 10px;
}
.all-days {
  width: 100%;
  height: 40px;
  background-color: #f6f4ec;
  float: left;
}
.tag-item .all-days ul,
.tag-item .all-date ul {
  list-style: none;
  display: block;
  height: 30px;
  width: 95%;
  margin: 0 auto 0;
  font-size: 14px;
  font-weight: 300;
  padding-left: 18px;
}
.tag-item .all-days ul li,
.tag-item .all-date ul li {
  float: left;
  width: 50px;
  text-align: center;
  line-height: 40px;
  border: 1px solid #e5e5e5;
  color: #333;
  height: 40px;
  background: #f6f4ec;
}
element.style {
  background-color: #0b2653;
  color: rgb(255, 255, 255);
}
.tag-item .all-days ul li {
  font-weight: 600;
}
.all-date {
  width: 100%;
  height: 305px;
  float: left;
}
.all-date span {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 10px;
  text-transform: capitalize;
  color: #616161;
  padding: 0px 0 0 29px;
  font-family: "Inter", sans-serif;
}
.all-date li {
  height: 40px;
  width: 50px;
  line-height: 40px;
  border: 1px solid #ccc;
  background-color: #fff;
}
.all-date li.monthdate:hover {
  background-color: #fc9615;
  color: #fff;
}
.widget-items p {
  margin-bottom: 0;
}

.element.style {
  background-color: inherit;
  color: rgb(255, 255, 255);
}

/*<!-- ============================================================== -->
<!-- Start  brand-area   Css -->
<!-- ============================================================== -->*/
.brand-area {
  padding: 110px 0;
}
.brand-area.upper {
  padding: 0px 0 110px;
}
.brand-area.upper1 .sub-title h5 span::before {
  right: -260px;
}
.brand-area.upper1 .sub-title h5 span::after {
  right: -292px;
}
/*<!-- ============================================================== -->
<!-- Start  map-area  Css -->
<!-- ============================================================== -->*/
.map-area {
  overflow: hidden;
}
/*<!-- ============================================================== -->
<!-- Start  contact-area  Css -->
<!-- ============================================================== -->*/
.contact-area {
  padding: 90px 0px 90px 0px;
  background: url(assets/images/map.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.contact-area.up {
  padding: 90px 0 0;
}
.contact-area .sub-title h2 {
  font-size: 30px;
  margin-bottom: 0px;
  margin-top: 0;
  line-height: 1.2;
  font-weight: 600;
  color: #1d2124;
  font-family: "Poppins", sans-serif;
  text-align: left;
}
.single-contact-right {
  background: #effcff;
  padding: 20px 8px 18px 32px;
}
.contact-right-icon i {
  font-size: 38px;
  color: #5a49f8;
  text-align: center;
  display: inline-block;
  float: left;
  margin: 15px;
}
.contact-right-title h2 {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 10px 0;
  font-family: "Poppins", serif;
}
.contact-right-title p {
  color: #6d6d6d;
  font-size: 16px;
  margin: 0;
  overflow: hidden;
}
.contact-icon ul {
  display: inline-block;
}
.contact-icon ul li {
  list-style: none;
  display: inline-block;
  margin-right: 15px;
}
.contact-icon ul li a {
  display: inline-block;
  font-size: 25px;
  color: #1d2124;
}
.contact-right-title.upper {
  margin-top: 15px;
}
.contact-icon {
  margin-bottom: 10px;
}

/*<!-- ============================================================== -->
<!-- Start  footer-area  Css -->
<!-- ============================================================== -->*/
.footer-area {
  padding: 100px 0px 0 0px;
  background: url(assets/images/footer-img.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.row.fbg {
  padding: 30px 37px 7px 40px;
  background: #fff;
  border-radius: 10px;
}
.subscrib h2 {
  color: #1d2124;
  font-family: "Poppins", Sans-serif;
  font-size: 27px;
  font-weight: 600;
  line-height: 34px;
}
.footer-area .form_box input::placeholder {
  color: #1d2124 !important;
}
.footer-area .form_box input {
  font-size: 16px;
  height: 52px;
  padding: 5px 20px;
  width: 65%;
  background: #eeecfe;
  margin: auto;
  border: 0;
  border-radius: 5px;
  text-transform: capitalize;
  position: relative;
  top: 8px;
  font-weight: 600;
}
.footer-area .form_box input::placeholder {
  color: #7a8281;
}
.footer-area .form-button {
  padding-left: 16px;
}
.footer-area .form-button button {
  background: #0066ff;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  height: 52px;
  padding: 0 30px;
  margin: 17px 0 0;
  border-radius: 5px;
  text-transform: capitalize;
  border: 1px solid #0066ff;
  position: absolute;
  right: 10px;
  top: -10px;
  transition: 0.5s;
}
.footer-area .form-button button i {
  display: inline-block;
  margin-left: 5px;
}
.footer-area .form-button button:hover {
  background: #740fd6;
  border: 1px solid #740fd6;
}
.row.pad {
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: #ffffff33;
  padding: 80px 0px 60px 0px;
}
.footer-text p {
  font-size: 16px;
  line-height: 28px;
  text-align: left;
  color: #fff;
  margin: 25px 0;
}
.footer-icon ul {
  margin-top: 35px;
}
.footer-icon ul li {
  list-style: none;
  display: inline-block;
  margin-right: 7px;
}
.footer-icon ul li a {
  display: inline-block;
  color: #fff;
  transition: 0.5s;
  background: #8776fa;
  height: 45px;
  width: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 15px;
  border-radius: 5px;
}
.footer-icon ul li a:hover {
  color: #8371f9;
  background: #fff;
}
.footer-title h5 {
  font-size: 22px;
  color: #fff;
  margin-bottom: 22px;
}
.footers-icon ul li {
  list-style: none;
  margin-top: 10px;
}
.footers-icon ul li a {
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
  transition: 0.5s;
  font-family: "Poppins", sans-serif;
}
.footers-icon ul li a:hover {
  color: #0166ff;
}
.footers-icon ul li a i {
  display: inline-block;
  margin-right: 8px;
}
.social-icon ul li {
  list-style: none;
}
.social-icon ul li i {
  color: #fff;
  float: left;
  font-size: 25px;
  display: inline-block;
  text-align: center;
  width: 55px;
  line-height: 55px;
  height: 55px;
  box-shadow: 0 0 6px rgb(0 0 0 / 25%);
  border-radius: 50%;
  margin-right: 15px;
}
.social-tex {
  padding-bottom: 5px;
}
.social-tex span {
  display: block;
  font-weight: 600;
  color: #fff;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
}
.social-tex p {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
}
.copy-right-area {
  text-align: center;
  padding: 025px 0px 30px 0px;
}
.copy-right-area span {
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  color: #fff;
}
/*<!-- ============================================================== -->
<!-- Start bg-bar  Css -->
<!-- ============================================================== -->*/
.sideber-search-box {
  margin-bottom: 40px;
  padding: 2px 30px 8px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #e6e6e6;
  box-shadow: 0 0 5px rgb(0 0 0 / 10%);
}
.sideber-box {
  margin-bottom: 40px;
  padding: 35px 30px 35px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #e6e6e6;
  box-shadow: 0 0 5px rgb(0 0 0 / 10%);
}
.bg-bar {
  position: relative;
  z-index: 1;
}
.bg-bar::before {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 88px;
  height: 3px;
  background: #aec6ef;
  content: "";
}
.bg-bar::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 18px;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: #5a49f8;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: MOVE-BG;
  animation-name: MOVE-BG;
}
@-webkit-keyframes MOVE-BG {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(88px);
    transform: translateX(88px);
  }
}
.resent-post-single-box {
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 20px;
  margin-bottom: 16px;
}
.blog-thub img {
  width: 100%;
}
.resent-thunb img {
  border-radius: 5px;
  width: 28%;
  float: left;
  margin-right: 12px;
  height: 70px;
}
.resent-title a h3 {
  color: #1d2124;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 0;
}
.resent-title a span {
  color: #616161;
}
.resent-post-single-box.two {
  border: none;
  margin: 0;
  padding: 0 0 20px;
}
.catagories-body ul li {
  list-style: none;
  margin-bottom: 10px;
  border-bottom: 1px solid #e8e8e8;
  transition: 0.5s;
  padding-bottom: 10px;
}
.catagories-body ul li a {
  color: #616161;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}
.sidebar-search {
  margin-bottom: 30px;
}
.form-control {
  top: 31px;
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 28px 10px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #949494;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  position: relative;
}
.sideber-search-box button a {
  position: absolute;
  right: 60px;
  top: 60px;
  display: inline-block;
  color: #616161;
  font-size: 18px;
}
.paginationss-title {
  padding-top: 40px;
  text-align: left;
  border-top: 1px solid #e6e6e6;
  margin-top: 0;
  width: 98%;
  position: relative;
  margin-bottom: 30px;
}
.paginationss-title ul {
  display: inline-block;
}
.paginationss-title ul li {
  list-style: none;
  display: inline-block;
}
.paginationss-title ul li a i {
  border: 1px solid #e6e6e6;
  color: #565872;
  display: inline-block;
  font-size: 15px;
  height: 40px;
  line-height: 41px;
  margin: 0 9px 0 0;
  text-align: center;
  width: 40px;
  border-radius: 5px;
}
.paginationss-title ul li a i:hover {
  background: #5f4ff8;
  border-color: #5f4ff8;
  color: #fff;
}
.contact-title h3 {
  font-size: 24px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 35px;
  color: #1d2124;
  font-family: "Poppins", sans-serif;
  position: relative;
}
.sideber-title h3 {
  color: #232323;
  display: block;
  font-size: 21px;
  margin-bottom: 28px;
  padding-bottom: 0;
  position: relative;
  text-transform: capitalize;
}
.form_box {
  margin-bottom: 15px;
}
.form_box input {
  width: 100%;
  height: 54px;
  padding-left: 20px;
  background: #fff;
  border-radius: 3px;
  transition: 0.5s;
  border: 1px solid #eeecfe;
}
.form_box textarea {
  width: 100%;
  padding-left: 20px;
  padding-top: 15px;
  border: 1px solid #eeecfe;
  height: 150px;
  outline: 0;
  transition: 0.5s;
  background: #fff;
  margin-top: 7px;
}
.form_box input:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  border-color: #80bdff;
  outline: 0;
}
.form_box textarea:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  border-color: #80bdff;
}
input::placeholder {
  color: #94a9a8;
}
textarea#massage::placeholder {
  color: #94a9a8;
}
.form-button {
  text-align: left;
  margin-top: 25px;
}
.blog-area.upper .form-button button {
  padding: 14px 33px;
  display: inline-block;
  background: linear-gradient(to right, #533efe, #740fd6);
  color: #fff;
  text-transform: capitalize;
  transition: 0.5s;
  border: navajowhite;
  border-radius: 5px;
}
.form-button button {
  background-image: -webkit-linear-gradient(-9deg, #553bfc 0%, #7212d8 97%);
  border: 0;
  display: inline-block;
  text-align: left;
  padding: 16px 39px;
  font-size: 16px;
  border-radius: 4px;
  transition: 0.3s;
  color: #fff;
  font-weight: 600;
}
.form-button button:hover {
  background: linear-gradient(to left, #533efe, #740fd6);
  color: #fff;
}
input[type="text"] {
  color: #333;
}
textarea#massage {
  color: #333;
}

/* bounce-animate */
.bounce-animate {
  animation-name: float-bob;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
.bounce-animate2 {
  animation-name: float-bob2;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob2;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob2;
  -ms-animation-duration: 3s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob2;
  -o-animation-duration: 3s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
.bounce-animate3 {
  animation-name: float-bob3;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob3;
  -moz-animation-duration: 4s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob3;
  -ms-animation-duration: 4s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob3;
  -o-animation-duration: 4s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
.bounce-animate4 {
  animation-name: float-bob4;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob4;
  -moz-animation-duration: 5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob4;
  -ms-animation-duration: 5s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob4;
  -o-animation-duration: 5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
.bounce-animate5 {
  animation-name: float-bob5;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob5;
  -moz-animation-duration: 6s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob5;
  -ms-animation-duration: 6s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob5;
  -o-animation-duration: 6s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
@-webkit-keyframes float-bob {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
@-webkit-keyframes float-bob2 {
  0% {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
  }
  50% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
  }
}
@-webkit-keyframes float-bob3 {
  0% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  50% {
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
  }
  100% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@-webkit-keyframes float-bob4 {
  0% {
    -webkit-transform: translateY(-70px);
    transform: translateY(-70px);
  }
  50% {
    -webkit-transform: translateY(-35px);
    transform: translateY(-35px);
  }
  100% {
    -webkit-transform: translateY(-70px);
    transform: translateY(-70px);
  }
}
@-webkit-keyframes float-bob5 {
  0% {
    -webkit-transform: translateY(-75px);
    transform: translateY(-75px);
  }
  50% {
    -webkit-transform: translateY(-35px);
    transform: translateY(-35px);
  }
  100% {
    -webkit-transform: translateY(-75px);
    transform: translateY(-75px);
  }
}
@-webkit-keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
/* bounce-animate */
@-webkit-keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes moveleftbounce {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@keyframes moveleftbounce {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
/* rotateme*/
.rotateme {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes rotate3d {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
/*** 
====================================================================
  Search Popup
====================================================================
***/

.search-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 99999;
  margin-top: -540px;
  transform: translateY(-100%);
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 1500ms cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(
    0.86,
    0,
    0.07,
    1
  ); /* easeInOutQuint */
}

.search-popup {
  width: 100%;
}
.search-active .search-popup {
  transform: translateY(0%);
  margin-top: 0;
}
.search-box-btn.search-box-outer {
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 0;
}
.search-box-btn.search-box-outer i {
  display: inline-block;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
  color: #6e7673;
  margin-top: 0px;
}
.sticky-nav .search-box-btn.search-box-outer i {
  color: #fff;
  position: relative;
  left: 40px;
}
.search-popup .close-search {
  position: absolute;
  left: 0;
  right: 0;
  top: 75%;
  margin: 0 auto;
  margin-top: -200px;
  border-radius: 50%;
  text-align: center;
  background-color: #5a49f8;
  width: 70px;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border-bottom: 3px solid #ffffff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  opacity: 0;
  visibility: hidden;
  height: 70px;
  line-height: 70px;
  text-align: center;
}

.search-popup .close-search i {
  position: relative;
  height: 70px;
  width: 70px;
  font-size: 30px;
  line-height: 70px;
  color: #fff;
  display: inline;
  text-align: center;
}

.search-active .search-popup .close-search {
  visibility: visible;
  opacity: 1;
  top: 50%;
  -webkit-transition-delay: 1500ms;
  -moz-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  transition-delay: 1500ms;
}

.search-popup form {
  position: absolute;
  max-width: 700px;
  top: 50%;
  left: 15px;
  right: 15px;
  margin: -35px auto 0;
  transform: scaleX(0);
  transform-origin: center;
  background-color: #111111;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.search-active .search-popup form {
  transform: scaleX(1);
  -webkit-transition-delay: 1200ms;
  -moz-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  transition-delay: 1200ms;
}

.search-popup .form-group {
  position: relative;
  margin: 0px;
  overflow: hidden;
}
.search-popup .close-search.style-two {
  position: absolute;
  right: 25px;
  left: auto;
  color: #ffffff;
  width: auto;
  height: auto;
  top: 25px;
  margin: 0px;
  border: none;
  background: none !important;
  box-shadow: none !important;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.search-popup .close-search.style-two i {
  font-size: 20px;
  color: #fff;
}
.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 50px;
  color: #000000;
  height: 70px;
  width: 100%;
  padding: 10px 30px;
  background-color: #ffffff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  font-weight: 500;
  text-transform: capitalize;
}
.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
  position: absolute;
  right: 30px;
  top: 0px;
  height: 70px;
  line-height: 70px;
  background: transparent;
  text-align: center;
  font-size: 24px;
  color: #000000;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  border: none;
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover {
  color: #000000;
}

.search-popup input::placeholder,
.search-popup textarea::placeholder {
  color: #000000;
}

/*===========================scroll strat===========================  
 ===========================************===========================  */
.scroll-area {
  position: relative;
  z-index: 999;
}
.scroll-area .go-top {
  position: fixed;
  cursor: pointer;
  top: 0;
  right: 30px;
  color: #ffffff;
  background-image: -moz-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
  background-image: -webkit-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
  background-image: -ms-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
  z-index: 9999;
  width: 45px;
  text-align: center;
  height: 45px;
  line-height: 42px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.9s ease-out 0s;
  -moz-transition: all 0.9s ease-out 0s;
  -ms-transition: all 0.9s ease-out 0s;
  -o-transition: all 0.9s ease-out 0s;
  transition: all 0.9s ease-out 0s;
  border-radius: 10px;
}
.scroll-area .go-top i {
  position: absolute;
  top: 50%;
  left: -4px;
  right: 0;
  margin: 0 auto;
  font-size: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.scroll-area .go-top i:last-child {
  opacity: 0;
  visibility: hidden;
  top: 60%;
}
.scroll-area .go-top::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  animation: zoomBig 3.25s linear infinite;
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}
.scroll-area .go-top:focus,
.scroll-area .go-top:hover {
  color: #fff;
}
.scroll-area .go-top:focus::before,
.scroll-area .go-top:hover::before {
  opacity: 1;
  visibility: visible;
}
.scroll-area .go-top:focus i:first-child,
.scroll-area .go-top:hover i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}
.scroll-area .go-top:focus i:last-child,
.scroll-area .go-top:hover i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}
.scroll-area .go-top.active {
  top: 95%;
  -webkit-transform: translateY(-98%);
  -moz-transform: translateY(-98%);
  -ms-transform: translateY(-98%);
  -o-transform: translateY(-98%);
  transform: translateY(-98%);
  opacity: 1;
  visibility: visible;
  border-radius: 0;
  right: 80px;
  border-radius: 100%;
}
.top-wrap {
  position: relative;
}
.top-wrap .go-top-button {
  display: inline-block;
  width: 60px;
  height: 59px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  top: 3px;
  z-index: 1;
  background-image: -moz-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
  background: #5a49f8;
  background-image: -ms-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
}
.top-wrap .go-top-button i {
  font-size: 20px;
  font-weight: 700;
  padding-left: 4px;
  color: #fff;
}
.top-wrap .go-top-button::after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  animation: zoomBig 3.25s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
@keyframes zoomBig {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
    border-width: 3px;
  }
  40% {
    opacity: 0.5;
    border-width: 2px;
  }
  65% {
    border-width: 1px;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 1px;
  }
}
/*<!-- ============================================================== -->
<!-- Start  sticky-nav  Css -->
<!-- ============================================================== -->*/
.sticky-nav {
  left: 0;
  margin: auto;
  top: 0;
  width: 100%;
  position: fixed !important;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
  -webkit-animation: 300ms running fadeInDown;
  animation: 500ms running fadeInUp;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  transition: 0.5s !important;
  background: #5a49f8 !important;
  z-index: 9999 !important;
  animation-name: slideInDown;
  padding: 0 50px 7px;
}
.sticky-nav li.icon {
  color: #fff;
}
.sticky-nav.nav-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
a.main_sticky {
  display: none;
}
.sticky-nav .header-menu ul li a {
  color: #fff !important;
}
.sticky-nav a.main_sticky {
  display: inline-block !important;
}
.sticky-nav .header-logo a {
  display: none;
}
.sticky-nav ul.sub-menu li a {
  display: inline-block;
  margin: 6px 0px 6px 21px;
  color: #6e7673 !important;
  transition: 0.5s;
}
.sticky-nav .header-con i {
  color: #fff;
}
.header-menu ul .sub-menu li {
  display: block;
  margin-right: 0;
  transition: 0.5s;
}
ul.sub-menu li:hover {
  background: #87c03d;
}
ul.sub-menu li a:hover {
  color: #fff !important;
}
.sticky-nav ul.sub-menu li:hover {
  background: #87c03d;
}
.sticky-nav ul.sub-menu li a:hover {
  color: #fff !important;
}

.chart {
  position: absolute;
  width: 450px;
  height: 450px;
  top: 50%;
  left: 50%;
  margin: -225px 0 0 -225px;
}
.pieTip {
  position: absolute;
  float: left;
  min-width: 30px;
  max-width: 300px;
  padding: 5px 18px 6px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.97);
  color: #444;
  font-size: 19px;
  text-shadow: 0 1px 0 #fff;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.06em;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.5);
  -webkit-transform: all 0.3s;
  -moz-transform: all 0.3s;
  -ms-transform: all 0.3s;
  -o-transform: all 0.3s;
  transform: all 0.3s;
  pointer-events: none;
}
.pieTip::after {
  position: absolute;
  left: 50%;
  bottom: -6px;
  content: "";
  height: 0;
  margin: 0 0 0 -6px;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 6px solid rgba(255, 255, 255, 0.95);
  line-height: 0;
}
.chart path {
  cursor: pointer;
}
/* Email/Phone в футере — цвет и hover */
.footer-area .social-tex a,
.footer-area .social-tex a:visited {
  color: #ffffff !important;       /* белый по умолчанию */
  text-decoration: none;
  white-space: nowrap;
  display: inline-block;
  transition: color .2s ease;
}

.footer-area .social-tex a:hover,
.footer-area .social-tex a:focus {
  color: #0166ff !important;       /* синий при наведении */
  text-decoration: none;           /* убери если нужно подчёркивание */
}
.social-tex p {
  white-space: nowrap;
}
/* --- Footer contact rows: одинаковая верстка как у адреса --- */
.footer-area .social-tex span{
  display:block;
  margin:0 0 6px 0;    /* как у Address/Phone */
  font-weight:600;
}

/* убираем принудительное не-переносить для <p> */
.footer-area .social-tex p{
  margin:0;            /* без лишних отступов */
  white-space: normal; /* было nowrap — мешало */
  line-height:1.6;
}

/* делаем ссылку блочной строкой, чтобы стояла отдельной строкой */
.footer-area .social-tex a{
  display:inline-block;
}

/* цвета (у тебя уже есть, оставляю на всякий случай) */
.footer-area .social-tex a,
.footer-area .social-tex a:visited{
  color:#ffffff !important;
  text-decoration:none;
  transition:color .2s ease;
}
.footer-area .social-tex a:hover,
.footer-area .social-tex a:focus{
  color:#0166ff !important; /* синеет при ховере, как просили */
  text-decoration:none;
}