<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css?family=Bitter:400,400i,700');
   body {
        font-family: "Bitter", serif !important;
        color: #bcbcbc;
        font-size: 14px;
        line-height: 1.5;
        padding-top: 0;
    }
a {
    color: #e70b1a;
}

::-webkit-input-placeholder { 
  color: #bcbcbc;
}
::-moz-placeholder { 
  color: #bcbcbc;
   opacity:1;
}
:-ms-input-placeholder {
  color: #bcbcbc;
}
:-moz-placeholder {
  color: #bcbcbc;
   opacity:1;
}
/* MOBILE MENU PLACE-HOLDER*/
#navBar input[type="search"]::-webkit-input-placeholder { 
  color: #fff;
}
#navBar input[type="search"]::-moz-placeholder { 
  color: #fff;
  opacity:1;
}
#navBar input[type="search"]:-ms-input-placeholder {
  color:#fff;
}
#navBar input[type="search"]:-moz-placeholder {
  color: #fff;
   opacity:1;
}
.slideshow-container a {
    background-color: rgba(231, 11, 26,0.3);
}
.slideshow-container a:hover, .slideshow-container a:focus {
    color: #fff;
    text-decoration: none;
	background-color: rgb(231, 11, 26);
}
  /*------------ top-header ---------*/
  .top-header-content {
    color: #fff;
    background: #464646;
    padding:10px 15px;
    text-align: right;
  }
  .top-header-content ul {
    margin: 0;
    padding: 0; 
  }
  .top-header-content li {
    display: inline-block;
    padding: 0;
    font-size: 14px;
    margin: 0 0 0 15px;
  }
  .top-header-content li a {
    color: #fff;
  }
  .top-header-content li span {
    margin-right: 5px;
    color: #fff;
    font-size: 16px;
    position: relative;
    top: 2px;
  }
  /*------ header section ----------*/
  .header-section .site-header .header-logo {
    margin: 5px 0 5px;
	overflow: hidden;
}
.header-logo .lazyload__image-wrapper &gt; div {
    padding: 0 !important;
}
  .template-index .wrapper {
    max-width: 100%;
    width: 100%;
    margin: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .header-section .site-header {
    background-color: transparent;
    padding: 0;
  }
  @media only screen and (min-width:769px){
    .header-logo .lazyload__image-wrapper {
      margin-left: -25px;
    } 
  }
  /*------- start navbar section ----------*/
  .template-index .nav-bar .site-nav {
    padding: 0px 22px;
    text-align: right;
  }
  .nav-bar .site-nav {
    padding: 0;
    text-align: right;
  }
  .site-nav &gt; li {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-family: "Bitter", serif;
  }
  .nav-bar .site-nav a {
    padding: 20px 15px;
    color: #444242;
    font-weight: 600;
    font-size: 14px;
  }
  .nav-bar .site-nav a:hover {
    color: #e70b1a;
}
  .top-header-content a {
    color: #fff;
    text-decoration: none;
  }
  .top-header-content a:hover {
    color: #fff;
  }
  #navBar a {
    text-decoration: none; 
  }
  .nav-bar li.site-nav--active a, #navBar a:hover,#navBar a:focus, .mobile-nav--active a, .mobile-nav--active a:hover {
    color: #e70b1a;
}
 .mobile-nav--active a, .mobile-nav--active a:hover{
	 font-weight:700;
 }
