/*
Theme Name: Zakra Child Theme
Theme URI: http://themegrill.com/themes/zakra/
Description: Child Theme for Zakra
Author: ThemeGrill
Author URI: http://themegrill.com
Template: zakra
Version: 1.0
*/


.zak-page-header {
    padding: 30px 0;
    background-color: #E4E4E7;
    display: none;
}

.zak-container {
    max-width: var(--container-width, 1320px);
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: content-box;
}



.zak-main-header {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #ffffff;
    display: none!important;
}

.logofooter{
    width: 202px;
}


footer  i {
    color: #fff;
    font-size: 17px;
    padding-right: 10px;
}

.copyright p {
    color: #ffffff!important;
}

.iconsss  a {
    width: 35px;
    height: 35px;
    /*border-radius: 50%;*/
    /*border: 1px solid #fff;*/
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 17px;
}

.hover1 {
    color: #000000 !important;
}

a.hover1 {
   color: #000000 !important;
}

/*.gwrap {*/
/*    display: grid;*/
/*    grid-template-columns: repeat(3, 2fr);*/
/*    gap: 9px;*/
/*    position: relative;*/
/*}*/
.multipleItems .gwrapCard {
  width: 100%;
}
.gwrap1222 {
  width: 100%;
  overflow: hidden;
}

/*.gwrapCard img{*/
/*    width: 350px;*/
/*    height: auto;*/
/*}*/

/*button.slick-prev.slick-arrow {*/
/*    top: 144px;*/
/*    position: absolute;*/
/*    left: -58px;*/
/*    z-index: 106;*/
/*    border-radius: 100%;*/
/*}*/

/*button.slick-next.slick-arrow {*/
/*    position: absolute;*/
/*    right: -29px;*/
/*    top: 33%;*/
/*    border-radius: 100%;*/
/*}*/

.gwrapCard{
    width: 300px;
    height: 300px;
}


.gallery img {
    margin-bottom: 10px;
}

.Message-form input {
    color: #000 !important;
    background-color: transparent;
    border: 1px solid #D9D9D9;
    padding: 10px 20px !important;
    margin-bottom: 10px;
    color: #1B1117;
    outline: none;
    padding-left: 5px;
    width: 100%;
    background-color: #22b0fc;
    font-weight:500;
}


@media screen and (max-width:1250px) {
   .zak-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    box-sizing: border-box;
}
.hero h1 {
    text-transform: uppercase;
    color: #1B1117;
    font-size: 50px;
    line-height: 52px;
}
  
}

@media screen and (min-width: 768px) {
    .zak-content .zak-row {
        flex-direction: row;
        gap: 0;
        padding-top: 0;
        padding-bottom: 0;
        justify-content: center;
    }

}

/*.card-body h6 {*/
/*    margin-top: 14px;*/
/*}*/


p.text-uppercase1 {
    color: #000;
    font-weight: 800 !important;
    text-align: center;
}
ul.listStylecust {
    list-style: circle;
    padding-left: 30px;
    line-height: 26px;
    
}

.custServices h5 {
    line-height: 37px;
    font-size: 18px;
    font-weight: 500;
}








