@import url("https://use.fontawesome.com/releases/v5.14.0/css/all.css");
@font-face {
    font-family: 'Segoe-Bold';
    src: url('../fonts/SegoeUI-Bold.woff2') format('woff2'),
        url('../fonts/SegoeUI-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe-Italic';
    src: url('../fonts/SegoeUI-Italic.woff2') format('woff2'),
        url('../fonts/SegoeUI-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe-BoldItalic';
    src: url('../fonts/SegoeUI-BoldItalic.woff2') format('woff2'),
        url('../fonts/SegoeUI-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe-Regular';
    src: url('../fonts/SegoeUI.woff2') format('woff2'),
        url('../fonts/SegoeUI.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


*{
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6,p,ul{
	margin: 0;
}
body {
    font-family: 'Segoe-Regular';
    font-size: 18px;
}

p:last-child {    margin: 0px;}
a {    color: #3544ee;}
a:hover {    text-decoration: none;}
a:active, a:hover {    outline: 0;    text-decoration: none;}


::selection {
    background: rgba(255, 244, 147, .8);
    color: #272c30;
}

a.navbar-brand img {
    max-width: 135px;
}

header.header-classic {
    padding: 15px 0;
/*        box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;*/
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
/*-------------------- Navigation classic ---------------------*/
.navbar-classic {
}
.navbar-classic.navbar-light .navbar-nav .nav-link {
    color: #181825;

    padding: 12px 16px;
}
.navbar-classic .navbar-nav .nav-item {
}
.navbar-classic .navbar-nav .nav-item .nav-link {
    font-size: 16px;
    color: #000;
    padding: 12px 16px;
    line-height: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all .3s ease-out;
}
.navbar-classic .navbar-nav .nav-item .nav-link:hover {
    color: #fff;
    background: #CE3438;
}

.navbar-classic .navbar-nav .nav-item .nav-link:hover.dropdown-toggle::after {
    color: #fff;
}
.navbar{
    padding: 0;
}
.navbar-classic .dropdown-toggle::after {
    margin-top: 1px;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 6px;
    vertical-align: -2px;
    content: "\f107";
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
    color: #000;
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    margin-right: 15px;
    font-size: 13px;
    float: right;
}
.navbar-classic .navbar-collapse.show .dropdown .dropdown-menu .dropdown-item {
    border-bottom: 1px solid #f1f1f6;
    border-radius: 0px;
}
.navbar-brand {
    display: inline-block;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-right: initial;
    line-height: inherit;
    white-space: nowrap;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 16rem;
    padding: 0px;
/*    margin: 18px 0px;*/
    margin: 0px;
    font-size: 1rem;
    color: #808294;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 2px;
    -webkit-box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    -moz-box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 10px 15px;
    clear: both;
    font-weight: 400;
    color: #181825;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: .9px;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #4955ef;
    text-decoration: none;
    background-color: #eeeffd;
    border-radius: 4px;
}
.dropdown-item:focus .dropdown-toggle::after, .dropdown-item:hover.dropdown-toggle::after {
    color: #4955ef;
}
@media(min-width:992px) {
    .dropdown .dropdown-menu {
        display: block;
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
        -webkit-transition: all .3s ease-in;
        -o-transition: all .3s ease-in;
        transition: all .3s ease-in 
    }
    .dropdown:hover>.dropdown-menu {
        visibility: visible;
        opacity: 1;
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        opacity: 1;
        visibility: visible;
    }
    .dropdown-submenu:hover .dropdown-menu {
        visibility: visible;
        opacity: 1;
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        opacity: 1;
        visibility: visible;
    }
}
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 17px;
    top: 25px;
}
.dropdown-submenu .dropdown-menu {
    top: 0px;
    left: 100%;
    margin-left: 13px;
    margin-right: .1rem;
}
.caret-up {
    width: 0;
    height: 0;
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-bottom: 4px solid;
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
}
.mega-dropdown {
    position: unset;
}
.mega-dropdown-menu {
    width: 100%;
    position: absolute;
    top: 63px;
    margin: 15px 0px;
}
.mega-dropdown-menu ul {
    list-style: none;
}
.nav-dropitem-arrow {
    position: relative;
    font-size: 12px;
    opacity: 0;
    padding-right: 10px;
}
.nav-dropitem-arrow i {
    position: absolute;
    /* top: -1px;
    */
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #CE3438;
    border-radius: 0px;
}
.dropdown-item:hover .nav-dropitem-arrow {
    color: #4955ef;
    opacity: 1;
    margin-right: 5px;
}
.navbar-classic .navbar-toggler, .navbar-boxed .navbar-toggler {
    padding: 17px 15px;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid #eaeaf0;
    border-radius: .25rem;
    position: relative;

}
/* mobile menu css */
.navbar-classic .navbar-collapse.show .dropdown .dropdown-menu {
    background: #fff;
    box-shadow: none;
    margin: 7px 0px;
}
.navbar-classic .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    border-bottom: 1px solid #f1f1f6;
}
.navbar-classic .navbar-collapse.show .dropdown .dropdown-menu .dropdown-submenu.dropdown-item {
    border-bottom: 1px solid #f1f1f6;
}
.navbar-boxed .navbar-collapse.show .dropdown .dropdown-menu {
    background: #fff;
    box-shadow: none;
    margin: 7px 0px;
}
.navbar-boxed .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    border-bottom: 1px solid #f1f1f6;
}
.navbar-boxed .navbar-collapse.show .dropdown .dropdown-menu .dropdown-submenu.dropdown-item {
    border-bottom: 1px solid #f1f1f6;
}
.navbar-transparent .navbar-collapse.show .dropdown .dropdown-menu {
    background: #fff;
    box-shadow: none;
    margin: 7px 0px;
}
.navbar-transparent .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    border-bottom: 1px solid #495bfb;
}
.navbar-transparent .navbar-collapse.show .dropdown .dropdown-menu .dropdown-submenu.dropdown-item {
    border-bottom: 1px solid #f1f1f6;
}
.icon-bar {
    width: 21px;
    height: 3px;
    background-color: #3544ee;
    display: block;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    margin-top: 4px 
}
.navbar-toggler:focus {
    outline: 0px;
}
.navbar-toggler .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 190%;
    background-color: #3544ee;
}
.navbar-toggler .middle-bar {
    opacity: 0;
}
.navbar-toggler .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% -80%;
    background-color: #3544ee;
}
.navbar-toggler.collapsed .top-bar {
    transform: rotate(0);
    background-color: #3544ee;
}
.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
}
.navbar-toggler.collapsed .bottom-bar {
    transform: rotate(0);
    background-color: #3544ee;
}
/*padding*/
.padding{
    padding: 70px 0;
}
/*end padding*/


/*bannersection*/
.banner {
    background: url(../images/banner-bg.png);
    background-size: cover;
    background-position: center;
    height: 300px;
    width: 100%;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    /* background-attachment: fixed; */
}
.breadcrume-head {
    font-size: 32px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}
ol.breadcrumb.custbreadcrumb {
    background: transparent;
    padding: 0;
    margin: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 5px;
}
ol.breadcrumb.custbreadcrumb > li.breadcrumb-item > a {
    color: #fff;
    font-weight: bold;
}
ol.breadcrumb.custbreadcrumb > li.breadcrumb-item.active {
    color: #fff;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: #ffffff;
}
/*end bannersection*/



/*productsection*/
.productsection {
    background: url(../images/product-bg.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: 0 30%;
}
.product-desc img {
    max-width: 275px;
}
.pro-align {
    display: table;
}
.product-desc {
    display: table-cell;
    vertical-align: bottom;
}
table.product-des-table.table.table-bordered > tbody > tr > td {
    border: 1px solid #B2B3B3;
    font-size: 16px;
    letter-spacing: .9px;
    vertical-align: middle;

}
td.product-sub {
    width: 70%;
}
.product-head {
    background: #0F6742;
    color: #FAED1F;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    width: 30%;
}
td.product-sub {
    background: #FFFCE8;
}
.table td, .table th {
    padding: 10px 8px;
}
.shopnowbtn a {
    background: #CE3438;
    display: inline-block;
    padding: 10px 20px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 1px;
    transition: all .3s liner;
}
.shopnowbtn a:hover{
    background: #000;
}
.product-desc > .table {
    margin-bottom: 25px;
}
.product-spacing hr {
    margin: 60px 0;
    border-top: 2px solid #c5d83c;
}
/*end productsection*/

/*aboutus-homesection*/
.homeaboutdetails-right{}
.homeaboutdetails-left img {
    box-shadow: rgb(50 50 93 / 25%) -2px 6px 11px 4px, rgb(0 0 0 / 30%) 0px 1px 3px -1px;
}
.homeaboutdetails-right h2 {
    font-size: 36px;
    font-family: 'Segoe-Bold';
    margin-bottom: 20px;
    color: #0F6742;
}
.homeaboutdetails-right p{
    margin-bottom: 10px;
    text-align: justify;
}
.theme-btn a {
    background: #CE3438;
    display: inline-block;
    color: #fff;
    padding: 12px 20px;
    border-radius: 40px;
    text-transform: uppercase;
    font-family: 'Segoe-Bold';
    font-size: 16px;
    margin-top: 15px;
    transition: all .3s ease;
}
.theme-btn a:hover{
    background: #000;
}
/*end aboutus-homesection*/


/*product-home-slidersection*/
.product-home-slidersection{
    background: #dfdfdf;
}
.item.cust-item{
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    margin-top: 20px;
    margin-bottom: 30px;
    margin-right: 10px;
    margin-left: 10px;
}
.item.cust-item img {
/*    box-shadow: rgb(0 0 0 / 15%) 0px 5px 15px 0px;*/
}
.item.cust-item h3 {
    text-align: center;
    font-size: 18px;
    padding: 10px 20px;
    background: #ce3438;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
}
.product-home-owl-carousel > .owl-nav{margin: 0;}
.product-home-owl-carousel > .owl-nav > button.owl-prev {
    position: absolute;
    top: 38%;
    left: -80px;
    margin: 0 !important;
}
.product-home-owl-carousel > .owl-nav > button.owl-next {
    position: absolute;
    top: 38%;
    right: -80px;
    margin: 0 !important;
}

.product-home-owl-carousel > .owl-nav > button.owl-prev:hover,
.product-home-owl-carousel > .owl-nav > button.owl-next:hover{
    background: none;
    border: none;
    outline: none;
}
.product-home-owl-carousel > .owl-nav > button.owl-prev:focus,
.product-home-owl-carousel > .owl-nav > button.owl-next:focus{
    border: none;
    outline: none;
}


.product-home-owl-carousel > .owl-nav > button.owl-prev > i,
.product-home-owl-carousel > .owl-nav > button.owl-next > i {
    background: #fff;
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    display: inline-block;
    line-height: 50px;
    border-radius: 50px;
    color: #ce3438;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    transition: all .3s ease-in;
}
.product-home-owl-carousel > .owl-nav > button.owl-prev:hover > i,
.product-home-owl-carousel > .owl-nav > button.owl-next:hover > i {
    background: #ce3438;
    color: #fff;
}
/*end product-home-slidersection*/




/*qualitysection*/
.qualitysection{

}
.bg-gray {
    background: #eee;
}    
.quality-details-right{margin-top: 75px;}
.quality-details-right h2 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #0F6742;
    position: relative;
}
.quality-details-right h2::after {
    position: absolute;
    width: 100px;
    height: 5px;
    background: #FFF212;
/*    background: #000;*/
    bottom: -15px;
    left: 0;
    content: "";
}
.quality-details-right p {
    font-size: 18px;
    text-align: justify;
}
.quality-details-left img {
    box-shadow: rgb(50 50 93 / 25%) -2px 6px 11px 4px, rgb(0 0 0 / 30%) 0px 1px 3px -1px;
}
/*end qualitysection*/


/*contactus*/
.contactus-addrs, .contactus-number, .contactus-mail {
    display: flex;
    margin-bottom: 20px;
    box-shadow: rgb(17 17 26 / 5%) 0px 1px 0px, rgb(17 17 26 / 10%) 0px 0px 8px;
    padding: 20px 20px;
    align-items: center;
    height: 150px;
}
.contactus-no-details a,.contactus-mail a {
    color: #000;
}

/*end contactus*/


/*footermainsection*/
.footermainsection {
    background: url("../images/footer-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.footer-details h2 {
    color: #fff;
    font-family: 'Segoe-Bold';
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #fff;
    font-size: 26px;
}
.footer-details ul {
    color: #fff212;
    padding-left: 20px;
}
.footer-details ul li{
    line-height: 30px;
}

.footer-details ul li a {
    color: #fff;
    transition: all .3s ease;
}
.footer-details ul li a:hover{
    padding-left: 30px;
}
.footer-icon a {
    display: inherit;
}
.footer-addrs, .footer-number, .footer-mail {    display: flex;}
.footer-addrs,.footer-number{    margin-bottom: 5px;}
.footer-icon i{color: #fff;}
.footer-addrs-details p {    color: #fff;}
.footer-no-details a {    color: #fff;}
.footer-txt a {    color: #fff;}
.footer-icon {
    width: 30px;
    height: 30px;
    background: #CE3438;
    margin-right: 20px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    font-size: 16px;
}
.available-on img {
    max-width: 145px;
}
.available-on {
    display: flex;
    justify-content: center;
    align-items: end;
}
.amazon {
    margin-right: 20px;
    border-right: 1px solid #fff;
    padding-right: 20px;
}
.footer-available h2 {
    margin: 50px 0 30px;
    color: #fff;
    border-bottom: 2px dotted #fff;
    padding-bottom: 30px;
    font-family: 'Segoe-Bold';
    font-size: 26px;
}
.footer-social {
    display: flex;
}
.footer-socialmedia {
    margin-top: 30px;
}
.footer-social > .footer-icon {
    margin-right: 10px;
}
.footercopyrightsectin {
    background: #fff212;
    padding: 10px 0;
    border-top: 2px solid #CE3438;
}
.copyright-left p {    font-size: 18px;}
.copyright-right {    font-size: 18px;    color: #000;}
.copyright-right a {    color: #000;}
/*end footermainsection*/


/*whatsup code*/
.whtsapp-block {
    position: fixed;
    right: 2%;
    bottom: 8%;
    z-index: 550;
}
.whtsapp-lg img.img-fluid {
    width: 50px;
}
.circle {
    border-radius: 50%;
    background-color: #000;
    width: 80%;
    height: 80%;
    position: absolute;
    opacity: 0;
    animation: scaleIn 2s infinite cubic-bezier(.36, .11, .89, .32);
    right: 10%;
    bottom: 11%;
    z-index: -5;
}

@keyframes scaleIn {
  from {
    transform: scale(.5, .5);
    opacity: .5;
  }
  to {
    transform: scale(2.5, 2.5);
    opacity: 0;
  }
}
/*end whatsup code*/