html{
    overflow-x: hidden;
}

body {
    padding: 0;
    margin: 0;
    line-height: inherit;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    color: #333;
    min-height: 641px;
    overflow-x: hidden;
    font-weight: 400
}

p {
    padding: 0 0 15px 0;
    margin: 0;
    line-height: 30px;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    color: #333;
    text-align: justify;
    font-weight: 400
}

img {
    border: 0;
    max-width: 100%;
}

ol,
li,
ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.clear {
    clear: both
}

.responsive-img {
    width: 100%;
    height: auto
}

#myModalenquiry {
    background: rgba(0, 0, 0, 0.6)
}

.bareacont {
    overflow: hidden
}

ul,
li,
ol {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none
}

a:hover {
    text-decoration: none
}

.pleft {
    padding-left: 0 !important
}

.pright {
    padding-right: 0 !important
}

ol li {
    list-style: decimal;
    color: #333;
    font-size: 13px;
    line-height: 25px;
}
.custom-product-box ol{
    padding-left:20px;
}

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    overflow: hidden;
    width: 48px;
    height: 48px;
    border: 0;
    text-indent: 100%;
    background: url(../images/ui.totop.png) no-repeat left top;
    z-index: 70
}

#toTopHover {
    background: url(../images/ui.totop.png) no-repeat left -48px;
    width: 48px;
    height: 48px;
    display: block;
    overflow: hidden;
    float: left;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0)
}

#toTop:active,
#toTop:focus {
    outline: 0
}

.slider8 .slick-prev {
    right: 60px;
    z-index: 50;
    top: 0;
    width: 35px !important;
    height: 35px !important;
    display: block !important;
    background: url(../images/arrow-right1.png) left top no-repeat !important
}

.slider8 .slick-next {
    right: 4px;
    z-index: 50;
    top: 0;
    width: 47px !important;
    height: 47px !important;
    display: block !important;
    background: url(../images/arrow-left1.png) left top no-repeat !important
}

.other::before {
    content: "";
    border-width: 80px 1700px 0 0;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    margin: -2px 0 0 -55px;
    transition: .5s;
    top: 0;
    z-index: 500;
    color: #fff
}

.nav_menutop {
    margin-right: 5px;
    margin-top: 0;
    line-height: 56px;
    width: 100%;
    text-align: center
}

.nav_menutop>ul {
    margin: 0;
    padding: 0;
    text-align: center
}

.nav_menutop>ul>li {
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    font-weight: 500;
    margin-left: 0;
    position: relative
}

.nav_menutop>ul>li i {
    float: right;
    margin-top: 8px
}

.nav_menutop>ul>li>a {
    color: #fff;
    font-weight: 600;
    display: block;
    line-height: 56px;
    padding: 0 18px;
    text-transform: uppercase;
    font-size: 14px
}

.nav_menutop>ul>li:hover>a {
    color: #fff;
    background-color: #e36540
}

.nav_menutop>ul>li>ul {
    display: none
}

.nav_menutop>ul>li>ul {
    position: absolute;
    left: -1px;
    top: 56px;
    background: #fff;
    width: 250px;
    padding: 5px 12px;
    z-index: 9;
    border: solid 1px #e7e9ea;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
    display: inline-block;
    vertical-align: top;
    visibility: hidden;
    opacity: 0;
    transition: all .4s ease-in;
    transform: translateY(30px)
}

.nav_menutop>ul>li:hover>ul {
    visibility: visible;
    opacity: 1;
    transform: translateX(0)
}

.nav_menutop>ul>li>ul>li {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    font-weight: 600;
    padding: 8px 0;
    width: 100%;
    line-height: 20px;
    border-bottom: 1px solid #ccc;
    transition: .5s;
    transition: .5s;
    text-align: left
}

.nav_menutop>ul>li>ul>li:hover {
    color: #fff;
    background: #e36540 !important;
    transition: .5s
}

.nav_menutop>ul>li>ul>li:before {
    background: #4747af !important;
    color: #fff !important
}

.nav_menutop>ul>li>ul>li:last-child {
    border-bottom: 0
}

.nav_menutop>ul>li>ul>li:hover {
    padding-left: 0
}

.nav_menutop>ul>li>ul>li a {
    color: #000;
    transition: .5s;
    font-family: 'Open Sans', sans-serif
}

.nav_menutop>ul>li>ul>li:hover>a {
    color: #fff;
    padding-left: 15px;
    transition: .5s
}

#dl-menu {
    display: none
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0
}

.sticky {
    position: fixed;
    width: 100%;
    animation-name: fadeInDown;
    animation-duration: 1s;
    animation-fill-mode: both;
    background-color: #4747af;
    z-index: 46000;
    padding-bottom: 0;
    box-shadow: 1px 1px 3px #c1c1c1
}

.sticky .nav_menutop {
    margin-top: 0
}

.sticky .homebt {
    margin: 14px 0 0 0
}

.sticky .logtop {
    top: -3px
}

.sticky .logo {
    margin-top: 0
}

.logo {
    float: left;
    margin-top: 3px
}

.fr {
    float: right
}

.fl {
    float: left
}

.signbt {
    font-size: 14px;
    color: #252525;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    text-decoration: none;
    margin: 0 25px 0 0;
    padding: 0;
    float: right
}

.signbt:hover {
    color: #4747af
}

.signbt img {
    margin-right: 4px
}

.sociali {
    float: right;
    margin: 0 0 0 2px
}

.topspace {
    width: 100%;
    height: 10px
}

