body {
  font-family: 'Josefin Sans', sans-serif;
}
h1,h2,h3,h4,h5,h6 {
  font-family: "Work Sans", Helvetica, sans-serif;
  font-weight: 700;
}
a {

  text-decoration: none !important;
  color: #000 !important;
}

li {
  list-style: none;
}

.article-content ul,.article-content ol{
  padding-left: 40px !important;
}

.article-content ul li{
  list-style-type: disc;
}
.article-content ol li{
  list-style-type: auto;
}
/* --- header --- */
.top-header {
  padding: 6px 60px;

  position: relative;
  background: #df2985;
  display: flex;
  justify-content: space-between;
}

.top_left {
  display: inline-block;
  color: #fff;

}


.top_left a {
  font-size: 13px;
  margin-right: 20px;
  color: #fff !important;
}

.top_left a i {
  color: #fff;
}

.top_left a:not(:last-child) {
  border-right: 1px solid #fff;
  padding-right: 20px;
}

.top_right {
  display: inline-block;

}

.top_right a:not(:last-child) {
  font-size: 13px;
  margin-right: 20px;
  color: #fff !important;
}

.tag-line span {
  font-size: 13px;
}

.top_right a i {
  color: #fff;
}

.top_right .header-links a:not(:last-child) {
  border-left: 1px solid #000;
  padding-left: 20px;
}

.header-links a {
  float: right;
}

.top_left span {
  font-size: 14px;
  font-weight: 300 !important;
}

.middle-header {
  padding: 5px 56px;
  position: relative;
  /* background: #606060; */
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  display: inline-block;
}

.logo img {
  height: 60px;
}

nav.navbar {
  display: inline-block;

}

nav.navbar .nav-item a {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 600;
  font-size: 15px !important;
  padding: 10px 0px;
  text-transform: uppercase;
  margin: 0px 9px;
}

nav.navbar form {
  background: #878787;
  margin-left: 293px;
  min-width: 300px;
}

nav.navbar form input.form-control {
  background: #878787 !important;
  border-radius: unset !important;
  border: unset !important;

}

nav.navbar form input.form-control::placeholder {
  color: white !important;
}

nav.navbar form button {
  color: white !important;
}

nav.navbar.navbar-expand-lg {
  padding: 0px;
}

.middle-right {
  display: inline-block;

}

.middle-right a i {
  color: #000;
}

a.header_wishlist span {
  visibility: hidden;
}

a.header_wishlist:hover span {
  visibility: visible;
}

.middle-right .header_wishlist {
  position: relative;
  margin: 0px 0px;
  font-size: 12px;
  /* font-weight: 600; */
  /* text-transform: uppercase; */
  background: #627c3e;
  color: #fff !important;
  border-radius: 5px;
  transition: all 0.3s;
}
.middle-right .header_wishlist:hover {
  background: #475a2b !important;
  
}
.middle-right .dropdown-menu.show {
  width: 100% !important;
}
.dropdown-menu i {
  color: #dc2982;
}




/*--- Footer ---*/

/* whatsapp popup start in footer */
.mbtn-callout{display:none;}
.hidden-xs { display: block; }
.fixed-callout {
  padding: 15px;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
  position: fixed;
  bottom: 27px;
  text-align: center;
  animation: move 6s infinite forwards;
  z-index: 9999;
}

.fixed-callout .hidden-xs a{
    margin: 8px 0px;
}

.fixed-callout a {
    display: block;
    padding: 2px 0;
    font-size: 15px;
    color: #323232 !important;
   text-decoration: none;
   
}
.fixed-callout .mbtn-callout a {
  display: inline-block;
  font-size: 30px;
  margin: 0 15px;
  padding: 0;
}

.fixed-callout h4 {
  padding: 0px;
  margin: 0px 0px 8px 0px;
  color: #0079be;
  font-weight: bold;
  font-size: 18px;
}

.fixed-callout img {
  width: 24px;
}


@keyframes move {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(0px);
  }
  75% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}



/* whatsapp popup end in footer */

.footer {
  background: #F2F3F5;
  padding: 40px 60px;
  border-bottom: 1px solid #ccc;
}

.footer_icons img {
  height: 30px;
  margin-right: 10px;
}

.footer_about p {
  font-size: 18px;
}

ul.quick_links li {
  list-style: none;
  color: #000;
  margin: 6px 0px;
}

ul.quick_links li a {
  color: #000;
  font-size: 16px;
}

ul.quick_links {
  padding-left: 0;
  margin-top: 15px;

}

.footer_contact span {
  font-size: 22px;
}

ul.contact_details {
  padding-left: 0px;
}

ul.contact_details li i {
  background: #DC2982;
  margin-right: 10px;
  color: #fff;
  padding: 8px;
  border-radius: 50%;
}

.copyright-section {
  padding: 12px 60px;
  background-color: #f2f3f5;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.copyright p {
  margin-bottom: 0px !important;
}

@media screen and (max-width: 767px) {

  .fixed-callout {
    /* left: auto; */
    right: 25px;
    width: 110px;
    /* display: inline-block; */
    padding: 3px 3px;
}
.visible-xs {
  display: block !important;
}
.fixed-callout .mbtn-callout a {
  display: inline-block;
  font-size: 40px;
  margin: 0 9px;
  padding: 0;
}

.fixed-callout .mbtn-callout a {
  display: inline-block;
  font-size: 40px;
  margin: 0 9px;
  padding: 0;
}

.hidden-xs {
        display: none;
    }

  .top-header {
    padding: 15px 20px;
    align-items: center;
    display: flex;
  }
  

  .top_right {
    display: inline-block;
    position: inherit;
    right: 0px;
    max-width: 580px;
    display: none;
  }

  .tag-line {
    display: none;
  }

  .header-links a {
    float: right;

  }

  .top_right .header-links a:not(:last-child) {
    border-right: 1px solid #000;
    padding-right: 10px;
    border-left: unset;
    padding-right: 0px;

  }

  .navbar-toggler {
    background-color: #fff !important;
  }

  .middle-header {
    padding: 10px 10px;

  }

  nav.navbar form {
    background: #878787;
    margin-left: 0px;
    min-width: 300px;
  }

  .product-listing {
    width: 90%;

  }

  .category_list {
    width: 100%;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .new-arrivals_list h2 {
    margin-left: 8px;
    font-size: 28px;
  }

  .new-arrivals_list .nav-link {

    border-left: 1px solid #dc2982;
  }

}

ul#pills-tab {
  display: flex;
  justify-content: center;
}

.nav-pills .nav-link.active {
  color: #2F4799 !important;
  background-color: transparent;
  border-radius: unset !important;
  padding: 0.5rem 1.5rem !important;
  font-size: 22px;
}

.new-arrivals_list .nav-link {
  color: #748BA7 !important;
  background-color: transparent;
  border-radius: unset !important;
  font-size: 22px;

}

.shortcut-section a {
  font-size: 18px !important;
  color: #000 !important;
}

.shortcut-section {
  padding: 6px 20px;
  background-color: #fff;

}

.quick-view {
  border-right: 1px solid #ccc;
}

.full-listing-button a {
  background: #DC2982;
  color: #fff !important;
  font-size: 15px;
  padding: 8px 20px;
}

.category_section h2 {
  font-size: 30px;
  font-weight: 400;
}

.category_section {
  background: #f2f3f5;
}

.other-product-list h2 {
  font-size: 30px;
  font-weight: 400;
}

.other-product-list h4 {
  color: #748BA7;
  font-size: 22px;
  font-weight: 400;
}

.footer_links h4 {
  font-size: 21px;
}

ul.contact_details li {
  margin: 8px 0px;
}

p.top-line {
  color: #CA6D6F;
  font-family: 'Whisper', cursive;
  font-size: 30px;
  margin-bottom: 0px;
}

.add-cart {
  position: absolute;
  bottom: 40%;
  left: 17%;
  background: #fff;
  padding: 6px 40px;
  visibility: hidden;
}

.product-listing:hover .add-cart {
  visibility: visible;
}

/*----------------------------------- New Css of sections ---------------------------*/

h1.service_title {
  font-size: 1.8rem;
  text-transform: uppercase;
  font-weight: 700;
}

h2.service_title span.clr {
  color: #DC2982;
}

h2.service_title span.small_size {
  font-size: 26px;
}

.separator span {
  height: 4px;
  display: block;
  width: 50%;
  background: #A6CB71;
  border-radius: 8px;
}

.separator {
  display: flex;
  justify-content: center;
}

.list-section h2 {
  padding: 10px 30px;
  font-size: 44px !important;
  font-weight: bold;
  background: #DC2982;
}

h2.text-center.my-3.list_section_title {
  padding: 10px 30px;
  font-size: 32px !important;
  font-weight: 700;
  background: #DC2982;
  color: white;
  display: inline-block;
  box-shadow: 4px 4px 0px #A6CB71;

}

a.nav-link.active {
  border-bottom: 2px solid #DC2982;
  padding-bottom: 4px !important;
  color: #DC2982 !important;
}

a.nav-link:hover {
  color: #DC2982 !important;
}

.list_section {}

.section_titlt {
  display: flex;
  justify-content: center;
}

.service_list_item {
  display: flex;
  justify-content: flex-start;
  align-items: center;

  background: #eaffcb;

  margin: 20px 10px;
}

.service_thumb {
  margin-right: 10px;
}

.img_sec {
  padding: 10px;
  background: #ff63b1;
}

.service_list_item h4 {
  font-size: 20px !important;
}

span.heading_before {
  color: #A6CB71;
  font-weight: bold;
}

.about_area h2 {
  font-size: 40px;
}

.about_area img {
  border-radius: 12px;
}

/*------------------------------------
	23. Pricing Section CSS
------------------------------------*/
.pricing-container.pricing-style1 .pricing-switcher {
  text-align: center;
}

.pricing-container.pricing-style1 .pricing-switcher .switch {
  position: absolute;
  top: 10px;
  left: 10px;
  height: 45px;
  width: 90px;
  background-color: #DC2982;
  border-radius: 10px;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  transition: transform 0.5s;
}

.pricing-container.pricing-style1 .pricing-switcher input[type="radio"]:checked+label+.switch,
.pricing-container.pricing-style1 .pricing-switcher input[type="radio"]:checked+label:nth-of-type(n)+.switch {
  -webkit-transform: translateX(95px);
  -moz-transform: translateX(95px);
  -ms-transform: translateX(95px);
  -o-transform: translateX(95px);
  transform: translateX(95px);
  color: #fff;
}

.pricing-container.pricing-style1 .pricing-switcher .fieldset {
  display: inline-block;
  position: relative;
  padding: 20px 8px;
  border-radius: 15px;
  background: #fff;
  width: 100%;
  max-width: 205px;
}

.pricing-container.pricing-style1 .pricing-switcher .fieldset.mnt-ac .rs-mnt,
.pricing-container.pricing-style1 .pricing-switcher .fieldset.mnt-acs .rs-yrs {
  color: #fff !important;
}

