body {
  /* background: var(--white-color); */
  font-family: var(--base-font-family);
}
.form-control {
  border-radius: 1.5rem;
}
.form-control-override
{
  border-radius: 0px;
  background: transparent;
  border: none;
}

  @font-face {
      font-family: 'Plain-Regular';
      src: url('../fonts/Plain-Regular.woff2') format('woff2'),
          url('../fonts/Plain-Regular.woff') format('woff');
      font-weight: normal;
      font-style: normal;
  }

  @font-face {
      font-family: 'Plain-Light';
      src: url('../fonts/Plain-Light.woff2') format('woff2'),
          url('../fonts/Plain-Light.woff') format('woff');
      font-weight: bold;
      font-style: normal;
  }

  @font-face {
      font-family: 'Plain-Bold';
      src: url('../fonts/Plain-Bold.woff2') format('woff2'),
          url('../fonts/Plain-Bold.woff') format('woff');
      font-weight: bold;
      font-style: normal;
  }

  :root {
    /* --primary-color:        #057a8d; */
    /* --primary-color:        #cc6f16; */
    --primary-color:        #ededed;
    --secondary-color:      #b78402;
    --third-color:      #8d2702;
    --fourth-color:      #ff5011;
    --fifth-color:      #cc6f16;
    --white-color:          #ffffff;
    --dark-color:           #171819;
    --project-bg:           #f0f8ff;
    /* --menu-bg:              #0c8195; */
    /* --menu-bg:              #e29144; */
    --menu-bg:              #ffffff;

    --title-color:          #15141a;
    --gray-color:           #909090;
    --link-color:           #404040;
    --p-color:              #666262;
    --lightgray-color:           #f7f7f7;

    --base-font-family:     'Plain-Light', sans-serif;
    --title-font-family:    'Plain-Regular', sans-serif;
    --font-bold-family:     'Plain-Bold', sans-serif;
    --font-weight-bold:     bold;

    --h1-font-size:         42px;
    --h2-font-size:         32px;
    --h3-font-size:         24px;
    --p-font-size:          18px;
    --base-font-size:       16px;
    /* --menu-font-size:       13px; */
    --menu-font-size:       16px;

    --border-radius-large:  100px;
    --border-radius-small:  5px;
  }

  h1,h2,h3,h4,h5,h6 {
    font-family: var(--title-font-family);
    line-height: inherit;
  }

  h1 {
    color: var(--title-color);
    font-size: var(--h1-font-size);
  }

  h2 {
    font-size: var(--h2-font-size);
    font-weight: 100;
  }

  h3 {
    font-size: var(--h3-font-size);
    font-weight: 100;
    margin-bottom: 0;
  }

  h4 {
    color: var(--gray-color);
    font-family: var(--base-font-family);
    font-size: var(--p-font-size);
    letter-spacing: 1px;
    text-transform: uppercase;
  }

  p {
    color: var(--p-color);
    font-size: var(--p-font-size);
    line-height: 1.5em;
  }

  b, 
  strong {
    letter-spacing: 0;
    color: var(--secondary-color);
  }


  /*  BLOCKQUOTES */
  .quote {
    position: relative;
    margin: 0;
  }

  .quote::after {
    content: "“";
    position: absolute;
    bottom: -80px;
    left: 20px;
    font-family: times;
    color: var(--gray-color);
    font-weight: var(--font-weight-bold);
    font-size: 14em;
    line-height: 0;
    opacity: 0.10;
  }

  blockquote {
    border-left: 5px solid rgba(0,0,0,0.05);
    display: block;
    margin: 42px 0;
    padding: 14px 22px;
    color: rgba(0,0,0,0.5);
  }


  /* BUTTON */
  .custom-btn {
    background: transparent;
    border: 2px solid var(--dark-color);
    border-radius: var(--border-radius-large);
    padding: 12px 26px 14px 26px;
    color: var(--dark-color);
    font-family: var(--title-font-family);
    font-size: var(--p-font-size);
    white-space: nowrap;
  }

  .custom-btn.btn-bg {
    background: var(--white-color);
    color: var(--primary-color);
    border-color: transparent;
	transition: all .3s ease;
  }
  
  .custom-btn:hover,
  .custom-btn:focus {
    background: var(--dark-color);
    color: var(--white-color);
    border-color: transparent;
  }


  /*---------------------------------------
     GENERAL               
  -----------------------------------------*/

  * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  *::before,
  *::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  a {
    color: var(--link-color);
    font-weight: normal;
    text-decoration: none;
  }

  a:hover, 
  a:active, 
  a:focus {
    color: var(--secondary-color);
    outline: none;
    text-decoration: none;
  }

  ::selection {
    background: var(--secondary-color);
    color: var(--white-color);
  }

  .section-padding {
    padding: 8em 0;
  }
  .section-padding-half {
    padding: 4em 0;
  }

  .google-map iframe {
    display: block;
    width: 100%;
  }



  /*---------------------------------------
    MENU             
  -----------------------------------------*/

  .navbar {
    /* background: var(--menu-bg); */
    z-index: 2;
    top: 0;
    right: 0;
    left: 0;
    /* padding: 1.5em; */
  }

  .navbar-brand {
    color: var(--white-color);
    font-size: var(--h2-font-size);
  }

  .nav-link {
    color: var(--white-color);
    /* color: var(--third-color); */
    font-size: var(--menu-font-size);
    /* letter-spacing: 0.4px; */
    letter-spacing: 3.4px;
    /* margin: 0 1.6em; */
    padding: 0.6em;
    /* margin: 0 0.2em; */
    margin: 0 1.0em;
    font-family: 'Montserrat', arial, sans-serif;
  }
  .nav-link-color
  {
    color: var(--third-color); 
  }
  .nav-link.active,
  .nav-link:hover {
    /* color: var(--secondary-color); */
    border-bottom: 3px solid var(--fourth-color);
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
  }

  .navbar-expand-lg .navbar-nav .nav-link.contact {
    /* border: 2px solid var( --white-color);
    border-radius: var(--border-radius-large);
    color: var( --white-color); */
    border: 2px solid var( --fourth-color);
    border-radius: var(--border-radius-large);
    color: var( --third-color);
    font-family: var(--font-bold-family);
    padding: 0.6em 2em 0.8em 2em;
  }

  .navbar-expand-lg .navbar-nav .nav-link.contact:hover,
  .navbar-expand-lg .navbar-nav .nav-link.contact.active {
    background: var(--secondary-color);
    color: var(--white-color);
  }

  .navbar-nav .navbar-toggler-icon {
    background: none;
  }

  .navbar-toggler {
    border: 0;
    padding: 0;
    cursor: pointer;
    margin: 0 10px 0 0;
    width: 30px;
    height: 35px;
    outline: none;
  }

  .navbar-toggler:focus {
    outline: none;
  }

  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    background: transparent;
  }

  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before,
  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
    transition: top 300ms 50ms ease, -webkit-transform 300ms 350ms ease;
    transition: top 300ms 50ms ease, transform 300ms 350ms ease;
    transition: top 300ms 50ms ease, transform 300ms 350ms ease, -webkit-transform 300ms 350ms ease;
    top: 0;
  }

  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before {
    transform: rotate(45deg);
  }

  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
    transform: rotate(-45deg);
  }

  .navbar-toggler .navbar-toggler-icon {
    /* background: var(--white-color); */
    background: var(--third-color);
    transition: background 10ms 300ms ease;
    display: block;
    width: 30px;
    height: 2px;
    position: relative;
  }

  .navbar-toggler .navbar-toggler-icon::before,
  .navbar-toggler .navbar-toggler-icon::after {
    transition: top 300ms 350ms ease, -webkit-transform 300ms 50ms ease;
    transition: top 300ms 350ms ease, transform 300ms 50ms ease;
    transition: top 300ms 350ms ease, transform 300ms 50ms ease, -webkit-transform 300ms 50ms ease;
    position: absolute;
    right: 0;
    left: 0;
    /* background: var(--white-color); */
    background: var(--third-color);
    width: 30px;
    height: 2px;
    content: '';
  }

  .navbar-toggler .navbar-toggler-icon::before {
    top: -8px;
  }

  .navbar-toggler .navbar-toggler-icon::after {
    top: 8px;
  }



  /*---------------------------------------
     HERO              
  -----------------------------------------*/

  .hero {
    position: relative;
    padding: 5em 0;
    overflow: hidden;
  }

  .hero-bg {
    background: linear-gradient(170deg, var(--primary-color) 64%, var(--white-color) 30%);
  }

  .hero-image {
    position: relative;
    top: 2em;
  }



  /*---------------------------------------
     PROJECT              
  -----------------------------------------*/

  .project {
    background: var(--project-bg);
  }

  .project-wrapper {
    position: relative;
  }

  .project-wrapper img {
    border-radius: var(--border-radius-small);
  }

  .project-info {
    background: var(--white-color);
    border-radius: var(--border-radius-small);
    position: absolute;
    bottom: 32px;
    right: 32px;
    left: 32px;
    width: 90%;
    padding: 32px;
  }

  .project-info small {
    font-family: Plain-Bold;
    color: var(--gray-color);
    position: relative;
    top: 2px;
  }

  .project-info a {
    color: var(--primary-color);
  }

  .project-info .project-icon {
    background: var(--primary-color);
  }

  .project-icon {
    position: absolute;
    right: 30px;
    top: 40px;
    background: var(--dark-color);
    border-radius: var(--border-radius-large);
    color: var(--white-color);
    font-size: var(--h2-font-size);
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding-left: 5px;
  }

  .owl-theme .owl-dots .owl-dot {
    outline: none;
  }

  .owl-theme .owl-dots .owl-dot span {
    background: var(--gray-color);
    width: 50px;
    height: 3px;
    margin:  35px 5px;
  }

  .owl-theme .owl-dots .owl-dot.active span, 
  .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--secondary-color);
  }

  .list-detail {
    margin-left: 1em;
    padding-left: 1em;
    position: relative;
  }

  .list-detail li {
    display: block;
    list-style: none;
    margin: 0.6em 0 0 0.8em;
  }

  .list-detail li::before {
    content: "";
    width: 0;
    height: 0;
    border-width: 0 16px 16px 0;
    border-color: transparent var(--secondary-color) transparent transparent;
    border-style: solid;
    position: absolute;
    left: 0;
  }

  .list-detail span {
    position: relative;
    bottom: 5px;
  }

  .client-info img {
    width: 100px;
    margin-right: 1em;
  }



  /*---------------------------------------
      ABOUT            
  -----------------------------------------*/

  .about {
    position: relative;
    overflow: hidden;
  }

  .about-image img {
    display: block;
    margin: 0 auto;
  }



  /*---------------------------------------
      BLOG            
  -----------------------------------------*/

  .blog-header {
    border-radius: var(--border-radius-small);
    position: relative;
    overflow: hidden;
  }

  .blog-header img {
    border-radius: var(--border-radius-small);
    display: block;
  }

  .blog-header-info {
    background: linear-gradient(transparent,rgba(0,0,0,0.95));
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 2em;
  }

  .blog-header-info h3 {
    max-width: 80%;
  }

  .blog-header-info a {
    color: var(--white-color);
  }

  .blog-header-info a:hover {
    color: var(--secondary-color);
  }

  .blog-sidebar img {
    border-radius: var(--border-radius-small);
    width: 159px;
    margin-right: 22px;
  }

  .blog-sidebar h3 {
    font-size: 18px;
  }



  /*---------------------------------------
     CONTACT              
  -----------------------------------------*/

  .newsletter-form .form-control,
  .contact-form .form-control {
    box-shadow: none;
    background: var(--project-bg);
    border: 0;
    padding: 1.7em 1.3em;
    margin: 14px 0;
  }

  .newsletter-form button,
  .contact-form #submit-button {
    background: var(--primary-color);
    border-radius: var(--border-radius-large);
    color: var(--white-color);
    cursor: pointer;
    font-size: var(--p-font-size);
    line-height: 0px;
    padding: 1.5em 1.3em;
  }

  .newsletter-form button {
    background: var(--secondary-color);
  }



  /*---------------------------------------
     FOOTER              
  -----------------------------------------*/

  .site-footer {
    background: var(--dark-color);
    padding: 7em 0 6em 0;
  }

  .site-footer a {
    color: var(--p-color);
  }

  .site-footer a:hover,
  .footer-icon {
    color: var(--secondary-color);
  }

  .footer-link li {
    display: inline-block;
    list-style: none;
    margin: 0 10px;
  }

  .copyright-text,
  .footer-link,
  .site-footer .social-icon {
    margin-top: 6em;
  }

  .copyright-text {
    margin-top: 5.3em;
  }



  /*---------------------------------------
     SOCIAL ICON              
  -----------------------------------------*/

  .social-icon {
    position: relative;
    padding: 0;
    margin: 4em 0 0 0;
  }

  .social-icon li {
    display: inline-block;
    list-style: none;
  }

  .social-icon li a {
    text-decoration: none;
    display: inline-block;
    font-size: var(--base-font-size);
    margin: 10px;
    text-align: center;
  }



  /*---------------------------------------
     RESPONSIVE STYLES              
  -----------------------------------------*/

  @media screen and (min-width: 1200px) {

    .about-info h2 {
      max-width: 70%;
    }
  }

  @media screen and (min-width: 991px) {

    .project h2 {
      max-width: 32%;
      margin: 0 auto;
    }
    .menu-icons-big
    {
      display: block;
    }
    .menu-icons-small
    {
      display: none;
    }
  }

  @media screen and (max-width: 991px) {

    .hero {
      padding-top: 14em;
    }

    .hero-text {
      bottom: 2em;
    }

    .navbar {
      padding: 1em;
    }

    .navbar-collapse {
      /* text-align: center; */
      padding: 2.5em 0;
    }

    .nav-link {
      display: inline-block;
    }

    .navbar-expand-lg .navbar-nav .nav-link.contact {
      margin: 1em 0;
    }

    .copyright-text, 
    .footer-link, 
    .site-footer .social-icon {
      margin-top: 3em;
      padding: 0;
      text-align: left;
    }
    .small-device-text
    {
      color:#000000;
    }
    .navbar-collapse {
      /* text-align: center; */
      padding: 0px;
      text-align: left;
      line-height: 15px;
      /* background-color: #fff; */
       background-color: #000000;
    }
    .menu-icons-big
    {
      display: none;
    }
    .menu-icons-small
    {
      display: block;
    }
  }

  @media screen and (max-width: 767px) {

    h1 {
      font-size: 36px;
    }

    h2 {
      font-size: 28px;
    }

    h3 {
      font-size: 22px;
    }

    .project-info {
      right: 0;
      left: 0;
      margin: 0 auto;
    }

    .footer-link, 
    .site-footer .social-icon {
      margin-top: 1em;
    }

    .copyright-text {
      margin: 2.5em 0 1em 0;
    }

    .footer-link li {
      margin-left: 0;
    }
    .small-device-text
    {
      color:#000000;
    }
    
    .title-bar-icon
    {
      font-size: 15px !important;
    }
    .title-bar-text
    {
      font-weight: 400 !important;
      font-size: 13px !important;
    }
    .header-follow-us
    {
      display: none !important;
    }
    .title-follow-us
    { 
      display: inline-block !important;
      
    }
  }
  @media screen and (max-width: 520px) {
    .small-device-text
    {
      color:#000000;
    }
    .line-height-0
    {
      line-height: 0 !important;
    }
    .line-height-1
    {
      line-height: 1.4 !important;
    }
  }

  /*--------------- Place order ------------ STARTS ---------*/
