/*
Theme Name: WP Bootstrap Starter
Theme URI: https://afterimagedesigns.com/wp-bootstrap-starter/
Author: Afterimage Designs
Author URI: https://afterimagedesigns.com/
Description:  The best WordPress starter theme based on the most powerful frameworks in the world: "_s" (by Automattic, the main people behind WordPress development), Twitter Bootstrap (the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web) and Font Awesome (or Fontawesome, a full suite of 675+ pictographic icons for easy scalable vector graphics on websites). This theme, like WordPress, is licensed under the GPL. You can use this theme as base for your next WordPress theme project and you are allowed to remove the link at the footer or do whatever you want. Your feedback on how we can continuously improve this WordPress Starter Theme Bootstrap will be highly appreciated. Page templates includes Right-sidebar (default page template), Left-Sidebar, Full-Width, Blank with container, Blank without container Page. Other features - Currently using Bootstrap v4.0.0 , Widgetized footer area, WooCommerce ready, Compatible with Contact Form 7, Compatible with Visual Composer, Compatible with Elementor Page Builder. This theme will be an active project which we will update from time to time. Check this page regularly for the updates.
Version: 3.3.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-bootstrap-starter
Requires at least: 4.7
Requires PHP: 5.2.4
Tested up to: 5.4
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
body {
  margin: 0;
  -webkit-font-smoothing: auto;
	font-family: "Inter", sans-serif;
}

@media (min-width: 1400px){
  .container, .container-lg, .container-md, .container-sm, .container-xl {
      max-width: 1520px;
  }
  }
  @media (max-width: 1399px){
  .container, .container-lg, .container-md, .container-sm, .container-xl {
      max-width: 1280px;
  }
  }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
}
h1 {
  font-size: 32px;
  padding-bottom: 10px;
}
h2 {
	color: #171717;
	font-weight: 600;
	font-size: 64px;
	line-height: 75px;
	margin: 0;
	padding: 0 0 24px;
}
h3 {
  font-size: 18px;
  line-height: 25px;
}
h4 {
  font-size: 16px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 17.5px;
}
p {
    color: #818181;
    font-size: 22px;
    line-height: 35px;
}
h1.entry-title {
  font-size: 1.31rem;
  border-bottom: 1px solid #eaecef;
}
h2.entry-title {
  border-bottom: 1px solid #eaecef;
}
h3.widget-title {
  font-size: 1.2rem;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
#masthead .navbar-nav > li:hover ul.dropdown-menu {
  display: block !important;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
    margin-bottom: 0;
    background-color: transparent;
    padding: 38px 0 0;
    position: absolute;
    z-index: 999;
    width: 100%;
}

#masthead #main-nav {
    justify-content: center !important;
}

#masthead #menu-main-menu {
    align-items: center;
	justify-content: center !important;
}

.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}

#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.750rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    color: #818181;
    padding: 0 16px;
    font-size: 22px;
    font-weight: 400;
    transition: all linear 0.3s;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
    color: #0F1D48;
    font-weight: 600;
    transition: all linear 0.3s;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover {
    font-weight: 400 !important;
}

.navbar-brand {
  height: auto;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
    position: relative;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>.dropdown-menu {
    display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>a:after {
    border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
    float: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
  font-size: 85%;
}
body:not(.theme-preset-active) footer#colophon {
  color: #99979c;
  background-color: #f7f7f7;
}
.navbar-dark .site-info {
  color: #fff;
}
.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}

.copyright a, footer#colophon a {
  color: inherit;
}

@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}

@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 80%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 75%;
  }
}

/* //=======================================================
		search baar hover css
//====================================================== */



.sec-search{
    display: flex;
    align-items: center;
    width: 8%;
    justify-content: space-between;
}
.cstm-search-form {
 
    display: block;
    text-align: end;
    top: 11px;
	margin-right:-20px;
}
.hs-form {
    display: none;
}