.topar {
    padding-top: 0;
    padding-bottom: 0;
    text-align: right;
    padding: 11px 0px;
}

.fa1 {
    width: 43px;
    height: 43px;
    text-align: center;
    text-decoration: none;
    margin: 0 0 0 5px;
    font-size: 19px;
    transition: 0.5s;
    border-right: 1px solid #ededed;
    background-color: #e36540 !important;
    color: #8f8f8f;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
}

.fa1 i {
    color: #fff;
}

.fa1:last-child {
    border-right: 0;
}

.fa1:hover {
    opacity: 0.7;
    color: #0049b0;
    transition: 0.5s;
}

.socialar {
    float: right;
    margin: 0 20px 0 0
}

.marblue {
    background-color: #000;
    padding: 0;
    min-height: 56px
}

.homebt {
    border: 2px solid #f04686;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    float: right;
    padding: 0;
    margin: 21px 0 0 0;
    text-align: center
}

.homebt a {
    color: #f04686;
    margin-top: 7px;
    font-size: 18px
}

.logtop {
    position: relative;
    top: -7px;
    width: 100%
}

.slider1 .slick-dots {
    bottom: 0;
    z-index: 500
}

.slider1 .slick-dots li.slick-active button::before {
    opacity: 1;
    color: #9bb9be
}

.slider1 .slick-dots li button::before {
    font-size: 11px;
    color: #c7d8db
}

.slider1 .slick-dots li:hover button::before {
    color: #09b8c3
}

.slider1 .slick-dots li {
    margin: 0 3px
}

.slider1 {
    margin-bottom: 0 !important;
    line-height: 0
}

.slider1 .slick-prev {
    left: 0;
    z-index: 50;
    top: 48%;
    width: 46px !important;
    height: 37px !important;
    display: block !important;
    background: url(../images/arrow-right1.png) left top no-repeat !important
}

.slider1 .slick-prev:hover {
    opacity: .7
}

.slider1 .slick-next:hover {
    opacity: .7
}

.slider1 .slick-next {
    right: 0;
    z-index: 50;
    top: 48%;
    width: 46px !important;
    height: 37px !important;
    display: block !important;
    background: url(../images/arrow-left1.png) left top no-repeat !important
}

.slider1 .slick-dots {
    display: none !important
}

.slider2 .slick-dots {
    bottom: 0;
    z-index: 500
}

.slider2 .slick-dots li.slick-active button::before {
    opacity: 1;
    color: #9bb9be
}

.slider2 .slick-dots li button::before {
    font-size: 11px;
    color: #c7d8db
}

.slider2 .slick-dots li:hover button::before {
    color: #09b8c3
}

.slider2 .slick-dots li {
    margin: 0 3px
}

.slider2 {
    margin-bottom: 0 !important
}

.slider2 .slick-prev {
    left: -40px;
    z-index: 50;
    top: 44%;
    width: 34px !important;
    height: 34px !important;
    display: block !important;
    background: url(../images/arrow-right2.png) left top no-repeat !important
}

.slider2 .slick-prev:hover {
    opacity: .7
}

.slider2 .slick-next:hover {
    opacity: .7
}

.slider2 .slick-next {
    right: -40px;
    z-index: 50;
    top: 44%;
    width: 34px !important;
    height: 34px !important;
    display: block !important;
    background: url(../images/arrow-left2.png) left top no-repeat !important
}

.slider2 .slick-dots {
    display: none !important
}

.slider3 .slick-dots {
    bottom: 0;
    z-index: 500
}

.slider3 .slick-dots li.slick-active button::before {
    opacity: 1;
    color: #9bb9be
}

.slider3 .slick-dots li button::before {
    font-size: 11px;
    color: #c7d8db
}

.slider3 .slick-dots li:hover button::before {
    color: #09b8c3
}

.slider3 .slick-dots li {
    margin: 0 3px
}

.slider3 {
    margin-bottom: 0 !important
}

.slider3 .slick-prev {
    right: 42px;
    z-index: 50;
    top: -5%;
    width: 34px !important;
    height: 34px !important;
    display: block !important;
    background: url(../images/arrow-right2.png) left top no-repeat !important
}

.slider3 .slick-prev:hover {
    opacity: .7
}

.slider3 .slick-next:hover {
    opacity: .7
}

.slider3 .slick-next {
    right: 0;
    z-index: 50;
    top: -5%;
    width: 34px !important;
    height: 34px !important;
    display: block !important;
    background: url(../images/arrow-left2.png) left top no-repeat !important
}

.slider3 .slick-dots {
    display: none !important
}

.mainmenuar {
    background-color: #000;
    text-align: center
}

.callnowbt {
    background-color: #51ad00;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 30px;
    padding: 0 40px;
    float: right;
    border-radius: 35px;
    margin: 6px 0 0 0;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    transition: .5s
}

.callnowbt:hover {
    background-color: #333;
    color: #fff;
    transition: .5s
}

.sendbt {
    background-color: #fff;
    color: #2e2e2e;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 28px;
    padding: 0 40px;
    float: right;
    border-radius: 35px;
    border: 1px solid #c3c3c3;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    transition: .5s
}

.sendbt:hover {
    background-color: #333;
    color: #fff;
    transition: .5s
}

.searchico {
    float: right;
    margin: 0;
    width: 43px;
    height: 43px;
    border: 0;
    background: url(../images/searchicon.png) 50% 50% no-repeat;
    transition: .5s
}

.searchico:hover {
    transition: .5s;
    opacity: .5
}

