/* 
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 */

@-webkit-keyframes rotation {
  from {
    -webkit-transform:rotate(0deg)
  }
  to {
    -webkit-transform:rotate(359deg)
  }
}

.sec-heading h4.elementor-heading-title::before {
    position: absolute;
    left: 0;
    top: 50%;
    content: '';
    width: 68px;
    height: 1px;
    background-color: #d5b665;
}

#main-header .elementor-search-form__input {
	text-align: left !important;
}

#main-header .elementor-search-form__input::placeholder {
	opacity:1;
}

#main-header .sub-menu .elementor-sub-item::before {
	position: absolute;
	content: '';
	left: 18px;
	top: 24px;
	width: 0;
	height: 2px;
	background-color: transparent;
	-webkit-transition: all .500s ease-in-out;
	transition: all .500s ease-in-out;
}

#main-header .sub-menu li:hover > .elementor-sub-item::before {
	background-color: rgba(255,255,255,.50);
	width: 10px;
}

#main-header .sub-menu .elementor-sub-item {
	position: relative;
}

#main-header .sub-menu .elementor-sub-item {
	border-left: 0 !important;
}

#main-header .sub-menu {
	min-width: 270px !important;
	transition: all .3s linear 0s;
}

#main-header .sub-menu li:hover > a.elementor-sub-item {
	padding-left: 40px;
}

.about-hm-img .elementor-widget-container::after {
	-webkit-animation: rotation 25s infinite linear;
	background-image: url(images/rotate-image-small.png);
	content: "";
	width: 340px;
	height: 340px;
	position: absolute;
	right: -104px;
	bottom: -100px;
	z-index: -1;
	overflow: hidden;
}

.about-hm {
	overflow: hidden;
}

.about-hm .elementor-image-box-content h3 {
	margin-top: 0;
}

.service-hm-year .year-title .elementor-widget-container {
	position: relative;
}

.service-hm-year .year-title .elementor-widget-container:before {
	content: '';
	position: absolute;
	bottom: -9px;
	background-color: #fff;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-khtml-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 2;
	width: 17px;
	height: 17px;
	border-radius: 50%;
	box-sizing: content-box;
}

.service-hm-year .year-title .elementor-widget-container::after {
	content: '';
	position: absolute;
	bottom: -18px;
	background-color: rgba(255,255,255,.15);
	left: 50%;
	-webkit-transform: translateX(-50%);
	-khtml-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 1;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	box-sizing: content-box;
}

.service-hm-year .elementor-container.elementor-column-gap-no .elementor-column.elementor-col-25:first-child .elementor-widget-image-box::before {
	content: '';
	position: absolute;
	background-color: rgba(255,255,255,.15);
	height: 20px;
	width: 1px;
	left: 0;
	top: -10px;
}

.service-hm-year .elementor-container.elementor-column-gap-no .elementor-column.elementor-col-25:last-child .elementor-widget-image-box::before {
	content: '';
	position: absolute;
	background-color: rgba(255,255,255,.15);
	height: 20px;
	width: 1px;
	right: 0;
	top: -10px;
}

.service-hm-wr .elementor-widget-image div::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 50%;
	bottom: 0;
	left: 0;
	opacity: 1;
	z-index: 1;
	background-image: linear-gradient(#00000000,#0000009e);
}

.sec-heading.small h4::before {
	width: 30px;
}

.hm-blog-wr .elementor-loop-container .elementor-button-text {
	text-align: left;
}

.hm-blog-wr .elementor-loop-container .elementor-icon-list-item:not(:last-child)::after {
	width: 20px !important;
	border-bottom: solid 1px #134a56 !important;
	border-left: 0 !important;
	height: auto !important;
	margin-left: -5px;
}

#hm-slider .jet-arrow {
	font-family: Source Sans Pro,sans-serif;
	font-size: 14px;
	color: #fff;
	display: block;
	line-height: 40px;
	text-align: center;
	font-weight: 600;
	width: 110px !important;
	padding: 50px 0 !important;
	background: #134a56;
	transition: all 0.3s;
	height: 135px;
	box-sizing: border-box;
	border-radius: 0;
}

#hm-slider .jet-arrow svg {
	display: none;
}

#hm-slider .jet-arrow.prev-arrow::before {
	content: 'prev';
	text-transform: uppercase;
	line-height: 40px !important;
}

#hm-slider .jet-arrow.prev-arrow::after {
	content: "";
	width: 15px;
	height: 1px;
	background-color: #ffffff75;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 9999;
}

#hm-slider .jet-arrow.next-arrow::after {
	content: "";
	width: 15px;
	height: 1px;
	background-color: #ffffff75;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 9999;
}

#hm-slider .jet-arrow.next-arrow::before {
	content: 'next';
	text-transform: uppercase;
	line-height: 40px !important;
}

#hm-slider .jet-slick-dots {
	position: absolute;
	right: -75px;
	bottom: 50%;
	display: block;
	width: 20px;
	transform: translateX(-50%);
	text-align: center;
}

#hm-slider .jet-slick-dots li {
	padding: 0;
	margin-bottom: 20px;
}

body #hm-slider .jet-slick-dots li span {
	text-indent: inherit !important;
	font-size: 15px;
	background-color: transparent;
	color: #000;
	display: inherit !important;
	overflow: auto !important;
	height: auto;
	width: auto;
	position: relative;
	font-weight: 600;
	font-size: 14px;
	font-family: Source Sans Pro,sans-serif;
	color: #000;
}

body #hm-slider .jet-slick-dots li span::before {
	content: '0';
	display: inline-block;
	position: relative !important;
}