.sec-search .hs-form {
    width: 300px;
    height: 44px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0px 0px 10px 4px rgb(130 130 130);
    position: absolute;
    bottom: -10px;
    right: 60px;
    z-index: 9;
    display: none !important;
    top: 38px;
}
.sec-search .search-form {
    display: flex;
    align-items: center;
}
.sec-search .hs-form label {
    margin: 0;
    width: 100%;
}
.hs-form .form-control {
	height: 45px;
    padding: 0px 22px;
    border: border: 1px solid #f592f4;
    box-shadow: none !important;
    font-size: 15px;
}
.hs-form input.search-submit.btn.btn-default {
    background: #c21117;
    height: 45px;
    box-shadow: none !important;
    color: #fff;
    font-size: 15px;
    width: 120px;
    border: 1px solid #fff;
    border-radius: 35px;
}

i.fas.fa-search {
    padding: 10px;
    border-radius: 50%;
    color: #fff;
}
.fas{
	font-family: "Font Awesome 5 Free" !important;
}
/* //=======================================================
		search baar hover css end
//====================================================== */

.form-container {
  display: flex;
  align-items: center;
  gap: 2rem;
  background: white;
  padding: 1rem 1.5rem;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  width: fit-content;
  margin-top: 54px;
}

.dropdown {
  font-weight: 500;
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 6px;
  /* background-color: #f2f2f2; */
  /* appearance: none; */
  font-size: 20px;
  color: #818181;
}

.continue-btn {
  background: linear-gradient(135deg, #aa2d63, #7e2352);
  color: white;
  border: none;
  padding: 10px 40px;
  border-radius: 8px;
  font-size: 20px;
  cursor: pointer;
  font-weight: 500;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  transition: background 0.3s ease;
  background-image: linear-gradient(#DF5272, #0F1D48);
}

/* .continue-btn:hover {
  background: linear-gradient(135deg, #c13b74, #922a5f);
} */

#hero-hd {
    color: #171717;
    position: relative;
    font-size: 82px;
    line-height: 100px;
    padding: 0;
    margin: 0 0 24px;
}

#hero-hd::before {
    content: '';
    position: absolute;
    background: url(https://stage4.demolinkdesign.com/wp-content/uploads/2025/07/h-img.png) no-repeat;
    width: 155px;
    height: 70px;
    right: 10%;
    top: 7%;
    z-index: 0;
}

#Hero-Banner .wpb_text_column p {
    color: #818181;
    font-size: 22px;
    line-height: 35px;
}

section#Hero-Banner {
    padding-top: 75px;
    padding-bottom: 20px;
}

h2 {
	color: #171717;
	font-weight: 600;
	font-size: 64px;
	line-height: 75px;
	margin: 0;
	padding: 0 0 24px;
}

p, li {
    color: #787878;
    font-size: 21px;
    line-height: 32px;
    font-weight: 200;
    font-family: 'Inter';
    font-weight: 300;
}

.work_inoform h2 {
    text-align: center;
    color: #818181;
    font-size: 22px;
    line-height: 32px;
    padding: 24px 0 12px;
    font-weight: 400;
}

.work_inoform {
    text-align: center;
}

.work_inoform .blogs-data h4 {
    font-size: 30px;
    line-height: 40px;
    color: #171717;
    padding: 0;
    margin: 0 0 24px;
}

.work_inoform .blogs-data p {
    width: 70%;
    margin: 0 auto;
}

#home-sect1 {
    padding-top: 60px;
    padding-bottom: 35px;
}

#cstm-btn a {
    font-size: 20px;
    font-weight: 500;
    background-image: linear-gradient(#DF5272, #0F1D48);
    color: white;
    border-radius: 8px;
    transition: all linear 0.4s;
    border: unset;
    padding: 14px 55px 14px 32px;
	border: 1px solid #fff;
}

#cstm-btn a i {
    margin: 0px 6px 0 0;
    font-size: 17px;
}

#cstm-btn a:hover {
    background: transparent;
    border: 1px solid #171717;
    color: #171717;
}

#DA-LINE {
    width: 8px;
    height: 132px;
    border: 1px solid;
    background: #0F1D48;
    border-radius: 40px;
}

div#dp-row {
    margin-bottom: 74px;
}

div#dating-row {
    margin-top: 67px;
}

#home-sect2 {
    padding-top: 100px;
    padding-bottom: 62px;
    z-index: 9999;
}

#Counters-sect .wpb_raw_code .col-md-4 {
    display: flex;
    align-items: center;
    gap: 25px;
}

p.text-muted {
    font-size: 24px;
    line-height: 35px;
    margin: 0;
}

