/**
Theme Name: elements
Author: Acsius Technology
Author URI: https://www.acsius.com/
Description: Your all-in-one growth partner offering Website Design & Development, App Development, SEO, PPC, Social Media and more.
Version: 4.11.18
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: elements
Template: astra
*/
h1,h2,h3,h4,h5,h6{
    font-family: "Lora", Sans-serif!important;
}
body,p,div p, small, li, ul, ol, ul li a, ol li a, u,b{
	font-family: "Inter", Sans-serif!important;
    font-size: 17px!important;
}


.ast-primary-header-bar {
    display: block;
    position: fixed;
    width: 100%;
    background-color: #f3f4f58c;
    border: solid 1px;
    border-width: 1px 0px;
	border-top:0px;
    border-color: #e3e6e4;
}
.ast-site-identity .site-title a {
    color: #0e86c3;
	font-family:lora;
}
.flowbox {
transition: transform 0.5s ease;
}

.flowbox:hover {
	transform: translateY(-4px);
}

header.entry-header .entry-title {
    display: none;
}
.ff-default .ff-el-form-control {
    border-color:#c8d3df;
    background-color: #f1f5f9;
	color:000!important;
}
.footer-widget-area {
	font-family:lora;
}

.elementor-widget-image-box .elementor-image-box-content {
    width: 100%;
    margin-top: 20px;
}

.animbox:hover img {
	transform: scale(1.10) translateY(-1px);
}

.wp-block-media-text__content p {
	margin-bottom:5px;
}

hr {
    background-color: #b0b0b070;
}
.sr7-btn  {
	    background: rgb(2 132 197 1);
}

.ast-builder-menu-1 .menu-item > .menu-link {
    font-size: 17px;
    padding-top: 15px;
 }
.sub-menu {
	padding-bottom:15px;
}


@media (min-width:768px) {
.e-con>.e-con-inner {
    max-width: 1220px!important;
}
}