.logo {
    float: left;
    padding: 0;
    margin: 0;
    position: absolute;
    z-index: 500;
    left: 0;
    max-width: 500px;
    top: -38px;
}

.logospace {
    float: right;
    width: 23%
}

.welar {
    background-color: #e3653f;
    color: #2e2e2e;
    font-size: 15px;
    font-weight: normal;
    font-family: 'Raleway', sans-serif;
    padding: 3px 39px 25px;
    margin: 0;
    min-height: 354px;
}

.welar p {
    color: #2e2e2e;
    font-size: 15px;
    font-weight: normal;
    font-family: 'Raleway', sans-serif;
    line-height: 24px
}

.welar h1 {
    color: #000;
    font-size: 39px;
    line-height: 40px;
    padding: 2px 0 20px 0;
    margin: 0;
    text-transform: uppercase;
    font-weight: 600;
    text-align: left
}

.welar .title1 span {
    font-size: 21px;
    font-weight: 600
}

.welar .title1:after {
    display: none
}

.welar .title1 {
    color: #e36540;
    font-size: 26px;
    line-height: 35px;
    padding: 20px 0 14px 0;
    margin: 0;
    text-transform: uppercase;
    font-weight: 600;
    text-align: left;
}

.welar h1 span {
    font-size: 21px;
    font-weight: 600
}

.welar h1:after {
    display: none
}

.iconsarea1 {
    padding: 30px 0 30px 20px
}

.iconsarea {
    padding: 0;
    margin: 18px 0 0 0;
    color: #000;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 23px;
    width: 100%;
    height: 80px
}

.iconsarea span {
    color: #2e2e2e;
    font-size: 13px;
    font-weight: normal;
    text-transform: none
}

.iconsarea img {
    float: left;
    margin: -6px 18px 10px 0
}

.fixed {
    position: fixed;
    top: 0;
    left: 0
}

#task_flyout {
    background-color: #000;
    z-index: 50000;
    width: 100%
}

.frozen_top {
    animation-name: fadeInDown;
    animation-duration: 1s;
    animation-fill-mode: both
}

.affix {
    top: 0;
    width: 100%;
    z-index: 99 !important;
    background-color: #000;
    left: 0;
    border-radius: 0;
    animation-name: fadeInDown;
    animation-duration: 1s;
    animation-fill-mode: both
}
@media(max-width:1023px) {
.affix {background-color: #fff; }
}

.affix~.container-fluid {
    position: relative;
    top: 0
}

.box01 {
    width: 100%;
    height: 280px;
    padding: 0;
    margin: 0;
    overflow: hidden
}

.probox {
    position: relative;
    width: 100%;
    overflow: hidden
}

.proimage {
    display: block;
    width: 100%;
    height: 337px
}

.overlay1 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.51);
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.probox:hover .overlay1 {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    background: rgba(255, 255, 255, 0.8);
    animation-name: fadeInUp;
    animation-duration: .7s;
    animation-fill-mode: both
}

.probox:hover .overlay1 .text {
    color: #000
}

.probox2 {
    position: relative;
    width: 100%;
    overflow: hidden
}

.proimage2 {
    display: block;
    width: 100%;
    height: 295px
}

.overlay2 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.probox2:hover .overlay2 {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    background: rgba(227, 101, 64, 0.68);
}

.probox2:hover .overlay2 .text2 {
    color: #fff;
    text-transform: uppercase
}

.text2 {
    color: white;
    font-size: 28px;
    line-height: 38px;
    font-weight: 600;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center
}

.text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center
}

.whitearea {
    padding: 60px 0 50px;
    margin: 0;
    background-color: #fff
}

.whitearea2 {
    padding: 60px 0 15px;
    margin: 0;
    background-color: #fff
}

.title2 {
    font-size: 28px;
    font-weight: 600;
    padding: 0 0 35px 0;
    margin: 0 0 17px 0;
    text-transform: uppercase;
    text-align: center;
    color: #000
}

.title2:after {
    content: '';
    width: 102px;
    height: 2px;
    left: 0;
    right: 0;
    background-color: #e36540;
    position: absolute;
    margin: 10px auto 0;
    display: inline-block;
    bottom: 30px
}

.feabox img {
    margin: 0;
    transition: .5s
}

.feabox:hover img {
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
    transition: .5s
}

.feabox .h3 {
    color: #000;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 15px 0 0 0
}

.enarea {
    background: url(../images/darkbg.jpg) center top no-repeat;
    background-size: cover;
    padding: 0;
    margin: 0;
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 150px
}

.enarea h2,
.enarea .tt {
    padding: 0;
    margin: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block
}

@media screen and (max-width:600px) {
    .enarea h2 {
        line-height: normal;
    }

    .boxx {
        margin-bottom: 20px;
        padding: 10px;
    }

    .card,
    .feabox {
        padding: 10px;
        margin-bottom: 20px;
    }
}

.enbt1 {
    border: 2px solid #fff;
    padding: 0 43px;
    margin: 45px 0 0 0;
    float: right;
    line-height: 50px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
    font-size: 19px
}

.enbt1:hover {
    border: 2px solid #e36540;
    color: #e36540
}

.arrivebox {
    border: 1px solid #ddd;
    margin: -1px 0 0 -1px;
    padding: 15px
}

.askbt {
    background-color: #43555f;
    line-height: 41px;
    color: #fff;
    padding: 0 30px;
    margin: 20px 0 0 0;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    font-size: 16px;
    line-height: 41px;
    width: 200px;
}

.askbt:before {
    background-color: #000 !important
}