h2.fw-bold.text-dark {
    padding: 0;
}

h2.fw-bold.text-dark {
    font-size: 56px;
    line-height: 66px;
}

div#U-List ul strong {
    color: #171717;
    font-weight: 400;
    margin-right: 8px;
}

div#U-List ul i {
    width: 28px;
    height: 28px;
    background-image: linear-gradient(#DF5272, #0F1D48);
    text-align: center;
    border-radius: 30px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 18px;
    color: white !important;
}

div#U-List ul li {
    display: flex;
    align-items: center;
    margin: 0 0 22px;
}

div#U-List ul {
    margin: 45px 0 52px;
}

#home-sect3 {
    padding-top: 100px;
}

.work_profile img {
  transition: transform 0.3s ease; /* Smooth transition */
}

.work_profile:hover img {
  transform: scale(1.1) translateY(-5px); /* Zoom and move up */
}


#footer-widget #media_image-3 {
    margin: 0 0 40px;
}

#footer-widget #text-2, #footer-widget #text-2 p {
    margin: 0 0 5px !important;
}

#footer-widget .widget-title {
    color: #171717;
    font-size: 22px !important;
    line-height: 32px;
    margin: 0 0 18px;
    padding: 0;
    font-weight: 500;
}

#footer-widget .nav-link {
    color: #808080;
    font-size: 20px;
    line-height: 30px;
    padding: 0 0 14px;
    transition: all linear 0.4s;
    background: transparent;
}

#footer-widget .nav-link:hover {
    color: #171717;
    background: transparent;
}

section#nav_menu-2 {
    display: grid;
    justify-content: end;
}

section#nav_menu-3 {
    display: grid;
    justify-content: end;
}

section#nav_menu-4 {
    display: grid;
    justify-content: end;
}

#colophon {
    text-align: center;
}

footer#colophon {
    display: none;
}

.row.copy-right {
    text-align: center;
}

.row.copy-right p {
    margin: 0;
    padding: 0 0 30px;
    font-size: 18px;
}

.row.copy-right a {
    color: #818181;
    text-decoration: none;
}

#home-sect4 {
    margin-top: 100px;
    padding-top: 120px;
    padding-bottom: 225px;
    background-image: linear-gradient(#DF5272, #69335a);
}

#home-sect3 {
    padding-bottom: 20px;
}

#home-sect4 h2, #home-sect4 p {
    color: white !important;
}

#cstm-btn1 a {
    color: #0F1D48;
    padding: 12px 32px;
    font-size: 18px;
    font-weight: 500;
    transition: all linear 0.3s;
    border-radius: 8px;
    border: 1px solid #fff;
}

#cstm-btn1 a:hover {
    background: transparent;
    color: white;
    transform: translate(0px, -8px);
}

#big-hd {
    padding: 0;
    margin: 0 0 32px;
    font-size: 87.89px;
    line-height: 120%;
}

.TestimonialMain {
    background: url(https://stage4.demolinkdesign.com/wp-content/uploads/2025/07/Background-T.png) no-repeat;
    background-position: top center;
    background-size: cover;
    width: 830.83px;
    height: 501.92px;
    margin: 100px auto 0;
    text-align: center;
    padding: 40px 70px 70px;
}

.t_stars i {
    color: #F5BA19;
    margin: 0 auto 26px;
}

.TestimonialMain p {
    color: white;
    font-size: 30.21px;
    line-height: 45px;
    font-weight: 400;
    padding: 0;
    margin: 0 0 50px;
}

h2.ServiceHead {
    padding: 0;
    margin: 0;
    color: white;
    font-size: 32px;
    font-weight: 600;
}

#owl_custom1 .owl-nav {
    display: block;
    /* position: absolute; */
}

#owl_custom1 .owl-nav i {
    background: white;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    width: 82px;
    height: 82px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    transition: all linear 0.7s !important;
}

#owl_custom1 .owl-nav i:hover {
    background-image: linear-gradient(#DF5272, #0F1D48);
    transition: all linear 0.7s !important;
    color: white;
}

#owl_custom1 .owl-nav .owl-prev {
    position: absolute;
    top: 40%;
    left: 13%;
}

#owl_custom1 .owl-nav .owl-next {
    position: absolute;
    top: 40%;
    right: 13%;
}

