/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/
/* circles as bg in containers */
.awk-circle-bg-01::before {
    content: "";
    width: 1000px;
    height: 1000px;
    background: transparent;
    position: absolute;
    border-radius: 900px;
    border: 1px solid rgba(255,255,255,0.3);
    top: 50px;
    right: -1%;
    left: auto;
}
.awk-circle-bg-01::after {
    content: "";
    width: 1000px;
    height: 1000px;
    background: transparent;
    position: absolute;
    border-radius: 900px;
    border: 1px solid rgba(255,255,255,0.3);
    top: -50px;
    right: 10%;
    left: auto;
}
.awk-circle-bg-02::before {
    content: "";
    width: 1000px;
    height: 1000px;
    background: transparent;
    position: absolute;
    border-radius: 900px;
    border: 1px solid rgba(255,255,255,0.3);
    top: 50px;
right: 50%;
left: auto;
transform: translate(50%);
	z-index:1;
}
.awk-circle-bg-02::after {
    content: "";
    width: 1000px;
    height: 1000px;
    background: transparent;
    position: absolute;
    border-radius: 900px;
    border: 1px solid rgba(255,255,255,0.3);
    top: -50px;
right: 60%;
left: auto;
transform: translate(60%);
	z-index:1;
}
/* awk-special-btn  */
.awk-special-btn .elementor-button-wrapper {
 position: relative;
}
.awk-special-btn .elementor-button-text {
  text-align: left;
  flex-grow: 0;
  padding-right:10px;
}
.awk-special-btn .elementor-button-icon {
  flex-grow: 1;
  text-align: left;
}
.awk-special-btn .elementor-button-wrapper::after {
  content: "";
  position: absolute;
  right: 20px;
  background: #fff;
  width: 29px;
  height: 2px;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
}
.awk-special-btn .elementor-button-wrapper > a {
  border-radius: 0;
  display: block;
  -webkit-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
  text-transform: capitalize;
  font-weight: 600;
  background: #f5f1f7 !important;
  color: #202020;
  padding: 16px 22px;
  position: relative;
  font-size: 16px;
  z-index: 1;
  overflow: hidden;
  transition: .3s;
}
.awk-special-btn .elementor-button-wrapper > a::before {
  content: '';
  width: 0;
  height: 0;
  border-width: 5px 0 5px 7px;
  border-style: solid;
  display: block;
  right: 13px;
  border-color: transparent transparent transparent #f5f5f5;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.awk-special-btn .elementor-button-wrapper > a::after {
  content: '';
  position: absolute;
  top: 0;
  right: -20px;
  width: 27%;
  height: 100%;
  z-index: -1;
  transform: skew(-29deg);
  padding-left: 20px;
  background: #a3cf60;
  transition: .3s;
}
.awk-special-btn .elementor-button-wrapper > a:hover {
    background: #a3cf60 !important;
	color:#fff;
}
.awk-special-btn .elementor-button-wrapper > a:hover::after {
    background: #000;
}
/* awk-ul-glow   */
.awk-ul-glow .elementor-widget-container ul {
    list-style: none;
    position:relative;
    padding: 0px;
    margin:0 0px 0 -20px;
}
.awk-ul-glow .elementor-widget-container ul li {
    list-style: none;
    position:relative;
    padding: 0 0 0 20px;
}
.awk-ul-glow .elementor-widget-container ul li::before {
    content: "\f111";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
   color:#fff;
   left:-13px;
   top:1px;
   font-size:15px;
       -webkit-filter: blur(1px);    /* Blur */
    -moz-filter: blur(1px);
    filter: blur(1px);
}
.awk-ul-glow .elementor-widget-container ul li::after {
    content: "\f111";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
   color:#a3cf60;
   left:-12px;
   top:3px;
   font-size:12px;
}
.awk-ul-glow.awk-green .elementor-widget-container ul li::after {
	color:#a3cf60;
}
.awk-ul-glow.awk-grey .elementor-widget-container ul li::after {
	color:#85878b;
}
.awk-ul-glow.awk-blue .elementor-widget-container ul li::after {
	color:#007fc8;
}
.awk-ul-glow.awk-red .elementor-widget-container ul li::after {
	color:#e42b24;
}