/*
 Theme Name: Prologue
 Theme URI: https://themeforest.net/user/themewar/portfolio
 Author: themewar
 Author URI: 
 Description: Prologue - Creative Multipurpose Responsive HTML5 Template
 Version: 1.0
 License:
 License URI:
*/

/*==================================
    [Table of contents]
===================================
    1. Fonts
    2. Presets & Typography Settings
    3. Buttons & Links
    4. Spacing & Padding
    5. Img Styling
    6. Page Banner
    7. Inner Page Section
    8. Utility
*/

/*------------------------------------------------------
/  3. 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 0.4s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  -moz-transition: width 0.4s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  -webkit-transition: width 0.4s cubic-bezier(0.25, 0.8, 0.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;
}
.pro_btn_2 {
  font-size: 16px;
  font-weight: 400;
  height: 50px;
  padding: 0 43px;
  background: #7635f5;
  border-radius: 5px;
  color: #fff;
  overflow: hidden;
  display: inline-block;
  line-height: 50px;
  position: relative;
  border: none;
}
.pro_btn_2 span {
  position: relative;
  z-index: 2;
}
.pro_btn_2::after {
  content: "";
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  bottom: auto;
  background: #01d85f;
  transition: height 0.4s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  -moz-transition: height 0.4s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  -webkit-transition: height 0.4s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
.pro_btn_2:hover {
  color: #fff;
}
.pro_btn_2:hover:after {
  height: 100%;
  top: auto;
  bottom: 0;
}
.learnmore_link {
  font-size: 14px;
  color: #1e1e1e;
  line-height: 1;
  font-weight: 600;
  position: relative;
  display: inline-block;
  padding-bottom: 2px;
}
.learnmore_link:after {
  position: absolute;
  left: 0;
  right: auto;
  width: 100%;
  bottom: 0;
  height: 1px;
  background: #1e1e1e;
  content: "";
  transition: width 0.4s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  -moz-transition: width 0.4s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  -webkit-transition: width 0.4s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
.learnmore_link:hover {
  color: #7635f5;
}
.learnmore_link:hover:after {
  width: 0;
  left: auto;
  right: 0;
}
.learnmore_link_2 {
  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;
}
.learnmore_link_2:hover {
  color: #1e1e1e;
}
.learnmore_link_2:after {
  width: 40px;
  height: 6px;
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  background: url(../images/slider/shape_3.png) no-repeat center center;
}
.learnmore_link_2:hover:after {
  background: url(../images/slider/shape_4.png) no-repeat center center;
}
.pro_btn_3 {
  position: relative;
  min-width: 170px;
  height: 55px;
  text-align: center;
  padding: 0 15px;
  background: #9fbfff;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 55px;
  display: inline-block;
  overflow: hidden;
}
.pb3_primary {
  background: #7635f5;
}
.pro_btn_3 span {
  position: relative;
  z-index: 2;
}
.pro_btn_3::after {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  background: #1e1e1e;
  transition: width 0.4s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  -moz-transition: width 0.4s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  -webkit-transition: width 0.4s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
.pro_btn_3:hover {
  color: #fff;
}
.pro_btn_3:hover:after {
  width: 100%;
  left: auto;
  right: 0;
}
