/*
Theme Name: CBBA
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: A plain-vanilla &amp; lightweight theme for Elementor page builder
Tags: flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.3.0.1597904105
Updated: 2020-08-20 07:15:05

*/

/* ----------------------------------- */
/* Common Start */
/* ----------------------------------- */
p {
    margin-bottom: 25px;
}
p:last-child {
	margin-bottom: 0;
}
.white-link a {
    color: white !important;
	transition: all 0.5s;
}
.white-link a:hover {
    opacity: 0.5;
}
.elementor-heading-title strong {
    font-weight: bold;
}
.left-align-button a.elementor-button {
    text-align: left;
}
body.elementor-editor-active main.site-main.type-elementor_library {
	position: relative;
	z-index: 99;
}
section#elementor-add-new-section {
    position: relative;
    z-index: 999;
    top: 250px;
}
/* ----------------------------------- */
/* Common End */
/* ----------------------------------- */

/* ----------------------------------- */
/* Header Start */
/* ----------------------------------- */
header .ekit-offcanvas-toggle-wraper a.ekit_navSidebar-button i {
    width: 75px;
    height: 75px;
    background: #ffffff70;
    border-top-left-radius: 180px;
    font-size: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999999;
    position: relative;
	transition: all 0.5s;
}
header .dark-header .ekit-offcanvas-toggle-wraper a.ekit_navSidebar-button i {
    background: #66b2b2;
}
header .dark-header .ekit-offcanvas-toggle-wraper a.ekit_navSidebar-button i:before {
    color: white;
}
header .dark-header .contact-link a span.elementor-icon-list-text {
    transition: all 2s !important;
}
header .dark-header.active-offcanvas .contact-link a span.elementor-icon-list-text {
    color: white;
}
header .ekit-offcanvas-toggle-wraper a.ekit_navSidebar-button i:before {
    content: "+" !important;
    font-family: "Karla", Sans-serif !important;
    font-size: 50px;
    font-weight: 300;
    position: relative;
    top: 4px;
    left: 5px;
    color: #1e1f1b;
	transition: all 0.5s;
}
header .ekit-sidebar-group .ekit_widget-heading {
    display: none;
}
header .ekit-offcanvas-toggle-wraper.active-toggle a.ekit_navSidebar-button i {
    border-top-left-radius: 0;
    border-bottom-left-radius: 180px;
}
header .ekit-offcanvas-toggle-wraper.active-toggle a.ekit_navSidebar-button i:before {
    color: white;
    content: "x" !important;
    top: -10px;
}
header .header-menu nav.elementor-nav-menu--main ul li.menu-item a.elementor-item {
    display: inline-block;
    position: relative;
}
header .header-menu nav.elementor-nav-menu--main ul li.menu-item a.elementor-item:after {
    content: "";
    position: absolute;
    width: 32px;
    height: 32px;
    background: white;
    top: 50%;
    left: -50px;
    transform: translateY(-50%);
    opacity: 0 !important;
    border-top-left-radius: 180px;
    margin-top: 10px;
    transition: all 0.5s;
}
header .header-menu nav.elementor-nav-menu--main ul li.menu-item a.elementor-item:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: white;
    bottom: 0;
    left: 0;
    opacity: 0 !important;
    transition: all 0.5s;
}
header .header-menu nav.elementor-nav-menu--main ul li.menu-item a.elementor-item:hover:before, header .header-menu nav.elementor-nav-menu--main ul li.menu-item a.elementor-item:hover:after {
    opacity: 1 !important;
}
header .header-menu nav.elementor-nav-menu--main ul li.menu-item.current-menu-item a.elementor-item.elementor-item-active:before, header .header-menu nav.elementor-nav-menu--main ul li.menu-item.current-menu-item a.elementor-item.elementor-item-active:after {
    opacity: 1 !important;
}
header .header-main-sec.sticky-active .ekit-offcanvas-toggle-wraper a.ekit_navSidebar-button i {
    position: absolute;
    right: 20px;
    top: 0;
    background: #66b2b2;
}
header .header-main-sec.sticky-active .ekit-offcanvas-toggle-wraper a.ekit_navSidebar-button {
    position: fixed;
    width: 100%;
    max-width: 1783px;
    left: 50%;
    transform: translateX(-50%);
    top: 50px;
    z-index: 99999999;
}
header .header-main-sec.sticky-active .ekit-offcanvas-toggle-wraper a.ekit_navSidebar-button i:before {
    color: white;
}
header .contact-link, header .contact-link-2 {
    display: flex;
}
header .dark-offcanvas-set > .elementor-widget-container, header .light-offcanvas-set > .elementor-widget-container {
    display: flex;
    align-items: flex-end;
}
header .dark-header-logo, header .dark-header-logo .elementor-widget-container {
    width: 100%;
    height: 100%;
}
header .dark-header-logo .elementor-widget-container a {
    display: flex;
}
header .header-main-sec.dark-header.active-offcanvas .dark-header-logo img {
    filter: brightness(100);
}
header .header-main-sec.dark-header .dark-header-logo img {
    transition: all 0.5s;
}
header .sticky-active .contact-link-2 {
    position: fixed;
    width: 100%;
    max-width: 1783px !important;
    left: 50%;
    transform: translateX(-50%);
    top: 50px;
    justify-content: flex-end;
    padding-top: 22px;
    padding-right: 105px;
}
header .sticky-active .contact-link-2 a {
    background: #66b2b2;
    padding: 14px 25px;
    line-height: 1;
    border-radius: 8px;
	transition: all 0.5s;
}
header .sticky-active .contact-link-2 a:hover {
    opacity: 0.8;
}
header .sticky-active .contact-link-2 a span.elementor-icon-list-text {
    color: white !important;
}
@media(max-width: 1450px) and (min-width: 1025px) {
.header-menu nav.elementor-nav-menu--main ul.elementor-nav-menu li.menu-item a.elementor-item {
    font-size: 38px;
    padding: 3px 0;
}	
}
@media(max-width: 1024px) {
header .ekit-offcanvas-toggle-wraper a.ekit_navSidebar-button i {
    width: 50px;
    height: 50px;
}	
header .ekit-offcanvas-toggle-wraper a.ekit_navSidebar-button i:before {
    font-size: 38px;
    top: 2px;
}
header .ekit-offcanvas-toggle-wraper.active-toggle a.ekit_navSidebar-button i:before {
    top: -6px;
}	
header .sticky-active .contact-link-2 a {
    font-size: 20px !important;
    padding: 10px 18px;
}	
header .sticky-active .contact-link-2 {
    padding-right: 75px;
    top: 38px;
}	
}
@media(max-width: 767px) {
header .header-menu nav.elementor-nav-menu--main ul li.menu-item a.elementor-item:after {
    width: 25px;
    height: 25px;
    left: -35px;
    margin-top: 4px;
}
header.elementor {
    position: relative;
    z-index: 9999999;
}	
}
/* ----------------------------------- */
/* Header End */
/* ----------------------------------- */

