@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//nurtelecom.com.bd/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.3.3") format("woff2");
}

:root {
	--wd-text-font: "Roboto", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(33,37,41);
	--wd-text-font-size: 14px;
	--wd-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(234,27,37);
	--wd-alternative-color: rgb(88,33,165);
	--btn-default-bgcolor: rgb(234,27,37);
	--btn-default-bgcolor-hover: rgb(196,45,45);
	--btn-accented-bgcolor: rgb(234,27,37);
	--btn-accented-bgcolor-hover: rgb(201,46,46);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: rgb(234,27,37);
	--wd-link-color-hover: rgb(30,115,190);
	--wd-sticky-btn-height: 95px;
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: rgb(255,255,255);
	background-image: none;
}
.page .wd-page-content {
	background-color: rgb(241,242,244);
	background-image: none;
}
.woodmart-archive-shop:not(.single-product) .wd-page-content {
	background-color: rgb(241,242,244);
	background-image: none;
}
.single-product .wd-page-content {
	background-color: rgb(241,242,244);
	background-image: none;
}
.woodmart-archive-blog .wd-page-content {
	background-color: rgb(241,242,244);
	background-image: none;
}
.single-post .wd-page-content {
	background-color: rgb(241,242,244);
	background-image: none;
}
.woodmart-archive-portfolio .wd-page-content {
	background-color: rgb(241,242,244);
	background-image: none;
}
.single-portfolio .wd-page-content {
	background-color: rgb(241,242,244);
	background-image: none;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}

@media (max-width: 1024px) {
	:root {
		--wd-sticky-btn-height: 95px;
	}

}

@media (max-width: 768.98px) {
	:root {
		--wd-sticky-btn-height: 42px;
	}

}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 35px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 35px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 35px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 0px;
}

@media (min-width: 1222px) {
[data-vc-full-width]:not([data-vc-stretch-content]),
:is(.vc_section, .vc_row).wd-section-stretch {
padding-left: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
padding-right: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
}
}


.wd-page-title {
background-color: #0a0a0a;
}

.marquee {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
	  max-width: 1190px;
    margin:0 auto;
}
.marquee p {
    display: inline-block;
    padding-left: 100%;
    animation: marquee 60s linear infinite;
		margin-bottom: 0;
	  font-size: 14px;
}
@keyframes marquee {
    0%   { transform: translate(0, 0); }
    100% { transform: translate(-100%, 0); }
}

.labels-rounded {
    bottom: 7px;
    top: unset !important;
}

.footer-widget .social_networks {
    margin-bottom: 20px;
}

.social_networks ul {
    padding-left: 0;
    margin-bottom: 20px;
}

.social_networks ul li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
}

.social_networks ul li img {
    width: 35px;
}

.min-footer .col-left{
    text-align: justify;
    color: #ffffff;
	 line-height:20px;
}

.copyrights-wrapper {
    background: #a80000;
    box-shadow: 0 0 15px #000;
}

.play-store {
    display: flex;
    justify-content: space-between;
}

.play-store a {
    width: calc(50% - 5px);
}

.play-store img {
    border-radius: 7px;
}

.main-footer, .main-footer p, .main-footer a{
	line-height:20px;
}

.copyright-text {
    margin-bottom: 5px;
}

.copyright-text a {
    color: #8a8888;
}

.footer-widget li {
    margin-bottom: 6px;
}

.marquee.marquee_footer {
    margin-bottom: 20px;
    border: 1px solid #ef3137;
    padding: 5px;
    border-radius: 5px;
}

.woocommerce-product-gallery .product-labels[class*="labels-rounded"] {
    left: 0;
}


.chat-box {
    position: fixed;
    right: 30px;
    bottom: 30px;
   transition:0.3s;
   z-index:100;
  cursor:pointer;
	display: none;
   
}

.chat-icon-list {
    margin-bottom: 10px;
    display: none;
    width: 48px;
}

.chat-icon-list a {
    display: inline-block;
    margin-bottom: 10px;
}

.chat-icon-list img {
    border-radius: 50%;
}

.chat-icon {
    cursor: pointer;
    background: #ffffff;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
  animation: blink 5s linear infinite; 
}

.chat-icon img {
    width: 45px;
      border-radius: 50%;
}

.chat-with-us-closs{
  display:none;
}

.chat-open .chat-with-us {
   display:none
}


.chat-open .chat-with-us-closs {
   display:block;
  animation: mymove 1s;
}

@keyframes mymove {
   100% {transform: rotate(180deg);}
}

@keyframes mymove2 {
   100% {transform: rotate(-360deg);}
}

.how_can {
    background: #9e9e9e;
    padding: 4px 10px;
    position: absolute;
    right: 62px;
    bottom: 8px;
    width: max-content;
    color: #ffffff;
    border-radius: 0 4px 4px 4px;
}

