/**Global css Start**/


html {
    scroll-behavior: smooth;
}

a:hover{
    color: #0056b3;
    text-decoration: none;
}

ul{
    margin:0;
    padding:0;
    list-style: none;
}


button:focus, .form-control:focus, .btn:focus {
    box-shadow: none;
    outline: 0;
}


.destopmodehide{
    display: none;
}
.pageLoader {
    display: none;
    }
/**Global css End**/


.wallpaper img{
    height: 400px;
}


/**Header css Start**/


.top-header{
    background: #fff;
    padding: 5px 0px;
}

.left-top-header ul li {
    float: left;
     padding: 5px 10px;
}

.left-top-header ul li a {
    display: inline-block;
   
    color: #2196f3;
    transition-duration: 0.2s;
    font-weight: 500;
}

.left-top-header ul li a:hover{
    color: #989898;
}

.left-top-header ul li:first-child {
    padding-left: 0;
}

.main-header {
    background: #fff;
    box-shadow: 0px 0px 5px #ccc;
}

.main-header-right {
    float: right;
}

.main-header-right ul {
    margin: 8px 0;
}

.main-header-right ul li {
    float: left;
}

.main-header-right ul li a {
    padding: 10px 5px;
    display: block;
    color: black;
}

.search-button{
    background-color: #8b8b8b;
    color: #fff;
    padding: 0px 20px;
    transition-duration: 0.2s;
    border-color: #8b8b8b;
}

.search-button:hover{
    color: #ddd;
}

span.moble-menus-models {
    color: black;
    padding: 5px;
    display: block;
    text-align: center;
    font-size: 25px;
}

.header-menu{
    float: right;
}

.header-menu ul li {
    float: left;
    position: static;
}

.header-menu ul li:hover{
    background-color: #d5bb8d;
}

.header-menu ul li:hover a{
    color: #fff;
}

.header-menu ul li a {
    color: #000;
    padding: 30px 16px;
    display: block;
    font-family: 'Circular-Loom';
    font-size: 15px;
    margin: auto 0px;
    transition-duration: 0.2s;
}

.header-menu ul li .dropdown li a:hover{
    color: #fff;
}

.header-menu ul li .dropdown {
    display: none;
    position: absolute;
    width: 271px;
    box-shadow: 0px 0px 3px #ccc;
    z-index: 999;
    background: #f7f7f7;
}

.header-menu ul li .dropdown li a{
    padding: 8px 10px;
    font-size: 15px;
    color: #000;
}

.header-menu ul li:hover > .dropdown{
    display: block;
}


.header-menu ul li:hover > .mega-menus{
    display: block;
}

ul.dropdown-menus {
    left: 100%;
    top: 0;
}

.header-menu ul li span.fa-chevron-down {
    font-size: 12px;
    margin: 5px;
    padding: 2px;
    color: #e5e5e5;
}

.header-menu ul li span.fa-angle-right {
    padding: 3px 10px;
    color: #e5e5e5;
    float: right;
}

ul.dropdown-submenus li a {
    padding: 5px 0px 5px 10px;
}

.header-menu ul li .dropdown li {
    border-bottom: 1px solid white;
    width: 100%;
}

.header-menu ul li .dropdown li:last-child{
    border-bottom: none;
}

.logo a {
    display: block;
    text-align: center;
}

.logo a img {
    height: 82px;
    padding: 3px 0px;
}

.modal-header {
    padding: 10px 20px;
    background-color: #2eef34;
}

/**Header css End**/
#decrease {
    color: #b7b7b7;
    font-size: 20px;
    text-align: center;
    width: 35px;
    float: left;
    cursor: pointer;
    font-weight: bold;
    border: 1px solid #e6e6e6;
}

#number {
    font-size: 20px;
    text-align: center;
    padding: 0px 0px 0px 15px;
    color: gray;
    width: 40px !important;
    float: left;
    cursor: pointer;
    border-bottom: 0px solid;
    border-top: 0px solid;
    font-weight: bold;
    border: 0;
}

#increase {
    font-weight: bold;
    color: #b7b7b7;
    font-size: 20px;
    text-align: center;
    width: 35px;
    float: left;
    cursor: pointer;
    border: 1px solid #e6e6e6;
}