.blogbg {
    background: url(../images/blogbg.jpg) center top no-repeat;
    background-size: cover;
    padding: 35px 0;
    margin: 50px 0 0 0
}

.posb {
    background-color: #fff;
    padding: 22px 7px 22px 7px
}

.postar {
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16)
}

.postdate {
    color: #e36540;
    font-size: 18px;
    font-weight: bold;
    padding: 0 0 13px 0;
    margin: 65px 0 0 0
}
h1,
h2,
h3 {
    color: #333;
    font-size: 25px;
    line-height: 28px;
    font-weight: 600;
    padding: 0 0 11px 0;
    margin: 0
}

.posb p {
    font-size: 13px;
    line-height: 22px;
    color: #666;
    font-family: 'Open Sans', sans-serif;
    text-align: left
}

.readbt1 {
    background-color: #f01414;
    color: #fff;
    line-height: 45px;
    padding: 0 35px;
    margin: 13px 0 0 0;
    float: left;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    transition: .5s
}

.readbt1:hover {
    background-color: #000;
    color: #fff;
    transition: .5s
}

.viewbt01 {
    background-color: #fff;
    color: #242424;
    font-size: 18px;
    font-weight: 600;
    line-height: 50px;
    text-transform: uppercase;
    padding: 2px 50px 0;
    margin: 45px auto 20px;
    display: table;
    border-radius: 35px;
    transition: .5s
}

.viewbt01:hover {
    color: #f01414;
    padding: 2px 70px 0;
    transition: .5s
}

footer {
    background-color: #292929;
    border-top: 11px solid #e36540;
    padding: 35px 0 40px 0px;
    margin: 0;
    color: #beaaaa;
    font-size: 13px
}

.fliar .h3 {
    color: #fff;
    font-size: 17px;
    padding: 0 0 10px 0;
    margin: 0;
}

.fa2 {
    padding: 0;
    font-size: 15px;
    width: 50px;
    height: 50px;
    text-align: center;
    text-decoration: none;
    margin: 0 5px 0 5px;
    font-size: 19px;
    transition: .5s;
    border-radius: 50%;
    border: 2px solid #ab9191;
    background-color: transparent;
    color: #fff;
    line-height: 50px !important;
    display: inline-block !important
}

.fa2 i {
    margin-top: 10px
}

.fa2:hover {
    opacity: 1;
    color: #fff;
    transition: .5s;
    border: 2px solid #fff
}

.foolinks {
    width: auto;
    height: auto;
    padding: 0;
    margin: 0
}

.foolinks li {
    width: auto;
    height: auto;
    padding: 5px 0;
    margin: 0;
    display: block
}

.foolinks li a {
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    display: block;
    text-decoration: none;
    color: #beaaaa;
    font-size: 13px;
    line-height: 16px;
    transition: .5s;
    font-weight: 500
}

.foolinks li a:hover {
    color: #fff;
    transition: .5s
}

.fliar {
    padding-top: 40px;
    padding-bottom: 0px
}

h3 {
    color: #fff;
    font-size: 17px;
    padding: 0 0 10px 0;
    margin: 0
}

.newsarfooter {
    border: 1px solid #fff;
    padding: 35px;
    margin: 35px 0 0 0;
    font-size: 29px;
    font-weight: 500;
    color: #fff
}

.newsinput {
    height: 48px;
    color: #6e6e6e;
    width: 27%;
    padding: 0 0 0 15px;
    margin: 0 24px 0 0;
    font-size: 15px;
    font-weight: 500;
    float: left;
    border-radius: 0;
    border: 0
}

.subscriptbt {
    background-color: #e36540;
    line-height: 48px;
    border-radius: 45px;
    float: left;
    padding: 0 50px;
    color: #242424;
    font-size: 16px;
    text-transform: uppercase;
    border: 0;
    transition: .5s;
    font-weight: 600
}

.subscriptbt:hover {
    background-color: #000;
    color: #fff;
    transition: .5s
}

.newhead {
    float: left;
    margin: 8px 15% 0 0
}

.payicon {
    margin: 30px 0 40px 0;
    width: 100%;
    max-width: 321px
}

.fool {
    text-align: center;
}

.foor {
    text-align: right
}

.foor a {
    color: #fff;
    text-decoration: none
}

.foor a:hover {
    color: #fff
}

.openBtn {
    background: #f1f1f1;
    border: 0;
    padding: 10px 15px;
    font-size: 20px;
    cursor: pointer
}

.openBtn:hover {
    background: #bbb
}

.overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9);
    animation-name: slideInDown;
    animation-duration: 1s;
    animation-fill-mode: both
}

.overlay-content {
    position: relative;
    top: 46%;
    width: 80%;
    text-align: center;
    margin-top: 30px;
    margin: auto
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    cursor: pointer;
    color: white
}

.overlay .closebtn:hover {
    color: #ccc
}

.overlay input[type=text] {
    padding: 22px 15px 21px 20px;
    font-size: 18px;
    font-weight: 600;
    border: 0;
    float: left;
    width: 80%;
    background: white;
    color: #000
}

.overlay input[type=text]:hover {
    background: #f1f1f1
}

.overlay button {
    float: left;
    width: 20%;
    padding: 17px;
    background: #e36540;
    font-size: 22px;
    border: 0;
    cursor: pointer;
    color: #fff;
    border: 2px solid #fff;
    transition: .5s
}

.overlay button:hover {
    background: #000;
    transition: .5s
}

.modal-header {
    border: 0 !important
}

