@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700&family=Roboto:wght@100;300;400&display=swap');


body {
    margin: 0;
    padding: 0;
    font-family: 'Lato', sans-serif;
    background-color: #fff
}

@media only screen and (min-width: 992px) and (max-width: 1920px) {
    .container {
        max-width: 96%
    }
}

:root {
    --white: #ffffff;
    --light: #f0eff3;
    --black: #000000;
    --dark-blue: #1f2029;
    --dark-light: #353746;
    --red: #da2c4d;
    --yellow: #f8ab37;
    --grey: #ecedf3;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto", sans-serif;
    margin-top: 10px
}

h2 {
    font-size: 25px
}

h3,
h4 {
    font-size: 18px
}
img{max-width: 100%;}
p {
    font-family: "Roboto", sans-serif;
    font-size: 16px
}

.clr {
    clear: both
}

.text-theme {
    color: #0000a1
}

.text-whiteblack {
    color: #fff;
    text-shadow: 1px 1px 1px #000
}

.height5 {
    height: 5px
}

.height10 {
    height: 10px
}

.height15 {
    height: 15px
}

.height20 {
    height: 20px
}

.height25 {
    height: 25px
}

.height30 {
    height: 30px
}

.font-size12 {
    font-size: 12px !important
}

.font-size14 {
    font-size: 14px !important
}

.font-size20 {
    font-size: 20px !important
}

.pad0 {
    padding: 0 !important
}

.pad5 {
    padding-left: 5px !important;
    padding-right: 5px !important
}

.pad12 {
    padding-left: 12px !important;
    padding-right: 12px !important
}

.pad-10 {
    padding-left: 10px;
    padding-right: 10px;
    display: block
}

.mbottom10 {
    margin-bottom: 10px
}

.mbottom16 {
    margin-bottom: 16px
}

.padmar10 {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 5px;
    margin-bottom: 10px
}

.img-100 {
    width: 100%
}

ul.list,
ol.list {
    margin: 10px 0;
    padding: 0;
    margin-bottom: 15px
}

ul.list li,
ol.list li {
    margin-left: 15px;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    padding-bottom: 4px;
    color: #D0D0D0
}

ul.list li a:hover,
ol.list li a:hover {
    color: #0000a1
}

ul.list.white li a,
ol.list.white li a {
    color: #fff
}

ul.list.white li a:hover,
ol.list.white li a:hover {
    color: #0000a1
}

.relative-block {
    position: relative
}

.border-radius5 {
    border-radius: 5px
}

.relativeblock {
    position: relative;
    display: block
}

.bg-dot {
    background-image: url("../images/bg.png");
    display: block
}

.inline-item {
    display: inline-block
}

.btn-style {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    font-family: "Roboto", sans-serif;
    padding: 8px 30px;
    font-weight: 600;
    overflow: hidden;
    border-radius: 3px;
    overflow: hidden;
    text-transform: capitalize;
    background-color: #0000a1;
    text-decoration: none;
    outline: none;
    background:linear-gradient(180deg, rgb(230 28 37) 0%, rgb(191 3 3) 65%, rgb(213 2 2) 100%);
}
.mobile-mr-5 {
    margin-right: 3rem !important;
}

@media (max-width: 767px) {
    .mobile-mr-5 {
        margin-right: 0 !important;
    }
    .btn-style {
        padding: 8px 15px
    }
    .mobile-display
    {
        display : block;
    }
    .desktop-display
    {
        display : none !important;
    }
    
}

@media (min-width: 768px) {
    .mobile-display
    {
        display : none !important;
    }
}


.btn-style.expadding {
    padding: 10px 30px !important
}

.btn-style:before {
    position: absolute;
    content: '';
    left: 0;
    top: 100%;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 1;
    background-color: #272309;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease
}

.btn-style span {
    position: relative;
    z-index: 3;
    color: #fff
}

.btn-style:hover span {
    color: #fff !important
}

.btn-style:hover:before {
    top: 0
}

.rating-block {
    color: #000;
    text-decoration: none
}

.rating-block .rating-box {
    background: url(../images/star-gray.png) left top repeat-x;
    display: inline-block;
    height: 18px;
    text-align: left;
    width: 90px;
    vertical-align: top;
    margin-right: 10px
}

.rating-block .rating-box .rating {
    background: url(../images/star-yellow.png) left top repeat-x;
    height: 18px
}

.rating-block .rating-value {
    position: relative;
    top: -3px
}

.owl-carousel-style {
    display: block;
    width: 100%;
    position: relative
}

.owl-carousel-style .owl-item img {
    width: auto
}

.owl-carousel-style .owl-nav button.owl-prev i,
.owl-carousel-style .carousel-style .owl-nav button.owl-next i {
    line-height: 60px;
    font-weight: 600
}

.owl-carousel-style .owl-nav button.owl-prev,
.owl-carousel-style .owl-nav button.owl-next {
    position: absolute;
    top: 35%;
    width: 30px;
    height: 70px;
    background-color: rgba(255, 255, 255, 0.8) !important;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
    font-size: 23px
}

.owl-carousel-style .owl-nav button.owl-prev:hover,
.owl-carousel-style .owl-nav button.owl-next:hover {
    background-color: #0000a1 !important;
    color: #fff
}

.owl-carousel-style .owl-nav button.owl-prev.disabled,
.owl-carousel-style .owl-nav button.owl-next.disabled {
    cursor: not-allowed
}

.owl-carousel-style.brand .owl-nav button.owl-prev,
.owl-carousel-style.brand .owl-nav button.owl-next {
    top: 18%
}

.owl-carousel-style .owl-nav button.owl-prev {
    left: 0px
}

.owl-carousel-style .owl-nav button.owl-next {
    right: 0px
}

.fixed_img {
    width: 100%;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover !important;
    background-attachment: fixed !important;
    height: 100% !important;
    display: block;
    position: relative
}

.fixed-overlay {
    background-color: #bdbdff;
    background-image: url(../images/bg.png);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    display: block;
    opacity: 0.3
}

.fixed-overlay2 {
        background-color: #0000a1;
    background-image: url(../images/bg.png);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    display: block;
    opacity: 0.8
}

.sec-bg1 {
    background: url(../images/resource/paralax-1.jpg) no-repeat center
}

.sec-bg2 {
    background: url(../images/resource/paralax-2.jpg) no-repeat right
}

.sec-bg3 {
    background: url(../images/resource/paralax-3.jpg) no-repeat right
}

.block-paralax {
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative
}