@media only screen and (max-width:769px){
.mobile-nav {
    border-top: 1px solid #fff;
	padding: 15px 0;
}
.nav-bar .search-bar {
    margin: 15px;
}
  }
  /*---------- slider section -----------*/
  #abcgrouptt #heroSlider--slideshow .lazyload__image-wrapper {
    max-width: 100% !important;
    width: 100%;
    height: auto;
  }
  #abcgrouptt #heroSlider--slideshow .flex-control-paging li a.flex-active {
    border: none;
    background-color: #000;
  }
  #abcgrouptt #heroSlider--slideshow .flex-control-paging li a.flex-active {
    border: none;
    background-color: #000;
  }
  #abcgrouptt #heroSlider--slideshow .flex-control-paging li a {
    background-color: rgba(0, 0, 0, 0.5);
  }
  #abcgrouptt .main-content {
    padding: 0;
  } 
  hr {
    display: none !important;
  }
  .flexslider:hover .flex-next {
    right: 20px;
  }
  .flexslider:hover .flex-prev {
    left: 20px;
}
.template-index .main-content {
    padding-top: 0;
}
.flexslider .slides&gt;li .lazyload__image-wrapper {
    max-width: 100% !important;
}
  /*---------- logo section ------------*/
  .logo-section ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
  }
  .logo-section ul .brand-img {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #999;
    line-height: 0;
  }
  .logo-section ul .brand-img img {
    position: relative;
    width: 100%; 
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
 }
  @media only screen and (min-width:768px){
    .logo-section ul {
        display: table;
        table-layout: fixed;
        width: 100%;
        border-spacing: 10px;
    }   
    .logo-section ul .brand-img {
        display: table-cell;
		overflow:hidden;
    }
	.logo-section ul .brand-img:hover img { 
		transform: scale(0.95);
		-webkit-transform: scale(0.95);
		-moz-transform: scale(0.95);
		-ms-transform: scale(0.95);
	}
  }
  @media only screen and (max-width:767px){
    .logo-section ul .brand-img {
        width: 100%;
        max-width: 250px;
        height: 250px;
        margin: 10px;
    }
    .logo-section ul .brand-img img {
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }
  }
   @media only screen and (max-width:560px){
	    .logo-section ul .brand-img {
        max-width: 150px;
        height: 150px;
    }
   }
  #shopify-section-1547895978877 .custom__item, #shopify-section-1547898282388 .custom__item {
    margin-bottom: 0;
  }
  /*--------------- welcome section ---------------------*/
  .shopify-section .rich-text {
    background: #343434 url('/cdn/shop/files/welcome-section.jpg?9629527960595106841') repeat;
    padding: 65px 50px 35px;
    text-align: center;
  }
  .shopify-section .rich-text__heading p {
    color: #e70b1a !important;
    font-size: 50px;
    font-family: "Bitter", serif;
	margin-top: 0;
  }
  .rich-text p {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 25px;
    color: #fff;
    font-family: "Times New Roman", Times, Georgia, serif;
    padding: 10px;
  }
  /*----------- image section ---------------*/
  .abc-container ul {
    margin: 0;
  }
  @media only screen and (min-width:768px){
	.abc-container ul {
    padding:0 30px;
  }
}
  .abc-container li {
    display: inline;
    position: relative;
  }
  .first-row-banner img {
    border-radius: 30px;
    position: relative;
    opacity: 0.5;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    max-width: 100%;
  }
  .first-row-banner img:hover {
    opacity: 0.8;
  }
  .abc-container .first-row {
    width: 50%;
    float: left;
    padding: 20px;
    position: relative;
    margin-top: 10px;
  }
  .abc-container .banner-block-1 {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    text-align: center;
    width: 100%;
    max-width: 500px;
    right: 0;
    margin: auto;
    transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
  }
  .banner-title {
    font-size: 50px;
    text-transform: capitalize;
    font-weight: 400;
    font-family: "Bitter", serif;
    text-align: center;
    margin-top: 80px;
    line-height: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .first-row-banner {
    position: relative;
  }
  .banner-title a, .banner-title a:hover,.banner-title a:focus {
    color: #e70b1a;
	text-decoration:none;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
  }
  .abc-container .first-row-banner:hover h4 {
    text-shadow: 3px 3px 3px #333;
  }
  .search-icon a{
    position: absolute;
    right: 15px;
    bottom: 20px;
    background: #f00;
    padding: 22px 32px;
    border-radius: 20px;
    font-size: 28px;
  }
  .search-icon span {
    color: #fff;
  }
  .template-index .main-content {
    padding-bottom: 0;
}
  /*-------------- footer section ------------*/
  .footer-section .wrapper {
    max-width: 1200px;
    margin: auto;
    width: 100%; 
	padding:0 15px;
  }
  .site-footer {
    background: url('/cdn/shop/files/welcome-section.jpg') repeat;

	background-color:#343434;
  }
  .footer-common {
    max-width: 33.33%;
    margin: auto;
    float: left;
    width: 100%;
    text-align: center;
  }
  .footer-common h3 {
    font-family: "Bitter", serif;
    color: #e70b1a;
    font-size: 24px;
    display: block;
    padding: 0 0 20px;
    margin: 0;
    font-weight: 300;
    text-transform: uppercase;
  }
  .footer-common .one-quarter {
    width: 100%;
    text-align: left;
  }
  .footer-common a {
    color: #a4a4a4;
    text-transform: uppercase;
    font-family: "Times New Roman", Times, Georgia, serif;
  }
  .footer-common a:hover {
    text-decoration: none;
    color: #fff;
  }
  .copyrite-section {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857;
    font-family: "Times New Roman", Times, Georgia, serif;
    margin-top: 20px;
    color: #a4a4a4;
    padding: 0 30px;
    text-align: left;
  }
  .social-icons li a {
    line-height: 90px;
    color: #656367;
    font-size: 48px;
    background: #fff;
    padding: 20px 30px;
    border-radius: 20px;
  }
  .social-icons li a:hover {
    background: #f00;
    color: #fff;
  }
  .footer-common .social-icons  li {
    margin-top: 12px;
	margin-right:0;
  }
 .footer-section .grid-item {
    padding: 0;
}
.logo-box.footer-common img {
    max-width: 165px;
    height: auto;
}
  @media only screen and (min-width:481px){
 .footer-common .social-icons {
    text-align: right !important; 
  }
  .site-footer .footer-common {
    max-width: 33.33%; 
  }
  }
    @media only screen and (max-width:480px){
	.site-footer .footer-common {
    max-width: 50%; 
  }
  .footer-section .wrapper .footer-common:nth-child(1) {
    width: 100%;
    max-width: 100%;
}
.inline-list.social-icons {
    text-align: center;
}
	}
  /*--------- inner page ------------*/
  .wrapper {
    max-width: 1200px;
    width: 100%;
    margin: auto;
  }
  .inner-page-section {
    left: 0;
    width: 100%;
  }
  .slideshow-container {
    max-width: 100% !important;
  }
  .inner-page-content {
    color: #666;
    font-family: "Bitter", serif;
    font-size: 16px;
    text-align: justify;
  }
  .inner-page-title {
    font-size: 40px;
    font-family: "Bitter", serif;
    font-weight: 300;
    color: #4b4f53 !important;
  }
  .template-page .breadcrumb {
    margin-bottom: 20px;
    margin-top: 0;
    height: auto; 
    background-color: transparent;
  }
  .breadcrumb a, .breadcrumb span, .breadcrumb .divider {
    padding: 5px 7px 5px 0; 
}
  .breadcrumb span {
    color: #333;
    font-family: "Bitter", serif;
    font-size: 14px;
  }
  .breadcrumb a {
    color: #bcbcbc;
    font-size: 14px;
  }
  .breadcrumb a:hover {
    color: #f00;
    text-decoration: none;
  }
  .inner-page-content .contact-no {
    color: #666;
    text-decoration: underline;
  }
  /*------contact us-------*/
  #contact-us .grid-item {
    left: 0;
    width: 100%;
  }
  .contact-tittle h2 {
    font-size: 40px;
    font-family: "Bitter", serif;
    color: #4b4f53;
    font-weight: 300;
    text-transform: capitalize;
  }
  .contact-left-section h3, .legend {
    color: #333;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding-bottom: 7px;
    border-bottom: 1px solid #ededed;
  }
  .contact-left-section span {
    display: block;
    font-weight: 600;
  }
  .contact-left-section i {
    font-size: 24px;
    line-height: 26px;
    color:#ce313c;
    margin: 0 10px 10px 0;
    width: 30px;
  }
  .contact-right-section .field {
    width: 33.33%;
    float: left; 
  }
  @media only screen and (min-width:768px){
  .contact-right-section .form-list .fields {
    margin: 0 -5px;
}
  .contact-right-section .form-list .fields .field {
    padding: 0 5px;
   }
  }
  .contact-right-section .required {
    text-align: right;
    color: #e70b1a;
  }
  .contact-right-section input[type="text"], .contact-right-section input[type="search"], 
  .contact-right-section input[type="email"], .contact-right-section input[type="number"],
  .contact-right-section input[type="tel"] {
    width: 100%;
    background: #fff;
    border: 1px solid silver;
  }
  .contact-right-section textarea {
    background: #fff;
    border: 1px solid silver;
    max-width: 100%;
    width: 100%;
    height: 130px;
  }
  .contact-right-section .buttons-set {
        text-align: right;
		    margin: 30px 0 50px;
  }
  .contact-right-section .btn {
    background: #e70b1a;
    border-radius: 20px;
    border: none;
    line-height: 19px;
    padding: 7px 15px;
    font-family: "Bitter",serif;
    font-size: 13px;
    min-width: 140px;
  }
  .contact-right-section .btn:hover {
    background: #cf5050;
    color: #fff;
  }
  .contact-info, .comment-box {
    font-size: 12px;
    color: #bcbcbc;
  }
  .contact-left-section li {
    color: #bcbcbc;
    font-size: 14px;
    font-family: "Bitter", serif;
  }
  #contact-us .main-content {
    padding-bottom: 0;
  }
  /*-------- mobile view -------------*/
  @media only screen and (max-width: 767px) {
    #abcgrouptt {
      padding-top: 0;
    }
    .header-logo .lazyload__image-wrapper {
      margin: auto;
    }
    .top-header-content {
      text-align: center;
    }
    .shopify-section .rich-text {
      padding: 50px 0;
    }
    .shopify-section .rich-text__heading p {
      line-height: 48px;
    }
    .abc-container .first-row {
      width: 100%;
    }
    .banner-title {
      font-size: 10vw;
      padding: 0;
    }
    .search-icon a { 
      padding: 15px 20px;
	  font-size: 18px;
    }
    .footer-common {
      max-width: 100%;
      margin-bottom: 15px;
    }
    .logo-box img {
      float: left;
    }
