/*
Theme Name: Aprova
Theme URI: #
Author: Aprova
Author URI: #
Description: Aprova - MultiPurpose Creative HTML5 Responsive Template
Version: 1.0
License:
License URI:
*/

/*=======================================================================
[Table of contents]
=========================================================================

1. Font Settings
2. Typography Settings
3. Section Title Settings
4. Button Settings
5. Section Settings
*/

/*------------------------------------------------------------------------------
/ 1. Font Settings
------------------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Heebo:100,300,400,500,700,800,900&amp;subset=hebrew');

body, html{
    margin: 0;
    padding: 0;
}
body{
    line-height: 28px;
    color: #70778b;
    letter-spacing: 0;
    font-size: 16px;
    font-family: 'Heebo', sans-serif;
    font-weight: 400;
    transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
    -moz-transition: all ease 400ms;
}

/*------------------------------------------------------------------------------
/ 2. Typography Settings
------------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6{
    color: #444444;
    font-weight: 500;
    margin: 0 0 15px;
}
button:focus{
    outline: none;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none; 
    appearance: none;
    -moz-appearance: none;
    margin: 0; 
}
input[type="number"] {
    -moz-appearance: textfield !important;
}

a{
    color: #444444;
    text-decoration: none;
    transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
    -moz-transition: all ease 400ms;
}
a:hover, a:focus{
    text-decoration: none;
    outline: 0;
}
a:focus{
    color: #fff;
}
ul li{
    margin: 0;
    padding: 0;
    list-style: none;
}

/*------------------------------------------------------------------------------
/ 3. Section Title Settings
------------------------------------------------------------------------------*/
.noPadding{
    padding: 0;
}
.noPaddingRight{
    padding-right: 0;
}
.noPaddingLeft{
    padding-left: 0;
}

/*------------------------------------------------------------------------------
/ 4. Button Settings
------------------------------------------------------------------------------*/
.job_btn{
    border: none;
    font-size: 16px;
    font-weight: 500;
    color: #f04786;
    background: rgb(240,71,134);
    background: linear-gradient(90deg, rgba(240,71,134,1) 0%, rgba(125,107,255,1) 100%);
    height: 50px;
    padding: 1px;
    text-align: center;
    padding: 1px;
    display: inline-block;
    line-height: .8;
    letter-spacing: 0;
    position: relative;
    border-radius: 30px;
    z-index: 1;
    cursor: pointer;
    outline: none;
    overflow: hidden;
    text-transform: capitalize;
    transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
}
.job_btn span{
    width: 100%;
    height: 100%;
    background: #fff;
    display: inline-block;
    padding: 18px 35.3px;
    border-radius: 30px;
    transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
}
.job_btn:hover span {
    color: #fff;
    background: rgba(255, 255, 255, 0);
}
.gradian_color_btn{
    border-radius: 30px;
    padding: 19px 46px;
    background: rgb(174,87,255);
    background: linear-gradient(-90deg, rgba(174,87,255,1) 0%, rgba(0,43,255,1) 100%);
}
.gradian_color_btn:after{
    border-radius: 30px;
    background: rgb(174,87,255);
    background: linear-gradient(90deg, rgba(174,87,255,1) 0%, rgba(0,43,255,1) 100%);
}

/*------------------------------------------------------------------------------
/ 5. Section Settings
------------------------------------------------------------------------------*/
.gradian_color{
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(30deg, rgba(249,65,58,1) 0%, rgba(251,184,26,1) 100%);
    display: inline-block;
}
.job_sec_title{
    font-size: 35px;
    line-height: 28px;
    color: #444444;
    font-weight: 500;
    margin: 0 0 22px;
}
.sec_desc{
    margin: 0 0 55px;
}
.white{
    color: #fff;
}
.padTop_70{
    padding-top: 70px;
}
.padTop_50{
    padding-top: 50px;
}
.marTop30{
    margin-top: 30px;
}
