/*
Theme Name: Cons
Theme URI: https://www.safety-point.co.il/
Author: Tiran Moyal
Author URI: https://www.safety-point.co.il/
Description: Custom Design Theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Landing Page, Safety, Clear
Text Domain: cons
*/

body {
    font-family: "Heebo", sans-serif;
    color: #333;
    text-align: right;
    direction: rtl;
    font-size: 18px;
}
html{
    scroll-behavior: smooth;
}
* {
    margin: 0;
    padding: 0;
}
ul,
li,
ol {
    padding: 0;
    margin: 0;
    list-style: none;
}
img {
    border: none;
    padding: 0;
    margin: 0;
}
.cls {
    clear: both;
}
a {
    color: #333;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a:hover {
    color: #eab308;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
iframe,
object,
embed {
    max-width: 100%;
}
input:focus {
    outline: none;
}
input {
    font-family: 'Heebo', sans-serif;
    text-align: right;
}
textarea {
    font-family: 'Heebo', sans-serif;
    text-align: right;
}
select {
    font-family: 'Heebo', sans-serif;
    text-align: right;
}
.img-fluid {
    width: 100%;
    height: auto;
    display: inline-block;
}

/* mobile menu */

.menuicon {
    position: absolute;
    right: 0;
    top: 20px;
    display: none;
    cursor: pointer;
}
.floatingnav {
    position: fixed;
    top: 0;
    right: -320px;
    width: 320px;
    height: 100%;
    background: #000;
    z-index: 999999999;
}
.mobilemenuheader {
    padding: 20px 10px;
    overflow: hidden;
    position: relative;
    border-bottom: 5px solid #eab308;
}
.mobilelogo {
    float: left;
}
.mobilelogo img {
    width: 100%;
    height: auto;
    display: inline-block;
    max-width: 200px;
}
.closemenu {
    float: right;
    padding: 0 0 0 0;
    cursor: pointer;
}
.menubox {
    padding: 10px 10px 10px 10px;
    text-align: center;
}
.menubox ul li {
    padding: 0 0 5px 0;
    text-align: right;
}
.menubox ul li a {
    font-weight: 300;
    text-decoration: none;
    color: #fff;
    font-size: 26px;
    padding-right: 21px;
}
.menubox ul li a:hover {
    text-decoration: none;
    color: #eab308;
}
.menubox ul li.current_page_item a {
    text-decoration: none;
    color: #eab308;
}
.menubox ul li.current_page_item ul li a {
    text-decoration: none;
    color: #fff;
}

/* main style start */

.row{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1%;
}
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10px;
}
.header-area{
    width: 100%;
    background: #f4f5f5;
}
.header{
    position: relative;
    height: 80px;
}
.header-left{
    position: absolute;
    left: 0;
    top: 10px;
}
.logo img{
    width: 100%;
    height: auto;
    display: inline-block;
    max-width: 83px;
}
.navigation{
    text-align: center;
    padding: 25px 0 0 0;
}
.navigation ul li{
    display: inline-block;
    padding: 0 15px 0 15px;
}
.navigation ul li a{
    display: block;
    color: #334155;
    text-decoration: none;
}
.navigation ul li a:hover{
    color: #eab308;
    text-decoration: none;
}
.header-right{
    position: absolute;
    right: 0;
    top: 25px;
}
.phone-number a{
    display: inline-block;
    text-decoration: none;
    color: #333c4d;
    background: url(images/phone-icon.png) no-repeat 0 center;
    padding: 0 0 0 25px;
    font-weight: 700;
}
.phone-number a:hover{
    color: #eab308;
    text-decoration: none;
}
.sticky{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
}
.home-banner-area{
    min-height: 1080px;
    position: relative;
    overflow: hidden;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}
