/**
Theme Name: Astra Child
Author: Hamed Akhtar
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: astra-child
Template: astra
*/
.ast-above-header-wrap{
	background: #fea500!important;
}
.topnav {
	display:flex;
flex-wrap:nowrap;
	margin:0;
	list-style:none;
	padding:0;
}
.topnav li {
	margin-right:20px;
	line-height:3;
}
.topnav li.tel {
	background:url(images/call-icon.png) no-repeat left center;
	background-size:contain;
	padding-left:40px;
}
.topnav li.location {
	background:url(images/location-icon.png) no-repeat left center;
	background-size:contain;
	padding-left:40px;
}
.topnav li a {
	color:#000;
}
.site-primary-header-wrap {
	position:relative;
}
.site-primary-header-wrap {
/* 	max-width:100%; */
/* 	background:#fea500; */
/* 	padding-left:0;
	padding-right:0; */
}
.site-header-primary-section-center.ast-grid-section-center{
		background:#fff;
	padding:0 50px;
}
.site-header-primary-section-right.ast-grid-right-section{
	background:#fff;
}
.main-header-bar-wrap .ast-builder-grid-row {
	grid-column-gap: 0;
}
.bdt-prime-slider-skin-general .bdt-prime-slider-desc .bdt-main-title .bdt-title-tag {
    font-size: clamp(30px, 10vw, 38px);
}
.bdt-prime-slider-skin-general .bdt-slider-excerpt {
    margin: clamp(20px, 7vw, 20px) 20px 20px 0;
    color: #ddd;
    font-size: clamp(14px, 1vw, 16px);
    line-height: 20px;
    max-width: clamp(510px, 65vw, 550px);
}
.bdt-prime-slider-skin-general ul.bdt-slideshow-items{
	    aspect-ratio: 26 / 9!important;
}
/* Astra Sticky Header */
.ast-desktop-header {
    position: sticky;
    top: 0;
    z-index: 999;
    background: #ffffff;
}
/* ===============================
   Roadly Style Sticky Header
   Astra Theme
================================ */

/* Default header */
#ast-desktop-header {
    width: 100%;
    position: relative;
    background: #ffffff;
    transition: all 0.3s ease;
}

/* Sticky header */
#ast-desktop-header.roadly-sticky {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    animation: roadlySlideDown 0.35s ease;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}

/* Slide down animation */
@keyframes roadlySlideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}


#ast-desktop-header.roadly-sticky .custom-logo {
    max-height: 80%;
    transition: max-height 0.3s ease;
}
.top-section{
	padding-bottom:80px
}
.top-section h2{
	font-size:1.5rem;
}
.service-section{
	padding-bottom:80px;
}

.single_service_box {
    padding: 20px 15px;
    background: #ffff;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
    overflow: hidden;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.single_service_box h3 {
    font-size: 1rem;
    color: #0f1e36;
    font-weight: 700;
    transition: 0.5s;
}
.single_service_box:hover h3 {
color:#fea500;
}
.single_service_box p {
	margin-bottom:0;
}
.service_content {
    padding: 5px 17px 0;
}
.service_thumb {
    position: relative;
    z-index: 1;
}
.service-btn a {
    font-size: 16px;
    color: #0f1e36!important;
    font-weight: 400!important;
	padding:0!important;
	text-transform: capitalize!important;
	line-height:37px!important;
}
.service-btn a i {
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 17px;
    background-color: #ef7416;
    text-align: center;
    line-height: 35px;
    font-size: 16px;
    color: #fff;
    transform: rotate(-45deg);
    margin-left: 14px;
    transition: 0.5s;
}
.single_service_box:hover .service-btn a i {
  transform: rotate(0deg);
	background-color: #000;
	color:#fff;
}
.service_icon {
    position: absolute;
    top: -14%;
    z-index: 1;
    right: 0;
    background-color: #ef7416;
    padding: 18px 16px;
	width:20%;
}
.service_icon::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: url(images/icon-shape.png);
    background-position: center;
    background-repeat: no-repeat;
    left: -43px;
    top: 22px;
}
.service_icon img {
    width: inherit;
}
.about_area{
    padding: 113px 0 0;
    position: relative;
}
.about_thumb {
    position: relative;
    z-index: 1;
    text-align: right;
}
.about_area h2{
	font-size:1.5rem;
}
.about-coun-box {
    position: absolute;
    bottom: -37px;
    right: 78px;
    text-align: center;
    background: #ef7416;
    padding: 10px 20px;
    width: 30%;
}
.about-coun-box::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
 background: url(images/coun-shape.png);
    background-repeat: no-repeat;
    left: 57%;
    background-position: center;
    top: 39%;
}
.about-coun-box h4 {
    display: inline-block;
    font-size: 40px;
    line-height: 100px!important;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: -17px;
    width: 100px;
    height: 100px;
    border-radius: 60px;
    background-image: linear-gradient(180deg, #282828 0%, #282828 100%);
}
.about-coun-box h5 {
    font-size: 12px!important;
    line-height: 30px;
    color: #ffffff;
    font-weight: 600;
}
.tar-chip{
	background:#ef7416;
}
.whychoose-us {
    background: #f5f5f7!important;
    padding: 50px 0;
    position: relative;
 }
.work-single-box {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    transition: 0.5s;
}
.work-single-box::before {
    position: absolute;
    content: "";
    height: 44%;
    width: 210%;
    background: url(images/arrow.png);
    background-repeat: no-repeat;
    background-position: center;
	text-align:center;
	z-index:1000;
}
.work-single-box.style-foure::before {
    background: transparent;
}
.work-icon {
    background: #fff;
    height: 180px;
    width: 180px;
    margin: auto;
    line-height: 150px;
    text-align: center;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    margin-bottom: 0;
    transition: 0.5s;
}
.work-icon::before {
    position: absolute;
    content: "";
    height: 140px;
    width: 140px;
    border: 1px dashed #c1c1c1;
    border-radius: 50%;
    left: 0;
    right: 0;
    margin: auto;
    top: 21px;
    transition: 0.5s;
}
.work-number {
    position: absolute;
    top: 8%;
    right: 0;
    font-size: 16px;
    line-height: 35px;
    color: #ffffff;
    font-weight: 600;
    background: #fea500;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    transition: 0.5s;
}
.work-number h6 {
	line-height:2.3!important;
}
.work-single-box h3{
    font-size: 20px;
    line-height: 60px;
    color: #fea500;
    font-weight: 700;
    transition: 0.5s;
	text-transform:capitalize!important;
}
footer p{
	margin-bottom:10px!important;
}
footer .widget {
    margin: 0 0 0.8em 0!important;
}
@media (max-width: 921px) {
   #ast-desktop-header.roadly-sticky  {
        position: relative;
        animation: none;
        box-shadow: none;
    }
}