#owl_custom1 .owl-nav button {
    transition: all linear 0.3s;
}

#Hero-Baner .wpb_text_column p {
    color: white;
}

#cstm-btn2 a {
    transition: all linear 0.3s;
    background: #816176;
    color: white;
    border: unset;
    font-weight: 300;
    border-radius: 40px;
    font-size: 16px;
    padding: 10px 30px;
	text-transform: uppercase;
}

#cstm-btn2 a:hover {
    background: white;
    color: black;
}

#hero-hd1 {
    padding: 0;
    margin: 25px 0 28px;
    font-size: 53px;
    line-height: 65px;
    font-weight: 300;
	font-family: "Inter";
}

#Hero-Baner {
    padding-top: 190px;
    padding-bottom: 70px;
}

#masthead nav {
    justify-content: space-between;
}

.main-hdr {
    display: flex;
    gap: 40px;
    align-items: center;
}

.main-hdr i {
    color: white;
    font-size: 30px;
}

#hdr-btn a {
    font-size: 17px;
    padding: 10px 32px;
    color: white;
    background: #c1708a;
    border-radius: 30px;
    transition: all linear 0.3s;
    text-decoration: none;
    position: relative;
    z-index: 99999;
	text-transform: uppercase;
}

#hdr-btn a:hover {
    background: white;
    color: black;
}

.zeal-hd {
    color: white;
    font-size: 75px;
    font-weight: 500;
    letter-spacing: 358px;
    padding: 0;
    margin: 0 0 46px;
    transition: letter-spacing 0.5s ease;
}

.zeal-hd.shrink {
  letter-spacing: 0px;
}

.app-img {
    display: flex;
    align-items: center;
    gap: 12px;
}

#Hero-Baner {
  position: relative;
  /* overflow: hidden; */
}

#Hero-Baner::before {
  content: '';
  position: absolute;
  background: #2b2b2b6b;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  transform: translateX(0%); /* start from left */
  transition: transform 0.4s ease; /* smooth movement */
}

#Hero-Baner.shadow-right::before {
  transform: translateX(100%); /* smoothly move to right */
}

#TEXT-GRADIENT {
    background: linear-gradient(to bottom, #DF5272, #0F1D48);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 52px;
    text-align: center;
    padding: 0;
    font-family: 'Inter';
    font-weight: 300;
}

#owl_custom11 .owl-stage {
    padding: 42px 0;
    margin-top: 36px;
    background: #f4eaee;
    display: flex;
    align-items: center;
    gap: 50px;
}

.profile-cta {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 30px;
}

.profile-cta a:nth-child(1) {
    font-size: 16px;
    padding: 16px 32px;
    transition: all linear 0.3s;
    background: #2F2F2F;
    color: white;
    border-radius: 50px;
    display: flex;
    align-items: center;
    text-decoration: none;
    text-transform: uppercase;
}

.profile-cta a:nth-child(1) img {
    opacity: 0;
    transition: all linear 0.3s;
}

.profile-cta a:nth-child(1):hover {background-image: linear-gradient(to bottom, #DF5272, #0F1D48);transition: all linear 0.3s;}

.profile-cta a:nth-child(1):hover img {
    opacity: 1;
    margin: 0 12px;
}

.profile-cta a:nth-child(2) {
    font-size: 13px;
    padding: 12px 12px;
    transition: all linear 0.3s;
    background: transparent;
    color: #161616;
    border-radius: 50px;
    display: flex;
    align-items: center;
    text-decoration: none;
    border: 1px solid #2B2B2B;
    text-transform: uppercase;
}

.profile-cta a:nth-child(2) img {
    opacity: 0;
    transition: all linear 0.3s;
}

.profile-cta a:nth-child(2):hover {background-image: linear-gradient(to bottom, #DF5272, #0F1D48);transition: all linear 0.3s;color: white;border: unset;}

.profile-cta a:nth-child(2):hover img {
    opacity: 1;
    margin: 0 12px;
}

#home-sect2::after {
    content: '';
    background: url(https://stage5.demolinkdesign.com/wp-content/uploads/2025/07/Group-20.png) no-repeat;
    width: 668.84px;
    height: 156.38px;
    right: 0;
    top: 0;
}

div#video-row {
    padding-top: 85px;
}

div#www_img {
    position: absolute;
    top: 158px;
    padding: 0;
}

#WW-row {
    padding-bottom: 40px;
    padding-top: 38px;
    padding-left: 40px;
    padding-right: 40px;
	margin-top: 30px;
}

.DP_Wrapper {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 58px;
}

.DP_Wrapper h4 {
    color: #222222;
    font-size: 22px;
    margin: 0 0 14px;
    padding: 0;
    position: relative;
    font-weight: 200;
}

.DP_Wrapper h4::before {
    content: '';
    position: absolute;
    background: #DF5272;
    width: 58px;
    height: 1px;
    bottom: -8px;
    left: 0;
}

.DP_Wrapper p {
    font-size: 16px;
    line-height: 26px;
    color: #656565;
    margin: 0;
}

.DP_Wrapper div:nth-child(2) {
    width: 82%;
}

div#DP_Wrapper_R {
    flex-direction: row-reverse;
}

