/**Global css Start**/


html {
    scroll-behavior: smooth;
}

body{
    font-family: 'Roboto', 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;
}

.logo {
    padding: 19px 0px;
}

/**Global css End**/


/**Header css Start**/

.top-header{
    background: #fff;
    padding: 0px 15px;
    border-bottom: 1px solid #eee;
}

.right-top-header ul{
    float: right;
}

.right-top-header ul li {
    display: inline-block;
    padding: 6px 10px;
}

.right-top-header ul li a {
    display: inline-block;
    color: #000;
    font-size: 12px;
    transition-duration: 0.2s;
}

.right-top-header ul li a:hover{
    color: #989898;
}

.headerbanner{
    text-align: left;
}

.headerbanner img {
    max-width: 100%;
}

.main-header {
    background-color: #fff;
    border-top: 0;
}

span.moble-menus-models {
    color: #000;
    padding: 5px;
    display: block;
    text-align: center;
    font-size: 21px;
}

.search-section{
    margin-top: 18px;
}

.search-section .form-control{
    background: #fff;
    line-height: 40px;
    font-size: 12px;
    display: block;
    font-weight: 700;
    padding: 21px 10px;
    color: #000;
    border-right: none;
    transition: all .55s;
    border-radius: 60px;
}

.search-button{
    background-color: #ffffff;
    color: #000;
    padding: 14px 15px;
    border-left: none;
    font-size: 13px;
    border-radius: 0px 50% 50% 0px;
    transition-duration: 0.2s;
}

.search-button:hover{
    color: #ddd;
}

.header-menu ul{
    float: right;
}

.header-menu ul li {
    float: left;
    position: static;
}

.header-menu ul li a {
    color: #000;
    padding: 32px 13px;
    display: block;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    margin: auto 0px;
    transition-duration: 0.3s;
}

.header-menu ul li a:hover{
    color: #fff;
    background-color: #4a9d55;
}

.header-menu ul li ul {
    display: none;
    position: absolute;
    width: 300px;
    z-index: 999;
    box-shadow: 0px 0px 4px #ccc;
    background: #ffffff;
}

.header-menu ul li ul li a{
    padding: 8px 15px;
    font-size: 15px;
    text-transform: uppercase;
}

.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 #e8e8e8;
    width: 100%;
}

.header-menu ul li ul li:last-child{
    border-bottom: none;
}

.logo a img {
    width: 100%;
}

/**Header css End**/

.main-home-page {
    margin: 50px 0px;
}

.services-section{

}

.services-section .row{
    margin-top: 30px;
}

.services-section a.service-project {
    box-shadow: 3px 7px 5px 0px #ccc;
    text-decoration: none;
    display: block;
    transition-duration: 0.3s;
}

.services-section a.service-project:hover{
    transform: scale(1.1);
    box-shadow: 3px 10px 7px #ccc;
}

