/*
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=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i&amp;display=swap');

body, html{
    margin: 0;
    padding: 0;
}
body{
    line-height: 28px;
    color: #7c7c7c;
    letter-spacing: 0;
    font-size: 17px;
    font-family: 'Roboto', 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: #333333;
    font-weight: 700;
    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: #333333;
    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
------------------------------------------------------------------------------*/
.creative_btn{
    border: none;
    font-size: 17px;
    font-weight: 700;
    background: linear-gradient(90deg, rgba(0,43,255,1) 0%, rgba(174,87,255,1) 100%);
    color: #fff;
    height: 50px;
    text-align: center;
    padding: 18px 34px;
    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;
}
.creative_btn:hover{
    color: #fff;
    background: linear-gradient(-90deg, rgba(0,43,255,1) 0%, rgba(174,87,255,1) 100%);
}

/*------------------------------------------------------------------------------
/ 5. Section Settings
------------------------------------------------------------------------------*/
.creative_sub_title{
    font-size: 20px;
    color: #ff4564;
    line-height: .8;
    font-weight: 700;
    margin-bottom: 10px;
}
.creative_sec_title{
    position: relative;
    font-size: 40px;
    line-height: 50px;
    color: #333333;
    font-weight: 900;
    margin: 0 0 22px;
}
.creative_sec_title span{
    position: relative;
    left: 0;
    right: 0;
    bottom: -9px;
    margin: auto;
    display: block;
    width: 37px;
    height: 4px;
    background: #c2c2c2;
    border-radius: 3px;
}
.creative_sec_title span:before{
    width: 15px;
    height: 4px;
    position: absolute;
    left: -20px;
    bottom: 0;
    content: '';
    background: #c2c2c2;
    border-radius: 3px;
}
.creative_sec_title span:after{
    width: 15px;
    height: 4px;
    position: absolute;
    right: -20px;
    bottom: 0;
    content: '';
    background: #c2c2c2;
    border-radius: 3px;
}
.sec_desc{
    margin: 0 0 35px;
}
.white{
    color: #fff;
}
.padRight_79{
    padding-right: 79px;
}
.paTop_96{
    padding-top: 96px;
}