#DP_Wrapper_R div:nth-child(2) {
    text-align: right;
}

#DP_Wrapper_R div:nth-child(2) h4::before {
    display: none;
}

#DP_Wrapper_R div:nth-child(2) h4::after {
    content: '';
    position: absolute;
    background: #DF5272;
    width: 58px;
    height: 1px;
    bottom: -8px;
    right: 0;
}

div#d_p_row {
    padding-top: 50px;
}

div#zeal-app-img {
    position: relative;
    top: -100px;
}

#ZD-Sect::before {
    content: '';
    position: absolute;
    background: url(https://stage5.demolinkdesign.com/wp-content/uploads/2025/07/shadow.png) no-repeat;
    width: 770px;
    height: 990px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -130px;
}

.subscribe-wrapper p {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background: white;
    width: 50%;
    margin: 0 auto;
    border-radius: 70px;
}

.subscribe-wrapper .wpcf7-spinner {
    position: absolute;
    bottom: -40px;
}

.subscribe-wrapper input {
    background: transparent;
    border: unset;
    font-size: 16px;
    color: #57656C;
    padding: 5px 5px;
    font-weight: 400;
    font-family: "Inter";
}

.subscribe-wrapper img {
    margin-right: 15px;
    width: 42.51px;
}

.subscribe-wrapper input::placeholder {
    color: #57656C;
    font-family: "Inter";
}

.subscribe-wrapper .wpcf7-submit {
    background-image: linear-gradient(to bottom, #DF5272, #0F1D48);
    border: unset;
    color: white;
    padding: 14px 40px;
    border-radius: 50px;
    font-size: 15px;
}

.subscribe-wrapper .form-control:focus {
    color: #57656C;
    background-color: #fff;
    border: none;
    outline: 0;
    box-shadow: none;
}

#upgrade_sect h2 {
    padding: 0 0 10px;
    font-weight: 200;
}

#upgrade_sect h6 {
    color: white;
    font-size: 32px;
    line-height: 42px;
    font-weight: 100 !important;
}

#upgrade_sect .wpb_text_column p {
    color: white;
    margin: 0 0 40px !important;
    font-weight: 100;
}

section#upgrade_sect {
    padding-top: 58px;
    padding-bottom: 38px;
}

#Verified_txt #TEXT-GRADIENT {
    line-height: normal;
    font-size: 68px;
    font-weight: 400;
    letter-spacing: -2px;
}

#Verified_txt .vc_col-sm-6 .wpb_wrapper h2:nth-child(2) {
    position: relative;
    margin: 0 0 15px;
}

#Verified_txt .vc_col-sm-6 .wpb_wrapper h2:nth-child(2)::before {
    content: '';
    position: absolute;
    background: url(https://stage5.demolinkdesign.com/wp-content/uploads/2025/07/Vector.png) no-repeat;
    width: 35px;
    height: 35px;
    right: 25%;
    bottom: 9px;
}

#Verified_txt p {
    color: #1c1c1cb5 !important;
}

#Profiles_Btn a {
    border: 1px solid #161616;
    background: transparent;
    text-transform: uppercase;
    border-radius: 40px;
    transition: all linear 0.3s;
    color: #161616;
    font-size: 13px;
    padding: 12px 18px;
    font-weight: 500;
    font-family: "Inter" !important;
}