.pricing-container.pricing-style1 .pricing-switcher input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.pricing-container.pricing-style1 .pricing-switcher label {
  position: relative;
  z-index: 1;
  display: inline-block;
  float: left;
  cursor: pointer;
  font-size: 16px;
  color: #3E3E3E;
  font-weight: 400;
  margin: 0;
  width: 50%;
}

.pricing-container.pricing-style1 .no-js .pricing-wrapper .is-hidden {
  position: relative;
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
  margin-top: 1em;
}

.pricing-container.pricing-style1 .no-js .pricing-switcher {
  display: none;
}

.pricing-container.pricing-style1 .pricing-header {
  position: relative;
  padding: 0 0 5px;
  margin: 0 0 23px;
}

.pricing-container.pricing-style1 .pricing-header .title {
  font-size: 24px;
  font-weight: 500;
  color: #372748;
  line-height: 30px;
  text-transform: uppercase;
  margin: 0 0 15px;
  text-align: center;
}

.pricing-container.pricing-style1 .pricing-header .price {
  font-size: 45px;
  line-height: 55px;
  color: #DC2982;

  font-weight: 600;
  text-align: center;
}

.pricing-container.pricing-style1 .pricing-header:after {
  content: "";
  position: absolute;
  background: #4D4C4C;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0px;
  opacity: .1;
}

.pricing-container.pricing-style1 .pricing-body .description {
  font-size: 16px;
  color: #3E3E3E;
  opacity: .8;
  line-height: 22px;

  padding: 0 0 10px;
}

.pricing-container.pricing-style1 .pricing-body .features ul li {
  position: relative;
  font-size: 18px;
  line-height: 26px;
  color: #372748;
  padding-left: 36px;
  margin: 15px 0;
  transition: all .5s ease;
}

.pricing-container.pricing-style1 .pricing-body .features ul li:before {
  content: "\f00c";
  font-family: fon;
  font-size: 9px;
  color: #DC2982;
  margin: 0;
  display: inline-block;
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 600;
  text-align: center;
  position: absolute;
  left: 0;
  top: 4px;
  width: 20px;
  height: 20px;
  border: 1px solid #DC2982;
  line-height: 17px;
  border-radius: 50%;
  opacity: .6;
  transition: all .5s ease;
}

.pricing-container.pricing-style1 .pricing-footer a {
  display: inline-block;
  border: 1px solid #A6CB71;
  font-size: 18px;
  line-height: 28px;
  color: #A6CB71 !important;
  font-weight: 700;

  padding: 20px;
  width: 100%;
  border-radius: 15px;
  text-align: center;
}

.pricing-container.pricing-style1 .pricing-wrapper>li:hover .pricing-footer a {
  background: #A6CB71;
  color: #ffffff !important;
  box-shadow: 0px 20px 40px rgba(103, 34, 181, 0.2);
}

.pricing-container.pricing-style1 .pricing-list {
  margin: 2em 0 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;

}

.pricing-container.pricing-style1 .pricing-list>li {
  position: relative;
}