.side-panel {
  /* background-color: #f3f3f3; */
  background-color: #e6f1fc;
  height: auto;
  width: 100%;
  padding: 0;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  overflow: hidden;
  /* border: 1px solid #ccc; */
  border: 1px solid #e6f1fc;
}
.menu-content{
padding-top:24px;
}

.side-panel h6 {
  margin: 0;
  font-weight: normal;
  padding: 12px 30px 5px 25px;
  width: 100%;
  height: 40px;
  background: #d9d9d9;
  font-size: 16px !important;
}

.side-panel h6:after {
  font-family: 'FontAwesome';
}
.toggle-main-title:after{
display: block;
position: absolute;
top: 15px;
right: 25px;
font-size: 14px;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
color: #ff0008;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: "\f078";
}

.side-panel .sd-panel-heading2 {
  padding: 0 25px 0px 25px;
  position: relative;
}

.cart-name{
color:#ff0008;
font-size:20px;
font-weight:bold;
}
.phonecart a{
color: #000000 !important;
cursor: pointer;
}
.phonecart a h4{
font-size:18px;
font-weight:bold;
}
.phonecart a h4:hover{
color:#ff0008;
}
.nav-tabs{
    border-bottom: 3px solid #ff0008;
}

.side-panel .sd-panel-heading2 h5:after {
  display: block;
  position: absolute;
  top: 25px;
  right: 27px;
  font-size: 14px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  color: #ff0008;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f078";
}

