/*
 Theme Name: Prologue
 Theme URI: https://themeforest.net/user/themewar/portfolio
 Author: themewar
 Author URI: http://themewar.com/
 Description: Prologue - Creative Multipurpose WordPress Theme
 Version: 1.0
 License:
 License URI:
*/

/*==================================
    [Table of contents]
===================================
    1. Presets & Typography Settings
    2. Buttons & Links
    3. Spacing & Padding
    4. Img Styling
    5. Page Banner
    6. Inner Page Section
    7. Utility
*/

/*------------------------------------------------------
/  1. Presets & Typography Settings
/------------------------------------------------------*/
html,body{
    margin: 0;
    padding: 0;
}
body{
    font-family: 'Jost', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0;
    color: #959595;
}
p{
    margin: 0 0 15px;
}
h1, h2, h3, h4, h5, h6{
    font-weight: 600;
    color: #333333;
    line-height: 1.3333;
    margin: 0 0 15px;
}
a{
    color: #7635f5;
    text-decoration: none;

    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
}
a:hover{
    color: #333333;
    text-decoration: none;
}
input:focus, button:focus, select:focus, textarea:focus, a:focus{
    outline: 0;
    box-shadow: none;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active
{
 background: transparent !important;
}
.fw_300{
    font-weight: 300;
}
.fw_400{
    font-weight: 400;
}
.fw_500{
    font-weight: 500;
}
.fw_600{
    font-weight: 600;
}
.fw_700{
    font-weight: 700;
}
.wb_all{
    word-break: break-all;
}
.fs_italic{
    font-style: italic;
}
.sec_title span{
    border-bottom: 1px solid currentColor;
    display: inline;
    line-height: 1;
    word-break: break-word;
}
.sec_title i{
    color: #01d85f;
    font-style: normal;
    border-bottom: 1px solid #01d85f;
    display: inline;
    line-height: 1;
    word-break: break-word;
}
.pr_paragraph a{
    color: #7635f5;
    font-weight: 500;
    display: inline-block;
}
.pr_paragraph a:hover{
    color: #01d85f;
}
.pr_paragraph span{
    border-bottom: 1px solid currentColor;
    display: inline;
    line-height: 1;
    word-break: break-word;
}
.primary_color{
    color: #7635f5;
}
.dark_color{
    color: #1e1e1e;
}
.dark_color_2{
    color: #333333;
}
.sub_title{
    font-weight: 500;
    font-size: 12px;
    color: #7635f5;
    letter-spacing: 2.4px;
    margin: 0 0 17px;
}
.sub_title.st_white{
    color: #FFF;
}
.sec_title{
    font-size: 30px;
    line-height: 40px;
    margin: 0 0 27px;
}
.sec_title.st_white{
    color: #FFF;
}
.sec_bar{
    position: relative;
    width: 50px;
    height: 3px;
    background: #7635f5;
    margin: 0 0 25px;
}
.prologue_rev_slider .learnmore_link {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    color: #01d85f;
    line-height: 16px;
    display: inline-block;
    position: relative;
    padding: 0 0 13px;
    transition: all ease 300ms !important;
    -moz-transition: all ease 300ms !important;
    -webkit-transition: all ease 300ms !important;
    -o-transition: all ease 300ms !important;
    -ms-transition: all ease 300ms !important;
}
.prologue_rev_slider .learnmore_link:hover {
    color: #1e1e1e;
}
.prologue_rev_slider .learnmore_link:after {
    width: 40px;
    height: 6px;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    transition: all ease 300ms !important;
    -moz-transition: all ease 300ms !important;
    -webkit-transition: all ease 300ms !important;
    -o-transition: all ease 300ms !important;
    -ms-transition: all ease 300ms !important;
    background: url(../images/shape_3.png) no-repeat center center;
}
.prologue_rev_slider .learnmore_link:hover:after {
    background: url(../images/shape_4.png) no-repeat center center;
}

/*------------------------------------------------------
/  2. Buttons & Links
/------------------------------------------------------*/
.pro_btn{
    height: 55px;
    display: inline-block;
    padding: 0 48px;
    font-size: 16px;
    font-weight: 500;
    line-height: 55px;
    color: #FFF;
    background: #7635f5;
    position: relative;
    overflow: hidden;
    border: none;
}
.green_to_black{
    background: #01d85f
}
.pro_btn span {
    position: relative;
    z-index: 2;
}
.pro_btn::after{
    content: "";
    width: 0;
    height: 100%;
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    background: #01d85f;
    transition: width .4s cubic-bezier(.25,.8,.25,1) 0s;
    -moz-transition: width .4s cubic-bezier(.25,.8,.25,1) 0s;
    -webkit-transition: width .4s cubic-bezier(.25,.8,.25,1) 0s;
}
.pro_btn.pb_dark:after{
    background: #1e1e1e;
}
.pro_btn.green_to_black:after{
    background: #1e1e1e;
}
.pro_btn:hover{
    color: #FFF;
}
.pro_btn:hover:after {
    width: 100%;
    left: 0;
    right: auto;
}
.to_left::after{
    content: "";
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    right: auto;
    top: 0;
    background: #01d85f;
    transition: width .4s cubic-bezier(.25,.8,.25,1) 0s;
    -moz-transition: width .4s cubic-bezier(.25,.8,.25,1) 0s;
    -webkit-transition: width .4s cubic-bezier(.25,.8,.25,1) 0s;
}
.to_left:hover:after {
    width: 100%;
    left: auto;
    right: 0;
}
.to_top::after {
    content: "";
    width: 100%;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    bottom: auto;
    background: #01d85f;
    transition: height .4s cubic-bezier(.25,.8,.25,1) 0s;
    -moz-transition: height .4s cubic-bezier(.25,.8,.25,1) 0s;
    -webkit-transition: height .4s cubic-bezier(.25,.8,.25,1) 0s;
}
.to_top:hover:after {
    height: 100%;
    top: auto;
    bottom: 0;
}
.to_bottom::after {
    content: "";
    width: 100%;
    height: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    top: auto;
    background: #01d85f;
    transition: height .4s cubic-bezier(.25,.8,.25,1) 0s;
    -moz-transition: height .4s cubic-bezier(.25,.8,.25,1) 0s;
    -webkit-transition: height .4s cubic-bezier(.25,.8,.25,1) 0s;
}
.to_bottom:hover:after {
    height: 100%;
    top: auto;
    top: 0;
}

.v_btn{
    position: relative;
    z-index: 2;
    display: inline-block;
    width: 85px;
    height: 85px;
    border: 1px solid #FFF;
    color: #FFF;
    font-size: 8px;
    text-align: center;
    line-height: 83px;
    border-radius: 50%;
}
.v_btn:hover{
    color: #7635f5;
    border-color: #7635f5;
}

/*------------------------------------------------------
/  3. Spacing & Padding
/------------------------------------------------------*/
.noPadding{
    padding: 0;
}
.noPaddingLeft{
    padding-left: 0;
}
.noPaddingRight{
    padding-right: 0;
}
.noPaddingTop{
    padding-top: 0;
}
.pdl15{
    padding-left: 15px;
}
.mb0{
    margin-bottom: 0;
}

/*------------------------------------------------------
/  4. Img Styling
/------------------------------------------------------*/
.imgDiv{
    position: relative;
    overflow: hidden;
}
.imgDiv img{
    max-width: 100%;
    height: auto;
    display: inline-block;
}

/*------------------------------------------------------
/  5. Page Banner
/------------------------------------------------------*/
.page_banner{
    position: relative;
    background: #f2f3fb;
    position: relative;
    padding: 255px 0 250px;
}
.page_banner.pb_skew{
    background: transparent;
    z-index: 2;
}
.page_banner.pb_skew .pb_skew_div {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0px;
    background: #f2f3fb;
    transform-origin: top left;
    -moz-transform-origin: top left;
    -webkit-transform-origin: top left;
    transform: skew(0deg, -3.36deg);
    -moz-transform: skew(0deg, -3.36deg);
    -webkit-transform: skew(0deg, -3.36deg);
}
.page_banner .container{
    position: relative;
    z-index: 2;
}
.pb_content{
    position: relative;
    z-index: 2;
}
.pb_content h2{
    font-size: 48px;
    line-height: 58px;
    word-break: break-word;
    margin: 0 0 26px;
}
.pb_content p{
    margin: 0;
    font-size: 16px;
    line-height: 26px;
    color: #333333;
    font-weight: 700;
}
.pb_content p a{
    color: inherit;
    font-weight: 400;
}
.pb_content p a:hover{
    color: #7635f5;
}

/*------------------------------------------------------
/  6. Inner Page Section
/------------------------------------------------------*/
.inner_page_section{
    padding: 120px 0;
    position: relative;
}
.icon_box_03{
    margin-bottom: 7px;
}
/*------------------------------------------------------
/  7. Utility
/------------------------------------------------------*/
#backtotop {
    position: fixed;
    right: 50px;
    bottom: -50px;
    width: 45px;
    height: 45px;
    background: #7635f5;
    color: #FFF;
    font-size: 25px;
    text-align: center;
    line-height: 45px;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    border-radius: 2px;
}
#backtotop:hover{
    background: #01d85f;
}
