/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* ===========================================
 GENERAL
============================================== */
::selection {
  color: var(--e-global-color-f97a525);
  background-color: var(--e-global-color-598ddd1);
}


/* ===========================================
 ELEMENTOR
============================================== */
.site-main .page-header h1.entry-title{
	display: none;
}
.box_shadow_area{
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
}
.elementor-widget-text-editor ul {
    padding-left: 15px;
}
.elementor-widget-text-editor ul li::marker {
    color: #8B8675;
    font-size: 12px;
}
.elementor-widget-text-editor ul li{
	padding-bottom: 5px;
}
.dots_icon{
	font-size: 4px !important;
}
.elementor-widget-text-editor a {
    color: var(--e-global-color-598ddd1);
    fill: var(--e-global-color-598ddd1);
    text-decoration: underline;
}
.elementor-widget-text-editor a:hover {
    color: var(--e-global-color-secondary);
    fill: var(--e-global-color-secondary);
    text-decoration: none;
}

.elementor-slideshow__footer {
    display: none;
    visibility: hidden;
}

/* ===========================================
 CONTAINER DECLARATIONS
============================================== */
.header_container {
	padding-top: clamp(20px, 5vh, 50px);
	padding-bottom: clamp(20px, 5vh, 50px);
	padding-left: clamp(20px, 5vw, 50px);
	padding-right: clamp(20px, 5vw, 50px);

}
.global_container {
    padding: clamp(3.125rem, 2.3665rem + 3.2362vw, 6.25rem) 3.125rem;
}
.global_container_two {
    padding: clamp(0rem, 2.3665rem + 3.2362vw, 0rem) 3.125rem;
}
.global_inner_container {
    padding: 0 clamp(3.125rem, 2.3665rem + 3.2362vw, 6.25rem);
}

/* ===========================================
 ANIMATIONS
============================================== */
@-webkit-keyframes updown {
    50% {
        -webkit-transform: translate(0, 10px);
        transform: translate(0, 10px);
    }
}
@keyframes updown {
    50% {
        -webkit-transform: translate(0, 10px);
        transform: translate(0, 10px);
    }
}
@-webkit-keyframes leftright {
    50% {
        -webkit-transform: translate(10px, 0);
        transform: translate(10px, 0);
    }
}
@keyframes leftright {
    50% {
        -webkit-transform: translate(10px, 0);
        transform: translateY(10px, 0);
    }
}

.base_letter .elementor-heading-title{
    -webkit-animation: leftright 2s linear 0s infinite;
    animation: leftright 2s linear 0s infinite;
    transition: 0.4s all ease-in-out;
    -webkit-transition: 0.4s all ease-in-out;
    -moz-transition: 0.4s all ease-in-out;
    -ms-transition: 0.4s all ease-in-out;
    -o-transition: 0.4s all ease-in-out;	
}
.team_bg:before{
    -webkit-animation: updown 2s linear 0s infinite;
    animation: updown 2s linear 0s infinite;
    transition: 0.4s all ease-in-out;
    -webkit-transition: 0.4s all ease-in-out;
    -moz-transition: 0.4s all ease-in-out;
    -ms-transition: 0.4s all ease-in-out;
    -o-transition: 0.4s all ease-in-out;	
}

/* Ken Burns */
@keyframes kenburns {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.2);
    }
}


/* ===========================================
 FONTS
============================================== */
.special_big_title .elementor-heading-title {
    font-size: clamp(50px, 2rem + 4vw, 100px) !important;
    font-weight: 600 !important;
}
.special_big_title .elementor-headline {
    font-size: clamp(50px, 2rem + 4vw, 100px) !important;
    font-weight: 600 !important;
	text-transform: uppercase;
}


/* ===========================================
 HEADINGS REINNITIALIZE 
============================================== */
.elementor-widget-text-editor h3 {
    font-family: var( --e-global-typography-a302133-font-family ), Sans-serif;
    font-size: var( --e-global-typography-a302133-font-size );
    font-weight: var( --e-global-typography-a302133-font-weight );
    text-transform: var( --e-global-typography-a302133-text-transform );
    letter-spacing: var( --e-global-typography-a302133-letter-spacing );
    word-spacing: var( --e-global-typography-a302133-word-spacing );
	color: var( --e-global-color-primary );
}
	