.pop-input {
    border: none;
    width: 100%;
    height: 35px;
    border: 1px solid #ccc;
    padding: 0 0 0 13px;
    margin: 0 0 10px 0;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    transition: .5s
}

.pop-input:focus {
    outline: none;
    border-bottom: 1px solid #e36540
}

.pop-textarea {
    width: 100%;
    height: 120px;
    border: none;
    border: 1px solid #ccc;
    padding: 4px 0 0 13px;
    margin: 0;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    transition: .5s;
    margin-bottom: 15px;
}

.pop-textarea:focus {
    border-bottom: 1px solid #e36540;
    transition: .5s;
    outline: none
}

.h4 {
    color: #000;
    font-size: 21px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    padding-bottom: 3px;
    background-color: #f0f0f0;
    padding: 7px 12px
}

.modal-open .modal {
    background: rgba(0, 0, 0, 0.5) !important
}

.callname {
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
    padding: 25px;
    font-size: 22px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    color: #e36540;
    margin-top: 10px;
    margin-bottom: 10px
}

.callname span {
    color: #51ad00
}

.nbd-img {
    padding: 50px 0
}

.heading {
    font-size: 24px !important;
    position: relative;
    margin: 0 0 30px;
    padding: 0;
    line-height: normal;
    text-align: left;
    font-weight: bold;
}

.heading::after {
    content: '';
    width: 102px;
    height: 2px;
    left: 0;
    right: 0;
    background-color: #e36540;
    position: absolute;
    margin: 10px 0;
    display: table
}

.right_image {
    float: right;
    max-width: 420px;
    width: 100%;
    margin: 0 0px 15px 15px;
    text-align: center;
}

.right_image a {
    padding: 8px 25px;
    background: #333;
    color: #fff;
    font-size: 14px;
    display: inline-block;
}

.right_image img {
    margin-bottom: 15px;
    display: inline-block;
    width: 100%
}

.read_more {
    padding: 5px 20px;
    background: #fff;
    border: 1px solid #ccc;
    margin-top: 10px;
    color: #333;
    display: inline-block;
}

.read_more:hover {
    border-color: #e36540;
    color: #e36540;
}

.modal-header {
    padding: 0;
    background: #e36540;
    color: #fff;
    text-align: left;
}

.modal-header h4 {
    color: #fff;
    padding: 10px 15px;
    margin: 0;
    text-align: left;
}

.modal-header .close {
    margin-top: 8px;
    margin-right: 10px;
    color: #fff;
    opacity: 0.8;
}

/*.modal-body {min-height: 450px;}*/
.enquire_input {
    margin-bottom: 15px;
    width: 94% !important;
    height: 30px !important;
    border-radius: 0px !important;
}

.enquire_textarea {
    margin-bottom: 15px;
    width: 94% !important;
    height: 80px !important;
    border-radius: 0px !important;
}

.enquire_submit {
    background: #333;
    color: #fff;
    padding: 5px 20px;
    border: 0;
    margin-bottom: 15px;
}

.enquire_submit:hover {
    background: #e36540;
}

.span50 {
    width: 46%;
    float: left;
    margin-left: 3%;
    padding: 0;
}

.image-enquire {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.image-enquire img {
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid #eee;
}

.image-enquire h4 {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.image-enquire p {
    font-size: 14px;
    line-height: 18px;
    color: #666;
    text-align: justify;
    margin-bottom: 15px;
}

.g-recaptcha {
    transform: scale(0.80);
    -webkit-transform: scale(0.80);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    margin-top: 15px;
}

.Submit_btn {
    padding: 7px 25px;
    background: #333;
    color: #fff;
    border: 0;
}

.Submit_btn:hover,
.Submit_btn:focus {
    background: #e36540;
}

.modal-content {
    border-radius: 0;
}

.navigation_bar {
    background: #961d02
}

.navigation_bar.stricky-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #961d02;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .1)
}

.navigation_bar .container .row .col-md-3 {
    width: 20%
}

.navigation_bar .container .row .col-md-7 {
    width: 60%
}

.navigation_bar .logo {
    padding: 7px 0
}

.navigation {
    float: none;
    width: 100%;
    position: relative;
    text-align: center;
}

.navigation .nav-header {
    display: none;
    padding: 12px 20px
}

.navigation .navbar button {
    float: right;
    width: 40px;
    height: 40px;
    background: #e36540;
    border: 0;
    outline: 0;
    color: #fff;
    font-size: 25px;
    border-radius: 0px;
    position: absolute;
    top: 50%;
    right: -15px;
    transform: translate(-50%, -50%);
}

.navigation .menu {
    display: block;
    text-align: center;
}

.navigation .menu ul {
    /* float: none; */
    text-align: center;
}

.navigation .menu ul>li {
    display: inline-block;
    position: relative;
}

.navigation .menu ul>li>a {
    padding: 23px 24px 23px;
    display: block;
    color: #fff;
    text-transform: capitalize;
    transition: all .3s ease;
    font-size: 15px;
    background: 0;
    text-transform: uppercase;
    font-weight: 700;
}

.navigation .menu ul>li:last-child>a {
    border: 0;
    padding-right: 0
}

.navigation .menu ul>li:hover a,
.navigation .menu ul>li.active a {
    color: #e36540;
    background: 0
}

.navigation .menu ul>li>ul.cs-dropdown {
    top: 100%;
    left: 0
}

.navigation .menu ul>li>ul.cs-dropdown.align-right {
    right: 0;
    left: auto
}

.navigation .menu ul>li:hover>ul.cs-dropdown {
    visibility: visible;
    opacity: 1;
    display: block;
}

.navigation .menu ul>li>ul.cs-dropdown>li>ul.cs-dropdown {
    left: 100%;
    top: 0px
}

.navigation .menu ul>li>ul.cs-dropdown>li>ul.cs-dropdown>li>ul.cs-dropdown {
    left: -100%;
    margin-top: -31px;
    max-height: 400px;
    overflow: hidden;
    overflow-y: auto;
}

.navigation .menu ul>li>ul.cs-dropdown>li>ul.cs-dropdown.align-right {
    right: 100%;
    left: auto
}

.navigation .menu ul>li>ul.cs-dropdown>li:hover>ul.cs-dropdown {
    visibility: visible;
    opacity: 1
}

.navigation .menu ul>li ul.cs-dropdown {
    position: absolute;
    width: 250px;
    opacity: 0;
    visibility: hidden;
    z-index: 99999;
    transition: all .3s ease;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.4);
    background: #fff;
    margin: 0;
    padding: 0;
    display: none;
}