#submitBtn {
    border: none;
    display: inline-block;
    color: white;
    font-weight: bold;
    outline: none;
    text-align: center;
    padding: 10px;
    margin: 0;
    background: #d5bb8d;
    width: 100%;
    border-radius: 3px;
    cursor: pointer;
    font-size: 12px;
    transition-duration: 0.4s;
}

#submitBtn:hover{
    background-color: #000;
}

#submitBtn2 {
    border: none;
    display: inline-block;
    color: white;
    font-weight: bold;
    outline: none;
    text-align: center;
    padding: 10px;
    margin: 0;
    background: #bf203d;
    width: 100%;
    border-radius: 3px;
    cursor: pointer;
    font-size: 12px;
}

.home-page-content {
    margin: 40px 0px;
}

.about-content {
    padding: 0px 45px;
}

.about-content h2{
    font-size: 25px;
    margin: 0;
}

.about-content p{
    margin: 15px 0px 45px;
    font-family: 'Circular-Loom';
    text-align: justify;
    line-height: 22px;
}


.main-pages-content{
    padding: 30px 35px;
    background-color: #e7e7e7;
}

.right-content {
    background-color: #fff;
    padding: 20px 30px;
}

.right-content h3{
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 20px;
}

.chairman-img img{
    transition-duration: 0.4s;
}

.chairman-img img:hover{
    transform: scale(1.1);
}

.product-part p{
    margin: 0px;
    padding: 10px 0px;
    text-align: center;
}

.product-part p a{
    font-family: 'Circular-Loom';
    font-size: 15px;
    color: #000;
}

.product-part .addcart {
    padding: 4px 29px;
    font-size: 15px;
    font-family: 'Circular-Loom';
    color: #000;
    font-weight: 500;
    border: navajowhite;
    background-color: #f7bb53;
    cursor: pointer;
    transition-duration: 0.3s;
}

.product-part .addcart:hover{
    background-color: #fff;
    box-shadow: 0px 0px 5px #ccc;
}

.sideleft-content{
    background-color: #fff;
    padding: 20px 30px;
}

.sideleft-content h3{
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 20px;
}

.sideleft-content ul{

}

.sideleft-content ul li{
    border-top: 1px solid #ccc;
    padding: 5px 0px;
}

.sideleft-content ul li a{
    color: #6f6e6e;
    font-size: 15px;
    font-family: 'Circular-Loom';
}

video#video-32-1 {
    width: -webkit-fill-available;
}

.sideleft-content ul li a:hover{
    text-decoration: underline;
}

.right-content .sis-concern img{
    height: 300px;
    box-shadow: 0px 0px 10px #ccc;
    transition-duration: 0.3s;
}

.right-content .sis-concern img:hover{
    transform: scale(1.1);
}

.right-content .grid-item img {
    width: 100%;
    padding: 5px;
    height: 325px;
    display: block;
    transition-duration: 0.3s;
    border-radius: 10px;
    box-shadow: 0px 0px 5px #ccc;
}

.gallery-img .grid-item img{
    width: 100%;
    padding: 0;
    height: 75px;
    border-radius: 0px;
}

.right-content .grid-item img:hover{
    transform: scale(1.1);
}

.right-content ul {
    list-style-type: square;
    padding-left: 30px;
}

.right-content ul li{
    font-size: 15px;
}

.product-section{
    margin: 30px 0px;
}

.category-name{
    background-color: #000;
    padding: 5px 10px;
}

.category-name h3{
    color: #f7bb53;
    margin: 0;
    font-size: 25px;
    font-family: 'Circular-Loom';
}

.product-part{
    padding: 10px;
    text-align: center;
    background-color: #f9f9f9;
    transition-duration: .3s;
    box-shadow: 0px 0px 5px #ccc;
}

.product-part:hover{
    box-shadow: 5px 9px 20px 0px #ccc;
    border: none;
}

.product-part:hover .card img.card-img-top{
    transform: scale(2.2);
}

.card{
    text-align: center;
    transition-duration: .3s;
    display: block;
    overflow: hidden;
}