ul.productblocklist {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

ul.productblocklist li {
    width: 20%;
    float: left;
    padding: 5px;
    margin: 0
}

@media (max-width: 767px) {
    ul.productblocklist li {
        width: 50%;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

ul.productblocklist-search {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

ul.productblocklist-search li {
    width: 25%;
    float: left;
    padding: 5px;
    margin: 0
}

@media (max-width: 767px) {
    ul.productblocklist-search li {
        width: 50%;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

.problock {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    /*border: 2px solid #f5f8fa;*/
    position: relative;
    background-color: #f5f8fa;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    margin: 10px 0;
}

.problock .favorites {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 1;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 37px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.8);
    color: #000;
    text-decoration: none
}

.problock .favorites:after {
    content: "\f11d";
    font-family: 'icomoon';
    font-size: 20px
}

.problock .favorites:hover:after,
.problock .favorites.active:after {
    content: "\e905";
    font-family: 'icomoon';
    color: #FF4346
}

.problock .imgblock {
    position: relative;
    width: 100%;
    border-radius: 5px
}

.problock .imgblock:after {
    content: '';
    display: block;
    padding-bottom: 100%;
    background-color: #fff
}

.problock .imgblock .addtocart {
    width: 110px;
    position: absolute;
    top: 62%;
    left: 0;
    right: 0;
    margin: auto;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 0;
    display: table;
    text-align: center;
    font-size: 0;
    font-weight: bold;
    color: #000;
    z-index: 1;
    visibility: hidden;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease
}

@media (max-width: 768px) {
    .problock .imgblock .addtocart {
        top: 72%
    }
}

.problock .imgblock .addtocart:hover {
    background-color: #0000a1;
    color: #fff
}

.problock .imgblock:hover .addtocart {
    visibility: visible;
    font-size: 13px;
    padding: 10px 15px;
    border-radius: 20px
}

.problock .imgblock a {
    position: absolute;
    width: 100%;
    height: 100%;
    text-decoration: none;
    background-color: #F5F5F5
}

.problock .imgblock a .quickview {
    width: 110px;
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    margin: auto;
    background-color: rgb(216 4 3);
    padding: 0;
    display: table;
    text-align: center;
    font-size: 0;
    font-weight: bold;
    color: #FFF;
    z-index: 1;
    visibility: hidden;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
    background: linear-gradient(180deg, rgb(230 28 37) 0%, rgb(191 3 3) 65%, rgb(213 2 2) 100%);
}

.problock .imgblock a:hover .quickview {
    visibility: visible;
    font-size: 13px;
    padding: 10px 15px;
    border-radius: 20px
}

.problock .imgblock .img-size {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 5px;
    background: #fff url(../images/transparent-logo.png) no-repeat center
}

.problock .contentblock {
    width: 100%;
    padding: 15px;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    left: 0;
    right: 0;
    bottom: 12px
}

.problock .contentblock .title-name {
    font-size: 15px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    margin: 0;
    padding-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.problock .contentblock .title-name a {
    color: #000;
    text-decoration: none
}

.problock .contentblock .title-name a:hover {
    color: #0000a1
}

.problock .contentblock .price {
    font-size: 17px;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    color: #000
}

.problock .contentblock .price del {
    color: red;
    font-size: 14px;
    margin-left: 10px;
    margin-right: 10px;
}

.problock .contentblock .price .off-price {
    color: #04A62F;
    font-size: 14px;
    font-weight: bold;
}
@media (max-width: 767px) {
    .problock .contentblock .price del {
        margin-left: 0;
        display: block
    }
}

.problock .contentblock .price .offer {
    color: #fff;
    font-size: 12px;
    position: absolute;
    bottom: 95px;
    left: 5px;
    background-color: #04A62F;
    padding: 2px 9px;
    border-radius: 20px;
    z-index: 1
}

.problock .contentblock .free-shipping {
    font-size: 16px;
    color: #26781A
}

.headingstyle {
    display: block;
    text-align: center
}

.headingstyle .headingline {
    width: auto;
    position: relative;
    display: inline-block
}

.headingstyle .headingline:before,
.headingstyle .headingline:after {
    content: '';
    position: absolute;
    top: 17px;
    width: 40px;
    height: 3px;
    background-color: #0000a1;
    display: block
}

.headingstyle .headingline:before {
    left: -45px
}

.headingstyle .headingline:after {
    right: -45px
}

.headingstyle-white {
    display: block;
    text-align: center
}

.headingstyle-white .headingline {
    width: auto;
    position: relative;
    display: inline-block
}

.headingstyle-white .headingline:before,
.headingstyle-white .headingline:after {
    content: '';
    position: absolute;
    top: 17px;
    width: 40px;
    height: 3px;
    background-color: #fff;
    display: block
}

.headingstyle-white .headingline:before {
    left: -45px
}

.headingstyle-white .headingline:after {
    right: -45px
}

.headingstyle-left {
    display: block
}

.headingstyle-left .headingline {
    width: auto;
    position: relative;
    display: inline-block
}

.headingstyle-left .headingline:after {
    content: '';
    position: absolute;
    top: 17px;
    right: -45px;
    width: 40px;
    height: 3px;
    background-color: #0000a1;
    display: block
}

.opacity-animate3 {
    margin-top: 40px;
    animation: opt-animation3 1s;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@-webkit-keyframes opt-animation3 {
    0% {
        opacity: 0;
        transform: scale(0.75)
    }
    100% {
        opacity: 1;
        transform: scale(1)
    }
}

@-moz-keyframes opt-animation3 {
    0% {
        opacity: 0;
        transform: scale(0.75)
    }
    100% {
        opacity: 1;
        transform: scale(1)
    }
}

@-o-keyframes opt-animation3 {
    0% {
        opacity: 0;
        transform: scale(0.75)
    }
    100% {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes opt-animation3 {
    0% {
        opacity: 0;
        transform: scale(0.75)
    }
    100% {
        opacity: 1;
        transform: scale(1)
    }
}

@-webkit-keyframes menu_sticky {
    0% {
        margin-top: -100px
    }
    50% {
        margin-top: -90px
    }
    100% {
        margin-top: 0
    }
}

@keyframes menu_sticky {
    0% {
        margin-top: -100px
    }
    50% {
        margin-top: -90px
    }
    100% {
        margin-top: 0
    }
}

#back-top {
    position: fixed;
    bottom: 15px;
    right: 20px;
    z-index: 1000;
    display: none;
    margin-left: 500px;
    width: 35px;
    height: 35px;
    background: #e61c25;
    border: 1px solid #e61c25;
    color: white;
    text-align: center;
    cursor: pointer;
    -webkit-animation: movebounce 3.6s linear infinite;
    animation: movebounce 3.6s linear infinite;
    line-height: 31px;
    border-radius: 50%;
    background: linear-gradient(180deg, rgb(230 28 37) 0%, rgb(191 3 3) 65%, rgb(213 2 2) 100%);
}

#back-top:hover {
    color: white;
    background: linear-gradient(180deg, rgb(230 28 37) 0%, rgb(191 3 3) 65%, rgb(213 2 2) 100%);
}

#back-top i {
    line-height: 35px;
    font-size: 12px;
    margin: 0px;
    padding: 0px
}

header {
    width: 100%;
    position: relative;
    z-index: 20;
    background-color: #ffffff;
    /*border-top: 1px solid #dedede;*/
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 31, 36, 0.3);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 31, 36, 0.3);
    box-shadow: 0px 3px 5px 0px rgba(0, 31, 36, 0.3)
}

header .topheader {
    width: 100%;
    display: inline-block;
    background-color: #f6f6f6;
    border-bottom: 1px solid #e8e8e8
}

@media (max-width: 991px) {
    header .topheader {
        display: none
    }
}

header .topheader .welcome-text {
    color: #4b5656;
    font-size: 13px;
    padding-top: 7px;
    margin: 0;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    letter-spacing: 1px
}

header .m-menu {
    display: block;
    margin-top: 18px;
    margin-right: 15px;
    cursor: pointer;
    background-color: #F5F5F5;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    font-size: 18px;
    float: left
}

@media (max-width: 991px) {
    header .m-menu {
        margin-top: 8px
    }
}

header .header-bg {
    display: block;
    width: 100%
}

header .logo {
    height: 60px;
    padding-top: 5px;
    float: left;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease
}

@media (max-width: 991px) {
    header .logo {
        height: 50px
    }
}

header .logo img {
    height: 100%;
    width: auto
}

header ul.toplist {
    list-style: none;
    float: right;
    display: inline-block;
    width: auto;
    margin: 0;
    padding: 5px 0
}

header ul.toplist li {
    width: auto;
    float: left;
    position: relative;
    margin: 0 3px
}

@media (max-width: 991px) {
    header ul.toplist li {
        margin: 3px
    }
}

header ul.toplist li:after {
    content: '|';
    color: #ccc;
    position: absolute;
    top: 2px;
    right: -5px
}

header ul.toplist li:last-child:after {
    content: ''
}

header ul.toplist li a {
    float: left;
    text-decoration: none;
    color: #173980;
    font-size: 13px;
    padding: 5px;
    position: relative;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    letter-spacing: 1px
}

header .search {
    width: 100%;
    float: left;
    display: block;
    padding-top: 12px;
    position: relative
}

@media (max-width: 991px) {
    header .search {
        padding-top: 5px;
        padding-bottom: 5px
    }
}

@media (max-width: 768px) {
    header .search {
    position: absolute;
    width: 100vw;
    padding: 2px 10px 5px;
    top: 50px;
    left: -25vw;
    background-color: #f6f6f6;
    }
}

header .search .input-group {
    margin-bottom: 0
}

header .search .input-group .form-control {
    height: 40px;
    box-shadow: none;
    border-radius: 20px 0 0 20px;
    outline: none;
    border-color: #d80403;
    border-right: none;
    font-size: 14px;
    padding-left: 15px;
    background-color: rgba(255, 255, 255, 0.8);
    color: #000;
    border-right-color: rgba(255, 255, 255, 0.8)
}

header .search .input-group .form-control:focus {
    border-color: #0000a1;
    border-right-color: transparent;
    outline: none
}

header .search .input-group .btn-search {
    font-size: 18px;
    border-radius: 0 20px 20px 0;
    padding-top: 0px;
    padding-bottom: 0px;
    height: 40px;
    border-color: #d80403;
    border-left: none;
    color: #ffffff;
    background-color: #d80403;
    margin-left: 1px;
    outline: none;
    width: 52px;
    background:linear-gradient(180deg, rgb(230 28 37) 0%, rgb(191 3 3) 65%, rgb(213 2 2) 100%);
}

header .search .input-group .btn-search i {
    position: relative;
    top: 1px;
    right: 10px;
}

/*header .search .input-group .btn-search:hover {
    color: #000
}*/

header .rightcartblock {
    float: right;
    width: auto;
    padding-bottom: 0px;
    margin-top: 12px
}

@media (max-width: 991px) {
    header .rightcartblock {
    position: absolute;
    top: -7vw;
    right: 5px;
    z-index: 2;
    margin-top: 0;
    }
}

header .rightcartblock .needhelp {
    width: auto;
    display: inline-block;
    margin-right: 10px;
    font-size: 14px;
    margin-top: 3px
}

header .rightcartblock .needhelp a {
    text-decoration: none
}

header .rightcartblock .needhelp i {
    color: #4FCE5D;
    font-size: 20px;
    position: relative;
    top: 3px
}

@media (max-width: 991px) {
    header .rightcartblock .needhelp {
        margin-right: 5px
    }
    header .rightcartblock .needhelp span {
        display: none
    }
}

header .rightcartblock ul {
    list-style: none;
    margin: 0;
    padding: 0;
    float: right
}

header .rightcartblock ul li {
    display: inline-block;
    margin: 5px 3px;
    position: relative;
    vertical-align: top
}

header .rightcartblock ul li.mob-menu {
    display: none
}

@media (max-width: 991px) {
    header .rightcartblock ul li.mob-menu {
        display: inline-block;
        color: #000
    }
    header .rightcartblock ul li.mob-menu a {
        cursor: pointer;
        position: relative
    }
}

header .rightcartblock ul li a {
    padding: 5px;
    text-decoration: none;
    color: #000
}

header .rightcartblock ul li a i {
    font-size: 18px
}

header .rightcartblock ul li .ename {
    display: inline-block;
    width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    top: 5px
}

header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    -webkit-animation-name: menu_sticky;
    animation-name: menu_sticky;
    -webkit-animation-duration: 0.60s;
    animation-duration: 0.60s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@media (max-width: 991px) {
    header.sticky ul.toplist {
        display: none
    }
}

.designhelp {
    display: none;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 2;
    cursor: pointer;
    color: #0000a1
}

@media (max-width: 991px) {
    .designhelp {
        display: none
    }
}

.left-menu {
    width: 230px;
    height: 100%;
    display: block;
    margin: 0;
    background-color: #f6f6f6;
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 10;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
    padding-top: 10px
}

@media (max-width: 991px) {
    .left-menu {
        border-top: 3px solid #0000a1
    }
}

.left-menu .left-logo {
    width: 65%;
    display: block;
    padding: 10px 15px
}

.left-menu .left-closemenu {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 12;
    cursor: pointer;
    display: block;
    width: auto;
    padding: 5px;
    color: #0000a1
}

.left-menu.menu-open {
    left: 0
}

.left-menu ul.left-menublock {
    padding: 0;
    margin: 0;
    width: 100%;
    max-height: 450px;
    overflow-y: auto
}

.left-menu ul.left-menublock li {
    width: 100%;
    display: block;
    margin: 0;
    font-size: 15px
}

.left-menu ul.left-menublock li:after {
    display: none
}

.left-menu ul.left-menublock li a {
    width: 100%;
    text-decoration: none;
    padding: 12px 15px;
    display: block;
    color: #000;
    font-family: "Roboto", sans-serif
}

.left-menu ul.left-menublock li a .username {
    font-size: 12px;
    padding-left: 25px;
    color: #666
}

.left-menu ul.left-menublock li a i {
    margin-right: 5px
}

.left-menu ul.left-menublock li a:hover {
    color: #0000a1;
    background-color: rgba(255, 255, 255, 0.1)
}

.left-menu .signblock {
    padding: 20px 15px
}

.cartvalue {
    position: absolute;
    right: -5px;
    bottom: -4px;
    width: 20px;
    height: 20px;
    display: block;
    text-align: center;
    border-radius: 50%;
    background-color: #d80403;
    color: #fff;
    font-size: 10px;
    line-height: 20px;
    z-index: 2;
    background:linear-gradient(180deg, rgb(230 28 37) 0%, rgb(191 3 3) 65%, rgb(213 2 2) 100%);
}

@media (max-width: 991px) {
    .col-m {
        width: 100%;
        display: block;
        flex: inherit
    }
    .full-mw {
        max-width: 100%
    }
}

.mobileheight {
    display: none
}

@media (max-width: 767px) {
    .d_mobilenon{display: none;}
    .mobileheight {
        display: block;
        height: 18px
    }
}

.carousel-control-next,
.carousel-control-prev {
    width: 6%
}

@media only screen and (min-width: 768px) and (max-width: 3000px) {
    .menu-overlay {
        display: none
    }
    .menubg {
        background-color: #d80403;
        display: block;
        width: 100%;
        background:linear-gradient(180deg, rgb(230 28 37) 0%, rgb(191 3 3) 65%, rgb(213 2 2) 100%);
    }
    .main-nav {
        width: auto;
        display: table;
        margin: 0 auto
    }
    .main-nav .menu {
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
        justify-content: center;
        /*width: 93vw;*/
    }
    .main-nav .menu li {
        position: relative;
        float: left;
        margin: 0;
        padding: 0
    }
    .main-nav .menu li a {
        font-weight: 600;
        font-size: 14px;
        text-decoration: none;
        color: #fff;
        display: block;
        padding: 12px 15px;
        transition: background 0.25s;
        font-family: "Roboto", sans-serif;
        position: relative
    }
    .main-nav > .menu > li > a{text-transform: uppercase;font-size: 15px;
    padding: 12px 15px 11px;}
    .main-nav .menu li:hover a {
        color: #0000a1;
        background-color: #fff
    }
    .main-nav .menu li.megamenu-container {
        position: static
    }
    .main-nav .menu li.sclist_container {
        position: static
    }
    .main-nav .menu li .menu-title {
        color: #434d53;
        margin: 5px 0;
        letter-spacing: 1px;
        width: 100%;
        line-height: 18px;
        /*white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis*/
    }
    .main-nav .menu li .menu-title a {
        font-weight: bold;
        color: #000
    }
    .main-nav .menu li .menu-title a:hover {
        color: #0000a1
    }
    .main-nav .menu li:hover>ul,
    .main-nav .menu li:hover>.megamenu {
        display: block
    }
    .main-nav .menu .mainsub {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 99;
    width: 97%;
    margin: auto;
    background-color: #ffffff;
    box-shadow: 0 29px 29px rgb(0 0 0 / 10%);
    padding: 10px;
    /*overflow: hidden;*/
   /* overflow-y: auto;*/

    }
    .main-nav .menu .mainsub-sd {
        width: 200px;
    }
    .main-nav .menu .submainsub{
        display: none;
        position: absolute;
    left: 0;
    right: 0;
    top: 80%;
    z-index: 999;
    width: 100%;
    margin: auto;
    /*min-height: 100px;*/
    background-color: #fff;
    box-shadow: 0 29px 29px rgb(0 0 0 / 10%);
    padding: 10px;
   /* overflow: hidden;*/
    /*overflow-y: auto;*/
    }
    .main-nav .menu .submainsub_sub{display: none;
        display: none;
        position: absolute;
    left: 0;
    right: 0;
    top: 80%;
    z-index: 9999;
    width: 100%;
    margin: auto;
    /*min-height: 100px;*/
    background-color: #fff;
    box-shadow: 0 29px 29px rgb(0 0 0 / 10%);
    padding: 10px;
    /*overflow: hidden;*/
    /*overflow-y: auto;*/}
    .main-nav .menu ul li {
        display: block;
        width: 100%;
    }
    /*.main-nav .menu ul .slist a {*/
    /*    padding: 6px 15px !important;*/
    /*}*/
    .main-nav .menu ul li a {
        color: #575757 !important
    }
    .main-nav .menu ul li a:hover {
        background-color: #F0FAFF !important;
        color: #0000a1 !important
    }
    .main-nav .menu ul ul {
        top: 0px;
        left: 100%
    }
    .main-nav .menu .megamenu {
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        z-index: 999;
        width: 100%;
        margin: auto;
        height: 270px;
        background-color: #fff;
        box-shadow: 0 29px 29px rgba(0, 0, 0, 0.1);
        padding: 10px;
        overflow: hidden;
        overflow-y: auto;
    }
    .main-nav .menu .megamenu a {
        font-size: 14px;
        padding: 7px 10px 7px 0;
        color: #434d53;
        font-family: "Roboto", sans-serif;
        width: auto;
        display: inline;
        position: relative
    }
    .main-nav .menu .megamenu ul {
        min-width: 0;
        box-shadow: none;
        position: static;
        display: block;
        padding: 0 0 10px 0
    }
    .main-nav .menu .megamenu ul li a {
        padding: 4px 8px;
        display: block;
        font-size: 14px;
        font-weight: normal
    }
    .main-nav .menu .megamenu .banner1 .imgbsize {
        width: 100%;
        height: 430px;
        object-fit: cover
    }
}

@media (max-width: 767px) {
    .menubg {
        background-color: transparent
    }
    .main-nav .menu li a {
        font-size: 12px;
        padding: 10px
    }
}

@media (max-width: 767px) {
    body.openmenu {
        overflow: hidden
    }
    .menu-overlay {
        background-color: rgba(0, 0, 0, 0.4);
        width: 100%;
        height: 100%;
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 8
    }
    .menu-overlay.openmenu {
        display: block
    }
    .main-nav {
        width: 250px;
        height: 100%;
        display: block;
        margin: 0;
        background-color: #f6f6f6;
        position: fixed;
        top: 50px;
        left: -100%;
        z-index: 10;
        -webkit-transition: all 0.6s ease;
        -moz-transition: all 0.6s ease;
        -o-transition: all 0.6s ease;
        -ms-transition: all 0.6s ease;
        transition: all 0.6s ease
    }
    .main-nav.openmenu {
        left: 0
    }
    .main-nav .menu {
        max-height: 620px;
        overflow-y: auto;
        margin: 0;
        padding: 0;
        list-style: none
    }
    .main-nav .menu li {
        position: relative;
        float: left;
        margin: 0;
        padding: 0;
        width: 100%
    }
    .main-nav .menu li.categorie {
        position: relative
    }
    .main-nav .menu li a {
        font-weight: 600;
        font-size: 13px;
        text-decoration: none;
        color: #696969;
        display: block;
        padding: 10px 15px;
        transition: background 0.25s;
        font-family: "Roboto", sans-serif;
        position: relative;
        margin-bottom: 1px
    }
    .main-nav .menu li a:hover {
        color: #0000a1;
        background-color: #F3F3F3
    }
    .main-nav .menu li a:focus {
        background-color: #E7F6FF;
        color: #0000a1
    }
    .main-nav .menu li.megamenu-container {
        position: relative
    }
    .main-nav .menu li .menu-title {
        color: #434d53;
        margin: 5px 0;
        letter-spacing: 1px;
        width: 100%;
        line-height: 18px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }
    .main-nav .menu li .menu-title a {
        font-weight: bold;
        color: #000
    }
    .main-nav .menu li .menu-title a:hover {
        color: #0000a1
    }
    .main-nav .menu ul {
        display: none;
        width: 100%;
        padding: 0;
        list-style: none;
        position: relative;
        top: 100%;
        left: 0;
        z-index: 99;
        background-color: rgba(220, 220, 220, 0.8)
    }
    .main-nav .menu ul.catelist {
        max-height: 300px;
        overflow-y: auto
    }
    .main-nav .menu ul li {
        width: 100%;
        display: block
    }
    .main-nav .menu ul ul {
        top: 100%;
        left: 0;
        background-color: rgba(208, 212, 214, 0.2);
        position: relative;
        z-index: 99
    }
    .main-nav .menu ul ul.subcatelist {
        max-height: 200px;
        overflow-y: auto;
        background-color: rgba(185, 194, 198, 0.5);
        margin-bottom: 1px
    }
    .main-nav .menu .megamenu {
        display: none;
        position: relative;
        left: 0;
        right: 0;
        top: 100%;
        z-index: 999;
        width: 100%;
        margin: auto;
        height: 350px;
        background-color: #EBEBEB;
        padding: 10px;
        overflow-y: auto;
        overflow-x: hidden
    }
    .main-nav .menu .megamenu a {
        font-size: 14px;
        padding: 7px 10px 7px 0;
        color: #434d53;
        font-family: "Roboto", sans-serif;
        width: auto;
        display: inline;
        position: relative
    }
    .main-nav .menu .megamenu ul {
        min-width: 0;
        box-shadow: none;
        position: static;
        display: block;
        padding: 0 0 10px 0;
        background-color: transparent
    }
    .main-nav .menu .megamenu ul li a {
        padding: 6px 8px;
        display: block;
        font-size: 14px;
        font-weight: normal
    }
    .main-nav .menu .sub {
        position: relative
    }
    .main-nav .menu .sub:after {
        content: '\f162';
        font-family: 'icomoon';
        color: #0000a1;
        font-size: 7px;
        position: absolute;
        top: 15px;
        right: 10px
    }
}



.mb-5 {
    margin-bottom: 2rem !important
}

.pass-show {
    position: absolute;
    top: 6px;
    right: 10px;
    z-index: 2;
    cursor: pointer;
    font-size: 22px
}

.pass-show .icon-eye-block {
    display: none
}

.pass-show.pass-hide .icon-eye-block,
.pass-show.cpass-hide .icon-eye-block {
    display: block
}

.pass-show.pass-hide .icon-eye,
.pass-show.cpass-hide .icon-eye {
    display: none
}

.c-shopping {
    color: #000;
    text-decoration: none
}

.c-shopping:hover {
    color: #0000a1
}



ul.typeahead {
    padding: 8px 12px;
    background: #fff;
    margin: 0px;
    padding: 10px 10px;
    position: absolute;
    list-style: none;
    left: 0;
    z-index: 111;
    top: 100%;
    min-height: 115px;
    max-height: 345px;
    overflow: auto;
    width: 100%;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 31, 36, 0.3);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 31, 36, 0.3);
    box-shadow: 0px 3px 5px 0px rgba(0, 31, 36, 0.3)
}

ul.typeahead li {
    border-bottom: 1px dashed #dcdada;
    padding: 3px 5px
}

ul.typeahead li .pro-img-se {
    width: 10%;
    margin-right: 10px
}

ul.typeahead li .pro-img-se img {
    height: 40px;
    width: auto
}

ul.typeahead li .pro-title-sec {
    width: 65%
}

ul.typeahead li .pro-title-sec a {
    text-decoration: none;
    color: #000
}

ul.typeahead li .pro-title-sec a:hover {
    color: #0000a1
}

ul.typeahead li .pro-title-sec p {
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    padding: 0
}

ul.typeahead li .pro-btn-sec {
    width: 25%;
    text-align: right
}

ul.typeahead li .pro-btn-sec a {
    background: #0000a1;
    color: #fff;
    display: inline-block;
    padding: 5px 15px;
    font-size: 14px;
    border-radius: 10px;
    height: auto !important;
    text-decoration: none
}

ul.typeahead li .pro-btn-sec a:hover {
    background: #f06222;
    color: #fff;
    text-decoration: none
}

ul.typeahead li:hover {
    background-color: #efefef
}

ul.typeahead li:hover .pro-btn-sec a {
    background: #f06222
}
.config-swatch-list{
    padding-left: 0;
    margin-top: 10px;
}
.config-swatch-list li{
    display: inline-block;
}
.config-swatch-list li a{
    text-decoration: none;
    color: #000;
    font-weight: bold;
    border: 1px solid #ccc;
    padding: 6px 10px;
    margin-right: 5px;
}
.config-swatch-list li .image-btn{
    border: none !important;
}
.config-swatch-list li .image-btn img{
    width: 80px;
    height: auto;
}
.config-swatch-list li.active .image-btn img{
    border: 1px solid #0000a1;
}
.config-swatch-list li.active a{
    border: 1px solid #0000a1;
}


                /*topbar*/

.tg-header {
    z-index: 3;
    position: relative;
}
.tg-topbar {
    width: 100%;
    float: left;
    border-bottom: 1px solid #dbdbdb;
}

.tg-addnav {
    float: left;
    color: #666;
    padding: 5px 0;
    font-size: 14px;
    line-height: 30px;
    list-style: none;
    margin-bottom: 0;
}
.tg-addnav li {
    float: left;
    padding: 0 15px;
    font-size: inherit;
    line-height: inherit;
    list-style-type: none;
}
.tg-addnav li:first-child { padding-left: 0; }
.tg-addnav li + li { border-left: 1px solid #dbdbdb; }
.tg-addnav li a {
    color: #666;
    display: block;
    cursor: pointer;
}
.tg-addnav li a i,
.tg-addnav li a em {
    float: left;
    font-style: normal;
    line-height: inherit;
}
.tg-addnav li a i { padding: 0 5px 0 0; }
​.locatordropbtn {
  background-color: #3498DB;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.locator_drop {
  position: relative;
  display: inline-block;
}

.locator_content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.locator_content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.locatorshow {display: block;}
.tg-userlogin{text-align: right;} 
.topenqurybtn{
    background: #d80403;
    background:linear-gradient(180deg, rgb(230 28 37) 0%, rgb(191 3 3) 65%, rgb(213 2 2) 100%);
    border-radius: 0;
    color: #FFF;
    font-size: 13px;
    line-height: 26px;
    padding-left: 21px;
    padding-right: 21px;position: relative;} 
.topenqurybtn:hover{color: #FFF;}  

@media (min-width: 992px) {
.sclist_container .sub:before{content: "\e874";
    position: absolute;
    right: 0;
    font-family: 'Linearicons-Free';
    font-size: 9px;
    line-height: 18px;}

}
.sclist .sub:before{content: "\e874";
    position: absolute;
    right: 0;
    font-family: 'Linearicons-Free';
    font-size: 9px;
    line-height: 18px;}

}
@media (max-width: 991px) {
header .rightcartblock{top: -5vw;}
}
@media (max-width: 480px) {
header .rightcartblock{top: -11vw;}
.homesliderr .owl-nav{display: none;}
}

        /*slider*/
@media (min-width: 992px) {
.homesliderr .owl-prev{left: -5px;
    position: absolute;
    top: 37%;}
.homesliderr .owl-next{right: -5px;
    position: absolute;
    top: 37%;}
 }       
.category-image-wrapp .category-image{height: 250px;}        
.category-image-wrapp .category-image img{width: 100%;
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    -o-transition: transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
    object-fit: cover;
    height: 100%;
    background: #FFF;
    padding: 22px 59px 15px;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column;}
.cat-design-default .wrapp-category {
    -webkit-box-shadow: 1px 1px 2px rgb(0 0 0 / 12%);
    box-shadow: 1px 1px 2px #0000001f;
    position: relative;
    overflow: hidden;
    border: solid 1px #d8d8d878;
    margin-bottom: 24px;
}
.category-grid-item .category-image {
    display: block;
    margin: -1px;
    -webkit-transition: transform .5s cubic-bezier(0,0,.44,1.18);
    -webkit-transition: -webkit-transform .5s cubic-bezier(0,0,.44,1.18);
    transition: -webkit-transform .5s cubic-bezier(0,0,.44,1.18);
    transition: transform .5s cubic-bezier(0,0,.44,1.18);
    transition: transform .5s cubic-bezier(0,0,.44,1.18),-webkit-transform .5s cubic-bezier(0,0,.44,1.18);
}
.cat-design-default .hover-mask {
    position: absolute;
    bottom: 15px;
    left: 20px;
    right: 20px;
    transform: translateY(100%) translateZ(0);
    -webkit-transform: translateY(100%) translateZ(0);
    -webkit-transition: transform .3s ease;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease,-webkit-transform .3s ease;
}
.cat-design-default .category-title {
    position: absolute;
    left: 0;
    bottom: 100%;
}
.category-grid-item .category-title {
    line-height: 1.5;
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin-bottom: 30px;
}
.more-products a{color:red;}
.cat-design-default .more-products {
    margin-top: 5px;
    opacity: 0;
    transform: translateY(15px) translateZ(0);
    -webkit-transform: translateY(15px) translateZ(0);
    -webkit-transition: transform .3s ease,opacity .3s ease;
    -webkit-transition: opacity .3s ease,-webkit-transform .3s ease;
    transition: opacity .3s ease,-webkit-transform .3s ease;
    transition: transform .3s ease,opacity .3s ease;
    transition: transform .3s ease,opacity .3s ease,-webkit-transform .3s ease;
}
.category-grid-item .more-products {
    color: #8e8e8e;
    font-size: 110%;
}
.cat-design-default .hover-mask {
    position: absolute;
    bottom: 15px;
    left: 20px;
    right: 20px;
    transform: translateY(100%) translateZ(0);
    -webkit-transform: translateY(100%) translateZ(0);
    -webkit-transition: transform .3s ease;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease,-webkit-transform .3s ease;
}
.categories-style-masonry-first .category-grid-item:first-child .category-title {
    font-size: 28px;
}
.cat-design-default:hover .hover-mask {
    transform: translateY(0) translateZ(0);
    -webkit-transform: translateY(0) translateZ(0);
}
.cat-design-default:hover .more-products {
    opacity: 1;
    transform: translateY(0) translateZ(0);
    -webkit-transform: translateY(0) translateZ(0);
}



.homesliderr.owl-theme .owl-nav [class*=owl-] {
    color: #d80403;
    font-size: 38px;
    margin: 5px;
    padding: 6px 9px;
    background: #44444400;
    display: inline-block;
    cursor: pointer;
    border-radius: 0px;
}
.homesliderr.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 5px 7px;
    background: #f4433600;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    border: solid 2px #d80403;
}
.homesliderr.owl-theme .owl-dots .owl-dot.active span, .homesliderr.owl-theme .owl-dots .owl-dot:hover span {
    background: #d80403;
}

                /*catagorytab*/

.wpb_wrapper ul.styled > li {
    position: relative;
    background: #f5f5f5;
    list-style: none;
    margin-bottom: 6px;
}
ul.styled.left_service_menu > li > a {
    background: #eee;
}
ul.styled.left_service_menu > li > a {
    background: #ffffff;
    font-size: 13px;
    color: #d80403;
    text-transform: none;
    padding: 22px 10px 22px 70px;
    position: relative;
    display: block;
    box-shadow: 0px 3px 5px 0px rgb(0 38 143 / 30%);
}
ul.styled.left_service_menu > li > a img {
    position: absolute;
    top: 18px;
    left: 20px;
}
ul.styled > li:after {
    content: "";
    display: block;
    width: 4px;
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background: #bfc8e2ab;
}
ul.styled > li {
    width: 25%;
}
.styled.left_service_menu{display: flex;
    flex-direction: row;
    flex-wrap: wrap;padding: 0;}
@media (min-width: 992px){
ul.styled.left_service_menu > li > a {
    font-size: 16px !important;}
}
@media (max-width: 991px){
ul.styled.left_service_menu > li > a img{display: flex;
    justify-content: center;
    margin: auto;position: initial;}
ul.styled.left_service_menu > li > a{padding: 19px 10px 17px 10px;text-align: center;}
}





                    /*---------*/




.positionh {
    position: relative;
}
.polkqw {
    position: relative;
    z-index: 2;
}
.hed_title h2 {
    text-align: center;
    color: #000;
    font-weight: 600;
    letter-spacing: 1px;
    position: relative;
    padding-bottom: 12px;
    font-size: 30px;

}
.hed_title h2:before {
    position: absolute;
    content: "";
    background: #da141a;
    height: 2px;
    width: 120px;
    left: 50%;
    bottom: 1px;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);}
.hed_title h2:after {
    position: absolute;
    content: "";
    background: #da141a;
    height: 7px;
    width: 20px;
    left: 50%;
    bottom: -1px;
    margin-top: 1px;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);}   