.navigation .menu ul>li ul.cs-dropdown li {
    display: block;
    padding: 0;
    border-bottom: 1px solid #eee;
    width: 100%
}

.navigation .menu ul>li ul.cs-dropdown li:last-child a {
    border-bottom: 0
}

.navigation .menu ul>li ul.cs-dropdown li:last-child a:after {
    display: none
}

.navigation .menu ul>li ul.cs-dropdown li:hover>a {
    color: #333
}

.navigation .menu ul>li ul.cs-dropdown li a {
    color: #333;
    font-size: 14px;
    padding: 11px 15px;
    position: relative;
    display: block;
    transition: all .3s ease;
    text-transform: capitalize;
    text-align: left
}

.navigation .menu ul>li ul.cs-dropdown li a i {
    float: right
}

.navigation .menu ul>li ul.cs-dropdown li a:hover {
    color: #fff;
    background: #e36540
}

.navigation ul .cs-submenu>a>button {
    display: none
}

.navigation .navbar {
    display: none;
    padding: 12px 0px;
    margin: 0
}
/* 
.navigation .nav .cs-submenu .cs-dropdown li.cs-submenu:nth-child(2n) .cs-dropdown,
.navigation .nav .cs-submenu .cs-dropdown li.cs-submenu:nth-child(3n) .cs-dropdown {
    width: 475px;
    text-align: left;
}

.navigation .nav .cs-submenu .cs-dropdown li.cs-submenu:nth-child(2n) .cs-dropdown li,
.navigation .nav .cs-submenu .cs-dropdown li.cs-submenu:nth-child(3n) .cs-dropdown li {
    display: inline-block;
    width: 49%;
    vertical-align: top;
} */

header {
    background: #fff;
}

.play_btn {
    color: #e36540;
    font-size: 30px;
    left: 50%;
    padding-left: 7px;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 1;
    width: 120px;
    height: 120px;
    line-height: 120px;
    border-radius: 100%;
    text-align: center;
    background: rgba(255, 255, 255, 0.6);
}

.play_btn:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 110px;
    height: 110px;
    background: #fff repeat scroll 0 0;
    border-radius: 100%;
    animation: pulse-border 1500ms ease-out infinite;
}

.play_btn i {
    display: block;
    position: relative;
    z-index: 3;
    color: #e36540;
    line-height: 124px;
    font-size: 43px;
}

.play_btn:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 110px;
    height: 110px;
    background: rgba(255, 255, 255, 0.2) repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 100%;
    transition: all 200ms;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -ms-transition: all 200ms;
    -o-transition: all 200ms;
    border: 1px solid #e36540;
}

@-webkit-keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

.footer-bottom {
    clear: both;
    background: #000;
    padding: 15px;
    color: #fff;
    font-size: 14px;
}

.support {
    background: #e36540;
    width: 56px !important;
    height: 56px !important;
    color: #333;
    font-size: 20px;
    position: fixed;
    right: 15px;
    bottom: 55px;
    cursor: pointer;
    z-index: 999;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 300ms ease-in-out;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16), 0px 3px 10px rgba(0, 0, 0, 0.16);
}

.support:hover {
    cursor: pointer;
}

.support img {
    transition: all 300ms ease-in-out;
    width: 60%;
}

.returntotop {
    background: #e21d27;
    width: 50px !important;
    height: 50px !important;
    color: #333;
    font-size: 20px;
    position: fixed;
    bottom: 121px !important;
    cursor: pointer;
    z-index: 999;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 300ms ease-in-out;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16), 0px 3px 10px rgba(0, 0, 0, 0.16);
}

.inner-fabs a {
    background: #f75d07;
    width: 50px;
    height: 50px;
    color: #fff;
    font-size: 20px;
    position: fixed;
    right: 20px;
    bottom: 55px;
    cursor: pointer;
    z-index: 99;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 300ms ease-in-out;
}

.whatsapp-fixed a {
    background: #f75d07;
    width: 60px !important;
    height: 60px !important;
    left: 22px !important;
    transition: all 300ms ease-in-out;
    text-align: center;
    padding: 12px;
    color: #fff;
    font-size: 20px;
    position: fixed;
    bottom: 55px;
    cursor: pointer;
    z-index: 99;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    transition: all 300ms ease-in-out;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16), 0px 3px 10px rgba(0, 0, 0, 0.16);
    background: #3fa732
}

.whatsapp-fixed a i {
    font-size: 36px;
}

