@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700|Roboto:300,300i,400,500,700);
.blog-divs,
.list,
.row.m0,
.switch-wrap p {
  margin: 0;
}
.genric-btn,
a,
a:focus,
a:hover {
  text-decoration: none;
}
.button-group-area .link,
.genric-btn.link,
.genric-btn.link-border {
  text-decoration: underline;
}
.nav-link:hover {
  color: #ffc001 !important;
}

.sticky-navbar {
  position: sticky;
  top: 0;
  background-color: #3e3e3e;
  z-index: 1;
  padding: 10px 20px;
}

.scrollable {
  display: grid;
  grid-auto-flow: column;
}

#category-list {
  overflow-x: auto !important;
  white-space: nowrap;
  scroll-behavior: smooth !important;
  margin-top: auto;
  margin-bottom: auto;
  background: #3e3e3e;
  padding-top: 8px;
  padding-bottom: 8px;
}

.search-container {
  top: 0;
  right: 0;
  float: right !important;
  z-index: 2000;
}

#search-input {
  width: 200px;
  position: relative;
  line-height: 20px;
  font-size: 16px;
  border: none;
  border-bottom: 2px solid #ffc001;
  padding: 6px;
  background: transparent;
  color: #fefefe;
  outline: none !important;
}
.navbar-brand img {
  height: 50px !important;
}
#search-input:focus-visible,
#seach-input:focus {
  outline-color: transparent !important;
  outline: none !important;
}

.clear-button {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  font-size: 16px;
  color: #999;
  padding: 0;
  display: none;
}

.blog-navbar {
  background-image: -webkit-linear-gradient(0deg, #222 0, #333 100%) !important;
}

#search-results {
  /* position: absolute; */
  top: 100%;
  right: 0;
  float: right;
  color: #fefefe;
  background-color: #000;
  border: 1px solid #000;
  padding: 5px;
  display: none;
  overflow-y: auto;
  width: 200px;
  z-index: 2;
  cursor: pointer;
}

.card.w-md-50 {
  width: 46% !important;
  flex: 0.47 0 0%;
  margin-left: 15px;
  margin-right: 15px;
}

#dropdownMenuLink:hover,
#dropdownMenuLink:visited {
  background: #3e3e3e !important;
}
#search-results:hover {
  color: #ffc001;
}
#category-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #f1f1f1;
  border: 1px solid #ddd;
  padding: 5px;
  display: none;
  max-height: 200px;
  overflow-y: auto;
}

#category-dropdown.show {
  display: block;
}

.active {
  color: #ffc001 !important;
}

.nav-blog-category {
  margin: 10px 20px;
  text-transform: uppercase;
  color: #fff;
  font-size: 0.8rem;
  font-weight: bold;
}
.nav-blog-category:hover {
  color: #ffc001;
}
.list {
  list-style: none;
  padding: 0;
}
.p_120,
.pad_top {
  padding-top: 120px;
}
.ip-div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  text-align: center;
  background: #111;
}
h6 span {
  cursor: pointer;
}

#ip,
#status {
  color: #e02f1f;
}