.hed_title h2 span {
    color: #da141a;
}
.aboutimgarea {
    padding-bottom: 60px;
}
.imgabtyiu {
    
}
.round2_img img {
    border-radius: 5%;
    -webkit-box-shadow: 2px 6px 6px 0px rgb(0 0 0 / 34%);
    -moz-box-shadow: 2px 6px 6px 0px rgb(0 0 0 / 34%);
    box-shadow: 2px 6px 6px 0px rgb(0 0 0 / 34%);
    border: solid 6px #d80404;
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
}
.welcomteara h2{
 font-size: 36px;
    font-weight: bolder;
    margin-bottom: 15px;   
}
.welcomteara p {
    font-size: 20px;
    line-height: 32px;
    text-align: justify;margin-bottom: 15px;
}
.no-gutters > .col, .no-gutters > [class*="col-"] {
   padding-right: 8px;
    padding-left: 8px;
}

.story-wrapper {
   position: relative;
    overflow: hidden;
    margin-bottom: 15px;
    box-shadow: 0 0px 8px 0 rgb(0 45 74 / 35%);
}
.story-wrapper:hover:before {
    background-color:rgb(238 4 55 / 70%);
    left: 0;
    right: 0;
}
.story-wrapper:before {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    z-index: 1;
}
.story-wrapper:hover .story-box-content {
    border-radius: 5px;
    -webkit-border-radius: 5px;
}
.story-box-content{-webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;}
.story-wrapper:hover .story-box-content h5{color: #FFF;}
.story-wrapper img {
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    -o-transition: transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
    object-fit: cover;
    height: 300px;
}
.full-width {
    width: 100%;
}

.story-wrapper .story-content-wrapper {
    left: 0px;
    right: 0px;
    top: 50%;
    position: absolute;
    pointer-events: none;
    -webkit-transform: translateY(-220%);
    -ms-transform: translateY(-220%);
    transform: translateY(-220%);
    z-index: 2;
}
.story-wrapper:hover .story-content-wrapper {
    left: 0px;
    right: 0px;
    top: 50%;
    position: absolute;
    pointer-events: none;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}
.story-wrapper .story-box-content {
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
    text-align: center;
    padding: 30px 0;
}
.story-wrapper:after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    z-index: 1;
}
.story-wrapper:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);}