.inner-fabs.show a {
    width: 45px !important;
    height: 45px !important;
    right: 22px !important;
    transition: all 300ms ease-in-out;
}

.inner-fabs.show a:nth-child(1) {
    bottom: 120px;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16), 0px 3px 10px rgba(0, 0, 0, 0.16);
}

.inner-fabs.show a:nth-child(2) {
    bottom: 173px;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16), 0px 3px 10px rgba(0, 0, 0, 0.16);
    background: #2c3d83;
}

.inner-fabs.show a:nth-child(3) {
    bottom: 225px !important;
}

a#returntotop {
    background: #444;
}

a#returntotop:hover {
    background: #f75d07;
}

#whatsapp .modal-body {
    padding: 0;
    min-height: 230px;
    overflow: hidden;
}

#whatsapp .modal-dialog {
    margin: 10% auto;
}

#whatsapp .close {
    float: right;
    font-size: 21px;
    font-weight: normal;
    line-height: 2;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
    position: absolute;
    right: -15px;
    z-index: 999;
    top: -13px;
    background: #e6aa1e;
    width: 30px;
    height: 30px;
    border-radius: 75%;
    line-height: 30px;
}

#whatsapp .close:hover {
    background: #c72125;
}

#whatsapp .modal-content {
    border-radius: 0;
    margin: 15px;
}

#whatsapp .modal-body {
    padding: 0;
    min-height: 230px;
    overflow: hidden;
}

#whatsapp .modal-body .modal_left {
    float: left;
    width: 42%;
    background: #187728;
    color: #fff;
    padding: 30px 25px;
    font-size: 15px;
}

#whatsapp .modal-body .modal_left i.fa.fa-whatsapp {
    font-size: 140px;

}

#whatsapp .modal-body .modal_left p {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 40px;
}

#whatsapp .modal-body .modal_left {
    height: 100%;
    min-height: 253px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#whatsapp .modal-body .modal_left p {
    margin-bottom: 0;
}

#whatsapp .modal-body .modal_right {
    float: left;
    width: 55%;
    padding: 40px 15px;
    position: relative;
    background: #fff;
}

.bmd-form-group {
    position: relative;
    padding-top: 27px;
}

.form-group.bmd-form-group .form-control {
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
}


.topar {
    padding: 0;
}

.header-top-links {
    text-align: center;
    margin: 0px;
    padding: 0px
}

.header-top-links li {
    display: inline-block;
}

.sendbt,
.callnowbt {
    float: none;
    display: inline-block;
    margin-top: 0;
}

.searchico {
    float: none;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 20px;
}

.socialar {
    float: none;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 20px;
}

.nbd-img #contact .keep-in-touch {
    padding: 50px 0;
}

.right-info {
    background: #f5f2e1;
    padding: 40px 35px;
}

.right-info ul li {
    position: relative;
    z-index: 1;
    padding: 0 0 0 45px;
    margin: 0 0 20px;
    line-height: 26px;
}

.right-info ul li span {
    display: block;
    margin: 0 0 10px;
}

.right-info ul li:last-child,
.right-info ul li span:last-child {
    margin: 0;
}

.right-info ul li:last-child span {
    margin: 0 0 5px;
}

.right-info ul li:last-child span:last-child {
    margin: 0;
}

.right-info ul li h3 {
    font-size: 20px;
    font-weight: bold;
    color: #212121;
}

.right-info ul li i {
    color: #e36540;
    font-size: 28px;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
}

.right-info ul li a {
    color: #212121;
}

.right-info ul li a:hover {
    color: #e36540;
}

@media (min-width: 320px) and (max-width: 767px) {
    .enarea h1 {
        font-size: 24px !important;
        line-height: 30px !important
    }
}

.spangle-product-block {
    padding: 10px;
    box-shadow: 0px 0px 5px #ccc;
    margin-bottom: 25px;
}

.spangle-product-block img {
    width: 100%
}

.spangle-product-block h3 {
    color: #e36540;
    font-weight: 600;
    margin-top: 5px;
}

.spangle-product-block p {
    font-size: 15px;
    line-height: 25px;
    text-align: left;
}

.spangle-product-block .inquire_now {
    padding: 8px 25px;
    background: #333;
    color: #fff;
    font-size: 14px;
    display: block;
    text-align: center;
}

.details-img-custom {
    width: 100%;
    margin: auto;
    position: relative;
}

.single-product-image {
    width: 100%;
    background: #f5f5f5;
    text-align: center;
    overflow: hidden;
    position: relative;
    height: 255px;
}

.single-product-image img {
    position: absolute;
    /*padding: 8px;*/
    max-width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    /*    height: 100%;*/
}

.blur-img {
    width: 100%;
    position: absolute;
    left: 0px;
    padding: 0px;
    top: 0px;
    bottom: 0px;
}

.blur-img img {
    width: 100%;
    height: 100%;
    padding: 0px;
    -webkit-filter: blur(5px);
    filter: blur(5px);
}

.main-img {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    right: 0px;
    z-index: 1;
}


.spangle-product-block table p,
.spangle-product-block td,
.spangle-product-block th {
    margin: 0px !important;
    text-align: center !important;
    padding: .5rem .8rem !important;
}


.box_border {
    border: 1px #e36540 solid;
    padding: 20px;
    margin: 0px 0 10px;
}

.box_content p {
    font-size: 18px;
    margin-bottom: 2px;
    font-family: arial;
}

.box_table table>tbody>tr>td:first-child {
    border: 1px solid #ccc;
    color: #848484 !important;
    width: 40%;

    background: #f2f2f2;
}