.card img.card-img-top{
    transition-duration: 1.5s;
    display: block;
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.main-pages-content .card img.card-img-top{
    height: 150px;
}

.descriptionProduct {
    border: 1px solid #ccc;
    margin-top: 30px;
}

.descriptionProduct ul{
    list-style-type: none;
    padding-left: 0px;
}

.descriptionProduct ul li a{
    color: #000;
}

.sharepart{
    margin: 20px 0px;
}

.sharepart ul{
    list-style-type: none;
}

.sharepart ul li{
    display: inline-block;
}

.sharepart ul li a{
    width: 40px;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 16px;
    box-shadow: 0px 0px 5px #ccc;
    border-radius: 50%;
    padding: 7px 12px;
    margin: 0px 2px;
    transition-duration: 0.3s;
}

.sharepart ul li a:hover{
    box-shadow: 1px 8px 4px 0px #ccc;
}

/*auth css start*/

 .register-page-div{
	width: 100%;
	display: block;
}

.register-form{
	margin: 50px auto;
	padding: 40px 80px 55px;
	background-color: #fff;
	border-radius: 5px;
}

.register-form h2{
	text-align: center;
	margin-bottom: 35px;
	font-weight: 600;
	letter-spacing: 1px;
}

.register-form input{
	border: 1px solid #ccc;
	color: #ccc;
	margin: 20px 0px;
	padding: 21px 20px;
}

.register-form input:focus{
	box-shadow: none;
}

.register-form .btn:focus{
	box-shadow: none;
}

.register-form button{
	padding: 6px 30px;
	background: linear-gradient(to right, #9cb1e6 0%, #79e3d5 100%);
	color: #fff;
	transition-duration: 0.2s;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

.register-form button:hover{
	color: #fff;
	background: linear-gradient(to right, #79e3d5 0%, #9cb1e6 100%);
}

.register-form button a{
	text-decoration: none;
	color: #fff;
}

p.required {
    font-size: 12px;
    color: red;
    margin: -20px 0px -15px;
}

/*auth css end*/



.contact-form label{
    width: 100%;
    margin: 0 0 5px;
    font-family: 'Circular-Loom';
}

.contact-form input{
    width: 100%;
    border: 1px solid #ebebeb;
    margin-bottom: 15px;
    padding: 5px 10px;
}

.contact-form textarea{
    width: 100%;
    border: 1px solid #ebebeb;
    margin-bottom: 15px;
    padding: 5px 10px;
}



/***Users Css Start**/
.userdashboard {
    padding: 2% 0;
}
.profiledetails {
    padding: 0px;
    background: white;
    margin-bottom: 15px;
    border: 1px solid #dadada;
}
.profileImage img {
    max-width: 100%;
}

@media only screen and (max-width: 1165px){
    ul.accountmenu li {
        padding: 2px;
    }
    
    
}

@media only screen and (max-width: 1024px){
    ul.accountmenu {
        margin: 20px 0;
    }

}

@media only screen and (max-width: 992px){
    .parsonalprofile2 p {
    margin-top: 40px;
    color: #989797;
    }
    .parsonalprofile {
    text-align: right;
    }
    
}

.parsonalprofile a {
    margin: 5px 10px;
}
.dashboardcountinfo {
    width: 20%;
    border-right: 1px solid #dcdcdc;
}
.dashboardcountinfo:last-child {
    border-right: 0px solid #dcdcdc;
}

.dashbaordInfo {
    background: white;
    min-height: 200px;
    padding: 15px;
}
.mybalanetotal {
    border: 1px solid #eaeded;
    padding: 10px;
    text-align: center;
}

.mybalanetotal p {
    padding: 10px;
    margin: 0;
    background: #eaeded;
}

.mybalanetotal span {
    font-size: 50px;
    font-weight: bold;
}

.usersidebar {
    background: white;
    padding: 10px;
    border: 1px solid #dadada;
}
ul#usersidebar li a {
    color: #333;
    padding: 2px 0;
    text-decoration: none;
    display: block;
    font-size: 14px;
}



.myrecentorder {
    padding: 10px;
    background: white;
}

.zero-padding{
    padding: 0px;
}

.left-right-padding{
    padding-right: 0px;
}

@media only screen and (max-width: 805px){

    
    ul.accountmenu li a {
        font-size: 14px;
    }

    .left-right-padding {
        padding: 0px;
    }
}



@media only screen and (max-width: 767px){
    ul.accountmenu {
        margin: 25px 0;
    }
    
    .usersidebardiv{
        display:none;
    }

    .cateforylist ul li:last-child {
        display: none;
    }
    

    
    ul.accountmenu li a {
        font-size: 14px;
    }
    

    
}




.mobileview{
    display: none;
}


/***Users Css End**/


/* footer css start*/
footer{

}
.bottom-footer{
    background-color: #f5f5f5;
    padding: 10px 0;
}
/*.subscribe-section{
	text-align: center;
	padding: 35px 0px 40px;
	margin-top: 20px;
	background-color: #009688;
}

.subscribe-section h3{
	color: #fff;
	font-size: 24px;
}*/

.main-footer{
	background-color: #333333;
	padding: 25px 0px;
}


/*.subscribe-button{
    font-weight: 500;
    border: #2196f3;
    color: #fff;
    background-color: #2196f3;
    transition-duration: 0.2s;
}

.search-section input{
    height: 32px;
}


.subscribe-button:hover{
    color: #ddd;
}

.subscribe-section input {
    padding: 25px 17px;
    font-weight: 500;
}*/
.footer-widget p{
    font-size: 15px;
    color: #fff;
}

.footer-widget h4{
	color: #fff;
    font-size: 21px;
    margin-bottom: 25px;
}

.footer-widget ul{
	list-style-type: none;
}

.footer-widget ul li{
	margin: 2px 0px;
}

.footer-widget ul li a{
	text-decoration: none;
	color: #fff;
    font-size: 14px;
	transition-duration: 0.2s;
}

.footer-widget ul li a:hover{
	color: #ddd;;
}

.copyright p{
	margin: 0px;
    text-align: center;
    color: #000000;
}

/*footer css end*/

header.sticky-header {
    width: 100%;
    -webkit-transition: all 2.5s ease;
    -moz-transition: position 10s;
    -ms-transition: position 10s;
    -o-transition: position 10s;
    transition: all 0.5s ease;
}

header.sticky-header.stick {
    position: fixed;
    top: 0;
    left: 0;
    animation: smoothScroll 1s forwards;
    z-index: 99;
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }
    100% {
        transform: translateY(0px);
    }
}

    .top-header.hidesection {
        display: none;
    }

    /**Matis Menu multi larvel css Start**/
    .primarymenu {
        padding:0px;
    }

    .multi-lavel ul li {
        padding:0px;
        margin: 10px 0px;
    }

    ul.primarymenu li {
        background-image: linear-gradient(to bottom, #3298c8, #2e8cb8);
    }

    ul.primarymenu li a {
        padding: 10px;
        display: block;
        color: white;
        font-weight: bold;
    }

    ul.submenu li{
        display: none;
    }

    ul.submenu li{
        border: 0px;
    }

    ul#submenutwo{
        padding: 0;
        background: #e7e7e7;
    }

    ul#menu li a {
        border-bottom:1px solid #d6d4d4;
        display: inline-block;
        padding: 0px 5px 8px;
        font-family: 'Circular-Loom';
        font-weight: bold;
        color: #7e7e7f;
        width:100%;
        transition-duration: 0.3s;
    }  
    
    ul#menu li a:action{
        margin-left: 5px;
    }

    /**Matis Menu multi larvel css End**/