.serreadmore{
    font-size: 14px;
    position: relative;
    pointer-events: visible;
    text-transform: capitalize;
    color: #fff;
}
.btn.serreadmore {
    display: inline-block;
    font-weight: 400;
    color: #FFF;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.btn.serreadmore:before {
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    position: absolute;
    background-color: #fff;
}
.btn.serreadmore:hover:before {
    background-color: #ffffff;
}
.story-box-content h5{font-size: 19px;
    font-weight: 500;
    color: #f00;
    position: relative;}

.story-wrapper:hover.story-box-content .btn.serreadmore{color: #f44336 !important;}
.story-box-content .btn.serreadmore:before{color: #f44336 !important;}
/*.story-wrapper:before {
    background-color: rgb(24 1 2 / 42%);
    left: 0;
    right: 0;
}*/
.teaser {
    position: relative;
    overflow: visible;
}
.hover_shadow {
    -webkit-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}
.hover_shadow{
    box-shadow: 0 5px 25px 0 rgb(41 128 185 / 15%);
}
.hover_shadow:hover{box-shadow:0 2px 9px 0 rgb(53 80 255 / 84%);}
.with_padding{padding: 25px;}
.icontag span{font-size: 50px;}
.icontextsec .no-gutters > .col, .icontextsec .no-gutters > [class*="col-"] {
    padding-right: 6px;
    padding-left: 6px;
}
.with_padding h4{font-size: 17px;
    font-weight: 600;
    margin-top: 9px;
    margin-bottom: 10px;}
.with_padding p {
    font-size: 15px;
    color: #5c5c5c;
    margin: 0;
    line-height: 25px;
}
.with_padding {
    padding: 25px 20px 13px;
    min-height: 216px;
    margin-bottom: 12px;
}
.tm-sc-project-items.project-items-current-theme-style1 .project-item {
    background-color: #fff;
    box-shadow: 0px 20px 20px 0px rgb(0 0 0 / 3%);
    padding: 0 20px;
    position: relative;
    z-index: 1;
}
.thumb{padding: 0 40px;}

.tm-sc-project-items.project-items-current-theme-style1 .project-item .thumb {
    margin-bottom: 24px;
}
.tm-sc-project-items.project-items-current-theme-style1 .project-item .thumb img {
    border: 3px solid #d3d3d3;
    border-radius: 50%;
    margin-top: -98px;
    position: relative;
    z-index: 1;
    box-shadow: 0px 20px 20px 0px rgb(0 0 0 / 17%);
}
.tm-sc-project-items.project-items-current-theme-style1 .project-item .content {
    transition: all 0.3s ease-in-out;
}
.tm-sc-project-items.project-items-current-theme-style1 .project-item .content .title {
    margin-bottom: 20px;
    margin-top: 0;
}
.tm-sc-project-items.project-items-current-theme-style1 .project-item .content .btn-link {
    background-color: #2196f354;
    border-radius: 35px 35px 0 0;
    color: #ff0000;
    display: inline-block;
    font-size: 20px;
    padding: 24px 26.25px 3px;
}
.tm-sc-project-items.project-items-current-theme-style1 .project-item .content .btn-link .shape-circle {
    bottom: 0;
    filter: brightness(0.1);
    left: 50%;
    opacity: 0.2;
    position: absolute;
    transform: translateX(-50%);
    z-index: -1;
    transition: all 0.3s ease-in-out;
}
.tm-sc-project-items h5 {
    font-size: 25px;
    font-weight: 600;
    margin-top: 9px;
    margin-bottom: 10px;
}

.tm-sc-project-items p {
    font-size: 15px;
    color: #5c5c5c;
    margin: 0;
    line-height: 25px;
}
.pb-md-150{padding-bottom: 150px;}
.sdft{padding-top: 1rem !important;}
@media only screen and (min-width :992px) {
.pb-md-150 {
    padding-bottom: 76px;}
.sdft{padding-top: 3rem !important;}

}
                /*about_us*/
.about-title h2 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 12px;
}
.s-about-content h4{font-weight: 600;
    margin-bottom: 12px;font-size: 19px;}
.s-about-content p {
    font-size: 17px;
    line-height: 30px;
    text-align: justify;
    margin-bottom: 15px;
}
.about-content li {
    display: flex;
    margin-bottom: 0px;
}
.about-content li .icon i {
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    margin-right: 20px;
    color: #d80404;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    box-shadow: 1px 1.732px 30px 0px rgb(0 0 0 / 10%);
    border: solid 1px #f900003b;
}
.about-content li .text {
    padding-top: 5px;
}

.brand.owl-carousel .owl-item img{display: initial !important;
    width: initial !important;}
.testimonal{display: flex;
    flex-direction: column;
    align-items: center;}
/*.brand.owl-carousel .owl-item .round_img1{align-items: center;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    background: #ffffff;
    padding: 15px;
    justify-content: center;
    box-shadow: 0 5px 25px 0 rgb(41 128 185 / 15%);
    margin: 12px 5px;}*/
.testimonial-style-3 .testimonal img {
    float: left;
    max-width: 90px;
    border-radius: 50%;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.testimonial-style-3 .testimonal .content {
    overflow: hidden;text-align: center;
}
.testimonial-style-3 .testimonal .content p {
    color: #eeeeee;
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 28px;
}
.testimonial-style-3 .testimonal .content .clint-info {
    position: relative;
}
.testimonial-style-3 .testimonal .content .clint-info h4 {
    font-weight: 600;
    font-size: 16px;
    color: #eeeeee;
    margin-bottom: 2px;
}
.testimonial-style-3 .testimonal .content .clint-info span {
    color: #eeeeee;
    font-size: 14px;
}
.brand2.owl-carousel .owl-item img{display: initial !important;
    width: initial !important;}

.brand2.owl-carousel .owl-item .round_img1{align-items: center;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    background: #ffffff;
    padding: 15px;
    height: 124px;
    justify-content: center;
    box-shadow: 0 5px 25px 0 rgb(41 128 185 / 15%);
    margin: 12px 5px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.service_area {
    background-repeat: no-repeat;
    position: relative;
    background: url('../images/slider3.jpg');
}

.service_area:before {
    background: rgb(21 0 0 / 72%);
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.brand .owl-nav, .brand2 .owl-nav{display: none;}
footer.footer {
    background: #22253a none repeat scroll 0 0
}

.footer-sec {
    padding-top: 62px;
    position: relative;
    padding-bottom: 44px;
}

.footer-links a {
  position: relative;
  color: #cecece;
  margin-top: 15px;
    display: block;
}
.footer-links a:hover {
  text-decoration: none;
  color:#797979;
}
.footer-links a::before {
  /*font-family: "Font Awesome 5 Free";*/
  /*content: "";*/
  font-family: "FontAwesome";
  font-weight: 900;
  margin-right: 8px;
  font-size: 14px;
  content: "\f0da";
}
.footer h4{font-size: 20px;
    line-height: 1.2;
    margin-bottom: 20px;
    margin-top: 20px;}
.social-links li {
    display: inline-block;
    margin-right: 10px;
}
.mt_40{margin-top: 40px;}
.dsad{display: flex;
    align-items: flex-start;}
.fgtew{font-size: 19px;
    margin-right: 10px;
    background: #838383;
    color: #FFF;
    text-align: center;
    border-radius: 50%;
    padding: 11px;
    width: 40px;
    height: 40px;
    line-height: 20px;
    margin-bottom: 20px;}
.social-links li a {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #ffffff;
    color: #ffffff;
    border-radius: 50px;
}
.text-gray {
    position: relative;
    color: #cecece;
    margin-top: 15px;
}
/*
* 10. about styles
*/
.about-one {
  padding-top: 100px;
  padding-bottom: 80px;
  background-color: #fff;
  background-image: url(../images/about-bg-1-1.png);
  background-position: bottom;
  background-repeat: no-repeat;
}
.about-one .container {
  position: relative;
}
.about-one__content {
  -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.24);
          box-shadow: 0 0 13px rgba(0, 0, 0, 0.24);
  padding: 70px 35px;
  padding-bottom: 85px;
  margin-left: 85px;
  position: relative;
  z-index: 10;
  background-color: #fff;
}
.about-one__content:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 140px);
  height: 6px;
  background-color: #e61c25;
}
.about-one .block-title {
  margin-bottom: 30px;
}
.about-one .block-title h1{font-size: 28px;
    font-weight: 600;}
.about-one .block-title h3 span {
  color: #e61c25;
}
.about-one .block-title__line {
  width: 80px;
  margin: 0;
  margin-top: 10px;
}

.about-one__images {
  position: absolute;
  top: -75px;
  left: 17px;
}

.about-one__image-2 {
  border: 9px solid #ffffff;
  position: absolute;
  bottom: -100px;
  left: 0;
}

.about-one__text p {
  margin: 0;
  color: #262727;
  font-size: 16px;
  line-height: 26px;
}

.about-one__btn {
  /*text-transform: uppercase;*/
  position: absolute;
  bottom: 0;
  left: 65px;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
.about-one__btn:hover {
  background-color: #196cbf;
  color: #fff;
}

.about-one__counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 80px;
}
@media (min-width: 1200px) {
  .about-one__counter {
    text-align: right;
  }
}
.adfghy{position: relative;margin: 31px auto;
    width: 242px;}
.about-one__counter-single {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 5px;
  margin-bottom: 30px;
}
.about-one__counter-single h3 {
  color: #223ddc;
  margin: 0;
  font-size: 40px;
  font-weight: bold;
  line-height: 1em;
  margin-bottom: 5px;
}
.about-one__counter-single p {
  margin: 0;
  font-weight: 400;
  text-transform: uppercase;
  color: #2b3036;
  font-size: 16px;
  font-weight: 500;
}

.about-one__counter-single + .about-one__counter-single {
  border-left: 1px solid #DDDDDD;
  padding-left: 40px;
  margin-left: 40px;
}
.about-one .block-title__line {
    width: 80px;
    margin: 0;
    margin-top: 10px;
}
@media screen and (max-width: 991px){
.about-one__images {
    position: relative;
    top: auto;
    left: auto;
    margin-bottom: 150px;}
.about-one__content {
    margin: 0;}
.about-one__counter {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;}   
.about-one__counter-single + .about-one__counter-single {
    padding-left: 20px;
    margin-left: 20px;} 
.about-one {
    padding-top: 47px;
    padding-bottom: 40px;} 

}
@media (max-width: 480px){
.about-one__counter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;}
.about-one__counter-single + .about-one__counter-single {
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
    border-top: 1px solid #DDDDDD;
    padding-top: 30px;
    margin-top: 0px;}
.about-one__counter-single h3{font-size: 31px;}


    }