.home-banner-overlay{
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3));
}
.top-banner-inner{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.top-banner-content{
    text-align: center;
    color: #fff;
    overflow: hidden;
}
.top-banner-content h1{
    font-size: 48px;
    line-height: 50px;
    font-weight: 900;
}
.top-banner-content h2{
    font-size: 48px;
    line-height: 50px;
    font-weight: 900;
    color: #FFC107;
    margin: 0 0 30px 0;
}
.top-banner-content p{
    font-size: 20px;
    margin-bottom: 40px;
    opacity: 0.9;
}
.home-content-buttons{
    overflow: hidden;
}
.home-content-buttons a{
    display: inline-block;
    padding: 15px 30px 15px 30px;
    text-decoration: none;
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 5px;
    margin: 0 10px;
}
.home-content-buttons a:hover{
    border: 2px solid #eab308;
    background: #eab308;
    color:#000;
}
.about-area{
    padding: 100px 0 100px 0;
    overflow: hidden;
    background: #fff;
}
.about-area-inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.about-right{
    width: 47%;
}
.about-content{
    overflow: hidden;
}
.about-content h2{
    font-size: 46px;
    line-height: 50px;
    padding: 0 0 30px 0;
    font-weight: 900;
}
.about-content p{
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
    padding: 0 0 25px 0;
}
.about-content ul li{
    padding: 0 35px 0 0;
    background: url(images/bullet-icon-02.png) no-repeat right 5px;
    margin: 0 0 20px 0;
    font-weight: 300;
    line-height: 25px;
}
.about-content ul li strong{
    display: block;
    padding: 0 0 0 0;
    font-weight: 600;
}
.about-left{
    width: 47%;
}
.about-picture-inner{
    position: relative;
}
.about-picture img{
    width: 100%;
    height: auto;
    display: block;
}
.services-area{
    padding: 100px 0;
    background: #000;
    overflow: hidden;
}
.services-heading-info{
    text-align: center;
    padding: 0 0 50px 0;
    overflow: hidden;
}
.heading-highlight{
    padding: 0 0 20px 0;
    overflow: hidden;
}
.heading-highlight span{
    display: inline-block;
    padding: 8px 20px;
    background: #332b0d;
    color: #facc15;
    font-size: 14px;
    font-weight: 700;
    border-radius: 25px;
}
.yellowbg span{
    background: #fef9c3;
    color: #854d0e;
}
.services-heading-info h1{
    font-size: 48px;
    line-height: 50px;
    font-weight: 900;
    padding: 0 0 20px 0;
    color: #fff;
}
.services-heading-info p{
    color: #fff;
    font-size: 20px;
    line-height: 22px;
}
.services-item{
    width: 31.33%;
    margin: 1% 1% 1% 1%;
}
.services-item-inner{
    background: #101215;
    padding: 30px 30px;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #282a2d;
    color: #fff;
}
.services-icon{
    height: 70px;
}
.services-info{
    padding: 0 0 20px 0;
    overflow: hidden;
}
.services-info h3{
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
    padding: 0 0 15px 0;
}
.services-info p{
    font-size: 16px;
    line-height: 25px;
}
.services-link a{
    font-size: 18px;
    color: #facc15;
    font-weight: 700;
    padding: 0 20px 0 0;
    background: url(images/bullet-icon-01.png) no-repeat right 8px;
}
.contact-area{
    padding: 100px 0 100px 0;
    background: #fafaf9;
    overflow: hidden;
}
.contact-area-inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.contact-left{
    width: 48%;
}
.contact-info h2{
    font-size: 42px;
    line-height: 45px;
    padding: 0 0 30px 0;
    font-weight: 900;
}
.contact-info p{
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
    padding: 0 0 25px 0;
}
.contact-info ul li{
    font-weight: 300;
    padding: 0 65px 10px 0;
    margin: 0 0 25px 0;
    background: url(images/contact-icon-01.png) no-repeat right 0;
}
.contact-info ul li strong{
    display: block;
    font-weight: 700;
}
.contact-info ul li.email{
    background: url(images/contact-icon-02.png) no-repeat right 0;
}
.contact-info ul li.location{
    background: url(images/contact-icon-03.png) no-repeat right 0;
}
.contact-right{
    width: 48%;
}
.contact-form-box{
    background: #fff;
    padding: 30px 30px;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.contact-form-list{
    padding: 0 0 20px 0;
    overflow: hidden;
}
.contact-form-list label{
    display: block;
    color: #334155;
    font-weight: 700;
    padding: 0 0 10px 0;
}
.contact-form-list input{
    color: #71717a;
    font-size: 18px;
    width: calc(100% - 42px);
    height: 46px;
    border: 1px solid #e4e4e7;
    border-radius: 5px;
    padding: 0 20px 0 20px;
    font-weight: 300;
}
.contact-form-list textarea{
    color: #71717a;
    font-size: 18px;
    width: calc(100% - 42px);
    height: 106px;
    border: 1px solid #e4e4e7;
    border-radius: 5px;
    padding: 10px 20px 10px 20px;
    font-weight: 300;
    resize: none;
}
.contact-form-send input{
    font-size: 18px;
    width: 100%;
    height: 50px;
    border: none;
    background: #eab308;
    color: #000;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    font-weight: 700;
}
.contact-form-send input:hover{
    background: #000;
    color: #eab308;
}
.footer-area{
    background: #000;
    padding: 50px 0 50px 0;
    overflow: hidden;
    text-align: center;
    color: #fff;
}
.footer-logo{
    padding: 0 0 20px 0;
}
.footer-info{
    padding: 0 0 20px 0;
    color: #9ca3af;
}
.copyright-info{
    color: #555b66;
}

/* for logo slider */

.customerarea{
	background:#f3f3f5;
	padding: 30px 10.5% 30px 10.5%;
	overflow:hidden;
	direction:ltr;
}
.customercontent{
	position:relative;
	padding:0 70px;
}
.customeritem{
	margin:0 15px;
}
.customerbox{
	width:100%;
	background:#fff;
	height:170px;
	position:relative;
	text-align:center;
	overflow:hidden;
}
.customerbox img{
	max-height:100%;
    max-width:100%;
    width:auto;
    height:auto;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
}
.customertitle h3{
	font-size:30px;
	line-height:30px;
}

/* for service details page */

.service-banner-area{
    min-height: 500px;
    position: relative;
    overflow: hidden;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}
.service-banner-content{
    text-align: center;
    color: #fff;
}
.service-banner-content h1{
    font-size: 48px;
    line-height: 50px;
    font-weight: 900;
    padding: 50px 0 30px 0;
    background: url(images/seperator-01.png) no-repeat center top;
}
.service-banner-content p{
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    padding: 0;
}
.services-block-list{
    padding: 100px 0;
    overflow: hidden;
    background: #fff;
}
.services-block-heading{
    text-align: center;
    padding: 0 0 45px 0;
    overflow: hidden;
}
.services-block-heading-icon{
    padding: 0 0 25px 0;
    min-height: 80px;
}
.services-block-heading h2{
    font-size: 40px;
    line-height: 45px;
    font-weight: 900;
    color: #000;
    padding: 0 0 20px 0;
    background: url(images/seperator-02.png) no-repeat center bottom;
    margin: 0 0 20px 0;
}
.services-block-item{
    width: 48%;
    margin: 1% 1% 1% 1%;
}
.services-block-inner{
    padding: 25px 25px 25px 25px;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    min-height: 55px;
}
.services-block-inner p{
    padding: 0 25px 0 0;
    font-weight: 300;
    line-height: 30px;
    color: #374151;
    background: url(images/bullet-icon-03.png) no-repeat right 8px;
}
.even-list{
    background: #232d3a;
}
.even-list .services-block-heading h2{
    color: #fff;
}
.even-list .services-block-heading p{
    color: #fff;
}
.even-list .services-block-inner{
    border: 1px solid #374151;
}
.even-list .services-block-inner p{
    background: url(images/bullet-icon-04.png) no-repeat right 8px;
    color: #e5e7eb;
}