/* ===========================================
 BUTTONS
============================================== */
.elementor-button-icon {
    display: inline-block;
}
a.elementor-button svg{
	position: relative;
	color: #000;
	fill: #000;
	transform: translate(4px, 3px) rotate(-45deg);
	transition: all 0.5s ease-out;
}
a.elementor-button:hover svg{
	color: #fff;
	fill: #fff;
	transform: translate(4px, 3px) rotate(0deg);
}

.circle_btn a.elementor-button {
	background: transparent;
	color: #fff;
	fill: #fff;
	padding: 0;
	width: 180px;
	height: 180px;
	line-height: 180px;
	border: 1px solid #fff;
	border-radius: 50%;
}
.circle_btn a.elementor-button:hover {
	background: transparent;
	color: #8B8675;
	fill: #8B8675;
	border: 1px solid #8B8675;
}
.circle_btn a.elementor-button svg{
	position: relative;
	color: #fff;
	fill: #fff;
	transform: translate(4px, 3px) rotate(-45deg);
	transition: all 0.5s ease-out;
}
.circle_btn a.elementor-button:hover svg{
	position: relative;
	transform: translate(4px, 3px) rotate(0deg);
	color: #8B8675;
	fill: #8B8675;
}

.circle_btn_small a.elementor-button{
	display: flex;
	align-items: center;
	justify-content: center;
	background: transparent;
	color: #000;
	fill: #000;
	padding: 0;
	width: 52px;
	height: 52px;
	
	/*
	line-height: 52px;
	*/
	border: 1px solid #000;
	border-radius: 50%;	
}
.circle_btn_small a.elementor-button svg{
	position: relative;
	transform: translate(0px, 3px) rotate(-45deg);
	transition: all 0.5s ease-out;
}
.circle_btn_small a.elementor-button:hover,
.circle_btn_small a.elementor-button:focus,
.circle_btn_small a.elementor-button:active{
	background: transparent;
	color: #8B8675;
	fill: #8B8675;
	border: 1px solid #8B8675;
}
.circle_btn_small a.elementor-button:hover svg{
	position: relative;
	transform: translate(0px, 3px) rotate(0deg);
	color: #8B8675;
	fill: #8B8675;
}

.elementor-swiper-button {
	background: #8B8675;
	color: #8B8675;
	fill: #8B8675;
	padding: 0;
	width: 52px;
	height: 52px;
	line-height: 52px;
	border: 1px solid #8B8675;
	border-radius: 50%;
	display: flex !important;
	align-items: center;
	justify-content: center;
}
.elementor-swiper-button:hover {
	background: #F0EFEB;
	color: #000;
	fill: #000;
	border: 1px solid #F0EFEB;
}
.elementor-swiper-button:hover svg{
	color: #000 !important;
	fill: #000 !important;	
}

.elementor-swiper-button.elementor-swiper-button-prev{
	left: -25px !important;
}
.elementor-swiper-button.elementor-swiper-button-next{
	right: -25px !important;
}


/* ===========================================
 HEADER
============================================== */
.medium_small_screen_header{
	display: none;
}
.medium_small_screen_header a.elementor-button svg,
.medium_small_screen_header a.elementor-button:hover svg{
	transform: none;
}

/* ===========================================
 FOOTER
============================================== */
.base_letter {
    content: '';
    position: absolute;
    top: auto;
    left: auto;
    bottom: 170px;
    right: 0;
    margin: 0 !important;
    padding: 0;
}
.base_letter .elementor-heading-title {
    font-size: 7vw;
    margin: 0 !important;
    padding: 0;
    font-weight: 900;
}

.footer_bottom{
	
}

.author_credit.elementor-widget-text-editor a{
	color: #00c3ff;
	fill: #00c3ff;
}
.author_credit.elementor-widget-text-editor a:hover{
	color: #8B8675;
	fill: #8B8675;
}