.pricing-container.pricing-style1 .pricing-body {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.pricing-container.pricing-style1 .pricing-wrapper {
  position: relative;
  list-style: none;
  height: 100%;
}

.pricing-container.pricing-style1 .touch .pricing-wrapper {
  -webkit-perspective: 2000px;
  -moz-perspective: 2000px;
  perspective: 2000px;
}

.pricing-container.pricing-style1 .pricing-wrapper.is-switched .is-visible {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-animation: rotate 0.5s;
  -moz-animation: rotate 0.5s;
  animation: rotate 0.5s;
}

.pricing-container.pricing-style1 .pricing-wrapper.is-switched .is-hidden {
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
  -webkit-animation: rotate-inverse 0.5s;
  -moz-animation: rotate-inverse 0.5s;
  animation: rotate-inverse 0.5s;
  opacity: 0;
}

.pricing-container.pricing-style1 .pricing-wrapper.is-switched .is-selected {
  opacity: 1;
}

.pricing-container.pricing-style1 .pricing-wrapper.is-switched.reverse-animation .is-visible {
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-animation: rotate-back 0.5s;
  -moz-animation: rotate-back 0.5s;
  animation: rotate-back 0.5s;
}

.pricing-container.pricing-style1 .pricing-wrapper.is-switched.reverse-animation .is-hidden {
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
  -webkit-animation: rotate-inverse-back 0.5s;
  -moz-animation: rotate-inverse-back 0.5s;
  animation: rotate-inverse-back 0.5s;
  opacity: 0;
}

.pricing-container.pricing-style1 .pricing-wrapper.is-switched.reverse-animation .is-selected {
  opacity: 1;
}

.pricing-container.pricing-style1 .pricing-wrapper>li {
  background-color: #ffffff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-shadow: 10px 10px 30px rgb(220, 41, 130, 0.1);
  border-radius: 30px;
  padding: 30px;
  height: 100%;
}

.pricing-container.pricing-style1 .pricing-wrapper .is-visible {
  position: relative;
  z-index: 5;
}

.pricing-container.pricing-style1 .pricing-wrapper .is-hidden {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.pricing-container.pricing-style1 .pricing-wrapper .is-selected {
  z-index: 3 !important;
}

.pricing-container.pricing-style1 .is-switched .pricing-body {
  overflow: hidden;
}

.pricing-container.pricing-style1 .pricing-body {
  overflow-x: visible;
  padding-bottom: 20px;
}

.pricing-container.pricing-style1 .pricing-features {
  width: 600px;
}

.pricing-container.pricing-style1 .pricing-features li {
  width: 100px;
  float: left;
  padding: 1.6em 1em;
  font-size: 1.5rem;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pricing-container.pricing-style1 .has-margins .exclusive .pricing-features li {
  margin: 0;
}

.pricing-container.pricing-style1 .has-margins .pricing-footer {
  padding-bottom: 0;
}

.pricing-container.pricing-style1 .select {
  position: relative;
  z-index: 1;
  display: block;
  height: 100%;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  color: transparent;
}

.pricing-container.pricing-style1 .select {
  position: static;
  display: inline-block;
  height: auto;
  padding: 1.3em 2em;
  color: #1bbc9d;
  border-radius: 8px;
  border: 2px solid #1bbc9d;
  font-size: 1.4rem;
  text-indent: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: all .6s;
  width: 70%;
}

.pricing-container.pricing-style1 .no-touch .select:hover {
  background-color: #1bbc9d;
  color: #ffffff;
}

.pricing-container.pricing-style1 .exclusive .select {
  background-color: #1bbc9d;
  color: #ffffff;
}

.pricing-container.pricing-style1 .no-touch .exclusive .select:hover {
  background-color: #24e0ba;
}

.pricing-container.pricing-style1 .secondary-theme .exclusive .select {
  background-color: #1bbc9d;
}

.pricing-container.pricing-style1 .no-touch .secondary-theme .exclusive .select:hover {
  background-color: #112e3c;
}

.pricing-container.pricing-style1 .has-margins .select {
  display: block;
  padding: 1.7em 0;
  border-radius: 0 0 4px 4px;
}

.pricing-container.pricing-style1.pricing-table-style1 .pricing-wrapper>li {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
}

.pricing-container.pricing-style1.pricing-table-style1 .pricing-container.pricing-style1 .pricing-switcher .fieldset.mnt-acs .rs-yrs {
  color: #19082d !important;
}

.pricing-container.pricing-style2 .pricing-table .pricing-wrap {
  position: relative;
  overflow: hidden;
  padding: 35px 50px 50px 50px;
  border-radius: 30px;
  box-shadow: 0 0.2rem 2.8rem rgba(36, 36, 36, 0.1);
  margin: 0 -3px 0 -3px;
}

.pricing-container.pricing-style2 .pricing-table .pricing-wrap .pricing-table-header .pricing-table-title {
  font-size: 20px;
  font-weight: 500;
  color: #DC2982;
  line-height: 30px;
  text-transform: uppercase;
  margin: 0 0 15px;
}

.pricing-container.pricing-style2 .pricing-table .pricing-wrap .pricing-table-price .pricing-table-price-tag .pricing-table-currency {
  font-size: 45px;
  line-height: 55px;
  color: #DC2982;
  font-family: 'Jost', sans-serif;
  font-weight: 600;
}

.pricing-container.pricing-style2 .pricing-table .pricing-wrap .pricing-table-price .pricing-table-price-tag .pricing-table-price-text {
  font-size: 45px;
  line-height: 55px;
  color: #DC2982;
  font-family: 'Jost', sans-serif;
  font-weight: 600;
}

.pricing-container.pricing-style2 .pricing-table .pricing-wrap .pricing-table-body {
  border-style: solid;
  border-width: 1px 0px 0px 0px;
  border-color: #4D4C4C29;
  padding-bottom: 20px;
  margin-top: 26px;
}

.pricing-container.pricing-style2 .pricing-table .pricing-wrap .pricing-table-body .pricing-table-features-title {
  color: #3E3E3ECF;
  font-family: "Jost", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px;
  margin-top: 15px;
}

.pricing-container.pricing-style2 .pricing-table .pricing-wrap .pricing-table-body .features ul li {
  position: relative;
  font-size: 16px;
  line-height: 26px;
  color: #372748;
  padding-left: 36px;
  margin: 15px 0;
  transition: all .5s ease;
}

.pricing-container.pricing-style2 .pricing-table .pricing-wrap .pricing-table-body .features ul li:before {
  content: "\f160";
  font-size: 9px;
  color: #3E3E3E;
  margin: 0;
  display: inline-block;
  font-family: uicons-regular-rounded !important;
  font-weight: 600;
  text-align: center;
  position: absolute;
  left: 0;
  top: 4px;
  width: 20px;
  height: 20px;
  border: 1px solid #3E3E3E;
  line-height: 17px;
  border-radius: 50%;
  opacity: .6;
  transition: all .5s ease;
}

ul {
  padding-left: 0px !important;
}

.bg4 {
  background: url('../img/price-bg1.png');
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 992px) {
  .pricing-list>li {
    width: 40%;
    float: left;
  }
  .middle-right .header_wishlist {
    font-size: 16px;
    padding: 12px 20px;
  }
}


/*------------------------------------
	24. Blog Section CSS
------------------------------------*/
.rs-blog.blog-main-home .blog-item {
  position: relative;
  z-index: 11;
  transition: all 500ms ease;
  background: #f2f2f2;
  border-radius: 30px;
  padding: 0px;
  margin: 0px 10px;
}

.rs-blog.blog-main-home .blog-item .image-wrap {
  position: relative;
  overflow: hidden;
}

.rs-blog.blog-main-home .blog-item .image-wrap a img {
  border-radius: 30px 30px 0px 0px;
  transition: all 0.5s ease 0s;
  transform: scale(1);
}

.rs-blog.blog-main-home .blog-item .blog-content {
  text-align: center;
  transition: all 500ms ease;
  position: relative;
  padding: 20px 5px 20px;
  background: #f2f2f2;
  border-radius: 0px 0px 30px 30px;
}

.rs-blog.blog-main-home .blog-item .blog-content .blog-meta {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);

  padding: 0 0 15px;
}

.rs-blog.blog-main-home .blog-item .blog-content .blog-meta .admin {
  position: relative;
  font-size: 14px;
  font-family: Poppins;
  font-weight: 500;
  color: #3e3e3e;
  margin-right: 45px;
  letter-spacing: 0.1em;
  margin-top: 3px;
}

.rs-blog.blog-main-home .blog-item .blog-content .blog-meta .admin i {
  color: #454545;
  margin-right: 6px;
  font-weight: 900;
}

.rs-blog.blog-main-home .blog-item .blog-content .blog-meta .admin i:before {
  top: 0px;
  position: relative;
}

.rs-blog.blog-main-home .blog-item .blog-content .blog-meta .admin:after {
  content: "";
  position: absolute;
  right: -20px;
  top: 8px;
  height: 7px;
  width: 1px;
  background: rgba(62, 62, 62, 0.3);
}

.rs-blog.blog-main-home .blog-item .blog-content .blog-meta .categories i {
  color: #454545;
  font-size: 13px;
  margin-right: 6px;
}

.rs-blog.blog-main-home .blog-item .blog-content .blog-meta .categories i:before {
  top: 1px;
  position: relative;
}

.rs-blog.blog-main-home .blog-item .blog-content .blog-meta .categories a {
  font-size: 14px;
  font-weight: 500;
  font-family: Poppins;
  color: #3e3e3e;
}

.rs-blog.blog-main-home .blog-item .blog-content .blog-meta .categories a:hover {
  color: #ff7425;
}

.rs-blog.blog-main-home .blog-item .blog-content .blog-title {
  font-size: 25px;
  line-height: 1.4;
  font-weight: 500;
  font-family: Jost;
  margin-bottom: 18px;
}

.rs-blog.blog-main-home .blog-item .blog-content .blog-title a {
  color: #19082d;
}

.rs-blog.blog-main-home .blog-item .blog-content .blog-title a:hover {
  color: #ff7425;
}

.rs-blog.blog-main-home .owl-stage-outer {
  padding: 10px;
  margin: -10px;
}

.rs-blog.blog-main-home.blog-modify1 .blog-item {
  border-radius: 30px 30px 30px 30px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
}

.rs-blog.blog-main-home.blog-modify2 .blog-item .blog-content .blog-meta .categories a:hover,
.rs-blog.blog-main-home.blog-modify2 .blog-item .blog-content .blog-title a:hover {
  color: #ff254c;
}

.rs-blog.blog-main-home.blog-modify2 .blog-button a:hover i:before,
.rs-blog.blog-main-home.blog-modify2 .blog-button a:hover .btn-text {
  color: #ff254c;
}

.rs-blog.blog-main-home.blog-modify3 .blog-item {
  border-radius: 30px 30px 30px 30px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
}

.rs-blog.blog-main-home.blog-modify3 .blog-item .blog-content .blog-meta .categories a:hover,
.rs-blog.blog-main-home.blog-modify3 .blog-item .blog-content .blog-title a:hover {
  color: #0072f5;
}

.rs-blog.blog-main-home.blog-modify3 .blog-button a:hover i:before,
.rs-blog.blog-main-home.blog-modify3 .blog-button a:hover .btn-text {
  color: #0072f5;
}

.rs-blog.blog-main-home.blog-modify4 .blog-item {
  background: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
  border-radius: 30px 30px 30px 30px;
}

.rs-blog.blog-main-home.blog-modify4 .blog-item .blog-content .blog-meta .categories a:hover,
.rs-blog.blog-main-home.blog-modify4 .blog-item .blog-content .blog-title a:hover {
  color: #DC2982;
}

.rs-blog.blog-main-home.blog-modify4 .blog-button a:hover i:before,
.rs-blog.blog-main-home.blog-modify4 .blog-button a:hover .btn-text {
  color: #DC2982;
}

.rs-blog.blog-main-home.blog-modify5 .blog-item {
  border-radius: 30px 30px 30px 30px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
  background-color: #ffffff;
}

.rs-blog.blog-main-home.blog-modify5 .blog-item .blog-content .blog-meta .categories a:hover,
.rs-blog.blog-main-home.blog-modify5 .blog-item .blog-content .blog-title a:hover {
  color: #be0d42;
}

.rs-blog.blog-main-home.blog-modify5 .blog-button a:hover i:before,
.rs-blog.blog-main-home.blog-modify5 .blog-button a:hover .btn-text {
  color: #be0d42;
}

.rs-blog.blog-main-home.blog-modify5 .rs-carousel .owl-dots .owl-dot {
  background-color: #BE0D426E;
  border-radius: 30px 30px 30px 30px;
}

.rs-blog.blog-main-home.blog-modify5 .rs-carousel .owl-dots .owl-dot:hover,
.rs-blog.blog-main-home.blog-modify5 .rs-carousel .owl-dots .owl-dot.active {
  width: 40px;
  background-color: #be0d42;
  opacity: 1;
}

.rs-blog.blog-main-home.blog-modify6 .blog-item {
  border-radius: 30px 30px 30px 30px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
}

.rs-blog.blog-main-home.blog-modify6 .blog-item .blog-content .blog-meta .categories a:hover,
.rs-blog.blog-main-home.blog-modify6 .blog-item .blog-content .blog-title a:hover {
  color: #4f4bff;
}

.rs-blog.blog-main-home.blog-modify6 .blog-button a:hover i:before,
.rs-blog.blog-main-home.blog-modify6 .blog-button a:hover .btn-text {
  color: #4f4bff;
}

.rs-blog.blog-main-home.blog-modify7 .blog-item {
  border-radius: 30px 30px 30px 30px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
}

.rs-blog.blog-main-home.blog-modify7 .blog-item .blog-content .blog-meta .categories a:hover,
.rs-blog.blog-main-home.blog-modify7 .blog-item .blog-content .blog-title a:hover {
  color: #dd4447;
}

.rs-blog.blog-main-home.blog-modify7 .blog-button a:hover i:before,
.rs-blog.blog-main-home.blog-modify7 .blog-button a:hover .btn-text {
  color: #dd4447;
}

.rs-blog.blog-main-home.blog-modify7 .rs-carousel .owl-dots .owl-dot {
  background-color: #BE0D426E;
  border-radius: 30px 30px 30px 30px;
}

.rs-blog.blog-main-home.blog-modify7 .rs-carousel .owl-dots .owl-dot:hover,
.rs-blog.blog-main-home.blog-modify7 .rs-carousel .owl-dots .owl-dot.active {
  width: 40px;
  background-color: #dd4447;
  opacity: 1;
}

.rs-blog.blog-main-home.blog-modify8 .blog-item {
  border-radius: 30px 30px 30px 30px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
}

.rs-blog.blog-main-home.blog-modify8 .blog-item .blog-content .blog-meta .categories a:hover,
.rs-blog.blog-main-home.blog-modify8 .blog-item .blog-content .blog-title a:hover {
  color: #1a28da;
}

.rs-blog.blog-main-home.blog-modify8 .blog-button a:hover i:before,
.rs-blog.blog-main-home.blog-modify8 .blog-button a:hover .btn-text {
  color: #1a28da;
}

.rs-blog.blog-main-home.blog-modify9 .blog-item {
  border-radius: 30px 30px 30px 30px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
}

.rs-blog.blog-main-home.blog-modify9 .blog-item .blog-content .blog-meta .categories a:hover,
.rs-blog.blog-main-home.blog-modify9 .blog-item .blog-content .blog-title a:hover {
  color: #dd4447;
}

.rs-blog.blog-main-home.blog-modify9 .blog-button a:hover i:before,
.rs-blog.blog-main-home.blog-modify9 .blog-button a:hover .btn-text {
  color: #dd4447;
}

.rs-blog.blog-main-home.blog-modify10 .blog-item {
  border-radius: 30px 30px 30px 30px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
}

.rs-blog.blog-main-home.blog-modify10 .blog-item .blog-content .blog-meta .categories a:hover,
.rs-blog.blog-main-home.blog-modify10 .blog-item .blog-content .blog-title a:hover {
  color: #fe3243;
}

.rs-blog.blog-main-home.blog-modify10 .blog-button a:hover i:before,
.rs-blog.blog-main-home.blog-modify10 .blog-button a:hover .btn-text {
  color: #fe3243;
}

.rs-blog.blog-main-home.blog-modify11 .blog-item {
  border-radius: 30px 30px 30px 30px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
}

.rs-blog.blog-main-home.blog-modify11 .blog-item .blog-content .blog-meta .categories a:hover,
.rs-blog.blog-main-home.blog-modify11 .blog-item .blog-content .blog-title a:hover {
  color: #ffae00;
}

.rs-blog.blog-main-home.blog-modify11 .blog-button a:hover i:before,
.rs-blog.blog-main-home.blog-modify11 .blog-button a:hover .btn-text {
  color: #ffae00;
}

.rs-blog.blog-style2 .blog-item {
  border-bottom: 1px solid #3e3e3e1f;
  padding-bottom: 50px;
  margin-bottom: 50px;
}

.rs-blog.blog-style2 .blog-item .blog-inner-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  box-shadow: none;
  background: transparent;
  transition: 0.3s;
}

.rs-blog.blog-style2 .blog-item .blog-inner-wrap .images-wrap {
  flex: 0 0 33%;
  max-width: 33%;
  overflow: hidden;
}

.rs-blog.blog-style2 .blog-item .blog-inner-wrap .blog-content {
  -webkit-box-flex: 0;
  max-width: 67%;
  padding: 0 40px;
}

.rs-blog.blog-style2 .blog-item .blog-inner-wrap .blog-content .cat-list .post-categories li a {
  font-size: 25px;
  color: #3E3E3E;
  border-bottom: 1px solid #3E3E3E;
  padding-bottom: 12px;
  margin-bottom: 30px;
  display: inline-block;
}

.rs-blog.blog-style2 .blog-item .blog-inner-wrap .blog-content .cat-list .title {
  font-size: 50px;
  font-weight: 400;
  line-height: 1.3em;
  margin-bottom: 15px;
}

.rs-blog.blog-style2 .blog-item .blog-inner-wrap .blog-content .cat-list .title a {
  color: #19082D;
}

.rs-blog.blog-style2 .blog-item .blog-inner-wrap .blog-content .cat-list .title a:hover {
  color: #DC2982;
}

.rs-blog.blog-style2 .blog-item.border-no-grid {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.rs-inner-blog .blog-item {
  background: #fff;
  border-radius: 15px;
  transition: 0.3s;
  padding: 30px;
  box-shadow: 15px 15px 30px rgba(0, 0, 1, 0.05);
}

.rs-inner-blog .blog-item .blog-img {
  position: relative;
}

.rs-inner-blog .blog-item .blog-img img {
  border-radius: 30px;
}

.rs-inner-blog .blog-item .blog-content {
  padding: 25px 0px 10px;
  overflow: hidden;
}

.rs-inner-blog .blog-item .blog-content .blog-title {
  margin: 4px 0 15px;
  font-size: 42px;
  line-height: 52px;
  font-weight: 500;
}

.rs-inner-blog .blog-item .blog-content .blog-title a {
  color: #19082d;
}

.rs-inner-blog .blog-item .blog-content .blog-title a:hover {
  color: #DC2982;
}

.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate {
  overflow: hidden;
  list-style: none;
  padding: 0 0 12px;
  position: relative;
  font-size: 13px;
  display: flex;
  align-items: center;
}

.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li {
  margin-right: 25px;
  line-height: 42px;
  position: relative;
  padding-right: 12px;
}

.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li:after {
  content: "";
  position: absolute;
  right: -6px;
  top: 17px;
  height: 7px;
  width: 1px;
  background: rgba(62, 62, 62, 0.3);
}

.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li .postedby .info .name img {
  margin-right: 9px;
  border-radius: 50%;
}

.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li .blog-date {
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  color: #555;
  font-weight: 400;
}

.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li .blog-date i {
  color: #3E3E3E;
  position: relative;
  margin-right: 2px;
  top: 2px;
}

.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li .blog-date i:before {
  font-size: 14px;
}

.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li .tag-line i {
  margin-right: 2px;
  color: #3E3E3E;
  position: relative;
  top: 2px;
}

.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li .tag-line a {
  padding-left: 4px;
  font-size: 14px;
  color: #555;
}

.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li .tag-line a:hover {
  color: #DC2982;
}

.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li:last-child:after {
  display: none;
}

.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li:last-child {
  margin-right: 0;
}

.rs-inner-blog .blog-item .blog-content .blog-desc {
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
  color: #333333;
  margin-bottom: 20px;
}

.rs-inner-blog .widget-area .widget-title .title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  color: #19082d;
  margin: 0;
}

.rs-inner-blog .widget-area .search-widget {
  background: #fff;
  padding: 40px 30px 40px;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.07);
}