.hover_shadow:hover .bounce-out-down {
    animation: bounce-out-down 2s ease infinite;;
}
@keyframes bounce-out-down {
  0% { transform: translateY(0); }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}

.contact_form_cont2 {
    margin-bottom: 10px;
    padding: 15px;
}
.contact_form_cont2 input {
    background-color: #ffffff;
    border: 1px solid #595959;
    border-radius: 1px;
    color: #696767;
    font-size: 16px;
    height: 45px;
    margin-bottom: 15px;
    /*padding-left: 8px;
    padding-right: 8px;*/
    width: 100%;
}
.contact_form_cont2 .form-control {
    background-color: #ffffff00 !important;
    color: #484848 !important;
}
.contact_form_cont2 textarea {
    background-color: #ffffff00;
    border: 1px solid #595959;
    border-radius: 1px;
    color: #696767;
    font-size: 14px;
    height: 69px;
    margin-bottom: 4px;
    padding: 8px;
    width: 100%;
}
.contact_form_cont2 .submit_btn {
    background:linear-gradient(180deg, rgb(230 28 37) 0%, rgb(191 3 3) 65%, rgb(213 2 2) 100%);
    border-radius: 4px;
    color: #fff !important;
    font-size: 16px;
    margin: 0px 0 0;
    padding: 8px 22px;
    border: 0px;
}

.bt-2 {
    border-top: 2px solid #515151;
    padding: 22px 0;
}

.copy-right-area p {
    color: #fff;
    margin-bottom: 0;
    margin-top: 8px;
    font-weight: 400;
}

.btn.btn__primary.tpobtn {
    background-color: #e61c25 !important;
    color: #FFF;
    background: linear-gradient(180deg, rgb(230 28 37) 0%, rgb(191 3 3) 65%, rgb(213 2 2) 100%);
}
.btn:not(.btn__link):hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
}
/*.btn:not(.btn__link):before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #011c9e;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transition: transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9);
    -webkit-transition: -webkit-transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9);
    transition: -webkit-transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9);
    transition: transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9);
    transition: transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9), -webkit-transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9);
}*/

.productlist .owl-nav{
    display: flex;
    justify-content: center;
    /*position: absolute;
    top: 30%;*/
}
.productlist .owl-nav .owl-prev, .productlist .owl-nav .owl-next{
    background: #d70403;
    color: #FFF;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    /*margin: 25px 15px 10px;*/
}
.productlist .owl-nav .owl-prev {
    position: absolute;
    top: 35%;
}
.productlist .owl-nav .owl-next {
    position: absolute;
    top: 35%;
    right: 0;
}

.insseclation .btn.btn__primary.tpobtn {
    /*height: 41px !important;*/
    background-color: #e61c2500 !important;
    color: #FFF;
    border: solid 1px;
}

.contact-box {
    padding: 25px;
    margin-top: 10px;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-box-shadow: 0px 3px 5px 0px rgb(0 31 36 / 30%);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,31,36,0.3);
    box-shadow: 0px 3px 5px 0px rgb(0 31 36 / 30%);
}
.contact-box .light-title {
    font-weight: 400;
    margin-bottom: 2rem;
    font-family: "Oswald",sans-serif;
    font-size: 25px;
}
b, strong {
    font-weight: bold;
}
.contact-box .contact-info {
    margin-bottom: 3rem;
    padding-top: 0.5rem;
}
.contact-box .contact-info>div {
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
}
.contact-box .contact-info i {
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    width: 3.3rem;
    height: 3.3rem;
    color: #fff;
    background-color: #0000a1;
    text-align: center;
    font-size: 1.8rem;
    border-radius: 0.6rem;
    background:linear-gradient(180deg, rgb(230 28 37) 0%, rgb(191 3 3) 65%, rgb(213 2 2) 100%);
}
.contact-box .contact-info p {
    margin-left: 15px;
    margin-bottom: 0;
    line-height: 1.4;
    font-size: 15px;
}
.contact-box .contact-info>div:after {
    display: block;
    clear: both;
    content: '';
}

.ptb-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.pb-50 {
    padding-bottom: 50px;
}
.pt-50 {
    padding-top: 50px;
}

#faq {
    margin-top: 20px;
}
#faq .card {
  margin-bottom: 10px;
  border: 0;
}

#faq .card .card-header {
  border: 0;
  -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
          box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  border-radius: 2px;
  padding: 0;
}