/* ===========================================
 PAGINATION
============================================== */
.elementor-pagination a.page-numbers, 
.elementor-pagination span.page-numbers{
    text-decoration: none;
    border: 1px solid #F0EFEB;
    margin: 0;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    background: #F0EFEB;
    color: #1a1a1a;
    font-size: 1.125rem;
    width: 52px;
    height: 52px;
    line-height: 52px;
}
.elementor-pagination span.current,
.elementor-pagination a.page-numbers:hover{
    background: #8B8675;
    border: 1px solid #8B8675;
    color: #fff !important;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.e-loop__load-more a.elementor-button {
    text-decoration: none;
    border: 1px solid #F0EFEB;
    margin: 0;
    display: inline-block;
    text-align: center;
    background: #8B8675;
    color: #fff;
    font-size: 1.125rem;
}
.e-loop__load-more a.elementor-button:hover{
    background: #F0EFEB;
    border: 1px solid #F0EFEB;
    color: #1a1a1a !important;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

/* ===========================================
 VERTICAL TEXTS
============================================== */
.vertical-text .elementor-heading-title{
  white-space: nowrap;	
}

	
/* ===========================================
 HERO
============================================== */
/* Ken Burns Effect */
#hem {
    overflow: hidden;
}

/*
#hem::before {
    content: "";
    position: absolute;
    top: -10%;
    left: -10%;
    width: 120%;
    height: 120%;
    background-image: inherit;
    background-size: cover;
    background-position: center center;
    transform: scale(1);
    animation: kenburns 10s infinite alternate ease-in-out;
    z-index: 0;
}

#hem::before{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1);
	animation: kenburns 10s infinite alternate ease-in-out;
}
*/



/* ===========================================
 SEARCH RESULTS TEMPLATE
============================================== */
.search_loop_area{
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
}










/* ===========================================
 TESTIMONIALS TEMPLATE
============================================== */
.reviews_area .elementor-swiper-button.elementor-swiper-button-prev{
    left: auto !important;
    right: 100px;
    top: auto !important;
    bottom: 0;
}

.reviews_area .elementor-swiper-button.elementor-swiper-button-next{
    left: auto;
    right: 40px !important;
    top: auto !important;
    bottom: 0;
}

/* On Bilder Page */
.review_area_full .elementor-swiper-button.elementor-swiper-button-prev{
    left: auto !important;
    right: 100px;
    top: auto !important;
    bottom: -26px;
}

.review_area_full .elementor-swiper-button.elementor-swiper-button-next{
    left: auto;
    right: 40px !important;
    top: auto !important;
    bottom: -26px;
}
.review_area_full .elementor-swiper-button.swiper-button-disabled{
	opacity: 1 !important;
}
.elementor-swiper-button.elementor-swiper-button-prev.elementor-lightbox-prevent-close {
    left: 10px !important;
	width: 52px;
	height: 52px;
}
.elementor-swiper-button.elementor-swiper-button-next.elementor-lightbox-prevent-close {
    right: 10px !important;
	width: 52px;
	height: 52px;
}



/* ===========================================
 SERVICES
============================================== */
.stunning_title .elementor-heading-title{
	position: relative;
	overflow: hidden;
}
.stunning_title .elementor-heading-title:after {
    content: '';
    position: absolute;
    top: auto;
    left: 0;
    width: 100%;
    height: 0.275em;
    bottom: 24px;
    background: rgba(139, 134, 117, .85);
    z-index: -1;
	opacity: 0;
	transform: scaleX(0);
    transition: transform 0.85s, opacity 0.85s, height 0.45s, bottom 0.45s, color 0.45s;
    transition-timing-function: cubic-bezier(0.3, 0.8, 0.35, 1);
    transition-delay: inherit;
    transform-origin: left center;
}
.stunning_title .elementor-heading-title:hover:after{
    opacity: 1;
    transform: scale(1, 1) !important;
}

/*
.service_main_area .elementor-grid .e-loop-item:nth-child(2n+1) .e-con.e-flex>.e-con-inner{
	flex-direction: row-reverse;
}
*/

/*
.service_main_area .elementor-grid .e-loop-item:nth-child(2n+1)>.e-con-full{
	flex-direction: row-reverse;
}
*/

.single-services .elementor-widget-text-editor ul {
    margin-block-end: .8rem;
    padding-left: 45px;
}

.single-services .elementor-widget-text-editor p:last-child{
	margin-block-end: 0;
}

/* ===========================================
 PROJECTS
============================================== */
.projects_info .elementor-image-box-description a {
	color: #1a1a1a;
}
.projects_info .elementor-image-box-description a:hover {
	color: #8B8675;
}
.portfolio_area .projects_info .elementor-image-box-img img {
    width: 100%;
    /* max-width: 420px; */
    height: auto;
    min-height: 560px;
    object-fit: cover;
}
.single-project .projects_info .elementor-image-box-description a {
	color: #fff;
}
.single-project .projects_info .elementor-image-box-description a:hover {
	color: #8B8675;
}