body #hm-slider .jet-slick-dots li:first-child::before {
	content: "";
	width: 1px;
	height: 35px;
	background-color: #000;
	position: absolute;
	padding: 0;
	top: -55px;
	left: 50%;
	transform: translateX(-50%);
}

.hm-slider-info .elementor-container.elementor-column-gap-no {
	margin-right: 0;
}

.banner-info-title .elementor-image-box-title::before {
	content: "";
	width: 40px;
	height: 1px;
	background-color: #134a56;
	position: absolute;
	top: 27px;
	left: 3px;
	z-index: 1;
}

.hm-slider-info .elementor-image-box-img img {
	height: 50px;
	object-fit: contain;
	width: 47px;
}

.hm-slider-info .elementor-image-box-title {
	margin-top: 0;
}

#main-header > .elementor-container, 
#hm-slider > .elementor-container, 
#slider-info-wr > .elementor-container {
	max-width: calc(100% - 250px);
}

.hm-blog-wr .elementor-loop-container .elementor-widget-image img {
	height: 250px;
	object-fit: cover;
	object-position: center center;
}

.blog-date {
	position: absolute;
	top: 25px;
	left: -12px;
	z-index: 2;
}

.blog-date::before {
	position: absolute;
	content: "";
	bottom: -13px;
	left: 0;
	color: #b09373;
	border-top: 5px solid currentColor;
	border-right: 7px solid currentColor;
	border-left: 5px solid transparent;
	border-bottom: 8px solid transparent;
}

.hm-blog-wr .e-loop-item .elementor-widget-image img, 
.hm-blog-wr .e-loop-item .blog-date {
	transition: all 0.5s cubic-bezier(.645,.045,.355,1);
	transform: translateY(0);
}

.hm-blog-wr .e-loop-item:hover .elementor-widget-image img, 
.hm-blog-wr .e-loop-item:hover .blog-date {
	transform: translateY(-5px);
}

.hm-blog-wr .blog-btn .elementor-button .elementor-button-text::before {
	content: '';
	position: absolute;
	right: -5px;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	width: 0;
	height: 0;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 7px solid #134a56;
	border-radius: 2px;
	z-index: 2;
}

.hm-blog-wr .blog-btn .elementor-button:hover .elementor-button-text::before {
	border-left: 7px solid #D5B665;
}

.hm-blog-wr .blog-btn .elementor-button:hover .elementor-button-text::after {
		background-color: #D5B665;
}

.hm-blog-wr .blog-btn .elementor-button .elementor-button-text {
	position: relative;
	padding-right: 50px;
}

.hm-blog-wr .blog-btn .elementor-button .elementor-button-text::after {
	content: "";
	width: 40px;
	height: 1px;
	color: inherit;
	position: absolute;
	right: 0;
	top: 50%;
	background-color: #134a56;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

#subscribe-form #form-field-email, 
#subscribe-form .elementor-button.elementor-size-md {
	height: 67px;
	min-height: 67px;
}

#main-header.fixed {
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	position: fixed;
	width: 100%;
	background-color: #fff;
	top: 0;
}

#main-header {
	transition: all 0.2s linear;
	z-index: 9999;
}

#main-header.fixed .elementor-widget-theme-site-logo img {
	max-height: 70px;
}

#main-header .elementor-widget-theme-site-logo img {
	object-fit: contain;
	transition: all 0.2s linear;
	max-height: 80px;
}

#main-header > .elementor-container.elementor-column-gap-no, 
#main-header .elementor-nav-menu > .menu-item > a {
	transition: all 0.2s linear;
}

#main-header.fixed > .elementor-container.elementor-column-gap-no {
	min-height: 90px;
}

#hm-slider .jet-carousel {
	margin-left: auto;
	margin-right: auto;
}

@media screen and (min-width: 1025px) {

	#main-header.fixed .elementor-nav-menu > .menu-item > a {
		line-height: 90px !important;
	}

}

@media screen and (max-width: 1320px) {

	#main-header > .elementor-container, 
	#hm-slider > .elementor-container, 
	#slider-info-wr > .elementor-container {
		max-width: calc(100% - 200px);
	}

}

@media screen and (max-width: 1299px) {

	#main-header > .elementor-container, 
	#hm-slider > .elementor-container, 
	#slider-info-wr > .elementor-container {
		max-width: 100%;
	}

	#hm-slider .jet-slick-dots {
		display: none !important;
	}

}

@media screen and (max-width: 1024px) {

	#subscribe-form #form-field-email, 
	#subscribe-form .elementor-button.elementor-size-md {
		height: 47px;
		min-height: 47px;
	}

}

@media screen and (max-width: 767px) {

.service-hm-year .elementor-container.elementor-column-gap-no .elementor-column.elementor-col-25:first-child .elementor-widget-image-box::before,
.service-hm-year .elementor-container.elementor-column-gap-no .elementor-column.elementor-col-25:last-child .elementor-widget-image-box::before {
	display: none;
}	

#subscribe-form #form-field-email, #subscribe-form .elementor-button.elementor-size-md {
	height: 42px;
	min-height: 42px;
}

#main-header search .e-font-icon-svg-container {
	font-size: 30px;
}

#main-header.fixed .elementor-widget-theme-site-logo img {
	max-height: 60px;
}

#main-header.fixed > .elementor-container.elementor-column-gap-no {
	min-height: 75px;
}

#hm-slider .jet-arrow {
	line-height: 20px;
	padding: 8px 0 !important;
	height: 35px;
	font-size: 12px;
	width: 75px !important;
}

#hm-slider .jet-arrow.prev-arrow::before, 
#hm-slider .jet-arrow.next-arrow::before {
	line-height: 20px !important;
}

.sec-heading h4.elementor-heading-title:not(.sec-heading.small h4)::before {
    width: 45px !important;
}

}