.rs-inner-blog .widget-area .search-widget .search-wrap {
  position: relative;
}

.rs-inner-blog .widget-area .search-widget .search-wrap [type=search] {
  color: #444444;
  padding: 12px 17px;
  width: 100%;
  border: none;
  border-radius: 5px;
  position: relative;
  background: #F6F7F9;
}

.rs-inner-blog .widget-area .search-widget .search-wrap button {
  background: transparent;
  border: medium none;
  color: #3e3e3e;
  padding: 11px 15px 12px;
  position: absolute;
  display: block;
  right: 0px;
  top: 0;
  z-index: 10;
  font-size: 20px;
  border-radius: 0 5px 5px;
}

.rs-inner-blog .widget-area .search-widget .search-wrap button i:before {
  font-family: uicons-regular-rounded !important;
  font-size: 18px;
  font-weight: 600;
  content: "\f279";
  position: absolute;
  right: 20px;
  top: 9px;
}

.rs-inner-blog .widget-area .search-widget .search-wrap button:hover {
  color: #DC2982;
}

.rs-inner-blog .widget-area .recent-posts {
  background: #fff;
  padding: 40px 30px;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.07);
}

.rs-inner-blog .widget-area .recent-posts .recent-post-widget {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  overflow: hidden;
}

.rs-inner-blog .widget-area .recent-posts .recent-post-widget .post-img {
  width: 100px;
  float: left;
  padding-right: 15px;
}

.rs-inner-blog .widget-area .recent-posts .recent-post-widget .post-img img {
  border-radius: 5px;
}

.rs-inner-blog .widget-area .recent-posts .recent-post-widget .post-desc {
  overflow: hidden;
}

.rs-inner-blog .widget-area .recent-posts .recent-post-widget .post-desc a {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  font-family: 'Jost', sans-serif;
  color: #19082d;
}

.rs-inner-blog .widget-area .recent-posts .recent-post-widget .post-desc a:hover {
  color: #DC2982;
}

.rs-inner-blog .widget-area .recent-posts .recent-post-widget .post-desc .date-post {
  display: block;
  font-size: 14px;
  color: #3E3E3E;
  margin-bottom: 5px;
}

.rs-inner-blog .widget-area .recent-posts .recent-post-widget .post-desc .date-post i {
  margin-right: 8px;
}

.rs-inner-blog .widget-area .recent-posts .recent-post-widget .post-desc .date-post i:before {
  top: 1px;
  font-size: 13px;
  color: #3E3E3E;
  position: relative;
}

.rs-inner-blog .widget-area .categories {
  background: #fff;
  padding: 40px 30px 40px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
}

.rs-inner-blog .widget-area .categories ul li {
  margin-top: 13px;
  padding-top: 13px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.rs-inner-blog .widget-area .categories ul li a {
  font-weight: 500;
  font-size: 15px;
  color: #0a0a0a;
  transition: all 0.4s ease-in-out 0s;
}

.rs-inner-blog .widget-area .categories ul li a:hover {
  color: #DC2982;
}

.rs-inner-blog .widget-area .categories ul li:first-child {
  border-top: none;
}

.rs-inner-blog .widget-area .tags-cloud {
  background: #fff;
  padding: 40px 30px 40px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
}

.rs-inner-blog .widget-area .tags-cloud .tagcloud a {
  display: inline-block;
  margin: 10px 3px 0px 0;
  line-height: 20px;
  padding: 6px 12px;
  font-size: 13px;
  text-transform: capitalize;
  transition: all .3s ease;
  background: #ffffff;
  color: #444444;
  border: 1px solid #f0f0f0;
  border-radius: 5px;
}

.rs-inner-blog .widget-area .tags-cloud .tagcloud a:hover {
  color: #ffffff;
  background: #DC2982;
}

.rs-inner-blog .blog-details .blog-full .blog-content-full .title {
  font-size: 28px;
  line-height: 38px;
  font-weight: 700;
  color: #19082d;
  margin: 0;
}

.rs-inner-blog .blog-details .blog-full .blog-content-full .title.title2 {
  font-size: 20px;
}

.rs-inner-blog .blog-details .blog-full .blog-content-full .title.title3 {
  font-size: 24px;
}

.rs-inner-blog .blog-details .blog-full .blog-content-full p {
  margin: 0;
}

.rs-inner-blog .blog-details .blog-full .blog-content-full .bs-info {
  margin-top: 25px;
  clear: both;
  margin-bottom: 30px;
}

.rs-inner-blog .blog-details .blog-full .blog-content-full .bs-info a {
  font-size: 13px;
  margin-right: 5px;
  display: inline-block;
  text-align: center;
  font-weight: normal;
  color: #ffffff;
  background: #DC2982;
  padding: 2px 15px 4px;
  margin-left: 7px;
  border-radius: 0px;
  line-height: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 4px;
}

.rs-inner-blog .blog-details .blog-full .blog-content-full .bs-info a:hover {
  background: #010D14;
  color: #fff;
}

.rs-inner-blog .blog-details .blog-full .blog-content-full .comment-note .from-control {
  width: 100%;
  padding: 12px 20px;
  background-color: #f6f7f9;
  border: 1px solid #f6f7f9;
  border-radius: 5px;
  max-width: 100%;
  opacity: 1;
}

.rs-inner-blog .blog-details .blog-full .blog-content-full .comment-note textarea {
  height: 160px;
}

.rs-inner-blog .blog-details .blog-full .blog-content-full .comment-note ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */

  color: #454545;
  opacity: 0.5;
}

.rs-inner-blog .blog-details .blog-full .blog-content-full .comment-note ::-moz-placeholder {
  /* Firefox 19+ */

  color: #454545;
  opacity: 0.5;
}

.rs-inner-blog .blog-details .blog-full .blog-content-full .comment-note :-ms-input-placeholder {
  /* IE 10+ */

  color: #454545;
  opacity: 0.5;
}

.rs-inner-blog .blog-details .blog-full .blog-content-full .comment-note :-moz-placeholder {
  /* Firefox 18- */

  color: #454545;
  opacity: 0.5;
}



.item-content {
  position: relative;
}

button.btn.video-play {
  position: absolute;
  top: 40%;
}

.video {
  display: flex;
  justify-content: center;
  align-items: center;
}

.owl-carousel .owl-dots.disabled {
  display: block !important;
}


/* ------------------------------------
	11. Contact Section CSS
---------------------------------------*/
.rs-contact.contact-style1 {
  position: relative;
}

.rs-contact.contact-style1 .model-img {
  background-image: url('assets/images/contact/model-min.png');
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: 86% auto;
}

.rs-contact.contact-style1 .contact-wrap {
  position: relative;
  margin: 100px 50px 115px 10px;
}

.rs-contact.contact-style1 .contact-wrap .from-control {
  font-size: 18px;
  padding: 18px 30px 18px 30px;
  border-radius: 10px 10px 10px 10px;
  border-style: solid;
  color: #FFFFFF;
  background-color: #FFFFFF12;
  border-width: 0px 0px 0px 0px;
  box-shadow: 0px 0px 12px -2px rgba(0, 0, 0, 0.05);
  border: none;
  width: 100%;
  max-width: 100%;
  opacity: 1;
}

.rs-contact.contact-style1 .contact-wrap textarea {
  height: 120px;
}

.rs-contact.contact-style1 .contact-wrap .address-widget {
  position: relative;
  right: -39%;
  margin-top: -73px;
}

.rs-contact.contact-style1 .contact-wrap ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */

  color: #fff;
  opacity: 0.69;
}

.rs-contact.contact-style1 .contact-wrap ::-moz-placeholder {
  /* Firefox 19+ */

  color: #fff;
  opacity: 0.69;
}

.rs-contact.contact-style1 .contact-wrap :-ms-input-placeholder {
  /* IE 10+ */

  color: #fff;
  opacity: 0.69;
}

.rs-contact.contact-style1 .contact-wrap :-moz-placeholder {
  /* Firefox 18- */

  color: #fff;
  opacity: 0.69;
}

.rs-contact.contact-style1 .contact-animate .animation {
  position: absolute;
  bottom: 0;
}

.rs-contact.contact-style1 .contact-animate .animation.one {
  left: 10%;
  top: 10%;
}

.rs-contact.contact-style1 .contact-animate .animation.one img {
  max-width: 70px;
  opacity: .4;
}

.rs-contact.contact-style1 .contact-animate .animation.two {
  right: 10%;
  top: 10%;
}

.rs-contact.contact-style1 .contact-animate .animation.two img {
  opacity: 0.2;
  width: 47px;
  max-width: 47px;
}

.rs-contact.contact-style1 .contact-animate .animation.three {
  left: 6%;
  bottom: 16%;
}

.rs-contact.contact-style1 .contact-animate .animation.three img {
  max-width: 60px;
  opacity: 0.2;
}

.rs-contact.contact-style1 .contact-animate .animation.four {
  right: 11%;
  bottom: 20%;
}

.rs-contact.contact-style1 .contact-animate .animation.four img {
  opacity: 0.3;
  width: 47px;
  max-width: 47px;
}

.rs-contact.contact-style2 .address-boxs {
  display: flex;
  position: relative;
  align-items: center;
}

.rs-contact.contact-style2 .address-boxs .address-icon {
  margin-right: 20px;
  background-color: #8873EF;
  width: 42px;
  height: 42px;
  line-height: 39px !important;
  border-radius: 100%;
  text-align: center;
}

.rs-contact.contact-style2 .address-boxs .address-icon i {
  font-size: 17px;
  line-height: 20px;
  color: #ffffff;
  margin-left: 2px;
  margin-top: 12px;
}