.image_grayscale img{
	border-radius: 5px;
	-webkit-filter: grayscale(100%); 
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: -webkit-filter .3s ease-in; /* chrome & safari */
	-moz-transition: filter .3s ease-in; /* firefox and other gecko-based */
	-ms-transition: filter .3s ease-in; /* ie 10+ */
	-o-transition: filter .3s ease-in; /* opera */
	transition: filter .3s ease-in; /* w3 (future standard) */
	-webkit-animation: updown 2s linear 0s infinite;
	animation: updown 2s linear 0s infinite;
}
.image_grayscale:hover img{ 
	-webkit-filter: grayscale(0%); 
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
}
.home .projects_info .elementor-image-box-description a {
	color: #8B8675;
}
.home .projects_info:hover .elementor-image-box-description a {
	color: #fff;
}

.home_project_info .e-loop-item .semi_rectangular{
	padding-bottom: 25px;
	position: relative;
	/* margin: 0 0% 40px 0%; */
	width: 65%;	
	transition: 0.4s all ease-in-out;
	-webkit-transition: 0.4s all ease-in-out;
	-moz-transition: 0.4s all ease-in-out;
	-ms-transition: 0.4s all ease-in-out;
	-o-transition: 0.4s all ease-in-out;
}
.home_project_info .e-loop-item .rectangular{
	padding-bottom: 25px;
	position: relative;
	/* margin: 0 0% 40px 0%; */
	width: 100%;	
	transition: 0.4s all ease-in-out;
	-webkit-transition: 0.4s all ease-in-out;
	-moz-transition: 0.4s all ease-in-out;
	-ms-transition: 0.4s all ease-in-out;
	-o-transition: 0.4s all ease-in-out;
}

/*
.home_project_info .elementor-loop-container:nth-child(1) .e-loop-item .semi_rectangular,
.home_project_info .elementor-loop-container:nth-child(5) .e-loop-item .semi_rectangular{
	margin-left:0;
}
.home_project_info .elementor-loop-container:nth-child(4) .e-loop-item .semi_rectangular{
	margin-right:0;
}
*/

.home_project_info .e-loop-item .semi_rectangular:hover,
.home_project_info .e-loop-item .rectangular:hover{
	position: relative;
	transform: translateY(-8px);
}
.home_portfolio_carousel .elementor-swiper-button.elementor-swiper-button-prev{
    left: auto !important;
    right: 100px;
    top: -60px !important;
}
.home_portfolio_carousel .elementor-swiper-button.elementor-swiper-button-next{
    left: auto;
    right: 40px !important;
    top: -60px !important;
}
.home_portfolio_carousel .projects_info .elementor-image-box-img img {
    width: 100%;
    /* max-width: 420px; */
    height: auto;
    min-height: 560px;
    object-fit: cover;
}

.single-project .projects_video_image_area .elementor-widget-video{
	display: none;
}
.single-project.project_video .projects_video_image_area .elementor-widget-image{
	display: none;
}
.single-project.project_video .projects_video_image_area .elementor-widget-video{
	display: block;
}

.portfolio_area .projects_info .elementor-image-box-content .elementor-image-box-title{
	margin-bottom: 0;
}


/* ===========================================
 BILDER
============================================== */
.elementor-gallery__titles-container .elementor-item.elementor-gallery-title {
    background: #F0EFEB;
    padding: 13px 26px;
}
.elementor-gallery__titles-container .elementor-item.elementor-gallery-title.elementor-item-active {
	background: #8B8675;
}


/* ===========================================
 AWARDS
============================================== */
.awards_area .e-loop-item:last-child .e-con.e-parent{
	border: none;
}

/* ===========================================
 PARTNERS
============================================== */
/*
.partners_carousel .elementor-image-carousel .swiper-slide-image {
	padding: 8px 20px;
}
*/

.partners_carousel .elementor-image-carousel img.swiper-slide-image {
    max-height: 95px;
    width: 100%;
    object-fit: cover;
}


/* ===========================================
 TEAM
============================================== */
/* .team_avatar img{
	-webkit-filter: grayscale(100%); 
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
} */