.side-panel .sd-panel-heading2 h5.active:after {
  content: "\f077";
  color: #ff0008;
}

.side-panel .sd-panel-heading2 .checkout {
  margin: 0 0 20px 0;
  padding: 0;
  text-align: center;
}

.side-panel .sd-panel-heading2 ul {
  margin: 0;
  padding: 0;
}

.side-panel .sd-panel-heading2 ul li {
  width: 100%;
  height: auto;
  padding: 7px 0;
  /* border-top: 1px solid #ccc; */
  border-top: 1px solid #6188af;
  position: relative;
  line-height: 5px;
  color: #323430;
  font-size:13px;
}
.side-panel .sd-panel-heading2 ul li:first-child { border-top:0 !important; }
.side-panel .sd-panel-heading2 ul li p .icon-link .fa {
  margin-left: 22px;
  color: #ff0008;
  cursor: pointer;
}

.side-panel .sd-panel-heading2 ul li p .icon-link {
  float:right;
}

.side-panel .sd-panel-heading2 ul li .price { color: #ff0008; }

.side-panel .sd-panel-heading2 ul li .price-total {
  color: #ff0008;
  font-weight: bold;
  float:right;
}

input.txt-fld {
    height: 30px;
    width: 80px;
    padding: 5px 10px;
    border-radius: 6px;
    border: 1px solid #ccc;
}

p.error, i.error, h3.error, h4.error, b.error {
    color: #ff0008;
}

.all-menu-details textarea.error { border:red 1px solid !important; }
.pickupbtn > button.btn-default2 { border:1px solid #999; width: 100px; margin-bottom:8px; }
.pickupbtn > button.btn-default2:hover { background:#be2c41; color:#fff; border:red 1px solid; }
.pickupbtn > button:disabled,
.pickupbtn > button[disabled]{ opacity: 0.65; background:#be2c41; color:#fff; border:red 1px solid; cursor:not-allowed; }

.btn:hover, .btn:focus { text-decoration: none; }
.btn:focus { outline: 0; }
.btn:active, .btn.active { outline: 0; }
input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
  width: 100%;
}

/*--------------- Place order ------------ ENDS ---------*/

.modal-header {
  padding:9px 15px;
  background-color: var(--fifth-color);
   color:var(--white-color);
}

.checkout-bottom {
  position: fixed;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
  /* width: 45px;
  height: 45px; */
  padding: 10px;
  border-radius: 35px;
  background: var(--third-color);
  border: 1px solid var(--secondary-color);
  display: none;
  outline: none;
  z-index: 2;
  text-align: center;
  line-height: 38px;
  color: #fff;
  text-decoration: none;
}

.checkout-bottom:hover {
  background: var(--secondary-color);
  border: 1px solid var(--primary-color);
  color:var(--white-color)
}
.thumbnail-bg
{
  padding: 3px;
}
.div_content_info {
  position: relative;
  /* width: 30%; */
  padding: 0em 1.5em;
  margin: 0.1em auto;
  color: #fff;
  background: #f4e434;
  overflow: hidden;
}

.div_content_info:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-width: 0 16px 16px 0;
  border-style: solid;
  border-color: #fff #fff #658E15 #658E15;
  background: #8c8e15;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
  box-shadow: 0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
  /* Firefox 3.0 damage limitation */
  display: block; width: 0;
}

.div_content_info.rounded {
  -moz-border-radius: 5px 0 5px 5px;
  border-radius: 5px 0 5px 5px;
}

.div_content_info.rounded:before {
  border-width: 8px;
  border-color: #fff #fff transparent transparent;
  -moz-border-radius: 0 0 0 5px;
  border-radius: 0 0 0 5px;
}

.div_content_reg {
  position: relative;
  /* width: 30%; */
  padding: 0em 1.5em;
  margin: 2em auto;
  color: #fff;
  background: #ffffff;
  overflow: hidden;
}

.div_content_reg:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-width: 0 16px 16px 0;
  border-style: solid;
  border-color: #fff #fff #658E15 #658E15;
  background: #8c8e15;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
  box-shadow: 0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
  /* Firefox 3.0 damage limitation */
  display: block; width: 0;
}

.div_content_reg.rounded {
  -moz-border-radius: 5px 0 5px 5px;
  border-radius: 5px 0 5px 5px;
}

.div_content_reg.rounded:before {
  border-width: 8px;
  border-color: #fff #fff transparent transparent;
  -moz-border-radius: 0 0 0 5px;
  border-radius: 0 0 0 5px;
}

/* .radio-button {
  margin-left: 15px;
  margin-top: 1px;
} */
/* .radio-button input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
} */
.radio-button label {
  display: inline-block;
  padding: 7px 6px;
  font-family: sans-serif, Arial;
  font-size: 12px;
  font-weight: 600;
  border-radius: 9px;
  cursor: pointer;
  margin-bottom:0px;
}
/* .radio-button label:hover {
  background-color: #b5eaa3;
} */
/* .radio-button input[type="radio"]:checked + label {
  background-color: #447733;
  border-color: #447733;
  color: #fff;
} */

.checkbox-button input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
}
.checkbox-button label {
  display: inline-block;
  padding: 7px 6px;
  font-family: sans-serif, Arial;
  font-size: 14px;
  cursor: pointer;
}

