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

li.blog-menu-first::after {
    content: "" !important;
    border: 2px solid #1B7EBC !important;
    width: 8px;
    height: 8px !important;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    border-left: none !important;
    border-top: none !important;
    transform: rotate(-45deg);
}
li.blog-menu-first a {
    padding-left: 0 !important;
}
.copyrights {
    display: flex;
    align-items: center;
    gap: 3px;
}
.copyrights a {
    color: #fff;
}
.copyrights p {
    margin: 0;
	padding: 0;
}
.copyrights a:hover {
    color: #1B7EBC;
}
.powered-by-text {
	display: flex;
	gap: 4px;
    align-items: center;
}
.footer-newsletter input {
	padding-left: 0;
}
.footer-newsletter input::placeholder {
	color: #fff !important;       /* Change to your preferred color */
	opacity: 1 !important;        /* Make sure it's not transparent */
}
/* Internet Explorer 10-11 */
.footer-newsletter input:-ms-input-placeholder {
  color: #fff !important;
}
/* Microsoft Edge */
.footer-newsletter input::-ms-input-placeholder {
  color: #fff !important;
}
.footer-newsletter .elementor-field-type-email {
	width: 90%;
}
.footer-newsletter .e-form__buttons {
	width: 10%;
}
.elementor-post-info__terms-list-item {
	color: #0567A5 !important;
}
.elementor-widget-wp-widget-categories h5 {
	display: none;
}
.elementor-widget-wp-widget-categories ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: "Gilroy", Sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #0567A5;
}
.elementor-widget-wp-widget-categories li {
	margin: 0 0 10px;
	font-size: 16px;
}
.elementor-widget-wp-widget-categories a {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: "Gilroy", Sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #000;
}
.elementor-widget-wp-widget-categories a:hover {
    color: #1B7EBC;
}
.elementor-pagination .page-numbers {
	padding: 8px 15px;
    background: #12334b;
    border-radius: 5px;
}
.elementor-pagination .page-numbers.current {
	background: #1B7EBC;
}
.elementor-pagination .page-numbers:hover {
	color: #fff !important;
	background: #1B7EBC;
}
.elementor-author-box__avatar {
    margin-bottom: -20px;
}
/* Replace 'your-slider-selector' with your actual slider class */
.home-carousel .swiper-wrapper {
    transition-timing-function: ease-in-out;
}
.home-carousel .swiper {
    border-radius: 40px;
}
.home-carousel .swiper-slide {
    opacity: 0 !important;
    transition: opacity 0.6s ease-in-out !important;
}
.home-carousel .swiper-slide-active {
    opacity: 1 !important;
}
.home-carousel .swiper-slide-duplicate-active {
    opacity: 1 !important;
}
.footer-box br {
	display: none;
}
.powered-by-box {
	display: flex;
}
.blog-mobile-menu-icon .elementor-icon-box-icon {
	display: flex;
	align-items: center;
}
@media screen and (max-width: 820px) {
	.main-container > .e-con-inner {
		--column-gap: 16px;
	}
}
@media screen and (max-width: 810px) {
	.main-container > .e-con-inner {
		--column-gap: 15px;
	}
}
@media screen and (max-width: 768px) {
	.main-container > .e-con-inner {
		--column-gap: 16px;
	}
}
@media screen and (max-width: 767px) {
	.copyrights {
		align-items: start;
		flex-direction: column;
		padding-top: 15px;
	}
	.copyrights .line {
		display: none;
	}
	.powered-by-box {
		display: flex;
		height: 40px;
	}
	.powered-by-logo {
		margin: -20px 0 0 10px;
	}
}
@media screen and (max-width: 500px) {
    .powered-by-logo {
        margin: 7px 0 0 5px;
    }
}
@media screen and (max-width: 425px) {
	.elementor-17 .elementor-element.elementor-element-381581c {
        --padding-left: 14px;
    }
}
@media screen and (max-width: 360px) {
	.elementor-17 .elementor-element.elementor-element-381581c {
        --padding-left: 15px;
    }
}