/* ===========================================
 CONTACT / GRAVITY FORM
============================================== */
.gform_layout ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #8B8675;
}
.gform_layout ::-moz-placeholder { /* Firefox 19+ */
	color: #8B8675;
}
.gform_layout :-ms-input-placeholder { /* IE 10+ */
	color: #8B8675;
}
.gform_layout :-moz-placeholder { /* Firefox 18- */
	color: #8B8675;
}

.gform_layout .gform-theme--api, 
.gform_layout .gform-theme--foundation {
    --gf-form-gap-y: 16px;
}

.gform_layout input{
    background: transparent;
    border: 1px solid #d3d3d3 !important;
    padding: 15px;
    min-height: 52px !important;
}


.gform_layout select {
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	padding: 15px;
	min-height: 52px;
	line-height: 1.4;
	cursor: pointer;
	border: 1px solid #d3d3d3 !important;
	border-radius: 0px !important;
	color: #8B8675;
}
/* Remove border-radius from all input, select, and textarea fields */
.gform-body input,
.gform-body select,
.gform-body textarea,
.gform-body .custom-file-input .browse-button {
  border-radius: 0px !important;
}

/* Optional: also remove from buttons if needed */
.gform-body button,
.gform-body .gform_footer input[type="submit"] {
  border-radius: 0px !important;
}


.gform_layout textarea {
    background: transparent;
    border: 1px solid #d3d3d3 !important;
    padding: 15px;
    max-height: 110px !important;
}

.gform_layout .gform_footer{
	display: block;
}

.gform_layout input:focus,
.gform_layout textarea:focus,
.gform_layout select:focus{
    border: 2px solid #8B8675 !important;
    outline: none !important;
}

.gform_layout input[type="file"]{
	cursor: pointer;
}

.gform_layout .gform_fileupload_rules {
    font-style: italic;
    font-size: 12px;
}

.gform_layout input[type="button"], 
.gform_layout input[type="submit"] {
	width: 100% !important;
	color: #000000 !important;
	background-color: #F0EFEB !important;
	border-style: solid !important;
	border-width: 1px 1px 1px 1px !important;
	border-color: #F0EFEB !important;
	padding: 16px 30px 14px 30px;
	text-transform: uppercase;
}
.gform_layout input[type="button"]:hover, 
.gform_layout input[type="submit"]:hover {
    color: #fff !important;
    background-color: #000 !important;
    border-width: 1px 1px 1px 1px !important;
    border-color: #000 !important;
}
.gform_layout .gform_fileupload_rules {
    display: none;
}
.gform_layout .gfield_description .rule_info{
	display: block;
	margin-top: 8px;
}
.gform_layout .gfield_description .rule_info {
    display: block;
    margin-top: 8px;
    margin-bottom: 10px;
    font-style: italic;
    font-size: 12px;
}

/* Input file button */
.gform_layout .custom-file-input {
   font-family: var(--e-global-typography-text-font-family), Sans-serif !important;
   font-size: var(--e-global-typography-text-font-size) !important;
   font-weight: var(--e-global-typography-text-font-weight) !important;
   line-height: var(--e-global-typography-text-line-height) !important;
   -webkit-appearance: none !important;
   border-style: solid !important;
   border-width: 1px !important;
   border-color: #F0EFEB !important;
   background-color: #02010100 !important;
   padding: 0px 24px 0px 0px !important;
   border-radius: 0px !important;
   box-shadow: none !important;
   width: 100% !important;
   color: #8B8675 !important;
   display: flex;
   align-items: center;
   gap: 20px;
   overflow: hidden;
}
.gform_layout .custom-file-input button {
   padding: 18px 24px 18px 24px !important;
   font-family: var(--e-global-typography-text-font-family), Sans-serif !important;
   font-size: 14px !important;
   font-weight: 500 !important;
   text-transform: var(--e-global-typography-accent-text-transform) !important;
   line-height: var(--e-global-typography-accent-line-height) !important;
   color: #8B8675 !important;
   background-color: #F0EFEB !important;
   border-style: none;
   border-radius: 0px !important;
   box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
   display: inline-block !important;
   width: 180px !important;
}
.gform_layout .custom-file-input span.file-upload-text {
   width: 350px;
   overflow: hidden;
   white-space: nowrap;
   text-overflow: ellipsis;
}

