/*------------------------------------------
Project Name : WedsPortal
Desgined By  : Pirates Technologies
Developed By : sharjeel
Updated      : 07/Dec/2020

Table Of Index
------------------
1. Base css
2. Typography css
3. Header css
4. Top Search css
5. Map search css
6. Revolution slider css
7. How it works css
8. Featured Profiles css
9. Latest css
10. Video css
11. Testimonials css
12. App Box css
13. Search List css
14. Detail css
15. Cms Pages css
16. FAQs css css
17. User Account css
18. 404 Page css
19. About Us css
20. Packages css
21. Blog Listing css
22. Blog Grid css
23. Blog Detail css
24. Blog sidebar css
25. Footer css
26. Media Queries css
------------------------------------------*/
@charset "utf-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700|Open+Sans:400,600,700");
/*********************************************
		base css
*********************************************/
* {
  margin: 0;
  padding: 0;
}
body {
  font-family: "Open Sans", sans-serif;
}
a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
ul,
ol {
  list-style: none;
}
img {
  max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
}
p {
  font-size: 14px;
  color: #333;
  line-height: 24px;
}
/*********************************************
		Header css
*********************************************/
.header-wrap {
  /* padding: 10px 0; */
  background-color: white;
}
.active-profile {
  font-size: 24px;
  color: #333;
  font-weight: 600;
  line-height: 26px;
  padding-top: 10px;
}
.active-profile strong {
  color: #7f35ed;
}
.active-profile span {
  font-size: 16px;
  display: block;
  letter-spacing: 7px;
  color: #777;
}
.login {
  text-align: right;
  margin-top: 10px;
}
.login a {
  background: #7f35ed;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 25px;
  color: #fff;
  border-radius: 5px;
  display: inline-block;
  box-shadow: 0 4px 13px -5px rgba(0, 0, 0, 0.5);
}
.login i {
  padding-right: 6px;
  font-size: 16px;
}
.login a.reg {
  background: #f81473;
}
.login a:hover {
  background: #333;
}
.donate a {
  text-decoration: none;
  background: #fecb00;
  color: #400114;
  padding: 14px 32px 13px 32px;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
.donate a:hover {
  background: #fff;
}
/*********************************************
		Navigation css
*********************************************/
.navbar-selection {
  background-color: #eb22df;
}
.navbar {
  padding: 0px !important;
}
.navbar-brand {
  display: none;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding: 15px 20px;
}

.dropdown-toggle::after {
  color: #1e1e1e;
}
.navbar-collapse {
  background: #7f35ed;
  background: linear-gradient(90deg, #7f35ed 0%, #f81473 100%);
}


.navbar-dark .navbar-nav .nav-link {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
.navbar-nav li a {
  padding: 15px 20px;
}
.navbar-nav li a:hover,
.navbar-nav li:hover > a {
  background: rgba(0, 0, 0, 0.2) !important;
  color: #fff !important;
}
.usertoplinks {
  text-align: right;
}
/* .usernav {
  margin-top: 18px;
} */
.usernav .nav-item.show .dropdown-toggle {
  background: rgba(0, 0, 0, 0.2);
  color: #e966f1;
}
.usernav > li {
  display: inline-block;
  margin-left: 5px;
}
.usernav > li > a {
  display: block;
  background: #f81473;
  font-size: 14px;
  padding: 10px 15px;
  box-shadow: 0 4px 13px -5px rgba(0, 0, 0, 0.5);
  color: #fff;
  border-radius: 5px;
}
.usernav > li > a.reg {
  background: #7f35ed;
}
.usernav > li > a:hover {
  text-decoration: none;
  background: #333;
}
.usernav > li.lang > a {
  background: #333;
}
.usernav > li.notification > a {
  background: none;
  box-shadow: none;
  font-size: 20px;
  color: #666;
  padding: 0;
  margin-right: 15px;
}
.usernav > li.notification .dropdown-toggle::after {
  display: none;
}
.usertoplinks .dropdown-menu {
  padding: 10px 5px;
  min-width: 245px;
  top: 100% !important;
  left: auto !important;
  right: 0;
  box-shadow: 0 4px 13px -5px rgba(0, 0, 0, 0.5);
  border-color: #ddd;
}
.usernav > li.lang .dropdown-menu {
  width: 150px;
  min-width: 150px;
}
.usernav > li.notification .dropdown-menu {
  width: 300px;
  max-height: 300px;
  overflow: auto;
}
.usertoplinks .dropdown-menu i {
  text-align: left;
}
.usertoplinks .dropdown-menu li a {
  color: #555;
  font-size: 14px;
}
.usertoplinks .dropdown-menu li a:hover {
  color: #f81473;
}
.userdet {
  border-bottom: 1px solid #eee;
  padding: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.userdet:after {
  clear: both;
  content: "";
  display: table;
}
.userdet img {
  float: left;
  width: 60px;
  height: auto;
  margin-right: 10px;
  border-radius: 2px;
  border: 1px solid #eee;
  padding: 2px;
}
.userdet span {
  font-weight: 700;
  font-size: 14px;
  display: block;
}
.userdet a {
  padding: 0 !important;
  font-size: 13px !important;
}
.userdet a:hover {
  background: none !important;
  color: #000 !important;
}
.usernav > li.notification .dropdown-menu li {
  padding: 10px;
  border-bottom: 1px solid #eee;
}
.usernav > li.notification .dropdown-menu li:hover {
  background: #f5f5f5;
}
.usernav > li.notification .dropdown-menu li:last-child {
  border-bottom: none;
}
.usernav > li.notification .dropdown-menu li p {
  margin-bottom: 0;
}
.usernav > li.notification .dropdown-menu li p a {
  color: #f81473;
}
.usernav > li.notification .dropdown-menu li .date {
  font-size: 13px;
  color: #888;
  margin-bottom: 5px;
}
.usernav > li.notification .dropdown-menu li .btn {
  display: inline-block;
  font-size: 12px;
  padding: 3px 10px;
  border-radius: 3px;
  background: #77b400;
  color: #fff;
}
.usernav > li.notification .dropdown-menu li .btn.red {
  background: #f81473;
}
.usernav > li.notification .dropdown-menu li .btn:hover {
  background: #333;
}
.usernav > li.notification .dropdown-menu li .accept {
  color: #77b400;
  font-size: 13px;
}
.usernav > li.notification .dropdown-menu li .reject {
  color: #e00000;
  font-size: 13px;
}
.navbar-nav .dropdown-menu {
  background-color: #662abe;
  border: none;
  border-radius: 0;
  left: 0;
  right: auto;
  padding: 0;
}
.navbar-nav .dropdown-menu .nav-link {
  color: #fff;
  padding: 10px 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-weight: 400;
  font-size: 14px;
  text-transform: none;
}
.navbar-nav .dropdown-menu li:last-child .nav-link {
  border-bottom: none;
}
.animate {
  animation-duration: 0.3s;
  -webkit-animation-duration: 0.3s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}
@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}
@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}
.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}
/*********************************************
		Slider css
*********************************************/
.slider-wrap {
  /* background: url(../images/slider.jpg) no-repeat right; */
  background-size: cover;
  position: relative;
  min-height: 600px;
}
.topsearchform {
  padding: 50px 0;
  display: table;
  height: 600px;
  width: 100%;
}
.searhint {
  display: table-cell;
  vertical-align: middle;
}
.topsearchform h3 {
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  color: #fff;
}
.topsearchform p {
  font-size: 18px;
  color: #fff;
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}
.searchbox {
  background: rgba(0, 0, 0, 0.7);
  border-radius: 5px;
  padding: 15px;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.4);
  margin-top: 40px;
}
.searchbox .srchfld label {
  display: block;
  color: #fff;
  font-size: 13px;
}
.searchbox .row {
  margin: 0 -1px;
}
.searchbox .col-lg-2 {
  padding: 0 1px;
}
.searchbox .col-lg-3 {
  padding: 0 1px;
}