/* ----------------------------------- */
/* Homepage Start */
/* ----------------------------------- */
section.hero-section .inner-content {
    padding: 0 20px;
}
section.hero-section #background {
    background-position: center;
    background-size: cover;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 360px;
    padding-bottom: 200px;
}
section.hero-section .background-panel {
  	background-size: cover;
  	position: absolute;
  	top: 0;
  	left: 0;
  	height: 100%;
  	width: 100%;
  	opacity: 0;
  	transition: opacity .75s
}
section.hero-section .container {
  	position: relative;
  	z-index: 2;
}
section.hero-section h1 {
    margin-top: 0;
    text-align: center;
    color: white;
    max-width: 1150px;
    margin-bottom: 180px;
    margin-left: auto;
    margin-right: auto;
}
section.hero-section .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	gap: 90px;
}
section.hero-section .inner-content .inner-image a.btn {
    display: inline-block;
    cursor: pointer;
    transition: all 0.5s;
    opacity: 0.5;
    font-size: 80px;
    line-height: 1.1;
    color: white;
    font-weight: 700;
    letter-spacing: -5px;
}
section.hero-section .inner-content .inner-image a.btn:hover {
    opacity: 1;
}
section .container {
    max-width: 1490px;
    margin: 0 auto;
}
.overlay-set {
    position: absolute;
    width: 100%;
    height: 100%;
    mix-blend-mode: multiply;
}
.selected-work .inner-projects {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
.selected-work .inner-projects .inner-item:nth-child(4n), .selected-work .inner-projects .inner-item:nth-child(4n+1) {
    width: calc(68% - 20px);
    transition: all 0.5s;
    position: relative;
	padding-bottom: 75px;
}
.selected-work .inner-projects .inner-item .image img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 18.454;
    object-fit: cover;
    transition: all 0.5s;
}
.selected-work .inner-projects .inner-item:nth-child(4n) .image img, .selected-work .inner-projects .inner-item:nth-child(4n+1) .image img {
    aspect-ratio: 16 / 8.4848;
}
.selected-work .inner-projects .inner-item.residential .image img {
    border-top-left-radius: 180px;
}
.selected-work .inner-projects .inner-item.heritage .image img {
    border-bottom-right-radius: 150px;
}
.selected-work .inner-projects .inner-item.commercial .image img {
    border-bottom-left-radius: 160px;
}
.selected-work .inner-projects .inner-item .content h3 {
    color: var(--e-global-color-primary);
    margin-top: 0;
    margin-bottom: 0;
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.selected-work .inner-projects .inner-item .content h3:before {
    content: "";
    width: 25px;
    height: 25px;
    background: var(--e-global-color-primary);
    display: inline-block;
    margin-right: 10px;
    border-top-left-radius: 60px;
	flex: 0 0 auto;
}
.selected-work .inner-projects .inner-item .content h3::after {
    content: ">>>";
    display: block;
	margin-left: auto;
	opacity:0;
	transition: all 0.5s;
	font-weight: 300;
}
.selected-work .inner-projects .inner-item .image {
    display: flex;
    height: 100%;
}
.selected-work .inner-projects .inner-item .image picture {
    width: 100%;
}
.selected-work .inner-projects .inner-item .content {
    padding: 20px 0 20px 0;
    background: white;
    position: absolute;
    transition: all 0.5s;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
}
.selected-work .inner-projects .inner-item .content p {
    height: 0;
    transition: all 0.5s;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
	font-size: 18px;
	line-height: 1.6;
}
.selected-work .inner-projects .inner-item:hover .content p {
    margin-top: 16px;
    height: 82px;
}
.selected-work .inner-projects .inner-item:hover .content {
    margin-top: -75px;
}
.selected-work .inner-projects .inner-item a {
    color: var(--e-global-color-text);
    display: block;
    height: 100%;
}
.selected-work .inner-projects .inner-item {
    width: calc(32% - 20px);
	transition: all 0.5s;
    position: relative;
	padding-bottom: 75px;
}
.selected-work .inner-projects .inner-item.heritage .content h3 {
    color: var(--e-global-color-secondary);
}
.selected-work .inner-projects .inner-item.heritage .content h3:before {
    background: var(--e-global-color-secondary);
    border-top-left-radius: 0;
    border-bottom-right-radius: 60px;
}
.selected-work .inner-projects .inner-item.commercial .content h3 {
    color: #494541;
}
.selected-work .inner-projects .inner-item.commercial .content h3:before {
    background: #494541;
    border-top-left-radius: 0;
    border-bottom-left-radius: 60px;
}
.selected-work .inner-projects .inner-item:hover .content h3:after{
	opacity:1;
}


/* Gravity Form */
.architects-form input,
.architects-form select,
.architects-form textarea{
    background: #7f7d7d0d !important;
    border: none !important;
	color: #787878 !important;
	font-size:21px !important;
	font-weight:300 !important;
	border-radius:20px !important;
	padding:30px 20px !important;
	min-height:63px !important;
}
.architects-form select,
.architects-form textarea{
	padding:12px 20px !important;
}
.architects-form textarea{
	min-block-size: 12rem !important;
}
.architects-form .charleft {
	display: none !important;
}
.architects-form input[type=submit] {
	background: transparent !important;
	box-shadow: none !important;
	font-size:34px !important;
}
.architects-form input[type=submit]:hover {
	  color: var( --e-global-color-primary ) !important;
}
.architects-form  .gform-theme--foundation .gform_fields {
    row-gap: 25px;
}
.architects-form form .ginput_container.ginput_container_select {
    position: relative;
}
.architects-form form .ginput_container.ginput_container_select:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: 2px solid var(--e-global-color-primary);
    border-left: 2px solid var(--e-global-color-primary);
    right: 30px;
    top: 50%;
    transform: translateY(-50%) rotate(225deg);
}
.architects-form form input, .architects-form form textarea, .architects-form form select {
    outline: none !important;
}
@media(max-width: 1450px) and (min-width: 1221px) {
.about-sec-content:before {
    background-size: 55% auto !important;
}
.form-sec-bg:before {
    background-size: 60% auto !important;
}	
}
@media(max-width: 1260px) and (min-width: 1025px) {
section.hero-section .inner-content .inner-image a.btn {
    font-size: 70px;
}	
}
@media(max-width: 1220px) and (min-width: 1025px) {
.about-sec-content:before {
    background-size: 60% auto !important;
}
.form-sec-bg:before {
    background-size: 70% auto !important;
}	
}
@media(max-width: 1024px) {
.selected-work .inner-projects .inner-item:nth-child(4n), .selected-work .inner-projects .inner-item:nth-child(4n+1) {
	width: calc(58% - 20px);
}	
.selected-work .inner-projects .inner-item {
    width: calc(42% - 20px);
}	
.selected-work .inner-projects .inner-item:nth-child(4n) .image img, .selected-work .inner-projects .inner-item:nth-child(4n+1) .image img {
    aspect-ratio: 16 / 10;
}	
}
@media(max-width: 767px) {	
section.hero-section .inner-content .inner-image a.btn {
    font-size: 60px;
}	
section.hero-section h1 {
    text-align: left;
}
section.hero-section #background {
	padding-top: 200px;
	padding-bottom: 120px;
}
section.hero-section h1 {
    margin-bottom: 90px;
}	
section.hero-section .row {
    gap: 35px;
}	
section.hero-section .row .inner-image {
    width: 100%;
    text-align: center;
}	
section.hero-section .inner-content .inner-image a.btn img {
	padding: 0 50px;
	height: 60px;
	object-fit: contain;
}	
.selected-work .inner-projects .inner-item, .selected-work .inner-projects .inner-item:nth-child(4n), .selected-work .inner-projects .inner-item:nth-child(4n+1) {
    width: 100% !important;
	padding-bottom: 10px;
}	
.selected-work .inner-projects .inner-item .image img, .selected-work .inner-projects .inner-item:nth-child(4n) .image img, .selected-work .inner-projects .inner-item:nth-child(4n+1) .image img {
	aspect-ratio: 16 / 18;
}	
.selected-work .inner-projects .inner-item.residential .image img {
    border-top-left-radius: 140px;
}
.selected-work .inner-projects .inner-item.heritage .image img {
    border-bottom-right-radius: 140px;
}
.selected-work .inner-projects .inner-item.commercial .image img {
    border-bottom-left-radius: 140px;
}	
.selected-work .inner-projects .inner-item .content {
    position: unset;
}	
.selected-work .inner-projects .inner-item .content p {
    height: auto;
    margin-top: 20px;
}
.selected-work .inner-projects .inner-item a {
    height: auto;
}
.selected-work .inner-projects .inner-item:hover .content {
    margin-top: 0;
}
.selected-work .inner-projects .inner-item .content h3::after {
    opacity: 1;
}	
.about-sec-content:before {
    left: -52% !important
}	
section.hero-section .row .inner-image:last-child {
    margin-top: -14px;
}	
.footer-menu-list ul.elementor-icon-list-items {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    row-gap: 0;
}	
.footer-menu-list ul.elementor-icon-list-items li.elementor-icon-list-item {
    width: calc(50% - 8px);
}	
.selected-work .inner-projects .inner-item .image picture {
    display: flex;
}	
}
@media(max-width: 767px) and (min-width: 621px) {
.form-sec-bg:before {
    background-size: 70% auto !important;
}	
}
@media(max-width: 620px) and (min-width: 420px) {
.form-sec-bg:before {
    background-size: 90% auto !important;
}	
}
/* ----------------------------------- */
/* Homepage End */
/* ----------------------------------- */