.radio-button-underline {
  margin-left: 15px;
  margin-top: 1px;
}
.radio-button-underline input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
}
.radio-button-underline label {
  display: inline-block;
  padding: 7px 6px;
  font-family: sans-serif, Arial;
  font-size: 14px;
  cursor: pointer;
  
}
.radio-button-underline input[type="radio"]:checked + label {
  text-decoration: underline;
}
.numberCircle {
  display: inline-block;
  line-height: 0px;
  border-radius: 50%;
  font-size: 20px;
  background-color: #fff;    
  width: 135px;
  height: 136px;
}

.numberCircle span {
  display: inline-block;
  padding-top: 50%;
  padding-bottom: 50%;
  margin-left: 8px;
  margin-right: 8px;
}
.card-bg-color
{
  background-color: #a67230
}
.cart-style
{
  color:var(--third-color);
}
.pricing-header {
  max-width: 700px;
}

.card-deck .card {
  min-width: 220px;
}
.pricing-card-title
{
  font-size: 1rem;
}
.display-4
{
  font-size: 1.2rem;
}
.pricing-card-highlight
{
  font-size: 1.2rem;
  color: #b55404;
  padding-left: 10px;
}
.category-style
{
  font-size: 1.3rem;
  text-shadow: 1px 2px 0px rgb(120, 55, 2);
}
.category-head-style
{
  font-size: 1.7rem;
  text-shadow: 1px 2px 0px rgb(120, 55, 2);
}
.body-bg {
  /* The image used */
  background-image: url(../Images/body-bg.jpg);

  /* Half height */
  height: 50%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* .container-bg
{
  background-color: #faf7f7;
} */

.copyright-text-white
{
  color:#fff;
  font-size: 1.2rem;
  font-style: italic;
  text-decoration:underline;
}
.text-header-phone
{
  color:#007406;
  padding-right: 30px;
}

/* .home {
  width: 100%;
  height: 100vh;
  background-image: url(https://images.unsplash.com/photo-1498550744921-75f79806b8a7?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=b0f6908fa5e81286213c7211276e6b3d&auto=format&fit=crop&w=1500&q=80);
  background-position: center top;
  background-size:cover;
} */

.home {
  width: 100%;
  height: 100vh;
  background-image: url("../Images/Shopping/img4.jpg");
  background-position: center top;
  background-size:cover;
}

.nav {
  width: 100%;
  height: 65px;
  position: fixed;
  /* line-height: 65px; */
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.margin-top-30
{
  margin-top: 30px;
}


.affix {
  padding: 0;
  background-color: #ffffff;
}


/* Services Section
--------------------------------*/
#services {
  padding: 10px 0 40px 0;
}

#services .box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
  text-align: center;
  height: 100%;
}