.services-section .service-project h4 {
    font-size: 18px;
    background-image: linear-gradient(to right, red , #08d96f);
    color: #fff;
    padding: 5px;
    margin: 0;
}

.categoryblog-section {
    margin: 40px 0px 60px;
}

.section-title h3{
    text-align: center;
    text-transform: uppercase;
    text-shadow: -1px 1px 0px #ccc;
    font-size: 28px;
    color: #00963f;
    font-weight: 700;
}

.categoryblog-section h4{
    font-size: 19px;
    background-image: linear-gradient(to right, red , #08d96f);
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 10px 8px;
    margin: 0;
}

.categoryblog-section .product-image {
    box-shadow: 0px 0px 5px #ccc;
    text-align: center;
    min-height: 313px;
    width: 100%;
    transition-duration: 0.4s;
    padding: 15px;
}

.categoryblog-section .product-image:hover{
    box-shadow: 2px 7px 20px #ccc;
}

.categoryblog-section .product-image:hover > img{
    transform: scale(1.1);
    overflow: hidden;
}

.categoryblog-section .product-image img{
    width: 100%;
    min-height: 235px;
    transition-duration: 0.3s;
}

.categoryblog-section .product-image a.btn-primary{
    background-color: #46a059;
    border: none;
    padding: 5px 0px;
    width: 100%;
    margin-top: 15px;
    text-transform: uppercase;
    font-size: 15px;
    transition-duration: 0.3s;
}

.categoryblog-section .product-image a.btn-primary:hover{
    background-color: #d92809;
}

.categoryblog-section .product-image .modal .modal-header{
    padding: 10px 15px;
    background: #ebebd0;
}

.categoryblog-section .product-image .modal .modal-body input{
    width: 100%;
    padding: 10px;
    border: 1px solid #e9e9e9;
}

.categoryblog-section .product-image .modal .modal-footer button.btn.btn-primary {
    background-color: #46a059;
    border: #46a059;
}

.categoryblog-section .seemore {
    text-align: center;
    margin-top: 15px;
}

.categoryblog-section .seemore a.view{
    padding: 10px 80px;
    transition-duration: 0.3s;
    color: #fff;
    box-shadow: 4px 9px 6px #ccc;
    text-decoration: none;
    background-color: #d92809;
}

.categoryblog-section .seemore a.view:hover{
    background-color: #46a059;;
}

.home-text {
    margin-bottom: 40px;
}

.home-text p{
    font-size: 20px;
    text-align: center;
    color: #00963f;
    font-weight: 600;
}

/*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-form{
	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;
}

.control-section:focus{
	box-shadow: none;
}

.submitbutton:focus{
	box-shadow: none;
}

.submitbutton{
	background-color: #009640;
    color: #fff;
    margin-top: 7px;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 2px;
    padding: 7px 25px 8px;
}

.submitbutton:hover{
	background-color: #009688;
	color: #fff;
}

.address-info {
    margin-top: 62px;
}

.address-info .media {
    padding: 20px;
    color: #fff;
    background-color: #009640;
    box-shadow: -5px 12px 9px #ccc;
}

.address-info .media i {
    display: block;
    width: 12%;
    font-size: 30px;
}

.address-info .media p{
    margin: 0;
    font-size: 15px;
}

/* contact css end*/

.brand-section{
    margin: 30px 0 40px;
}

.brand-section img {
    box-shadow: 0px 0px 5px #ccc;
}

/* footer css start*/

.bottom-footer {
    background-color: #dddddd;
    padding: 15px 0px 13px;
}

.main-footer{
	background-color: #3b3b3b;
	padding: 40px;
}

.footer-widget h3{
    color: #fff;
    margin: 0px;
    font-size: 22px;
}

.footer-widget p{
    font-size: 14px;
    color: #fff;
    margin: 0;
}

.footer-widget-social ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.footer-widget-social ul li{

}

.footer-widget-social ul li a{
    text-decoration: none;
    color: #fff;
    padding: 3px 0px;
    transition-duration: 0.3s;
    font-size: 20px;
}

.footer-widget-social ul li a:hover{
    margin-left: 5px;
    color: red;
}



.copyright p{
	margin: 0px;
	color: #e2e2e2;
    color: #777777;
    text-align: center;
}
.copyright a {
    color: #13bda6;
    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;
    box-shadow: 0px 0px 10px #ccc;
}

header.sticky-header.stick {
    position: fixed;
    top: 0;
    background: #fff;
    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: #fff;
        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;
        background-color: indianred;
    }

    .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) {
  
    .top-header p {
        font-size: 12px;
        margin: 10px 0px;
    }

    .right-top-header ul li {
        padding: 4px 7px;
    }

    .header-menu ul li a {
        padding: 15px 10px;
    }

    .copyright p{
        font-size:12px; 
    }
}

/**For Tablet/small laptops/ Medium deviece**/

@media only screen and (max-width: 991px) {
  
    .news-ticker-list ul li a {
        padding: 6px 10px;
    }
    
    .footer-widget h3 {
        font-size: 19px;
    }

    .top-header p {
        font-size: 8px;
    }

    .right-top-header ul li {
        padding: 0px 5px;
    }

    .news-ticker-list {
        height: 32px;
    }

    .right-top-header ul li a {
        font-size: 8px;
    }

    .news-ticker-title span {
        font-size: 11px;
        padding: 7px 10px;
    }

    .main-header-right ul li a {
        color: #fff;
    }

    .mobilemodehide{
        display: none;
    }

    .header-menu ul li a {
        padding: 20px 10px;
        font-size: 14px;
    }
}

/**For Mobile small deviece**/
@media only screen and (max-width: 767px) {

    .logo a img {
        width: 44%;
    }

    span.moble-menus-models {
        text-align: right;
    }

    .news-ticker-title span {
        padding: 8px 10px;
    }

    .news-ticker-list {
        height: 32px;
    }

    .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-form {
        margin: 21px 0px;
    }

    .contactbutton{
        margin-top: 0px;
    }
    
    .mobilemodehide{
        display: none;
    }

    .destopmodehide {
        display: block;
    }

    .header-menu{
        display: none;
    }

    .copyright p {
        text-align: center
    }

    .news-ticker-list ul li a {
        padding: 6px 10px;
    }

    .footer-widget {
        margin: 15px 0px;
    }

}

/**For extra Mobile small deviece**/
@media only screen and (max-width: 575px) {

    .middle-header {
        padding: 9px 0px;
    }

    .logo {
        padding: 5px 0px;
    }

    .logo a img {
        width: 100%;
    }

    .main-footer {
        padding: 20px;
    }

    .footer-widget {
        margin: 15px 0px;
    }

    .news-ticker {
        position: relative;
        height: 33px;
    }

    .news-ticker-list {
        height: 34px;
    }

    .news-ticker-title span {
        padding: 7px 10px;
    }

    span.moble-menus-models {
        text-align: right;
    }
}