/* ----------------------------------- */
/* Contact Start */
/* ----------------------------------- */
.contact-phone h2 {
    margin: 0;
}
/* ----------------------------------- */
/* Contact End */
/* ----------------------------------- */

/* ----------------------------------- */
/* Residential Start */
/* ----------------------------------- */
.main-img-bg:before {
    mix-blend-mode: multiply !important;
}
.more-about a:hover {
    color: var(--e-global-color-primary) !important;
}
.more-about a {
    color: var(--e-global-color-text) !important;
}
.more-about a em {
    font-style: normal;
}
.more-about a em {
    font-style: normal;
    color: var(--e-global-color-primary);
}
.list-set ul {
    padding-left: 22px;
}
.accordion-sec .elementskit-card:not(:first-child) {
    margin-top: -100px;
}
.accordion-sec .elementskit-card:nth-child(even) .elementskit-card-header a.ekit-accordion--toggler {
    background: var(--e-global-color-primary) !important;
}
.accordion-sec .elementskit-card .elementskit-card-header a.ekit-accordion--toggler span.ekit-accordion-title {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding-right: calc(1280px - 1140px);
}
.accordion-sec .elementskit-card:nth-child(even) .elementskit-card-header a.ekit-accordion--toggler span.ekit-accordion-title {
    color: white;
}
.accordion-sec .elementskit-card:last-child .elementskit-card-header a.ekit-accordion--toggler {
    padding-bottom: 50px !important;
}
.accordion-sec .elementskit-card .elementskit-card-header a.ekit-accordion--toggler .ekit_accordion_icon_group {
    width: 100%;
    max-width: 1280px;
    left: 50%;
    transform: translateX(-50%);
}
.accordion-sec .elementskit-card .elementskit-card-header a.ekit-accordion--toggler .ekit_accordion_icon_group .ekit_accordion_normal_icon {
    display: flex;
    justify-content: flex-end;
}
.accordion-sec .elementskit-card .elementskit-card-header a.ekit-accordion--toggler .ekit_accordion_icon_group .ekit_accordion_normal_icon i {
    font-size: 0;
    width: 95px;
    height: 95px;
    background: url(/wp-content/uploads/2025/01/plus-icon-1.png);
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
	display: block;
}
.accordion-sec .elementskit-card.active .elementskit-card-header a.ekit-accordion--toggler .ekit_accordion_icon_group .ekit_accordion_normal_icon i {
    background: url(/wp-content/uploads/2025/01/minus-icon-1.png);
    display: block !important;
}
.accordion-sec .elementskit-card:nth-child(even) .elementskit-card-header .ekit_accordion_icon_group .ekit_accordion_normal_icon i {
    background: url(/wp-content/uploads/2025/01/plus-icon-2.png) !important;
	background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.accordion-sec .elementskit-card.active:nth-child(even) .elementskit-card-header .ekit_accordion_icon_group .ekit_accordion_normal_icon i {
    background: url(/wp-content/uploads/2025/01/minus-icon-2.png) !important;
	background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.accordion-sec .elementskit-card.active .elementskit-card-header a.ekit-accordion--toggler .ekit_accordion_icon_group .ekit_accordion_normal_icon {
    display: flex;
}
.accordion-sec .elementskit-card .elementskit-card-header a.ekit-accordion--toggler .ekit_accordion_icon_group .ekit_accordion_active_icon {
    display: none;
}
.accordion-sec .elementskit-card .elementskit-card-body.ekit-accordion--content > p {
    display: none;
}
.accordion-sec .elementskit-card.active .elementskit-card-header .ekit-accordion--toggler {
    padding-bottom: 50px !important;
}
.accordion-sec .elementskit-card.active:not(:last-child) .elementskit-card-body.ekit-accordion--content {
    padding-bottom: 80px;
}
.accordion-sec .elementskit-card:nth-child(even) .elementskit-card-body.ekit-accordion--content {
    background: var(--e-global-color-primary) !important;
}
.process-accordion-sec.accordion-sec .elementskit-card .elementskit-card-header a.ekit-accordion--toggler span.ekit-accordion-title {
    padding-right: calc(100% - 1740px);
}
.accordion-sec .elementskit-card .elementskit-card-body.ekit-accordion--content .elementor-widget-text-editor strong {
    font-weight: 700;
}
.accordion-sec .elementskit-card .elementskit-card-body.ekit-accordion--content a.elementor-button {
    text-align: left;
}
@media(max-width: 1366px) {
.accordion-sec .elementskit-card .elementskit-card-header a.ekit-accordion--toggler span.ekit-accordion-title {
    padding-right: 200px;
}	
}
@media(max-width: 767px) {
.accordion-sec .elementskit-card .elementskit-card-header a.ekit-accordion--toggler .ekit_accordion_icon_group .ekit_accordion_normal_icon i {
    width: 55px;
    height: 55px;
}
.accordion-sec .elementskit-card .elementskit-card-header a.ekit-accordion--toggler span.ekit-accordion-title {
	padding-right: 100px;
}	
.accordion-sec .elementskit-card:last-child .elementskit-card-header a.ekit-accordion--toggler {
    padding-bottom: 40px !important;
}	
.selected-work .inner-projects .inner-item .image {
    height: auto;
}	
}
/* ----------------------------------- */
/* Residential End */
/* ----------------------------------- */

/* ----------------------------------- */
/* Single Case Study Start */
/* ----------------------------------- */
.case-study-content h2:first-child {
    margin-top: 0;
}
.case-study-content h2 {
    font-weight: 500 !important;
    letter-spacing: -2px;
    margin-bottom: 40px;
}
.case-study-content p:last-child {
    margin-bottom: 0;
}
.case-study-content p {
    margin-bottom: 35px;
}
.post-navigation-set .elementor-post-navigation span span {
    line-height: 1.3;
}
.gallery-images .elementor-widget-image a {
    display: block;
}
.gallery-images .elementor-widget-image, .gallery-images .elementor-widget-image a {
    height: 100%;
}
.gallery-images .elementor-widget-image img {
    aspect-ratio: 16 / 10;
}
.case_study_cat-heritage .main-img-bg:before {
    background-color: var(--e-global-color-secondary) !important;
    opacity: 0.8;
}
.case_study_cat-commercial .main-img-bg:before {
    background-color: #494541 !important;
}
.project-inner-architech-img img {
    aspect-ratio: 16 / 12;
    object-fit: cover;
}
/* ----------------------------------- */
/* Single Case Study End */
/* ----------------------------------- */

/* ----------------------------------- */
/* About Start */
/* ----------------------------------- */
.testimonial-sec {
    position: sticky !important;
    top: -150px !important;
}
.main-team-block .team-all-content {
    position: absolute;
    transition: all .5s;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
}
.main-team-block .team-content {
  	overflow: hidden;
  	transition: max-height 0.5s ease;
  	max-height: 0;
}
.main-team-block .team-member-title:before {
    content: "";
    width: 25px;
    height: 25px;
    display: inline-block;
    margin-right: 12px;
    background: #494541;
    border-top-left-radius: 0;
    border-bottom-left-radius: 60px;
}
.main-team-block .team-member-title {
    display: flex;
    align-items: center;
}
@media(max-width: 920px) and (min-width: 768px) {
.team-main-row {
    display: block !important;
}
.team-main-row > .elementor-element {
    width: 100%;
}	
.team-sec > .e-con-inner {
    padding-top: 80px !important;
}	
.team-main-row > .elementor-element:last-child {
    margin-top: 20px;
}	
}
@media(max-width: 767px) {
.box-width-content {
    max-width: 320px;
}	
.main-team-block .team-content {
    max-height: unset !important;
}	
.main-team-block .team-all-content {
    position: unset;
}	
}
/* ----------------------------------- */
/* About End */
/* ----------------------------------- */

/* ----------------------------------- */
/* Single Blog Start */
/* ----------------------------------- */
.blog-post-content strong {
    font-weight: 600;
}
.blog-post-content a {
    text-decoration: underline !important;
}
.blog-post-content img {
    margin-top: 30px;
    margin-bottom: 20px;
}
.blog-post-content h2 {
    margin-bottom: 35px;
}
.blog-post article {
    position: relative;
    padding-bottom: 88px !important;
}
.blog-post article .elementor-post__text {
    padding-top: 20px;
    background: white;
    transition: all 0.5s;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.blog-post article:hover .elementor-post__text {
    margin-top: -30px;
}
.blog-post article .elementor-post__text .elementor-post__title {
    display: inline-flex;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    align-items: flex-start;
    min-height: 65px;
}
.blog-post article:hover .elementor-post__text .elementor-post__title {
    min-height: unset;
}
.blog-post article .elementor-post__text .elementor-post__title:after {
    content: ">>>";
    margin-left: auto;
    font-weight: 500;
    margin-left: 20px;
}
.blog-post article .elementor-post__excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	height: 0;
    margin: 0;
    transition: all 0.5s;
}
.blog-post article:hover .elementor-post__text .elementor-post__excerpt {
    height: 60px;
}
@media(max-width: 767px) {
.blog-post article .elementor-post__text {
    position: unset;
}	
.blog-post article .elementor-post__excerpt {
    height: auto;
    -webkit-line-clamp: 5;
}
.blog-post article {
    padding-bottom: 30px !important;
}	
.blog-post article:hover .elementor-post__text {
    margin-top: 0;
}	
}
/* ----------------------------------- */
/* Single Blog End */
/* ----------------------------------- */

/* ----------------------------------- */
/* Location Start */
/* ----------------------------------- */
.ti-widget.ti-goog .ti-footer .ti-profile-details .ti-name {
    font-size: 20px;
    line-height: 1.1;
    margin-bottom: 5px;
}
.elementor-shortcode .ti-widget.ti-goog.ti-show-rating-text .ti-rating-text, .elementor-shortcode .ti-widget.ti-goog.ti-show-rating-text .ti-rating-text span, .elementor-shortcode .ti-widget.ti-goog.ti-show-rating-text .ti-rating-text span strong {
    font-size: 16px !important;
    margin-top: 2px;
}
.ti-widget.ti-goog .ti-header-write-btn-container .ti-header-write-btn {
    font-size: 16px;
}
.ti-widget.ti-goog .ti-review-content {
    font-size: 16px;
    font-weight: 400;
}
.ti-widget.ti-goog .ti-read-more span {
    font-size: 16px;
}
.ti-widget.ti-goog .ti-widget-container .ti-date {
    font-size: 15px;
}
.location-faqs .elementskit-card .elementskit-card-body.ekit-accordion--content > p {
    display: block;
}
.location-faqs .elementskit-card.active .elementskit-card-body.ekit-accordion--content {
    padding-bottom: 150px !important;
    padding-left: 80px !important;
    padding-right: 80px !important;
}
.location-faqs .elementskit-card .elementskit-card-body.ekit-accordion--content p {
    max-width: 1280px;
    margin: 0 auto;
}
.location-faqs .elementskit-card:nth-child(even) .elementskit-card-body.ekit-accordion--content {
    color: white;
}
.location-faqs .elementskit-card.active:last-child .elementskit-card-body.ekit-accordion--content {
    padding-bottom: 70px !important;
}
.architects-form .elementor-widget-container {
    height: auto !important;
}
@media(max-width: 1024px) {
.ti-widget.ti-goog .ti-controls-line {
    display: block;
    margin-bottom: 0;
}	
}
@media(max-width: 767px) {
.elementor-widget-elementskit-accordion.location-faqs .elementskit-card .elementskit-card-body.ekit-accordion--content {
    padding-left: 20px !important;
    padding-right: 20px !important;
}	
}
/* ----------------------------------- */
/* Location End */
/* ----------------------------------- */

/* ----------------------------------- */
/* Author Archive Start */
/* ----------------------------------- */
.author .elementor-author-box .elementor-author-box__avatar img {
    border: 2px solid white;
    box-shadow: 0 0 40px 6px #ffffff30;
}
body.single-post .elementor-author-box:hover .elementor-author-box__text a span {
    color: var(--e-global-color-primary);
}

@media(max-width: 767px) {
.author .elementor-author-box {
    flex-wrap: wrap;
    gap: 10px;
}
}
/* ----------------------------------- */
/* Author Archive End */
/* ----------------------------------- */