.box_table table>tbody>tr>td {
    border: 1px solid #ccc;
    width: 60%;
    font-size: 16px;
    line-height: 20px;
    color: #000 !important;
    font-weight: 600;
    background: #f2f2f2;
}

tr:first-child {
    background: unset !important;
}

.box_table table {
    width: 100%;
}

.product_image {
    width: 100%;
    height: 300px;
    position: relative;
    border: 1px solid #ccc;
}

.product_image img {
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 100%;
    width: auto;
}

#moretext {
    display: none;
    margin-bottom: 20px;
    margin-top: 10px;
}

#readmore_show {
    color: #333;
    font-size: 14px;
    border: none;
    padding: 0;
    font-weight: 600;
    background: transparent;
    border: 0;
    outline: 0;
    display: block;
    margin-top: 10px;
    position: relative;
    width: 100%;
    text-align: left;
}

.box_img_btn {
    width: auto;
    background: #ed3237;
    color: #FFFFFF !important;
    text-decoration: none;
    font-size: 15px;
    font-weight: 300;
    padding: 8px 20px;
    margin: 10px auto;
    display: inline-block;
    border: 0;
}

.box_toggle:hover {
    color: #ed3237 !important;
}

.btn_inquire_now {
    padding: 8px 25px;
    background: #333;
    color: #fff;
    font-size: 14px;
    outline: 0;
    margin: 10px auto;
}

.links ul {
    margin-top: 12px !important;
}

.links ul li {
    display: inline-block !important;
    cursor: pointer;
    margin-right: 5px;
}

.links ul li i {
    height: 35px;
    width: 35px;
    background: #444;
    color: #fff;
    border-radius: 50%;
    line-height: 35px;
    text-align: center;
    font-size: 16px;
    display: inline-block;
}

.links ul li i.fa-whatsapp:hover {
    background: #01e675;
    color: #fff;
}

.links ul li i.fa-facebook:hover {
    background: #3c5899;
    color: #fff;
}

.links ul li i.fa-twitter:hover {
    background: #5ea9dd;
    color: #fff;
}

.links ul li i.fa-linkedin:hover {
    background: #0e76a8;
    color: #fff;
}

.box_content h3 {
    color: #e36540;
    font-size: 20px;
}

.modal-header .close:focus {
    outline: 0;
}


.video-section {
    float: left;
    width: 100%;
    margin: 0;
    padding: 30px 0 30px;
    position: relative;
}



.video-section .video-inner .video-content a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #f26529;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    text-align: center;
    background: #fff;
    border-radius: 100%;
}

.video-section .video-inner .video-content a svg {
    width: 30px;
    height: 30px;
}

.video-section .video-inner .video-content a:hover {
    background: #f26529;
    color: #fff;
}

.video-section .video-inner .video-content {
    position: relative;
    text-align: center;
}

.video-section {
    float: left;
    width: 100%;
    margin: 0;
    padding: 30px 0;
    position: relative;
}

.video-section .video-inner {
    position: relative;
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    border-radius: 6px;
    overflow: hidden;
}

.video-section .video-inner img.video-thumbnail {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 6px;
}

.video-section .video-content {
    position: absolute !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 2;
}

.video-section .video-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #f26529;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    text-align: center;
    background: #fff;
    border-radius: 100%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

.video-section .video-btn svg {
    width: 30px;
    height: 30px;
}

.video-section .video-btn:hover {
    background: #f26529;
    color: #fff;
}



@media(max-width:768px) {
    .video-section .video-inner {
        width: 100%;
        padding: 0;
        max-height: inherit;
        margin: 0 auto;
    }
}

.custom-product-box ul li{
    line-height: 30px;
}

.vertical-center-1,
.vertical-center-1 img{
    aspect-ratio: 97 / 40;
    overflow: hidden;
}

.market-list {
    list-style: none;
    margin-bottom: 0;
    padding: 0;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
  }
  
  .market-list li {
    margin: 0;
    padding: 0;
    list-style: none;
    width: calc(100% / 5 - 10px);
  }
  
  .market-list li a {
    padding: 10px 12px;
    background-color: #E8E8E8;
    color: #222;
    font-size: 14px;
    transition: 0.2s ease-in-out;
    display: block;
    line-height: 1.5;
  }
  
  .market-list li a:hover {
    background-color: #e36540;
    color: white !important;
  }
  
  
  @media (max-width:650px) {
    .market-list li {
      width: calc(100% / 2 - 10px) !important;
    }
  }
  


/* Mobile bottom bar */
#mobile-bottom-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  display:none;
}
.bottom-btn {
  flex: 1;
  text-align: center;
  padding: 12px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  cursor: pointer;
}
.bg-call { background-color:#e3653f;}
.bg-success { background: #25d366; }
.bg-info { background: #a94442; }

/* Popup */
.chat-popup {
  display: none;
  position: fixed;
  bottom: 90px;
  left: 20px;
  width: 300px;
  border-radius: 15px;
  overflow: hidden;
  animation: fadeInUp 0.5s;
  z-index: 10000;
}
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(0,0,0,0.3); }
  70% { box-shadow: 0 0 0 10px rgba(0,0,0,0); }
  100% { box-shadow: 0 0 0 0 rgba(0,0,0,0); }
}
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}
@media (max-width:767px){
    #mobile-bottom-bar{
        display:flex;
    }
    .whatsapp-fixed{
        display:none;
    }
    .support{
        display:none !important;
    }
    .mobile_hide{
        display:none !important;
    }
}
