/**
Theme Name: GWG
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gwg
Template: astra
*/
@font-face {
  font-family: Anton;
  src: url(fonts/Anton-Regular.ttf);
  font-weight:400;
}
@font-face {
  font-family: GeneralSans;
  src: url(fonts/GeneralSans-Regular.ttf);
  font-weight:400;
}
@font-face {
  font-family: GeneralSans;
  src: url(fonts/GeneralSans-Medium.ttf);
  font-weight:500;
}
@font-face {
  font-family: Merchant;
  src: url(fonts/Merchant-ExtraLight.ttf);
  font-weight:300;
}
@font-face {
  font-family: Merchant;
  src: url(fonts/Merchant-Regular.ttf);
  font-weight:400;
}
@font-face {
	font-family: BebasNeue;
	src: url(fonts/BebasNeue-Regular.ttf);
    font-weight:400;
}
body,html,.overflow-x {
	overflow-x:hidden;
}
html,body,p{
	font-family: GeneralSans!important;
}
h1,.bebasneue h2,.bebasneue h4 {
    font-family: Anton!important;
    font-weight:400;
}
h3,h4{
	font-family: Merchant!important;
}
.site-title a {
	font-weight:400!important;
    font-size: 19px;
    margin-top: 10px;
    display: block;
    font-family: Anton !important;
}
.site-branding.ast-site-identity {
	text-align:center;
}
.site-footer-below-section-3.site-footer-section.site-footer-section-3 {
    justify-content: flex-end;
}
.footer-widget-area[data-section="sidebar-widgets-footer-widget-1"].footer-widget-area-inner svg path{
	fill:#fffaf3;
}
.testimonial-carousel .elementor-testimonial__text span {
    padding:0 2px 2px;
    border-radius: 3px;
}
.testimonial-carousel .swiper-slide:nth-child(3n+1) .elementor-testimonial__text span {
    background-color: var(--e-global-color-astglobalcolor6);
}

.testimonial-carousel .swiper-slide:nth-child(3n+2) .elementor-testimonial__text span {
    background-color: var(--e-global-color-astglobalcolor7);
}

.testimonial-carousel .swiper-slide:nth-child(3n) .elementor-testimonial__text span {
    background-color: var(--e-global-color-astglobalcolor8);
}
.projects-arrow a {
	    border: 1px solid var(--e-global-color-astglobalcolor0);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.projects-arrow a img{
	width:20px!important;
    height:20px!important;
}
.projects-arrow a:hover {
	background:var(--e-global-color-astglobalcolor0);
}
.projects-arrow a:hover img {
	filter:invert(1);
}
@media only screen and (max-width: 1365px) and (min-width:981px){
	h2{
    	font-size:60px!important;
    }
}
@media only screen and (max-width: 767px) {
	.bullet-list .elementor-image-box-wrapper {
        display: flex;
        text-align: left!important;
	}
    body .bullet-list .elementor-image-box-img {
    margin-right: 10px !important;
    margin-top:-4px!important;
}
}