.searchbox .form-control {
  border-radius: 0;
  height: auto;
  padding: 10px;
  border-color: #fff;
  font-size: 16px;
}
.searchbox .btn {
  border-radius: 0;
  background: #7f35ed;
  color: #fff;
  width: 100%;
  padding: 9px 20px;
}
.advsearch {
  text-align: center;
  margin-top: 30px;
}
.advsearch a {
  display: inline-block;
  padding: 10px 30px;
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
  background: #f81473;
  font-weight: 700;
}
.advsearch a:hover {
  background: #fff;
  text-decoration: none;
  color: #f81473;
  box-shadow: 0 4px 10px -5px rgba(0, 0, 0, 0.8);
}
.sliderForm {
  background: #fff;
  padding: 35px;
  bottom: -90px;
  position: relative;
  box-shadow: 0px 0px 30px 0px rgba(1, 1, 1, 0.26);
  z-index: 1000;
}
.nav-tabs {
  border: none;
  display: block;
  text-align: center;
}
.nav-tabs li {
  padding: 0 5px;
  display: inline-block;
  position: relative;
}
.slider-wrap .nav-tabs li a {
  background: #7f35ed;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 14px 22px;
  border-radius: 30px;
}
.slider-wrap .nav-tabs li a:before {
  content: "";
  background: url(../images/down-arrow.png) no-repeat;
  width: 19px;
  height: 11px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  opacity: 0;
}
.slider-wrap .nav-tabs li a.active:before {
  opacity: 1;
}
.slider-wrap .nav-tabs .nav-link {
  border-radius: 30px;
  border: none;
}
.slider-wrap .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background: #703d2f;
  color: #fff;
}
.slider-wrap .nav-tabs li i {
  padding-right: 6px;
}
.formTxt {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  padding: 0 20px;
  line-height: 36px;
  margin-top: 30px;
  margin-bottom: 20px;
}
.sliderForm .form-control {
  height: auto !important;
  border-radius: 30px;
  padding: 14px 18px;
  font-size: 14px;
  color: #9a9a9a;
}
.sliderForm .input-group {
  margin-bottom: 20px;
}
.sub {
  background: #7f35ed;
  padding: 14px 34px;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  border: none;
  border-radius: 5px;
  margin-top: 8px;
  box-shadow: 0 4px 13px -5px rgba(0, 0, 0, 0.5);
}
.sub:hover {
  background: #333;
}
.sliderForm .input-group button {
  cursor: pointer;
}
.sliderForm .input-group button i {
  padding-left: 10px;
}
.subbtn {
  text-align: center;
  display: block;
  margin-bottom: 10px !important;
}
.sliderText {
  border-left: 6px solid #7f35ed;
  padding-left: 18px;
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  margin-left: 6px;
  position: absolute;
  bottom: 80px;
  left: 20px;
  text-shadow: 3px 4px 5px rgba(1, 1, 1, 0.44);
}
.sliderText strong {
  font-size: 50px;
  display: block;
  line-height: 54px;
}
.sliderText span {
  font-size: 42px;
  display: block;
}
.slider-wrap.search2 {
  background: none;
  min-height: auto;
  position: relative;
  z-index: 100;
}
.slider-wrap.search2 .topsearchform {
  height: auto;
  padding: 0;
}
.slider-wrap.search2 .searchbox {
  margin-top: -60px;
}
/*********************************************
		Feature Profile css
*********************************************/
.feature-wrap {
  padding: 60px 0;
}
.profileImg {
  overflow: hidden;
}
.profileImg img {
  border-radius: 5px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.profileWrp:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.title {
  text-align: center;
  margin-bottom: 60px;
}
.title h1 {
  font-size: 36px;
  font-weight: 600;
  color: #000;
  position: relative;
  margin-bottom: 20px;
}
.title h1 span {
  color: #333;
  font-weight: normal;
}
.bar {
  height: 5px;
  width: 90px;
  background: rgb(127 53 237 / 0.4);
  margin: 0 auto;
  position: relative;
}
.bar:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 5px;
  width: 15px;
  border-radius: 0;
  background: #7f35ed;
  -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 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(75px);
  }
}
@keyframes MOVE-BG {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(75px);
  }
}
.profile-detail {
  background: #fff;
  padding: 20px 0;
}
.name {
  font-size: 20px;
  color: #7f35ed;
  font-weight: 600;
  margin-bottom: 5px;
}
.profile-detail ul li {
  font-size: 14px;
  color: #000;
  line-height: 26px;
}
.profile-detail ul li span {
  color: #999;
  display: inline-block;
  margin-right: 5px;
}
.profile-detail ul li i {
  color: #7f35ed;
}
.profile-detail ul li:after {
  clear: both;
  display: table;
  content: "";
}
.viewbtn {
  margin-top: 10px;
}
.viewbtn a {
  display: inline-block;
  padding: 9px 20px;
  color: #fff;
  font-size: 13px;
  border-radius: 5px;
  background: #333;
  font-weight: 700;
  box-shadow: 0 4px 13px -5px rgba(0, 0, 0, 0.5);
}
.viewbtn a:hover {
  color: #fff;
  text-decoration: none;
  background: #f81473;
}
.viewbtn i {
  padding-right: 7px;
}
.view-all {
  margin-top: 30px;
  text-align: center;
}
.view-all a {
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background: #7f35ed;
  display: inline-block;
  padding: 14px 36px;
  border-radius: 5px;
  box-shadow: 0 4px 13px -5px rgba(0, 0, 0, 0.5);
}
.view-all i {
  padding-left: 10px;
}
.view-all a:hover {
  background: #333;
}
.owl-nav {
  display: none;
}
.owl-dots {
  text-align: center;
  margin-top: 20px;
}
.owl-dots .owl-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #ccc;
  margin: 0 5px;
  border: none;
}
.owl-dots .owl-dot.active {
  background: #7f35ed;
}
.gridusers .profileWrp {
  margin-bottom: 30px;
  position: relative;
}
/** Process ***/
.process-area {
  z-index: 1;
  background-color: #f4f5fe;
  background-image: url("../images/howitwork.jpg");
  background-position: 50%;
  background-repeat: repeat;
  padding: 50px 0;
}
.section-title {
  text-align: center;
  position: relative;
  margin-bottom: 60px;
  margin-top: -5px;
}
.section-title .sub-title {
  display: block;
  color: #7f35ed;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-style: italic;
  font-weight: 600;
  font-size: 14px;
}
.section-title h2 {
  margin-bottom: 0;
  position: relative;
  padding-bottom: 13px;
  font-size: 40px;
  font-weight: 700;
}
.process-area,
.process-area .row {
  position: relative;
}
.single-process-box {
  text-align: center;
  position: relative;
  z-index: 1;
}
.single-process-box .icon {
  width: 85px;
  height: 85px;
  text-align: center;
  color: #fff;
  line-height: 79px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  font-size: 35px;
  background-color: #7f35ed;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}
.single-process-box .content {
  position: relative;
  z-index: 1;
}
.single-process-box .content h3 {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
}
.single-process-box .content p {
  margin: 0;
  color: #3e3c3c;
}
.single-process-box .content .number {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 25px;
  z-index: -1;
  font-family: Cabin, sans-serif;
  font-size: 100px;
  font-weight: 500;
  font-style: italic;
}
.lines,
.lines .line {
  position: absolute;
  top: 0;
  height: 100%;
}
.lines {
  left: 0;
  right: 0;
  margin: auto;
  width: 90vw;
  z-index: -1;
}
.lines .line:first-child {
  margin-left: -25%;
}
.process-area .lines .line {
  background: rgba(2, 128, 194, 0.05);
}
.lines .line {
  width: 1px;
  left: 50%;
  background: hsla(0, 0%, 100%, 0.1);
  overflow: hidden;
}
.lines .line:after {
  content: "";
  display: block;
  position: absolute;
  height: 15vh;
  width: 100%;
  top: -50%;
  left: 0;
  background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, #fff 75%, #fff);
  -webkit-animation: run 7s 0s infinite;
  animation: run 7s 0s infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
  animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
}
.process-area .lines .line:after {
  background: linear-gradient(
    180deg,
    rgba(2, 128, 194, 0) 0,
    #088dd3 75%,
    #088dd3
  );
}
.lines .line:first-child {
  margin-left: -25%;
}
.lines .line:first-child:after {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.lines .line:nth-child(3) {
  margin-left: 25%;
}
.lines .line:nth-child(3):after {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}
@-webkit-keyframes run {
  0% {
    top: -50%;
  }
  to {
    top: 110%;
  }
}
@keyframes run {
  0% {
    top: -50%;
  }
  to {
    top: 110%;
  }
}
.video-area-bg {
  background-image: url("../images/video-area-bg.jpg");
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.video-area-bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
}
.video-content {
  padding-top: 70px;
  padding-bottom: 70px;
  text-align: center;
  position: relative;
}
.video-content h2 {
  font-size: 38px;
  color: #fff;
}
.video-content p {
  font-size: 14px;
  color: #fff;
  margin: 0 auto;
  max-width: 770px;
}
.video-content .play-btn {
  margin-top: 40px;
  width: 85px;
  height: 85px;
  line-height: 90px;
  border-radius: 50px;
  font-size: 35px;
  background-color: #f81473;
  color: #fff;
  position: relative;
  display: inline-block;
}
.video-content .play-btn:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid #f81473;
  -webkit-animation: ripple 1s linear 2s infinite;
  animation: ripple 1s linear 2s infinite;
}
@-webkit-keyframes ripple {
  0% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.75);
    opacity: 1;
  }
  to {
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes ripple {
  0% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.75);
    opacity: 1;
  }
  to {
    transform: scale(2);
    opacity: 0;
  }
}
/*********************************************
		Latest Bride css
*********************************************/
.bride-wrap {
  padding: 40px 0 10px 0;
}
.brideList .col-lg-5 {
  padding-right: 0;
}
.brideList .col-lg-7 {
  padding-left: 0;
}
.profileInfo {
  padding: 10px 0;
}
.profileInfo .name {
  font-size: 17px;
}
.profileInfo ul li {
  font-size: 14px;
  line-height: 26px;
  color: #595354;
}
.brideImg {
  float: left;
  margin-right: 20px;
  overflow: hidden;
  border-radius: 5px;
  width: 170px;
}
.profileInfo:after {
  clear: both;
  display: table;
  content: "";
}
.brideImg img {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.brideList:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.brideList {
  margin-bottom: 30px;
}
.groomsWrp {
  background: none;
}
/*********************************************
		Get Start css
*********************************************/
.getstart-wrap {
  padding: 80px 0;
  text-align: center;
  background: #7f35ed;
  background: linear-gradient(90deg, #7f35ed 0%, #f81473 100%);
  position: relative;
  z-index: 1;
}
.getstart-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.15;
  height: 100%;
  z-index: -1;
  background-image: url(../images/bg_lines.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 200%;
}
.get-start h3 {
  color: #fff;
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 10px;
}
.get-start p {
  max-width: 770px;
  margin: 0 auto;
  color: #fff;
}
.get-start a {
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 16px 36px;
  border: 2px solid #fff;
  border-radius: 5px;
  color: #fff;
  box-shadow: 0px 6px 15px rgba(1, 1, 1, 0.2);
  margin-top: 30px;
}
.get-start i {
  padding-left: 8px;
}
.get-start a:hover {
  background: #fff;
  color: #7f35ed;
}
/*********************************************
		Caste And Cities css
*********************************************/
.caste-wrap {
  padding: 40px 0;
}
.casteWrp {
  background: #fff;
}
.casteWrp h3 {
  font-size: 23px;
  font-weight: bold;
  color: #7f35ed;
}
.casteWrp ul li {
  float: left;
  width: 50%;
  line-height: 30px;
  position: relative;
}
.casteWrp ul li a {
  text-decoration: none;
  font-size: 14px;
  color: #868181;
}
.casteWrp ul li a:hover {
  color: #7f35ed;
}
.casteWrp ul:after {
  content: "";
  clear: both;
  display: table;
}
/*********************************************
		Testimonials css
*********************************************/
.testimonials-wrap {
  background: #f7fafd;
  padding: 50px 0;
}
.testimonials_list .testimonials_sec {
  background: #fff;
  padding: 30px;
  border-radius: 5px;
  margin-bottom: 30px;
}
.testimonials_list .testimonials_sec p {
  margin-bottom: 0;
  font-style: italic;
}
.client_sec {
  margin-top: 10px;
}
.client_sec .clientImg {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #7f35ed;
  float: left;
  margin-right: 15px;
  padding: 5px;
  background: #fff;
}
.client_sec .clientImg img {
  border-radius: 50%;
}
.client_sec h3 {
  font-size: 18px;
  margin: 0;
  padding-top: 12px;
}
.client_sec .desi {
  font-size: 14px;
}
/*********************************************
		Footer css
*********************************************/
.footer-wrap {
  background: #222;
  padding: 50px 0 20px 0;
}
.footer-wrap h3 {
  font-size: 22px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 15px;
}
.footer-wrap .footernav li {
  line-height: 30px;
  position: relative;
}
.footer-wrap .footernav li a {
  text-decoration: none;
  font-size: 14px;
  color: #bab8b9;
}
.footer-wrap .footernav li a:hover {
  color: #f81473;
}
.footer-adress {
  list-style: none;
  padding-bottom: 10px;
}
.footer-adress li {
  margin: 0;
  padding-bottom: 15px;
  display: flex;
}
.footer-adress li > i {
  vertical-align: top;
  font-size: 16px;
  color: #f81473;
  padding-top: 7px;
  margin-right: 10px;
}
.footer-adress li span a {
  font-size: 14px;
  color: #cbcbcb;
  text-decoration: none;
  font-weight: normal;
}
.socialLinks {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.socialLinks li {
  position: relative;
  margin-right: 15px;
  display: inline-block;
}
.socialLinks li a {
  position: relative;
  color: #fff;
  font-size: 18px;
}
.socialLinks li a:hover {
  color: #f81473;
}
.ftabout p {
  color: #ccc;
  margin-top: 15px;
}
/*********************************************
		Copyright css
*********************************************/
.copyright-wrap {
  background: #0000008f;
  padding: 10px 0;
}
.copyight {
  font-size: 14px;
  color: #767676;
}
.policy {
  text-align: right;
  color: #767676;
}
.policy a {
  font-size: 14px;
  color: #7f35ed;
  text-decoration: none;
}
.policy a:hover {
  color: #fff;
}
/*********************************************
		Descirption css
*********************************************/
.descirptionWrp {
  padding: 40px 0;
}
.descirptionWrp p {
  font-size: 12px;
  color: #404040;
}
.google-add {
  text-align: center;
  margin-top: 40px;
}
/*********************************************
		Inner Heading css
*********************************************/
.inner-heading {
  background: url("../images/title-bg.jpg") no-repeat top;
  background-size: cover;
  padding: 50px 0;
  text-align: center;
}
.inner-heading h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}
/*********************************************
		Profile css
*********************************************/
.inner-content {
  padding: 20px 0;
  min-height: 300px;
}
.profile-Wrap h1 {
  font-size: 30px;
}
.profile-Wrap h3 {
  margin-top: 0;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}
.profile-image {
  margin-bottom: 15px;
  position: relative;
}
.profile-Wrap p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
}
.contactInfo {
  position: absolute;
  top: 20px;
  right: 10px;
}
.contactInfo li {
  padding: 5px 0;
}
.contactInfo li a {
  border: 1px solid #fff;
  width: 40px;
  height: 40px;
  text-decoration: none;
  text-align: center;
  line-height: 40px;
  display: block;
  font-size: 18px;
  border-radius: 100%;
  color: #fff;
}
.contactInfo li a:hover {
  background: #7f35ed;
  color: #fff;
}
.profile-head {
  background: #c6067c;
  color: #fff;
  padding: 10px 20px;
  font-weight: bold;
}
.basicInfo {
  border: 1px solid #ddd;
  background: #fff;
}
.basicInfo li {
  border-bottom: 1px solid #ddd;
  padding: 5px 10px;
  font-size: 13px;
  float: left;
  width: 50%;
}
.basicInfo:after {
  clear: both;
  display: table;
  content: "";
}
.basicInfo li .usrlabel {
  font-weight: bold;
  float: left;
  width: 45%;
}
.basicInfo li .usrlabel span {
  float: left;
  width: 92%;
}
.usrinfos {
  float: left;
  width: 55%;
}
.basicInfo li:after {
  clear: both;
  content: "";
  display: table;
}
.basicInfo li:last-child {
  border: none;
  float: none;
  width: auto;
  padding: 12px 10px;
}
.basicInfo li:last-child .usrlabel {
  padding-top: 6px;
}
.basicInfo li:last-child .usrinfos {
  padding-top: 6px;
}
.profileLeft {
  background: #fff;
  padding: 15px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.12);
}
.modal-header .close {
  padding: 0;
}
.close {
  position: absolute;
  right: 0px;
  top: 0px;
  border: 1px solid #cf0582 !important;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #ffffff !important;
  color: #cf0582;
  z-index: 1000;
  opacity: 1 !important;
  line-height: 25px;
}
.close:hover {
  background: #cf0582 !important;
  color: #fff;
}
.report-btn {
  margin-top: 20px;
  margin-bottom: 20px;
}
.report-btn a {
  font-size: 14px;
  text-transform: none;
  padding: 12px 15px;
}
.report-btn i {
  padding-left: 5px;
}
.reqcredit {
  text-align: center;
  padding: 20px;
}
.reqcredit p strong {
  font-weight: 700;
  color: #000;
}
.popfield {
  padding: 0 15px;
}
.popfield .fldrw {
  margin-bottom: 15px;
}
.popfield .fldrw label {
  font-size: 14px;
}
.popfield .fldrw textarea.form-control {
  height: 200px;
}
/*********************************************
		Success Stories Page
*********************************************/
.successlist .storybox {
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-bottom: 30px;
  padding: 20px;
  border-bottom: 2px solid #f81473;
}
.successlist .storybox:hover {
  box-shadow: 4px 7px 30px rgba(0, 0, 0, 0.1);
}
.successlist .storybox h3 {
  margin-top: 10px;
  font-size: 24px;
}
.successlist .storybox h3 a {
  color: #f81473;
}
.successlist .storybox .date {
  font-size: 14px;
  color: #777;
  margin-bottom: 10px;
}
.successlist .storybox p {
  font-size: 14px;
  color: #555;
  margin-bottom: 0;
}
.date i {
  color: #7f35ed;
  margin-right: 5px;
}
.successlist .storybox .storyimg {
  overflow: hidden;
}
.successlist .storybox img {
  overflow: hidden;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  transform-style: preserve-3d;
}
.successlist .storybox:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.storydetail .storyimages {
  margin-bottom: 30px;
}
.storydetail .date {
  margin-bottom: 15px;
  font-size: 14px;
}
/*********************************************
		Listing Page
*********************************************/
.listalert {
  background-color: #ecefff;
  border: 1px solid #7f35ed;
  padding: 0;
  margin-bottom: 20px;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  position: relative;
}
.listalert .btn {
  display: inline;
  max-width: 240px;
  margin-right: 15px;
  font-weight: 700;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  line-height: 50px;
  padding: 15px 2rem;
  cursor: pointer;
}
.listalert .btn-secondary {
  background-color: #7f35ed;
  color: #fff;
  border: 0;
  -webkit-transition: background-color 0.3s ease-in;
  transition: background-color 0.3s ease-in;
}
.listingLeft {
  background: #f2f4ff;
  padding: 20px;
}
.listing-wrap .title {
  text-align: left;
  margin-bottom: 40px;
}
.listing-wrap .title h1 {
  font-size: 24px;
}
.listing-wrap .title h1:before {
  left: 0;
  margin: 0;
}
.listing-wrap .input-group {
  margin-bottom: 10px;
}
.listing-wrap .input-group-append {
  display: block;
  margin: 0 0 5px 0;
  width: 100%;
  font-size: 14px;
  font-weight: 600;
}
.listing-wrap .form-control {
  border-radius: 0;
  font-size: 14px;
}
.checkbox {
  margin-top: 16px !important;
  padding-left: 30px;
  font-size: 14px;
}
.checkbox a {
  display: inline-block;
  color: #f81473;
  margin: 0 7px;
}
.checkbox input[type="checkbox"] {
  display: none;
}
.checkbox input[type="checkbox"] + label {
  width: 20px;
  height: 20px;
  border: 1px solid #7f35ed;
  background: #fff;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
}
.checkbox input[type="checkbox"]:checked + label:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  color: #7f35ed;
  padding-left: 2px;
  position: relative;
  top: -3px;
  font-weight: 900;
}
.listing-wrap .sub {
  border-radius: 0;
  padding: 10px 26px;
  font-size: 14px;
}
.profile-listing > li {
  background: #fff;
  padding: 20px;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  margin-bottom: 30px;
  position: relative;
}
.profile-listing > li.feature {
  background: #fff4f9;
}
.profile-listing h3 a {
  text-decoration: none;
  font-size: 20px;
  color: #000;
  font-weight: bold;
}
.profile-listing h3 a:hover {
  color: #7f35ed;
}
.profile-listing > li:hover {
  border-bottom-color: #f81473;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
}
.listingInfo li {
  font-size: 14px;
  color: #000;
  float: left;
  width: 50%;
  margin-bottom: 5px;
}
.listingInfo:after {
  clear: both;
  content: "";
  display: table;
}
.listingInfo li i {
  color: #ccc;
  width: 24px;
}
.listingInfo li span {
  margin-right: 10px;
}
.listing-wrap p {
  font-size: 14px;
  line-height: 24px;
  margin-top: 10px;
  margin-bottom: 0;
}
.listing-wrap h6 {
  margin-top: 10px;
  font-weight: bold;
  margin-bottom: 4px;
  font-weight: 14px;
}
.readmore a {
  text-decoration: none;
  font-size: 14px;
  color: #000;
  font-weight: bold;
  color: #7f35ed;
  display: inline-block;
}
.readmore a:hover {
  color: #000;
}
.profile-listing li .listbtn {
  text-align: center;
  margin-top: 35px;
}
.profile-listing li .listbtn a {
  background: #fff;
  display: inline-block;
  border-radius: 5px;
  color: #999;
  padding: 10px 15px;
  text-align: center;
  border: 1px solid #ddd;
}
.profile-listing li .listbtn a:hover {
  color: #000;
  border-color: #ccc;
  text-decoration: none;
}
.profile-listing li .listbtn a.apply {
  margin-top: 15px;
  font-size: 14px;
  background: #f81473;
  color: #fff;
}
.profile-listing li .listbtn a.apply:hover {
  background: #333;
}
.ribbon_3 {
  position: absolute;
  left: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right;
}
.ribbon_3 span {
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 100px;
  display: block;
  background: #f14f3f;
  background: linear-gradient(#f14f3f 0, #cb4335 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 19px;
  left: -21px;
  text-transform: uppercase;
}
.ribbon_3 span::after,
.ribbon_3 span::before {
  content: "";
  position: absolute;
  top: 100%;
  z-index: -1;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #a3362a;
}
.ribbon_3 span::before {
  left: 0;
  border-left: 3px solid #638908;
  border-right: 3px solid transparent;
}
.ribbon_3 span::after {
  right: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid #638908;
}
.blog-pagination {
  margin-top: 30px;
}
.blog-pagination a,
.blog-pagination span {
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  text-decoration: none;
  line-height: 50px;
  color: #333;
  border: 1px solid #ccc;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 3px;
}
.blog-pagination span {
  border-color: #7f35ed;
  background: #7f35ed;
  color: #fff;
}
.blog-pagination a:hover,
.blog-pagination a.active {
  background: #f81473;
  color: #ffffff;
}
.pageSearch {
  padding: 20px 0;
  background: #fff;
  border-bottom: 1px solid #ccc;
  position: relative;
}
.pageSearch .searchform {
  margin: 0 auto;
}
.pageSearch .searchform label {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
}
.pageSearch a.btn {
  background: #ea67f1;
  color: #fff;
  padding: 13px 15px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 0;
  display: block;
}
.pageSearch a.btn i {
  font-weight: 400;
  font-size: 16px;
  margin-right: 5px;
}
.pageSearch a.btn:hover {
  background: #666;
}
.searchform .row {
  margin: 0 -5px;
}
.searchform .col-lg-3,
.searchform .col-lg-2,
.searchform .col-md-3,
.searchform .col-md-6 {
  padding: 0 5px;
}
.searchform .form-control {
  height: auto;
  padding: 10px 12px;
  font-size: 16px;
  border-radius: 0;
}
.searchform select.form-control {
  padding: 10px 12px;
  background: #fff;
  line-height: 45px;
}
.searchform .btn {
  background: #f81473;
  font-size: 16px;
  color: #fff;
  padding: 10px 20px;
  width: 100%;
  border-radius: 0;
}
.searchform .btn:hover {
  background: #444;
}
.location-input {
  float: left;
  width: 70%;
}
.radius {
  float: right;
  width: 30%;
}
.location-input .form-control {
  border-radius: 5px 0 0 5px;
}
.radius .form-control {
  border-radius: 0 5px 5px 0;
  margin-left: 1px;
}
.displayresult {
  text-align: right;
  margin-bottom: 30px;
}
.listby {
  text-align: left;
}
.listby a {
  display: inline-block;
  padding: 4px 7px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
}
/*---------------------------------------
   Counter section              
-----------------------------------------*/
#counter {
  background: #7f35ed;
  background: linear-gradient(90deg, #f81473 0%, #7f35ed 100%);
  padding: 50px 0;
  text-align: center;
  position: relative;
  z-index: 1;
}
#counter:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.15;
  height: 100%;
  z-index: -1;
  background-image: url(../images/bg_lines.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 200%;
}
.animatebg {
  background: #0562da;
  -webkit-animation: bannerbg 5s linear 2s infinite alternate; /* Safari 4.0 - 8.0 */
  animation: bannerbg 5s linear 2s infinite alternate;
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes bannerbg {
  0% {
    background-color: #0562da;
  }
  25% {
    background-color: #fec107;
  }
  50% {
    background-color: #c90157;
  }
  75% {
    background-color: #95bd1a;
  }
  100% {
    background-color: #95bd1a;
  }
}
/* Standard syntax */
@keyframes bannerbg {
  0% {
    background-color: #0562da;
  }
  25% {
    background-color: #fec107;
  }
  50% {
    background-color: #c90157;
  }
  75% {
    background-color: #95bd1a;
  }
  100% {
    background-color: #95bd1a;
  }
}
#counter .counter-number {
  display: block;
  color: #fff;
  font-size: 60px;
  line-height: 60px;
}
#counter span {
  color: #fff;
  font-weight: bold;
}
.counter-icon {
  font-size: 60px;
  margin-bottom: 15px;
  color: rgba(255, 255, 255, 0.5);
}
/*********************************************
		About Page
*********************************************/
.about-wrap p a {
  text-decoration: none;
  color: #7f35ed;
}
.aboutSection {
  padding: 50px 0;
}
.about_box .title {
  text-align: left;
  margin-bottom: 40px;
}
.about_box .title p {
  margin-bottom: 0;
  color: #f81473;
}
.about_box .bar {
  margin-left: 0;
}
.readmore {
  margin-top: 20px;
}
.readmore a {
  text-decoration: none;
  font-size: 14px;
  background: #7f35ed;
  text-transform: uppercase;
  border-radius: 5px;
  font-weight: bold;
  display: inline-block;
  padding: 15px 35px;
  color: #fff;
  box-shadow: 0 4px 13px -5px rgba(0, 0, 0, 0.5);
}
.readmore a:hover {
  color: #fff;
  background: #1d2435;
}
ul.tick {
  list-style: none;
}
ul.tick li {
  position: relative;
  padding-left: 25px;
  font-size: 15px;
  font-weight: 600;
}
ul.tick li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  content: "\f061";
  position: absolute;
  top: 0;
  left: 0;
  color: #ff3076;
}
ul.tick li {
  margin-bottom: 10px;
}
/**/
.profileDetails {
  background: #7f35ed;
  background: linear-gradient(140deg, #7f35ed 0%, #f81473 100%);
  color: #fff;
  border-radius: 0.25rem;
  padding: 1.5rem;
  margin-bottom: 30px;
}
.profileDetails .profile-picture {
  width: 100%;
}
.profileDetails .profile-radius {
  border: 10px solid rgb(198 6 124 / 5%);
  width: 200px;
  border-radius: 50%;
  margin-top: 15px;
}
.profileDetails .profile_img {
  height: 175px;
  width: 180px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
}
.profileDetails .profile_img img {
  height: auto;
  width: 100%;
  border-radius: 50%;
}
.userdetailbox {
  background: #222;
  padding: 25px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}
.userdetailbox h3 {
  color: #fff;
  font-size: 24px;
}
.userdetailbox ul li {
  color: #9c9abe;
  font-size: 14px;
  margin-bottom: 5px;
}
.userdetailbox ul li i,
.userdetailbox ul li span {
  color: #f81473;
}
.usertabls {
  margin-bottom: 40px;
  background: #333;
  padding: 15px;
}
.usertabls ul {
  margin-bottom: 0;
}
.usertabls ul li {
  display: inline-block;
}
.usertabls ul li a {
  color: #fff;
  transition: all ease 0.5s;
  text-align: left;
  font-size: 14px;
  display: block;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  padding: 10px 20px;
}
.usertabls ul li a:hover {
  text-decoration: none;
  background: #f81473;
}
.usertabls ul li.views {
  float: right;
  color: #fff;
  margin-top: 10px;
}
.usertabls ul:after {
  clear: both;
  display: table;
  content: "";
}
.authorDetail {
  text-align: center;
  padding-top: 15px;
}
.authorDetail h2 {
  font-weight: 600;
  font-size: 20px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.authorDetail P {
  font-size: 16px;
  color: #fff;
  margin-bottom: 5px;
}
.authorDetail ul {
  list-style: none;
  margin: 0px;
  padding: 10px 0;
}
.authorDetail ul li {
  display: inline-block;
  padding: 0px 10px;
}
.authorDetail ul li a {
  color: #f81473;
}
.badge-light {
  background-color: #e0e0e0 !important;
  color: #000 !important;
}
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}
.authorDetail P i {
  padding-right: 10px;
}
.authorgallery {
  margin-top: 30px;
}
.authorgallery .row {
  margin: 0 -5px;
}
.authorgallery .col-lg-4 {
  padding: 0 5px;
}
.authorgallery h2 {
  font-weight: 600 !important;
  font-size: 1.5rem !important;
  line-height: 1.3;
}
.work_item {
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
}
.work_item .work_image img {
  width: 100%;
  display: block;
  border: 0;
  width: 100% !important;
  height: auto !important;
}
.work_item .caption {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  opacity: 0;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: all 0.5s cubic-bezier(0, 1, 0.8, 1);
  -moz-transition: all 0.5s cubic-bezier(0, 1, 0.8, 1);
  -ms-transition: all 0.5s cubic-bezier(0, 1, 0.8, 1);
  -o-transition: all 0.5s cubic-bezier(0, 1, 0.8, 1);
  transition: all 0.5s cubic-bezier(0, 1, 0.8, 1);
}
.work_item:hover .caption {
  cursor: zoom-in;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 0.7;
  background-color: #c6067c;
}
.work_item .caption .caption-box {
  margin: auto;
  padding: 15px 0;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 17%;
  right: 17%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.work_item .caption .caption-box:before {
  content: "";
  display: block;
  position: absolute;
  background: #fff;
  width: 100%;
  height: 1px;
  margin: auto;
  top: -100px;
  left: 0;
  right: 0;
  -webkit-transition: all 0.4s cubic-bezier(0, 1, 0.8, 1);
  -moz-transition: all 0.4s cubic-bezier(0, 1, 0.8, 1);
  -ms-transition: all 0.4s cubic-bezier(0, 1, 0.8, 1);
  -o-transition: all 0.4s cubic-bezier(0, 1, 0.8, 1);
  transition: all 0.4s cubic-bezier(0, 1, 0.8, 1);
}
.work_item .caption .caption-box:after {
  content: "";
  display: block;
  position: absolute;
  background: #fff;
  width: 100%;
  height: 1px;
  margin: auto;
  bottom: -100px;
  left: 0;
  right: 0;
  -webkit-transition: all 0.4s cubic-bezier(0, 1, 0.8, 1);
  -moz-transition: all 0.4s cubic-bezier(0, 1, 0.8, 1);
  -ms-transition: all 0.4s cubic-bezier(0, 1, 0.8, 1);
  -o-transition: all 0.4s cubic-bezier(0, 1, 0.8, 1);
  transition: all 0.4s cubic-bezier(0, 1, 0.8, 1);
}
.work_item:hover .caption .caption-box:before {
  top: 0;
}
.work_item:hover .caption .caption-box:after {
  bottom: 0;
}
.work_item .caption .caption-box i {
  text-transform: uppercase;
  color: #fff;
  font-size: 1.8em;
  font-weight: 700;
  letter-spacing: 2px;
}
.hiddengal {
  background: #eee;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-bottom: 30px;
  padding: 30px;
  text-align: center;
}
/*viewpage*/
.userinfotabs {
  border: 1px solid #dedede;
  background: #fff;
  padding: 25px;
  border-radius: 0 0 0.25rem;
  border-top: 1px solid #7f35ed;
  border-bottom: 2px solid #f81473;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}
.viewpage .info-box {
  position: relative;
  margin-bottom: 30px;
}
.viewpage .info-box .header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #7f35ed;
  background: linear-gradient(90deg, #7f35ed 0%, #f81473 100%);
  padding: 10px 15px;
}
.viewpage .info-box .header .edit_links {
  color: #fff;
  background-color: #5e32e1;
  transition: all ease 0.5s;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 13px;
  border-radius: 3px;
  text-align: center;
}
.info-box p {
  padding: 10px 0;
}
.info-box .header .title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0px;
  text-align: left;
  color: #fff;
}
.viewpage .content .infolist {
  margin-bottom: 0;
  padding: 0;
}
.viewpage .content .infolist li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 5px 0;
}
.info-box .content .infolist li span {
  font-size: 13px;
  line-height: 26px;
  font-weight: 600;
}
.info-box .content .infolist li span + span {
  font-size: 14px;
  line-height: 26px;
  font-weight: normal;
}
.editDetails ul {
  list-style: none;
}
.editDetails ul li {
  margin-bottom: 5px;
}
.editDetails ul li a {
  background: #5e32e1;
  color: #fff;
  transition: all ease 0.5s;
  text-align: left;
  font-size: 14px;
  display: block;
  padding: 0.625rem 1rem;
}
.editDetails ul li a i {
  margin-right: 7px;
}
.editDetails ul li a:hover {
  background: #000;
  text-decoration: none;
}
.editDetails ul li a .badge {
  background: #f81473;
}
.profiletabs {
  text-align: left;
}
.profiletabs .nav-item {
  padding: 0;
  margin-bottom: 0;
}
.profiletabs .nav-link {
  font-size: 16px;
  font-weight: 700;
  border: none;
  background: #eee;
  padding: 12px 30px;
  color: #333;
}
.profiletabs .nav-item.show .nav-link,
.profiletabs .nav-link.active {
  background: #7f35ed;
  color: #fff;
}
.introbox {
  margin-bottom: 30px;
}
.introbox h3 {
  font-size: 18px;
  font-weight: 700;
}
/********************************************
       contact-page
********************************************/
.contact-page .steps-item {
  counter-increment: stepsNum;
  border: 1px solid #eee;
  padding: 25px 20px 25px;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  transition: all 200ms ease-in;
  border-radius: 5px;
  box-shadow: 4px 7px 30px rgba(0, 0, 0, 0.1);
  min-height: 195px;
}
.contact-page .steps-item .icon {
  font-size: 45px;
  margin-bottom: 10px;
  color: #7f35ed;
}
.contact-page .steps-item p {
  font-size: 16px;
  color: #333;
  font-weight: 700;
}
.contact-page .steps-item p a {
  color: #000;
}
.contact-page .steps-item:hover p {
  color: #fff;
  text-decoration: none;
}
.contact-page .steps-item:hover {
  background: #f81473;
  color: #fff;
}
.contact-page .section-title {
  padding-top: 50px;
}
.contact-page .section-title h3 {
  color: #000;
}
.contact-page .section-title p {
  color: #b2b2b2;
}
.contact-page .form-group {
  margin-bottom: 30px;
}
.contact-page .form-control {
  height: 50px;
  width: 100%;
  padding-left: 15px;
  padding-right: 5px;
  border-radius: 0;
  box-shadow: none;
  text-shadow: none;
  border: none;
  border: 1px solid #eee;
  background: #ffffff;
  color: #6d6d6d;
  font-size: 16px;
}
.contact-page textarea.form-control {
  height: 200px;
}
.services_wrappp {
  background: #fff;
  padding: 75px 0px;
}
.services_wrappp .section-title h3 {
  color: #000;
}
.services_wrappp .section-title p {
  color: #b2b2b2;
}
.gmap iframe {
  display: block;
  height: 450px;
  width: 100%;
}
.services_wrappp .col-lg-4:nth-child(4) {
  margin-top: 35px;
}
.services_wrappp .col-lg-4:nth-child(5) {
  margin-top: 35px;
}
.services_wrappp .col-lg-4:nth-child(6) {
  margin-top: 35px;
}
.services_wrappp .service-style img {
  margin-bottom: 30px;
}
.services_wrappp .list-check {
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
  font-size: 14px;
}
.services_wrappp .list-check li {
  padding: 5px 5px 5px 0px;
  position: relative;
}
.services_wrappp .list-check li i {
  padding-right: 10px;
}
.single-widgets {
  padding: 30px 28px 35px;
  margin: 0 0 40px;
  background: #f7f7f7;
}
.single-widgets .title {
  margin-bottom: 60px;
  position: relative;
}
.single-widgets .title:after {
  left: 0;
  margin-left: 0;
  background: #ee3131;
  content: "";
  width: 56px;
  height: 2px;
  position: absolute;
  bottom: -18px;
  left: 0;
}
.single-widgets.widget_search form {
  position: relative;
}
.single-widgets.widget_search form button {
  position: absolute;
  right: 5px;
  top: 5px;
  bottom: 0px;
  cursor: pointer;
  border-radius: 0px;
  background: #ee3131;
  color: #ffffff;
  border: 0;
  font-size: 14px;
  line-height: 50px;
  height: 50px;
  width: 52px;
}
.single-widgets.widget_search form input[type="search"] {
  border-radius: 0px;
  border: 1px solid #ebedf5;
  background: #f9fafc;
  font-size: 14px;
  padding: 10px 70px 10px 16px;
  height: 60px;
  width: 100%;
}
.single-widgets.widget_search form input[type="search"]:focus {
  border: 0px;
}
.single-widgets .category_wrp {
  padding: 0;
  list-style: none;
}
.single-widgets .category_wrp li {
  display: block;
  border-bottom: 1px solid #eaeaea;
  padding: 11px 0;
}
.single-widgets .category_wrp li a {
  text-decoration: none;
  color: #000;
  font-size: 14px;
}
.single-widgets .category_wrp li a:hover {
  color: #ee3131;
}
.single-widgets .category_wrp li:first-child {
  border-top: none;
}
.single-widgets .category_wrp li a i {
  padding-right: 10px;
}
.single-widgets .category_wrp li a span {
  float: right;
  background: #ee3131;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 15px;
  text-align: center;
}
.tagswrp li {
  display: inline-block;
  margin-bottom: 10px;
}
.tagswrp li a {
  color: #242323;
  line-height: 32px;
  display: block;
  border: 1px solid #ee3131;
  text-decoration: none;
  padding: 6px 14px;
  font-size: 14px;
}
.tagswrp li a:hover {
  background: #ee3131;
  color: #fff;
  border-color: #ee3131;
}
/*********************************************
		Revolution slider options
**********************************************/
.tp-banner-container {
  position: relative;
  padding: 0;
  width: 100%;
}
.tp-banner {
  position: relative;
  width: 100%;
}
.tp-banner ul {
  padding: 0;
  margin: 0;
}
.tp-caption {
  line-height: normal !important;
}
.tp-caption a {
  color: inherit !important;
}
.tp-bullets.simplebullets.round .bullet {
  border: 3px #fff solid;
  border-radius: 50%;
  background-image: none !important;
}
.tparrows {
  width: auto !important;
  height: auto !important;
  background-image: none !important;
}
.tp-arr-allwrapper {
  margin: 0 10px;
  width: 50px;
  height: 60px;
}
.tp-arr-allwrapper:hover .tp-arr-iwrapper {
  color: #fff;
}
.tp-leftarrow .tp-arr-allwrapper {
}
.tp-rightarrow .tp-arr-allwrapper {
}
.tp-arr-iwrapper {
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 60px;
}
.tp-leftarrow .tp-arr-iwrapper {
}
.tp-leftarrow .tp-arr-iwrapper:before {
  content: "\f104";
}
.tp-rightarrow .tp-arr-iwrapper:before {
  content: "\f105";
}
.tp-rightarrow .tp-arr-iwrapper {
}
.slide-h1 {
  margin: 5px 0 !important;
  padding: 0 0 10px !important;
  padding-bottom: 5px !important;
  color: #444;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 57px;
}
.slide-h2 {
  margin: 5px 0 !important;
  padding: 0 0 10px !important;
  padding-bottom: 5px !important;
  color: #555;
  font-weight: bold;
  font-size: 55px;
  line-height: 100%;
}
.big-font {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 60px;
}
.large-desc {
  font-size: 16px;
}
.slide-h3 {
  color: #fff;
  font-size: 31px;
  line-height: 100%;
}
.slide-h3 span {
  text-transform: uppercase;
  font-weight: bold;
}
.slide-head {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 30px;
}
.slide-desc {
  font-size: 22px;
  line-height: 150%;
}
.main-title {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 70px;
}
.icon-cont {
  padding: 15px 40px;
  border-radius: 10px;
  text-align: center;
}
.icon-cont:after {
  position: absolute;
  bottom: -10px;
  left: 40%;
  z-index: 5;
  display: inline-block;
  width: 0;
  height: 0;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  content: "";
}
.icon-cont i {
  margin-bottom: 10px;
  color: #fff;
  font-size: 50px;
}
.icon-cont span {
  display: block;
  padding: 0 0 5px;
  color: #fff;
  text-align: center;
  font-size: 18px;
}
a.wit-btn {
  background: #fff;
  color: #333 !important;
  text-transform: uppercase;
}
.wit-line {
  width: 5%;
  height: 1px;
  background: #fff;
}
.vert-line {
  min-height: 270px;
  width: 1px;
  background: #fff;
}
.subTxt {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 17px;
  color: #333;
}
.large-title {
  color: #222;
  font-size: 60px;
  font-weight: 800;
  text-transform: uppercase !important;
}
.large-light-title {
  color: #787878 !important;
  font-size: 70px;
  font-weight: lighter;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.large-text {
  font-size: 20px;
  color: #000;
  font-weight: lighter;
}
.larger-text {
  font-size: 24px;
  font-weight: lighter;
  text-transform: uppercase;
}
.witTxt {
  color: #fff !important;
}
.light-font {
  font-weight: lighter !important;
  font-size: 50px;
}
.black-bg {
  background: rgba(0, 0, 0, 0.63);
  color: #a8a8a8;
  text-transform: none;
}
.lft-list {
  padding: 10px;
  font-size: 18px;
  color: #fff;
}
.wit-border {
  border: 1px #fff solid;
  padding: 15px 60px;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}
.rounded-bord {
  margin-right: 15px;
  border: 1px #fff solid;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 13px;
  border-radius: 50%;
}
#vertical-ticker {
  height: 120px;
  overflow: hidden;
}
#vertical-ticker li {
  padding: 15px 20px;
  display: block;
  text-align: center;
}
.to-bottom i.fa {
  font-size: 30px;
  border: 2px #a8a8a8 solid;
  padding: 20px 22px;
  border-radius: 50%;
  -webkit-animation: bounce 2s infinite linear;
  animation: bounce 2s infinite linear;
}
.slidertext1 {
  color: #fff;
  font-size: 72px;
  font-weight: 700;
  padding: 15px 0;
  text-transform: none;
  font-family: "Montserrat", sans-serif;
}
.slidertext2 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  padding: 15px 0;
  text-transform: none;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 5px;
}
.sliderpara {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding: 15px 0;
  text-transform: none !important;
}
.sliderbtn a {
  color: #fff !important;
}
.sliderbtn a:hover {
  color: #fff !important;
}
.tp-bannertimer {
  display: none;
}
@-webkit-keyframes bounce {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(-30%);
  }
  100% {
    transform: translateY(0);
  }
}
/* Mozilla Firefox 15 below */
@-moz-keyframes bounce {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(-30%);
  }
  100% {
    transform: translateY(0);
  }
}
/* Opera 12.0 */
@-o-keyframes bounce {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(-30%);
  }
  100% {
    transform: translateY(0);
  }
}
/* W3, Opera 12+, Firefox 16+ */
@keyframes bounce {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(-30%);
  }
  100% {
    transform: translateY(0);
  }
}
/*********************************************
		Wedding Services
*********************************************/
.service-grids {
  margin: 0 -15px;
}
.service-grids .grid {
  background-color: #fff;
  border: 1px solid #ede8fc;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  margin-bottom: 30px;
}
.service-grids .grid .servcontent {
  padding: 30px;
}
.service-grids .grid .icon {
  background: #fff;
  margin: 0 auto;
  text-align: center;
}
.service-grids .grid h3 {
  font-size: 24px;
  margin: 0.3em 0 1em;
  line-height: 28px;
}
.service-grids .grid p {
  font-size: 16px;
  margin: 0;
  font-family: "Montserrat", sans-serif;
}
.service-grids .grid:hover {
  background: #7f35ed;
  background: linear-gradient(90deg, #7f35ed 0%, #f81473 100%);
}
.service-grids .grid:hover .fi:before,
.service-grids .grid:hover h3,
.service-grids .grid:hover p {
  color: #fff;
}
.service_details p a {
  text-decoration: none;
  color: #7a17c5;
  font-weight: bold;
}
.service_details p a:hover {
  color: #000;
}
.service_details p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  margin-bottom: 30px;
}
.service_details h4 {
  font-weight: 600;
  color: #7a17c5;
  font-size: 1.5rem;
}
/*********************************************
		Price Card
*********************************************/
.price-card {
  margin-bottom: 30px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 0 15px hsla(0, 0%, 40%, 0.1);
  padding-bottom: 20px;
}
.price-card .content {
  padding: 20px 20px 10px;
  background: #7f35ed;
  background: linear-gradient(140deg, #f81473 0%, #7f35ed 100%);
  border-radius: 0;
  margin-bottom: 20px;
}
.price-card .content i {
  font-size: 50px;
  background-color: #fff;
  color: #11114b;
  width: 85px;
  height: 85px;
  line-height: 85px;
  border-radius: 50px;
  display: inline-block;
  text-align: center;
  margin-bottom: 15px;
}
.price-card .content h3 {
  color: #fff;
  padding: 10px 0;
  background-color: rgba(236, 234, 233, 0.34);
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 20px;
}
.price-card .content h2 {
  font-size: 45px;
  color: #fff;
  font-weight: 700;
}
.price-card .content h2 sup {
  font-size: 30px;
  font-weight: 400;
}
.price-card .content span {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  position: relative;
  top: -15px;
}
.price-card .content p {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  position: relative;
  top: -15px;
  font-style: italic;
}
.price-card ul {
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
}
.price-card ul li {
  display: block;
  color: #777;
  padding: 10px 0;
  border-bottom: 1px solid #ededed;
}
.default-btn {
  padding: 12px 27px;
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  text-transform: capitalize;
  background-color: #7f35ed;
  border: none;
  outline: none;
  border-radius: 5px;
  box-shadow: 0 4px 13px -5px rgba(0, 0, 0, 0.5);
  display: inline-block;
}
.default-btn:hover {
  text-decoration: none;
  background: #333;
  color: #fff;
}
/************** Profile ******************/
.add-listing-box {
  background: #ffffff;
  border: 1px solid #eaeff5;
  -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
  box-shadow: 0 2px 10px 0 #d8dde6;
  padding: 25px;
  margin-bottom: 30px;
}
.listing-box-header {
  text-align: center;
  margin: 25px 0 35px 0;
}
.listing-box-header i {
  color: #ccc;
  font-size: 48px;
}
.listing-box-header h3 {
  font-size: 28px;
  font-weight: 700;
}
.add-listing-box label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 14px;
}
.add-listing-box .form-control {
  height: 50px;
  border: 1px solid #dde6ef;
  margin-bottom: 10px;
  box-shadow: none;
  border-radius: 0;
  background: #fff;
  font-size: 15px;
  color: #445461;
  font-weight: 400;
}
.add-listing-box textarea.form-control {
  height: 200px;
}
.add-listing-box .input-group-text {
  padding: 12px 20px;
  line-height: 24px;
  display: inline-table;
  border-radius: 0;
}
.form-control:hover,
.form-control:focus {
  border: 1px solid #f81473;
  -webkit-box-shadow: 0 1px 1px rgba(7, 177, 7, 0.075);
  box-shadow: 0 1px 1px rgba(7, 177, 7, 0.075);
  outline: none;
}
textarea.form-control {
  height: auto;
}
.edit-info .avater-box {
  width: 140px;
  margin: 0 auto;
  margin-bottom: 20px;
  height: 140px;
  position: relative;
  display: inline-block;
  background: #ffffff;
  border: 1px solid #eaeff5;
  -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
  box-shadow: 0 2px 10px 0 #d8dde6;
  border-radius: 50%;
  padding: 10px;
}
.upload-btn-wrapper {
  position: absolute;
  overflow: hidden;
  display: inline-block;
  bottom: -3px;
  left: 0;
}
.edit-info .btn {
  border: 1px solid #ff3a72;
  color: #ff3a72;
  background-color: #ffffff;
  padding: 6px 16px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: bold;
}
.upload-btn-wrapper input[type="file"] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.img-circle {
  border-radius: 50%;
}
.d-block {
  display: block;
  margin-bottom: 10px;
}
.theme-btn {
  background: #5e32e1;
  border: 1px solid #5e32e1;
  color: #ffffff;
  text-transform: uppercase;
  padding: 15px 40px;
}
.theme-btn:hover {
  color: #fff;
  background: #333;
}
.inputfile {
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.inputfile + label {
  font-size: 14px;
  font-weight: 700;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  overflow: hidden;
  text-align: center;
}
.inputfile + label {
  color: #d3394c;
}
.inputfile + label figure {
  height: 100px;
  border: 1px dashed #ddd;
  background-color: #eee;
  border-radius: 5px;
  display: block;
  position: relative;
  padding: 30px;
  margin: 0 auto;
}
.inputfile + label i {
  width: 100%;
  color: #666;
  font-size: 24px;
}
.inputfile + label span {
  display: block;
}
.reqpro img {
  width: 40px;
}
.reqpro td,
.reqpro th {
  font-size: 14px;
}
.reqpro .btn {
  background: #7f35ed;
  font-size: 12px;
  padding: 8px 12px;
  box-shadow: 0 4px 13px -5px rgba(0, 0, 0, 0.5);
  color: #fff;
}
.btn.delete {
  background: #f81473;
}
.single-widgets {
  padding: 30px 28px 35px;
  margin: 0 0 40px;
  background: #f7f7f7;
}
.single-widgets .title {
  margin-bottom: 60px;
  position: relative;
  text-align: left;
}
.single-widgets .title:after {
  left: 0;
  margin-left: 0;
  background: #f81473;
  content: "";
  width: 56px;
  height: 2px;
  position: absolute;
  bottom: -18px;
  left: 0;
}
.single-widgets.widget_search form {
  position: relative;
}
.single-widgets.widget_search form button {
  position: absolute;
  right: 5px;
  top: 5px;
  bottom: 0px;
  cursor: pointer;
  border-radius: 0px;
  background: #f81473;
  color: #ffffff;
  border: 0;
  font-size: 14px;
  line-height: 50px;
  height: 50px;
  width: 52px;
}
.single-widgets.widget_search form input[type="search"] {
  border-radius: 0px;
  border: 1px solid #ebedf5;
  background: #f9fafc;
  font-size: 14px;
  padding: 10px 70px 10px 16px;
  height: 60px;
  width: 100%;
}
.single-widgets.widget_search form input[type="search"]:focus {
  border: 0px;
}
.single-widgets .category_wrp {
  padding: 0;
  list-style: none;
}
.single-widgets .category_wrp li {
  display: block;
  border-bottom: 1px solid #eaeaea;
  padding: 11px 0;
}
.single-widgets .category_wrp li a {
  text-decoration: none;
  color: #000;
  font-size: 14px;
}
.single-widgets .category_wrp li a:hover {
  color: #f81473;
}
.single-widgets .category_wrp li:first-child {
  border-top: none;
}
.single-widgets .category_wrp li a i {
  padding-right: 10px;
}
.single-widgets .category_wrp li a span {
  float: right;
  background: #f81473;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 15px;
  text-align: center;
}
.tagswrp li {
  display: inline-block;
  margin-bottom: 10px;
}
.tagswrp li a {
  color: #242323;
  line-height: 32px;
  display: block;
  border: 1px solid #f81473;
  text-decoration: none;
  padding: 6px 14px;
  font-size: 14px;
}
.tagswrp li a:hover {
  background: #f81473;
  color: #fff;
  border-color: #f81473;
}
.userstats {
  margin-top: 0;
}
.statint {
  background: #7f35ed;
  padding: 0 30px 10px;
  border-radius: 10px;
  box-shadow: 3px 8px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}
.statint:after {
  clear: both;
  display: table;
  content: "";
}
.statint .sticon {
  background: #f0f2f7;
  border-radius: 0 0 30px 30px;
  width: 60px;
  text-align: center;
  padding: 15px 5px 12px 5px;
  float: left;
}
.statint .sticon img {
  width: 40px;
}
.statint .count {
  font-size: 30px;
  font-weight: 700;
  text-align: right;
  padding-top: 18px;
  color: #fff;
}
.statint .stname {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  margin-left: 0;
  margin-top: 10px;
  clear: both;
}
.packageinfo {
  margin-bottom: 0;
}
.titlepkg {
  background: #333;
  height: 170px;
  border-radius: 10px;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  padding-top: 30px;
  color: #fff;
}
.packdetail {
  padding: 0 30px;
  position: relative;
  margin-top: -80px;
}
.packdetail .pkgbox {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 3px 8px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  text-align: center;
  min-height: 160px;
}
.packdetail .pkgbox h3 {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 20px;
}
.packdetail .pkgbox h3:after {
  content: "";
  border-bottom: 2px dashed #999;
  margin: 10px 40px;
  display: block;
  width: auto;
  padding-top: 10px;
}
.packdetail .pkgbox h6 {
  color: #5b5b5b;
  font-size: 18px;
}
.paypackages h3 {
  font-size: 24px;
  margin-bottom: 30px;
}
.packagesbox {
  background: #fff;
  box-shadow: -6px 15px 11px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 30px;
  margin-top: 40px;
}
.packagesbox .plan-name {
  background: url("../images/plan-bg.html") no-repeat top;
  width: 94px;
  height: 94px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin: 0 auto;
  text-align: center;
  padding-top: 35px;
}
.packagesbox .planprice {
  text-align: center;
  margin-top: 20px;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
}
.packagesbox .planprice strong {
  color: #c512cc;
  font-size: 30px;
}
.payfeat li {
  text-align: center;
  font-size: 20px;
  margin-top: 15px;
  color: #7e7e7e;
  font-weight: 700;
}
.payfeat li strong {
  color: #000;
}
.payfeat li:before {
  content: "";
  border-top: 2px dashed #ccc;
  margin: 10px 50px;
  display: block;
  width: auto;
}
/************************************************
           == FAQs css==
*************************************************/
.faqs {
  margin-bottom: 30px;
}
.faqs .panel-default > .panel-heading {
  background: none;
  border: none;
  padding: 0;
}
.faqs h4 a {
  padding: 15px 55px 15px 15px;
  display: block;
  background: #7f35ed;
  color: #fff;
  font-size: 18px;
  position: relative;
}
.panel-group h3 {
  font-size: 30px;
  margin-bottom: 10px;
  margin-top: 15px;
}
.panel-group .panel {
  border-radius: 0;
  margin-bottom: 20px;
  border: 1px solid #eee;
}
.panel-group .panel-body {
  line-height: 24px;
  color: #555;
  padding: 15px;
}
.faqs h4 .collapsed:hover,
.faqs h4 a:hover,
.faqs h4 a:active {
  text-decoration: none;
  background: #7f35ed;
  color: #fff;
}
.faqs h4 a:before {
  content: "\f068";
  background: #fff;
  font-family: "Font Awesome 5 Free";
  width: 30px;
  padding: 6px 0;
  color: #7f35ed;
  position: absolute;
  right: 15px;
  top: 8px;
  font-weight: 900;
  font-size: 16px;
  display: inline-block;
  text-align: center;
  transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -webkit-transition: 0.3s ease-in;
  -ms-transition: 0.3s ease-in;
  line-height: 18px;
  border-radius: 50%;
}
.faqs h4 .collapsed:before {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  background: #666;
  width: 30px;
  padding: 6px 0;
  color: #fff;
  position: absolute;
  right: 15px;
  top: 8px;
  font-weight: 900;
  font-size: 16px;
  display: inline-block;
  text-align: center;
  transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -webkit-transition: 0.3s ease-in;
  -ms-transition: 0.3s ease-in;
  text-decoration: none;
}
.faqs h4 a.collapsed {
  background: #fff;
  color: #666;
  text-decoration: none;
}
/*********************************************
		Sign up
*********************************************/
.nav-tabs.wizard {
  background-color: transparent;
  padding: 0;
  width: 100%;
  border-radius: 0.25em;
  clear: both;
  border-bottom: none;
}
.nav-tabs.wizard li {
  width: 100%;
  float: none;
  margin-bottom: 3px;
}
.nav-tabs.wizard li > * {
  position: relative;
  padding: 1em 0.8em 0.8em 2.5em;
  color: #fff;
  background-color: #703d2f;
  border-color: #703d2f;
}
.nav-tabs.wizard > li > a {
  text-decoration: none;
  opacity: 1;
  font-size: 14px;
  display: block;
  border-radius: 0;
}
.nav-tabs.wizard li.completed > * {
  color: #fff !important;
  background-color: #96c03d !important;
  border-color: #96c03d !important;
  border-bottom: none !important;
}
.nav-tabs.wizard li.active > * {
  color: #fff !important;
  background-color: #c6067c !important;
  border-color: #c6067c !important;
  border-bottom: none !important;
}
.nav-tabs.wizard li::after:last-child {
  border: none;
}
.nav-tabs.wizard a:hover {
  color: #fff;
  background-color: #c6067c;
  border-color: #c6067c;
}
span.nmbr {
  display: inline-block;
  padding: 10px 0 0 0;
  background: #ffffff;
  width: 35px;
  line-height: 100%;
  height: 35px;
  margin: auto;
  border-radius: 50%;
  font-weight: bold;
  font-size: 16px;
  color: #555;
  margin-bottom: 10px;
  text-align: center;
}
@media (min-width: 992px) {
  .nav-tabs.wizard li {
    position: relative;
    padding: 0;
    margin: 4px 4px 4px 0;
    width: 24.6%;
    float: left;
    text-align: center;
  }
  .nav-tabs.wizard li.active a {
    padding-top: 15px;
  }
  .nav-tabs.wizard li::after,
  .nav-tabs.wizard li > *::after {
    content: "";
    position: absolute;
    top: 1px;
    left: 100%;
    height: 0;
    width: 0;
    border: 45px solid transparent;
    border-right-width: 0;
    /*border-left-width: 20px*/
  }
  .nav-tabs.wizard li::after {
    z-index: 1;
    -webkit-transform: translateX(4px);
    -moz-transform: translateX(4px);
    -ms-transform: translateX(4px);
    -o-transform: translateX(4px);
    transform: translateX(4px);
    border-left-color: #fff;
    margin: 0;
  }
  .nav-tabs.wizard li > *::after {
    z-index: 2;
    border-left-color: inherit;
  }
  .nav-tabs.wizard > li:nth-of-type(1) > a {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .nav-tabs.wizard li:last-child a {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .nav-tabs.wizard li:last-child {
    margin-right: 0;
  }
  .nav-tabs.wizard li:last-child a:after,
  .nav-tabs.wizard li:last-child:after {
    content: "";
    border: none;
  }
  span.nmbr {
    display: block;
  }
}
.btn-primary {
  background-color: #7f35ed;
  border-color: #7f35ed;
}
.btn-primary:hover {
  background-color: #333;
}
.modal-body h3 {
  font-size: 20px;
}
.signup-wrap {
  max-width: 700px;
  margin: 0 auto;
  padding: 40px;
  background: #fff;
  border: 1px solid #eee;
  border: 1px solid #f81473;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.signup-wrap h4 {
  margin-bottom: 30px;
  font-weight: 700;
}
.radio {
  margin-top: 6px;
}
.radiobox {
  margin-bottom: 20px;
}
.radiobtn {
  display: inline-block;
  position: relative;
  padding: 5px 0 5px 35px;
  line-height: 26px;
}
.radiobtn input[type="radio"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.radiobtn .checkmark {
  width: 26px;
  height: 26px;
  border: 5px solid #d8dbde;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: 0;
}
.radiobtn input[type="radio"]:checked + .checkmark {
  background: #ffbce5;
  border: none;
}
.radiobtn input[type="radio"]:checked + .checkmark:after {
  left: 7px;
  top: 7px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background: #f81473;
  display: block;
}
.radiobtn .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.input-group-append {
  display: block;
  margin: 0 0 5px 0;
  width: 100%;
  font-size: 14px;
  font-weight: 600;
}
.input-group {
  margin-bottom: 15px;
}
.radiobtn a {
  text-decoration: none;
  color: #b10873;
}
.signup-wrap .form-control {
  border-radius: 0;
  height: auto;
  padding: 12px 15px;
}
.signup-wrap .sub {
  padding: 12px 40px;
}
/*********************************************
		Quick Search
*********************************************/
.quick-wrap {
  max-width: 600px;
  margin: 0 auto;
  background: #fff;
  padding: 35px;
  border: 1px solid #ddd;
  border-bottom: 2px solid #f81473;
  border-radius: 5px;
}
.quick-wrap .sub {
  padding: 10px 28px;
}
.checkbox .quick-wrap {
  margin-top: 0;
}
.quick-wrap .form-control {
  border-radius: 0;
  height: auto;
  padding: 10px;
}
/*********************************************
		Wedding Services
*********************************************/
.wedding-service {
  max-width: 800px;
}
.wedding-service .title {
  margin-top: 20px;
  margin-bottom: 40px;
}
.wedding-service .title h1 {
  font-size: 24px;
}
.wedding-btns {
  text-align: center;
}
.wedding-btns span {
  display: inline-block;
  margin: 10px 0;
}
.wedding-btns span a {
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background: #333;
  border-radius: 36px;
  padding: 16px 30px;
  display: inline-block;
}
.wedding-btns span a:hover {
  background: #7f35ed;
}
.wedding-service .sub {
  width: 100%;
}
.form-control {
  font-size: 14px;
}
.weddingFrom {
  margin-bottom: 20px;
}
/*********************************************
		Wedding Register
*********************************************/
.wedding-register .title {
  margin-bottom: 40px;
}
.wedding-register .title h1 {
  font-size: 24px;
}
.wedding-register textarea.form-control {
  height: 100px;
}
.wedding-register .sub {
  width: 100%;
}
.preparation-wrap h6 {
  color: #7f35ed;
}
.loginbg {
  /* background: url("../images/loginbg.jpg") no-repeat; */
  background-size: cover;
  position: relative;
  /* background-color: #aba0af; */
  background-color: #fff;
  height: auto;
  z-index: 9;
}
.loginWrp .input-group-append span {
  font-size: 12px;
  position: absolute;
  top: 4px;
  right: 0;
}
.loginWrp {
  max-width: 500px;
  box-shadow: none;
  padding: 40px;
  /* border: 1px solid #eee; */
  border: 1px solid #f81473;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}
.loginWrp h3 {
  font-size: 24px;
  margin-bottom: 25px;
  font-weight: 700;
}
.loginWrp .sub {
  width: 100%;
}
.loginWrp .input-group-append span a {
  text-decoration: none;
  color: #7f35ed;
}
.loginformtext {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
}
.loginWrp .form-control {
  padding: 12px 15px;
  height: auto;
}
.socialLogin {
  margin-bottom: 30px;
  text-align: center;
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
}
.socialLogin:after {
  clear: both;
  display: table;
  content: " ";
}
.socialLogin a {
  float: left;
  width: 50%;
  color: #fff;
  font-size: 14px;
  padding: 10px 25px;
}
.socialLogin a i {
  font-size: 18px;
}
.socialLogin a.fb {
  background: #3b5998;
}
.socialLogin a.gp {
  background: #dd4b39;
}
.socialLogin a.tw {
  background: #00aced;
}
.socialLogin a:hover {
  background: #f81473;
  text-decoration: none;
}
/*********************************************
		Articles
*********************************************/
.articles-wrap ul li {
  background: #fff;
  padding: 25px;
  margin-bottom: 30px;
  border: 1px solid #eee;
}
.articles-wrap ul li:hover {
  box-shadow: 4px 7px 30px rgba(0, 0, 0, 0.1);
}
.articles-wrap h4 {
  margin-bottom: 10px;
}
.articles-wrap h4 a {
  text-decoration: none;
  color: #f81473;
}
.articles-wrap h4 a:hover {
  text-decoration: underline;
  color: #000;
}
.articles-wrap .date {
  margin-bottom: 10px;
  font-size: 14px;
}
.articles-wrap .view-all {
  text-align: left;
  margin-top: 20px;
}
.articles-wrap .view-all a {
  padding: 10px 25px;
  font-size: 14px;
}
.pagination {
  float: right;
}
.paginationWrp:after {
  content: "";
  clear: both;
  display: table;
}
.pagination li {
  box-shadow: none !important;
  padding: 0 !important;
}
.page-item.active .page-link {
  background: #7f35ed;
  border-color: #7f35ed;
}
.page-link {
  color: #7f35ed;
}
.articles-wraper h1 {
  font-size: 24px;
}
.articles-wraper p {
  margin-top: 20px;
}
.article-detils p {
  margin: 0;
}
.decimal {
  list-style: decimal;
  margin-left: 15px;
}
.decimal li {
  margin-top: 15px;
  font-size: 14px;
  line-height: 24px;
}
.article-detils .title {
  text-align: left;
  margin-bottom: 40px;
}
.article-detils .title h1:before {
  left: 0;
  margin: 0;
}
blockquote {
  background: #fff;
  border-left: 5px solid #7f35ed;
  padding: 26px 30px 22px;
  float: left;
  width: 100%;
  font-size: 14px;
  font-weight: 300;
  margin: 15px 0;
  font-style: italic;
}
.google-add {
  text-align: center;
}
.hblogwrap {
  padding: 50px 0;
  background: #f7fafd;
}
.blog_date {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #f81473;
  color: #fff;
  padding: 10px 24px 10px 16px;
  font-size: 16px;
  font-weight: bold;
}
.blogImg {
  position: relative;
  margin-bottom: 15px;
  overflow: hidden;
}
.blogImg img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.blogpage li:hover .blogImg img,
.blogListPage li:hover .blogImg img,
.blog_box:hover .blogImg img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.blog_sec h3 a {
  text-decoration: none;
  color: #7f35ed;
  font-weight: 600;
  font-size: 18px;
  display: block;
}
.blog_sec h3 a:hover {
  color: #f81473;
}
.blog_sec .readmore {
  color: #f81473;
}
.bloggridwrap .homeblog li {
  margin-bottom: 30px;
}
/*********************************************
		Media Screen
*********************************************/
@media screen and (max-width: 1200px) {
  .active-profile {
    font-size: 22px;
  }
  .active-profile span {
    font-size: 13px;
  }
  .profileInfo {
    padding: 15px;
  }
  .brideImg {
    width: 48%;
  }
  .bride-wrap .viewbtn {
    margin-top: 3px;
  }
  .profileInfo ul li {
    line-height: 24px;
  }
  .bride-wrap .name {
    margin-bottom: 0;
    font-size: 15px;
  }
  .nav-tabs li a {
    font-size: 12px;
    padding: 14px 12px;
  }
  .formTxt {
    font-size: 24px;
  }
  .report-btn a,
  .basicInfo li {
    font-size: 12px;
  }
  .usrinfos,
  .basicInfo li .usrlabel {
    width: 50%;
  }
}
@media screen and (max-width: 990px) {
  .active-profile {
    font-size: 24px;
  }
  .active-profile span {
    font-size: 16px;
  }
  .navbar-brand {
    display: inline-block;
    padding-left: 12px;
  }
  .profileImg img {
    width: 100%;
  }
  .brideImg {
    width: 42%;
  }
  .casteWrp,
  .get-start span {
    margin: 10px 0;
  }
  .profileWrp {
    margin-top: 0;
  }
  .feature-wrap .title {
    margin-bottom: 40px;
  }
  .nav-tabs li a {
    font-size: 14px;
    padding: 14px 32px;
  }
  .sliderText {
    position: static;
    margin: 40px 0;
  }
  .sliderForm {
    bottom: 0;
  }
  .single-process-box {
    margin-top: 30px;
  }
  .aboutImg {
    margin-top: 30px;
  }
  .counter-item {
    margin-top: 30px;
  }
  .blog_box {
    margin-bottom: 30px;
  }
  .footer-wrap h3 {
    margin-top: 20px;
  }
  .srchfld {
    margin-top: 15px;
  }
  .basicInfo li {
    float: none;
    width: auto;
  }
  .basicInfo li:last-child .usrinfos,
  .basicInfo li:last-child .usrlabel {
    padding-top: 0;
  }
  .add {
    text-align: center;
    margin-top: 50px;
  }
  .basicInfo li {
    font-size: 14px;
  }
  .listalert {
    margin-top: 30px;
    text-align: center;
    padding: 20px;
  }
  .listalert .email-jobs-inline {
    display: block;
  }
  .listalert .email-jobs-inline a {
    border-radius: 5px;
  }
  .profile-listing li .listbtn a.apply {
    margin-top: 0;
  }
  .displayresult {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .feature-wrap {
    padding: 100px 0 60px 0;
  }

  .navbar-dark .navbar-nav .nav-link {
    padding: 10px;
  }
  .brideImg {
    width: auto;
    margin-right: 0;
    float: none;
  }
  .profileInfo {
    padding: 15px 0;
  }
  .policy,
  .copyright-wrap {
    text-align: center;
  }
  .casteWrp ul li {
    float: none;
    width: 100%;
  }
  .bride-wrap .viewbtn {
    margin-top: 15px;
  }
  .donate {
    margin-left: 14px;
    margin-bottom: 20px;
  }
  .donate a {
    padding: 10px 32px 10px 32px;
  }
  .navbar-nav li a {
    padding: 10px 16px;
  }
  .active-profile,
  .login,
  .header-wrap .logo {
    text-align: center;
  }
  .profileLeft {
    margin-bottom: 40px;
  }
  .searchform .form-control {
    margin: 7px 0;
  }
  .usertabls ul li {
    margin: 5px;
  }
  .google-add {
    margin-bottom: 30px;
  }
  .usertoplinks {
    /* text-align: center; */
  }
}
@media screen and (max-width: 600px) {
  .nav-tabs li a {
    padding: 12px 20px;
  }
  .loginbg {
    /* height: 100%; */
  }
}
@media screen and (max-width: 480px) {
  .sliderText {
    margin: 20px 0;
  }
  .sliderText strong {
    font-size: 36px;
    line-height: 32px;
  }
  .sliderText {
    font-size: 18px;
  }
  .title h1 {
    font-size: 30px;
  }
  .sliderText strong {
    font-size: 26px;
  }
  .sliderText span {
    font-size: 32px;
  }
  .sliderForm {
    padding: 35px 15px;
  }
  .nav-tabs li a {
    font-size: 12px;
    text-transform: none;
    padding: 12px 12px;
  }
  .nav-tabs li {
    padding: 0;
  }
  .nav-tabs li i {
    padding: 0;
  }
  .formTxt {
    font-size: 18px;
    line-height: 22px;
  }
  .inner-heading h3 {
    font-size: 18px;
  }
  .slider-wrap .nav-tabs li a {
    font-size: 11px;
    padding: 12px 12px;
  }
}
@media screen and (max-width: 375px) {
  .slider-wrap .nav-tabs li a {
    font-size: 11px;
    padding: 12px 12px;
  }
}
@media screen and (max-width: 320px) {
  .brideImg {
    margin: 0;
    float: none;
  }
  .brideImg img {
    width: 100%;
  }
}
