/**Global css Start**/


html {
    scroll-behavior: smooth;
}

.qsGridimg img {
    display: block;
    width: 100%;
}

.qsGridcontent ul {
    list-style-type: initial;
    margin-bottom: 20px;
    padding-left: 20px;
}

.qsGridcontent ul li {
    font-size: 15px;
    margin: 5px 0;
}

.qsGridcontent a {
    display: block;
    background-color: #00c381;
    text-align: center;
    width: 35%;
    padding: 10px 0 8px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    transition-duration: 0.3s;
    border-radius: 5px;
}

.qsGridcontent a:hover{
    color: #fff;
    background-color: #b33e00;
}

.qsGridcontent {
    background-color: #225173;
    padding: 20px;
    border-radius: 10px;
    color: #fff;
    margin: 20px 0;
}
    
.qsGridcontent p{
    font-size: 15px;
    line-height: 30px;
}

.qsGrid {
    background-color: #225173;
    color: #fff;
    text-align: center;
    margin-top: 20px;
    padding: 30px;
    border-radius: 20px;
}

.qsGrid img{
    display: block;
    width: 75%;
    border-radius: 30px;
    margin: 0px auto;
}

.qsGrid h3{
    text-shadow: unset !important;
    font-size: 25px;
    margin: 15px 0;
    text-transform: capitalize !important;
    border: none !important;
}

.qsGrid a{
    display: block;
    background-color: #000;
    padding: 10px 0;
    border-radius: 5px;
    color: #fff;
    font-size: 22px;
    letter-spacing: 1px;
    transition-duration: 0.3s;
}

.qsGrid a:hover{
    background-color: #6e0000;
    color: #fff;
}

body{
    font-family: 'Josefin Sans', sans-serif;
}

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;
}

/**Global css End**/


/**Header css Start**/

.top-header{
    background: #ffffff;
    padding: 0px 15px;
    height: 30px;
    border-bottom: 1px solid #e5e5e5;
}

.top-header ul{
    list-style-type: none;
    float: right;
}

.top-header ul li{
    display: inline-block;
}

.top-header ul li a{
    display: block;
    padding: 4px 10px;
    color: #8d8d8d;
    font-weight: 500;
    font-size: 14px;
}

.headerbanner{
    text-align: right;
}

.headerbanner ul{
    list-style-type: none;
    margin-top: 22px;
}

.home-main-banner {
    box-shadow: 0px 0px 10px #ccc;
}

.headerbanner ul li{
    display: inline-block;
}

.headerbanner ul li a{
    display: block;
    padding: 12px 20px;
    font-size: 15px;
    color: #5d5d5d;
}

.main-header {
    background-color: #225173;
    border-top: 0;
}

.middle-header .form-control{
    border-radius: none;
    border-right: none;
}

.middle-header .input-group-text{
    border-left: none;
}

.search-section{
    padding: 20px;
    background-color: #fff;
}

.search-button{
    background-color: #225173;
    color: #fff;
    padding: 0px 20px;
    transition-duration: 0.2s;
    border-color: #225173;
}

.search-button:hover{
    color: #ddd;
}

span.moble-menus-models {
    color: #000;
    padding: 5px;
    display: block;
    text-align: center;
    font-size: 21px;
}

.header-menu ul{
    text-align: center;
}

.header-menu ul li {
    display: inline-block;
}

.header-menu ul li a {
    color: #fff;
    padding: 11px 20px 8px;
    display: block;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    margin: auto 0px;
    transition-duration: 0.2s;
}

.header-menu ul li:hover{
    background: #98886a;
}

.header-menu ul li:hover > a {
    color: #fff;
}

.header-menu ul li ul {
    display: none;
    text-align: left;
    position: absolute;
    width: 300px;
    padding: 15px 10px;
    z-index: 999;
    background: #3e454c;
}

.header-menu ul li ul li a{
    padding: 8px 10px;
    font-size: 12px;
}