.how_can:after {
    border-bottom: 8px solid transparent;
    border-left: 10px solid #9e9e9e;
    border-top: 8px solid transparent;
    content: "";
    left: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.how_can span {
    position: absolute;
    top: -14px;
    left: -11px;
    width: 16px;
    height: 16px;
    display: inline-block;
    background: #9d9a9a;
    color: #ffffff;
    text-align: center;
    border-radius: 50%;
    line-height: 14px;
    font-size: 12px;
    cursor: pointer;
}

.footer_bg {
    position: absolute;
    bottom: 0;
    background: url('/wp-content/uploads/Footer_BG.png') no-repeat scroll center 0;
    width: 100%;
    height: 266px;
    z-index: 0;
}

.footer_bg .footer_bg_one {
    background: url('/wp-content/uploads/volks.gif') no-repeat 50%;
    width: 160px;
    height: 71px;
    background-size: 140px;
    position: absolute;
    bottom: 0;
    left: 30%;
    -webkit-animation: myfirst-data-v-7a6d55bc 22s linear infinite;
    animation: myfirst-data-v-7a6d55bc 22s linear infinite;
}

.footer_bg .footer_bg_two {
    background: url('/wp-content/uploads/Cyclist.gif') no-repeat 50%;
    width: 70px;
    height: 70px;
    background-size: 50px;
    bottom: 0;
    left: 38%;
    position: absolute;
    -webkit-animation: myfirst-data-v-7a6d55bc 30s linear infinite;
    animation: myfirst-data-v-7a6d55bc 30s linear infinite;
}

@-webkit-keyframes myfirst-data-v-7a6d55bc {
0% {
    left: -25%;
}
100% {
    left: 100%;
}
}
@keyframes myfirst-data-v-7a6d55bc {
0% {
    left: -25%;
}
100% {
    left: 100%;
}
}

.copyrights-wrapper {
    background: hsla(0,0%,43.5%,.23921568627450981);
    box-shadow: none;
}

.copyrights-wrapper .wd-col-start{
    position: relative;
	  padding-bottom: 170px;
}

.ssl-mobile {
    display: none;
}

.wd-copyrights.wd-layout-centered {
    text-align: left !important;
}

.copyright-text {
    text-align: center;
}

.container.main-footer {
    background: #111926;
    max-width: unset;
}

.footer-widget .widget-title {
    color: #ef3137;
}

.main-footer a {
    color: #ffffff;
}

.main-footer {
    color: #ffffff;
}

.main-footer .footer-sidebar {
    max-width: var(--wd-container-w);
    margin: 0 auto;
    padding: 40px 15px 20px 15px;
}

.social_networks{
 margin-bottom: 30px;
}

.social_networks .wd-social-icons {
    align-items: start;
    justify-content: start;
}

.wd-social-icons .wd-icon:before {
    color: #000;
}

.wd-social-icons.wd-style-default>a {
    background: #ffffff;
    width: 35px !important;
    height: 35px !important;
    margin-right: 10px;
}

.wd-social-icons.wd-style-default>a:hover {
    background:#ef3137;
}

.woocommerce-mini-cart__buttons .btn-cart, .woocommerce-mini-cart__buttons .btn-cart:hover {
    color: #ffffff;
}

.tp-widget-wrapper {
    text-align: left;
}

.badge-logo {
    display: flex;
    margin-top: 10px;
}

.badge-logo a {
    flex: 1;
}

.social_networks .wd-social-icons {
    justify-content: center;
}

.wd-copyrights p{
	position:relative;
	z-index:1;
}

.single_service {
    text-align: center;
    box-shadow: 0 0 13px 3px #dddddd;
    border-radius: 5px;
    transition: 0.3s;
    padding: 15px 0;
}

.single_service:hover {
    box-shadow: 0 0 13px 3px #000000;
}

.new-service-box {
    padding: 40px 50px 70px 50px;
    margin-bottom: 30px;
    border-radius: 8px !important;
    box-shadow: 0 0 10px -4px #ea1b25 !important;
}
@media (min-width: 1025px) {
	h5.widget-title {
    font-size: 14px;
}

.scrollToTop {
    right: 100px !important;
    width: 54px !important;
    height: 54px !important;
    bottom: 25px !important;
}

.product_title {
    font-size: 28px;
}
}

@media (max-width: 576px) {
	.marquee {
	  max-width: 480px;
}

.scrollToTop {
    display: none;
}

.play-store a {
    display: inline-block;
    padding: 5px;
}

.copyrights-wrapper .wd-col-start {
    padding-bottom: 80px;
}

.footer_bg {
    height: 90px;
    background-size: 140%;
}

.footer_bg .footer_bg_one {
    width: 100px;
    height: 42px;
    background-size: 100px;
}

.footer_bg .footer_bg_two {
    width: 35px;
    height: 47px;
    background-size: 30px;
}

.copyrights-wrapper .wd-col-start p {
    text-align: justify;
}

.ssl-mobile {
    display: block;
}
.ssl-desk{
  display:none;
}

.footer-widget {
    text-align: center;
}

.footer-widget li {
    display: inline-block !important;
    margin: 6px 8px;
}

.social_networks .wd-social-icons {
    align-items: center;
    justify-content: center;
}

.footer-widget .widget-title {
    margin-bottom: 10px;
	  margin-top: 20px;
}

.container.main-footer {
    margin-bottom: 0;
}


.main-footer .footer-sidebar {
    padding: 15px 0;
}
}

