.ata-site-logo-container img{
	width: 108px;
}
/*.page-header {
    padding: 260px 0 100px;
    margin-top: -208px;
}*/
.page-header .post-meta ul{
	display: none;
}
.rc-main-header{
    height: 65px;
}
/*.product_single_right_block .price{
	display: none!important;
}
.product_single_right_block .cart{
	display: none!important;
}*/
.quote_layout_page{
	max-width: 800px;
	margin: auto;
}
.quote_form{
	padding-top: 20px;
}
.quote_form #submit-button{
	background-color: var(--accent-color) !important;
    color: var(--primary-color) !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    border: 2px solid var(--accent-color) !important;
    padding: 12px 40px !important;
    margin-bottom: 0 !important;
    border-radius: 30px !important;
    position: relative;
    overflow: hidden;
    z-index: 0;
    transition: all 0.3s ease-in-out !important;
    width: auto;
    margin: auto;
}
.hide{
    display: none!important;
}
#content .post-content{
       max-width: inherit;
}
body.page-template .footer-ticker , body.page-template-default .footer-ticker , .project-template-default .footer-ticker ,body.post-type-archive-project .footer-ticker{
    display: none;
}
body.home.page-template .footer-ticker{
    display: block;
}
li.current-menu-item a.active-current-href{
    color: var(--e-global-color-accent)!important;
}
#menu-header-menu a.active.header-menu-class{
    color: var(--e-global-color-primary)!important;
}
.left_project_info{
    display: flex;
    border-radius: 30px 30px 30px 30px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
    overflow: visible;
    background-color: var(--e-global-color-secondary);
    align-content: normal;
    align-items: normal;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: normal;
}

.left_project_info .heading_{
    font-family: "Rajdhani", Sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.1em;
}
.left_project_info .left-project-icon{
    margin-bottom: unset;
    margin-left: 0;
    margin-right: var(--icon-box-icon-margin, 15px);
    display: inline-flex;
    flex: 0 0 auto;
    text-align: left;
    width: 10%;
}
.left_project_info .project-icon{
    background-color: var(--e-global-color-accent);
    font-size: 20px;
    border-radius: 10px 10px 10px 10px;
    color: #fff;
    padding: .5em;
    fill: #fff;
    line-height: 1;
    text-align: center;
    transition: all .3s;
}
.left_project_info .left-field-detail{
    flex-grow: 1;
    box-sizing: border-box;
    display: inline-block;
    width: 84%;
}
.left_project_info .custom_field_title{
    font-family: "Rajdhani", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.1em;
    margin-bottom: 0px;
    color: var(--e-global-color-primary);
}
.left_project_info .custom_field_val{
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
    line-height: var(--e-global-typography-text-line-height);
}

.left_project_info .left_project_blocks{
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #DBEED8;
    margin-top: 20px;
}
.left_project_info .rc_bottom_border_none{
     border-width: 0px 0px 0px 0px;
}
.left_project_info .heading_{
    margin-bottom: 10px;
}
.project_description_heading , .project_gallery_heading{
    font-family: "Rajdhani", Sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.1em;
    color: var(--e-global-color-primary);
    margin-bottom: 10px;
    margin-top: 10px;
}
.project-gallery-image img{
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 30px;
    margin: 0 auto;
    display: block;
}
.project-gallery-image{
    padding: 0 20px 20px 0;
    margin: 0;
    max-width: 25%;
    display: inline-block;
}
.project_gallery_images{
    display: block;
}
.project-page .single-project-container .projects_title_container h2 a{
    font-size: 19px;
}
.project-page .single-project-container{
    background-color: #fff;
}
.pro-left-content{
    opacity: 0;
    
    animation: fadeInUp 2s ease-in-out forwards;
}
.pro-right-content{
    opacity: 0;
    
    animation: fadeInUp 2s ease-in-out forwards;
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(100px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}