/*     .inline-list.social-icons {
      text-align: left;
    } */
    .contact-right-section .field {
      float: none;
      width: 100%;
    }
    .contact-right-section input[type="text"], .contact-right-section input[type="search"], .contact-right-section input[type="email"], .contact-right-section input[type="number"], .contact-right-section input[type="tel"] {
      width: 100%;
    }
    .mobile-menu-list .mobile-nav {
      background-color: #464646 !important;
      border-top: none;
    }
    .mobile-menu-list .wrapper {
      padding: 0;
    }
    #MobileNav li {
      border: none;
    }
    .site-header.site-header--hidden {
      display: block !important;
    }
    .template-index .wrapper {
      max-width: 100%;
      width: 100%;
      margin: auto;
      padding-left: 0;
      padding-right: 0;
    }
    .mobile-menu-list a {
      color: #fff;
    }
	.footer-section .wrapper{
		padding:0 15px !important;
	}
  }
  /*-------- tablet view ----------*/
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    /*-----------logo section-------*/
    /*----------mobile menu------------*/
    .abc-container .first-row {
      width: 100%;
    }
    #contact_form {
      padding-top: 0;
    }
    #navBar .mobile-nav {
      background-color: #464646 !important;
    }
    /*#navBar .wrapper {
      padding: 0;
    }*/
    #MobileNav li {
      border: none;
    }
    .site-header.site-header--hidden {
      display: block !important;
    }
    .show-nav #mobileNavBar {
      position: relative;
    }
  }

  /* :: HEADER DESKTOP
   =======================*/