/* ===========================================
 POPUP
============================================== */
.newsletter_form .gform_wrapper #gform_2 {
	justify-content: space-between;
	display: flex;
	gap: 10px;
	align-items: center;
	width: 100%;
}
.newsletter_form .gform_wrapper .gform_heading{
	display: none;
}
.newsletter_form .gform_wrapper .gform_body{
	width: 100%;
}
.newsletter_form .gform_wrapper .gform_footer{
	margin: 0;
	width: 100%;
	max-width: 140px;
}

.newsletter_form input {
    background: transparent;
    border: 1px solid #d3d3d3 !important;
    padding: 15px;
    min-height: 52px !important;
}
.newsletter_form input:focus {
    border: 2px solid #8B8675 !important;
    outline: none !important;
}
.newsletter_form input[type="button"], 
.newsletter_form input[type="submit"] {
	width: 100% !important;
	color: #000000 !important;
	background-color: #F0EFEB !important;
	border-style: solid !important;
	border-width: 1px 1px 1px 1px !important;
	border-color: #F0EFEB !important;
	padding: 16px 30px 14px 30px;
	text-transform: uppercase;
}
.newsletter_form input[type="button"]:hover, 
.newsletter_form input[type="submit"]:hover {
    color: #fff !important;
    background-color: #000 !important;
    border-width: 1px 1px 1px 1px !important;
    border-color: #000 !important;
}

/* ===========================================
 FOLLOW US ON FACEBOOK
============================================== */
.facebook_carousel .swiper-slide-inner img {
    max-height: 250px;
    width: 100%;
    object-fit: cover;
}



/* ===========================================
 BLOG
============================================== */
.home_blog_area .elementor-widget-image img{
    max-height: 344px;
    width: 100%;
    object-fit: cover;	
}




/* ===========================================
 GALLERY
============================================== */
#custom-gallery .gallery-item{
	height: 365px;
    overflow: hidden;
}
#custom-gallery .gallery-item img {
	height:350px;
	object-fit:cover;
	position:center center;
}





/* ===========================================
 MEDIA QUERY
============================================== */
@media all and (max-width: 1800px) and (min-width: 100px) {
	.home_portfolio_carousel .projects_info .elementor-image-box-img img,
	.portfolio_area .projects_info .elementor-image-box-img img{
		min-height: 460px;
	}	
}

@media all and (max-width: 1500px) and (min-width: 100px) {
	.facebook_carousel .swiper-slide-inner img {
		max-height: 215px;
	}	
}





@media all and (max-width: 1441px) and (min-width: 100px) {
	body{
		overflow-wrap: break-word;
	}
	.home_portfolio_carousel .projects_info .elementor-image-box-img img,
	.portfolio_area .projects_info .elementor-image-box-img img{
		min-height: 430px;
	}
	.global_inner_container {
		padding: 0 clamp(1.25rem, 0.95rem + 1vw, 2.5rem);
	}
}
@media all and (max-width: 1366px) and (min-width: 100px) {
	.home_portfolio_carousel .projects_info .elementor-image-box-img img,
	.portfolio_area .projects_info .elementor-image-box-img img{
		min-height: 490px;
	}
	.special_big_title .elementor-headline {
		font-size: clamp(35px, 2rem + 4vw, 70px) !important;
	}
	
	
}
@media all and (max-width: 1180px) and (min-width: 100px) {
	.big_screen_header{
		display: none;
	}
	.medium_small_screen_header{
		display: block;
	}
	.medium_small_screen_header .medium_small_screen_header_inner{
		display: flex;
	}
	.offcanvas_area{

	}
	.offcanvas_area_btn a.elementor-button {
		padding: 14px 16px 11px 16px;
		background: var(--e-global-color-598ddd1);
		font-size: 16px;
		line-height: 16px !important;
		margin: 0;
		display: flex;
	}
	.offcanvas_area_btn a.elementor-button svg {
		color: #fff;
		fill: #fff;
	}
	.home_portfolio_carousel .projects_info .elementor-image-box-img img,
	.portfolio_area .projects_info .elementor-image-box-img img{
		min-height: 440px;
	}	
}

@media all and (max-width: 1024px) and (min-width: 100px) {
	.home_portfolio_carousel .projects_info .elementor-image-box-img img {
		min-height: 490px;
	}
	.global_inner_container {
		padding: 0;
	}
	
	/*
	.service_main_area .elementor-grid .e-loop-item:nth-child(2n+1)>.e-con-full{
		flex-direction: column;
	}
	*/
}