#services .box:hover {
  transform: scale(1.1);
}

#services .icon {
  margin: 0 auto 15px auto;
  padding-top: 12px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

#services .icon i {
  font-size: 36px;
  line-height: 0;
}

#services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

#services .title a {
  color: #111;
}

#services .box:hover .title a {
  color: #1bb1dc;
}

#services .description {
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 0;
  text-align: left;
}
.categories li {
  display: block;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f8f9fa;
}
.categories li a span {
  position: absolute;
  right: 0;
  font-size: 12px;
  color: #ccc;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.categories li a {
  color: #000000;
  display: block;
  position: relative;
}
.menu-icons .btn-custom-search {
  font-size: 16px;
  color: #000000;
  margin-right: 20px;
}

/*Cart*/
.cart-badge {
  padding-left: 9px;
  padding-right: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}

.label-warning[href],
.cart-badge-warning[href] {
  background-color: #c67605;
}
#spn_cart_number {
    font-size: 12px;
    background: #000000;
    color: #fff;
    padding: 0 5px;
    vertical-align: top;
    margin-left: -7px; 
}
#owl-demo .item img{
  display: block;
  width: 100%;
  height: auto;
}
.home1 {
  width: 100%;
  height: 100vh;
  background-image: url("../Images/Shopping/img4.jpg");
  background-position: center top;
  background-size:cover;
}