/**Side Modals css Start**/
.side-modals.right {
    right: -300px;
    height: 100vh;
    width: 300px;
    top: 0;
}
    
.cart_media {
    padding: 10px 8px;
}

.side-modals {
    position: fixed;
    background-color: #fff;
    z-index: 9999;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.side-modals.right.open-side {
    right: 0;
}

.side-modals.open-side {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.side-modals .overlay {
    visibility: hidden;
    opacity: 0;
    background-color: #000000a3;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.side-modals.open-side .overlay {
    opacity: 0.8;
    visibility: visible;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.side-modals.right .cart-inner {
    height: 100vh;
    overflow: auto;
}

.side-modals .cart-inner {
    background-color: #fff;
    z-index: 9;
    position: relative;
    top: 0;
}

.side-modals .cart-inner .cart_top {
    padding: 15px 10px;
    border-bottom: 1px solid #ddd;
}

/**Side Modals css End**/

/**For Laptop/ testop Large deviece**/
@media only screen and (max-width: 1199px) {
  
    .logo a {
        font-size: 22px;
    }

    .header-menu ul li a{
        padding: 30px 10px;
    }
    .copyright p{
        font-size:12px; 
    }
        
}


/**For Tablet/small laptops/ Medium deviece**/
@media only screen and (max-width: 991px) {
  
    .logo a {
        font-size: 15px;
    }
    
    .right-content {
        padding: 20px 10px;
    }
    
    .subscribe-section h3 {
        font-size: 20px;
    }
    
    ul#menu li a {
        font-size: 13px;
    }
    
    .multi-lavel ul li {
        padding: 0px;
        margin: 3px 0px;
    }

    .header-menu ul li a {
        padding: 18px 6px;
        font-size: 12px;
    }

    .logo a img {
        height: 54px;
    }
    
    .main-pages-content .card img.card-img-top{
        height: 100px;
    }
    
    .sideleft-content{
        padding: 20px 10px;
    }
    
    .card img.card-img-top{
        height: 160px;
    }

    .right-content .grid-item img {
        height: 225px;
        margin-bottom: 20px;
    }
    
    .row.gallery-img.mt-3 {
        display: none;
    }

}

/**For Mobile small deviece**/
@media only screen and (max-width: 767px) {

    .media-section {
        padding: 20px 4px 20px 0px;
    }

    .logo a img {
        height: 52px;
        padding: 3px 0px;
    }
    
    .media-section i {
        width: 37px;
        font-size: 18px;
        padding: 9px 11px 7px 10px;
    }
    
    .mobilemodehide{
        display: none;
    }
    
    .left-top-header ul li {
        padding: 0px;
    }

    .news-blog-design h3 {
        margin-bottom: 0px;
    }

    .media-image{
        width: 20% !important;
    }

    .quick-links {
        margin-top: 32px;
    }

    .quick-links ul {
        margin-top: 0px;
    }

    .subscribe-section h3 {
        font-size: 14px;
    }

    .social-links ul {
        margin: 10px 0px;
        text-align: center;
        padding: 0px;
        float: none;
    }

    .contact-header {
        padding: 12px 0px 21px;
    }
    
    .contact-header p{
        display: none;
    }

    .contact-header h1{
        font-size: 27px;
    }

    .news-blog-design p {
        width: 80%;
        margin: 0px auto;
    }

    .inner-blog-size {
        margin-top: 20px;
    }

    .form-info {
        margin: 20px 0px;
    }

    .contact-form {
        margin: 21px 0px;
    }

    .media-section {
            padding: 15px;
    }
    
    .contactbutton{
        margin-top: 0px;
    }

    .register-form {
        padding: 30px 30px 40px;
    }

    .register-form h2{
        margin-bottom: 25px;
        font-size: 25px;
    }
    
    .mobilemodehide{
        display: none;
    }
    
    .left-top-header ul li a {
        padding: 0px 10px;
    }
    
    .left-top-header ul li a:first-child {
        padding-left: 10px; 
    }
    
    .main-header-right ul li a {
        padding: 0px;
    }

    .destopmodehide {
        display: block;
    }
    
    .header-menu{
        display: none;
    }

    .copyright p {
        text-align: center
    }
    
    .blog-content {
        padding: 15px;
    }
    
    .blog-grid-group {
        border-radius: 15px;
        padding: 10px;
    }

}

/**For extra Mobile small deviece**/
@media only screen and (max-width: 575px) {

    .left-top-header ul li a {
        font-size: 12px;
    }
    
    .about-content {
        padding: 0px 4px;
    }
    
    .card img.card-img-top{
        height: 125px;
    }
    
    .gallery-img .grid-item img {
        width: 100%;
        padding: 0;
        height: 75px;
        border-radius: 0px;
    }

    .mobilemodehide{
        display: none;
    }
    
    .about-content h2{
        font-size: 21px;
    }
    
    .mobileview{
        display: block;
        margin: 14px 0px;
        font-size: 16px;
        font-family: 'Circular-Loom';
    }

    .main-pages-content {
        padding: 30px 0px;
    }
    
    .logo a {
        text-align: left;
    }

    .right-content .grid-item img {
        height: 250px;
    }
    
    .category-name {
        margin-bottom: 6px;
    }
    
    .main-pages-content .sideleft-content {
        display: none;
    }
    
    #number {
        padding: 0px 0px 0px 0px;
    }
    
    .row.gallery-img.mt-3 {
        display: none;
    }
    
    .form-info p {
        margin: 8px 0px;
        font-size: 12px;
    }

}