.rs-contact.contact-style2 .address-boxs .address-text .text .label {
  color: #3E3E3E !important;
  font-size: 14px;
  display: block;
}

.rs-contact.contact-style2 .address-boxs .address-text .text .des {
  font-size: 20px;
  color: #19082D !important;
}

.rs-contact.contact-style2 .content-wrap {
  background-color: #F8F8F8;
  padding: 62px 50px 40px 50px;
}

.rs-contact.contact-style2 .content-wrap label {
  font-size: 14px;
  color: #19082D;
  font-weight: 500;
  display: block;
  margin-bottom: 0;
}

.rs-contact.contact-style2 .content-wrap .from-control {
  padding: 10px 0px 16px 0px;
  border-radius: 0px 0px 0px 0px;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  font-size: 18px;
  color: #19082D;
  background-color: #F8F8F8;
  border-color: #3E3E3E21;
  width: 100%;
  max-width: 100%;
  opacity: 1;
}

.rs-contact.contact-style2 .content-wrap textarea {
  height: 105px;
}

.rs-contact.contact-style2 .content-wrap ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */

  color: #3e3e3e;
  opacity: 0.61;
}

.rs-contact.contact-style2 .content-wrap ::-moz-placeholder {
  /* Firefox 19+ */

  color: #3e3e3e;
  opacity: 0.61;
}

.rs-contact.contact-style2 .content-wrap :-ms-input-placeholder {
  /* IE 10+ */

  color: #3e3e3e;
  opacity: 0.61;
}

.rs-contact.contact-style2 .content-wrap :-moz-placeholder {
  /* Firefox 18- */

  color: #3e3e3e;
  opacity: 0.61;
}

.rs-contact.contact-style2.contact-modfiy1 .address-boxs .address-icon {
  background-color: #FF254C;
}

.rs-contact.contact-style2.contact-modfiy1 .address-boxs .address-text .text .label {
  font-weight: 500;
  color: #fff !important;
}

.rs-contact.contact-style2.contact-modfiy1 .address-boxs .address-text .text .des {
  color: #fff !important;
}

.rs-contact.contact-style2.contact-modfiy1 .content-wrap {
  border-radius: 30px 30px 30px 30px;
}

.rs-contact.contact-style2.contact-modfiy2 .content-wrap {
  background-color: #fff;
  padding: 60px 50px 60px 50px;
}

.rs-contact.contact-style2.contact-modfiy2 .content-wrap label {
  margin-bottom: 8px;
}

.rs-contact.contact-style2.contact-modfiy2 .content-wrap .from-control {
  padding: 14px 17px 14px 17px;
  border-radius: 5px;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  font-size: 18px;
  color: #19082D;
  background-color: #F4F3FF;
  border-color: #F4F3FF;
}

.rs-contact.contact-style2.contact-modfiy2 .address-boxs .address-icon {
  background-color: #4f4bff;
}

.rs-contact.contact-style2.contact-modfiy3 .content-wrap {
  background-color: #fff;
  padding: 60px 50px 60px 50px;
}

.rs-contact.contact-style2.contact-modfiy3 .content-wrap label {
  margin-bottom: 8px;
}

.rs-contact.contact-style2.contact-modfiy3 .content-wrap .from-control {
  padding: 14px 17px 14px 17px;
  border-radius: 5px;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  font-size: 18px;
  color: #19082D;
  background-color: #f8f8f8;
  border-color: #f8f8f8;
}

.rs-contact.contact-style2.contact-modfiy3 .address-boxs .address-icon {
  background-color: #fe3243;
}

.rs-contact.contact-style2.contact-modfiy4 .content-wrap {
  background-color: #F6F6F6;
  padding: 60px 50px 60px 50px;
  border-radius: 20px 20px 20px 20px;
}

.rs-contact.contact-style2.contact-modfiy4 .content-wrap label {
  margin-bottom: 8px;
}

.rs-contact.contact-style2.contact-modfiy4 .content-wrap .from-control {
  padding: 14px 17px 14px 17px;
  border-radius: 0px;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  font-size: 18px;
  color: #19082D;
  background-color: #fff;
  border-color: #fff;
}

.rs-contact.contact-style2.contact-modfiy4 .address-boxs .address-icon {
  background-color: #cf3201;
}

.rs-contact.contact-style2.contact-modfiy5 .content-wrap {
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07);
  padding: 55px 50px 35px 50px;
  border-radius: 20px 20px 20px 20px;
}

.rs-contact.contact-style2.contact-modfiy5 .content-wrap label {
  margin-bottom: 8px;
}

.rs-contact.contact-style2.contact-modfiy5 .content-wrap .from-control {
  padding: 14px 17px 14px 0px;
  border-radius: 0px;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  font-size: 18px;
  color: #19082D;
  background-color: #fff;
  border-color: #3E3E3E21;
}

.rs-contact.contact-style2.contact-modfiy5 .address-boxs .address-icon {
  background-color: #DC2982;
}

.rs-contact.contact-style2.contact-modfiy5 .map-canvas {
  overflow: hidden;
}

.rs-contact.contact-style2.contact-modfiy5 .map-canvas iframe {
  height: 600px;
  float: left;
  width: 100%;
  border: none;
}

.rs-contact.contact-style2.contact-modfiy5.pro-details .content-wrap {
  box-shadow: unset;
}

.subpage-header {
  background: #f2f2f2;
  padding: 100px 0 150px;
}
.site-title {
  float: left;
  display: flex;
  flex-direction: column;
}

.breadcrumbs1 li {
  display: inline-block;
  list-style: none;
  
  font-size: 16px;
  color: #e7e7e7;
}
.breadcrumbs1 li a {
  color: #fff !important;
}
.breadcrumbs1 li:not(:last-child):after {
  content: "/";
  margin: 0 0 0 6px;
  color: #fff;
}
h2.title2 {
  font-size: 40px;
}
.contact-btn {
  background-color: #A6CB71;
  color: #fff;
}
.y-middle {
  display: flex;
  align-items: center;
}
.carousel-control-prev {
 
  justify-content:flex-start !important;

}
.carousel-control-next {
  
  justify-content: end !important;

}
.company-overview h1 {
  font-size: 38px;
  font-weight: 600;
}
.company-overview p {
  font-size: 16px;
  text-align: justify;
  padding-right: 20px;
}

.img-shadow{-webkit-box-shadow: -10px 10px 0px 0px rgba(226,228,233,1);-moz-box-shadow: -10px 10px 0px 0px rgba(226,228,233,1);box-shadow: -10px 10px 0px 0px rgba(226,228,233,1);}
/* ------------------------------------ About Us -------------------------------------  */
.mission {
  padding: 100px 0px 100px 0px;
}
.icon-medium {
  margin-right: 0px;
  color: #A6CB71;
}
.feature-box-icon {

}
.bg-light-gray {
  background-color: #f7f7f7;
}
.feature-box-left-icon-middle {
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
}
.feature-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  z-index: 1;
  position: relative;
  transition-duration: .4s;
  -webkit-transition-duration: .4s;
  -moz-transition-duration: .4s;
  -ms-transition-duration: .4s;
  padding: 3rem;
  border-radius: 8px;
}
.bg-white {
  background-color: #fff;
}

.icon-medium {
  font-size: 40px;
}
.feature-box-left-icon-middle .feature-box-content {
  overflow: hidden;
  -webkit-box-flex: 1;
  flex: 1;
}
.line-height-22px {
  line-height: 22px;
}
.line-height-20px {
  line-height: 20px;
}
.font-weight-500 {
  font-weight: 500!important;
}
.btn-link.text-extra-dark-gray, .text-extra-dark-gray, a.text-extra-dark-gray-hover:hover {
  color: #232323;
}
.text-small {
  font-size: 13px;
  line-height: 22px;
}
.h-1px {
  height: 1px;
}
.margin-25px-top {
  margin-top: 25px;
}
.bg-medium-light-gray {
  background-color: #ededed;
}
.w-100 {
  width: 100%!important;
}
.margin-25px-top {
  margin-top: 25px;
}

.sectiontitle {
  background-position: center;
  margin: 30px 0 0px;
  text-align: center;
  min-height: 20px;
}

.sectiontitle h2 {
  font-size: 30px;
  color: #222;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
}


.headerLine {
  width: 160px;
  height: 2px;
  display: inline-block;
  background: #A6CB71;
}


.projectFactsWrap{
    display: flex;
  margin-top: 30px;
  flex-direction: row;
  flex-wrap: wrap;
}


#projectFacts .fullWidth{
  padding: 0;
}

.projectFactsWrap .item{
  width: 25%;
  height: 100%;
  padding: 50px 0px;
  text-align: center;
}

.projectFactsWrap .item:nth-child(1){
  background: rgb(16, 31, 46);
}

.projectFactsWrap .item:nth-child(2){
  background: rgb(18, 34, 51);
}

.projectFactsWrap .item:nth-child(3){
  background: rgb(21, 38, 56);
}

.projectFactsWrap .item:nth-child(4){
  background: rgb(23, 44, 66);
}

.projectFactsWrap .item p.number{
  font-size: 40px;
  padding: 0;
  font-weight: bold;
}

.projectFactsWrap .item p{
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  margin: 0;
  padding: 10px;
  font-family: 'Open Sans';
}


.projectFactsWrap .item span{
  width: 60px;
  background: rgba(255, 255, 255, 0.8);
  height: 2px;
  display: block;
  margin: 0 auto;
}


.projectFactsWrap .item i{
  vertical-align: middle;
  font-size: 50px;
  color: rgba(255, 255, 255, 0.8);
}


.projectFactsWrap .item:hover i, .projectFactsWrap .item:hover p{
  color: white;
}

.projectFactsWrap .item:hover span{
  background: white;
}

/*================================================
Boxes CSS
=================================================*/
.boxes-area {
  position: relative;
  padding-bottom: 80px;
  margin-top: 60px;
  z-index: 1;
}

.hosting-boxes-area {
  background-color: #032b8d;
  margin-top: 0;
}