.home2 {
  width: 100%;
  height: 100vh;
  background-image: url("../Images/Shopping/img5.jpg");
  background-position: center top;
  background-size:cover;
}

.home3 {
  width: 100%;
  height: 100vh;
  background-image: url("../Images/Shopping/img6.jpg");
  background-position: center top;
  background-size:cover;
}

/*New Slider -starts*/

.d-table {width: 100%;height: 100vh;display: table;}
.d-tablecell {display: table-cell;vertical-align: middle;}
.custom-btn1 {background-color: #ff3547;color: #fff;border: 1px solid #ff3547;display: inline-block;padding: 12px 30px;text-transform: uppercase;border-radius: 30px;text-decoration: none;}
.custom-btn1:hover {background-color: transparent;text-decoration: none;color: #fff;}

.custom-btn2 {background-color: #ff3547;color: #fff;border: 1px solid #ff3547;display: inline-block;padding: 8px 20px;text-transform: uppercase;border-radius: 10px;text-decoration: none;}
.custom-btn2:hover {background-color: transparent;text-decoration: none;color: #ff3547;}

.custom-btn3 {background-color: transparent;color: #ff3547;border: 1px solid #ff3547;display: inline-block;padding: 2px 2px;text-transform: uppercase;border-radius: 8px;text-decoration: none;}
.custom-btn3:hover {background-color: #ff3547;text-decoration: none;color: #fff;}

.custom-btn4 {background-color: transparent;color: #ff3547;border: none;display: inline-block;padding: 2px 2px;text-transform: uppercase;text-decoration: none;}
/*
Hero slider style
==========================*/
.hero-slider {position: relative;}
.single-hs-item {width: 100%;height: 100vh;background-size: cover;background-position: center top;position: relative;}
.single-hs-item:before {content: '';position: absolute;width: 100%;height: 100vh;left: 0;top: 0;background-color: #000;opacity: .1;}
.item-bg1 {
background-image: url(../Images/Shopping/img4.jpg);
}
.item-bg2 {
background-image: url(../Images/Shopping/img5.jpg);
}
.item-bg3 {
background-image: url(../Images/Shopping/img6.jpg);
}
.hero-text {padding: 0 15px;text-align: center;max-width: 1140px;margin-left: auto;margin-right: auto;position: relative;}
.hero-text h1 {color: #fff;font-size: 50px;text-transform: capitalize;font-weight: 600;margin: 0;}
.hero-text p {color: #fff;font-size: 17px;max-width: 600px;margin-left: auto;margin-right: auto;line-height: 30px;margin-top: 20px;margin-bottom: 35px;}
.hero-slider .owl-item.active h1 {-animation: 1s .3s fadeInUp both;}
.hero-slider .owl-item.active p {-webkit-animation: 1s .3s fadeInUp both;animation: 1s .3s fadeInUp both;}
.hero-slider .owl-item.active .slider-btn {-webkit-animation: 1s .3s fadeInUp both;animation: 1s .3s fadeInUp both;}
.owl-carousel .owl-nav button.owl-prev {background-color: #ff3547;position: absolute;left: 0;top: 50%;
color: #fff;font-size: 30px;margin: -40px 0 0;border-radius: 0;height: 50px;width: 50px;}
.owl-carousel .owl-nav button.owl-next {background-color: #ff3547;position: absolute;right: 0;top: 50%;color: #fff;font-size: 30px;margin: -40px 0 0;border-radius: 0;height: 50px;width: 50px;
}
.owl-theme .owl-nav {margin-top: 0;}
.owl-dots {position: absolute;left: 0;right: 0; bottom: 20px;}
.owl-theme .owl-dots .owl-dot span {width: 11px;height: 20px;}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {background: #ff3547;}

@media only screen and (max-width: 600px) {
    .single-hs-item {
      height: 100vh;
    }
    .hero-text h1 {
        font-size: 30px;
    }
    .hero-text p {
        font-size: 15px;
        margin-bottom: 25px;
    }
    .owl-carousel .owl-nav button.owl-next {
        top: auto;
        margin: 0;
        bottom: 0px;
    }
    .owl-carousel .owl-nav button.owl-prev {
        top: auto;
        margin: 0;
        bottom: 0px;
    }
    .owl-dots {
        bottom: 10px;
        left: 50px;
        right: 50px;
    }
}

/*new slider- ends */
.title-bar
{
  background-color: #013d53;
  height: 30px;
  color: #fff;
  font-weight: 600;
}
.title-bar-icon
{
  font-size: 20px;
}
.title-bar-text
{
  color: #fff;
  font-weight: 600;
  font-size: 17px;
}
.header-follow-us
{
  float:left;
  display: block;
}
.title-follow-us
{
  display: none;
  white-space: nowrap;
  padding-left:20px
}
.border {
  border: 1px solid #eed3d3!important;
}
.line-height-0
{
  line-height: 1.5;
}
.line-height-1
{
  line-height: 1.5;
}
