@font-face {
    font-family: 'rupee_foradianregular';
    src: url('../fonts/rupee_foradian-webfont.eot');
    src: url('../fonts/rupee_foradian-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/rupee_foradian-webfont.woff') format('woff'),
         url('../fonts/rupee_foradian-webfont.ttf') format('truetype'),
         url('../fonts/rupee_foradian-webfont.svg#rupee_foradianregular') format('svg'); 
    font-weight: normal;
    font-style: normal;
} 



@font-face {
    font-family: 'century_gothicregular';
    src: url('../fonts/centurygothic-webfont.woff2') format('woff2'),
         url('../fonts/centurygothic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


/*--------------------------------------------------------------
#  Bashtra Style
--------------------------------------------------------------*/
/* Fonts */
:root {
  --font-default: "century_gothicregular";
  --font-primary: "century_gothicregular";
  --font-secondary: "century_gothicregular";
}

/* Colors */
:root {
  --color-default: #252525;
  --color-primary: #008374;
  --color-secondary: #f85a40;
  --color-third: #fff;
  --color-heading: #474747;
  --color-headingsub: #0b8582;
}

/* Smooth scroll behavior */
:root {
  scroll-behavior: smooth;
}

.rupee {font-family: 'rupee_foradianregular';}
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body.theme-default .hc-offcanvas-nav .nav-back a {
  background: #2f649a00; color:#fff;}
  
  
  body.theme-default .hc-offcanvas-nav .nav-back a {
  background: #2f649a00 !important; text-align:right; padding-right:30px !important;}
  
  body.theme-default .hc-offcanvas-nav .nav-back a span{ display:block !important; color:#000;
  }


.new-tag { position: absolute;
  left: 9px;
  top: 9px;
  background: #745a47;
  color: #fff;
  padding: 1px 5px;
  font-size: 13px;}
  
  
  
  .bestseller-tag { position: absolute;
  left: 9px;
  top: 35px;
  background: #000;
  color: #fff;
  padding: 1px 5px;
  font-size: 13px;}
  
  
  
    .out-of-tag { position: absolute;
  left: 9px;
  top: 60px;
  background: #c15757;
  color: #fff;
  padding: 1px 5px;
  font-size: 13px;}
  
  
     .sell-tag { position: absolute;
  left: 9px;
  top: 90px;
  background: #fd2c2c;
  color: #fff;
  padding: 1px 5px;
  font-size: 13px;}
  
  
  .details-info-wrap .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.details-info-wrap .accordion-button { padding:10px 0;}

.details-info-wrap .accordion-button:not(.collapsed) {
  color: #ef6010;
  background-color: #fff;
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.details-info-wrap .accordion-button {
padding: 20px 0;
 color: #000;
  font-size: 18px;
}

.details-info-wrap .accordion-item {   border-bottom: 1px solid #ccc;}

.details-info-wrap .accordion-body { padding: 20px 0;}

.accordion-button:focus {
  z-index: 3;
  border: none;
  outline: 0;
  box-shadow: none;
}

.bg-1 { background:#cae7dd; padding:20px; border-radius:20px; color:#000; margin-bottom: 20px;}


 html.hc-nav-yscroll {
    overflow-y: scroll;
}
body.hc-nav-open {
    overflow: visible;
    position: fixed;
    width: 100%;
    min-height: 100%;
}
.hc-offcanvas-nav {
    visibility: hidden;
    display: none;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 9999;
    text-align: left;
}
.hc-offcanvas-nav.is-ios * {
    cursor: pointer !important;
}
.hc-offcanvas-nav .nav-container {
    position: fixed;
    z-index: 9998;
 padding-top: 0;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
    transition: transform 0.4s ease;
}
.hc-offcanvas-nav .nav-wrapper {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
}
.hc-offcanvas-nav .nav-content {
    height: 100%;
}
.hc-offcanvas-nav .nav-wrapper-0 > .nav-content {
    overflow: scroll;
    overflow-x: visible;
    overflow-y: auto;
    box-sizing: border-box;
}
.hc-offcanvas-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.hc-offcanvas-nav li {
    position: relative;
    display: block;
}
.hc-offcanvas-nav li.level-open > .nav-wrapper {
    visibility: visible;
}
.hc-offcanvas-nav li:not(.custom-content) a {
    position: relative;
    display: block;
    box-sizing: border-box;
    cursor: pointer;
}
.hc-offcanvas-nav li:not(.custom-content) a[disabled] {
    cursor: not-allowed;
}
.hc-offcanvas-nav li:not(.custom-content) a,
.hc-offcanvas-nav li:not(.custom-content) a:hover {
    text-decoration: none;
}
.hc-offcanvas-nav input[type="checkbox"] {
    display: none;
}
.hc-offcanvas-nav label {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    cursor: pointer;
}
.hc-offcanvas-nav .nav-item-wrapper {
    position: relative;
}
.hc-offcanvas-nav .nav-item-link {
    position: relative;
    display: block;
    box-sizing: border-box;
}
.hc-offcanvas-nav:not(.user-is-tabbing) .nav-close-button:focus,
.hc-offcanvas-nav:not(.user-is-tabbing) .nav-item-wrapper a:focus {
    outline: none;
}
.hc-offcanvas-nav .nav-close:focus,
.hc-offcanvas-nav .nav-next:focus,
.hc-offcanvas-nav .nav-back:focus {
    z-index: 10;
}
.hc-offcanvas-nav.disable-body::after,
.hc-offcanvas-nav .nav-wrapper::after {
    content: "";
    z-index: 9990;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s ease 0.4s, opacity 0.4s ease;
}
.hc-offcanvas-nav.disable-body::after {
    position: fixed;
}
.hc-offcanvas-nav .nav-wrapper::after {
    position: absolute;
}
.hc-offcanvas-nav.disable-body.nav-open::after,
.hc-offcanvas-nav .sub-level-open::after {
    visibility: visible;
    opacity: 1;
    transition-delay: 0.05s;
}
.hc-offcanvas-nav:not(.nav-open)::after {
    pointer-events: none;
}
.hc-offcanvas-nav.nav-levels-expand .nav-wrapper::after {
    display: none;
}
.hc-offcanvas-nav.nav-levels-expand .nav-wrapper.nav-wrapper-0 {
    max-height: 100vh;
}
.hc-offcanvas-nav.nav-levels-expand .nav-wrapper.nav-wrapper-0 > .nav-content {
    overflow: scroll;
    overflow-x: visible;
    overflow-y: auto;
    box-sizing: border-box;
    max-height: 100vh;
}
.hc-offcanvas-nav.nav-levels-expand ul .nav-wrapper {
    min-width: 0;
    max-height: 0;
    visibility: hidden;
    overflow: hidden;
    transition: height 0s ease 0.4s;
}
.hc-offcanvas-nav.nav-levels-expand .level-open > .nav-wrapper {
    max-height: none;
    overflow: visible;
    visibility: visible;
}
.hc-offcanvas-nav.nav-levels-overlap .nav-content {
    overflow: scroll;
    overflow-x: visible;
    overflow-y: auto;
    box-sizing: border-box;
    max-height: 100vh;
}
.hc-offcanvas-nav.nav-levels-overlap .nav-wrapper {
    max-height: 100vh;
}
.hc-offcanvas-nav.nav-levels-overlap ul .nav-wrapper {
    position: absolute;
    z-index: 9999;
    top: 0;
    height: 100%;
    visibility: hidden;
    transition: visibility 0s ease 0.4s, transform 0.4s ease;
}
.hc-offcanvas-nav.nav-levels-overlap ul li.nav-parent {
    position: static;
}
.hc-offcanvas-nav.nav-levels-overlap ul li.level-open > .nav-wrapper {
    visibility: visible;
    transform: translate3d(0, 0, 0);
    transition: transform 0.4s ease;
}
.hc-offcanvas-nav.nav-position-left {
    left: 0;
}
.hc-offcanvas-nav.nav-position-left .nav-container {
    left: 0;
}
.hc-offcanvas-nav.nav-position-left.nav-levels-overlap li .nav-wrapper {
    left: 0;
    transform: translate3d(-100%, 0, 0);
}
.hc-offcanvas-nav.nav-position-right {
    right: 0;
}
.hc-offcanvas-nav.nav-position-right .nav-container {
    right: 0;
}
.hc-offcanvas-nav.nav-position-right.nav-levels-overlap li .nav-wrapper {
    right: 0;
    transform: translate3d(100%, 0, 0);
}
.hc-offcanvas-nav.nav-position-top {
    top: 0;
}
.hc-offcanvas-nav.nav-position-top .nav-container {
    top: 0;
    width: 100%;
}
.hc-offcanvas-nav.nav-position-top.nav-levels-overlap li .nav-wrapper {
    left: 0;
    transform: translate3d(0, -100%, 0);
}
.hc-offcanvas-nav.nav-position-bottom {
    top: auto;
    bottom: 0;
}
.hc-offcanvas-nav.nav-position-bottom .nav-container {
    top: auto;
    bottom: 0;
    width: 100%;
}
.hc-offcanvas-nav.nav-position-bottom.nav-levels-overlap li .nav-wrapper {
    left: 0;
    transform: translate3d(0, 100%, 0);
}
.hc-offcanvas-nav.nav-open[class*="hc-nav-"] div.nav-container {
    transform: translate3d(0, 0, 0);
}
.hc-offcanvas-nav.rtl {
    text-align: right;
    direction: rtl;
}
body.theme-default .hc-offcanvas-nav {
    font-family: sans-serif;
}
body.theme-default .hc-offcanvas-nav::after,
body.theme-default .hc-offcanvas-nav .nav-wrapper::after {
    background: rgba(0, 0, 0, 0.0);
}
 
body.theme-default .hc-offcanvas-nav .nav-wrapper,
body.theme-default .hc-offcanvas-nav ul {
    background: #fff;
}

body.theme-default .hc-offcanvas-nav .nav-container { background: none;}




body.theme-default .hc-offcanvas-nav .nav-content > h2,
body.theme-default .hc-offcanvas-nav .nav-content > h3,
body.theme-default .hc-offcanvas-nav .nav-content > h4,
body.theme-default .hc-offcanvas-nav .nav-content > h5,
body.theme-default .hc-offcanvas-nav .nav-content > h6 {
    font-size: 19px;
    font-weight: normal;
    padding: 15px 17px;
    color: #1b3958;
}
body.theme-default .hc-offcanvas-nav .nav-content > h2:not(.nav-title):not(.level-title),
body.theme-default .hc-offcanvas-nav .nav-content > h3:not(.nav-title):not(.level-title),
body.theme-default .hc-offcanvas-nav .nav-content > h4:not(.nav-title):not(.level-title),
body.theme-default .hc-offcanvas-nav .nav-content > h5:not(.nav-title):not(.level-title),
body.theme-default .hc-offcanvas-nav .nav-content > h6:not(.nav-title):not(.level-title) {
    font-size: 16px;
    padding: 15px 17px;
    background: #fff;
}
body.theme-default .hc-offcanvas-nav .nav-item-link,
body.theme-default .hc-offcanvas-nav li.nav-close a,
body.theme-default .hc-offcanvas-nav .nav-back a {
    padding: 14px 17px;
    font-size: 14px;
    color: #000;
    z-index: 1;
    background: rgba(0, 0, 0, 0);
    border-bottom: 1px solid #eaeaea;
    transition: background 0.1s ease;
}
body.theme-default .hc-offcanvas-nav .nav-item-link:focus,
body.theme-default .hc-offcanvas-nav .nav-item-link:focus-within,
body.theme-default .hc-offcanvas-nav li.nav-close a:focus,
body.theme-default .hc-offcanvas-nav li.nav-close a:focus-within,
body.theme-default .hc-offcanvas-nav .nav-back a:focus,
body.theme-default .hc-offcanvas-nav .nav-back a:focus-within {
    z-index: 10;
}
body.theme-default .hc-offcanvas-nav .nav-item-link[disabled],
body.theme-default .hc-offcanvas-nav li.nav-close a[disabled],
body.theme-default .hc-offcanvas-nav .nav-back a[disabled] {
    color: rgba(255, 255, 255, 0.5);
}
body.theme-default .hc-offcanvas-nav div.nav-back + ul > li:first-child > .nav-item-wrapper > .nav-item-link {
    border-top: none !important;
}
body.theme-default .hc-offcanvas-nav:not(.touch-device) li:not(.nav-item-custom) a:not([disabled]):hover {
    background: #fff;
}
body.theme-default .hc-offcanvas-nav .nav-custom-content {
    padding: 14px 17px;
    font-size: 14px;
    border-bottom: 1px solid #eaeaea;
}
body.theme-default .hc-offcanvas-nav .nav-highlight {
    background: #fff;
}
body.theme-default .hc-offcanvas-nav .nav-wrapper > .nav-content > ul:first-of-type > li:first-child:not(.nav-back):not(.nav-close) > .nav-item-wrapper > .nav-item-link {
    border-top: 1px solid #eaeaea;
}
body.theme-default .hc-offcanvas-nav .nav-wrapper > .nav-content > ul:first-of-type > li:first-child:not(.nav-back):not(.nav-close) > .nav-item-wrapper > .nav-item-link + a {
    border-top: 1px solid #eaeaea;
}
body.theme-default .hc-offcanvas-nav .nav-wrapper > .nav-content > ul:not(:last-child) {
    border-bottom: 2px solid #eaeaea;
}
body.theme-default .hc-offcanvas-nav .nav-wrapper > .nav-content > ul + h2,
body.theme-default .hc-offcanvas-nav .nav-wrapper > .nav-content > ul + h3,
body.theme-default .hc-offcanvas-nav .nav-wrapper > .nav-content > ul + h4,
body.theme-default .hc-offcanvas-nav .nav-wrapper > .nav-content > ul + h5,
body.theme-default .hc-offcanvas-nav .nav-wrapper > .nav-content > ul + h6 {
    margin-top: -2px;
}
body.theme-default .hc-offcanvas-nav .nav-wrapper > .nav-content > h2 + ul > li:first-child:not(.nav-back):not(.nav-close) > .nav-item-wrapper > .nav-item-link,
body.theme-default .hc-offcanvas-nav .nav-wrapper > .nav-content > h3 + ul > li:first-child:not(.nav-back):not(.nav-close) > .nav-item-wrapper > .nav-item-link,
body.theme-default .hc-offcanvas-nav .nav-wrapper > .nav-content > h4 + ul > li:first-child:not(.nav-back):not(.nav-close) > .nav-item-wrapper > .nav-item-link,
body.theme-default .hc-offcanvas-nav .nav-wrapper > .nav-content > h5 + ul > li:first-child:not(.nav-back):not(.nav-close) > .nav-item-wrapper > .nav-item-link,
body.theme-default .hc-offcanvas-nav .nav-wrapper > .nav-content > h6 + ul > li:first-child:not(.nav-back):not(.nav-close) > .nav-item-wrapper > .nav-item-link {
    border-top: 1px solid #eaeaea;
}
body.theme-default .hc-offcanvas-nav .nav-wrapper > .nav-content > .nav-title + h2,
body.theme-default .hc-offcanvas-nav .nav-wrapper > .nav-content > .nav-title + h3,
body.theme-default .hc-offcanvas-nav .nav-wrapper > .nav-content > .nav-title + h4,
body.theme-default .hc-offcanvas-nav .nav-wrapper > .nav-content > .nav-title + h5,
body.theme-default .hc-offcanvas-nav .nav-wrapper > .nav-content > .nav-title + h6,
body.theme-default .hc-offcanvas-nav .nav-wrapper > .nav-content > .level-title + h2,
body.theme-default .hc-offcanvas-nav .nav-wrapper > .nav-content > .level-title + h3,
body.theme-default .hc-offcanvas-nav .nav-wrapper > .nav-content > .level-title + h4,
body.theme-default .hc-offcanvas-nav .nav-wrapper > .nav-content > .level-title + h5,
body.theme-default .hc-offcanvas-nav .nav-wrapper > .nav-content > .level-title + h6,
body.theme-default .hc-offcanvas-nav .nav-wrapper > .nav-content > .nav-close + h2,
body.theme-default .hc-offcanvas-nav .nav-wrapper > .nav-content > .nav-close + h3,
body.theme-default .hc-offcanvas-nav .nav-wrapper > .nav-content > .nav-close + h4,
body.theme-default .hc-offcanvas-nav .nav-wrapper > .nav-content > .nav-close + h5,
body.theme-default .hc-offcanvas-nav .nav-wrapper > .nav-content > .nav-close + h6 {
    border-top: 1px solid #eaeaea;
}
body.theme-default .hc-offcanvas-nav li {
    color: #fff;
}
body.theme-default .hc-offcanvas-nav li.nav-parent .nav-item-link:last-child {
    padding-right: 58px;
}
body.theme-default .hc-offcanvas-nav li.nav-parent .nav-item-link:not(:last-child) {
    margin-right: 45px;
}
body.theme-default .hc-offcanvas-nav .nav-close-button span,
body.theme-default .hc-offcanvas-nav .nav-parent .nav-next,
body.theme-default .hc-offcanvas-nav .nav-back span {
    width: 45px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    cursor: pointer;
    transition: background 0.1s ease;
}
body.theme-default .hc-offcanvas-nav .nav-close-button {
    position: relative;
    display: block;
}
body.theme-default .hc-offcanvas-nav .nav-close-button span::before,
body.theme-default .hc-offcanvas-nav .nav-close-button span::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin-top: -3px;
  border-top: 3px solid #000;
border-left: 3px solid #000;
}
body.theme-default .hc-offcanvas-nav .nav-close-button span::before {
    margin-left: -9px;
    transform: rotate(135deg);
}
body.theme-default .hc-offcanvas-nav .nav-close-button span::after {
    transform: rotate(-45deg);
}
body.theme-default .hc-offcanvas-nav .nav-content > .nav-close {
    position: relative;
    z-index: 2;
}
body.theme-default .hc-offcanvas-nav .nav-content > .nav-close a {
    font-size: 14px;
    color: #fff;
    background: rgba(0, 0, 0, 0);
    z-index: 1;
    text-decoration: none;
    box-sizing: border-box;
}
body.theme-default .hc-offcanvas-nav .nav-content > .nav-close a:not(.has-label) {
    height: 50px;
}
body.theme-default .hc-offcanvas-nav .nav-content > .nav-close a.has-label {
    padding: 14px 17px;
    border-top: 1px solid #eaeaea;
}
body.theme-default .hc-offcanvas-nav .nav-content > .nav-close a:hover {
    border: none;
    background: radial-gradient(farthest-corner at top right, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
}
body.theme-default .hc-offcanvas-nav .nav-content > .nav-close.has-label + ul {
    margin-top: -1px;
}
body.theme-default .hc-offcanvas-nav:not(.nav-close-button-empty) .nav-content > .nav-close {
    margin-bottom: -1px;
}
body.theme-default .hc-offcanvas-nav .nav-title + .nav-close a:not(.has-label) {
    position: absolute;
    width: 45px;
    height: 66px;
    line-height: 66px;
    top: -66px;
    right: 0;
}
body.theme-default .hc-offcanvas-nav.nav-close-button-empty .nav-title {
    padding-right: 55px;
}
body.theme-default .hc-offcanvas-nav li.nav-close a:not(.has-label) {
    height: 49px;
}
body.theme-default .hc-offcanvas-nav .nav-content > .nav-close:first-child a,
body.theme-default .hc-offcanvas-nav .nav-title + .nav-close a.has-label,
body.theme-default .hc-offcanvas-nav li.nav-close a,
body.theme-default .hc-offcanvas-nav .nav-back a {
   background: #fff;
    border-top: 1px solid #eaeaea;
    
}
body.theme-default .hc-offcanvas-nav .nav-content > .nav-close:first-child a:hover,
body.theme-default .hc-offcanvas-nav .nav-title + .nav-close a.has-label:hover,
body.theme-default .hc-offcanvas-nav li.nav-close a:hover,
body.theme-default .hc-offcanvas-nav .nav-back a:hover {
    background: #2e6195;
}
body.theme-default .hc-offcanvas-nav li.nav-close:not(:first-child) a,
body.theme-default .hc-offcanvas-nav li.nav-back:not(:first-child) a {
    margin-top: -1px;
}
body.theme-default .hc-offcanvas-nav a.nav-next {
    border-left: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}
body.theme-default .hc-offcanvas-nav .nav-next span::before,
body.theme-default .hc-offcanvas-nav .nav-back span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin-left: -2px;
    box-sizing: border-box;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    transform-origin: center;
}
body.theme-default .hc-offcanvas-nav .nav-next span {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
body.theme-default .hc-offcanvas-nav .nav-next span::before {
    transform: translate(-50%, -50%) rotate(135deg);
}
body.theme-default .hc-offcanvas-nav .nav-back span::before {
    margin-left: 2px;
    transform: translate(-50%, -50%) rotate(-45deg);
}
body.theme-default .hc-offcanvas-nav.nav-position-left.nav-open.nav-levels-overlap .nav-wrapper {
    box-shadow: 1px 0 2px rgba(0, 0, 0, 0.2);
}
body.theme-default .hc-offcanvas-nav.nav-position-right.nav-open.nav-levels-overlap .nav-wrapper {
    box-shadow: -1px 0 2px rgba(0, 0, 0, 0.2);
}
body.theme-default .hc-offcanvas-nav.nav-position-right .nav-next span::before {
    margin-left: 2px;
    transform: translate(-50%, -50%) rotate(-45deg);
}
body.theme-default .hc-offcanvas-nav.nav-position-right .nav-back span::before {
    margin-left: -2px;
    transform: translate(-50%, -50%) rotate(135deg);
}
body.theme-default .hc-offcanvas-nav.nav-position-top.nav-open .nav-wrapper {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
body.theme-default .hc-offcanvas-nav.nav-position-top .nav-next span::before {
    margin-left: 0;
    margin-right: -2px;
    transform: translate(-50%, -50%) rotate(-135deg);
}
body.theme-default .hc-offcanvas-nav.nav-position-top .nav-back span::before {
    margin-left: 0;
    margin-right: -2px;
    transform: translate(-50%, -50%) rotate(45deg);
}
body.theme-default .hc-offcanvas-nav.nav-position-bottom.nav-open .nav-wrapper {
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
}
body.theme-default .hc-offcanvas-nav.nav-position-bottom .nav-next span::before {
    margin-left: 0;
    margin-right: -2px;
    transform: translate(-50%, -50%) rotate(45deg);
}
body.theme-default .hc-offcanvas-nav.nav-position-bottom .nav-back span::before {
    margin-left: 0;
    margin-right: -2px;
    transform: translate(-50%, -50%) rotate(-135deg);
}
body.theme-default .hc-offcanvas-nav.nav-levels-expand ul .nav-wrapper,
body.theme-default .hc-offcanvas-nav.nav-levels-none ul .nav-wrapper {
    box-shadow: none;
    background: transparent;
}
body.theme-default .hc-offcanvas-nav.nav-levels-expand li.level-open,
body.theme-default .hc-offcanvas-nav.nav-levels-none li.level-open {
    background: #2e6296;
}
body.theme-default .hc-offcanvas-nav.nav-levels-expand li.level-open > .nav-item-wrapper > a,
body.theme-default .hc-offcanvas-nav.nav-levels-none li.level-open > .nav-item-wrapper > a {
    border-bottom: 1px solid #295887;
}
body.theme-default .hc-offcanvas-nav.nav-levels-expand li.level-open > .nav-item-wrapper > a:hover,
body.theme-default .hc-offcanvas-nav.nav-levels-none li.level-open > .nav-item-wrapper > a:hover {
    background: #2f649a;
}
body.theme-default .hc-offcanvas-nav.nav-levels-expand li.level-open > .nav-item-wrapper > .nav-next span::before,
body.theme-default .hc-offcanvas-nav.nav-levels-expand li.level-open > .nav-item-wrapper > a > .nav-next span::before,
body.theme-default .hc-offcanvas-nav.nav-levels-none li.level-open > .nav-item-wrapper > .nav-next span::before,
body.theme-default .hc-offcanvas-nav.nav-levels-none li.level-open > .nav-item-wrapper > a > .nav-next span::before {
    margin-top: -2px;
    transform: translate(-50%, -50%) rotate(-135deg);
}
body.theme-default .hc-offcanvas-nav.nav-levels-expand .nav-wrapper-1 .nav-item-link,
body.theme-default .hc-offcanvas-nav.nav-levels-none .nav-wrapper-1 .nav-item-link {
    padding-left: calc(17px + 20px * 1);
}
body.theme-default .hc-offcanvas-nav.nav-levels-expand .nav-wrapper-2 .nav-item-link,
body.theme-default .hc-offcanvas-nav.nav-levels-none .nav-wrapper-2 .nav-item-link {
    padding-left: calc(17px + 20px * 2);
}
body.theme-default .hc-offcanvas-nav.nav-levels-expand .nav-wrapper-3 .nav-item-link,
body.theme-default .hc-offcanvas-nav.nav-levels-none .nav-wrapper-3 .nav-item-link {
    padding-left: calc(17px + 20px * 3);
}
body.theme-default .hc-offcanvas-nav.nav-levels-expand .nav-wrapper-4 .nav-item-link,
body.theme-default .hc-offcanvas-nav.nav-levels-none .nav-wrapper-4 .nav-item-link {
    padding-left: calc(17px + 20px * 4);
}
body.theme-default .hc-offcanvas-nav.nav-levels-expand .nav-wrapper-5 .nav-item-link,
body.theme-default .hc-offcanvas-nav.nav-levels-none .nav-wrapper-5 .nav-item-link {
    padding-left: calc(17px + 20px * 5);
}
body.theme-default .hc-offcanvas-nav.rtl a.nav-next {
    border-left: none;
    border-right: 1px solid #eaeaea;
}
body.theme-default .hc-offcanvas-nav.rtl .nav-title + .nav-close a:not(.has-label),
body.theme-default .hc-offcanvas-nav.rtl .nav-close-button span,
body.theme-default .hc-offcanvas-nav.rtl .nav-next,
body.theme-default .hc-offcanvas-nav.rtl .nav-back span {
    left: 0;
    right: auto;
}
body.theme-default .hc-offcanvas-nav.rtl li.nav-parent .nav-item-link:last-child {
    padding-left: 58px;
    padding-right: 17px;
}
body.theme-default .hc-offcanvas-nav.rtl li.nav-parent .nav-item-link:not(:last-child) {
    margin-left: 45px;
    margin-right: 0;
}
body.theme-default .hc-offcanvas-nav.rtl .nav-wrapper-1 li.nav-item .nav-item-link {
    padding-right: calc(17px + 20px * 1);
}
body.theme-default .hc-offcanvas-nav.rtl .nav-wrapper-2 li.nav-item .nav-item-link {
    padding-right: calc(17px + 20px * 2);
}
body.theme-default .hc-offcanvas-nav.rtl .nav-wrapper-3 li.nav-item .nav-item-link {
    padding-right: calc(17px + 20px * 3);
}
body.theme-default .hc-offcanvas-nav.rtl .nav-wrapper-4 li.nav-item .nav-item-link {
    padding-right: calc(17px + 20px * 4);
}
body.theme-default .hc-offcanvas-nav.rtl .nav-wrapper-5 li.nav-item .nav-item-link {
    padding-right: calc(17px + 20px * 5);
}
body.theme-carbon .hc-offcanvas-nav {
    font-family: sans-serif;
}
body.theme-carbon .hc-offcanvas-nav .nav-container,
body.theme-carbon .hc-offcanvas-nav .nav-wrapper,
body.theme-carbon .hc-offcanvas-nav ul {
    background: #202225;
}
body.theme-carbon .hc-offcanvas-nav::after,
body.theme-carbon .hc-offcanvas-nav .nav-wrapper::after {
    background: rgba(0, 0, 0, 0.3);
}
body.theme-carbon .hc-offcanvas-nav .nav-content {
    padding: 0 15px;
}
body.theme-carbon .hc-offcanvas-nav .nav-content > h2,
body.theme-carbon .hc-offcanvas-nav .nav-content > h3,
body.theme-carbon .hc-offcanvas-nav .nav-content > h4,
body.theme-carbon .hc-offcanvas-nav .nav-content > h5,
body.theme-carbon .hc-offcanvas-nav .nav-content > h6 {
    font-size: 19px;
    font-weight: normal;
    padding: 25px 15px 30px;
    color: #fff;
}
body.theme-carbon .hc-offcanvas-nav .nav-content > h2:first-child,
body.theme-carbon .hc-offcanvas-nav .nav-content > h3:first-child,
body.theme-carbon .hc-offcanvas-nav .nav-content > h4:first-child,
body.theme-carbon .hc-offcanvas-nav .nav-content > h5:first-child,
body.theme-carbon .hc-offcanvas-nav .nav-content > h6:first-child {
    margin-top: 10px;
}
body.theme-carbon .hc-offcanvas-nav .nav-content > h2:not(.nav-title):not(.level-title),
body.theme-carbon .hc-offcanvas-nav .nav-content > h3:not(.nav-title):not(.level-title),
body.theme-carbon .hc-offcanvas-nav .nav-content > h4:not(.nav-title):not(.level-title),
body.theme-carbon .hc-offcanvas-nav .nav-content > h5:not(.nav-title):not(.level-title),
body.theme-carbon .hc-offcanvas-nav .nav-content > h6:not(.nav-title):not(.level-title) {
    font-size: 16px;
    padding: 15px 12px;
    text-transform: uppercase;
    color: #b3b3b3;
}
body.theme-carbon .hc-offcanvas-nav .nav-item-link,
body.theme-carbon .hc-offcanvas-nav li.nav-close a,
body.theme-carbon .hc-offcanvas-nav .nav-back a {
    padding: 12px;
    font-size: 15px;
    color: #fff;
    z-index: 1;
    background: rgba(0, 0, 0, 0);
    border-radius: 5px;
    transition: 0.05s background ease;
}
body.theme-carbon .hc-offcanvas-nav .nav-item-link:focus,
body.theme-carbon .hc-offcanvas-nav .nav-item-link:focus-within,
body.theme-carbon .hc-offcanvas-nav li.nav-close a:focus,
body.theme-carbon .hc-offcanvas-nav li.nav-close a:focus-within,
body.theme-carbon .hc-offcanvas-nav .nav-back a:focus,
body.theme-carbon .hc-offcanvas-nav .nav-back a:focus-within {
    z-index: 10;
}
body.theme-carbon .hc-offcanvas-nav .nav-item-link[disabled],
body.theme-carbon .hc-offcanvas-nav li.nav-close a[disabled],
body.theme-carbon .hc-offcanvas-nav .nav-back a[disabled] {
    color: rgba(255, 255, 255, 0.5);
}
body.theme-carbon .hc-offcanvas-nav:not(.touch-device) li:not(.nav-item-custom) a:not([disabled]):hover {
    background: #272a2d;
}
body.theme-carbon .hc-offcanvas-nav .nav-custom-content {
    padding: 12px 15px;
    font-size: 15px;
}
body.theme-carbon .hc-offcanvas-nav .nav-highlight > .nav-item-wrapper .nav-item-link {
    border-radius: 5px;
    background: #292c30;
}
body.theme-carbon .hc-offcanvas-nav .nav-wrapper-0 > .nav-content > ul:first-child {
    margin-top: 15px;
}
body.theme-carbon .hc-offcanvas-nav .nav-wrapper-0 > .nav-content > ul:not(:last-child) {
    margin-bottom: 18px;
}
body.theme-carbon .hc-offcanvas-nav li {
    color: #fff;
}
body.theme-carbon .hc-offcanvas-nav li.nav-close a:hover,
body.theme-carbon .hc-offcanvas-nav li.nav-back a:hover {
    background: #111213;
}
body.theme-carbon .hc-offcanvas-nav li.nav-close:not(:first-child) a,
body.theme-carbon .hc-offcanvas-nav li.nav-back:not(:first-child) a {
    margin-top: -1px;
}
body.theme-carbon .hc-offcanvas-nav li.nav-parent .nav-item-link:last-child {
    padding-right: 62px;
}
body.theme-carbon .hc-offcanvas-nav li.nav-parent .nav-item-link:not(:last-child) {
    margin-right: 52px;
}
body.theme-carbon .hc-offcanvas-nav .nav-close-button span,
body.theme-carbon .hc-offcanvas-nav .nav-parent .nav-next,
body.theme-carbon .hc-offcanvas-nav .nav-back span {
    width: 40px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    transition: background 0.2s ease;
}
body.theme-carbon .hc-offcanvas-nav .nav-close-button {
    position: relative;
    display: block;
}
body.theme-carbon .hc-offcanvas-nav .nav-close-button span::before,
body.theme-carbon .hc-offcanvas-nav .nav-close-button span::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
}
body.theme-carbon .hc-offcanvas-nav .nav-close-button span::before {
    margin-left: -9px;
    transform: rotate(135deg);
}
body.theme-carbon .hc-offcanvas-nav .nav-close-button span::after {
    transform: rotate(-45deg);
}
body.theme-carbon .hc-offcanvas-nav .nav-content > .nav-close a {
    height: 44px;
    font-size: 15px;
    color: #fff;
    background: rgba(0, 0, 0, 0);
    border-radius: 5px;
    z-index: 1;
    text-decoration: none;
    box-sizing: border-box;
}
body.theme-carbon .hc-offcanvas-nav .nav-content > .nav-close a.has-label {
    padding: 12px 15px;
}
body.theme-carbon .hc-offcanvas-nav .nav-content > .nav-close a:hover {
    background: #25272a;
}
body.theme-carbon .hc-offcanvas-nav .nav-content > .nav-close:first-child {
    position: relative;
    min-height: 40px;
    margin-top: 15px;
}
body.theme-carbon .hc-offcanvas-nav .nav-content > .nav-close:first-child + ul {
    margin-top: 15px;
}
body.theme-carbon .hc-offcanvas-nav .nav-content > .nav-close:first-child a.has-label {
    margin-bottom: -15px;
}
body.theme-carbon .hc-offcanvas-nav .nav-content > .nav-close:first-child a:not(.has-label) {
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 0;
    right: 0;
}
body.theme-carbon .hc-offcanvas-nav .nav-content > .nav-close:first-child a:not(.has-label) + ul {
    margin-top: 60px;
}
body.theme-carbon .hc-offcanvas-nav .nav-content > .nav-close:first-child a:not(.has-label) + h2,
body.theme-carbon .hc-offcanvas-nav .nav-content > .nav-close:first-child a:not(.has-label) + h3,
body.theme-carbon .hc-offcanvas-nav .nav-content > .nav-close:first-child a:not(.has-label) + h4,
body.theme-carbon .hc-offcanvas-nav .nav-content > .nav-close:first-child a:not(.has-label) + h5,
body.theme-carbon .hc-offcanvas-nav .nav-content > .nav-close:first-child a:not(.has-label) + h6 {
    margin-top: 55px;
}
body.theme-carbon .hc-offcanvas-nav .nav-title + .nav-close a:not(.has-label) {
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 28px;
    right: 15px;
}
body.theme-carbon .hc-offcanvas-nav.nav-close-button-empty .nav-title {
    padding-right: 46px;
}
body.theme-carbon .hc-offcanvas-nav li.nav-close:first-child {
    padding-bottom: 15px;
}
body.theme-carbon .hc-offcanvas-nav li.nav-close .nav-close-button.has-label {
    margin-bottom: -15px;
}
body.theme-carbon .hc-offcanvas-nav li.nav-close .nav-close-button:not(.has-label) {
    width: 40px;
    height: 40px;
    line-height: 40px;
    float: right;
}
body.theme-carbon .hc-offcanvas-nav li.nav-close .nav-item-wrapper::after {
    content: "";
    display: table;
    clear: both;
}
body.theme-carbon .hc-offcanvas-nav a.nav-next {
    position: relative;
}
body.theme-carbon .hc-offcanvas-nav a.nav-next:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 25px;
    left: -7px;
    top: 9px;
    background: #4d4d4d;
    border-radius: 2px;
}
body.theme-carbon .hc-offcanvas-nav .nav-next span::before,
body.theme-carbon .hc-offcanvas-nav .nav-back span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin-left: -2px;
    box-sizing: border-box;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform-origin: center;
}
body.theme-carbon .hc-offcanvas-nav .nav-next span {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
body.theme-carbon .hc-offcanvas-nav .nav-next span::before {
    transform: translate(-50%, -50%) rotate(135deg);
}
body.theme-carbon .hc-offcanvas-nav .nav-back span::before {
    margin-left: 2px;
    transform: translate(-50%, -50%) rotate(-45deg);
}
body.theme-carbon .hc-offcanvas-nav.nav-position-left.nav-open.nav-levels-overlap .nav-wrapper {
    box-shadow: 1px 0 2px rgba(0, 0, 0, 0.2);
}
body.theme-carbon .hc-offcanvas-nav.nav-position-right.nav-open.nav-levels-overlap .nav-wrapper {
    box-shadow: -1px 0 2px rgba(0, 0, 0, 0.2);
}
body.theme-carbon .hc-offcanvas-nav.nav-position-right .nav-next span::before {
    margin-left: 2px;
    transform: translate(-50%, -50%) rotate(-45deg);
}
body.theme-carbon .hc-offcanvas-nav.nav-position-right .nav-back span::before {
    margin-left: -2px;
    transform: translate(-50%, -50%) rotate(135deg);
}
body.theme-carbon .hc-offcanvas-nav.nav-position-top.nav-open .nav-wrapper {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
body.theme-carbon .hc-offcanvas-nav.nav-position-top .nav-next span::before {
    margin-left: 0;
    margin-right: -2px;
    transform: translate(-50%, -50%) rotate(-135deg);
}
body.theme-carbon .hc-offcanvas-nav.nav-position-top .nav-back span::before {
    margin-left: 0;
    margin-right: -2px;
    transform: translate(-50%, -50%) rotate(45deg);
}
body.theme-carbon .hc-offcanvas-nav.nav-position-bottom.nav-open .nav-wrapper {
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
}
body.theme-carbon .hc-offcanvas-nav.nav-position-bottom .nav-next span::before {
    margin-left: 0;
    margin-right: -2px;
    transform: translate(-50%, -50%) rotate(45deg);
}
body.theme-carbon .hc-offcanvas-nav.nav-position-bottom .nav-back span::before {
    margin-left: 0;
    margin-right: -2px;
    transform: translate(-50%, -50%) rotate(-135deg);
}
body.theme-carbon .hc-offcanvas-nav.nav-levels-overlap ul ul:first-child {
    margin-top: 15px;
}
body.theme-carbon .hc-offcanvas-nav.nav-levels-expand .nav-content .nav-content,
body.theme-carbon .hc-offcanvas-nav.nav-levels-none .nav-content .nav-content {
    padding: 0;
}
body.theme-carbon .hc-offcanvas-nav.nav-levels-expand .nav-wrapper .nav-wrapper,
body.theme-carbon .hc-offcanvas-nav.nav-levels-none .nav-wrapper .nav-wrapper {
    width: auto;
    position: relative;
    margin-left: 20px;
}
body.theme-carbon .hc-offcanvas-nav.nav-levels-expand li.level-open > .nav-item-wrapper > .nav-next span::before,
body.theme-carbon .hc-offcanvas-nav.nav-levels-expand li.level-open > .nav-item-wrapper > a > .nav-next span::before,
body.theme-carbon .hc-offcanvas-nav.nav-levels-none li.level-open > .nav-item-wrapper > .nav-next span::before,
body.theme-carbon .hc-offcanvas-nav.nav-levels-none li.level-open > .nav-item-wrapper > a > .nav-next span::before {
    margin-top: -2px;
    transform: translate(-50%, -50%) rotate(-135deg);
}
body.theme-carbon .hc-offcanvas-nav.nav-levels-expand li.level-open > .nav-wrapper::before,
body.theme-carbon .hc-offcanvas-nav.nav-levels-none li .nav-wrapper::before {
    content: "";
    position: absolute;
    width: 2px;
    left: -7px;
    top: 5px;
    bottom: 5px;
    background: #4d4d4d;
    border-radius: 2px;
}
body.theme-carbon .hc-offcanvas-nav.rtl .nav-wrapper .nav-wrapper {
    margin-left: 0;
    margin-right: 20px;
}
body.theme-carbon .hc-offcanvas-nav.rtl a.nav-next:before {
    left: auto;
    right: -7px;
}
body.theme-carbon .hc-offcanvas-nav.rtl .nav-title + .nav-close a:not(.has-label) {
    left: 15px;
    right: auto;
}
body.theme-carbon .hc-offcanvas-nav.rtl .nav-close-button span,
body.theme-carbon .hc-offcanvas-nav.rtl .nav-next,
body.theme-carbon .hc-offcanvas-nav.rtl .nav-back span {
    left: 0;
    right: auto;
}
body.theme-carbon .hc-offcanvas-nav.rtl li.nav-parent .nav-item-link:last-child {
    padding-left: 62px;
    padding-right: 12px;
}
body.theme-carbon .hc-offcanvas-nav.rtl li.nav-parent .nav-item-link:not(:last-child) {
    margin-left: 52px;
    margin-right: 0;
}
body.theme-carbon .hc-offcanvas-nav.rtl.nav-levels-expand li.level-open > .nav-wrapper::before,
body.theme-carbon .hc-offcanvas-nav.rtl.nav-levels-none li .nav-wrapper::before {
    left: auto;
    right: -7px;
}



body {
font-family: 'century_gothicregular';
  color: var(--color-default);
}

a {
  color: var(--color-heading);
  text-decoration: none;
}

a:hover {
  color: #745a47;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-primary);
}

h2 {  color: var(--color-heading); letter-spacing: 2;}

h3 { color: var(--color-heading); letter-spacing: 2; font-size: 36px; font-weight: 700;}

.download-iteam { padding-left:45px; background:url(../img/download-icon.png) no-repeat left 5px; padding-bottom:20px; padding-top:15px;}

.brand-sec {   margin:auto;}

.container { max-width: 1618px; width: 100%;}

.container-home { max-width: 95%; margin:auto; padding-left:15px; padding-right:15px; width: 100%;}

.margin-le-r { margin-left:0; margin-right:0;}

.button-blue { background:#fff ; padding: 10px 40px;
  color: #000;
  display: table;
  border-radius: 0px;
  border: 1px solid #745a47;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;}


.blue-txt { color:#01265d;} .orange-txt { color:#f55f20;}


.reward-card-ban { box-shadow: 0px 0px 30px #0000004d; 
 }
 
 
 .st-h4 { font-size:18px; font-weight:800; letter-spacing:1px; color:#fff; margin-top:26px; margin-bottom:20px;}

.news-letter { max-width:848px; width:100%; margin:auto;}

.happy-customer { background:#f4e5d9;}

.customer-wrap { padding:30px; min-height:260px; background: #ffffffc7;}

.customer-wrap p {
  font-size: 18px;
  color: #333333;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 1px;
}


.input-field input { border:1px solid #e9cf7c; border-radius:0; height:56px; }

.input-field { width: 42%;}


.news-letter-main h2{ color:#745a47; text-transform:uppercase;}

.input-button button { background:none; outline:none; border:none;}

.swiper-wrapper-pagi { position:relative; padding-bottom:50px;}
.happy-customer .section-header h2 { color:#745a47; margin-bottom:30px;}
 
  .video-wrap p { font-size:20px; color:#7b7b7b; line-height:1.5; font-weight:400; letter-spacing:1px; }

.hr-cs { border-top:1px solid #919191; margin-top:35px; margin-bottom:35px;}

.reward-banner-sec {
  padding-bottom: 40px;
}

.jscroll-next  { margin:auto;}

  .button-blue-2 { background: #0f6ea3; padding: 16px 25px;
    color: #fff;
    display: table;
    border-radius: 6px;
    font-size: 20px; font-weight: 500; letter-spacing: 2px;}
	
	.button-blue-2:hover {
  background: #745a47; color:#fff;}
  
  
  	.button-blue:hover {
  background: #745a47; color:#fff;}
  
  
  
  .g-scrolling-carousel {
            position: relative;
        }
        .g-scrolling-carousel .items {
            overflow-x: scroll;
            white-space: nowrap;
            width: 100%;
            -webkit-overflow-scrolling: touch;
        }
      /*  .g-scrolling-carousel .items::-webkit-scrollbar { 
            display: none; 
        }*/
        .jc-right,
        .jc-left {
            width: 36px;
            height: 36px;
            color:#757575;
            margin-bottom: auto;
            margin-top:auto;
            box-shadow: 0 0 0 1px rgba(0,0,0,0.04), 0 4px 8px 0 rgba(0,0,0,0.20);
            background: #fff;
            border-radius: 50%;
            cursor: pointer;
            position: absolute;
            top: 0;
            bottom: 0;
            z-index:2;
            opacity: 0.94;

        }
        .jc-right {
            right:-18px;
        }
        .jc-left {
            left:-18px;
        }

        .jc-right:hover,
        .jc-left:hover{
            opacity: 0.98;
        }
        .jc-right svg,
        .jc-left svg{
            position: absolute;
            left: 0;right: 0;bottom: 0;top: 0;
            margin: auto;
            width: 24px;
            height: 24px;
            fill: #757575;
        }
        .jc-right:hover svg,
        .jc-left:hover svg{
           fill: #000;
        }
        @media (pointer: coarse) {
          .jc-right,
          .jc-left {
            display: none !important;
          }
        }
        .noselect {
          -webkit-touch-callout: none; /* iOS Safari */
            -webkit-user-select: none; /* Safari */
             -khtml-user-select: none; /* Konqueror HTML */
               -moz-user-select: none; /* Firefox */
                -ms-user-select: none; /* Internet Explorer/Edge */
                    user-select: none;
        }
		
		
		.xsdcv {
  display: inline-block;
  vertical-align: top;
  margin-right: 3px;
  width: 140px;
}


		.xsdcv2 {
  display: inline-block;
  vertical-align: top;
  margin-right: 3px;
  width: 45%;
}
  
	
	.button-blue-2.cl-changebtn { background:#0b8582;}
	.button-blue-2.cl-changebtn:hover{
  background: #1ea4a0; color:#fff;
}
.mb-70 { margin-bottom: 70px !important;}
.mb-50 { margin-bottom: 50px !important;}
.mt-100 { margin-top: 100px;}
.m-t-60 { margin-top: 60px ;}
.mt-15 { margin-top:15px;}
.mb-30 { margin-bottom:30px;}
.mb-40 { margin-bottom:40px;}
.m-t-76 { margin-top: 76px;}
.mb-60 { margin-bottom:60px !important;}
.m-40-m { margin-left: -55px !important;  }
.mb-48 { margin-bottom: 48px;}
.mb-33 { margin-bottom: 33px;}
#topcontrol {
  background: #745a47;
   color: #fff;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 0px;
  border-radius: 50%;
}


/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/

@media (max-width: 991px) {
  .about .tab-content>.tab-pane {
    display: block;
    opacity: 1;
  }
}


.wid-25-p{width: 25%; }



.exo-menu > li > a.last-li {
  margin-right:0 !important;
} 



.nav-tab-cs {    background: var(--color-white); width: 100% !important;
  padding: 50px; text-align: left; border-color: #ccc;
  color: var(--color-heading); border-radius: 0 !important;
   
 }
 .nav-tabs .nav-link.nav-tab-cs { border: 1px solid #e6e6e6; font-size: 25px; font-weight: 700;}


 .nav-tabs .nav-link.nav-tab-cs.active {
  color: #fff;
  background-color: var(--color-heading); position: relative;
  border-color: var(--color-heading); padding-left: 94px;
}


 .nav-tab-cs span { display: block; text-align: left; font-size: 17px; font-weight: 400;}



 .nav-tabs .nav-link.nav-tab-cs.active :after {
  content: "";
  position: absolute;
  display: block;
  width: 26px;
  height: 3px;
  background:#fff;
  left: 10%;
  
  top: 40%;

}
.line-through {
  text-decoration: line-through;
}


.original-price { color: #422004;
  padding-right: 10px;
  font-weight: bold;}


.arrival-wrap  p{ margin-top:15px; margin-bottom:5px; font-size:15px; font-weight:500; line-height:1.2; letter-spacing: 1px;  }

.raiting-cs { font-size:11px; margin-top:5px; color:#000;}

.list-rupee { font-size:13px;}

section.testimonials {
  padding: 45px 0 91px;}
  
 section.testimonials h3 { margin-top:60px;}

.nav-tabs .nav-link.nav-tab-cs:hover {color: var(--color-headingsub);}

.nav-tabs .nav-link.nav-tab-cs.active:hover{ color:#fff;}


.big-wraper {max-width: 1589px; width: 100%; margin: auto;}

.inoteam { margin-top: 17px; font-size: 16px; }


.inoteam p { margin-bottom:5px; letter-spacing: 1px;}


.inoteam p a i { color: #2c9e65;} .inoteam p  i { color: #2c9e65; font-size: 21px;}

.inoteam p.pb10 { padding-bottom: 10px;}

.inoteam a { color: var(--color-default);}

section {
  padding: 60px 0;
 /* overflow: hidden;*/
}

/*section.portfolio   {  padding: 103px 0;}*/
.mb-20 { margin-bottom:20px;}

 .pad-0 { padding: 0 !important;}

.sections-bg {
  /*background-color: #f7f7f7;*/
}


.content-over-media--sm::before {
  content: "";
  background: #00000052;
  border-radius: inherit;
  z-index: 1;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}


.card-product-hov { position:absolute; bottom:40px; left:40px; z-index:2;}

.card-product-hov h3 { color:#fff; font-size:25px; margin-bottom:15px; font-weight:normal;}

.card-product-hov .button-blue {
background: #241000;
  padding: 8px 30px;
  color: #fff;
  display: table;
  border-radius: 0px;
  border: 1px solid #241000;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1px;
  
}

 .content-over-media {
--content-over-media-gap: 1.25rem;
  --content-over-media-calculated-row-gap: var(--content-over-media-row-gap, var(--content-over-media-gap));
  --content-over-media-calculated-column-gap: var(--content-over-media-column-gap, var(--content-over-media-gap));
  grid-template: [full-start] 0 [content-start] minmax(0,1fr) [content-end] 0 [full-end] / [full-start] minmax(0,1fr) [content-start] minmax(0,min(var(--container-max-width),100% - var(--content-over-media-column-gap, var(--content-over-media-gap, var(--container-gutter))) * 2)) [content-end] minmax(0,1fr) [full-end];
  row-gap: var(--content-over-media-calculated-row-gap);
  column-gap: var(--content-over-media-calculated-column-gap);
  min-height: var(--content-over-media-height, auto);
  place-items: center;
  display: grid;
  position: relative;
  overflow: hidden;}

         .content-over-media--sm { position: relative;
  --content-over-media-height: clamp(20rem, 85vw, 32rem);   overflow:hidden; 
}

 .content-over-media--sm img{
height: var(--content-over-media-height, auto);
  min-height: 100%;
  max-height: 100%;
  min-width: 100%;
  overflow-wrap: anywhere;
  object-fit: cover;
  object-position: center;
  border-radius: inherit;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  grid-area: full-start / full-start / full-end / full-end;}
  
   .content-over-media--sm:hover img  {
    scale: 1.2; transform-origin: center;
    transition: scale 8s cubic-bezier(.25,.46,.45,.94);
  }

.team-cs { margin-bottom: 50px;}


.team-cs h3 { font-size: 21px; color: var(--color-default); letter-spacing: 1px;}

.team-img {
  width: 65px;
  border-radius: 50px;
  margin-right: 15px;
}


.bg-w-cl-1 { background-color: #225c8e;}
.bg-w-cl-2 { background-color: #0b7779;}
.bg-w-cl-3 { background-color: #008e5c;}

.box-d-s { height: 220px;}

.wid-33-3 { width: 33.3%; color: #f6f6f6;}

.wid-33-3 h2 span { font-size: 20px;}

.wid-33-3 h2 { font-size: 28px; font-weight: 700; letter-spacing: 2px; color: #fff; margin-left: 4%;}

.call-no span { display: inline-block; margin-right: 4%;}

p.call-no { color:#0b7779; font-size: 21px; margin-top: 83px; letter-spacing: 1px;}

.ft-20 { font-size: 20px; color: #595959; margin-top: 40px;}

p.call-no i { color:#2c9e65;}


.section-header {
  text-align: left;
  padding-bottom: 60px;
}

.section-header h2 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px; text-align:center; letter-spacing: 2px;
  padding-bottom: 20px;
  position: relative;
}

/* .section-header h2:after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: var(--color-primary);
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
} */

.section-header p {
  margin-bottom: 0;
  color: #6f6f6f;
}





.show-main-sr-panel {
  height: 60px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.13);
  background: #191b1e;
}

#show-search-panel {
  position: fixed;
  width: 100%;
  top: 0;
  background: #00000091;
  z-index: 9999;
  height: 100%;
  display: none;
}

.fadeclosepanel {
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}

.close-icon-srch {
  position: absolute;
  right: 7px;
  top: 0px;
  cursor: pointer;
  font-size: 33px;
  color: #fff;
}

.topnav {
  margin: auto;
  width: 80%;
  padding-bottom: 20px;
}

.srch-submit {
  background: none;
  color: #fff;
  outline: none;
  border: none;
  font-size: 18px;
}

.topnav input[type="text"] {
  width: 94%;
  padding: 6px;
  margin-top: 10px;
  font-size: 17px;
  border: none;
}


.mob-on { display: none;}







/* Dropdown Button */
.custom-dropdown .dropbtn {
 
  border: none;
}

/* The container <div> - needed to position the dropdown content */
.custom-dropdown .dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.custom-dropdown .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px; right: -80px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1; top: 103%;
}

/* Links inside the dropdown */
.custom-dropdown .dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}


 

/* Change color of dropdown links on hover */
.custom-dropdown .dropdown-content a:hover {}

/* Show the dropdown menu on hover */
.custom-dropdown .dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.custom-dropdown .dropdown:hover .dropbtn {  color:#ff3700;}



/*Cart Start*/

.cart-icon:hover .show-hover  { display:block;}

.cart-icon {
  position: relative;
}

.cart-count {
  display: table;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 10px;
  text-align: center;
  border-radius: 50%;
background: #745a47; 
  color: #fff  !important;
  right: -10px;
  position: absolute;
  top: -5px;
}
.cart-icon{ position:relative;}

.cart-icon:hover  .show-hover  { display:block;}
.show-hover { display:none;}

.br-btm-bl {
  border-bottom: 1px dotted #777;
}

.wid-cart-65 {
  width: 65%;
}

p.count_items {
  font-size: 13px;
  text-align: left;
  font-weight: normal;
  margin-top: 10px;
}

.wid-cart-25 {
  width: 25%;
}

.wid-cart-10 {
  width: 10%;
}

.links-sm-hd.cart-icon span { display:inline;}

.pic-art-pop {
  width: 90px;
  float: left;
  padding-right: 15px;
  position: relative;
  top: 5px;
}

#cart-box-top {
  color: #737373;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  line-height: 24px;
}


#cart-box-top {
  position: absolute;
  z-index: 1001;
  width: 500px;
  height: auto;
  right: -15px;
  top: 30px;
  background-color: #fff;
  box-shadow: 0px 0px 20px #00000045;
  padding: 20px;
  font-size: 14px;
  line-height: 24px;
}

#cart-box-top::after, #cart-box-top::before {
  bottom: 100%;
  left: 95%;
  border: solid transparent;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-color: transparent;
    border-bottom-width: medium;
    border-left-width: medium;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-color: transparent;
  border-bottom-width: medium;
  border-left-width: medium;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
#cart-box-top::before {
border-bottom-color: #fff;
  border-width: 8px;
  margin-left: -8px;
}


/*--------------------------------------------------------------
# Scroll top button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: -15px;
  z-index: 99999;
  background: #0b7779;
  width: 44px;
  height: 44px;
  border-radius: 50px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.scroll-top:hover {
  background:#225c8e;
  color: #fff;
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
  bottom: 15px;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 999999;
  overflow: hidden;
  background: #fff;
  transition: all 0.6s ease-out;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #fff;
  border-color: var(--color-primary) transparent var(--color-primary) transparent;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1.5s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}


/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/







@media only screen and (max-width: 1024px) {
	.pagecontent, .pagewrapper{width:95%;}
	.pagewrapper .pagecontent {width:100%;}
	.pagewrapper .megamenu_vertical_left {margin-right: auto;}
	.pagewrapper .megamenu_vertical_right {margin-left: auto;}
}
@media only screen and (max-width:767px) {
	.pagecontent, .pagewrapper{width:420px;}
	.pagewrapper .pagecontent {width:420px;}
	
	.megamenu > li > a {
	outline:0;
	padding: 4px 15px 0px 15px; font:Tahoma, Geneva, sans-serif; font-size:15px; color:#fff;
	text-decoration:none; margin-right:20px;
	display:block;
}
}
@media only screen and (max-width:479px) {
	.pagecontent, .pagewrapper{width:300px;}
	.pagewrapper .pagecontent {width:300px;}
}



a.extyt  { color: #5e5d5c;}

.extyt {
  position: absolute;
  top: 5px;
  right: 20px;
  font-size: 25px;
}

/*Navigation Start*/

.flexnav {
  *zoom: 1;
  overflow: hidden;
  margin: 0px auto;
  width: 100%;
  text-align:left; 
 
  font-size:18px; 

  position:relative; 
  
}

.flexnav:after {
  content: "";
  display: table;
  clear: both;
}

.flexnav.show {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  max-height: 1000px;
}
.flexnav li {
  font-size: 100%;
  position: relative;   
}

.flexnav  li  { margin-bottom:1px;}

.flexnav li ul li {
  font-size: 100%;
  position: relative; margin-bottom:0px !important;    
}


.flexnav li a {  padding-left:10px;      padding-top: 6px;
    padding-bottom: 6px;  
  position: relative;
  display: block;
  z-index: 2;
  overflow: hidden;
  color: #fff;
  text-decoration:none; margin-right:1px; webkit-transition: 500ms;
    -moz-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
}

 

.flexnav li a:hover {  background:#f1ecd9; color:#fff; }
.flexnav li a.active { background: #f1ecd9;
 }

.flexnav li li a{margin-top:0px !important; margin-bottom:0px !important;}
.flexnav li a:hover{text-decoration:none; color:#fff;  }
.flexnav li ul {
  width: 100%;     margin-top: 1px; margin-left: 0;
padding-left: 0;
  display: none;  }
.flexnav li ul li {
  float: none;
  width: 100%; list-style-type:none;
}
.flexnav li ul li a {
	display: block;
    padding-left: 21px !important;
    font-size: 12px;
    line-height: 29px;
    color: #fff; 
	background:none; 
	/*padding-top:0; 
	padding-bottom:0;*/
}

  .flexnav li .touch-button .navicon {
    display: block;
    width: 10px;
    height: 4px;
    background: url(../img/nav-arrow.png) no-repeat  center;
    position: absolute;
    right: 20px;
    top: 23px;
}

.flexnav .active .navicon {
    display: block;
    width: 10px;
    height: 4px;
    background: url(../img/nav-arrow2.png) no-repeat center !important;
}
.flexnav ul li ul li a {
       padding-left: 55px;
}
.flexnav ul li ul li ul li a {
  background: none; padding-left:56px;     border-bottom: none;
}
.flexnav .touch-button {
  position: absolute;
  z-index: 999;
  top: 0;
  right: 0;
  width: 100%; width: 50px;
  height: 40px;
  display: inline-block;
  background: none;
  text-align: right; padding:0 17px 0 0;
}
.flexnav .touch-button:hover {
  cursor: pointer;
}
.flexnav .touch-button .navicon {
  position: relative;
  /*top: 1.4em;*/
  font-size: 12px;
  color: #fff;
}



/* Side Menu */

#sidebar-wrapper1 {
    z-index: 1000;
    position: fixed;
    right: 0; top:0;
    width: 250px;
    height: 100%;
    transform: translateX(250px);
    overflow-y: auto; border-radius:0;
background: #fff;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s; 
}

#sidebar-wrapper1 .fa { color:#fff;}
 .extyt { position:absolute; top:5px; right:20px; font-size:25px;}
#sidebar-wrapper1.navbar { padding:0;} 

.sidebar-nav ul { margin: 0; padding: 0;}

.sidebar-nav {
    position: absolute;
    top: 50px;
  width: 248px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;


    text-indent: 20px;
line-height: 40px;
list-style-type: none;
margin: 0;
padding: 0;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #fff;
border-bottom: 1px solid #d5d5d5; font-weight:500;
 
font-size: 14px;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 55px;
    font-size: 18px;
    line-height: 55px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

/*#menu-toggle {
    z-index: 1;
    position: fixed;
    top: 0;
    right: 0;
}*/

#sidebar-wrapper1.active {
    right: 250px;
    width: 250px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;

    transition: all 0.4s ease 0s; box-shadow: 0 0 20px #00000080;
}

#sidebar-wrapper1 li a {
  padding-left: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
  position: relative;
  display: block;
  z-index: 2;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  margin-right: 1px;
  webkit-transition: 500ms;
  -moz-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
}












/* Side Menu */

#sidebar-wrapper2 {
    z-index: 1000;
    position: fixed;
    left: 0; top:0;
    width: 400px;
    height: 100%;
    transform: translateX(-400px);
    overflow-y: auto; border-radius:0;
background: #fff;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s; 
}

#sidebar-wrapper2 .fa { color:#fff;}
 .extyt { position:absolute; top: 15px; right:20px; font-size:25px;}
#sidebar-wrapper2.navbar { padding:0;} 

.sidebar-nav2 ul { margin: 0; padding: 0;}

.sidebar-nav2 {
    position: absolute;
    top: 50px;
  width: 248px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav2 li {
    text-indent: 20px;
    line-height: 40px;


    text-indent: 20px;
line-height: 40px;
list-style-type: none;
margin: 0;
padding: 0;
}

.sidebar-nav2 li a {
    display: block;
    text-decoration: none;
    color: #fff;
border-bottom: 1px solid #d5d5d5; font-weight:500;
 
font-size: 14px;
}

.sidebar-nav2 li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav2 li a:active,
.sidebar-nav2 li a:focus {
    text-decoration: none;
}

.sidebar-nav2 > .sidebar-brand {
    height: 55px;
    font-size: 18px;
    line-height: 55px;
}

.sidebar-nav2 > .sidebar-brand a {
    color: #999;
}

.sidebar-nav2 > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

/*#menu-toggle {
    z-index: 1;
    position: fixed;
    top: 0;
    right: 0;
}*/

#sidebar-wrapper2.active {
    left: 400px;
width: 400px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;

    transition: all 0.4s ease 0s; box-shadow: 0 0 20px #00000080;
}

#sidebar-wrapper2 li a {
  padding-left: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
  position: relative;
  display: block;
  z-index: 2;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  margin-right: 1px;
  webkit-transition: 500ms;
  -moz-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
}









/*  _______________________________________

	04 CONTACT FORM
    _______________________________________  */




.megamenu .contact_form {
	display: block;
	margin-bottom:10px;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
}
.megamenu .contact_form label {
	display: inline-block; 
	float: left; 
	width:80px;
	font-size:12px; 
}
.megamenu .contact_form input, 
.megamenu .contact_form textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:90%;
	padding: 8px 4% 8px 4%;
	margin: 9px 0 9px 0; 
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
    border-radius: 3px;
}   
.megamenu .contact_form textarea {
	resize:none;
}   
.megamenu .contact_form .required {
	color:#C00;
}
.megamenu .contact_form .form_buttons {
	margin:4px 0 0 0;
}
.megamenu .contact_form input.button {
	width: 80px;
	margin-right:10px;
	cursor: pointer;
	padding: 8px;
}
.megamenu .contact_form .special {
	display:none;
}
.megamenu .contact_form .error, 
.megamenu .contact_form .sent {
	font-size:11px;
	padding:2px 5px 2px 5px;
	text-shadow:none;
	-webkit-border-radius:3px; 
	-moz-border-radius:3px; 
	border-radius: 3px;
}
.megamenu .contact_form .error {
	background:#FBE5E2; 
	border:#F2A197 solid 1px; 
	color:#992213;
}
.megamenu .contact_form .sent {
	background:#E1F8CB; 
	border:#C6D880 solid 1px; 
	color:#37620d;
}




/*  _______________________________________

	05 VERTICAL MEGA MENU
    _______________________________________  */








/*  _______________________________________

	06 LIGHT THEME
    _______________________________________  */




.megamenu_light_theme .megamenu_container > ul > li:hover,
.megamenu_light_theme .megamenu_container .megamenu > li.active,
.megamenu_light_theme .megamenu_container > ul > li.menuitem_nodrop:hover {
	background-color:#fff; color:#000; 
}
.megamenu_light_theme .megamenu_container > ul > li > a,
.megamenu_light_theme .megamenu_container .megamenu > li.noactive a {
	color:#0e3d69; text-transform: uppercase;   font-size: 18px;
    letter-spacing: 0px; 
	/*text-shadow: 1px 1px 1px #000000;*/
}
.megamenu_light_theme .megamenu_container > ul > li:hover > a { 
	color:#000;
	/*text-shadow: 1px 1px 1px #fff;*/
}
.megamenu_light_theme ul li .menuitem_drop,
.megamenu_light_theme .megamenu li.noactive .menuitem_drop {
	background-image:url("../images/arrow_down1.png");
	background-repeat:no-repeat;
	background-position: right 12px;  
}
.megamenu_vertical_left .megamenu_light_theme ul li .menuitem_drop,
.megamenu_vertical_left .megamenu_light_theme .megamenu li.noactive .menuitem_drop {
	background-image:url("../img/arrow_right1.png");
	background-position: 90% 15px;
}
.megamenu_vertical_right .megamenu_light_theme ul li .menuitem_drop,
.megamenu_vertical_right .megamenu_light_theme .megamenu li.noactive .menuitem_drop {
	background-image:url("../img/arrow_left1.png");
	background-position: 10% 15px;
}
.megamenu_light_theme .megamenu > li > div,
.megamenu_light_theme ul .levels li ul {
	/*background:#fff;  */
	/*border:1px solid #b8b8b8;*/ overflow-y:auto;/* max-height:600px; min-height:430px; padding-bottom:50px;*/
	  
}
.megamenu_wrapper_vertical .megamenu_light_theme .megamenu > li > div,
.megamenu_light_theme ul .levels li ul {
	border:1px solid #444444;
}
.megamenu_light_theme ul p,
.megamenu_light_theme ul h2, 
.megamenu_light_theme ul h3,
.megamenu_light_theme ul li ul li {
	/*text-shadow: 1px 1px 1px #FFFFFF;*/
}
.megamenu_light_theme ul h2, 
.megamenu_light_theme ul h3 {
	border-bottom:1px solid #888888;
}
.megamenu_light_theme ul .imgshadow_dark { /* Better style on dark background */
	background:#FFFFFF;
	border:1px solid #333333;
	-moz-box-shadow:0 0 5px #000000;
	-webkit-box-shadow:0 0 5px #000000;
	box-shadow:0 0 5px #000000;
}
.megamenu_light_theme ul .imgshadow_light { /* Better style on light background */
	background:#FFFFFF;
	border:1px solid #777777;
	-webkit-box-shadow:0 0 5px #666666;
	-moz-box-shadow:0 0 5px #666666;
	box-shadow:0 0 5px #666666;
}
.megamenu_light_theme ul li .black_box {
	color:#ffffff;
	text-shadow:1px 1px 1px #000000;
	background-color:#333333;
	-webkit-box-shadow:inset 0 0 3px #000000;
	-moz-box-shadow:inset 0 0 3px #000000;
	box-shadow:inset 0 0 3px #000000;
}
.megamenu_light_theme ul li .dark_grey_box {
	color:#ffffff;
	text-shadow:1px 1px 1px #000000;
	background-color:#555555;
	-webkit-box-shadow:inset 0 0 3px #111111;
	-moz-box-shadow:inset 0 0 3px #111111;
	box-shadow:inset 0 0 3px #111111;
}
.megamenu_light_theme ul li .greybox li {
	background:#F4F4F4;
	border:1px solid #bbbbbb;
}
.megamenu_light_theme ul li .greybox li:hover {
	background:#ffffff;
	border:1px solid #aaaaaa;
}
.megamenu_light_theme ul li .plus li {
	background: url("../img/plus.png") left 6px no-repeat;
}
.megamenu_light_theme ul .levels a.parent, 
.megamenu_light_theme ul .levels a.parent:hover {
	background: url("../img/arrow_right1.png") right center no-repeat;
}
.megamenu_vertical_right .megamenu_light_theme ul .levels a.parent, 
.megamenu_vertical_right .megamenu_light_theme ul .levels a.parent:hover {
	background: url("../img/arrow_left1.png") left center no-repeat;
}
.megamenu_light_theme ul .contact_form input:focus, 
.megamenu_light_theme ul .contact_form textarea:focus, 
.megamenu_light_theme ul .contact_form select:focus,
.megamenu_light_theme ul .contact_form input:hover, 
.megamenu_light_theme ul .contact_form textarea:hover, 
.megamenu_light_theme ul .contact_form select:hover {
	box-shadow: rgba(0,0,0, 0.7) 0 0 3px;
	-moz-box-shadow: rgba(0,0,0, 0.7) 0 0 3px;
	-webkit-box-shadow: rgba(0,0,0, 0.7) 0 0 3px;  
	border:1px solid #333333;
}
.megamenu_light_theme ul .contact_form input, 
.megamenu_light_theme ul textarea, 
.megamenu_light_theme ul select {
	color: #FFFFFF; 
	background-color:#222222;
	border:1px solid #0A0A0A;
}
.megamenu_light_theme ul .contact_form input.button {
	background-color:#1E1E1E;
	border:1px solid #0A0A0A;
	color:#cccccc;	
}
.megamenu_light_theme ul .contact_form input.button:hover {
	color:#eeeeee;	
	background-color:#222222;
	border:1px solid #000000;
}




/*  _______________________________________

	07 DARK THEME
    _______________________________________  */








/*  _______________________________________

	08 COLORS
    _______________________________________  */




/* Black */


/* Blue */


/* Brown */


/* Green */


/* Light Blue */


.megamenu_lightblue {
	/*background: #fff;*/
	/*background-image: -webkit-gradient(linear, left top, left bottom, from(#709e8e), to(#52786b));
	background: -webkit-linear-gradient(top, #709e8e, #52786b);
	background: -moz-linear-gradient(top, #709e8e, #52786b);
	background: -o-linear-gradient(top, #709e8e, #52786b);
	background: -ms-linear-gradient(top, #709e8e, #52786b);
	background: linear-gradient(top, #709e8e, #52786b);
	border: 1px solid #fff;
	border-top: 1px solid #99b9ae;*/
}
.megamenu_dark_theme .megamenu_lightblue li div a {color:#fff;}
.megamenu_dark_theme .megamenu_lightblue li div a:hover {color:#99b9ae;}
.megamenu_dark_theme .megamenu_lightblue li ul li a:hover {color:#99b9ae;}
.megamenu_light_theme .megamenu_lightblue li div a {color:#0e3d69;}
.megamenu_light_theme .megamenu_lightblue li div a:hover {color:#99b9ae;}
.megamenu_light_theme .megamenu_lightblue li ul li a:hover {color:#c1c1c1;}

/* Orange */


/* Pink */


/* Purple */


/* Red */


/* No left & right borders if full width menu bar */





/*  _______________________________________

	09 MOBILE DEVICES
    _______________________________________  */




.megamenu_dark_theme .megamenu_container .megamenu > li.noactive,
.megamenu_light_theme .megamenu_container .megamenu > li.noactive {
	background-color:transparent;
	border:none;
}





@media all and (max-width:1600px){
 
	
	
	
	.megamenu_light_theme .megamenu_container > ul > li > a, .megamenu_light_theme .megamenu_container .megamenu > li.noactive a {
    
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0px;
 
}
	.megamenu > li > a {
  outline: 0;
  padding: 18px 15px 18px 15px;}

	
	
	}


@media only screen and (max-width: 1023px) {

	
	/* Menu Containers */
	
	.megamenu_wrapper {
		/*width:95%;*/
	}
	.megamenu_wrapper .megamenu_container {
		width:100%;
		padding: 0;
		margin:0 auto;
		height:auto;
		float:left;
	}
	.megamenu_wrapper .megamenu_container .megamenu {
		width:98%;
		margin:0;
		padding: 0 1% 0 1%;
	}

	/* Menu Items */
	
	.megamenu_wrapper .megamenu > li {
		/*height:40px;*/
		position:static; /*border-bottom:1px solid #960000;*/
		float:left;
		right:auto;
	}
	.megamenu_wrapper .megamenu > li.menuitem_right {
		float:right;
	}

	/* Menu Drop Downs */
	
	.megamenu_wrapper .megamenu .dropdown_1column, 
	.megamenu_wrapper .megamenu .dropdown_2columns, 
	.megamenu_wrapper .megamenu .dropdown_3columns, 
	.megamenu_wrapper .megamenu .dropdown_4columns,
	.megamenu_wrapper .megamenu .dropdown_5columns,
	.megamenu_wrapper .megamenu .dropdown_fullwidth,
	.megamenu_wrapper .megamenu .dropdown_right {
		top:auto;
		right:auto;
		left:auto;
		float:left;
		border-top: none;
		padding:2%;
		margin:-1px 0 0 -1px;
		-webkit-border-radius: 0 0 5px 5px;
		-moz-border-radius: 0 0 5px 5px;
		border-radius: 0 0 5px 5px;
	}
	.megamenu .dropdown_1column  {
		width: 12.6666%;
	}
	.megamenu .dropdown_2columns  {
		width: 29.3333%;
	}
	.megamenu .dropdown_3columns  {
		width: 44%;
	}
	.megamenu .dropdown_4columns  {
		width: 60.6666%;
	}
	.megamenu .dropdown_5columns  {
		width: 79.3333%;
	}
	.megamenu .dropdown_fullwidth  {
		width: 94%;
	}
	.megamenu_wrapper .megamenu .dropdown_right {
		left:auto;
		right:1%;
	}
	.megamenu_wrapper .megamenu .dropdown_fullwidth,
	.megamenu_wrapper .megamenu li.menuitem_right .dropdown_fullwidth {
		/*top:41px;*/
		right:auto;
		left:1%;
		margin: 0;
	}
	
	/* Menu Contact Form */
	
	.megamenu .contact_form label {
		width:92%;
	}
	.megamenu .contact_form input, 
	.megamenu .contact_form textarea {
		width:92%;
	}   
	.megamenu .contact_form .form_buttons {
		margin:4px 0 0 0;
	}
	
	/* Vertical Menu */
	



}


@media only screen and (max-width:768px) {


	.megamenu_wrapper {
		width:100%;
		/*margin: 0 auto;*/
		float: left;
	}
	.megamenu_vertical_left,
	.megamenu_vertical_right {
		float:none;
	}
	.megamenu_wrapper .megamenu_container {
		/*-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;*/
	}
	.megamenu_wrapper .megamenu_container .megamenu {
		width:100%;
		margin:0;
		padding: 0;
	}
	.megamenu_container .megamenu > li,
	.megamenu_container .megamenu > li:hover,
	.megamenu_container .megamenu > li.menuitem_right,
	.megamenu_container .megamenu > li.menuitem_right:hover {
		float:left;
		width:100%;
		display: block;
		padding-right:0;
		margin-right:0;
	}
	.megamenu_wrapper .megamenu li.menuitem_right .dropdown_fullwidth {
		top:auto;
		right: auto;
		left: 0;
	}
	.megamenu_container .megamenu .dropdown_1column, 
	.megamenu_container .megamenu .dropdown_2columns, 
	.megamenu_container .megamenu .dropdown_3columns, 
	.megamenu_container .megamenu .dropdown_4columns,
	.megamenu_container .megamenu .dropdown_5columns,
	.megamenu_container .megamenu .dropdown_fullwidth,
	.megamenu_container .megamenu .dropdown_right  {
		left:0;
		top:auto;
		margin: -1px 0 0 0;
		width: 390px;
		padding:0 15px 0 15px;
	}

	/* Menu Drop Downs Columns */
	
	.megamenu .col_one_sixth,
	.megamenu .col_one_fifth,
	.megamenu .col_one_quarter,
	.megamenu .col_one_third,
	.megamenu .col_two_fifths,
	.megamenu .col_half,
	.megamenu .col_three_fifths,
	.megamenu .col_two_thirds,
	.megamenu .col_three_quarters,
	.megamenu .col_four_fifths,
	.megamenu .col_five_sixths,
	.megamenu .col_full {
		margin-left: 0;
		margin-right: 0;
		width: 100%;
		float: left;
		display: block;
	}
	.megamenu > .col_one_sixth,
	.megamenu > .col_one_fifth,
	.megamenu > .col_one_quarter,
	.megamenu > .col_one_third,
	.megamenu > .col_two_fifths,
	.megamenu > .col_half,
	.megamenu > .col_three_fifths,
	.megamenu > .col_two_thirds,
	.megamenu > .col_three_quarters,
	.megamenu > .col_four_fifths,
	.megamenu > .col_five_sixths,
	.megamenu > .col_full {
		margin-left: 2%;
		margin-right: 2%;
	}

	/* Regular Drop Down (turned into a list) */

	.megamenu_wrapper .megamenu .levels li ul {
		position: relative;
		top:auto;
		margin:0;
		padding:0;
	    -webkit-border-radius: 0;
		-moz-border-radius: 0;
	    border-radius: 0;
		left: auto;
		border:none;
		background:none;
	}
	.megamenu_wrapper .megamenu .levels li{
		float: left;
		width:100%;
	}
	.megamenu_wrapper .megamenu .levels li:hover > ul {
		left: auto;
	}
	.megamenu_light_theme ul .levels a.parent, 
	.megamenu_light_theme ul .levels a.parent:hover,
	.megamenu_light_theme ul .levels li ul,
	.megamenu_wrapper .megamenu_light_theme ul .levels a.parent, 
	.megamenu_wrapper .megamenu_light_theme ul .levels a.parent:hover,
	.megamenu_wrapper .megamenu_light_theme ul .levels li ul {
		background: none;
		border:none;
	}


}


@media only screen and (max-width:479px) {


	.megamenu_wrapper {
		width:100%;
	}
	.megamenu_container .megamenu .dropdown_1column, 
	.megamenu_container .megamenu .dropdown_2columns, 
	.megamenu_container .megamenu .dropdown_3columns, 
	.megamenu_container .megamenu .dropdown_4columns,
	.megamenu_container .megamenu .dropdown_5columns,
	.megamenu_container .megamenu .dropdown_fullwidth,
	.megamenu_container .megamenu .dropdown_right  {
		width: 270px;
	}
	
.megamenu_light_theme .megamenu_container > ul > li > a,
.megamenu_light_theme .megamenu_container .megamenu > li.noactive a {
	/*color:#ffffff;*/ text-transform:uppercase; /*background:#666666;*/
	/*text-shadow: 1px 1px 1px #000000;*/
}


}

















@media (min-width: 1280px) {
  .navbar {
    padding: 0;
  }

  .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navbar li {
    position: relative;
  }

  .navbar>ul>li {
    white-space: nowrap;
    padding: 10px 0 10px 28px;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 3px;
    font-family: var(--font-secondary);
    font-size: 16px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.6);
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

  .navbar>ul>li>a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -6px;
    left: 0;
    background-color: var(--color-secondary);
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
  }

  .navbar a:hover:before,
  .navbar li:hover>a:before,
  .navbar .active:before {
    visibility: visible;
    width: 100%;
  }

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {
    color: #fff;
  }

  .navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 28px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 4px;
  }

  .navbar .dropdown ul li {
    min-width: 200px;
  }

  .navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    font-weight: 600;
    color: #006a5d;
  }

  .navbar .dropdown ul a i {
    font-size: 12px;
  }

  .navbar .dropdown ul a:hover,
  .navbar .dropdown ul .active:hover,
  .navbar .dropdown ul li:hover>a {
    color: var(--color-secondary);
  }

  .navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
  }

  .navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
  }
}



@media (min-width: 1280px) and (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

@media (min-width: 1280px) {

  .mobile-nav-show,
  .mobile-nav-hide {
    display: none;
  }
}

/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/
@media (max-width: 1279px) {
  .navbar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 400px;
    bottom: 0;
    transition: 0.3s;
    z-index: 9997;
  }

  .navbar ul {
    position: absolute;
    inset: 0;
    padding: 50px 0 10px 0;
    margin: 0;
    background: rgba(0, 131, 116, 0.9);
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    font-family: var(--font-primary);
    font-size: 15px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.7);
    white-space: nowrap;
    transition: 0.3s;
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {
    color: #fff;
  }

  .navbar .getstarted,
  .navbar .getstarted:focus {
    background: var(--color-primary);
    padding: 8px 20px;
    border-radius: 4px;
    margin: 15px;
    color: #fff;
  }

  .navbar .getstarted:hover,
  .navbar .getstarted:focus:hover {
    color: #fff;
    background: rgba(0, 131, 116, 0.8);
  }

  .navbar .dropdown ul,
  .navbar .dropdown .dropdown ul {
    position: static;
    display: none;
    padding: 10px 0;
    margin: 10px 20px;
    transition: all 0.5s ease-in-out;
    background-color: #007466;
    border: 1px solid #006459;
  }

  .navbar .dropdown>.dropdown-active,
  .navbar .dropdown .dropdown>.dropdown-active {
    display: block;
  }

  .mobile-nav-show {
    color: rgba(255, 255, 255, 0.6);
    font-size: 28px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    z-index: 9999;
    margin-right: 10px;
  }

  .mobile-nav-hide {
    color: #fff;
    font-size: 32px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 9999;
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .navbar {
    right: 0;
  }

  .mobile-nav-active .navbar:before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(0, 106, 93, 0.8);
    z-index: 9996;
  }
}


 

.mobile-accordian-on { display:none;}





/*--------------------------------------------------------------
# About Us Section
--------------------------------------------------------------*/

.about { padding-top: 150px;}

.about h3 {
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 20px;
  font-family: var(--font-secondary);
}

.about .call-us {
  left: 10%;
  right: 10%;
  bottom: 0;
  background-color: #fff;
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.08);
  padding: 20px;
  text-align: center;
}

.about .call-us h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px;
}

.about .call-us p {
  font-size: 28px;
  font-weight: 700;
  color: var(--color-primary);
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding: 0 0 10px 30px;
  position: relative;
}

.about .content ul i {
  position: absolute;
  font-size: 20px;
  left: 0;
  top: -3px;
  color: var(--color-primary);
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(var(--color-primary) 50%, rgba(0, 131, 116, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.about .play-btn:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  animation-delay: 0s;
  animation: pulsate-btn 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(0, 131, 116, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.about .play-btn:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.about .play-btn:hover:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  animation: none;
  border-radius: 0;
}

.about .play-btn:hover:after {
  border-left: 15px solid var(--color-primary);
  transform: scale(20);
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}



.about .accordion-body {background: linear-gradient(rgba(8, 76, 122, 0.8), rgba(8, 76, 122, 0.8)), url("../img/cta-bg.jpg") center center;
  background-size: cover;
  padding:142px 95px;
  border-radius: 0px; 
  overflow: hidden; font-size: 22px; color: var(--color-third); line: height 40px;}

  .ft-1 { color: var(--color-third); font-size: 24px; line-height:46px; font-weight: 700;  }

  .ft-2 { color: var(--color-third); font-size: 22px; line-height:40px;  }
  
 
  
  .img-sec-1 {
  width: 27.5%;
}

.icon-tab-wrap { position:relative;}

.icon-tab-wrap ::after { position:absolute; content: ""; left:0; right:0; top:50%; height:1px; background:#8a99a3;}
  
  
  .info-rt { padding-left:38px; width: 23.5%;}
  .justify-between{justify-content: space-between;}
  
  .max-200-w { max-width:200px; margin:auto;}
  
  .tab-icon h3{ font-size:24px; margin:; color:#fff; margin-top:22px;}
  
  .pad-st-54 { padding-bottom:54px;   margin-bottom:48px;}


/*--------------------------------------------------------------
# Our Services Section
--------------------------------------------------------------*/
.services {
  padding: 50px 0;
}

.services .service-item {
  padding:20px 40px;
  background: #fff; margin-bottom: 10px;
  height: 100%;
  border-radius: 10px;
}

.services .service-item .icon {
  width: 48px;
  height: 48px;
  position: relative;
  margin-bottom: 50px;
}

.services .service-item .icon i {
  color: var(--color-default);
  font-size: 56px;
  transition: ease-in-out 0.3s;
  z-index: 2;
  position: relative;
}

/* .services .service-item .icon:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: #eeeeee;
  border-radius: 50px;
  z-index: 1;
  top: 10px;
  right: -20px;
  transition: 0.3s;
} */

.services .service-item h3 {
  color: var(--color-headingsub);
  font-weight: 700;
  margin: 0 0 16px 0;
  padding-bottom: 18px;
  font-size: 22px;
  position: relative;
  display: inline-block;
  
  transition: 0.3s;
}

.services .service-item p {
  line-height: 26px;
  font-size: 18px;
  margin-bottom: 0; letter-spacing: 2;
}

.services .service-item .readmore {
margin-top: 42px; font-weight: 700; letter-spacing: 2;
  display: inline-block;
  color: var(--color-headingsub);
}


.services .service-item .readmore i{ color:#7882c6; padding-left:14px; }

.services .service-item:hover .icon:before {
  background: #7983c6; margin-left: 20px;
}

.services .service-item .readmore:hover{ color:var(--color-heading);
 
}

.services .service-item:hover h3 {
  border-color: var(--color-primary);
}

 .btn-primary.cst-1 { background: var(--color-heading); color: #fff;}

/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/
.customer-wrap img { width:100px;}

.customer-wrap .st-h4 { margin-bottom:0;}

.customer-wrap .raiting-cs { margin-bottom:15px;}

.date-st { display:block; padding-top:30px; padding-bottom:0; font-size:18px; color:#848484; letter-spacing:2px;} .date-st img { padding-right:15px;}
.swiper-wrapper-cs {
padding: 0;
position: relative;
 
 
margin: auto;
}

a.read-more-txt { font-size:15px; font-weight:800; color:#745a47; text-decoration:none; letter-spacing:2px;}

.blog-wrap p {
  font-size: 18px;
  color: #7b7b7b;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 1px;
}
.swiper-wrapper-cs2 {
padding: 0;
position: relative;
background: #fff;
 
}

.swiper-wrapper-cs2 .swiper-button-next, .swiper-wrapper-cs2  .swiper-button-prev {
  position: absolute;
/*top: -60px;*/}


.swiper-wrapper-cs2 .swiper-button-next { right:30px; left: auto;}

.swiper-wrapper-cs2 .swiper-button-prev { left:30px; right: auto;}
 
 
 
 .testimonials  hr { margin-top:90px;}

.testimonials .testimonial-wrap h3 { font-size: 36px;}


.testimonials .testimonial-item {
  box-sizing: content-box;
 
   
  position: relative;
   
  border-radius: 10px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 117px; border-radius: 50%;
 
  margin-right: 32px; 
}

.mt-30 { margin-top:30px !important;}

.testimonials .testimonial-item h3 {
  font-size: 26px;
  font-weight: 600;
  margin: 10px 0 5px 0;
  color: #4b4b4b;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item .stars {
  margin: 10px 0;
}

.testimonials .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #009d8b;
  font-size: 26px;
  line-height: 0;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
  transform: scale(-1, -1);
}

.testimonials   p { font-size: 22px; line-height: 26px; color: #737272;
 
  margin: 15px auto 15px auto;
}

.pl-70 { padding-left:70px;}

.m-t-40 { margin-top:40px;}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 1;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-primary);
}

@media (max-width: 767px) {
  .testimonials .testimonial-wrap {
    padding-left: 0;
  }

  .testimonials .testimonial-item {
    padding: 10px;
    margin: 15px;
  }
  
  
  .testimonials .testimonial-item .testimonial-img {
  width: 80px;}

  .testimonials .testimonial-item .testimonial-img {
    position: static;
    left: auto;
  }
  
  
  .testimonials .testimonial-item h3 {
  font-size: 14px;
}
}


/*--------------------------------------------------------------
# Our Team Section
--------------------------------------------------------------*/
.team .member {
  text-align: center;
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  overflow: hidden;
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
}

.team .member img {
  border-radius: 10px;
  overflow: hidden;
}

.team .member .member-content {
  padding: 0 20px 30px 20px;
}

.team .member h4 {
  font-weight: 700;
  margin-top: 16px;
  margin-bottom: 2px;
  font-size: 20px;
}

.team .member span {
  font-style: italic;
  display: block;
  font-size: 14px;
  color: #6c757d;
}

.team .member p {
  padding-top: 10px;
  font-size: 14px;
  font-style: italic;
  color: #6c757d;
}

.team .member .social {
  margin-top: 15px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.team .member .social a {
  color: #a2a2a2;
  transition: 0.3s;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #bbbbbb;
}

.team .member .social a:hover {
  color: var(--color-primary);
  border-color: var(--color-primary);
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}



/*--------------------------------------------------------------
# Recent Blog Posts Section
--------------------------------------------------------------*/
.recent-posts article {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  background-color: #225c8e; color: #fff;
  padding: 30px;
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
}

.recent-posts article a:hover { color: #ece9e9 !important;}

.recent-posts .post-img {
  max-height: 240px;
  margin: -30px -30px 15px -30px;
  overflow: hidden;
}

.recent-posts .post-category {
  font-size: 16px;
  color: #6f6f6f;
  margin-bottom: 10px;
}

.recent-posts .title {
  font-size: 19px;
  font-weight: 700;
  padding: 0;
  margin: 20px 0 10px 0;
}

.recent-posts .title a {
  color:#fff;
  transition: 0.3s;
}

.recent-posts .title a:hover {
  color: var(--color-primary);
}

.recent-posts .post-author-img {
  width: 50px;
  border-radius: 50%;
  margin-right: 15px;
}

.recent-posts .post-author {
  font-weight: 600;
  margin-bottom: 5px;
}

.recent-posts .post-date {
  font-size: 14px;
  color: #fff;
  margin-bottom: 0;
}



/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog .blog-pagination {
  margin-top: 30px;
  color: #555555;
}

.blog .blog-pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog .blog-pagination li {
  margin: 0 5px;
  transition: 0.3s;
  border-radius: 10px;
}

.blog .blog-pagination li a {
  color: var(--color-default);
  padding: 7px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog .blog-pagination li.active,
.blog .blog-pagination li:hover {
  background: var(--color-primary);
  color: #fff;
}

.blog .blog-pagination li.active a,
.blog .blog-pagination li:hover a {
  color: var(--color-white);
}

/*--------------------------------------------------------------
# Blog Posts List
--------------------------------------------------------------*/
.blog .posts-list article {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  padding: 30px;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.blog .posts-list .post-img {
  max-height: 240px;
  margin: -30px -30px 15px -30px;
  overflow: hidden;
}

.blog .posts-list .post-category {
  font-size: 16px;
  color: #555555;
  margin-bottom: 10px;
}

.blog .posts-list .title {
  font-size: 22px;
  font-weight: 700;
  padding: 0;
  margin: 0 0 20px 0;
}

.blog .posts-list .title a {
  color: var(--color-default);
  transition: 0.3s;
}

.blog .posts-list .title a:hover {
  color: var(--color-primary);
}

.blog .posts-list .post-author-img {
  width: 50px;
  border-radius: 50%;
  margin-right: 15px;
}

.blog .posts-list .post-author-list {
  font-weight: 600;
  margin-bottom: 5px;
}

.blog .posts-list .post-date {
  font-size: 14px;
  color: #3c3c3c;
  margin-bottom: 0;
}


/*--------------------------------------------------------------
# Blog Sidebar
--------------------------------------------------------------*/

.announcement time{ color: var(--color-heading); font-size: 20px;}

.announcement  p { color:#434343; margin-top: 0; font-size: 18px; margin-bottom: 10px; font-weight: 500;}

.announcement.last { margin-bottom: 0;}


a.linkd-p { text-decoration: underline; display: block; margin-top: 10px;}


.announcement { border-bottom: 1px solid #dedede; padding-bottom: 15px; margin-bottom: 15px; padding-right:83px;}

.blog .sidebar {
  padding: 0px 50px 0 24px;
 
}

.home-blog    { max-width:400px; float:right;}

.wid100 { width: 100px;}

a.m-l-20 { margin-left: 20px; margin-top: 10px; text-decoration: underline; display: block;}


section.recent-posts { padding-bottom: 0; padding-top: 0;}

.blog .sidebar .last-pad { padding-bottom: 0; margin-bottom: 0 !important;}

.blog .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0;
  margin: 0;
  color: var(--color-default);
}

.blog .sidebar .sidebar-item+.sidebar-item {
  margin-top: 40px;
}

.blog .sidebar .search-form form {
  background: #fff;
  border: 1px solid rgba(34, 34, 34, 0.3);
  padding: 5px 10px;
  position: relative;
  border-radius: 50px;
}

.blog .sidebar .search-form form input[type=text] {
  border: 0;
  padding: 4px;
  border-radius: 50px;
  width: calc(100% - 60px);
}

.blog .sidebar .search-form form input[type=text]:focus {
  outline: none;
}

.blog .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 25px;
  margin: -1px;
  background: var(--color-primary);
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  line-height: 0;
}

.blog .sidebar .search-form form button i {
  line-height: 0;
}

.blog .sidebar .search-form form button:hover {
  background: rgba(0, 131, 116, 0.8);
}

.blog .sidebar .categories ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .categories ul li+li {
  padding-top: 10px;
}

.blog .sidebar .categories ul a {
  color: var(--color-default);
  transition: 0.3s;
}

.blog .sidebar .categories ul a:hover {
  color: var(--color-primary);
}

.blog .sidebar .categories ul a span {
  padding-left: 5px;
  color: rgba(34, 34, 34, 0.4);
  font-size: 14px;
}

.blog .sidebar .recent-posts .post-item  {
  margin-bottom: 50px;
}

.blog .sidebar .recent-posts img {
  width: 100px;
  float: left; border-radius: 5px;
}

.blog .sidebar .recent-posts h4 {
  font-size: 21px;
  margin-left: 20px;
  font-weight: bold;
}

.blog .sidebar .recent-posts h4 a {
  color: var(--color-default); letter-spacing:1px;
  transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
  color: var(--color-primary);
}

.blog .sidebar .recent-posts time {
  display: block;
  margin-left: 20px;
   
  font-size: 15px;
  color: var(--color-default);
}

.blog .sidebar .tags {
  margin-bottom: -10px;
}

.blog .sidebar .tags ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .tags ul li {
  display: inline-block;
}

.blog .sidebar .tags ul a {
  color: #555555;
  font-size: 14px;
  padding: 6px 20px;
  margin: 0 6px 8px 0;
  border: 1px solid #d5d5d5;
  display: inline-block;
  transition: 0.3s;
  border-radius: 50px;
}

.blog .sidebar .tags ul a:hover {
  color: #fff;
  border: 1px solid var(--color-primary);
  background: var(--color-primary);
}

.blog .sidebar .tags ul a span {
  padding-left: 5px;
  color: rgba(85, 85, 85, 0.8);
  font-size: 14px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.social-wrap { background:#825f45; padding:20px 0;}

.seo-text { padding:25px 0; background: #222324;}
.seo-text h2 { font-size:23px; color:#a6a5a5;} .seo-text p {  color:#6b6b6b; font-size:13px;}
.social-svg svg { width:30px; height:auto; margin:0 15px 0 15px;}

.social-svg svg { fill:#666;}

.footer {
  font-size: 18px;
  background-color: #332419;
  padding: 69px 0 0;
 
}

.footer .social-links { margin-left: 0;}


.footer address {  color: #fff;
font-size: 16px;
line-height: 2;}

.footer .footer-info .logo {
  line-height: 0;
  margin-bottom: 40px;
}

.footer .footer-info .logo img {
  max-height: 80px;
 
}

.footer .footer-info .logo span {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
  font-family: var(--font-primary);
}

.footer .footer-info p {
  font-size: 18px; color: #676767;
  font-family: var(--font-primary);
}

.footer .footer-info p a { color: #fff; font-size: 16px; letter-spacing:1px; font-weight:400;}

.footer .footer-info p a i { color: #776e6b;}

.footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
 
  transition: 0.3s;
}

.footer .social-links a:hover {
  color: #fff;
  border-color: #fff;
}

.footer h4 {
  font-size: 22px;
  color: #fff; font-weight: 800; letter-spacing:1px;
  position: relative;
  padding-bottom: 16px;
}

.ftp { font-size:16px; color:#fff; text-align:justify;   line-height: 1.7;
max-width: 80%;}

.footer .footer-links {
  margin-bottom: 45px;
}

.footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-links ul i {
  padding-right: 2px;
  color: rgba(0, 131, 116, 0.8);
  font-size: 12px;
  line-height: 0;
}

.footer .footer-links ul li {
  padding: 15px 0;
  display: flex;
  align-items: center;
}

.footer .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

.footer .footer-links ul a i { color: #7b7b7b; font-size: 18px;}

.footer .footer-links ul a:hover {
  color: #745a47;
}

.footer .footer-links ul a:hover i {
  color: #745a47;
}

.footer .footer-contact p {
  line-height: 26px;
}
 
.footer .credits {
  padding-top: 4px;
  text-align: center;
  font-size: 13px;
}

.footer .credits a {
  color: #fff;
}

.copyright {  color: #7b7b7b; padding-top:30px;
font-size: 16px; padding-bottom:50px;
letter-spacing: 1px;}

.copyright p { margin-bottom:0; padding-top:20px;}

.copyright a { color: #7b7b7b;}

.copyright a:hover { color:#0b7779;}

.cd-right-1 { text-align: right; color:#a0a0a0;}

  .cd-right-1 a{   color:#a0a0a0;}
.cd-right-1 a:hover { color:#0b7779;}

@media (max-width: 1600px) {


/*.swiper-wrapper-cs2 .swiper-button-prev {
  right: 52px;
  left: auto;
}

.swiper-wrapper-cs2 .swiper-button-next, .swiper-wrapper-cs2 .swiper-button-prev {
  position: absolute;
  top: -35px;
}
*/



.blog .sidebar .recent-posts img {
  width: 84px;}
  
  .announcement {
  
  padding-right: 70px;
}


.recent-posts  .section-header {
  text-align: left;
  padding-bottom: 30px;
}


section.testimonials .recent-posts h3 {
  margin-top: 40px;
}

.home-blog {
  max-width: 336px;}

  .testimonials .testimonial-item h3 {
    font-size: 21px;}


    .testimonials p {
      font-size: 18px;}


  .testimonials p.popty {
    font-size: 18px;
    
    margin: 25px 64px 25px auto;
  }

  hr.mt80 { margin-top: 85px;}
  
  section.testimonials h3 {
  margin-top: 50px;
}


  .recent-posts .title {
    font-size: 16px;}


  h3 {
  
    font-size: 30px;}

  .services .service-item h3 {
   
    font-size: 20px;}

  .big-wraper {
    max-width: 1500px;}

.section-header h2 {
  padding-bottom: 0px;
  font-size: 21px;}
  .hero .icon-boxes {
    padding-bottom: 45px;
    margin-top: -70px;
  }


  .button-blue {
    
   
   
    font-size: 14px;}
	
	.date-st { font-size: 15px;}
	
	.st-h4 {
  font-size: 16px;}
  
  .blog-wrap p {
  font-size: 13px;}
  
  a.read-more-txt {
  font-size: 12px;}

  .services .service-item .icon {  margin-bottom: 27px; width: auto;
    height: auto;}

    .services .service-item p {
      line-height: 21px;
      font-size: 16px;}


  .services .service-item .icon img { width: 56px;}


  .services .service-item h3 { font: size 20px;; }


  .services .service-item .readmore {
    margin-top: 36px; }

    .services .service-item {
      padding: 30px 40px 0px; margin-bottom:0;}


      .about {
        padding-top: 125px; padding-bottom: 40px;
      }
	  
	/*  .swiper-wrapper-cs {
  padding: 27px 48px;}*/
.testimonials .swiper-button-next, .testimonials .swiper-button-prev {
  top: auto;
  margin-top: 10px;
}

      .nav-tab-cs  { padding: 30px 43px;}
      .nav-tabs .nav-link.nav-tab-cs {
 
        font-size: 21px;
      
      }

      .nav-tab-cs span { font-size: 14px; margin-top: 7px;}

      .ft-1 {
       
        font-size: 20px;
        line-height: 38px;
         
      }
	  
	  
	  .ft-2 {
   
  font-size: 18px;
  line-height: 33px;
}



.tab-icon h3 {
  font-size: 20px; margin-top: 18px;}
  
  .pad-st-54 {
  padding-bottom: 40px;
  margin-bottom: 38px;
}
  
  
  .tab-icon img { width:133px; height: auto;}


      .accordion-body {
        font-size: 18px; line-height: 33px;}


        .padd-ri-83 { padding-right: 70px;}

        .button-blue-2 {
          background: #0f6ea3;
          padding: 9px 22px; font-size: 16px;}


          .m-t-60 {
            margin-top: 40px;
          }


          .accordion-body { padding: 119px 80px; }


          .blog .sidebar {
            padding: 0px 50px 0 20px;
          }
		  
		  .testimonials .swiper-button-next, .testimonials .swiper-button-prev {
  top: auto;
  margin-top: 10px;
}

section.portfolio {
padding: 40px 0 25px;
}


.m-t-76 {
  margin-top: 54px;
}
.map-icon { width:36px; height:auto; }
.mail-icon { width:66px; height:auto; }
.ambulance-icon { width:60px; height:auto; }

.footer .footer-info .logo img {
  max-height: 70px;
}

.footer .footer-links ul li {
  padding: 10px 0;}
  
  .footer .social-links a { margin-right:7px;
 
  width: auto;
  height:auto;
  
 
}


.team-img {
  width: 55px;}
  
  .inoteam p i {
 
  font-size: 16px;
}

          .blog .sidebar .recent-posts h4 {
            font-size: 17px;}


            .blog .sidebar .recent-posts time { font-size: 13px;
               
              margin-left: 20px;}

              
              
              .announcement time { font-size: 18px;}

              .announcement p { font-size: 15px;}


              .team-cs {
  margin-bottom: 30px;
  margin-top: 30px;
}

.team-cs h3 {
  font-size: 17px;}

  .inoteam {
  font-size: 14px;
}

.ft-20 {
  font-size: 16px;
  margin-top: 50px;
}

p.call-no {
  font-size: 17px;
  margin-top: 70px;
}

 

.box-d-s {
  height: 186px;
}

.wid-33-3 h2 {
  font-size: 23px;}

  .footer h4 {
  font-size: 21px; padding-bottom: 22px;}
  
  .footer .footer-info .logo {
  
  margin-bottom: 30px;
}

  .footer {
  font-size: 15px;}

  .footer .footer-info p { font-size: 15px;}

  .footer .footer-links ul a i { font-size: 15px;}
  
   .mega-menu-wrap .wid-20-p h4{ font-size: 18px;}


}


@media (max-width: 1540px) {


.blog .sidebar .recent-posts .post-item {
  margin-bottom: 40px;
}

.blog .sidebar .recent-posts img {
  width: 82px;
}

.blog .sidebar .recent-posts h4 {
  font-size: 16px;
}

a.m-l-20 {
  margin-left: 0px;}
  
  .announcement time {
  font-size: 16px;
}

.announcement p {
  font-size: 14px;
  line-height: 21px;
}

.home-blog {
  max-width: 316px;
}

.announcement {
  padding-right: 63px;
}

.container {
  max-width: 1244px;
}

.nav-tabs .nav-link.nav-tab-cs {
  font-size: 20px;
}


.box-d-s {
  height: 179px;
}

.wid-33-3 h2 {
  font-size: 22px;
}

.team-cs h3 {
  font-size: 16px;
}

.inoteam {
  font-size: 13px;
}

.wid-33-3 h2 {
  font-size: 21px;
}
.footer h4 {
  font-size: 19px;
  padding-bottom: 20px;
}


.blog-wrap p {
  font-size: 13px;}
  
  .st-h4 {
  font-size: 14px;}
  
  
  .date-st {  font-size: 14px; }
  
  a.read-more-txt {
  font-size: 12px;}
  
  .customer-wrap p {
  font-size: 12px;}
  
  
 



}

@media (max-width: 1440px) {




 


.tab-icon img {
  width: 127px;
 
}

.tab-icon h3 {
  font-size: 19px;
  margin-top: 16px;
}

 


    .section-header h2 {
      padding-bottom: 0px;
      font-size: 31px;
    }


    .services .service-item .icon img {
      width: 47px;
    }

    .services .service-item h3 {
      font-size: 17px; padding-bottom:5px;
    }

    .services .service-item p {
      line-height: 19px;
      font-size: 13px;
    }

    .services .service-item .readmore {
      margin-top: 20px; font-size: 13px;
    }

/*    .button-blue {
      padding: 10px 20px;
      font-size: 15px;
    }
*/

    .nav-tabs .nav-link.nav-tab-cs {
      font-size: 18px;
    }

    .nav-tab-cs span {
      font-size: 13px;
      margin-top: 7px;
    }

    .nav-tab-cs {
      padding: 25px;}

      .ft-1 {
        font-size: 17px;
        line-height: 36px;
      }

      .accordion-body {
        font-size: 15px;
        line-height: 30px;
      }

.m-t-60 {
    margin-top: 30px;
}

.button-blue-2 {
    background: #0f6ea3;
    padding: 7px 20px;
    font-size: 13px;
}


h3 {
  font-size: 25px;
}

.testimonials p.popty {
  font-size: 15px;
  margin: 20px 44px 20px auto;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
}

.testimonials p {
  font-size: 15px;
}

.swiper-wrapper-cs { padding: 0;
 
}

hr.mt80 {
  margin-top: 68px;
}

section {
  padding: 50px 0;}

  .blog .sidebar {
    padding: 0px 90px 0px 15px;
}

.blog .sidebar .recent-posts img {
  width: 72px;}

  .blog .sidebar .recent-posts h4 {
    font-size: 15px;  margin-left: 15px;
}

.blog .sidebar .recent-posts time {
  font-size: 10px;
  margin-left: 15px;
}

.wid100 {
  width: 72px;   
}

a.m-l-20 {
  margin-left: 15px;
  margin-top: 10px; font-size: 15px;
 
  
}

.blog .sidebar .recent-posts .post-item {
  margin-bottom: 33px;
}


.recent-posts .title {
  font-size: 13px;
}


element.style {
}
*, ::after, ::before {
    box-sizing: border-box;
}
.recent-posts .post-date {
    font-size: 12px;}

    .testimonials p {
       
      margin: 5px auto;
  }


  .announcement time {
    font-size: 14px;
}

.testimonials p {
  font-size: 13px;
}

.announcement a { font-size: 13px;}
.announcement {
   
  padding-bottom: 10px;
  margin-bottom: 10px;
}

a.linkd-p {
  font-size: 13px;
  display: block;
  margin-top: 5px;
}

.team-cs h3 {
  font-size: 15px;
}


.inoteam { margin-top: 15px;
  font-size: 12px;
}

.inoteam p.pb10 {
  padding-bottom: 5px;
}

.ft-20 {
  font-size: 15px;
  margin-top: 25px;
}

p.call-no {
  font-size: 15px;
  margin-top: 40px;
}

.wid-33-3 h2 {
  font-size: 20px;
}

.box-d-s {
  height: 160px;
}

.footer .footer-info .logo img {
  max-height:66px;
  
}

.footer {
  font-size: 13px;
}

.footer .footer-info p {
  font-size: 13px;
}

.footer h4 {
  font-size: 17px;
}


.copyright {
   
  padding: 20px 0px;
  margin-top: 60px;}

  


}

@media (max-width: 1280px) {

.big-wraper {
  max-width: 1000px;
}

.megamenu_light_theme .megamenu_container > ul > li > a, .megamenu_light_theme .megamenu_container .megamenu > li.noactive a {
  text-transform: uppercase;
  font-size: 12px;}

  .topbar {
    font-size: 12px;}


    .container {
      max-width: 1000px;
    }


    .wid-33-3 h2 {
      font-size: 15px;
    }

    .box-d-s {
      height: 130px;
    }


}

.mobile-on { display:none !important;}

 .desk-hide {
    display: none;
  }
  
  .mob-hide { display:block !important;}

@media (max-width: 991px) {

.mob-hide { display:none !important;}


 .desk-hide {
    display: block !important;
  }


.m-40-m {
  margin-left: 0px !important;
}

.services .service-item {
  padding: 30px 0px 0px;}

.mobile-on { display:block !important;}

.mobile-off { display:none !important;}

.home-blog {
  max-width: none;
  float: none;
}
.mobile-accordian-on { display:block;}


.mobile-accordian-on .accordion {
  background-color: #225c8e; font-weight: 700;
  color: #fff;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s; margin-bottom: 5px; position: relative;
}

.mobile-accordian-on .active, .mobile-accordian-on .accordion:hover {
  background-color: #225c8e; 
}

.mobile-accordian-on .panel {
padding: 15px;
  display: none;
 background: linear-gradient(rgba(8, 76, 122, 0.8), rgba(8, 76, 122, 0.8)), url("../img/cta-bg.jpg") center center;
  overflow: hidden;
}

.padd-ri-83 {
  padding-right: calc(var(--bs-gutter-x) * .5);
} 

.mobile-accordian-on .accordion:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: #777;
  float: right;
position: absolute;
right: 15px;
top: 40%;
}

.accordion span { display:block; font-weight: 400;}

.mobile-accordian-on .active:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}



.mob-on { display: block;}

.copyright { text-align: center;}

.cd-right-1 {
  text-align: center;
}

.accordion-body .d-md-flex { display:block  !important;}

.pad-st-54 {
  padding-bottom: 0px;
  margin-bottom: 0;
}

.icon-tab-wrap ::after { display:none; }
.img-sec-1 {
  width: 100%;
}
.pl-70 {
  padding-left: 15px;
}
.button-blue-2.cl-changebtn { margin:auto;}

.info-rt {
  padding-top: 38px; padding-bottom:35px; padding-left:0;
  width: 100%;
}

.ft-1 br { display:none;}

.accordion-button { display: block; color: #0b8582; font-weight:bold;}

.accordion-button span { display:block;}


.accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #20567c;}


  .ft-20 {
    font-size: 12px;
    margin-top: 25px;
  }

  .call-no span {
    display: inline-block;
    margin-right: 0;
    margin-bottom: 10px;
    text-align: center;
  }

  .recent-posts article { height: auto;}


  p.call-no {
  
    text-align: center;
  }


  .mob-hidden { display: none !important;}
  
  .content-over-media--sm {
 margin-bottom: 20px;
  vertical-align: top;
  margin-right: 3px;
  
}


#cart-box-top {
  z-index: 1001;
  width: 98%;
  height: auto;
  background-color: #fff;
  padding: 20px;
  font-size: 14px;
  line-height: 24px; position:static;
}


	.sidebar-nav {
  position: absolute;
  top: 50px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

#cart-box-top { box-shadow: none;}


}

@media (max-width:767px) {

.container-home {
  max-width: 100%;}


.ftp { max-width:100%;}


.header .logo img {
  max-width: 136px;}

.arrival-wrap p {
  margin-top: 13px;
  margin-bottom: 5px;
  font-size: 12px;}
  
  .list-rupee {
  font-size: 12px;
}
.wid-33-3 {
  width: 100%;}
  
    .m-t-76 {
    margin-top: 46px;
  }
  
  .button-blue {
    padding: 6px 20px;
    font-size: 11px;
  }


  .section-header {
    
    padding-bottom: 30px;
  }
  
  .footer .footer-links {
 
  width: 50%;
}


}

@media (max-width:480px) {
#sidebar-wrapper1.active {
    right: 360px;
    width: 360px;}
	
	
	#sidebar-wrapper1 {
     
    width: 360px;
    height: 100%;
    transform: translateX(360px);}
	


}
@media (max-width:420px) {
.footer .footer-links {
 
  width: 100% !important;
}

}