.header-menu ul li:hover > ul{
    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 ul li {
    border-bottom: 1px solid white;
    width: 100%;
}

.header-menu ul li ul li:last-child{
    border-bottom: none;
}

.logo a img {
    width: 75%;
    padding: 9px 0px;
}

/**Header css End**/

.about-company-content {
    padding: 50px 0px;
}

.about-company-content h3{
    font-weight: 700;
    color: #225173;
}

.about-company-content h4 {
    font-size: 20px;
    font-weight: 600;
}

.about-company-content p{
    line-height: 21px;
    margin: 15px 0 30px;
}

.about-company-content .about-button{
    padding: 9px 30px;
    margin-top: 10px;
    color: #fff;
    transition-duration: 0.3s;
    background-color: #225173;
}

.about-company-content .about-button:hover{
    background-color: #98886a;
}

.product-section {
    padding: 30px 0px;
    background-color: whitesmoke;
}

.product-section .category-title {
    border-bottom: 1px solid #cfcfcf;
    margin-bottom: 15px;
}

.product-section .category-title h3{
    margin: 0;
    font-size: 25px;
}

.product-section a.product-grid-section{
    background-color: #fff;
    display: block;
    text-align: center;
    transition-duration: 0.3s;
    box-shadow: 5px 14px 20px #ccc;
    padding: 30px 5px 15px;
}

.product-section a.product-grid-section:hover{
    transform: scale(1.1);
}

.product-section a.product-grid-section p.product-title {
    color: #444;
    font-size: 13px;
    text-transform: uppercase;
    margin: 15px 0 0;
}

.single-product-page{
    padding: 30px 0px;
}

.product-image-sextion{
    text-align: center;
}

.product-image-sextion img{
    width: 50%;
}

.product-details-section h3{
    color: #225173;
}

.product-details-section p{
    line-height: 20px;
    margin: 15px 0 30px;
}

.product-details-section h4{
    color: #225173;
}

.product-details-section .pdf-download{
    padding: 12px 30px 8px;
    font-size: 13px;
    background-color: #225173;
    color: #fff;
    transition-duration: 0.3s;
}

.product-details-section .pdf-download:hover{
    background-color: #98886a;
}

.model-section{
    padding: 30px 0px;
    background-color: whitesmoke;
}

.model-section h3{
    margin: 0 0 15px;
    border-bottom: 1px solid #ccc;
    display: block;
}

.model-section .product-model-section{
    text-align: center;
    padding: 20px 5px 10px;
    box-shadow: 0px 0px 20px #ccc;
    display: block;
    background-color: #fff;
    transition-duration: 0.5s;
}

.model-section .product-model-section:hover{
    transform: scale(1.1);
}

.model-section .product-model-section img{
    width: 60%;
    margin: 0px auto;
    display: block;
}

.model-section .product-model-section span{
    color: #df0000;
    font-weight: 600;
    margin: 5px 0px;
    text-shadow: 0px 1px 0px #000;
    display: block;
}

.model-section .product-model-section p{
    color: #444;
}

.category-page-section{
    padding: 50px 0px;
}

.category-page-section h3{
    border-bottom: 2px solid #ccc;
    text-transform: uppercase;
    text-shadow: 3px 2px 3px #ccc;
}

.category-page-section .category-title{
    margin-bottom: 20px;
}

.category-page-section .category-title h4{
    padding: 5px 10px 2px;
    margin: 0;
    color: #fff;
    background-color: #225173;
}

.category-page-section .category-all-products{
    padding: 30px 0;
    background-color: whitesmoke;
}

.category-page-section .category-all-products ul{
    padding: 0px 20px 20px;
    list-style-type: none;
}

.category-page-section .category-all-products ul li{
    padding: 3px 0px;
}

.category-page-section .category-all-products ul li a{
    display: block;
    color: #444;
    text-transform: uppercase;
    transition-duration: 0.3s;
    font-size: 15px;
}

.category-page-section .category-all-products ul li a:hover{
    color: #225173;
    margin-left: 5px;
}

.category-page-section .category-all-products ul li a i{

}



.contact-info.login_box {
    width: 60%;
    padding: 20px 25px;
    margin: 30px auto;
    box-shadow: 0px 0px 10px #ccc;
}

button.default-btn.btn.send_btn {
    background-color: #225173;
    transition-duration: 0.3s;
    color: #fff;
}

button.default-btn.btn.send_btn:hover{
    background-color: #98886a;
}


/*contact css start*/

.contact-header p{
	width: 60%;
	margin: 0px auto;
	font-weight: normal;
}

.contact-header{
	text-align: center;
	background-image: url(./land.jpg);
	color: #e91e63;
	background-position: bottom;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 100px 0px 130px;
}

.contactbutton{
	background-color: #EF5108;
    color: #fff;
    padding: 5px 20px;
    margin-top: 50px;
    transition-duration: 0.2s;
}

.contactbutton:hover{
	background-color: red;
}

.contactbutton a{
	text-decoration: none;
	color: #fff;
}

.contact-page{
	margin: 50px 0px;
}

.form-info{
	background-color: #fff;
	border-radius: 5px;
}

.form-info h3{
	font-weight: bold;
}

.form-info p{
	margin: 10px 0px 30px 0px; 
}

.form-group-section{
	margin-bottom: 25px;
}

.required{
    display: block;
    margin: 2px 0px -10px 0px;
    color: red;
    font-size: 12px;
}

.control-section{
	padding: 22px 15px;
	font-size: 13px;
}

.control-section:focus{
	box-shadow: none;
}

.submitbutton:focus{
	box-shadow: none;
}

.submitbutton{
	background-color: #225173;
    color: #fff;
    margin-top: 7px;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 2px;
    padding: 11px 25px 8px;
}

.product-section img {
    width: 100%;
    padding: 20px;
}

.submitbutton:hover{
	background-color: #98886a;
	color: #fff;
}

/* contact css end*/

/* footer css start*/

.bottom-footer {
    background-color: #98886a;
    padding: 8px 0px;
}

h1.working-on-it {
    text-align: center;
    margin: 50px 0px;
    text-shadow: 5px 4px 3px #ccc;
}

.main-footer{
	background-color: #225173;
	padding: 50px;
}

.footer-widget h3{
    color: #fff;
    margin: 0px;
    font-size: 15px;
    text-transform: uppercase;
    padding: 10px 15px 5px;
    background-color: #98886a;
}

.footer-widget p{
    font-size: 14px;
    color: #fff;
    margin: 10px 0px;
}

.footer-widget ul{
    margin-top: 10px;
}

.footer-widget ul li{
    display: inline-block;
}

.footer-widget ul li a{
    background-color: #fff;
    color: #000;
    padding: 5px 7px 3px;
    font-size: 14px;
    font-weight: 500;
    display: block;
    transition-duration: 0.3s;
    margin: 3px 0px;
}

.footer-widget ul li a:hover{
    background-color: #98886a;
    color: #fff;
}

.footer-widget span{
    padding: 5px 17px 3px;
    color: #fff;
    font-size: 14px;
    border-bottom: 1px solid #ccc;
    display: block;
}

.footer-widget span:last-child{
    border-bottom: none;
}

.copyright p{
	margin: 0px;
	color: #e2e2e2;
    color: #fff;
    text-align: center;
}

.copyright a {
    color: #000;
    font-weight: bold;
}

/*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;
    }
    .middle-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:5px;
        font-weight: bold;
        color: #444;
        width:100%;
    }   

    /**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) {

    .header-menu ul li a{
        padding: 15px;
    }

    .copyright p{
        font-size:12px; 
    }
}

/**For Tablet/small laptops/ Medium deviece**/

@media only screen and (max-width: 991px) {

    .header-menu ul li a {
        padding: 10px;
        font-size: 14px;
    }
}

/**For Mobile small deviece**/
@media only screen and (max-width: 767px) {

    .logo a img {
        width: 30%;
    }

    .headerbanner {
        display: none;
    }

    .contact-header {
        padding: 12px 0px 21px;
    }
    
    .contact-header p{
        display: none;
    }

    .contact-header h1{
        font-size: 27px;
    }

    .form-info {
        margin: 20px 0px;
    }

    .contact-page {
        margin: 21px 0px;
    }

    .contactbutton{
        margin-top: 0px;
    }
    
    .mobilemodehide{
        display: none;
    }

    .destopmodehide {
        display: block;
    }

    .header-menu{
        display: none;
    }

    .copyright p {
        text-align: center
    }

    .footer-widget {
        margin: 15px 0px;
    }

}

/**For extra Mobile small deviece**/
@media only screen and (max-width: 575px) {

    .middle-header {
        padding: 9px 0px;
    }
    
    .top-header ul {
        list-style-type: none;
        float: left;
        text-align: center;
    }

    .logo a img {
        width: 39%;
        padding: 0;
        margin-left: 0px;
    }

    .main-footer {
        padding: 20px;
    }

    .footer-widget {
        margin: 15px 0px;
    }

    span.moble-menus-models {
        text-align: right;
    }
}