#Profiles_Btn a:hover {
    background: #161616;
    color: white;
}

#Verified_txt #Profiles_Btn {
    margin-top: 35px;
}

#reviews_sect {
    padding-top: 70px;
}

div#GA_Img {
    position: relative;
    top: -70px;
}

div#Line_IMG {
    position: absolute;
    z-index: -1;
    left: -10%;
    top: 2%;
}

h6#mhd {
    color: #414141;
    font-size: 25px;
    margin: 0 0 44px;
    font-weight: 300;
    font-family: "Inter";
}


/* ++++++++++++++++++++ Reviews CSS ++++++++++++++++++++ */

/* Image 1: show first 0-1s, then hide */
@keyframes fadeImg1 {
    0%   { opacity: 1; }
    49%  { opacity: 1; }
    50%  { opacity: 0; }
    100% { opacity: 0; }
}

/* Image 2: hidden at first, show 1-2s */
@keyframes fadeImg2 {
    0%   { opacity: 0; }
    49%  { opacity: 0; }
    50%  { opacity: 1; }
    100% { opacity: 1; }
}


#owl_custom20 {
    padding-top: 42px;
    padding-bottom: 75px;
}

.fade-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.fade-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; /* full height if needed */
    object-fit: cover; /* if needed */
    opacity: 0;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    transition: opacity 0.5s ease-in-out;
}

.Reviews_Thubnail,
.fade-wrapper {
    min-height: 360px;
    border-radius: 20px;
}






.fade-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.fade-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    filter: blur(0px);
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    transition: opacity 0.6s ease-in-out, filter 0.6s ease-in-out;
}

.img1 {
    animation-name: fadeImg1;
}

.img2 {
    animation-name: fadeImg2;
}

/* Image 1: Show first 2s, fade+blur next 2s */
@keyframes fadeImg1 {
    0%   { opacity: 1; filter: blur(0px); }
    45%  { opacity: 1; filter: blur(0px); }
    55%  { opacity: 0; filter: blur(4px); }
    100% { opacity: 0; filter: blur(4px); }
}

/* Image 2: Hidden first 2s, fade+blur in next 2s */
@keyframes fadeImg2 {
    0%   { opacity: 0; filter: blur(4px); }
    45%  { opacity: 0; filter: blur(4px); }
    55%  { opacity: 1; filter: blur(0px); }
    100% { opacity: 1; filter: blur(0px); }
}


#owl_custom20 .owl-stage {
    display: flex;
    align-items: center;
}

/* ++++++++++++++++++++ Reviews CSS ++++++++++++++++++++ */






#owl_custom20 .owl-nav {
    display: block;
}

#owl_custom20 .owl-nav i {
    background: transparent;
    border: 2px solid #83324b;
    color: #83324b;
    font-size: 22px;
    width: 45px;
    height: 45px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all linear 0.3s;
}

#owl_custom20 .owl-nav button {
    transition: all linear 0.3s;
}

#owl_custom20 .owl-nav i:hover {
    background-image: linear-gradient(to bottom, #DF5272, #0F1D48);
    color: white;
    transition: 0.3s;
    border: unset;
}

#owl_custom20 button:focus {
    outline: none;
    outline: unset;
}

#owl_custom20 .owl-nav .owl-prev {
    position: absolute;
    top: 44%;
    left: -4%;
}

#owl_custom20 .owl-nav .owl-next {
    position: absolute;
    top: 44%;
    right: -4%;
}

div#footer-widget {
    padding-top: 85px;
    position: relative;
}

#footer-widget::before {
    content: '';
    position: absolute;
    background: url(https://stage5.demolinkdesign.com/wp-content/uploads/2025/07/Group-13-1.png) no-repeat;
    width: 222px;
    height: 68px;
    right: 2%;
    bottom: 0;
}

div#footer-widget {
    overflow-x: hidden;
}

#home-sect2 #TEXT-GRADIENT {
    font-weight: 300;
    font-size: 72px;
    line-height: 85px;
}

#ZD-Sect #TEXT-GRADIENT {
    font-weight: 400;
    margin: 0 0 10px;
}

