/*
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=Barlow:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

body, html{
    margin: 0;
    padding: 0;
	overflow-x:hidden;
}
body{
    line-height: 28px;
    color: #666666;
    letter-spacing: 0;
    font-size: 18px;
    font-family: 'Barlow', 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: #07294e;
    font-weight: 600;
    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: #07294e;
    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,
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
------------------------------------------------------------------------------*/
.education_btn{
    border: none;
    font-size: 15px;
    font-weight: 700;
    background: rgb(88,137,236);
    background: linear-gradient(90deg, rgba(88,137,236,0.86) 0%, rgba(255,159,133,0.86) 100%);
    color: #fff;
    height: 50px;
    text-transform: uppercase;
    text-align: center;
    padding: 19px 51.1px;
    display: inline-block;
    line-height: .8;
    letter-spacing: 0;
    position: relative;
    border-radius: 10px;
    z-index: 1;
    overflow: hidden;
    cursor: pointer;
    outline: none;
    overflow: hidden;
    transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow:    0px 5px 30px 0px rgba(0, 0, 0, 0.09);
    box-shadow:         0px 5px 30px 0px rgba(0, 0, 0, 0.09);
}
.education_btn span {
    position: relative;
    z-index: 2;
}
.education_btn::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 10px;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    visibility: hidden;
    opacity: 0;
    top: 0;
    background: rgb(88,137,236);
    background: linear-gradient(-90deg, rgba(88,137,236,0.86) 0%, rgba(255,159,133,0.86) 100%);
    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;
}
.education_btn:hover:after {
    visibility: visible;
    opacity: 1;
}
.education_btn:hover{
    color: #fff;
}
.education_btn_2{
    border: none;
    font-size: 15px;
    font-weight: 700;
    background: rgb(88,137,236);
    background: linear-gradient(90deg, rgba(88,137,236,0.86) 0%, rgba(255,159,133,0.86) 100%);
    color: #07294e;
    height: 50px;
    text-transform: uppercase;
    text-align: center;
    padding: 2px;
    display: inline-block;
    line-height: .8;
    letter-spacing: 0;
    position: relative;
    border-radius: 10px;
    z-index: 1;
    overflow: hidden;
    cursor: pointer;
    outline: none;
    overflow: hidden;
    transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow:    0px 5px 30px 0px rgba(0, 0, 0, 0.09);
    box-shadow:         0px 5px 30px 0px rgba(0, 0, 0, 0.09);
}
.education_btn_2 span{
    width: 100%;
    height: 100%;
    background: #f8f8f8;
    display: inline-block;
    padding: 17px 41px;
    border-radius: 8px;
    transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
}
.education_btn_2:hover span{
    color: #fff;
    background: rgba(255, 255, 255, 0);
}

/*------------------------------------------------------------------------------
/ 5. Section Settings
------------------------------------------------------------------------------*/
.edu_sub_title{
    font-size: 14px;
    line-height: .8;
    color: #07294e;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 12px;
}
.edu_sec_title{
    font-size: 40px;
    line-height: 50px;
    color: #07294e;
    font-weight: 600;
    margin: 0 0 32px;
}
.sec_desc{
    margin: 0 0 46px;
}
.white{
    color: #fff;
}
.mt_30{
    margin-top: 30px;
}
.padTop_140{
    padding-top: 140px;
}
.padLeft_45{
    padding-left: 45px;
}
