@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
*{
    margin: 0;
    padding: 0;
    color:#8c8c8c;
    scroll-behavior: smooth;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #3d4b52;
    line-height: 19px;
}
li{
    list-style-type: none;
}
a{
    text-decoration: none;
}
a:hover{
    text-decoration: none;
    color:#fff;
}
a{
    color:#fff;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    margin: 0;
    padding: 0;
}
p{
    margin: 0;
    padding: 0;
}
/*HEADER START*/
header{
    height: 48px;
    background: #f1f6f7;
    box-shadow: inset 0 -32px 32px -32px rgba(61,75,82,.16);
    display: flex;
}
header a{
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 16px;
    color: #6e858a;
}
header a:hover{
    color: #6639b6;
    background: #e3ecef;
}
.headerMiddle{
    height: 88px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.headerMiddle .logo{
    font-weight: 900;
    font-size: 36px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
}
.headerMiddle form{
    position: relative;
    width: 40%;
}
.headerMiddle input{
    font-size: 14px;
    font-weight: 300;
    color: #78909c;
    border: none;
    border-radius: 4px;
    -webkit-appearance: none;
    background: #f1f6f7;
    height: 36px;
    width: 100%;
    text-indent:10px;
}
.headerMiddle input::placeholder{
    position: relative;
    left: 10px;
}
.headerMiddle button{
    position: absolute;
    right: 10px;
    height: 36px;
    background: none;
    border: none;
    font-size: 18px;
    color: #546e7a;
}
.headerMiddle .phone{
    display: flex;
    align-items: center;
    margin-right: 20px;
    flex-direction: column;
}
.headerMiddle .phone i{
    font-size: 14px;
    color: #3d4b52;
}
.headerMiddle .phone a{
    font-size: 14px;
    color: #3d4b52;
    line-height: 19px;
    font-weight: 600;
    margin-left: 10px;
}

/*HEADER END*/

/*CATEGORY START*/
.category{
    height: 112px;
    border-top: 1px solid #e3ecef;
    -webkit-box-shadow: 0px 5px 10px rgba(61,75,82,.16);
    -moz-box-shadow: 0px 5px 10px rgba(61,75,82,.16);
    box-shadow: 0px 5px 10px rgba(61,75,82,.16);
    background: #fff;
}

.category .items{
    height: 100%;
    display: flex;
    justify-content: space-around;
}
.category .items a{
    height: 100%;
    flex-grow: 1;
}
.category .item{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0 18px;
    border-right: 1px solid #f1f6f7;
    flex-grow: 1;
}
.category .item:hover{
    background:#f1f6f7;
    cursor: pointer;
}
.category .item img{
    height: 48px;
}
.category .item p{
    color: #3d4b52;
    font-size: 16px;
    margin-top: 10px;
}
.category .item:hover p{
    color:#6639b6;
}
/*CATEGORY END*/

/*SLIDER START*/
.owl-theme .owl-nav.disabled+.owl-dots {
    position: absolute;
    bottom: 0;
    left: 47%;
    display: flex;
}
/*SLIDER END*/

/*BANNER CATEGORY START*/
.bannerItems{
    display: flex;
}
.bannerItems .item{
    width: 50%;
}
.banners-item{
    height: 350px;
    display: block;
    position: relative;
    overflow: hidden;
}
.banners-item-pic {
    background-color: #6e858a;
    z-index: 1;
}
.banners-item-block-container{
    z-index: 2;
}
.banners-item-block-container:before {
    content: "";
    background: -moz-linear-gradient(top,rgba(61,75,82,0) 0,#3d4b52 100%);
    background: -webkit-linear-gradient(top,rgba(61,75,82,0) 0,#3d4b52 100%);
    background: linear-gradient(to bottom,rgba(61,75,82,0) 0,#3d4b52 100%);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.banners-item-block{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 32px;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
}
.banners-item-block-container:after {
    opacity: 0;
    content: "";
    background: -moz-linear-gradient(top,rgba(61,75,82,.5) 0,#6639b6 100%);
    background: -webkit-linear-gradient(top,rgba(61,75,82,.5) 0,#6639b6 100%);
    background: linear-gradient(to bottom,rgba(61,75,82,.5) 50%,#6639b6 100%);
    -webkit-transition: opacity .3s ease 0s;
    -moz-transition: opacity .3s ease 0s;
    -o-transition: opacity .3s ease 0s;
    transition: opacity .3s ease 0s;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.banners-item-title {
    font-weight: 600;
    font-size: 30px;
    color: #fff;
    line-height: 36px;
    z-index: 4;
}
.bannerItems .item:hover .banners-item-block-container:after{
    opacity: 1;
}
.bannerSecRow .item{
    width: calc(100%/3);
}
.bannerSecRow .banners-item-pic .bannHeight{
    height: 100%;
}
/*BANNER CATEGORY END*/
/*REASONS START*/
.reasons{
    display: flex;
    justify-content: space-around;
    padding: 20px 0;
}
.reason{
    display: flex;
    align-items: center;
}
.reason p{
    margin-left: 25px;
}
.reason i{
    font-size: 28px;
    color: #000;
}
.reason p{
    font-size: 16px;
}
/*REASONS END*/

/*PRODUCTS START*/
.products{
    display: flex;
    flex-wrap: wrap;
    padding: 50px 5%;
}
.product{
    width: 25%;
    border: 1px solid #e8edef;
}
.product .item{
    display: flex;
    flex-direction: column;
    margin: 24px;
    align-items: center;
}
.product img{
    width: 222px;
}
.product .item p{
    margin-top: 12px;
    font-size: 16px;
    color: #000;
    line-height: 20px;
}
.product .raiting{
    display: flex;
    width: 100%;
    margin-top: 12px;
    align-items: center;
    justify-content: space-between;
}
.raiting .value{
    margin-right: 6px;
    padding: 4px 8px 3px;
    font-size: 14px;
    color: #fff;
    line-height: 17px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    background: #008d55;
}
.raiting .testim{
    color: #78909c;
    line-height: 17px;
    font-weight: bold;
    font-size: 17px;
}
.product:hover{
    box-shadow: 3px 3px 20px #9e9898;   cursor: pointer;
    z-index: 1;
}
.bread{
    text-align: center;
    font-size: 14px;
    margin-top: 10px !important;
}
.bread a:hover{
    color: black;
}
.find{
    text-align: center;
    font-size: 18px;
    margin-top: 10px;
}
/*PRODUCTS END*/

/*BRANDS START*/
.partners{
    background: #f1f6f7;
    padding: 50px;
}
.partners h3{
    font-weight: 700;
    font-size: 36px;
}
.brands{
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}
.brands .item{
    width: calc(100%/6);
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
    border: 1px solid #f1f6f7;
    margin-top: 30px;
}
.brands .item img{
    max-width: 100%;
}
/*BRANDS END*/

/*CONSULT START*/
.consult{
    background-color: #3d4b52;
}
.consult .container{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 80px 0;
}
.consult h1{
    font-weight: 700;
    font-size: 32px;
    color:#fff;
}
.consult .form{
    display: flex;
    justify-content: space-around;
    width: 80%;
    margin-top: 30px;
}
.form .block{
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 25%;
}
.form textarea{
    flex-grow: 2;
    width: 50%;
    margin: 0 10px;
}
.form input{
    color: #fff;
    border: none;
    border: 1px solid #66797f;
    border-radius: 5px;
    padding: 5px 42.5px 5px 5px;
    background: none;
}
.form textarea{
    color: #fff;
    border: none;
    border: 1px solid #66797f;
    border-radius: 5px;
    background: none;
}
.form .fir{
    /*margin-bottom: 18px;*/
}
.form .block .btn{
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    color: #fff;
    text-decoration: none;
    border: 2px solid transparent;
    background: #6639b6;
    margin-top: 15px;
}
.form .block .btn:hover{
     border: 2px solid #6639b6;
    background: transparent;
    cursor: pointer;
}
/*CONSULT END*/

/*FOOTER START*/
footer{
    height: 50px;
    background: #000;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
footer>div{
    display: flex;
    justify-content: center;
}
footer i{
    margin: 0 10px;
}
footer i:hover{
    color:#fff;
    cursor: pointer;
}
/*FOOTER END*/

/*ABOUT.PHP*/
/*ABOUT.PHP*/
.conteiner{
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #f1f6f7;
}
.others,.feedback{
    max-width: 1280px;
    width: 100%;
    margin: 20px 0;
}
.others p{
    margin: 10px 0;
    text-align: justify;
    text-indent: 25px;
}
.others a{
    color:black
}
.others a:hover{
    color:#6639b6;
}
.others ul li{
    list-style-type: initial;
    margin-left: 20px;
}
.feedback input, .feedback textarea {
    width: 100%;
}
.feedback h2{
    margin: 15px 0;
}
.feedback p{
    margin-top: 15px;
    margin-bottom: 5px;
}
.feedback span{
    color:#ff0000;
}
.feedback .btn{
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    color: #fff;
    text-decoration: none;
    border: 2px solid transparent;
    background: #6639b6;
    margin-top: 15px;
}
.feedback .btn:hover{
    border: 2px solid #6639b6;
    background: transparent;
    cursor: pointer;
    color: #000;
}
/*ABOUT.PHP END*/
/*ABOUT.PHP END*/