.header-logo .header-logo__image img {
    width: 100% !important;
}
.header-logo .header-logo__image &gt; div {
    padding: 0 !important;
}
.header-logo .header-logo__image img {
    width: 160px !important;
    position: relative;
}
   
   .top-header-container, .top-header-content .top-header-left-content{
    width: 100%;
    max-width: 1200px;
    margin: auto;
   }
   .header-section {
       box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.3);
       -webkit-box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.3);
       -moz-box-shadow:  0 8px 30px 0 rgba(0, 0, 0, 0.3);
   }
   .header-logo {
    margin: 5px 0;
  }
  .top-header-content .fa-facebook {
    width: 24px;
    background-color: #fff;
    height: 24px;
    text-align: center;
    border-radius: 5px;
    padding: 5px;
    color: #656367;
	margin-right: 0;
}
.top-header-content a:hover .fa-facebook {
    background-color: #f00;
    color: #fff; 
}

  @media only screen and (min-width: 769px) {
    .header-section {
      width: 100%;
      display: block; 
      clear: both;
      text-align: right;
      position: relative;
      z-index: 9;
      background-color: #fff;
    }
    .header-section .top-header-content {
      float: left;
      width: 100%;
	  padding: 10px 30px
    }
    .header-section .site-header {
      width: 30%;
      display: inline-block;
      vertical-align: middle;
    }
    .header-section .site-header .grid--full &gt; .grid-item {
      display: block !important;
      width: 100%;
    }
    .header-section .nav-bar {
      width: 69%;
      display: inline-block;
      vertical-align: middle;
      background-color: transparent;
    }
    .header-section .nav-bar .site-nav {
      padding: 0;
      margin: 0;
      text-align: right;
    }
    .header-section .nav-bar .site-nav .site-nav &gt; li {
      border: none;
    }
    .header-section .nav-bar .site-nav .site-nav &gt; li a {
      padding: 15px; 
      color: #7d7d7d;
    }
	.nav-bar .site-nav li:last-child a {
    padding-right: 0;
}
  }
    /* :: HEADER MOBILE
   =======================*/
  @media only screen and (max-width: 768px) {
    .nav-bar{
        background-color: #464646;
    }
    #mobileNavBar{
        position: relative;
        background-color: #464646;
    }
    .show-nav #mobileNavBar{
        position: fixed;
    }
  }

    /* :: INNER PAGES
   =======================*/