.Inr_Cta a {
    font-size: 13px;
    padding: 12px 12px;
    transition: all linear 0.4s;
    background: transparent;
    color: #161616;
    border-radius: 50px;
    border: 1px solid #2B2B2B;
    text-transform: uppercase;
    text-decoration: none;
}

.Inr_Cta img {
    opacity: 0;
    transition: all linear 0.4s;
}

.Inr_Cta a:hover {
    background-image: linear-gradient(to bottom, #DF5272, #0F1D48);
    transition: all linear 0.54;
    color: white;
    border: unset;
}

.Inr_Cta a:hover img {
    opacity: 1;
    margin: 0 12px;
}

.Inr_Cta {
    margin-top: 28px;
}

#GPAP_BTNS a {
    padding: 6px 8px !important;
}

#ZD-Sect #GPAP_BTNS {
    justify-content: center;
    position: relative;
    top: -50px;
}

section#ZD-Sect {
    z-index: 9999;
}

section#reviews_sect {
    z-index: 9999;
}

section#upgrade_sect {
    z-index: 9999;
}

.row.copy-right .col-lg-12 {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

#footer-widget::before {
    display: none;
}

.wpcf7-response-output {
    color: white;
    text-align: center;
    border-color: #f8f9fa !important;
}

/* +++++++++++++++++++++++++ responsive css +++++++++++++++++++++++++ */

/* @media only screen and (max-width: 1440px){
.zeal-hd { letter-spacing: 408px; }
} */

/* +++++++++++++++++++++++++ responsive css +++++++++++++++++++++++++ */



@media screen and (min-device-width: 0px) and (max-device-width: 767px) { 
#hero-hd1 {
    font-size: 35px;
    line-height: 45px;
}

#Hero-Baner .wpb_text_column p {
    font-size: 14px;
    line-height: 20px;
}

#TEXT-GRADIENT {
    font-size: 35px;
    line-height: 45px;
}

#home-sect2 #TEXT-GRADIENT {
    font-size: 35px;
    line-height: 45px;
}

h6#mhd {
    font-size: 25px;
}

p, li {
    font-size: 14px;
    line-height: 20px;
}

.profile-cta {flex-wrap: wrap;justify-content: center;}

#ZD-Sect #TEXT-GRADIENT {
    font-size: 35px !important;
    line-height: 45px !important;
}

h3 {
    color: black !important;
    text-align: left !important;
}

#WW-row {
    padding: 0;
}

.DP_Wrapper h4 {
    font-size: 19px;
}

.DP_Wrapper {
    align-items: flex-start;
}

#Verified_txt #TEXT-GRADIENT {
    font-size: 35px;
    line-height: 45px;
}

#Verified_txt .vc_col-sm-6 .wpb_wrapper h2:nth-child(2)::before {
    right: 50px;
    top: 20%;
}

#owl_custom20 .owl-nav .owl-prev {
    position: absolute;
    top: 80%;
    left: 6%;
}

#owl_custom20 .owl-nav .owl-next {
    position: absolute;
    top: 80%;
    right: 6%;
}

#owl_custom20 {
    padding-bottom: 0;
}

#upgrade_sect h2 {
    font-size: 35px !important;
    line-height: 45px !important;
}

.subscribe-wrapper p {
    /* flex-direction: column; */
    width: 100%;
    padding: 8px;
}

.subscribe-wrapper .wpcf7-submit {
    font-size: 10px;
    padding: 10px;
}

.subscribe-wrapper img {
    width: 30px;
    margin: 0;
}

.subscribe-wrapper input {
    font-size: 11px;
}

.zeal-hd {
    letter-spacing: 50px;
    font-size: 45px;
    margin: 0;
}

section#nav_menu-2 {
    justify-content: flex-start;
    padding: 30px 0;
}

section#nav_menu-3 {
    justify-content: flex-start;
}

section#nav_menu-4 {
    justify-content: flex-start;
}

.row.copy-right p {
    font-size: 11px;
    line-height: 16px;
    padding: 0 0 10px;
}

#side-menu a {
    font-size: 18px;
    padding: 7px 0;
}

ul#side-menu {
    margin: 0;
}



#masthead nav .navbar-brand {
    width: 30%;
}

#masthead nav .main-hdr {
    width: 65%;
}

#masthead nav #hdr-btn a {
    font-size: 11px;
    padding: 9px;
}
}