#faq .card .card-header .btn-header-link {
  color: #fff;
  display: block;
  text-align: left;
  background: #FFE472;
  color: #fff;
  padding: 20px;
  background: linear-gradient(180deg, rgb(230 28 37) 0%, rgb(191 3 3) 65%, rgb(213 2 2) 100%);
}

#faq .card .card-header .btn-header-link:after {
  content: "\f107";
  font-family: 'FontAwesome';
  font-weight: 900;
  float: right;
}

#faq .card .card-header .btn-header-link.collapsed {
  background: #A541BB;
  color: #fff;
  background: linear-gradient(180deg, rgb(230 28 37) 0%, rgb(191 3 3) 65%, rgb(213 2 2) 100%);
}

#faq .card .card-header .btn-header-link.collapsed:after {
  content: "\f106";
}

#faq .card .collapsing {
  background: #FFE472;
  line-height: 30px;
}

#faq .card .collapse {
  border: 0;
}

#faq .card .collapse.show {
  background: #FFE472;
  line-height: 30px;
  color: #222;
}

.irs--flat .irs-line {
    background-color: #fff !important;
}
.irs--flat .irs-min, .irs--flat .irs-max {
    color: #fff !important;
    background-color: #000 !important;
}
.irs--flat .irs-grid-text {
    color: #000 !important;
}