.flex-control-nav li {
    margin: 0;
}
   span.dot, .flex-control-paging li a {
    background-color: rgba(0,0,0,0.5);
    width: 11px;
    height: 11px;
    margin: 0 5px;
    border: none;
  }
  span.dot.active, .flex-control-paging li a.flex-active{
    background-color: rgba(0,0,0,0.9);
  }
   .slideshow-container + br {
    display: none;
   }
   h1, .h1, #shopify-product-reviews .spr-header-title, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6{
    font-family: "Bitter", serif;
   }
  h1, h2{
    font-size: 40px;
    font-weight: 300;
    color: #4b4f53;
    padding-bottom: 3px;
    margin-bottom: 30px;
    text-transform: none;
    text-transform: capitalize;
    font-style: normal;
    line-height: 1.2;
}
.inner-page-title{
    margin-bottom: 30px;
    margin-top: 0 !important;
}
.conatct-tittle h2 {
  margin: 0;
  margin-bottom: 1.5em;
  color: #2b292d;
  font-family: "Bitter",serif;
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.2;
  text-transform: uppercase;
} 
/* :: Contact Us PAGE
=======================*/
#contact-us .container-fluid {
    padding: 0;
}
.container {
    width: 100%;
    max-width: 1200px;
}
#contact-us .container-fluid .container &gt; .col-xs-12 {
    padding: 0;
}</pre></body></html>