.hosting-boxes-area .single-box {
  padding-left: 15px;
  padding-right: 15px;
}
.boxes-slides {
  display: flex;
  justify-content: center;
  align-items: center;
}
.single-box {
  border: 1px dashed #cdf1d8;
  padding: 30px 20px;
  position: relative;
  z-index: 1;
  border-radius: 5px;
  background: #ffffff;
  -webkit-box-shadow: 0 0 10px rgba(72, 69, 224, 0.1);
          box-shadow: 0 0 10px rgba(72, 69, 224, 0.1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  /* width: 23%; */
  /* margin: 10px 10px; */
  display: flex;
    height: 100%;
    flex-direction: column;
    align-items: center;
}
.icon .service_thumb {
  margin-right: 0px;
}
.single-box .icon {
  display: inline-block;
  text-align: center;
  width: 75px;
    height: 75px;
  line-height: 55px;
  background: #cdf1d8;
  border-radius: 50%;
  color: #44ce6f;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: flex;
    align-items: center;
    justify-content: center;
}

.single-box h3 {
  font-size: 18px;
  margin-top: 25px;
  margin-bottom: 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
}

.single-box::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  border-radius: 5px;
  height: 100%;
  background: linear-gradient(125deg, #dc2982 0%, #A6CB71 100%);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-box p {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
}

.single-box.bg-f78acb {
  border-color: rgba(247, 138, 203, 0.3);
}

.single-box.bg-f78acb .icon {
  color: #f78acb;
  background: rgba(247, 138, 203, 0.3);
}

.single-box.bg-c679e3 {
  border-color: #edc3fc;
}

.single-box.bg-c679e3 .icon {
  color: #c679e3;
  background: #edc3fc;
}

.single-box.bg-eb6b3d {
  border-color: rgba(235, 107, 61, 0.3);
}

.single-box.bg-eb6b3d .icon {
  color: #eb6b3d;
  background: rgba(235, 107, 61, 0.3);
}

.single-box:hover {
  -webkit-transform: translateY(-9px);
          transform: translateY(-9px);
  border-color: transparent;
}

.single-box:hover::before {
  opacity: 1;
  visibility: visible;
}

.single-box:hover .icon {
  background: #a9a9a9;
  color: #44ce6f;
}

.single-box:hover h3, .single-box:hover p {
  color: #ffffff;
}

.single-box:hover.bg-f78acb .icon {
  color: #f78acb;
}

.single-box:hover.bg-c679e3 .icon {
  color: #c679e3;
}

.single-box:hover.bg-eb6b3d .icon {
  color: #eb6b3d;
}


/*================================================
Blog CSS
=================================================*/
.blog-area {
  position: relative;
  z-index: 1;
  padding-bottom: 50px;
}

.blog-area .pagination-area {
  margin-bottom: 30px;
}

.single-blog-post {
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  height: 100%;
  background: #f7fafd;
}

.single-blog-post .blog-image {
  position: relative;
}

.single-blog-post .blog-image a {
  display: block;
}

.single-blog-post .blog-image .date {
  position: absolute;
  left: 20px;
  bottom: -20px;
  background: linear-gradient(135deg, #A6CB71 0%, #e6e5a3 100%);
  color: #ffffff;
  padding: 8px 16px;
  font-size: 13px;
  border-radius: 50px;
}

.single-blog-post .blog-image .date svg {
  width: 15px;
  margin-right: 3px;
}

.single-blog-post .blog-post-content {
  padding-top: 40px;
  padding-left: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-blog-post .blog-post-content h1 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 0;
}

.single-blog-post .blog-post-content span {
  display: block;
  color: #0e314c;
  margin: 15px 0;
}

.single-blog-post .blog-post-content span a {
  color: #6084a4;
}

.single-blog-post .blog-post-content span a:hover {
  color: #44ce6f;
}

.single-blog-post .blog-post-content .read-more-btn {
  color: #0e314c;
}

.single-blog-post .blog-post-content .read-more-btn svg {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 15px;
}

.single-blog-post .blog-post-content .read-more-btn:hover {
  color: #44ce6f !important;
}

.single-blog-post .blog-post-content .read-more-btn:hover svg {
  margin-left: 5px;
}

.single-blog-post:hover {
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
}

.single-blog-post:hover {
  background: #ffffff;
}

.single-blog-post-box {
  margin-bottom: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
}

.single-blog-post-box .entry-thumbnail a {
  display: block;
}

.single-blog-post-box .entry-thumbnail a img {
  border-radius: 5px 5px 0 0;
}

.single-blog-post-box .entry-post-content {
  background: -webkit-gradient(linear, left bottom, right top, from(#d5fefd), color-stop(#e0fdff), color-stop(#effbff), color-stop(#fbfaff), to(#fffcff));
  background: linear-gradient(to right top, #d5fefd, #e0fdff, #effbff, #fbfaff, #fffcff);
  padding: 20px;
}

.single-blog-post-box .entry-post-content .entry-meta {
  margin-bottom: 10px;
}

.single-blog-post-box .entry-post-content .entry-meta ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.single-blog-post-box .entry-post-content .entry-meta ul li {
  display: inline-block;
  position: relative;
  margin-right: 12px;
  color: #6084a4;
  font-size: 14px;
}

.single-blog-post-box .entry-post-content .entry-meta ul li::before {
  content: '';
  position: absolute;
  right: -7px;
  top: 50%;
  -webkit-transform: rotate(14deg) translateY(-50%);
          transform: rotate(14deg) translateY(-50%);
  background: #6084a4;
  width: 1px;
  height: 13px;
}

.single-blog-post-box .entry-post-content .entry-meta ul li a {
  display: inline-block;
  color: #6084a4;
}

.single-blog-post-box .entry-post-content .entry-meta ul li a:hover {
  color: #44ce6f;
}

.single-blog-post-box .entry-post-content .entry-meta ul li:last-child {
  margin-right: 0;
}

.single-blog-post-box .entry-post-content .entry-meta ul li:last-child::before {
  display: none;
}

.single-blog-post-box .entry-post-content h3 {
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 18px;
}

.single-blog-post-box .entry-post-content p {
  margin-top: 8px;
  margin-bottom: 0;
}

.single-blog-post-box .entry-post-content .learn-more-btn {
  margin-top: 15px;
  font-weight: 600;
}

.single-blog-post-box .entry-post-content .learn-more-btn svg {
  width: 15px;
}

.single-blog-item {
  margin-bottom: 30px;
}

.single-blog-item .post-image {
  text-align: center;
}

.single-blog-item .post-image a {
  display: block;
}

.single-blog-item .post-content {
  margin-top: 20px;
}

.single-blog-item .post-content .post-meta {
  padding-left: 0;
  margin-bottom: 10px;
  list-style-type: none;
}

.single-blog-item .post-content .post-meta li {
  display: inline-block;
  margin-right: 25px;
  position: relative;
}

.single-blog-item .post-content .post-meta li::before {
  content: '';
  position: absolute;
  top: 10px;
  right: -20px;
  width: 10px;
  height: 1px;
  background-color: #6084a4;
}

.single-blog-item .post-content .post-meta li:last-child {
  margin-right: 0;
}

.single-blog-item .post-content .post-meta li:last-child::before {
  display: none;
}

.single-blog-item .post-content h3 {
  line-height: 30px;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 20px;
}

.blog-slides {
  margin-bottom: 30px;
}

.single-blog-post-item {
  margin-bottom: 30px;
}

.single-blog-post-item .post-image {
  border-radius: 5px;
  overflow: hidden;
}

.single-blog-post-item .post-image a {
  display: block;
  border-radius: 5px;
}

.single-blog-post-item .post-image a img {
  border-radius: 5px;
}

.single-blog-post-item .post-content {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: -webkit-gradient(linear, left bottom, right top, from(#d5fefd), color-stop(#e0fdff), color-stop(#effbff), color-stop(#fbfaff), to(#fffcff));
  background: linear-gradient(to right top, #d5fefd, #e0fdff, #effbff, #fbfaff, #fffcff);
  position: relative;
  border-radius: 5px;
  padding: 30px 25px;
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.05);
  margin-left: 15px;
  margin-right: 15px;
  margin-top: -30px;
}

.single-blog-post-item .post-content .post-meta {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 10px;
  list-style-type: none;
  padding-left: 0;
}

.single-blog-post-item .post-content .post-meta li {
  display: inline-block;
  margin-right: 15px;
  position: relative;
  color: #6084a4;
}

.single-blog-post-item .post-content .post-meta li a {
  color: #6084a4;
}

.single-blog-post-item .post-content .post-meta li a:hover {
  color: #44ce6f;
}

.single-blog-post-item .post-content .post-meta li::before {
  content: '';
  position: absolute;
  right: -10px;
  top: 4px;
  height: 12px;
  background-color: #6084a4;
  width: 1px;
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
}

.single-blog-post-item .post-content .post-meta li:last-child {
  margin-right: 0;
}

.single-blog-post-item .post-content .post-meta li:last-child::before {
  display: none;
}

.single-blog-post-item .post-content h3 {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 0;
}

.single-blog-post-item .post-content .read-more-btn {
  display: inline-block;
  border-radius: 30px;
  padding: 9px 25px;
  border: 1px solid #e6e6e6;
  background-color: #ffffff;
  position: absolute;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  left: 25px;
  bottom: -22px;
  opacity: 0;
  visibility: hidden;
  font-size: 14px;
  font-weight: 500;
}

.single-blog-post-item .post-content .read-more-btn svg {
  width: 15px;
  margin-left: 2px;
}

.single-blog-post-item .post-content .read-more-btn:hover {
  background-color: #44ce6f;
  border-color: #44ce6f;
  color: #ffffff;
}

.single-blog-post-item:hover .post-content {
  -webkit-transform: translateY(-22px);
          transform: translateY(-22px);
}

.single-blog-post-item:hover .post-content .post-meta {
  -webkit-transform: translateY(-12px);
          transform: translateY(-12px);
}

.single-blog-post-item:hover .post-content h3 {
  -webkit-transform: translateY(-12px);
          transform: translateY(-12px);
}

.single-blog-post-item:hover .post-content .read-more-btn {
  opacity: 1;
  visibility: visible;
}

.single-blog-post-box.bg-f4faff .entry-post-content {
  background: #f4faff;
}
.active>.page-link {
 
  background-color: #dc2982;
  border-color: #dc2982;
  color: #fff !important;
}

/*================================================
Blog Details CSS
=================================================*/
.blog-details-desc .article-content {
  margin-top: 30px;
}

.blog-details-desc .article-content .entry-meta {
  margin-bottom: -8px;
}

.blog-details-desc .article-content .entry-meta ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.blog-details-desc .article-content .entry-meta ul li {
  position: relative;
  display: inline-block;
  color: #0e314c;
  margin-right: 20px;
}

.blog-details-desc .article-content .entry-meta ul li a {
  display: inline-block;
  color: #6084a4;
}

.blog-details-desc .article-content .entry-meta ul li a:hover {
  color: #44ce6f;
}

.blog-details-desc .article-content .entry-meta ul li svg {
  color: #c679e3;
  margin-right: 2px;
  position: relative;
  top: -1px;
  width: 15px;
}

.blog-details-desc .article-content .entry-meta ul li::before {
  content: '';
  position: absolute;
  top: 12px;
  right: -15px;
  width: 6px;
  height: 1px;
  background: #44ce6f;
}

.blog-details-desc .article-content .entry-meta ul li:last-child {
  margin-right: 0;
}

.blog-details-desc .article-content .entry-meta ul li:last-child::before {
  display: none;
}

.blog-details-desc .article-content h3 {
  margin-bottom: 15px;
  margin-top: 25px;
  font-size: 20px;
}

.blog-details-desc .article-content .wp-block-gallery.columns-3 {
  padding-left: 0;
  list-style-type: none;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
  margin-bottom: 30px;
  margin-top: 30px;
}

.blog-details-desc .article-content .wp-block-gallery.columns-3 li {
  -ms-flex: 0 0 33.3333%;
  -webkit-box-flex: 0;
          flex: 0 0 33.3333%;
  max-width: 33.3333%;
  padding-right: 10px;
  padding-left: 10px;
}

.blog-details-desc .article-content .wp-block-gallery.columns-3 li figure {
  margin-bottom: 0;
}

.blog-details-desc .article-content .features-list {
  padding-left: 0;
  list-style-type: none;
  margin-top: 25px;
  margin-bottom: 30px;
}

.blog-details-desc .article-content .features-list li {
  margin-bottom: 15px;
  position: relative;
  padding-left: 25px;
  color: #6084a4;
}

.blog-details-desc .article-content .features-list li svg {
  color: #44ce6f;
  display: inline-block;
  width: 20px;
  position: absolute;
  left: 0;
  top: 0;
}

.blog-details-desc .article-content .features-list li:last-child {
  margin-bottom: 0;
}

.blog-details-desc .article-footer {
  margin-top: 30px;
}

.blog-details-desc .article-footer .article-tags a {
  display: inline-block;
  color: #ffffff;
  background-color: #c679e3;
  padding: 4px 12px;
  border-radius: 5px;
  margin-right: 3px;
  font-size: 14px;
}

.blog-details-desc .article-footer .article-tags a:hover {
  color: #ffffff;
  background-color: #44ce6f;
}

.comments-area {
  margin-top: 25px;
}

.comments-area .comments-title {
  margin-bottom: 30px;
  line-height: initial;
  font-size: 20px;
}

.comments-area ol, .comments-area ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.comments-area .comment-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.comments-area .children {
  margin-left: 20px;
}

.comments-area .comment-body {
  border-bottom: 1px solid #eeeeee;
  padding-left: 65px;
  color: #0e314c;
  font-size: 14px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.comments-area .comment-body .reply {
  margin-top: 15px;
}

.comments-area .comment-body .reply a {
  border: 1px solid #ded9d9;
  color: #0e314c;
  display: inline-block;
  padding: 6px 20px;
  border-radius: 30px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  font-size: 13px;
  font-weight: 500;
}

.comments-area .comment-body .reply a:hover {
  color: #ffffff;
  background-color: #44ce6f;
  border-color: #44ce6f;
}

.comments-area .comment-author {
  font-size: 16px;
  margin-bottom: 0.2em;
  position: relative;
  z-index: 2;
}

.comments-area .comment-author .avatar {
  height: 50px;
  left: -65px;
  position: absolute;
  width: 50px;
}

.comments-area .comment-author .fn {
  font-weight: 500;
}

.comments-area .comment-author .says {
  display: none;
}

.comments-area .comment-metadata {
  margin-bottom: .8em;
  color: #6084a4;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
}

.comments-area .comment-metadata a {
  color: #6084a4;
}

.comments-area .comment-metadata a:hover {
  color: #44ce6f;
}

.comments-area .comment-respond {
  margin-top: 30px;
}

.comments-area .comment-respond .comment-reply-title {
  margin-bottom: 0;
  font-size: 20px;
}

.comments-area .comment-respond .comment-reply-title #cancel-comment-reply-link {
  display: inline-block;
}

.comments-area .comment-respond .comment-form {
  overflow: hidden;
}

.comments-area .comment-respond .comment-notes {
  margin-bottom: 0;
  margin-top: 10px;
}

.comments-area .comment-respond .comment-notes .required {
  color: red;
}

.comments-area .comment-respond .comment-form-comment {
  margin-top: 15px;
  float: left;
  width: 100%;
}

.comments-area .comment-respond label {
  display: block;
  color: #0e314c;
  margin-bottom: 5px;
  font-size: 14px;
}

.comments-area .comment-respond input[type="date"], .comments-area .comment-respond input[type="time"], .comments-area .comment-respond input[type="datetime-local"], .comments-area .comment-respond input[type="week"], .comments-area .comment-respond input[type="month"], .comments-area .comment-respond input[type="text"], .comments-area .comment-respond input[type="email"], .comments-area .comment-respond input[type="url"], .comments-area .comment-respond input[type="password"], .comments-area .comment-respond input[type="search"], .comments-area .comment-respond input[type="tel"], .comments-area .comment-respond input[type="number"], .comments-area .comment-respond textarea {
  display: block;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  padding: 0.625em 0.7375em;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.comments-area .comment-respond input[type="date"]:focus, .comments-area .comment-respond input[type="time"]:focus, .comments-area .comment-respond input[type="datetime-local"]:focus, .comments-area .comment-respond input[type="week"]:focus, .comments-area .comment-respond input[type="month"]:focus, .comments-area .comment-respond input[type="text"]:focus, .comments-area .comment-respond input[type="email"]:focus, .comments-area .comment-respond input[type="url"]:focus, .comments-area .comment-respond input[type="password"]:focus, .comments-area .comment-respond input[type="search"]:focus, .comments-area .comment-respond input[type="tel"]:focus, .comments-area .comment-respond input[type="number"]:focus, .comments-area .comment-respond textarea:focus {
  border-color: #44ce6f;
}

.comments-area .comment-respond .comment-form-author {
  float: left;
  width: 50%;
  padding-right: 10px;
  margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-email {
  float: left;
  width: 50%;
  padding-left: 12px;
  margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-url {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-cookies-consent {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-cookies-consent input {
  position: absolute;
  left: 0;
  top: 5px;
}

.comments-area .comment-respond .comment-form-cookies-consent label {
  display: inline-block;
  margin: 0;
  color: #6084a4;
  font-weight: normal;
  position: relative;
  top: -2px;
}

.comments-area .comment-respond .form-submit {
  float: left;
  width: 100%;
}

.comments-area .comment-respond .form-submit input {
  background: #A6CB71;
  border: none;
  color: #ffffff;
  padding: 11px 25px 10px;
  display: inline-block;
  cursor: pointer;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}

.comments-area .comment-respond .form-submit input:hover, .comments-area .comment-respond .form-submit input:focus {
  color: #ffffff;
  background-color: #c679e3;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.startp-post-navigation {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}

.prev-link-wrapper {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
  padding-right: 15px;
}

.prev-link-wrapper a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.prev-link-wrapper a:hover .image-prev::after {
  opacity: 1;
  visibility: visible;
}

.prev-link-wrapper a:hover .image-prev .post-nav-title {
  opacity: 1;
  visibility: visible;
}

.prev-link-wrapper a:hover .prev-link-info-wrapper {
  color: #44ce6f;
}

.prev-link-wrapper .image-prev {
  display: inline-block;
  min-width: 100px;
  width: 100px;
  border-radius: 5px;
  overflow: hidden;
  vertical-align: top;
  margin-right: 20px;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.prev-link-wrapper .image-prev img {
  border-radius: 5px;
}

.prev-link-wrapper .image-prev::after {
  display: block;
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
  opacity: 0;
  background-color: #44ce6f;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.prev-link-wrapper .image-prev .post-nav-title {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  z-index: 2;
  color: #ffffff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
  font-weight: 500;
}

.prev-link-wrapper .prev-link-info-wrapper {
  color: #0e314c;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.prev-link-wrapper .prev-title {
  display: inline-block;
  font-weight: 500;
  font-size: 17px;
}

.prev-link-wrapper .meta-wrapper {
  display: block;
  color: #6084a4;
  text-transform: capitalize;
  margin-top: 5px;
  font-weight: 400;
  font-size: 14px;
}

.next-link-wrapper {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
  text-align: end;
  padding-left: 15px;
}

.next-link-wrapper a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.next-link-wrapper a:hover .image-next::after {
  opacity: 1;
  visibility: visible;
}

.next-link-wrapper a:hover .image-next .post-nav-title {
  opacity: 1;
  visibility: visible;
}

.next-link-wrapper a:hover .next-link-info-wrapper {
  color: #44ce6f;
}

.next-link-wrapper .image-next {
  display: inline-block;
  min-width: 100px;
  width: 100px;
  border-radius: 5px;
  overflow: hidden;
  vertical-align: top;
  margin-left: 20px;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.next-link-wrapper .image-next img {
  border-radius: 5px;
}

.next-link-wrapper .image-next::after {
  display: block;
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
  opacity: 0;
  background-color: #44ce6f;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.next-link-wrapper .image-next .post-nav-title {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  z-index: 2;
  color: #ffffff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
  font-weight: 500;
}

.next-link-wrapper .next-link-info-wrapper {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #0e314c;
}

.next-link-wrapper .next-title {
  display: inline-block;
  font-weight: 500;
  font-size: 17px;
}

.next-link-wrapper .meta-wrapper {
  display: block;
  color: #6084a4;
  text-transform: capitalize;
  margin-top: 5px;
  font-weight: 400;
  font-size: 14px;
}

blockquote, .blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 50px !important;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  margin-top: 20px;
}

blockquote p, .blockquote p {
  color: #0e314c;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 20px !important;
}

blockquote cite, .blockquote cite {
  display: none;
}

blockquote::after, .blockquote::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #44ce6f;
  margin-top: 20px;
  margin-bottom: 20px;
}

/*================================================
Sidebar Widget CSS
=================================================*/
.widget-area .widget {
  margin-top: 35px;
}

.widget-area .widget:first-child {
  margin-top: 0;
}

.widget-area .widget .widget-title {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
  margin-bottom: 25px;
  position: relative;
  font-size: 19px;
}

.widget-area .widget .widget-title::before {
  content: '';
  position: absolute;
  background: #44ce6f;
  bottom: -1px;
  left: 0;
  width: 50px;
  height: 1px;
}

.widget-area .widget_search {
  -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
          box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  background-color: #ffffff;
  padding: 15px;
}

.widget-area .widget_search form {
  position: relative;
}

.widget-area .widget_search form label {
  display: block;
  margin-bottom: 0;
}

.widget-area .widget_search form .screen-reader-text {
  display: none;
}

.widget-area .widget_search form .search-field {
  background-color: transparent;
  height: 50px;
  padding: 6px 15px;
  border: 1px solid #eeeeee;
  width: 100%;
  display: block;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.widget-area .widget_search form .search-field:focus {
  border-color: #44ce6f;
}

.widget-area .widget_search form button {
  position: absolute;
  right: 0;
  outline: 0;
  bottom: 0;
  height: 50px;
  width: 50px;
  z-index: 1;
  border: none;
  cursor: pointer;
  color: #ffffff;
  background-color: #44ce6f;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 20px;
}

.widget-area .widget_search form button svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  left: 0;
  width: 20px;
  margin-left: auto;
  margin-right: auto;
}

.widget-area .widget_search form button:hover {
  background-color: #c679e3;
  color: #ffffff;
}

.widget-area .widget_startp_posts_thumb {
  position: relative;
  overflow: hidden;
}

.widget-area .widget_startp_posts_thumb .item {
  overflow: hidden;
  margin-bottom: 15px;
}

.widget-area .widget_startp_posts_thumb .item:last-child {
  margin-bottom: 0;
}

.widget-area .widget_startp_posts_thumb .item .thumb {
  float: left;
  height: 80px;
  overflow: hidden;
  position: relative;
  width: 80px;
  margin-right: 15px;
}

.widget-area .widget_startp_posts_thumb .item .thumb .fullimage {
  width: 80px;
  height: 80px;
  display: inline-block;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center !important;
}

.widget-area .widget_startp_posts_thumb .item .thumb .fullimage.bg1 {
  background-image: url(../img/blog-image/7.jpg);
}

.widget-area .widget_startp_posts_thumb .item .thumb .fullimage.bg2 {
  background-image: url(../img/blog-image/8.jpg);
}

.widget-area .widget_startp_posts_thumb .item .thumb .fullimage.bg3 {
  background-image: url(../img/blog-image/9.jpg);
}

.widget-area .widget_startp_posts_thumb .item .info {
  overflow: hidden;
  margin-top: 5px;
}

.widget-area .widget_startp_posts_thumb .item .info time {
  display: block;
  color: #6084a4;
  text-transform: uppercase;
  margin-top: 3px;
  margin-bottom: 5px;
  font-size: 12px;
}

.widget-area .widget_startp_posts_thumb .item .info .title {
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 15px;
  font-weight: 500;
}

.widget-area .widget_startp_posts_thumb .item .info .title a {
  display: inline-block;
}

.widget-area .widget_recent_entries ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.widget-area .widget_recent_entries ul li {
  position: relative;
  margin-bottom: 12px;
  color: #0e314c;
  padding-left: 14px;
  line-height: 1.5;
  font-weight: 500;
  font-size: 14px;
}

.widget-area .widget_recent_entries ul li:last-child {
  margin-bottom: 0;
}

.widget-area .widget_recent_entries ul li::before {
  background: #44ce6f;
  position: absolute;
  height: 7px;
  width: 7px;
  content: '';
  left: 0;
  top: 8px;
}

.widget-area .widget_recent_entries ul li a {
  display: inline-block;
  color: #0e314c;
}

.widget-area .widget_recent_entries ul li a:hover {
  color: #44ce6f;
}

.widget-area .widget_recent_entries ul li .post-date {
  display: block;
  font-size: 13px;
  color: #6084a4;
  margin-top: 4px;
}

.widget-area .widget_recent_comments ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.widget-area .widget_recent_comments ul li {
  position: relative;
  margin-bottom: 12px;
  color: #6084a4;
  padding-left: 14px;
  line-height: 1.5;
  font-weight: 500;
  font-size: 14px;
}

.widget-area .widget_recent_comments ul li:last-child {
  margin-bottom: 0;
}

.widget-area .widget_recent_comments ul li::before {
  background: #44ce6f;
  position: absolute;
  height: 7px;
  width: 7px;
  content: '';
  left: 0;
  top: 8px;
}

.widget-area .widget_recent_comments ul li a {
  display: inline-block;
  color: #0e314c;
}

.widget-area .widget_recent_comments ul li a:hover {
  color: #44ce6f;
}

.widget-area .widget_archive ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.widget-area .widget_archive ul li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 14px;
  color: #0e314c;
  font-weight: 500;
  font-size: 14px;
}

.widget-area .widget_archive ul li:last-child {
  margin-bottom: 0;
}

.widget-area .widget_archive ul li::before {
  background: #44ce6f;
  height: 7px;
  width: 7px;
  content: '';
  left: 0;
  top: 8px;
  position: absolute;
}

.widget-area .widget_archive ul li a {
  display: inline-block;
  color: #0e314c;
}

.widget-area .widget_archive ul li a:hover {
  color: #44ce6f;
}

.widget-area .widget_categories ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.widget-area .widget_categories ul li {
  position: relative;
  margin-bottom: 12px;
  color: #6084a4;
  padding-left: 14px;
  font-weight: 500;
  font-size: 14px;
}

.widget-area .widget_categories ul li:last-child {
  margin-bottom: 0;
}

.widget-area .widget_categories ul li::before {
  background: #44ce6f;
  height: 7px;
  width: 7px;
  content: '';
  left: 0;
  top: 8px;
  position: absolute;
}

.widget-area .widget_categories ul li a {
  color: #0e314c;
  display: block;
}

.widget-area .widget_categories ul li a:hover {
  color: #44ce6f;
}

.widget-area .widget_categories ul li .post-count {
  float: right;
}

.widget-area .widget_meta ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.widget-area .widget_meta ul li {
  position: relative;
  margin-bottom: 12px;
  color: #0e314c;
  padding-left: 14px;
  font-weight: 500;
  font-size: 14px;
}

.widget-area .widget_meta ul li:last-child {
  margin-bottom: 0;
}

.widget-area .widget_meta ul li::before {
  background: #44ce6f;
  height: 7px;
  width: 7px;
  content: '';
  left: 0;
  top: 8px;
  position: absolute;
}

.widget-area .widget_meta ul li a {
  display: inline-block;
  color: #0e314c;
}

.widget-area .widget_meta ul li a:hover {
  color: #44ce6f;
}

.widget-area .tagcloud a {
  display: inline-block;
  color: #0e314c;
  font-weight: 500;
  font-size: 14px !important;
  padding: 6px 13px;
  border: 1px dashed #eeeeee;
  margin-top: 8px;
  margin-right: 4px;
}

.widget-area .tagcloud a:hover, .widget-area .tagcloud a:focus {
  color: #ffffff;
  background-color: #44ce6f;
  border-color: #44ce6f;
}
.comments-area {
  margin-top: 25px;
  display: flex;
  justify-content: center;
}
a.btn-news {
  position: relative;
  margin: 0px 0px;
  font-size: 16px;
  /* font-weight: 600; */
  /* text-transform: uppercase; */
  background: #A6CB71;
  padding: 12px 20px;
  color: #fff !important;
  border-radius: 5px;
  width: 100%;
  display: block;
  text-align: center;
}
.header_dashboard_btn {
  position: relative;
    margin: 0px 0px;
    font-size: 16px;
    /* font-weight: 600; */
    /* text-transform: uppercase; */
    background: #A6CB71;
    padding: 6px 8px;
    color: #fff !important;
    border-radius: 5px;
}
.header_dashboard_btn:hover {
  
    background: #A6CB71;
   
    color: #fff !important;
    
}
.header_dashboard_btn:active {
  
  background: #A6CB71 !important;
 
  color: #fff !important;
  
}
.header_dashboard_btn.show {
  
  background: #A6CB71 !important;
 
  color: #fff !important;
  
}
.header_dashboard_btn i {
  background: rgb(0,0,0, 0.2);
  padding: 6px 7px;
  border-radius: 50%;
}
div#wrapper {
  background: #fdfdfd;
}
#form_validate .form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 20px;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.register_btn {
  padding-right: 24px;
  padding-left: 24px;
  color: #fff;
  background-color: #A6CB71 !important;
  border-color: #A6CB71 !important;
  width: 100%;
}
.auth-box {
  background: #fff;
  padding: 20px 20px;
  border-radius: 18px;
}
.features_register ul li {
  margin-bottom: 15px;
  
  
  font-weight: 500;
  
 
  line-height: 20px;
}
.features_register  {
 padding-left: 50px;
}
.features_register h3 {
  font-size: 32px;
}
.features_register i {
  color: white;
  background: #A6CB71;
  font-size: 10px;
  padding: 4px;
  border-radius: 50%;
  margin-right: 10px;
}
.signup_form_section {
  padding: 50px 30px;
}
.price-box-inner {
  background-color: #ffffff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-shadow: 10px 10px 30px rgb(220, 41, 130, 0.1);
  border-radius: 30px;
  padding: 30px;
  min-height: 1100px;
}
.price-box {
  position: relative;
  list-style: none;
  margin-left: 20px;
  margin-right: 20px;
}
.pricing-name h4 {
  font-size: 45px !important;
  line-height: 55px;
  color: #DC2982;
  font-weight: 600;
  text-align: center;
}
.plan-price h3 {
  font-size: 24px;
  font-weight: 500;
  color: #372748;
  line-height: 30px;
  text-transform: uppercase;
  margin: 0 0 15px;
  text-align: center;
}
.plan-price {
  border-bottom: 1px solid #dbdbdb;
}
.selling_form {
  box-shadow: 10px 10px 30px rgb(0, 0, 0, 0.1);
}
.btn:hover { 
  background-color: #dc2982;
}
.option-payment .list-right img {
  width: 80px;
}
div#wrapper {
  background: #d5d2d28a;
}
.shopping-cart.shopping-cart-shipping {
  padding: 100px 0px;
}

.btn-continue-payment {
  color: #fff;
}
.option-payment .list-right label {
  margin-right: 70px;
}
p.line-seperator {
  width: 100%;
  height: 2px;
  background: #ccc;
  margin-top: 10px;
}
strong.lbl-price {
  float: right;
}
@media (max-width: 767px){
  
  .projectFactsWrap .item {
     flex: 0 0 50%;
  }
}

@media screen and (max-width: 767px) {
  .pricing-list>li {
    width: 100%;
    float: left;
  }

  .pricing-container.pricing-style1 .pricing-list {

    flex-direction: column;
  }

  .middle-right {
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 10px;
  }

  nav.navbar {
    display: block;
  }

  .middle-header {


    display: block !important;

  }

  button.navbar-toggler {
    position: absolute;
    top: -56px;
    left: 25%;
  }

  .navbar-collapse {

    padding: 10px 0px;
  }

  nav.navbar .nav-item a {

    display: inline-block;
  }

  .rs-blog .owl-item {
    padding: 0px 10px;
  }

  .copyright-section { 
    flex-direction: column;
    padding: 20px;
  }
  .footer {
   
    padding: 40px 20px;
    
  }
  .subpage-header {
    background: #f2f2f2;
    padding: 50px 0 120px;
}
.middle-right a {
  
  font-size: 14px;
  
  padding: 10px 10px;
  
}
}
.price-features p:before {
  content: "\f00c";
  font-family: fon;
  font-size: 9px;
  color: #DC2982;
  margin: 0;
  display: inline-block;
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 600;
  text-align: center;
  position: absolute;
  left: 0;
  top: 4px;
  width: 20px;
  height: 20px;
  border: 1px solid #DC2982;
  line-height: 17px;
  border-radius: 50%;
  opacity: .6;
  transition: all .5s ease;
}
.price-features p{
  position: relative;
  padding-left: 35px;
}
.btn-plan-pricing-container a {
  display: inline-block;
  border: 1px solid #A6CB71;
  font-size: 18px;
  line-height: 28px;
  color: #A6CB71 !important;
  font-weight: 700;
  padding: 20px;
  width: 100%;
  border-radius: 15px;
  text-align: center;
}
.btn-plan-pricing-container a:hover {
  
  border: 1px solid #A6CB71;
  
  color: #fff !important;
  background-color: #A6CB71;
 
}
.about_area li {
  list-style: disc !important;
}
.about_area ul {
  padding-left: 20px !important;
}

.new-edit-class{
    background: #DC2982;
    border: 1px solid #DC2982;
    padding: 5px 35px;
    margin: 15px 0;
    color: #fff;
    font-size: 17px;
}

.new-edit-class:hover{
    background: #fff;
    border: 1px solid #DC2982;
    padding: 5px 35px;
    margin: 15px 0;
    color: #DC2982;
    font-size: 17px;
}

.fwb-500{
  font-weight: 600;
}
.plan_details_sec {
  display: flex;
  justify-content: space-between;
}
.footer_icons ul {
  display: flex;
  
}
.footer_icons ul li {
  margin-right: 10px;
  
}
.owl-carousel .owl-stage {
  display: flex;
}