a {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a:focus,
a:hover {
  outline: 0;
}
.w-100 {
  width: 100%;
  /* max-width: 250px; */
}
body {
  line-height: 24px;
  font-size: 16px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  color: #777;
}
.main_title h3,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
.blog_right_sidebar .newsletter_widget .form-control:focus,
button:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.p_120 {
  padding-bottom: 120px;
}
.mt-25 {
  margin-top: 25px;
}
.p0 {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
@media (min-width: 1620px) {
  .box_1620 {
    max-width: 1650px;
    margin: auto;
  }
}
.main_title {
  text-align: center;
  margin-bottom: 75px;
}
.main_title h3 {
  font-size: 2.4em;
  color: #222;
  margin-bottom: 15px;
}
.app_btn_area .app_btn:hover .media .media-body h4,
.app_btn_area .app_btn:hover .media .media-body p,
.comments-area a,
.contact_info .info_item h6 a,
.main_title a,
.see-all,
.single-defination h4,
.single-post-area .social-links li a:hover,
.testimonials_area .owl-next:hover,
.testimonials_area .owl-prev:hover,
.title_color {
  color: #222;
}
.main_title p {
  font-size: 1.2em;
  font-family: Roboto, sans-serif;
  line-height: 24px;
  color: #777;
  max-width: 570px;
  font-weight: 400;
  margin: auto;
}
.category-header,
.l_news_item h4 {
  font-family: 'Open Sans', sans-serif;
}
.blog_right_sidebar .search_widget .input-group .form-control.placeholder,
.home_banner_area .banner_inner .banner_content,
.main_title.white h2 {
  color: #fff;
}
.footer-bottom .footer-text,
.main_title.white p,
.news_widgets p {
  color: #fff;
  opacity: 0.6;
}
.background {
  background: #252525;
  color: -webkit-linear-gradient(0deg, #222 0%, #333 100%);
}
.header-bg {
  background: #161616;
  box-shadow: 0 1px 6px -webkit-linear-gradient(0deg, #222 0, #333 100%);
  color: #fff;
}
#category-label {
  color: #fff;
}
.store-btn {
  height: 48px;
}
.jumbo-bg {
  background: #1f1f1f;
  color: #fff;
}
.primary-btn {
  background: #ffc001;
  color: -webkit-linear-gradient(0deg, #222 0%, #333 100%);
}
.primary-btn:hover {
  background: #ffc001;
  color: #fff;
}
.card-horizontal a:hover,
.card-title:hover,
.card-vertical a:hover,
.card-vertical:hover .blog-common-heading:hover,
.link {
  color: #ffc001;
}
#privacy-link:hover,
.link:hover {
  color: #daa60d;
}
#image {
  border-radius: 30px;
}
.accordion {
  background: #ffc001;
  color: #000;
}
.dropdown-toggle {
  width: 100%;
  text-align: left;
}
.dropdown-item {
  width: 100% !important;
}
.dropdown-item:hover {
  background: #ffc001;
  color: #000 !important;
  cursor: pointer;
}
.btn-secondary {
  background: #fff;
  color: -webkit-linear-gradient(0deg, #222 0%, #333 100%);
}
.faq-drop-down {
  background: #3e3e3e;
  border-radius: 6px;
}
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover,
.dropdown-toggle:focus,
.show > .btn-secondary.dropdown-toggle {
  background: #000;
  color: -webkit-linear-gradient(0deg, #222 0%, #333 100%);
  font-weight: 700;
}
.blog-pagination .page-link .lnr,
.generic-content h1,
.header_area .navbar .search i,
.l_news_item h4 {
  font-weight: 600;
}
.category-header {
  font-weight: 700;
  font-size: 30px;
  margin-top: 50px !important;
  color: #fff;
}
.accordion {
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: 1px solid #000;
  border-top: none;
  border-left: none;
  border-right: none;
  text-align: left;
  outline: 0;
  font-size: 16px;
  transition: 0.4s;
  font-weight: 700;
}
.accordion:hover,
.faq-active {
  background-color: -webkit-linear-gradient(0deg, #222 0%, #333 100%);
}
.accordion:focus,
.genric-btn:focus,
.single-footer-widget input:focus,
.single-input:focus,
.single-textarea:focus {
  outline: 0;
}
.accordion:first-child {
  border-radius: 10px 10px 0 0;
}
.accordion:nth-last-child(2),
.panel:last-child {
  border-radius: 0 0 10px 10px;
}
.accordion:after {
  content: '\002B';
  color: #000;
  font-weight: 700;
  float: right;
  margin-left: 5px;
}
.faq-active:after {
  content: '\2212';
}
.panel {
  background: #333;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  color: #fff;
  box-shadow: 4px 4px 28px rgba(0, 0, 0, 0.1);
}

.banner_area .banner_inner .banner_content .page_link a:last-child:before,
.button-group-area .disable:before,
.header_area .navbar .nav .nav-item .nav-link:after,
.hide-alert,
.hide-faq {
  display: none;
}
.navbar-container {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: 0.5s;
  z-index: 1000;
}
.faq-lang-switcher,
.lang-switcher,
.top-lang-switcher {
  position: fixed;
  right: -2px;
  padding: 4px 8px;
  border-radius: 0 0 4px 4px;
  z-index: 999;
  box-shadow: rgba(195, 195, 195, 0.1) 0 4px 12px;
  background: -webkit-linear-gradient(0deg, #222 0, #333 100%);
}
.lang-switcher {
  top: 74px;
}
.top-lang-switcher {
  top: 0;
}
.faq-lang-switcher {
  top: 102px;
}
.ivvFaq {
  margin-top: 100px;
}
.header_area {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  -webkit-transition: background 0.4s, 0.3s linear;
  -o-transition: background 0.4s, 0.3s linear;
  transition: background 0.4s, 0.3s linear;
}
.blog_banner,
.causes_item .causes_img,
.header_area .navbar .nav .nav-item.submenu,
.input-group-icon {
  position: relative;
}
.header_area .main_menu .navbar {
  background: 0 0;
  padding: 0;
  border: 0;
  border-radius: 0;
}
.header_area .navbar .nav .nav-item.submenu ul .nav-item:hover .nav-link,
.header_area.navbar_fixed .main_menu {
  background-image: -moz-linear-gradient(0deg, #222 0, #333 100%);
  background-image: -webkit-linear-gradient(0deg, #222 0, #333 100%);
  background-image: -ms-linear-gradient(0deg, #222 0, #333 100%);
}
.header_area .navbar .nav .nav-item {
  margin-right: 45px;
}
.header_area .navbar .nav .nav-item .nav-link {
  font: 600 12px/100px 'Open Sans', sans-serif;
  text-transform: uppercase;
  color: #fff;
  padding: 0;
  display: inline-block;
}
.header_area .navbar .nav .nav-item.submenu ul {
  border: none;
  padding: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
  background: #fff;
}
.header_area .navbar .nav .nav-item.submenu ul:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0;
  border-color: #eee transparent transparent;
  position: absolute;
  right: 24px;
  top: 45px;
  z-index: 3;
  opacity: 0;
  -webkit-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition: 0.4s linear;
}
.underline-none {
  border-bottom: none !important;
}
.header_area .navbar .nav .nav-item.submenu ul .nav-item {
  display: block;
  float: none;
  margin-right: 0;
  border-bottom: 1px solid #ededed;
  margin-left: 0;
  -webkit-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition: 0.4s linear;
}
.header_area .navbar .nav .nav-item.submenu ul .nav-item .nav-link {
  line-height: 45px;
  color: #222;
  padding: 0 30px;
  -webkit-transition: 150ms linear;
  -o-transition: 150ms linear;
  transition: 150ms linear;
  display: block;
  margin-right: 0;
}
.header_area .navbar .nav .nav-item.submenu ul .nav-item:last-child {
  border-bottom: none;
}
.header_area .navbar .nav .nav-item.submenu ul .nav-item:hover .nav-link {
  color: #fff;
}
@media (min-width: 992px) {
  .header_area .navbar .nav .nav-item.submenu ul {
    position: absolute;
    top: 120%;
    left: 0;
    min-width: 200px;
    text-align: left;
    opacity: 0;
    -webkit-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    visibility: hidden;
    display: block;
    border: none;
    padding: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 10px 30px 0 rgba(115, 73, 251, 0.3);
    box-shadow: 0 10px 30px 0 rgba(115, 73, 251, 0.3);
  }
  .header_area .navbar .nav .nav-item.submenu:hover ul {
    visibility: visible;
    opacity: 1;
    top: 100%;
  }
}
.button-group-area:first-child,
.header_area .navbar .nav .nav-item.submenu:hover ul .nav-item,
.list-group-flush:first-child {
  margin-top: 0;
}
.banner_area .banner_inner .banner_content .page_link a:last-child,
.button-group-area .genric-btn:last-child,
.causes_slider .owl-dots .owl-dot:last-child,
.header_area .navbar .nav .nav-item:last-child,
.top_menu .float-left a:last-child {
  margin-right: 0;
}
.header_area .navbar .search {
  font-size: 12px;
  line-height: 60px;
  display: inline-block;
  color: #222;
  margin-left: 80px;
}
.top_menu .float-left a,
.top_menu .float-right .pur_btn {
  font-family: Roboto, sans-serif;
  line-height: 40px;
  font-size: 12px;
}
.header_area.navbar_fixed .main_menu {
  position: fixed;
  width: 100%;
  top: -70px;
  left: 0;
  right: 0;
  -webkit-transform: translateY(70px);
  -ms-transform: translateY(70px);
  transform: translateY(70px);
  -webkit-transition: transform 0.5s, background 0.5s;
  transition: transform 0.5s, background 0.5s, -webkit-transform 0.5s;
  -o-transition: transform 0.5s, background 0.5s;
  -webkit-box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.1);
}
.header_area.navbar_fixed .main_menu .navbar .nav .nav-item .nav-link {
  line-height: 70px;
}
.top_menu {
  background: #ec9d5f;
}
.top_menu .float-left a {
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  margin-right: 50px;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}
.blog_details h2:hover,
.blog_info .blog_meta li a:hover,
.blog_info .post_tag a.active,
.blog_right_sidebar .author_widget .social_icon a:hover,
.blog_right_sidebar .popular_post_widget .post_item .media-body h3:hover,
.blog_right_sidebar .post_category_widget .cat-list li:hover a,
.causes_item .causes_text h4:hover,
.sample-text-area p del,
.sample-text-area p u,
.top_menu .float-left a:hover {
  color: #6247ea;
}
.top_menu .float-right .pur_btn {
  background: #6247ea;
  color: #fff;
  display: block;
  padding: 0 40px;
  font-weight: 500;
}
.home_banner_area {
  z-index: 1;
  background-color: #222;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='400' viewBox='0 0 800 800'%3E%3Cg fill='none' stroke='%23333333' stroke-width='1'%3E%3Cpath d='M769 229L1037 260.9M927 880L731 737 520 660 309 538 40 599 295 764 126.5 879.5 40 599-197 493 102 382-31 229 126.5 79.5-69-63'/%3E%3Cpath d='M-31 229L237 261 390 382 603 493 308.5 537.5 101.5 381.5M370 905L295 764'/%3E%3Cpath d='M520 660L578 842 731 737 840 599 603 493 520 660 295 764 309 538 390 382 539 269 769 229 577.5 41.5 370 105 295 -36 126.5 79.5 237 261 102 382 40 599 -69 737 127 880'/%3E%3Cpath d='M520-140L578.5 42.5 731-63M603 493L539 269 237 261 370 105M902 382L539 269M390 382L102 382'/%3E%3Cpath d='M-222 42L126.5 79.5 370 105 539 269 577.5 41.5 927 80 769 229 902 382 603 493 731 737M295-36L577.5 41.5M578 842L295 764M40-201L127 80M102 382L-261 269'/%3E%3C/g%3E%3Cg fill='%235E4600'%3E%3Ccircle cx='769' cy='229' r='5'/%3E%3Ccircle cx='539' cy='269' r='5'/%3E%3Ccircle cx='603' cy='493' r='5'/%3E%3Ccircle cx='731' cy='737' r='5'/%3E%3Ccircle cx='520' cy='660' r='5'/%3E%3Ccircle cx='309' cy='538' r='5'/%3E%3Ccircle cx='295' cy='764' r='5'/%3E%3Ccircle cx='40' cy='599' r='5'/%3E%3Ccircle cx='102' cy='382' r='5'/%3E%3Ccircle cx='127' cy='80' r='5'/%3E%3Ccircle cx='370' cy='105' r='5'/%3E%3Ccircle cx='578' cy='42' r='5'/%3E%3Ccircle cx='237' cy='261' r='5'/%3E%3Ccircle cx='390' cy='382' r='5'/%3E%3C/g%3E%3C/svg%3E");
}
.home_banner_area .banner_inner {
  overflow: hidden;
  width: 100%;
  padding: 170px 0 140px;
}
.home_banner_area .banner_inner .banner_content .col-lg-9,
.interior_inner .col-lg-5 {
  vertical-align: middle;
  -ms-flex-item-align: center;
  align-self: center;
}
.home_banner_area .banner_inner .banner_content h1 {
  font-size: 3em;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 30px;
}
.home_banner_area .banner_inner .banner_content p {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-weight: 300;
  line-height: 1.6em;
  margin-bottom: 40px;
  font-size: 1.4em;
}
.step-list li {
  font-size: 1.3em !important;
  line-height: 1.8em !important;
}
.step-list {
  margin-top: -30px;
}
.footer-bottom .footer-social,
.home_banner_area .banner_inner .banner_content .banner_map_img,
.single-post-area .navigation-area .nav-right {
  text-align: right;
}
.blog_banner {
  min-height: 780px;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 0;
}
.blog_banner .banner_inner {
  background: #04091e;
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 780px;
  z-index: 1;
}
.banner_area,
.banner_area .banner_inner {
  min-height: 400px;
  z-index: 1;
  position: relative;
}
.blog_banner .banner_inner .overlay {
  background: url(../img/banner/banner-2.jpg) center center no-repeat;
  opacity: 0.5;
  height: 125%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}
.blog_banner .banner_inner .blog_b_text {
  max-width: 700px;
  margin: 40px auto auto;
  color: #fff;
}
.blog_banner .banner_inner .blog_b_text h2 {
  font-size: 60px;
  font-weight: 500;
  font-family: Roboto, sans-serif;
  line-height: 66px;
  margin-bottom: 15px;
}
.blog_banner .banner_inner .blog_b_text p {
  font-size: 16px;
  margin-bottom: 35px;
}
.blog_banner .banner_inner .blog_b_text .white_bg_btn {
  line-height: 42px;
  padding: 0 45px;
}
.banner_box {
  max-width: 1620px;
  margin: auto;
}
.banner_area {
  background-image: -moz-linear-gradient(
    0deg,
    rgba(188, 43, 255, 0.8) 0,
    rgba(114, 73, 251, 0.8) 100%
  );
  background-image: -webkit-linear-gradient(
    0deg,
    rgba(188, 43, 255, 0.8) 0,
    rgba(114, 73, 251, 0.8) 100%
  );
  background-image: -ms-linear-gradient(
    0deg,
    rgba(188, 43, 255, 0.8) 0,
    rgba(114, 73, 251, 0.8) 100%
  );
}
.banner_area .banner_inner {
  overflow: hidden;
  width: 100%;
}
.banner_area .banner_inner .banner_content {
  margin-top: 85px;
}
.banner_area .banner_inner .banner_content h2 {
  color: #fff;
  font-size: 48px;
  font-family: Roboto, sans-serif;
  margin-bottom: 0;
  font-weight: 500;
}
.banner_area .banner_inner .banner_content .page_link a {
  font-size: 14px;
  color: #fff;
  font-family: Roboto, sans-serif;
  margin-right: 32px;
  position: relative;
  text-transform: uppercase;
}
.banner_area .banner_inner .banner_content .page_link a:before {
  content: '\f0da';
  font: 14px/1 FontAwesome;
  position: absolute;
  right: -25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.l_news_item {
  background: #f9f9ff;
  padding: 60px 30px;
  border-radius: 5px;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}
.l_news_item .date {
  background: #fff;
  color: #777;
  border: 1px solid #ddd;
  padding: 0 18px;
  display: inline-block;
  line-height: 28px;
  border-radius: 3px;
  margin-bottom: 22px;
}
.l_news_item h4 {
  font-size: 20px;
  text-transform: uppercase;
  color: #222;
  line-height: 30px;
  margin-bottom: 15px;
}
.l_news_item p {
  margin-bottom: 22px;
}
.l_news_item .post_view a {
  font-size: 14px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  color: #aaa;
  margin-right: 20px;
}
.l_news_item .post_view a i {
  padding-right: 6px;
}
.l_news_item:hover {
  background: #fff;
  -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.08);
}
.l_news_item:hover .date {
  background-image: -moz-linear-gradient(0deg, #222 0, #333 100%);
  background-image: -webkit-linear-gradient(0deg, #222 0, #333 100%);
  background-image: -ms-linear-gradient(0deg, #222 0, #333 100%);
  color: #fff;
  border-color: #f9f9ff;
}
.l_news_item:hover h4 {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, #222),
    color-stop(0.15, #222),
    color-stop(0.3, #333),
    color-stop(0.45, #333),
    color-stop(0.6, #333),
    color-stop(0.75, #333),
    color-stop(0.9, #333),
    color-stop(1, #333)
  );
  background-image: gradient(
    linear,
    left top,
    right top,
    color-stop(0, #222),
    color-stop(0.15, #222),
    color-stop(0.3, #333),
    color-stop(0.45, #333),
    color-stop(0.6, #333),
    color-stop(0.75, #333),
    color-stop(0.9, #333),
    color-stop(1, #333)
  );
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.causes_slider .owl-dots {
  text-align: center;
  margin-top: 80px;
}
.causes_slider .owl-dots .owl-dot {
  height: 14px;
  width: 14px;
  background: #eee;
  display: inline-block;
  margin-right: 7px;
}
.causes_slider .owl-dots .owl-dot.active,
.link-border:before,
.tags .tag_btn:before {
  background: #6247ea;
}
.about-generic-area,
.card .card-body,
.causes_item,
.price_item,
.white-bg {
  background: #fff;
}
.causes_item .causes_img .c_parcent {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 3px;
  background: rgba(255, 255, 255, 0.5);
}
.causes_item .causes_img .c_parcent span {
  width: 70%;
  height: 3px;
  background: #6247ea;
  position: absolute;
  left: 0;
  bottom: 0;
}
.causes_item .causes_img .c_parcent span:before {
  content: '75%';
  position: absolute;
  right: -10px;
  bottom: 0;
  background: #6247ea;
  color: #fff;
  padding: 0 5px;
}
.causes_item .causes_text {
  padding: 30px 35px 40px 30px;
}
.causes_item .causes_text h4 {
  color: #222;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  cursor: pointer;
}
.causes_item .causes_text p {
  font-size: 14px;
  line-height: 24px;
  color: #777;
  font-weight: 300;
  margin-bottom: 0;
}
.causes_item .causes_bottom a {
  width: 50%;
  border: 1px solid #6247ea;
  text-align: center;
  float: left;
  line-height: 50px;
  background: #6247ea;
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.causes_item .causes_bottom a + a {
  border-color: #eee;
  background: #fff;
  font-size: 14px;
  color: #222;
}
.latest_blog_area,
.price_area {
  background: #f9f9ff;
}
.mb-30,
.sample-text-area .title_color,
.single-element-widget,
.single-recent-blog-post {
  margin-bottom: 30px;
}
.single-recent-blog-post .thumb {
  overflow: hidden;
}
.single-recent-blog-post .thumb img {
  -webkit-transition: 0.7s linear;
  -o-transition: 0.7s linear;
  transition: 0.7s linear;
}
.blog_info,
.single-recent-blog-post .details {
  padding-top: 30px;
}
.single-recent-blog-post .details .sec_h4 {
  line-height: 24px;
  padding: 10px 0 13px;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}
.blog_info .post_tag a:hover,
.single-recent-blog-post .details .sec_h4:hover,
.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
  color: #777;
}
.single-recent-blog-post .date {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}
.single-recent-blog-post:hover img {
  -webkit-transform: scale(1.23) rotate(10deg);
  -ms-transform: scale(1.23) rotate(10deg);
  transform: scale(1.23) rotate(10deg);
}
.tags .tag_btn {
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  border: 1px solid #eee;
  display: inline-block;
  padding: 1px 18px;
  text-align: center;
  color: #222;
}
.tags .tag_btn + .tag_btn {
  margin-left: 2px;
}
.blog_categorie_area {
  padding-top: 80px;
  padding-bottom: 80px;
}
.categories_post {
  position: relative;
  text-align: center;
  cursor: pointer;
}
.blog_post img,
.categories_post img {
  max-width: 100%;
}
.categories_post .categories_details {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background: rgba(34, 34, 34, 0.8);
  color: #fff;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
  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;
}
.blog_right_sidebar .search_widget .input-group .form-control,
.blog_right_sidebar .widget_title {
  background-image: -moz-linear-gradient(0deg, #222 0, #333 100%);
  background-image: -webkit-linear-gradient(0deg, #222 0, #333 100%);
  background-image: -ms-linear-gradient(0deg, #222 0, #333 100%);
  color: #fff;
}
.categories_post .categories_details h5 {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
  color: #fff;
  position: relative;
}
.categories_post .categories_details p {
  font-weight: 300;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 0;
}
.categories_post .categories_details .border_line {
  margin: 10px 0;
  background: #fff;
  width: 100%;
  height: 1px;
}
.blog_right_sidebar .tag_cloud_widget ul li a:hover,
.categories_post:hover .categories_details {
  background-image: -moz-linear-gradient(
    0deg,
    rgba(188, 43, 255, 0.8) 0,
    rgba(114, 73, 251, 0.8) 100%
  );
  background-image: -webkit-linear-gradient(
    0deg,
    rgba(188, 43, 255, 0.8) 0,
    rgba(114, 73, 251, 0.8) 100%
  );
  background-image: -ms-linear-gradient(
    0deg,
    rgba(188, 43, 255, 0.8) 0,
    rgba(114, 73, 251, 0.8) 100%
  );
}
.categories_post:hover .categories_details {
  background-color: transparent;
}
.blog_item {
  margin-bottom: 40px;
}
.blog_info .post_tag {
  padding-bottom: 20px;
}
.blog_info .post_tag a {
  font: 300 14px/21px Roboto, sans-serif;
  color: #222;
}
.blog_info .blog_meta li a {
  font: 300 14px/20px Roboto, sans-serif;
  color: #777;
  vertical-align: middle;
  padding-bottom: 12px;
  display: inline-block;
}
.blog_info .blog_meta li a i {
  color: #222;
  font-size: 16px;
  font-weight: 600;
  padding-left: 15px;
  line-height: 20px;
  vertical-align: middle;
}
.blog_details {
  padding-top: 20px;
}
.blog_details h2 {
  font-size: 24px;
  line-height: 36px;
  color: #222;
  font-weight: 600;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}
.blog_details p {
  margin-bottom: 26px;
}
.view_btn {
  font-size: 14px;
  line-height: 36px;
  display: inline-block;
  color: #222;
  font-weight: 500;
  padding: 0 30px;
  background: #fff;
}
.blog_right_sidebar {
  border: 1px solid #eee;
  background: #fafaff;
  padding: 30px;
}
.blog_right_sidebar .widget_title {
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  padding: 8px 0;
  margin-bottom: 30px;
}
.blog_right_sidebar .search_widget .input-group .form-control {
  font-size: 14px;
  line-height: 29px;
  border: 0;
  width: 100%;
  font-weight: 300;
  padding-left: 20px;
  border-radius: 45px;
  z-index: 0;
}
.blog_right_sidebar .search_widget .input-group .form-control:-moz-placeholder {
  color: #fff;
}
.blog_right_sidebar
  .search_widget
  .input-group
  .form-control::-moz-placeholder {
  color: #fff;
}
.blog_right_sidebar
  .search_widget
  .input-group
  .form-control::-webkit-input-placeholder {
  color: #fff;
}
.blog_right_sidebar .search_widget .input-group .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.blog_right_sidebar .search_widget .input-group .btn-default {
  position: absolute;
  right: 20px;
  background: 0 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
  color: #fff;
  padding: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.blog_right_sidebar .author_widget,
.blog_right_sidebar .newsletter_widget,
.reservation_form .form-group:last-child {
  text-align: center;
}
.text-muted,
small {
  color: #cacaca !important;
}
.blog_right_sidebar .author_widget h4 {
  font-size: 18px;
  line-height: 20px;
  color: #222;
  margin-bottom: 5px;
  margin-top: 30px;
}
.blog_right_sidebar .author_widget p,
.blog_right_sidebar .post_category_widget .cat-list li a p,
.contact_wd a + a,
.price_item .price_body .list li:last-child,
.price_item .price_head p,
.sample-text,
.single-footer-widget p,
.single-post-area .navigation-area p,
.tp_widgets .list li:last-child {
  margin-bottom: 0;
}
.blog_right_sidebar .author_widget .social_icon {
  padding: 7px 0 15px;
}
.blog_right_sidebar .author_widget .social_icon a {
  font-size: 14px;
  color: #222;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}
.blog_right_sidebar .author_widget .social_icon a + a {
  margin-left: 20px;
}
.blog_right_sidebar .popular_post_widget .post_item .media-body {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-item-align: center;
  align-self: center;
  padding-left: 20px;
}
.blog_right_sidebar .popular_post_widget .post_item .media-body h3 {
  font-size: 14px;
  line-height: 20px;
  color: #222;
  margin-bottom: 4px;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}
.blog_right_sidebar .popular_post_widget .post_item .media-body p {
  font-size: 12px;
  line-height: 21px;
  margin-bottom: 0;
}
.blog_right_sidebar .popular_post_widget .post_item + .post_item {
  margin-top: 20px;
}
.blog_right_sidebar .post_category_widget .cat-list li {
  border-bottom: 2px dotted #eee;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding-bottom: 12px;
}
.blog_right_sidebar .tag_cloud_widget ul li a,
.genric-btn {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  display: inline-block;
}
.blog_right_sidebar .post_category_widget .cat-list li a {
  font-size: 14px;
  line-height: 20px;
  color: #777;
}
.blog_right_sidebar .post_category_widget .cat-list li + li {
  padding-top: 15px;
}
.blog_right_sidebar .post_category_widget .cat-list li:hover {
  border-color: #6247ea;
}
.blog_right_sidebar .newsletter_widget .form-group {
  margin-bottom: 8px;
}
.blog_right_sidebar .newsletter_widget .input-group-prepend {
  margin-right: -1px;
}
.blog_right_sidebar .newsletter_widget .input-group-text {
  background: #fff;
  border-radius: 0;
  vertical-align: top;
  font-size: 12px;
  line-height: 36px;
  padding: 0 0 0 15px;
  border: 1px solid #eee;
  border-right: 0;
}
.blog_right_sidebar .newsletter_widget .form-control {
  font-size: 12px;
  line-height: 24px;
  color: #ccc;
  border: 1px solid #eee;
  border-left: 0;
  border-radius: 0;
}
.blog_right_sidebar .newsletter_widget .form-control.placeholder {
  color: #ccc;
}
.blog_right_sidebar .newsletter_widget .form-control:-moz-placeholder {
  color: #ccc;
}
.blog_right_sidebar .newsletter_widget .form-control::-moz-placeholder {
  color: #ccc;
}
.blog_right_sidebar
  .newsletter_widget
  .form-control::-webkit-input-placeholder {
  color: #ccc;
}
.blog_right_sidebar .newsletter_widget .bbtns {
  background-image: -moz-linear-gradient(0deg, #222 0, #333 100%);
  background-image: -webkit-linear-gradient(0deg, #222 0, #333 100%);
  background-image: -ms-linear-gradient(0deg, #222 0, #333 100%);
  color: #fff;
  font-size: 12px;
  line-height: 38px;
  display: inline-block;
  font-weight: 500;
  padding: 0 24px;
  border-radius: 0;
}
.blog_right_sidebar .newsletter_widget .text-bottom {
  font-size: 12px;
}
.blog_right_sidebar .tag_cloud_widget ul li {
  display: inline-block;
}
.blog_right_sidebar .tag_cloud_widget ul li a {
  border: 1px solid #eee;
  background: #fff;
  padding: 0 13px;
  margin-bottom: 8px;
  transition: 0.3s;
  color: #222;
  font-size: 12px;
}
.blog_right_sidebar .tag_cloud_widget ul li a:hover {
  color: #fff;
}
.blog_right_sidebar .br {
  width: 100%;
  height: 1px;
  background: #eee;
  margin: 30px 0;
}
.blog-pagination {
  padding-top: 25px;
  padding-bottom: 95px;
}
.blog-pagination .page-link {
  border-radius: 0;
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #8a8a8a;
  border: none;
}
.blog-pagination .page-item {
  border: none;
}
.page-link {
  background: 0 0;
  font-weight: 400;
}
.comment-form,
.comments-area {
  background: #fafaff;
  margin-top: 50px;
}
.blog-pagination .page-item.active .page-link {
  background-color: #6247ea;
  border-color: transparent;
  color: #fff;
}
.blog-pagination .page-item:first-child .page-link,
.blog-pagination .page-item:last-child .page-link {
  border-radius: 0;
}
.blog-pagination .page-link:hover {
  color: #fff;
  text-decoration: none;
  background-color: #6247ea;
  border-color: #eee;
}
.single-post-area .social-links {
  padding-top: 10px;
}
.single-post-area .social-links li {
  display: inline-block;
  margin-bottom: 10px;
}
.single-post-area .social-links li a {
  color: #ccc;
  padding: 7px;
  font-size: 14px;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}
.single-post-area .blog_details {
  padding-top: 26px;
}
.contact_form .form-group,
.price_item .price_body .list li,
.single-post-area .blog_details p,
.switch-wrap,
.typo-list {
  margin-bottom: 10px;
}
.single-post-area .quotes {
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 24px 35px 24px 30px;
  background-color: #fff;
  -webkit-box-shadow: -20.84px 21.58px 30px 0 rgba(176, 176, 176, 0.1);
  box-shadow: -20.84px 21.58px 30px 0 rgba(176, 176, 176, 0.1);
  font-size: 14px;
  line-height: 24px;
  color: #777;
  font-style: italic;
}
.single-post-area .arrow {
  position: absolute;
}
.single-post-area .arrow .lnr {
  font-size: 20px;
  font-weight: 600;
}
.single-post-area .thumb .overlay-bg {
  background: rgba(0, 0, 0, 0.8);
}
.single-post-area .navigation-area {
  border-top: 1px solid #eee;
  padding-top: 30px;
  margin-top: 60px;
}
.single-post-area .navigation-area h4 {
  font-size: 18px;
  line-height: 25px;
  color: #222;
}
.app_btn_area .media,
.single-post-area .navigation-area .nav-left {
  text-align: left;
}
.single-post-area .navigation-area .nav-left .thumb {
  margin-right: 20px;
  background: #000;
}
.single-post-area .navigation-area .nav-left .thumb img,
.single-post-area .navigation-area .nav-right .thumb img {
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}
.single-post-area .navigation-area .nav-left .lnr {
  margin-left: 20px;
  opacity: 0;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content,
.single-post-area .navigation-area .nav-left:hover .lnr,
.single-post-area .navigation-area .nav-right:hover .lnr {
  opacity: 1;
}
.single-post-area .navigation-area .nav-left:hover .thumb img,
.single-post-area .navigation-area .nav-right:hover .thumb img {
  opacity: 0.5;
}
.single-post-area .navigation-area .nav-right .thumb {
  margin-left: 20px;
  background: #000;
}
.single-post-area .navigation-area .nav-right .lnr {
  margin-right: 20px;
  opacity: 0;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}
.comments-area .btn-reply,
.submit_btn {
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
}
.comments-area {
  border: 1px solid #eee;
  padding: 50px 30px;
}
@media (max-width: 414px) {
  .comments-area {
    padding: 50px 8px;
  }
}
.comments-area h4 {
  text-align: center;
  margin-bottom: 50px;
  color: #222;
  font-size: 18px;
}
.comments-area h5 {
  font-size: 16px;
  margin-bottom: 0;
}
.comments-area .comment-list {
  padding-bottom: 48px;
}
.comments-area .comment-list:last-child {
  padding-bottom: 0;
}
.comments-area .comment-list.left-padding {
  padding-left: 25px;
}
@media (max-width: 413px) {
  .comments-area .comment-list .single-comment h5 {
    font-size: 12px;
  }
  .comments-area .comment-list .single-comment .date {
    font-size: 11px;
  }
  .comments-area .comment-list .single-comment .comment {
    font-size: 10px;
  }
}
.comments-area .thumb {
  margin-right: 20px;
}
.comments-area .date {
  font-size: 13px;
  color: #ccc;
  margin-bottom: 13px;
}
.comments-area .comment {
  color: #777;
  margin-bottom: 0;
}
.comments-area .btn-reply {
  background-color: #fff;
  color: #222;
  border: 1px solid #eee;
  padding: 2px 18px;
  font-size: 12px;
  display: block;
  font-weight: 600;
  transition: 0.3s linear;
}
.comments-area .btn-reply:hover {
  background-color: #6247ea;
  color: #fff;
}
.comment-form {
  text-align: center;
  border: 1px solid #eee;
  padding: 47px 30px 43px;
  margin-bottom: 40px;
}
.e-large,
.general,
.large,
.medium,
.small {
  padding-top: 0;
  padding-bottom: 0;
}
.comment-form h4 {
  text-align: center;
  margin-bottom: 50px;
  font-size: 18px;
  line-height: 22px;
  color: #222;
}
.comment-form .name {
  padding-left: 0;
}
.comment-form .email {
  padding-right: 0;
}
.comment-form .form-control {
  padding: 8px 20px;
  background: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  width: 100%;
  font-size: 14px;
  color: #777;
}
.comment-form .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #eee;
}
.comment-form textarea.form-control {
  height: 140px;
  resize: none;
}
.comment-form::-webkit-input-placeholder {
  font-size: 13px;
  color: #777;
}
.comment-form::-moz-placeholder {
  font-size: 13px;
  color: #777;
}
.comment-form:-ms-input-placeholder {
  font-size: 13px;
  color: #777;
}
.comment-form:-moz-placeholder {
  font-size: 13px;
  color: #777;
}
.reservation_form_area .res_form_inner {
  max-width: 555px;
  margin: auto;
  -webkit-box-shadow: 0 10px 30px 0 rgba(153, 153, 153, 0.1);
  box-shadow: 0 10px 30px 0 rgba(153, 153, 153, 0.1);
  padding: 75px 50px;
  position: relative;
}
.reservation_form_area .res_form_inner:before {
  content: '';
  background: url(../img/contact-shap-1.png);
  position: absolute;
  left: -125px;
  height: 421px;
  width: 98px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.reservation_form_area .res_form_inner:after {
  content: '';
  background: url(../img/contact-shap-2.png);
  position: absolute;
  right: -125px;
  height: 421px;
  width: 98px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.reservation_form .form-group input {
  height: 40px;
  border-radius: 0;
  border: 1px solid #eee;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0 15px;
  font-size: 13px;
  font-family: Roboto, sans-serif;
  font-weight: 300;
  color: #999;
}
.reservation_form .form-group input.placeholder {
  font-size: 13px;
  font-family: Roboto, sans-serif;
  font-weight: 300;
  color: #999;
}
.reservation_form .form-group input:-moz-placeholder {
  font-size: 13px;
  font-family: Roboto, sans-serif;
  font-weight: 300;
  color: #999;
}
.reservation_form .form-group input::-moz-placeholder {
  font-size: 13px;
  font-family: Roboto, sans-serif;
  font-weight: 300;
  color: #999;
}
.reservation_form .form-group input::-webkit-input-placeholder {
  font-size: 13px;
  font-family: Roboto, sans-serif;
  font-weight: 300;
  color: #999;
}
.reservation_form .form-group .res_select {
  height: 40px;
  border: 1px solid #eee;
  border-radius: 0;
  width: 100%;
  padding: 0 15px;
  line-height: 36px;
}
.reservation_form .form-group .res_select .current {
  font-size: 13px;
  font-family: Roboto, sans-serif;
  font-weight: 300;
  color: #999;
}
.reservation_form .form-group .res_select:after {
  content: '\e874';
  font-family: Linearicons-Free;
  color: #ccc;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  border: none;
  margin-top: -17px;
  font-size: 13px;
  right: 22px;
}
.mapBox {
  height: 420px;
  margin-bottom: 80px;
}
.contact_info .info_item {
  position: relative;
  padding-left: 45px;
}
.contact_info .info_item i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
  line-height: 24px;
  color: #6247ea;
  font-weight: 600;
}
.contact_info .info_item h6 {
  font-size: 16px;
  line-height: 24px;
  color: 'Roboto', sans-serif;
  font-weight: 700;
  margin-bottom: 0;
  color: #222;
}
.contact_info .info_item p {
  font-size: 14px;
  line-height: 24px;
  padding: 2px 0;
}
.contact_form .form-group .form-control {
  font-size: 13px;
  line-height: 26px;
  color: #999;
  border: 1px solid #eee;
  font-family: Roboto, sans-serif;
  border-radius: 0;
  padding-left: 20px;
}
.contact_form .form-group .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
}
.contact_form .form-group .form-control.placeholder {
  color: #999;
}
.contact_form .form-group .form-control:-moz-placeholder {
  color: #999;
}
.contact_form .form-group .form-control::-moz-placeholder {
  color: #999;
}
.contact_form .form-group .form-control::-webkit-input-placeholder {
  color: #999;
}
.contact_form .form-group textarea {
  resize: none;
}
.contact_form .form-group textarea.form-control {
  height: 140px;
}
.contact_form .submit_btn {
  margin-top: 20px;
  cursor: pointer;
}
.modal-message .modal-dialog {
  position: absolute;
  top: 36%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) !important;
  -ms-transform: translateX(-50%) translateY(-50%) !important;
  transform: translateX(-50%) translateY(-50%) !important;
  margin: 0;
  max-width: 500px;
  width: 100%;
}
.modal-message .modal-dialog .modal-content .modal-header {
  text-align: center;
  display: block;
  border-bottom: none;
  padding-top: 50px;
  padding-bottom: 50px;
}
.modal-message .modal-dialog .modal-content .modal-header .close {
  position: absolute;
  right: -15px;
  top: -15px;
  padding: 0;
  color: #fff;
  opacity: 1;
  cursor: pointer;
}
.modal-message .modal-dialog .modal-content .modal-header h2 {
  display: block;
  text-align: center;
  color: #6247ea;
  padding-bottom: 10px;
  font-family: Roboto, sans-serif;
}
.modal-message .modal-dialog .modal-content .modal-header p {
  display: block;
}
.about-generic-area p,
.mb-20 {
  margin-bottom: 20px;
}
.sample-text-area p {
  line-height: 26px;
}
.ordered-list li,
.ordered-list-alpha li,
.ordered-list-roman li,
.unordered-list li {
  line-height: 1.82em !important;
}
.sample-text-area p b {
  font-weight: 700;
  color: #6247ea;
}
.sample-text-area p i,
.sample-text-area p sub,
.sample-text-area p sup {
  color: #6247ea;
  font-style: italic;
}
.elements_button .title_color {
  margin-bottom: 30px;
  color: #222;
}
.button-group-area {
  margin-top: 15px;
}
.button-group-area:nth-child(odd) {
  margin-top: 40px;
}
.button-group-area .theme_btn,
.button-group-area .white_btn {
  margin-right: 10px;
}
.button-group-area .link {
  color: #222;
  background: 0 0;
}
.app_btn_area .media .d-flex i,
.button-group-area .link:hover,
.see-all:hover {
  color: #fff;
}
.button-group-area .disable {
  background: 0 0;
  color: #007bff;
  cursor: not-allowed;
}
.primary,
.primary-border:before {
  background: #52c5fd;
}
.primary:before {
  background: #2faae6;
}
.confirm-switch input:checked + label:before,
.success,
.success-border:before {
  background: #4cd3e3;
}
.success:before {
  background: #2ebccd;
}
.info,
.info-border:before {
  background: #38a4ff;
}
.info:before {
  background: #298cdf;
}
.warning,
.warning-border:before {
  background: #f4e700;
}
.warning:before {
  background: #e1d608;
}
.danger,
.danger-border:before {
  background: #f54940;
}
.danger:before {
  background: #e13b33;
}
.primary-border {
  background: 0 0;
  border: 1px solid #52c5fd;
  color: #52c5fd;
}
.success-border {
  background: 0 0;
  border: 1px solid #4cd3e3;
  color: #4cd3e3;
}
.info-border {
  background: 0 0;
  border: 1px solid #38a4ff;
  color: #38a4ff;
}
.warning-border {
  background: #fff;
  border: 1px solid #f4e700;
  color: #f4e700;
}
.danger-border {
  background: 0 0;
  border: 1px solid #f54940;
  color: #f54940;
}
.link-border {
  background: 0 0;
  border: 1px solid #6247ea;
  color: #6247ea;
}
.genric-btn.radius,
.radius {
  border-radius: 3px;
}
.arrow span {
  padding-left: 5px;
}
.e-large {
  line-height: 50px;
}
.large {
  line-height: 45px;
}
.medium {
  line-height: 30px;
}
.small {
  line-height: 25px;
}
.general {
  line-height: 38px;
}
.generic-banner {
  margin-top: 60px;
  text-align: center;
}
.generic-banner .height {
  height: 600px;
}
@media (max-width: 767.98px) {
  .generic-banner .height {
    height: 400px;
  }
}
.generic-banner .generic-banner-content h2 {
  line-height: 1.2em;
  margin-bottom: 20px;
}
.generic-banner .generic-banner-content p {
  text-align: center;
  font-size: 16px;
}
@media (max-width: 991.98px) {
  .navbar-collapse {
    background: #222;
  }
  .generic-banner .generic-banner-content h2 br,
  .generic-banner .generic-banner-content p br {
    display: none;
  }
}
.section-top-border {
  padding: 50px 0;
  border-top: 1px dotted #eee;
}
.sample-text-area {
  padding: 100px 0 70px;
}
.text-heading {
  margin-bottom: 30px;
  font-size: 24px;
}
@media (max-width: 767px) {
  .single-post-area .navigation-area .nav-left,
  .typo-sec {
    margin-bottom: 30px;
  }
  .comment-form .name {
    padding-right: 0;
    margin-bottom: 1rem;
  }
  .element-wrap {
    margin-top: 30px;
  }
}
b,
del,
sub,
sup,
u {
  color: #f8b600;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 14px;
}
.button-area .border-top-generic {
  padding: 70px 15px;
  border-top: 1px dotted #eee;
}
.button-group-area .genric-btn {
  margin-right: 10px;
  margin-top: 10px;
}
.circle,
.genric-btn.circle {
  border-radius: 20px;
}
.genric-btn {
  outline: 0;
  line-height: 40px;
  padding: 0 30px;
  font-size: 0.8em;
  text-align: center;
  font-weight: 500;
  cursor: pointer;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.genric-btn.e-large {
  padding: 0 40px;
  line-height: 50px;
}
.genric-btn.large {
  line-height: 45px;
}
.genric-btn.medium {
  line-height: 30px;
}
.genric-btn.small {
  line-height: 25px;
}
.genric-btn.arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.genric-btn.arrow span {
  margin-left: 10px;
}
.genric-btn.default,
.genric-btn.default-border:hover,
.genric-btn.link-border:hover {
  color: #222;
  background: #f9f9ff;
  border: 1px solid transparent;
}
.genric-btn.default-border,
.genric-btn.default:hover {
  border: 1px solid #f9f9ff;
  background: #fff;
}
.genric-btn.primary,
.genric-btn.primary-border:hover {
  color: #fff;
  background: #f8b600;
  border: 1px solid transparent;
}
.genric-btn.primary-border,
.genric-btn.primary:hover {
  color: #f8b600;
  border: 1px solid #f8b600;
  background: #fff;
}
.genric-btn.success,
.genric-btn.success-border:hover {
  color: #fff;
  background: #4cd3e3;
  border: 1px solid transparent;
}
.genric-btn.success-border,
.genric-btn.success:hover {
  color: #4cd3e3;
  border: 1px solid #4cd3e3;
  background: #fff;
}
.genric-btn.info,
.genric-btn.info-border:hover {
  color: #fff;
  background: #38a4ff;
  border: 1px solid transparent;
}
.genric-btn.info-border,
.genric-btn.info:hover {
  color: #38a4ff;
  border: 1px solid #38a4ff;
  background: #fff;
}
.genric-btn.warning,
.genric-btn.warning-border:hover {
  color: #fff;
  background: #f4e700;
  border: 1px solid transparent;
}
.genric-btn.warning-border,
.genric-btn.warning:hover {
  color: #f4e700;
  border: 1px solid #f4e700;
  background: #fff;
}
.genric-btn.danger,
.genric-btn.danger-border:hover {
  color: #fff;
  background: #f44a40;
  border: 1px solid transparent;
}
.genric-btn.danger-border,
.genric-btn.danger:hover {
  color: #f44a40;
  border: 1px solid #f44a40;
  background: #fff;
}
.genric-btn.link {
  color: #222;
  background: #f9f9ff;
  border: 1px solid transparent;
}
.genric-btn.link-border,
.genric-btn.link:hover {
  border: 1px solid #f9f9ff;
  color: #222;
  background: #fff;
}
.genric-btn.disable {
  color: #222, 0.3;
  background: #f9f9ff;
  border: 1px solid transparent;
  cursor: not-allowed;
}
.generic-blockquote {
  padding: 30px 50px 30px 30px;
  background: #fff;
  border-left: 2px solid #f8b600;
}
.progress-table {
  background: #fff;
  padding: 15px 0 30px;
  min-width: 800px;
}
.progress-table .serial {
  width: 11.83%;
  padding-left: 30px;
}
.progress-table .country {
  width: 28.07%;
}
.progress-table .visit {
  width: 19.74%;
}
.progress-table .percentage {
  width: 40.36%;
  padding-right: 50px;
}
.progress-table .table-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.progress-table .table-head .country,
.progress-table .table-head .percentage,
.progress-table .table-head .serial,
.progress-table .table-head .visit {
  color: #222;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 500;
}
.progress-table .table-row {
  padding: 15px 0;
  border-top: 1px solid #edf3fd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.progress-table .table-row .country,
.progress-table .table-row .percentage,
.progress-table .table-row .serial,
.progress-table .table-row .visit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.progress-table .table-row .country img {
  margin-right: 15px;
}
.progress-table .table-row .percentage .progress {
  width: 80%;
  border-radius: 0;
  background: 0 0;
}
.progress-table .table-row .percentage .progress .progress-bar {
  height: 5px;
  line-height: 5px;
}
.progress-table .table-row .percentage .progress .progress-bar.color-1,
.progress-table .table-row .percentage .progress .progress-bar.color-6 {
  background-color: #6382e6;
}
.progress-table .table-row .percentage .progress .progress-bar.color-2,
.progress-table .table-row .percentage .progress .progress-bar.color-8 {
  background-color: #e66686;
}
.progress-table .table-row .percentage .progress .progress-bar.color-3 {
  background-color: #f09359;
}
.progress-table .table-row .percentage .progress .progress-bar.color-4,
.progress-table .table-row .percentage .progress .progress-bar.color-5 {
  background-color: #73fbaf;
}
.progress-table .table-row .percentage .progress .progress-bar.color-7 {
  background-color: #a367e7;
}
.single-gallery-image {
  margin-top: 30px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  height: 200px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.mfp-fade.mfp-bg.mfp-ready,
.single-gallery-image:hover {
  opacity: 0.8;
}
.list-style {
  width: 14px;
  height: 14px;
}
.unordered-list li {
  position: relative;
  padding-left: 30px;
}
.unordered-list li:before {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  border: 3px solid #f8b600;
  background: #fff;
  top: 4px;
  left: 0;
  border-radius: 50%;
}
.single-input,
.single-textarea {
  border: none;
  line-height: 40px;
  background: #f9f9ff;
  padding: 0 20px;
  outline: 0;
  width: 100%;
  display: block;
}
.ordered-list {
  margin-left: 30px;
}
.ordered-list li {
  list-style-type: decimal-leading-zero;
  color: #f8b600;
  font-weight: 500;
}
.ordered-list li span,
.ordered-list-alpha li span,
.ordered-list-roman li span {
  font-weight: 300;
  color: #777;
}
.ordered-list-alpha li {
  margin-left: 30px;
  list-style-type: lower-alpha;
  color: #f8b600;
  font-weight: 500;
}
.ordered-list-roman li {
  margin-left: 30px;
  list-style-type: lower-roman;
  color: #f8b600;
  font-weight: 500;
}
.input-group-icon .icon {
  position: absolute;
  left: 20px;
  top: 0;
  line-height: 40px;
  z-index: 3;
}
.input-group-icon .icon i {
  color: #797979;
}
.input-group-icon .single-input {
  padding-left: 45px;
}
.single-textarea {
  height: 100px;
  resize: none;
}
.single-input-accent,
.single-input-primary,
.single-input-secondary {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: 0;
  background: #f9f9ff;
  padding: 0 20px;
}
.ordered-list,
.unordered-list {
  padding: 0;
  list-style: none;
}
.single-input-primary:focus {
  outline: 0;
  border: 1px solid #f8b600;
}
.single-input-accent:focus {
  outline: 0;
  border: 1px solid #eb6b55;
}
.single-input-secondary:focus {
  outline: 0;
  border: 1px solid #f09359;
}
.confirm-switch,
.default-switch,
.primary-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #fff;
  position: relative;
  cursor: pointer;
}
.default-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.default-switch input + label {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #f8b600;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.confirm-switch input:checked + label:after,
.default-switch input:checked + label,
.primary-switch input:checked + label:after {
  left: 19px;
}
.confirm-switch input + label,
.primary-switch input + label,
.primary-switch input + label:before {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
  position: absolute;
}
.confirm-checkbox input,
.confirm-radio input,
.confirm-switch input,
.disabled-checkbox input,
.disabled-radio input,
.primary-checkbox input,
.primary-radio input,
.primary-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.primary-switch input + label:before {
  content: '';
  background: 0 0;
  border-radius: 8.5px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.confirm-switch input + label:after,
.primary-switch input + label:after {
  content: '';
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.primary-switch input:checked + label:before {
  background: #f8b600;
}
.confirm-switch input + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: 0 0;
  border-radius: 8.5px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}
.confirm-checkbox,
.disabled-checkbox,
.primary-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #fff;
  position: relative;
  cursor: pointer;
}
.confirm-checkbox input + label,
.disabled-checkbox input + label,
.primary-checkbox input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}
.primary-checkbox input:checked + label {
  background: url(../img/elements/primary-check.png) center center/cover
    no-repeat;
  border: none;
}
.confirm-checkbox input:checked + label {
  background: url(../img/elements/success-check.png) center center/cover
    no-repeat;
  border: none;
}
.disabled-checkbox input:disabled,
.disabled-radio input:disabled {
  cursor: not-allowed;
  z-index: 3;
}
.disabled-checkbox input:checked + label {
  background: url(../img/elements/disabled-check.png) center center/cover
    no-repeat;
  border: none;
}
.confirm-radio,
.disabled-radio,
.primary-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #fff;
  position: relative;
  cursor: pointer;
}
.confirm-radio input + label,
.disabled-radio input + label,
.primary-radio input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}
.primary-radio input:checked + label {
  background: url(../img/elements/primary-radio.png) center center/cover
    no-repeat;
  border: none;
}
.confirm-radio input:checked + label {
  background: url(../img/elements/success-radio.png) center center/cover
    no-repeat;
  border: none;
}
.unordered-list {
  margin: 0;
}
.disabled-radio input:checked + label {
  background: url(../img/elements/disabled-radio.png) center center/cover
    no-repeat;
  border: none;
}
.default-select {
  height: 40px;
}
.default-select .nice-select {
  border: none;
  border-radius: 0;
  height: 40px;
  background: #fff;
  padding-left: 20px;
  padding-right: 40px;
}
.default-select .nice-select .list,
.form-select .nice-select .list {
  margin-top: 0;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
  padding: 10px 0;
}
.default-select .nice-select .list .option {
  font-weight: 300;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  line-height: 28px;
  min-height: 28px;
  font-size: 12px;
  padding-left: 20px;
}
.default-select .nice-select .list .option.selected,
.default-select .nice-select .list .option:hover,
.form-select .nice-select .list .option.selected,
.form-select .nice-select .list .option:hover {
  color: #f8b600;
  background: 0 0;
}
.default-select .current,
.form-select .current {
  margin-right: 50px;
  font-weight: 300;
}
.default-select .nice-select::after,
.form-select .nice-select::after {
  right: 20px;
}
.form-select {
  height: 40px;
  width: 100%;
}
.form-select .nice-select {
  border: none;
  border-radius: 0;
  height: 40px;
  background: #f9f9ff !important;
  padding-left: 45px;
  padding-right: 40px;
  width: 100%;
}
.main_btn,
.main_btn2 {
  padding: 0 45px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  border-radius: 5px;
}
.mt-10 {
  margin-top: 10px;
}
.form-select .nice-select .list .option {
  font-weight: 300;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  line-height: 28px;
  min-height: 28px;
  font-size: 12px;
  padding-left: 45px;
}
.main_btn {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#222),
    color-stop(51%, #333),
    to(#222)
  );
  background-image: -webkit-linear-gradient(left, #222 0, #333 51%, #222 100%);
  background-image: -o-linear-gradient(left, #222 0, #333 51%, #222 100%);
  background-image: linear-gradient(to right, #222 0, #333 51%, #222 100%);
  background-size: 200% auto;
  z-index: 2;
  display: inline-block;
  -webkit-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition: 0.4s linear;
  text-align: center;
  color: #fff;
  font-size: 13px;
  line-height: 50px;
  -webkit-box-shadow: 0 10px 30px 0 rgba(255, 192, 1, 0.3);
  box-shadow: 0 10px 30px 0 rgba(255, 192, 1, 0.3);
}
.main_btn2,
.submit_btn {
  display: inline-block;
  font-size: 13px;
  -webkit-box-shadow: none !important;
}
.main_btn:hover,
.submit_btn:hover {
  background-position: right center;
  color: #fff;
}
.main_btn2 {
  background: #f9f9ff;
  color: #222;
  line-height: 48px;
  outline: 0 !important;
  box-shadow: none !important;
  text-align: center;
  border: 1px solid #ddd;
  cursor: pointer;
  -webkit-transition: color linear;
  -o-transition: color linear;
  transition: color linear;
}
.submit_btn,
.white_btn {
  padding: 0 50px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  cursor: pointer;
  outline: 0 !important;
  text-align: center;
}
.main_btn2:hover {
  background-image: -moz-linear-gradient(0deg, #222 0, #333 100%);
  background-image: -webkit-linear-gradient(0deg, #222 0, #333 100%);
  background-image: -ms-linear-gradient(0deg, #222 0, #333 100%);
  -webkit-box-shadow: 0 10px 30px 0 rgba(115, 73, 251, 0.3);
  box-shadow: 0 10px 30px 0 rgba(115, 73, 251, 0.3);
  color: #fff;
}
.submit_btn {
  width: auto;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#222),
    color-stop(51%, #333),
    to(#222)
  );
  background-image: -webkit-linear-gradient(left, #222 0, #333 51%, #222 100%);
  background-image: -o-linear-gradient(left, #222 0, #333 51%, #222 100%);
  background-image: linear-gradient(to right, #222 0, #333 51%, #222 100%);
  background-size: 200% auto;
  color: #fff;
  line-height: 50px;
  border-radius: 5px;
  box-shadow: none !important;
  transition: 0.3s linear;
}
.banner_btn,
.white_btn {
  line-height: 50px;
  color: #222;
  display: inline-block;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
}
.white_btn {
  background: #f9f9ff;
  font-size: 12px;
  border-radius: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  transition: 0.3s linear;
}
.white_bg_btn:hover,
.white_btn:hover {
  background: #6247ea;
  color: #fff;
}
.banner_btn {
  padding: 0 45px;
  background: #fff;
  border-radius: 5px;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  transition: 0.3s linear;
}
.blog_btn,
.white_bg_btn {
  font-weight: 500;
  font-family: Roboto, sans-serif;
  color: #222;
  display: inline-block;
}
.app_btn_area .media .media-body h4,
.white_bg_btn {
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
}
.banner_btn:hover {
  color: #222;
  -webkit-box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.1);
}
.white_bg_btn {
  background: #fff;
  line-height: 40px;
  padding: 0 28px;
  font-size: 14px;
  text-transform: uppercase;
  transition: 0.3s linear;
  border: none;
}
.blog_btn {
  border: 1px solid #eee;
  background: #f9f9ff;
  padding: 0 32px;
  font-size: 13px;
  border-radius: 5px;
  line-height: 34px;
}
.app_inner h2,
.feature_item h2,
.footer_title,
.interior_inner .interior_text h2,
.price_item .price_head h3 {
  font-family: 'Open Sans', sans-serif;
}
.blog_btn:hover {
  background-image: -moz-linear-gradient(0deg, #222 0, #333 100%);
  background-image: -webkit-linear-gradient(0deg, #222 0, #333 100%);
  background-image: -ms-linear-gradient(0deg, #222 0, #333 100%);
  border-color: #fff;
  color: #fff;
}
.contact_area,
.feature_area,
.screenshot_area {
  background: #ffc001;
}
.feature_item {
  -webkit-box-shadow: rgba(19, 19, 19, 0.2) 0 4px 16px;
  box-shadow: rgba(19, 19, 19, 0.35) 0 4px 16px;
  padding: 50px 30px;
  border-radius: 16px;
}
.feature_item img {
  margin-bottom: 35px;
}
.feature_item h2 {
  color: #222;
  font-size: 1.6em;
  font-weight: 600;
  margin-bottom: 15px;
}
.feature_item p {
  margin-bottom: 0;
  color: #222;
  font-size: 1em;
  line-height: 1.4em;
}
.interior_area {
  background: -moz-linear-gradient(0deg, #222 0, #333 100%);
  background: -webkit-linear-gradient(0deg, #222 0, #333 100%);
  background: -ms-linear-gradient(0deg, #222 0, #333 100%);
  padding-top: 65px;
  padding-bottom: 65px;
}
.interior_area.interior_two {
  background: -moz-linear-gradient(0deg, #333 0, #222 100%);
  background: -webkit-linear-gradient(0deg, #333 0, #222 100%);
  background: -ms-linear-gradient(0deg, #333 0, #222 100%);
}
.interior_inner .interior_text h2 {
  color: #eee;
  font-weight: 600;
  line-height: 45px;
  font-size: 2.6em;
  margin-bottom: 30px;
}
.interior_inner .interior_text p {
  margin-bottom: 40px;
  color: #ddd;
  font-size: 1.2em;
  line-height: 1.8em;
}
.download_app_area {
  background-image: -moz-linear-gradient(0deg, #222 0, #333 100%);
  background-image: -webkit-linear-gradient(0deg, #222 0, #333 100%);
  background-image: -ms-linear-gradient(0deg, #222 0, #333 100%);
}
.app_inner {
  max-width: 780px;
  margin: auto;
  text-align: center;
}
.app_inner h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 18px;
}
.app_inner p {
  color: #fff;
  margin-bottom: 40px;
}
.app_btn {
  width: 240px;
  cursor: pointer;
}
.app_btn_area .app_btn {
  display: inline-block;
  border: 1px solid #eee;
  padding: 12px 30px;
  border-radius: 5px;
  margin-right: 16px;
  @inlcude transition;
}
.screenshots,
.screenshots img {
  border-radius: 16px;
}
.app_btn_area .app_btn:hover {
  background: #fff;
  -webkit-box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.1);
}
.app_btn_area .app_btn:hover .media .d-flex i {
  background: #222;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.app_btn_area .media .d-flex {
  vertical-align: middle;
  -ms-flex-item-align: center;
  align-self: center;
  padding-right: 22px;
}
.app_btn_area .media .media-body {
  vertical-align: middle;
  -ms-flex-item-align: center;
  align-self: center;
  color: #fff;
}
.app_btn_area .media .media-body h4 {
  margin-bottom: 0;
  color: #fff;
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  transition: 0.3s linear;
}
.app_btn_area .media .media-body p {
  margin-bottom: 0;
  font-size: 14px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}
.video_area {
  position: relative;
  text-align: center;
  margin-top: 65px;
  margin-bottom: 35px;
}
.video_area a {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.mfp-fade.mfp-bg,
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-removing,
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
.price_item .price_head {
  overflow: hidden;
  border-bottom: 1px solid #eee;
  padding: 40px;
}
.price_item .price_head h3 {
  color: #222;
  font-size: 20px;
  margin-bottom: 5px;
}
.price_item .price_head h2 {
  color: #222;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 36px;
  font-family: Roboto, sans-serif;
}
.price_item .price_body {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
.price_item .price_body .list li a {
  font-size: 14px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  color: #777;
}
.price_item .price_footer {
  text-align: center;
  padding-bottom: 40px;
}
.screenshots {
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
  margin: 16px;
}
.testimonials_area {
  background-color: #222;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1600' height='800' viewBox='0 0 1600 800'%3E%3Cpath fill='%23FFC001' d='M1102.5 734.8c2.5-1.2 24.8-8.6 25.6-7.5.5.7-3.9 23.8-4.6 24.5C1123.3 752.1 1107.5 739.5 1102.5 734.8zM1226.3 229.1c0-.1-4.9-9.4-7-14.2-.1-.3-.3-1.1-.4-1.6-.1-.4-.3-.7-.6-.9-.3-.2-.6-.1-.8.1l-13.1 12.3c0 0 0 0 0 0-.2.2-.3.5-.4.8 0 .3 0 .7.2 1 .1.1 1.4 2.5 2.1 3.6 2.4 3.7 6.5 12.1 6.5 12.2.2.3.4.5.7.6.3 0 .5-.1.7-.3 0 0 1.8-2.5 2.7-3.6 1.5-1.6 3-3.2 4.6-4.7 1.2-1.2 1.6-1.4 2.1-1.6.5-.3 1.1-.5 2.5-1.9C1226.5 230.4 1226.6 229.6 1226.3 229.1zM33 770.3C33 770.3 33 770.3 33 770.3c0-.7-.5-1.2-1.2-1.2-.1 0-.3 0-.4.1-1.6.2-14.3.1-22.2 0-.3 0-.6.1-.9.4-.2.2-.4.5-.4.9 0 .2 0 4.9.1 5.9l.4 13.6c0 .3.2.6.4.9.2.2.5.3.8.3 0 0 .1 0 .1 0 7.3-.7 14.7-.9 22-.6.3 0 .7-.1.9-.3.2-.2.4-.6.4-.9C32.9 783.3 32.9 776.2 33 770.3z'/%3E%3Cpath fill='%23FFC001' d='M171.1 383.4c1.3-2.5 14.3-22 15.6-21.6.8.3 11.5 21.2 11.5 22.1C198.1 384.2 177.9 384 171.1 383.4zM596.4 711.8c-.1-.1-6.7-8.2-9.7-12.5-.2-.3-.5-1-.7-1.5-.2-.4-.4-.7-.7-.8-.3-.1-.6 0-.8.3L574 712c0 0 0 0 0 0-.2.2-.2.5-.2.9 0 .3.2.7.4.9.1.1 1.8 2.2 2.8 3.1 3.1 3.1 8.8 10.5 8.9 10.6.2.3.5.4.8.4.3 0 .5-.2.6-.5 0 0 1.2-2.8 2-4.1 1.1-1.9 2.3-3.7 3.5-5.5.9-1.4 1.3-1.7 1.7-2 .5-.4 1-.7 2.1-2.4C596.9 713.1 596.8 712.3 596.4 711.8zM727.5 179.9C727.5 179.9 727.5 179.9 727.5 179.9c.6.2 1.3-.2 1.4-.8 0-.1 0-.2 0-.4.2-1.4 2.8-12.6 4.5-19.5.1-.3 0-.6-.2-.8-.2-.3-.5-.4-.8-.5-.2 0-4.7-1.1-5.7-1.3l-13.4-2.7c-.3-.1-.7 0-.9.2-.2.2-.4.4-.5.6 0 0 0 .1 0 .1-.8 6.5-2.2 13.1-3.9 19.4-.1.3 0 .6.2.9.2.3.5.4.8.5C714.8 176.9 721.7 178.5 727.5 179.9zM728.5 178.1c-.1-.1-.2-.2-.4-.2C728.3 177.9 728.4 178 728.5 178.1z'/%3E%3Cg fill='%23FFF'%3E%3Cpath d='M699.6 472.7c-1.5 0-2.8-.8-3.5-2.3-.8-1.9 0-4.2 1.9-5 3.7-1.6 6.8-4.7 8.4-8.5 1.6-3.8 1.7-8.1.2-11.9-.3-.9-.8-1.8-1.2-2.8-.8-1.7-1.8-3.7-2.3-5.9-.9-4.1-.2-8.6 2-12.8 1.7-3.1 4.1-6.1 7.6-9.1 1.6-1.4 4-1.2 5.3.4 1.4 1.6 1.2 4-.4 5.3-2.8 2.5-4.7 4.7-5.9 7-1.4 2.6-1.9 5.3-1.3 7.6.3 1.4 1 2.8 1.7 4.3.5 1.1 1 2.2 1.5 3.3 2.1 5.6 2 12-.3 17.6-2.3 5.5-6.8 10.1-12.3 12.5C700.6 472.6 700.1 472.7 699.6 472.7zM740.4 421.4c1.5-.2 3 .5 3.8 1.9 1.1 1.8.4 4.2-1.4 5.3-3.7 2.1-6.4 5.6-7.6 9.5-1.2 4-.8 8.4 1.1 12.1.4.9 1 1.7 1.6 2.7 1 1.7 2.2 3.5 3 5.7 1.4 4 1.2 8.7-.6 13.2-1.4 3.4-3.5 6.6-6.8 10.1-1.5 1.6-3.9 1.7-5.5.2-1.6-1.4-1.7-3.9-.2-5.4 2.6-2.8 4.3-5.3 5.3-7.7 1.1-2.8 1.3-5.6.5-7.9-.5-1.3-1.3-2.7-2.2-4.1-.6-1-1.3-2.1-1.9-3.2-2.8-5.4-3.4-11.9-1.7-17.8 1.8-5.9 5.8-11 11.2-14C739.4 421.6 739.9 421.4 740.4 421.4zM261.3 590.9c5.7 6.8 9 15.7 9.4 22.4.5 7.3-2.4 16.4-10.2 20.4-3 1.5-6.7 2.2-11.2 2.2-7.9-.1-12.9-2.9-15.4-8.4-2.1-4.7-2.3-11.4 1.8-15.9 3.2-3.5 7.8-4.1 11.2-1.6 1.2.9 1.5 2.7.6 3.9-.9 1.2-2.7 1.5-3.9.6-1.8-1.3-3.6.6-3.8.8-2.4 2.6-2.1 7-.8 9.9 1.5 3.4 4.7 5 10.4 5.1 3.6 0 6.4-.5 8.6-1.6 4.7-2.4 7.7-8.6 7.2-15-.5-7.3-5.3-18.2-13-23.9-4.2-3.1-8.5-4.1-12.9-3.1-3.1.7-6.2 2.4-9.7 5-6.6 5.1-11.7 11.8-14.2 19-2.7 7.7-2.1 15.8 1.9 23.9.7 1.4.1 3.1-1.3 3.7-1.4.7-3.1.1-3.7-1.3-4.6-9.4-5.4-19.2-2.2-28.2 2.9-8.2 8.6-15.9 16.1-21.6 4.1-3.1 8-5.1 11.8-6 6-1.4 12 0 17.5 4C257.6 586.9 259.6 588.8 261.3 590.9z'/%3E%3Ccircle cx='1013.7' cy='153.9' r='7.1'/%3E%3Ccircle cx='1024.3' cy='132.1' r='7.1'/%3E%3Ccircle cx='1037.3' cy='148.9' r='7.1'/%3E%3Cpath d='M1508.7 297.2c-4.8-5.4-9.7-10.8-14.8-16.2 5.6-5.6 11.1-11.5 15.6-18.2 1.2-1.7.7-4.1-1-5.2-1.7-1.2-4.1-.7-5.2 1-4.2 6.2-9.1 11.6-14.5 16.9-4.8-5-9.7-10-14.7-14.9-1.5-1.5-3.9-1.5-5.3 0-1.5 1.5-1.5 3.9 0 5.3 4.9 4.8 9.7 9.8 14.5 14.8-1.1 1.1-2.3 2.2-3.5 3.2-4.1 3.8-8.4 7.8-12.4 12-1.4 1.5-1.4 3.8 0 5.3 0 0 0 0 0 0 1.5 1.4 3.9 1.4 5.3-.1 3.9-4 8.1-7.9 12.1-11.7 1.2-1.1 2.3-2.2 3.5-3.3 4.9 5.3 9.8 10.6 14.6 15.9.1.1.1.1.2.2 1.4 1.4 3.7 1.5 5.2.2C1510 301.2 1510.1 298.8 1508.7 297.2zM327.6 248.6l-.4-2.6c-1.5-11.1-2.2-23.2-2.3-37 0-5.5 0-11.5.2-18.5 0-.7 0-1.5 0-2.3 0-5 0-11.2 3.9-13.5 2.2-1.3 5.1-1 8.5.9 5.7 3.1 13.2 8.7 17.5 14.9 5.5 7.8 7.3 16.9 5 25.7-3.2 12.3-15 31-30 32.1L327.6 248.6zM332.1 179.2c-.2 0-.3 0-.4.1-.1.1-.7.5-1.1 2.7-.3 1.9-.3 4.2-.3 6.3 0 .8 0 1.7 0 2.4-.2 6.9-.2 12.8-.2 18.3.1 12.5.7 23.5 2 33.7 11-2.7 20.4-18.1 23-27.8 1.9-7.2.4-14.8-4.2-21.3l0 0C347 188.1 340 183 335 180.3 333.6 179.5 332.6 179.2 332.1 179.2zM516.3 60.8c-.1 0-.2 0-.4-.1-2.4-.7-4-.9-6.7-.7-.7 0-1.3-.5-1.4-1.2 0-.7.5-1.3 1.2-1.4 3.1-.2 4.9 0 7.6.8.7.2 1.1.9.9 1.6C517.3 60.4 516.8 60.8 516.3 60.8zM506.1 70.5c-.5 0-1-.3-1.2-.8-.8-2.1-1.2-4.3-1.3-6.6 0-.7.5-1.3 1.2-1.3.7 0 1.3.5 1.3 1.2.1 2 .5 3.9 1.1 5.8.2.7-.1 1.4-.8 1.6C506.4 70.5 506.2 70.5 506.1 70.5zM494.1 64.4c-.4 0-.8-.2-1-.5-.4-.6-.3-1.4.2-1.8 1.8-1.4 3.7-2.6 5.8-3.6.6-.3 1.4 0 1.7.6.3.6 0 1.4-.6 1.7-1.9.9-3.7 2-5.3 3.3C494.7 64.3 494.4 64.4 494.1 64.4zM500.5 55.3c-.5 0-.9-.3-1.2-.7-.5-1-1.2-1.9-2.4-3.4-.3-.4-.7-.9-1.1-1.4-.4-.6-.3-1.4.2-1.8.6-.4 1.4-.3 1.8.2.4.5.8 1 1.1 1.4 1.3 1.6 2.1 2.6 2.7 3.9.3.6 0 1.4-.6 1.7C500.9 55.3 500.7 55.3 500.5 55.3zM506.7 55c-.3 0-.5-.1-.8-.2-.6-.4-.7-1.2-.3-1.8 1.2-1.7 2.3-3.4 3.3-5.2.3-.6 1.1-.9 1.7-.5.6.3.9 1.1.5 1.7-1 1.9-2.2 3.8-3.5 5.6C507.4 54.8 507.1 55 506.7 55zM1029.3 382.8c-.1 0-.2 0-.4-.1-2.4-.7-4-.9-6.7-.7-.7 0-1.3-.5-1.4-1.2 0-.7.5-1.3 1.2-1.4 3.1-.2 4.9 0 7.6.8.7.2 1.1.9.9 1.6C1030.3 382.4 1029.8 382.8 1029.3 382.8zM1019.1 392.5c-.5 0-1-.3-1.2-.8-.8-2.1-1.2-4.3-1.3-6.6 0-.7.5-1.3 1.2-1.3.7 0 1.3.5 1.3 1.2.1 2 .5 3.9 1.1 5.8.2.7-.1 1.4-.8 1.6C1019.4 392.5 1019.2 392.5 1019.1 392.5zM1007.1 386.4c-.4 0-.8-.2-1-.5-.4-.6-.3-1.4.2-1.8 1.8-1.4 3.7-2.6 5.8-3.6.6-.3 1.4 0 1.7.6.3.6 0 1.4-.6 1.7-1.9.9-3.7 2-5.3 3.3C1007.7 386.3 1007.4 386.4 1007.1 386.4zM1013.5 377.3c-.5 0-.9-.3-1.2-.7-.5-1-1.2-1.9-2.4-3.4-.3-.4-.7-.9-1.1-1.4-.4-.6-.3-1.4.2-1.8.6-.4 1.4-.3 1.8.2.4.5.8 1 1.1 1.4 1.3 1.6 2.1 2.6 2.7 3.9.3.6 0 1.4-.6 1.7C1013.9 377.3 1013.7 377.3 1013.5 377.3zM1019.7 377c-.3 0-.5-.1-.8-.2-.6-.4-.7-1.2-.3-1.8 1.2-1.7 2.3-3.4 3.3-5.2.3-.6 1.1-.9 1.7-.5.6.3.9 1.1.5 1.7-1 1.9-2.2 3.8-3.5 5.6C1020.4 376.8 1020.1 377 1019.7 377zM1329.7 573.4c-1.4 0-2.9-.2-4.5-.7-8.4-2.7-16.6-12.7-18.7-20-.4-1.4-.7-2.9-.9-4.4-8.1 3.3-15.5 10.6-15.4 21 0 1.5-1.2 2.7-2.7 2.8 0 0 0 0 0 0-1.5 0-2.7-1.2-2.7-2.7-.1-6.7 2.4-12.9 7-18 3.6-4 8.4-7.1 13.7-8.8.5-6.5 3.1-12.9 7.4-17.4 7-7.4 18.2-8.9 27.3-10.1l.7-.1c1.5-.2 2.9.9 3.1 2.3.2 1.5-.9 2.9-2.3 3.1l-.7.1c-8.6 1.2-18.4 2.5-24 8.4-3 3.2-5 7.7-5.7 12.4 7.9-1 17.7 1.3 24.3 5.7 4.3 2.9 7.1 7.8 7.2 12.7.2 4.3-1.7 8.3-5.2 11.1C1335.2 572.4 1332.6 573.4 1329.7 573.4zM1311 546.7c.1 1.5.4 3 .8 4.4 1.7 5.8 8.7 14.2 15.1 16.3 2.8.9 5.1.5 7.2-1.1 2.7-2.1 3.2-4.8 3.1-6.6-.1-3.2-2-6.4-4.8-8.3C1326.7 547.5 1317.7 545.6 1311 546.7z'/%3E%3C/g%3E%3C/svg%3E");
  background-attachment: fixed;
  position: relative;
}
.testimonials_area .owl-next,
.testimonials_area .owl-prev {
  position: absolute;
  right: 150px;
  background: #fff;
  font-size: 24px;
  color: #c1c1c1;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
  cursor: pointer;
  -webkit-box-shadow: -14.142px 14.142px 20px 0 rgba(157, 157, 157, 0.2);
  box-shadow: -14.142px 14.142px 20px 0 rgba(157, 157, 157, 0.2);
}
.testimonials_area .owl-prev {
  bottom: 50%;
  padding-top: 15px;
  padding-bottom: 10px;
}
.testimonials_area .owl-prev:before {
  content: '';
  width: 28px;
  background: #e8e8e8;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  height: 1px;
}
.testimonials_area .owl-next {
  top: 50%;
  padding-top: 10px;
  padding-bottom: 15px;
}
.testi_slider {
  margin-top: -30px;
  margin-bottom: -30px;
}
.blog-headings,
.footer_title {
  margin-bottom: 28px;
}
.testi_item {
  padding: 30px 0;
}
.testi_item .media {
  border-radius: 10px;
  padding: 40px;
  background: #333;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}
.single-footer-widget .sub-btn,
.testi_item .media .media-body h4 {
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  font-weight: 500;
}
.testi_item .media .d-flex {
  padding-right: 25px;
}
.testi_item .media .media-body p {
  margin-bottom: 20px;
  color: #eee;
  line-height: 28px;
}
.testi_item .media .media-body h4 {
  color: #ddd;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  transition: 0.3s linear;
}
.testi_item .media .media-body h5 {
  margin-bottom: 0;
  font-size: 14px;
  color: #ccc;
  font-weight: 400;
  font-family: Roboto, sans-serif;
}
.testi_item:hover .media {
  -webkit-box-shadow: 0 10px 30px 0 rgba(157, 157, 157, 0.2);
  box-shadow: 0 10px 30px 0 rgba(157, 157, 157, 0.2);
  background: #222;
  border-color: #ffc001;
}
#blog-content li strong,
.blog-link-active {
  border-bottom: 2px solid #ffc001;
}
.testi_item:hover .media .media-body h4 {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, #eee),
    color-stop(0.15, #eee),
    color-stop(0.3, #fff),
    color-stop(0.45, #fff),
    color-stop(0.6, #fff),
    color-stop(0.75, #fff),
    color-stop(0.9, #fff),
    color-stop(1, #fff)
  );
  background-image: gradient(
    linear,
    left top,
    right top,
    color-stop(0, #eee),
    color-stop(0.15, #eee),
    color-stop(0.3, #fff),
    color-stop(0.45, #fff),
    color-stop(0.6, #fff),
    color-stop(0.75, #fff),
    color-stop(0.9, #fff),
    color-stop(1, #fff)
  );
  -webkit-background-clip: text;
  background-clip: text;
}
.testi_card {
  min-height: 250px;
}
@media (max-width: 1081px) {
  .testi_card {
    min-height: 300px;
  }
}
@media (max-width: 991px) {
  .single-post-area .sidebar-widgets {
    padding-bottom: 0;
  }
  .comment-form .email {
    padding-left: 0;
  }
  .progress-table-wrap {
    overflow-x: scroll;
  }
  .left-align-p p {
    margin-top: 20px;
  }
  .testi_card {
    min-height: 360px;
  }
}
@media (max-width: 768px) {
  .testi_card {
    min-height: 382px;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
}
.background-dark,
.footer-area {
  background: #222;
}
.single-footer-widget .instafeed {
  margin-left: -5px;
  margin-right: -5px;
}
.single-footer-widget .instafeed li {
  margin: 5px;
}
.single-footer-widget .subscribe_form {
  padding-top: 25px;
}
.single-footer-widget .input-group {
  display: block !important;
}
.single-footer-widget input {
  max-width: 100%;
  width: 100%;
  border: 1px solid #333;
  font-size: 13px;
  line-height: 40px;
  padding-right: 110px;
  height: 40px;
  color: #999;
  border-radius: 20px;
  background: #fff;
  padding-left: 20px;
}
.single-footer-widget input.placeholder {
  color: #999;
}
.single-footer-widget input:-moz-placeholder {
  color: #999;
}
.single-footer-widget input::-moz-placeholder {
  color: #999;
}
.single-footer-widget input::-webkit-input-placeholder {
  color: #999;
}
.single-footer-widget .sub-btn {
  background-image: -moz-linear-gradient(0deg, #222 0, #333 100%);
  background-image: -webkit-linear-gradient(0deg, #222 0, #333 100%);
  background-image: -ms-linear-gradient(0deg, #222 0, #333 100%);
  color: #fff;
  line-height: 38px;
  font-size: 12px;
  padding: 0 38px;
  display: inline-block;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: -26px;
  border-radius: 20px;
  transition: 0.3s linear;
  outline: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
#featured-container .card:hover,
#index-featured-container card:hover,
#related-posts-cards .card:hover,
.card-horizontal:hover,
.card-vertical:hover,
.card:hover,
.list-group-item:hover {
  transform: translateY(-5px);
  box-shadow: rgba(0, 0, 0, 0.25) 0 14px 28px, rgba(0, 0, 0, 0.22) 0 10px 10px;
}
.ab_wd p {
  max-width: 230px;
}
.contact_wd {
  margin-right: -15px;
}
.contact_wd p {
  margin-bottom: 15px;
}
.contact_wd a {
  display: block;
  color: #6247ea;
  font-size: 24px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  margin-bottom: 10px;
}
.tp_widgets .list li {
  margin-bottom: 12px;
}
.tp_widgets .list li a {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  font-family: Roboto, sans-serif;
}
.footer_title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}
.border_line {
  width: 100%;
  height: 1px;
  background: #333;
  margin-top: 30px;
}
.footer-bottom .footer-text a,
.footer-bottom .footer-text i {
  color: #ffc001;
  opacity: 1;
}
.footer-bottom .footer-social a {
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  margin-left: 6px;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
  background: #111;
  height: 30px;
  width: 30px;
  text-align: center;
  display: inline-block;
}
#featured-container .card,
#index-featured-container .card,
#related-posts-cards .card,
.card,
.card-horizontal,
.card-vertical,
.list-group-item {
  opacity: 1;
  transform: translateY(0);
  transition: box-shadow 0.3s ease-in-out, opacity 0.3s ease-in-out,
    transform 0.3s ease-in-out;
  cursor: pointer;
}
.footer-bottom .footer-social a:hover {
  color: #fff;
  background: #ffc001;
}
#category a {
  color: #fff;
  text-transform: uppercase;
}
#related-posts-cards {
  display: flex;
  flex-wrap: wrap;
}
#featured-list .list-group:hover {
  color: #000 !important;
}
#featured-container .card,
#index-featured-container .card,
#related-posts-cards .card {
  width: calc(100% / 3.4);
  box-sizing: border-box;
  margin: 20px;
  box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
  border-radius: 10px;
}
#featured-container .card-body,
#index-featured-container .card-body,
#related-posts-cards .card-body,
.filtered-cards .card .card-body {
  background: #5e5e5e;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
#featured-list .list-group .list-group-item {
  border-radius: 10px;
}
#blog-list,
#featured-container,
#index-featured-container {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  margin-top: 28px;
}
.list-group-item img {
  padding: 0.5em;
  background: #272727;
}
.blog-headings h3 {
  font-size: 2.2em;
}
table > tr {
  vertical-align: text-top;
}
.container {
  flex-wrap: wrap;
}
.card-horizontal,
.card-vertical {
  background-color: #3f3f3f;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  color: #fefefe;
  box-shadow: rgba(19, 19, 19, 0.35) 0 4px 16px;
  border-radius: 10px;
}
.card,
.list-group-item {
  box-shadow: rgba(19, 19, 19, 0.35) 0 4px 16px !important;
}
.card-horizontal:hover,
.card-vertical:hover,
.card:hover,
.card:hover h5,
.list-group-item:hover,
.list-group-item:hover h6,
.text-highlight {
  color: #ffc001 !important;
}
.card-horizontal {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.w-md-50 {
  width: 50%;
}
.card-horizontal .image {
  flex: 1;
  padding: 0;
  min-width: 50%;
  overflow: hidden;
  background: #272727;
}
.card-horizontal .image img {
  width: 100%;
  padding: 2em;
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
}
.card-vertical .image,
.card-vertical .image img {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.card-horizontal .content {
  flex: 2;
  padding: 30px;
}
.card-horizontal h3 {
  font-size: 1.4em;
  margin: 24px 0;
  line-height: 1.6em;
}
.card-horizontal p {
  font-size: 1.1em;
  line-height: 1.6em;
  color: #fff;
}
.card-horizontal a,
.card-vertical a {
  display: inline-block;
  color: #ffc001;
  font-weight: 700;
  text-decoration: none;
}
.card-vertical .image {
  position: relative;
  padding-top: 50%;
  background: #272727;
  height: 320px;
}
.tag::after,
.tag::before {
  background: #222;
  content: '';
  position: absolute;
}
.card-vertical .image img {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 2em;
  object-fit: cover;
}
.card-vertical {
  display: inline-block !important;
  width: 50%;
}
#blog-date,
.sm-text {
  display: block;
}
.card-vertical .content {
  padding: 30px;
}
.card-vertical h3 {
  font-size: 1.4em;
  line-height: 1.6em;
  margin: 24px 0;
}
.card-vertical p {
  font-size: 1.1em;
  line-height: 1.6em;
  overflow: hidden;
  color: #fff;
}
.card {
  background: 0 0;
}
#featured-list h6,
.card-horizontal .content p,
.card-vertical .content p {
  display: -webkit-box;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#blog-content {
  font-size: 1.4em;
  line-height: 1.8em;
}
#blog-content li,
#blog-content p {
  color: #ddd;
}
#blog-content h2 {
  font-size: 1.8em;
  margin-bottom: 32px;
  color: #f8f8f8;
}
#blog-content h3 {
  font-size: 1.6em;
  margin-bottom: 32px;
  color: #f8f8f8;
}
#blog-content strong {
  color: #f8f8f8;
}
.fa-share-alt {
  color: #000;
  padding: 10px;
  border-radius: 50px;
  background: #ffc001;
  cursor: pointer;
}
.card-title {
  color: #fefefe;
  font-weight: 700;
  font-size: 1.2em;
  line-height: 1.6em;
  /* text-transform: capitalize; */
}
#author-img {
  border-radius: 50%;
  height: 64px;
  width: 64px;
  margin-right: 20px;
}
#blog-title,
.blog-title {
  color: #fff;
  text-transform: capitalize;
  font-size: 3em;
  line-height: 1.6em;
}
#blog-author,
#blog-date {
  font-size: 0.8em;
  color: #cacaca;
}
.content h3 {
  font-size: 1.6em;
}
#featured_post li:nth-of-type(1n + 6),
#index_featured_post .col-md-4:nth-of-type(1n + 4),
#latest_post .col-md-6:nth-of-type(1n + 3),
#random_list .col-md-4:nth-of-type(1n + 4),
#st-el-2 .st-btn[data-network='blm'],
#st-el-2 .st-btn[data-network='blogger'],
#st-el-2 .st-btn[data-network='buffer'],
#st-el-2 .st-btn[data-network='diaspora'],
#st-el-2 .st-btn[data-network='digg'],
#st-el-2 .st-btn[data-network='douban'],
#st-el-2 .st-btn[data-network='evernote'],
#st-el-2 .st-btn[data-network='flipboard'],
#st-el-2 .st-btn[data-network='getpocket'],
#st-el-2 .st-btn[data-network='hackernews'],
#st-el-2 .st-btn[data-network='instapaper'],
#st-el-2 .st-btn[data-network='iorbix'],
#st-el-2 .st-btn[data-network='kakao'],
#st-el-2 .st-btn[data-network='kindleit'],
#st-el-2 .st-btn[data-network='kooapp'],
#st-el-2 .st-btn[data-network='line'],
#st-el-2 .st-btn[data-network='livejournal'],
#st-el-2 .st-btn[data-network='mailru'],
#st-el-2 .st-btn[data-network='meneame'],
#st-el-2 .st-btn[data-network='odnoklassniki'],
#st-el-2 .st-btn[data-network='pinterest'],
#st-el-2 .st-btn[data-network='qzone'],
#st-el-2 .st-btn[data-network='refind'],
#st-el-2 .st-btn[data-network='renren'],
#st-el-2 .st-btn[data-network='surfingbird'],
#st-el-2 .st-btn[data-network='tencentqq'],
#st-el-2 .st-btn[data-network='threema'],
#st-el-2 .st-btn[data-network='trello'],
#st-el-2 .st-btn[data-network='viber'],
#st-el-2 .st-btn[data-network='vk'],
#st-el-2 .st-btn[data-network='wechat'],
#st-el-2 .st-btn[data-network='weibo'],
#st-el-2 .st-btn[data-network='wordpress'],
#st-el-2 .st-btn[data-network='xing'],
#st-el-2 .st-btn[data-network='yummly'],
#st-el-2 .st-disclaimer,
#st-el-2 .st-logo {
  display: none !important;
}
#st-el-2 .st-btn {
  width: 200px;
  border-radius: 10px;
  text-align: center;
}
.st-label {
  font-size: 0.8em !important;
}
#st-el-2 .st-btns {
  max-width: 80% !important;
  vertical-align: middle !important;
}
.blog-link-active {
  color: #fff;
  padding: 10px;
  text-align: left;
  padding-left: 0 !important;
  font-size: 2.2em;
}
.sm-text {
  font-size: 12px !important;
  line-height: 18px;
}
.dark-bg {
  background: #333;
}
#blog-img {
  width: 100%;
  margin-bottom: 50px;
  box-shadow: rgba(19, 19, 19, 0.35) 0 4px 16px;
  border-radius: 10px;
  padding: 2em;
  background: #3f3f3f;
}
.tags {
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.tags li {
  float: left;
}
.tag {
  background: #ffc001;
  border-radius: 3px 0 0 3px;
  color: #222;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  padding: 0 20px 0 23px;
  position: relative;
  margin: 0 10px 10px 0;
  text-decoration: none;
  font-weight: 700;
}
.tag::before {
  border-radius: 10px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
  height: 6px;
  left: 10px;
  width: 6px;
  top: 10px;
}
.tag::after {
  border-bottom: 13px solid #222;
  border-left: 10px solid #ffc001;
  border-top: 13px solid #222;
  right: 0;
  top: 0;
}
.tag:hover {
  background-color: #ffc001;
  color: #222;
}
.tag:hover::after {
  border-left-color: #ffc001;
}
.list-group-item {
  background: #5e5e5e;
  border-top: none;
  border-bottom: none;
  margin-bottom: 30px;
  margin-top: 30px;
  color: #fff;
}
.list-group-item img {
  border-radius: 6px;
}
.blog-body {
  padding: 10px;
  word-wrap: break-word;
}
.blog-image,
.card-img-top {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
table,
table tr td,
th {
  border: 1px solid #fff;
}
.blog-image {
  background: #272727;
}
.blog-image img {
  padding: 2rem;
}
.table-responsive {
  overflow-x: scroll !important;
}
.blog-link {
  color: #fff !important;
  font-weight: 600;
  word-wrap: break-word !important;
  padding-right: 8px;
  line-height: 1.6em;
  font-size: 1em;
}
.blog-link:hover {
  color: #ffc001 !important;
  text-decoration: none;
  cursor: pointer;
}
.featured-post-img {
  width: 82px !important;
  height: 50px !important;
  margin-top: auto;
  margin-bottom: auto;
}
.section-container {
  padding: 0 2rem;
}
table tr td,
th {
  padding: 36px 16px;
}
table th {
  text-align: center;
  padding: 24px 16px;
}
.download-btn {
  border-radius: 20px;
  cursor: pointer;
  padding: 10px 20px;
  float: right;
}
.sharethis-inline-share-buttons {
  z-index: 0 !important;
}
.soc_blogs {
  width: 70px;
  height: 56px !important;
  padding: 10px 20px 30px !important;
  display: inline-block !important;
}
.download-button .app_btn {
  width: auto;
  height: 56px !important;
  padding: 10px 20px !important;
}
.download-button h4 {
  font-size: 18px !important;
  color: #fff;
}
.app_btn:hover h4 {
  color: #222 !important;
}
.app_btn {
  border: 1px solid #ffc001 !important;
}
.app_btn:hover {
  background: #ffc001 !important;
}
.ip-btn {
  width: auto;
  padding: 0.25rem 0.5rem !important;
  border-radius: 16px;
  background: #ffc001;
  text-transform: uppercase;
}
.ip-btn a {
  color: #222;
}
.ip-btn h6 {
  font-weight: 900;
}
.dropdown-toggle {
  background: transparent;
  border: none;
}
#pagination {
  text-align: center;
  font-weight: bold;
}
#pagination a {
  margin: 5px;
  font-size: 1em;
  color: #fff;
}
a.disabled {
  pointer-events: none;
  color: gray !important;
  cursor: not-allowed;
  pointer-events: none;
}
#blog-content p,
#blog-content ul li {
  font-size: 1.2rem !important;
}
#blog-content ul li strong {
  text-decoration: none !important;
  border-bottom: none !important;
}
#blog-content h3 {
  font-size: 1.6rem !important;
}
@media (min-width: 319px) and (max-widht: 700px) {
  .card-horizontal .image,
  .card-horizontal .image img {
    border-top-right-radius: 10px !important;
    border-top-left-radius: 10px !important;
  }
  .owl-item {
    width: 200px !important;
  }
  #blog-title {
    font-size: 1.5em;
  }
  #blog-content p {
    font-size: 0.8em;
  }
  #blog-content h4,
  .see-all {
    font-size: 1em;
  }
  .card-horizontal .image {
    position: relative;
    padding-top: 50%;
    max-height: 50%;
    border-bottom-left-radius: 0;
  }
  .card-horizontal .image img {
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-bottom-left-radius: 0 !important;
  }
  .card-horizontal {
    display: inline-block !important;
  }
  .card-horizontal .content {
    padding: 30px;
  }
  .card-horizontal h3,
  .card-vertical h3 {
    font-size: 1.1em;
    line-height: 1.6em;
    margin: 24px 0;
  }
  .card-horizontal p,
  .card-vertical p {
    font-size: 0.8em;
    line-height: 1.6em;
    overflow: hidden;
    color: #fff;
  }
  .card-horizontal a {
    display: inline-block;
    color: #ffc001;
    font-weight: 700;
    text-decoration: none;
  }
}
@media (min-width: 319px) and (max-width: 700px) {
  #toggle-div,
  .toggle-divider {
    display: none;
  }
  #blog-title {
    font-size: 2em;
  }
  #blog-content p {
    font-size: 1em;
  }
  #blog-content h4 {
    font-size: 1.4em;
  }
  .see-all {
    font-size: 0.8em;
  }
  #blog-img {
    padding: 2em;
  }
  .app_btn h4 {
    font-size: 0.9em !important;
  }
  .search-container {
    width: 100%;
    text-align: center;
  }
  #search-input,
  #search-results {
    width: 100%;
  }
  /* .dropdown-menu{
    display: block;
  } */
  .home_banner_area {
    padding-top: 12%;
  }
  .card-deck .w-md-50 {
    width: 100% !important;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (min-width: 576px) {
  .card-deck {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
@media (max-width: 700px) {
  .image,
  .image img {
    border-bottom-left-radius: 0;
  }
  .card-horizontal {
    flex-direction: row;
  }
  .image {
    height: auto;
  }
  .content,
  .image img {
    height: 100%;
  }

  .card-deck .w-md-50 {
    width: 100% !important;
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media only screen and (max-width: 834px) {
  .card-deck .card,
  .card-horizontal,
  .card-vertical {
    display: block;
    margin-bottom: 30px;
    width: 100%;
  }
  .card-deck {
    display: block;
  }
  .w-md-50 {
    width: 100%;
  }
  .home_banner_area {
    padding-top: 12%;
  }
  .card-horizontal .image {
    max-width: 100%;
    padding: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 10px !important;
    border-top-left-radius: 10px !important;
  }
  .card-horizontal .image img {
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: 10px !important;
  }
  .card-horizontal .content {
    flex: 1;
    padding: 20px;
  }
  .card-vertical .image {
    padding-top: 60%;
    height: 50%;
    width: auto;
  }
  #featured-container .card,
  #index-featured-container .card,
  #related-posts-cards .card {
    width: 100%;
    margin-top: 10%;
    box-shadow: rgba(19, 19, 19, 0.35) 0 4px 16px;
  }
  #blog-list {
    margin: 0 3%;
  }
}
@media (min-width: 950px) and (min-height: 600px) {
  #featured-container .card,
  #index-featured-container .card,
  #related-posts-cards .card {
    width: calc(100% / 3.5);
  }
  .card-horizontal .image,
  .card-horizontal .image img {
    height: 100% !important;
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
  }
}