@media all and (max-width: 880px) and (min-width: 100px) {
	.circle_btn a.elementor-button {
		width: 150px;
		height: 150px;
		line-height: 150px;
	}
	.home_portfolio_carousel .projects_info .elementor-image-box-img img,
	.portfolio_area .projects_info .elementor-image-box-img img{
		min-height: 440px;
	}
	
	.home_portfolio_carousel .elementor-swiper-button.elementor-swiper-button-next {
		right: 0px !important;
		top: -35px !important;
	}
	.home_portfolio_carousel .elementor-swiper-button.elementor-swiper-button-prev {
		right: 60px;
		top: -35px !important;
	}
	.special_big_title .elementor-headline {
		font-size: clamp(25px, 2rem + 4vw, 50px) !important;
	}
	
	
	
}

@media all and (max-width: 880px) and (min-width: 768px) {
	.home_team_area .employee .elementor-widget-heading .elementor-heading-title{
		font-size: 19px !important;
	}
	.home_team_area .elementor-icon-list-icon + .elementor-icon-list-text {
		padding-inline-start: 0;
		font-size: 14.6px;
	}
}

@media all and (max-width: 767px) and (min-width: 100px) {
	/* Container */
	.global_container {
		padding: clamp(0.625rem, 2.3665rem + 3.2362vw, 6.25rem) 0.625rem;
	}
	.header_container {
		padding-top: clamp(10px, 5vh, 15px);
		padding-bottom: clamp(10px, 5vh, 15px);
		padding-left: clamp(10px, 5vw, 10px);
		padding-right: clamp(10px, 5vw, 10px);

	}
	.global_container_two {
		padding: clamp(0rem, 2.3665rem + 3.2362vw, 0rem) 0.625rem;
	}
	
	/* Left Right Arrow */
	.elementor-swiper-button {
		width: 45px;
		height: 45px;
		line-height: 45px;
	}
	.elementor-swiper-button.elementor-swiper-button-next {
		right: 5px !important;
	}
	.elementor-swiper-button.elementor-swiper-button-prev {
		left: 5px !important;
	}
	
	.elementor-swiper-button.elementor-swiper-button-prev.elementor-lightbox-prevent-close {
		left: 5px !important;
		width: 45px;
		height: 45px;
		justify-content: center;
	}
	.elementor-swiper-button.elementor-swiper-button-next.elementor-lightbox-prevent-close {
		right: 5px !important;
		width: 45px;
		height: 45px;
		justify-content: center;
	}
	
	.review_area_full .elementor-swiper-button.elementor-swiper-button-prev{
		right: 53px;
		top: 26px !important;
		bottom: auto;
	}

	.review_area_full .elementor-swiper-button.elementor-swiper-button-next{
		right: 0px !important;
		top: 26px !important;
		bottom: auto;
	}
	
	.home_project_info .e-loop-item .semi_rectangular {
		width: 100%;
		margin: 0;
	}
	
	.home_portfolio_carousel .projects_info .elementor-image-box-img img,
	.portfolio_area .projects_info .elementor-image-box-img img{
		min-height: 100%;
		max-width: 100%;
	}
	
	.newsletter_form .gform_wrapper{
		text-align: cenetr;
	}
	.elementor-location-footer .elementor-nav-menu a{
		justify-content: center;
	}
	
	.circle_btn_small a.elementor-button {
		margin: 0 auto;
	}
	/*
	.partners_carousel .elementor-image-carousel .swiper-slide-image {
		padding: 8px 40px;
	}*/
	
	.facebook_carousel .swiper-slide-inner img {
		max-height: 100%;
	}
	.partners_carousel .elementor-image-carousel img.swiper-slide-image {
		max-height: 100%;
		width: auto;
		object-fit: unset;
	}
	
	
}

@media all and (max-width: 600px) and (min-width: 100px) {
	.elementor-swiper-button.elementor-swiper-button-next {
		right: 0 !important;
	}
	.elementor-swiper-button.elementor-swiper-button-prev {
		left: 0px !important;
	}
	.special_big_title .elementor-headline {
		font-size: clamp(20px, 1.8rem + 3.5vw, 40px) !important;
	}
}

@media all and (max-width: 2405px) and (min-width: 3000px) {
	.member-image {
		height: 600px;
	}
}