.clients-sd {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    background: #ffffff;
    padding: 15px;
    height: 124px;
    justify-content: center;
    box-shadow: 0 5px 25px 0 rgb(41 128 185 / 15%);
    margin: 12px 5px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.loginname {
    display: inline-block;
    padding-top: 0 !important;
}
.loginname .useri {
    float: left;
    margin-right: 5px;
    font-size: 19px;
}
.loginname .userv {
    float: left;
}
.loginname .userv small {
    font-size: 10px;
    color: #666;
    display: block;
    line-height: 1;
}
.loginname .userv .uname {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /*width: 98px;*/
    position: relative;
    display: block;
    font-size: 14px;
}
.modal-close, .modal-close:hover {
    padding: 0;
    margin: 0;
    position: absolute;
    right: -15px;
    top: -15px;
    background: linear-gradient(180deg, rgb(230 28 37) 0%, rgb(191 3 3) 65%, rgb(213 2 2) 100%);
    opacity: 1;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    font-weight: bold;
    font-size: 22px;
}

.toggle-password5,
.toggle-password6 {
  float: right;
  margin-right: 10px;
  margin-top: -37px;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.toggle-password,
.toggle-password2,
.toggle-password3,
.toggle-password4 {
  float: right;
  margin-right: 10px;
  margin-top: -45px;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: none;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    /*border-color: #595959;*/
    border-color: #c10405;
    outline: 0;
    box-shadow: none;
}
.form-control {
    background-color: #ffffff00 !important;
    color: #484848 !important;
}
.form-control {
    background-color: #ffffff;
    border: 1px solid #595959;
    border-radius: 1px;
    color: #696767;
    font-size: 16px;
    height: 45px;
    margin-bottom: 7px;
    padding-left: 8px;
    padding-right: 8px;
    width: 100%;
}
.account-section {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    background-color: #fff;
    box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
}
.account-section .name-heading {
    padding: 15px;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    font-family: "Roboto",sans-serif;
    display: inline-block;
    border-bottom: 1px solid #efefef;
    background-color: #f4f4f4;
    margin-bottom: 5px;
}
.account-section .name-heading .userblock {
    width: 100%;
    display: block;
    position: relative;
    padding-left: 65px;
}
.account-section .name-heading .userblock .usericon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    padding: 2px;
    display: inline-block;
    position: absolute;
    top: -3px;
    left: -5px;
    overflow: hidden;
}
.account-section .name-heading .userblock .username {
    width: 99%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.account-section .name-heading .userblock .username small {
    color: #949494;
    font-size: 13px;
}
.account-section .name-heading .userblock .username b {
    font-size: 17px;
}
.account-section ul.accountlist {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
}
.account-section ul.accountlist li {
    width: 100%;
    display: inline-block;
    margin-bottom: 1px;
}
.account-section ul.accountlist li a {
    display: block;
    padding: 10px 15px;
    font-size: 15px;
    position: relative;
    text-decoration: none;
    color: #000;
}
.account-section ul.accountlist li.active a {
    background-color: #EDEDED;
}
.account-section ul.accountlist li a:after {
    position: absolute;
    top: 14px;
    right: 15px;
    content: '\f162';
    font-family: 'icomoon';
    font-size: 11px;
    color: #9F9F9F;
}
.account-section .block-content {
    width: 100%;
    display: block;
    padding: 15px;
}
.form-control {
    height: 45px;
}
textarea.form-control {
    height: 80px;
}
.contact-info strong {
    font-size: 20px;
}

ul.list-Wishlist {
    list-style: none;
    width: 100%;
    display: flex;
    flex-flow: column-reverse;
    margin: 0;
    padding: 0;
}
ul.list-Wishlist li {
    width: 100%;
    display: inline-block;
    padding: 10px 150px 10px 5px;
    border-bottom: 1px solid #E3E3E3;
    display: flex;
    align-items: center;
    position: relative;
}
ul.list-Wishlist li .w-proimg {
    width: 110px;
    height: 115px;
    float: left;
    margin-right: 15px;
}
ul.list-Wishlist li .w-proimg .imgsize {
    width: 110px;
    height: 115px;
    object-fit: cover;
    padding: 4px;
    border: 1px solid #ddd;
    border-radius: 3px;
}
ul.list-Wishlist li .w-procontent {
    width: auto;
}
ul.list-Wishlist li .w-procontent p {
    margin-bottom: 5px;
}
ul.list-Wishlist li .w-procontent .w-no {
    font-weight: bold;
    color: #6A6A6A;
    margin-bottom: 5px;
}
ul.list-Wishlist li .w-procontent .w-no del {
    margin-left: 10px;
    font-size: 14px;
    color: #848484;
}
ul.list-Wishlist li .w-procontent .w-no .p-off {
    color: #007414;
    margin-left: 10px;
}
ul.list-Wishlist li .w-buttonblock {
    width: auto;
}
ul.list-Wishlist li .w-remove {
    position: absolute;
    top: 30px;
    right: 0px;
    z-index: 1;
    background-color: #fff;
    border: 1px solid #ddd;
    font-size: 13px;
}

.justify-content-space-between {
    justify-content: space-between;
}
.white-space-nowrap {
    white-space: nowrap;
}
.cartbox {
    padding: 15px;
}
.cartbox ul.cartlist {
    list-style: none;
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
}
.cartbox ul.cartlist li {
    width: 100%;
    display: flex;
    align-items: baseline;
    margin-bottom: 10px;
}
.cartbox ul.cartlist li .cname {
    text-align: left;
    font-size: 14px;
    width: 65%;
}
.cartbox ul.cartlist li .cvalue, .checkout-section .block-content ul.cartlist li .cvalue {
    text-align: right;
    font-size: 16px;
    width: 35%;
}
.input-number {
  width: 50px;
  padding: 0 12px;
  vertical-align: top;
  text-align: center;
  outline: none;
}
.input-number,
.input-number-decrement,
.input-number-increment {
  border: 1px solid #ccc;
  height: 40px;
  user-select: none;
}
.input-number-decrement,
.input-number-increment {
  display: inline-block;
  width: 30px;
  line-height: 38px;
  background: #f1f1f1;
  color: #444;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
}
.input-number-decrement:active,
.input-number-increment:active {
    background: #ddd;
}

.input-number-decrement {
  border-right: none;
  border-radius: 4px 0 0 4px;
}
.input-number-increment {
  border-left: none;
  border-radius: 0 4px 4px 0;
}

.list-Wishlist .w-proimg {
    width: 110px;
    height: 115px;
    float: left;
    margin-right: 15px;
}
.list-Wishlist .w-proimg .imgsize {
    width: 110px;
    height: 115px;
    object-fit: cover;
    padding: 4px;
    border: 1px solid #ddd;
    border-radius: 3px;
}
.border-bottom-sd {
    border-bottom: 1px solid #E3E3E3;
}

.order-date-time {
    text-align: right;
}
.list-orderlist .w-proimg {
    width: 80px;
    height: auto;
    float: left;
    margin-right: 15px;
}
.list-orderlist .w-proimg .imgsize {
    width: 100%;
    height: auto;
    object-fit: cover;
    padding: 4px;
    border: 1px solid #ddd;
    border-radius: 3px;
}
.serviceBox{
    color: #fff;
    font-family: 'Poppins', sans-serif;
    /*text-align: center;*/
    padding: 35px 25px 25px 60px;
    position: relative;
    z-index: 1;
}
.serviceBox:before,
.serviceBox:after{
    content: '';
    background: linear-gradient(#a64cef, #882FD5);
    border-radius: 20px;
    position: absolute;
    left: 10px;
    right: 0;
    top: 15px;
    bottom: 0;
    z-index: -1;
    background: linear-gradient(180deg, rgb(230 28 37) 0%, rgb(191 3 3) 65%, rgb(213 2 2) 100%);
}
.serviceBox:after{
    background: #fff;
    left: 0;
    right: 10px;
    top: 0;
    bottom: 15px;
    clip-path: polygon(20% 0, 100% 0, 100% 85%, 85% 100%, 0 100%, 0 20%);
}
.serviceBox .service-icon{
    color: #882FD5;
    font-size: 35px;
    text-shadow: 4px 4px rgba(0,0,0,0.1);
    margin: 0 0 10px;
}
.serviceBox .title{
    color: #882FD5;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.serviceBox .title span{ font-weight: 700; }
.serviceBox .description{
    color: #888;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.5px;
    margin: 0;
}
.serviceBox .read-more{
    color: #c7080a;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    position: absolute;
    right: 12px;
    bottom: 12px;
    transition: all 0.3s ease 0s;
    width: 30px;
    height: 30px;
    background: #fff;
    text-align: center;
    border-radius: 50%;
}
.serviceBox .read-more:hover{
    color: rgba(255,255,255,0.7);
    text-shadow: 3px 3px rgba(255,255,255,0.1);
}
.serviceBox.darkgreen:before{ background: linear-gradient(#00A28D, #007385); }
.serviceBox.darkgreen .service-icon,
.serviceBox.darkgreen .title{
    color: #007385;
}
.serviceBox.blue:before{ background: linear-gradient(#00BFE9, #0170DC); }
.serviceBox.blue .service-icon,
.serviceBox.blue .title{
    color: #0170DC;
}
.serviceBox.green:before{ background: linear-gradient(#93c916, #3AB447); }
.serviceBox.green .service-icon,
.serviceBox.green .title {
    color: #3AB447;
}

.serviceBox ul.blocklist {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
}
.serviceBox ul.blocklist li {
    width: 100%;
    position: relative;
    padding: 6px 10px 6px 30px;
    border-bottom: 1px solid #f5f5f5;
    font-size: 16px;
    color: #494949;
}
.serviceBox ul.blocklist li .listicon {
    position: absolute;
    top: 3px;
    left: 0;
    font-size: 20px;
    color: #0828ff;
}

.btn {
    padding: 8px 25px;
    font-size: 14px;
    line-height: 25px;
    font-weight: bold;
}

.btn i {
    margin-right: 5px;
}
.modal form .row  div {
    padding-right: 10px;
    padding-left: 10px;
}

.product-details-content .favorites-btn {
    display: inline-block;
    width: auto;
    text-align: center;
    border-radius: 2px;
    border: 1px solid #0223ff;
    background-color: rgba(255,255,255,0.8);
    color: #0000a1;
    text-decoration: none;
    margin-left: 7px;
    margin-right: 4px;
}


/*#half-stars-example {*/

  /* use display:inline-flex to prevent whitespace issues. alternatively, you can put all the children of .rating-group on a single line */
  .rating-group {
    display: inline-flex;
  }
  
  /* make hover effect work properly in IE */
  .rating__icon {
    pointer-events: none;
  }
  
  /* hide radio inputs */
  .rating__input {
   position: absolute !important;
   left: -9999px !important;
  }

  /* set icon padding and size */
  .rating__label {
    cursor: pointer;
    /* if you change the left/right padding, update the margin-right property of .rating__label--half as well. */
    padding: 0 0.1em;
    font-size: 2rem;
  }

  /* add padding and positioning to half star labels */
  .rating__label--half {
    padding-right: 0;
    margin-right: -0.6em;
    z-index: 2;
  }
  
  /* set default star color */
  .rating__icon--star {
    color: orange;
  }
  
  /* set color of none icon when unchecked */
  .rating__icon--none {
    color: #eee;
  }

  /* if none icon is checked, make it red */
  .rating__input--none:checked + .rating__label .rating__icon--none {
    color: red;
  }

  /* if any input is checked, make its following siblings grey */
  .rating__input:checked ~ .rating__label .rating__icon--star {
    color: #ddd;
  }
  
  /* make all stars orange on rating group hover */
  .rating-group:hover .rating__label .rating__icon--star,
  .rating-group:hover .rating__label--half .rating__icon--star {
    color: orange;
  }

  /* make hovered input's following siblings grey on hover */
  .rating__input:hover ~ .rating__label .rating__icon--star,
  .rating__input:hover ~ .rating__label--half .rating__icon--star {
    color: #ddd;
  }
  
  /* make none icon grey on rating group hover */
  .rating-group:hover .rating__input--none:not(:hover) + .rating__label .rating__icon--none {
     color: #eee;
  }

  /* make none icon red on hover */
  .rating__input--none:hover + .rating__label .rating__icon--none {
    color: red;
  }
/*}*/

.checkbox:checked ~ .background-color{
    background-color: var(--white);
}


.list-Wishlist-sdddd [type="checkbox"]:checked,
.list-Wishlist-sdddd [type="checkbox"]:not(:checked),
.list-Wishlist-sdddd [type="radio"]:checked,
.list-Wishlist-sdddd [type="radio"]:not(:checked){
    position: absolute;
    left: -9999px;
    width: 0;
    height: 0;
    visibility: hidden;
}
.checkbox:checked + label,
.checkbox:not(:checked) + label{
    position: relative;
    width: 70px;
    display: inline-block;
    padding: 0;
    margin: 0 auto;
    text-align: center;
    margin: 17px 0;
    margin-top: 100px;
    height: 6px;
    border-radius: 4px;
    background-image: linear-gradient(298deg, var(--red), var(--yellow));
    z-index: 100 !important;
}
.checkbox:checked + label:before,
.checkbox:not(:checked) + label:before {
    position: absolute;
    font-family: 'unicons';
    cursor: pointer;
    top: -17px;
    z-index: 2;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.checkbox:not(:checked) + label:before {
    content: '\eac1';
    left: 0;
    color: var(--grey);
    background-color: var(--dark-light);
    box-shadow: 0 4px 4px rgba(0,0,0,0.15), 0 0 0 1px rgba(26,53,71,0.07);
}
.checkbox:checked + label:before {
    content: '\eb8f';
    left: 30px;
    color: var(--yellow);
    background-color: var(--dark-blue);
    box-shadow: 0 4px 4px rgba(26,53,71,0.25), 0 0 0 1px rgba(26,53,71,0.07);
}

.checkbox:checked ~ .section .container .row .col-12 p{
    color: var(--dark-blue);
}


.checkbox-tools:checked + label,
.checkbox-tools:not(:checked) + label{
    position: relative;
    display: inline-block;
    padding: 20px;
    width: 220px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
    margin: 0 auto;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    /*text-align: center;*/
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    text-transform: uppercase;
    color: var(--white);
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.checkbox-tools:not(:checked) + label{
    background-color: transparent;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
    border: 1px solid red;
}
.checkbox-tools:checked + label{
    background: linear-gradient(180deg, rgb(230 28 37) 0%, rgb(191 3 3) 65%, rgb(213 2 2) 100%);
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    border: 1px solid red;
}
.checkbox-tools:not(:checked) + label:hover{
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
.checkbox-tools:checked + label::before,
.checkbox-tools:not(:checked) + label::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background-image: linear-gradient(298deg, var(--red), var(--yellow));
    z-index: -1;
}
.checkbox-tools:checked + label .uil,
.checkbox-tools:not(:checked) + label .uil{
    font-size: 24px;
    line-height: 24px;
    display: block;
    padding-bottom: 10px;
}

.checkbox:checked ~ .section .container .row .col-12 .checkbox-tools:not(:checked) + label{
    background-color: var(--light);
    color: var(--dark-blue);
    box-shadow: 0 1x 4px 0 rgba(0, 0, 0, 0.05);
}

.checkbox-budget:checked + label,
.checkbox-budget:not(:checked) + label{
    position: relative;
    display: inline-block;
    padding: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 170px;
    font-size: 14px;
    line-height: 30px;
    font-weight: normal;
    letter-spacing: 1px;
    margin: 0 auto;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    text-align: center;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear; 
    -webkit-text-stroke: 1px var(--white);
    text-stroke: 1px var(--white);
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    color: transparent;
}
.checkbox-budget:not(:checked) + label{
    background-color: #8b8b8b;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
    border: 1px solid #39393b;
}
.checkbox-budget:checked + label{
    background: linear-gradient(180deg, rgb(230 28 37) 0%, rgb(191 3 3) 65%, rgb(213 2 2) 100%);
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    border: 1px solid red;
}
.checkbox-budget:not(:checked) + label:hover{
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
.checkbox-budget:checked + label::before,
.checkbox-budget:not(:checked) + label::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background-image: linear-gradient(138deg, var(--red), var(--yellow));
    z-index: -1;
}
.checkbox-budget:checked + label span,
.checkbox-budget:not(:checked) + label span{
    position: relative;
    display: block;
}
.checkbox-budget:checked + label span::before,
.checkbox-budget:not(:checked) + label span::before{
    position: absolute;
    content: attr(data-hover);
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    -webkit-text-stroke: transparent;
    text-stroke: transparent;
    -webkit-text-fill-color: var(--white);
    text-fill-color: var(--white);
    color: var(--white);
    -webkit-transition: max-height 0.3s;
    -moz-transition: max-height 0.3s;
    transition: max-height 0.3s;
}
.checkbox-budget:not(:checked) + label span::before{
    max-height: 0;
}
.checkbox-budget:checked + label span::before{
    max-height: 100%;
}

.checkbox:checked ~ .section .container .row .col-xl-10 .checkbox-budget:not(:checked) + label{
    background-color: var(--light);
    -webkit-text-stroke: 1px var(--dark-blue);
    text-stroke: 1px var(--dark-blue);
    box-shadow: 0 1x 4px 0 rgba(0, 0, 0, 0.05);
}

.checkbox-booking:checked + label,
.checkbox-booking:not(:checked) + label{
    position: relative;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    text-align: center;
    padding: 0;
    padding: 6px 25px;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 1px;
    margin: 0 auto;
    margin-left: 6px;
    margin-right: 6px;
    margin-bottom: 16px;
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
    color: var(--white);
    text-transform: uppercase;
    background-color: var(--dark-light);
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.checkbox-booking:not(:checked) + label::before{
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.checkbox-booking:checked + label::before{
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
.checkbox-booking:not(:checked) + label:hover::before{
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
.checkbox-booking:checked + label::before,
.checkbox-booking:not(:checked) + label::before{
    position: absolute;
    content: '';
    top: -2px;
    left: -2px;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    border-radius: 4px;
    z-index: -2;
    background-image: linear-gradient(138deg, var(--red), var(--yellow));
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.checkbox-booking:not(:checked) + label::before{
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
}
.checkbox-booking:checked + label::after,
.checkbox-booking:not(:checked) + label::after{
    position: absolute;
    content: '';
    top: -2px;
    left: -2px;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    border-radius: 4px;
    z-index: -2;
    background-color: var(--dark-light);
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.checkbox-booking:checked + label::after{
    opacity: 0;
}
.checkbox-booking:checked + label .uil,
.checkbox-booking:not(:checked) + label .uil{
    font-size: 20px;
}
.checkbox-booking:checked + label .text,
.checkbox-booking:not(:checked) + label .text{
    position: relative;
    display: inline-block;
    -webkit-transition: opacity 300ms linear;
    transition: opacity 300ms linear;
}
.checkbox-booking:checked + label .text{
    opacity: 0.6;
}
.checkbox-booking:checked + label .text::after,
.checkbox-booking:not(:checked) + label .text::after{
    position: absolute;
    content: '';
    width: 0;
    left: 0;
    top: 50%;
    margin-top: -1px;
    height: 2px;
    background-image: linear-gradient(138deg, var(--red), var(--yellow));
    z-index: 1;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.checkbox-booking:not(:checked) + label .text::after{
    width: 0;
}
.checkbox-booking:checked + label .text::after{
    width: 100%;
}

.checkbox:checked ~ .section .container .row .col-12 .checkbox-booking:not(:checked) + label,
.checkbox:checked ~ .section .container .row .col-12 .checkbox-booking:checked + label{
    background-color: var(--light);
    color: var(--dark-blue);
}
.checkbox:checked ~ .section .container .row .col-12 .checkbox-booking:checked + label::after,
.checkbox:checked ~ .section .container .row .col-12 .checkbox-booking:not(:checked) + label::after{
    background-color: var(--light);
}




.link-to-page {
    position: fixed;
    top: 30px;
    right: 30px;
    z-index: 20000;
    cursor: pointer;
    width: 50px;
}
.link-to-page img{
    width: 100%;
    height: auto;
    display: block;
}

.checkbox-tools:checked + label .checkblock {
    opacity: 1!important;
}
.for-checkbox-tools .checkblock {
    position: absolute;
    bottom: 5px;
    right: 5px;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    opacity: .3!important;
    background-color: #000;
}
.checkbox-tools:checked + label .checkblock:after {
    display: block;
    color: #990bb9;
}
.for-checkbox-tools .checkblock:after {
    content: "";
    position: absolute;
    left: 10px;
    top: 6px;
    width: 5px;
    height: 10px;
    border: 1px solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.for-checkbox-tools .c-name, .for-checkbox-tools .c-ph, .for-checkbox-tools .c-address {
    color: #000;
}
.checkbox-tools:checked + label .c-name, 
.checkbox-tools:checked + label .c-ph, 
.checkbox-tools:checked + label .c-address {
    color: #fff;
}
.for-checkbox-tools .edit-address {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 5;
    width: 25px;
    height: 25px;
    display: block;
    text-align: center;
    line-height: 25px;
    color: #fff;
    background-color: #000;
    border-radius: 50%;
}

.checkbox-budget:checked + label .checkblock {
    opacity: 1!important;
}
.for-checkbox-budget .checkblock {
    position: absolute;
    bottom: -25px;
    /* right: 0; */
    left: 50%;
    transform: translate(-50%, -50%);
    height: 25px;
    width: 25px;
    border-radius: 50%;
    opacity: .3!important;
    background-color: #000;
}
.checkbox-budget:checked + label .checkblock:after {
    display: block;
    color: #990bb9;
}
.for-checkbox-budget .checkblock:after {
    content: "";
    position: absolute;
    left: 10px;
    top: 6px;
    width: 5px;
    height: 10px;
    border: 1px solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sd-close {
    margin-left: 15px;
    background: linear-gradient(180deg, rgb(230 28 37) 0%, rgb(191 3 3) 65%, rgb(213 2 2) 100%);
    color: #fff;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
    font-weight: 400;
}

.product-details-content .price del {
    color: red;
    font-size: 14px;
    margin-left: 10px;
    margin-right: 10px;
}
.product-details-content .price .off-price {
    color: #04A62F;
    font-size: 14px;
    font-weight: bold;
}
.product-details-content .price {
    font-size: 17px;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    color: #000;
}
.product-details-content h2 {
    margin: 0;
    font-weight: bold;
}
.for-flex {
    display: flex;
    margin-bottom: 8px;
}
.for-flex input {
    border-radius: 0;
}
.for-flex .pincheck-btn {
    padding: 10px 15px;
    height: 45px;
    font-size: 14px;
    font-weight: bold;
    background: #efefef;
    border: 1px solid #efefef;
    color: #000;
    border-radius: 0;
}
.input-group .btn {
    position: relative;
    z-index: 2;
}
.tabstyle-block {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 15px;
    background-color: #fff;
    border: 1px solid #e7e8ee;
    border-radius: 8px;
    box-shadow: 0px 0px 4px 0px rgb(231 232 238 / 75%);
    -webkit-box-shadow: 0px 0px 4px 0px rgb(231 232 238 / 75%);
    -moz-box-shadow: 0px 0px 4px 0px rgba(231,232,238,0.75);
}
.tabstyle-block .nav-link:hover, .tabstyle-block .nav-link.active {
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: #dee2e6;
    color: #c90303;
}

.tabstyle-block .nav-link {
    border-color: transparent;
    font-size: 15px;
    font-weight: bold;
    color: #4B5165;
    padding-top: 5px;
    padding-bottom: 15px;
    position: relative;
    outline: none;
}
.tabstyle-block .nav-link.active:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background-color: #c90303;
    margin: auto;
    display: block;
}
.tabstyle-block .tab-content {
    width: 100%;
    /*min-height: 250px;*/
    display: inline-block;
    padding: 10px 0;
}
.data-not-found {
    width: auto;
    display: table;
    background-color: #fff;
    -webkit-box-shadow: 0px 3px 5px 0px rgb(0 31 36 / 30%);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,31,36,0.3);
    box-shadow: 0px 3px 5px 0px rgb(0 31 36 / 30%);
    padding: 20px 30px;
    text-align: center;
    font-size: 18px;
    line-height: 25px;
    margin: 10% auto;
    color: #c50708;
}

.sticky-icon  {
    z-index:1;
    position:fixed;
    top:80%;
    right:0%;
    width:150px;
    display:flex;
    flex-direction:column;
    z-index: 999;
}  
.sticky-icon a  {
    transform:translate(90px,0px);
    border-radius:50px 0px 0px 50px;
    text-align:left;
    margin:2px;
    text-decoration:none;
    text-transform:uppercase;
    padding:10px;
    font-size:16px;
    font-family:'Oswald', sans-serif;
    transition:all 0.8s;}
.sticky-icon a:hover  {
    color:#FFF;
    transform:translate(0px,0px);}  
.sticky-icon a:hover i  {
    transform:rotate(360deg);}

    
.whatsapp  {
    background-color:#00a884;
    color:#FFF;}                        
.sticky-icon a i {
    background-color:#FFF;
    height:35px;
    width:35px;
    color:#000;
    text-align:center;
    line-height:35px;
    border-radius:50%;
    margin-right:10px;
    transition:all 0.5s;
    font-size: 18px;
}
    
.sticky-icon a i.fa-whatsapp  {
    background-color:#FFF;
    color:#00a884;
}

.cat-list {
    padding-left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    margin-top: 12px;
    margin-bottom: 11px; 
}
.cat-list a, .cat-list a:hover {
    color: #000;
    text-decoration: none;
    background-color: transparent;
    font-weight: 600;
}
.menu-icn {
    width: 30px;
    height: 30px;
    margin: 0 5px 0 15px;
} 
.cat-list li:first-child .menu-icn {
    margin-left: 0;
} 
.menu-icn2 {
    width: 30px;
    height: 30px;
    /*margin: 0 5px 0 0px;*/
} 
.megamenu-sd .menu-title a {
    display: flex !important;
    align-items: center;
}

.horizontal.timeline {
    display: flex;
    position: relative;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0px 50px 0px;
    height: 100px;
    top: -20px;
}
    
.horizontal.timeline:before {
    content: '';
    display: block;
    position: absolute;
    width: 90%;
    height: .2em;
    background-color: lighten(#000, 95%);
}
    
.horizontal.timeline .line {
    display: block;
    position: absolute;
    width: 88%;
    height: .2em;
    background-color: #698fff;
}
    
.horizontal.timeline .steps {
    display: flex;
    position: relative;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
        
.horizontal.timeline .steps .step {
    display: block;
    position: relative;
    bottom: calc(100% + 1em);
    padding: .33em;
    margin: 0 2em;
    box-sizing: content-box;
    color: #698fff;
    background-color: currentColor;
    border: .25em solid white;
    border-radius: 50%;
    z-index: 9;
}

.horizontal.timeline .steps .step:first-child {
    margin-left: 0;
}

.horizontal.timeline .steps .step:last-child {
    margin-right: 0;
    /*color: #71CB35;*/
}

.horizontal.timeline .steps .step span {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    color: #000;
    opacity: .6;
    text-align: center;
    font-weight: bold;
    line-height: 1.3;
}
.horizontal.timeline .steps .step.current {
    color: #df181f;
}
.horizontal.timeline .steps .step.current:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 1em;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    z-index: -1;
    animation-name: animation-timeline-current;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-out;
}

.horizontal.timeline .steps .step .current span {
    opacity: .8;
}
            

@keyframes animation-timeline-current {
    from {
        transform: translate(-50%, -50%) scale(0);
        opacity: 1;
    }
    to {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
    }
}

.video-box {
    padding: 25px;
    margin-top: 10px;
    /*width: 100%;
    height: 100%;*/
    /*position: relative;*/
    -webkit-box-shadow: 0px 3px 5px 0px rgb(0 31 36 / 30%);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,31,36,0.3);
    box-shadow: 0px 3px 5px 0px rgb(0 31 36 / 30%);
}

.video-title {
    color: #d81319;
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.5;
    height: 53px;
}
.image-box {
    padding: 25px;
    margin-top: 10px;
    /*width: 100%;
    height: 100%;*/
    /*position: relative;*/
    -webkit-box-shadow: 0px 3px 5px 0px rgb(0 31 36 / 30%);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,31,36,0.3);
    box-shadow: 0px 3px 5px 0px rgb(0 31 36 / 30%);
}

.image-title {
    color: #d81319;
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.5;
    margin-top: 20px;
}
.img-wrapper {
  position: relative;
  margin-top: 15px;
}
.img-wrapper img {
    width: 100%;
}
.img-overlay {
  background: rgba(0,0,0,0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}
.img-overlay  i {
    color: #fff;
    font-size: 25px;
    cursor: pointer;
}

#overlay {
  background: rgba(0,0,0,0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  -webkit-user-select: none;
  -moz-user-select: none;    
  -ms-user-select: none; 
  user-select: none; 
}
#overlay  img {
    margin: 0;
    width: 80%;
    max-height: 100vh;
    object-fit: contain;
    padding: 20px;
    height: auto;
  }
@media screen and (min-width:768px) {
  #overlay  img {
    width: 60%;
  }
}
@media screen and (min-width:1200px) {
  #overlay  img {
    width: 50%;
  }
}
#nextButton {
  color: #fff;
  font-size: 30px;
  transition: opacity 0.8s;
  cursor: pointer;
}
#nextButton:hover {
    opacity: 0.7;
}

@media screen and (max-width:767px) {
  #nextButton {
    font-size: 20px;
  }
}

#prevButton {
  color: #fff;
  font-size: 30px;
  transition: opacity 0.8s;
  cursor: pointer;
}
#prevButton:hover {
  opacity: 0.7;
}
@media screen and (max-width:767px) {
  #prevButton {
    font-size: 20px;
  }
}

#exitButton {
  color: #fff;
  font-size: 30px;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}
#exitButton:hover {
  opacity: 0.7;
}
@media screen and (max-width:767px) {
  #exitButton {
    font-size: 20px;
  }
}

.sd-pdf .widget-download {
    padding: 15px;
    background: #f3f3f3;
    margin-bottom: 30px;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}
.padding_left20 {
    padding-left: 20px;
}
.fs-18 {
    font-size: 18px !important;
    line-height: 26px;
}
.sd-pdf a, .sd-pdf a:hover {
    color: #d81319;
    text-decoration: none;
}
.sd-pdf h2{
    font-weight: bold;
}

.post-content {
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}
.post-text {
    padding: 25px;
}
.post-content h2 {
    font-size: 26px;
    color: #292b62;
    font-weight: bold;
}
.news-category-home {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 10px;
}
.post-content .news-category-home {
    color: #da141a;
    font-size: 16px;
}
#sidebar {
    padding: 20px;
}
.post-content h3 {
    font-size: 25px;
    color: #da141a;
    font-weight: bold;
}
.widget .small-border {
    height: 2px;
    width: 30px;
    background: #da141a;
    margin: -5px 0 25px 0;
    display: block;
}
.widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.widget-post li {
    border-bottom: solid 1px #f2f2f2;
    padding-bottom: 0px;
    margin-bottom: 15px;
    padding-left: 0px;
}
.widget-post li {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
    line-height: 24px;
    color: #384252;
    /*padding-left: 40px;*/
    position: relative;
}
.widget-post li a {
    display: block;
    font-weight: bold;
    text-decoration: none;
}
.recent-img {
    height: 65px;
    object-fit: cover;
    width: 100%;
}
#sidebar h4 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #292b62;
    font-size: 16px;
    font-weight: 600;
}
.news-category-home2 {
    font-size: 14px !important;
}
.information-list .post-content h2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 20px;
    line-height: 1.4;
}
.information-list .post-content p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    /*font-size: 20px;
    line-height: 1.4;*/
}
.information-list .post-content .news-category-home {
    position: absolute;
    top: 220px;
    right: 25px;
    padding: 5px 10px;
    background: #e01920;
    color: #fff;
}

.information-list .post-content img {
    height: 230px;
    object-fit: cover;
}
header.sticky .tg-topbar {
    display: none;
}
header.sticky .header-bg {
    display: none;
}
@media only screen and (max-width:990px){
    .serviceBox{ margin: 0 0 30px; }
}
@media (max-width: 767px) {
    ul.list-Wishlist li {
        display: block;
        padding-right: 0px;
    }
    ul.list-Wishlist li .w-proimg {
        clear: both;
        width: 100%;
    }
    .cat-list {
        padding-left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        list-style: none;
        margin-top: 60px;
        margin-bottom: 0;
        flex-wrap: wrap;
        font-size: 14px;
    }
    .cat-list li {
        margin-bottom: 10px;
    }
    .menu-icn {
        width: 20px;
        height: 20px;
        margin: 0 5px 0 15px;
    }
    .tg-userlogin {
        text-align: center;
    }
    header .logo img {
        height: auto;
        width: auto;
    }
    .tg-addnav {
        float: none;
        text-align: center;
    }
    .topenqurybtn {
        margin-bottom: 3px;
    }
    .modal-dialog {
        margin: 1.5rem !important;
    }
    .horizontal.timeline .steps .step span {
        font-size: 12px;
    }
    .horizontal.timeline .line {
        width: 80%;
        height: 0.1em;
    }
    .horizontal.timeline {
        width: 90%;
        padding: 0px 40px 0px;
    }
}