.video-container {
    position: absolute; 
    overflow:hidden; 
    width:100%;
}

.uk-navbar-item, .uk-navbar-nav>li>a, .uk-navbar-toggle {
    font-family: 'Roboto', sans-serif !important;
    font-size: 16px;
}

h3,h4,h5,h6 {
    font-weight: 400 !important;
}

.dark-background {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.75);
    top: 0;
}

.uk-sticky-fixed .uk-navbar-nav>li>a {
    color: #0f0f0f;
}

.uk-sticky.uk-active {
	background: rgba(255,255,255,.75);
}

.uk-sticky-fixed .uk-navbar-nav>li.current-menu-item>a {
    color: #279652;
}

.uk-sticky-fixed .uk-navbar-nav>li:hover>a, .uk-navbar-nav>li>a.uk-open, .uk-navbar-nav>li>a:focus {
    color:#279652;
}

.uk-logo img{
    width: 260px;
	padding: 10px 0;
}

.in-slideshow .uk-grid-medium {
    top: 100px;
}

.hero-text {
    font-size: 16px;
}

.in-slideshow {
    height: 500px;
}

.uk-slideshow-items {
    height: 100%;
}

.in-slideshow .uk-grid-medium {
    top: 160px;
}

.in-mobile-nav .uk-button {
    box-shadow: none;
    margin-top: -6.5px;
}

.btn-custom-nav {
	color: #fff !important;
}

.uk-sticky-fixed .in-mobile-nav .uk-button {
	color: #279652;
}

.uk-modal-close-full {
    border: none;
    font-size: 18px;
}

.entry-header {
    text-align: center;
}

.inner-page {
    padding-top: 15px;
}

.feature-btn {
    display: block;
    background-color: transparent;
    border-radius: 10px;
    border: 1px solid #279652;
    padding: 15px;
    font-size: 14px;
}

.feature-btn:hover, .feature-btn:focus {
    color: #fff;
    background-color: #279652;
    text-decoration: none;
}

.uk-navbar-item, .uk-navbar-nav>li>a, .uk-navbar-toggle {
    min-height: auto;
}

.uk-link-toggle:focus .uk-link, .uk-link-toggle:hover .uk-link, .uk-link:hover, a:hover {
    color: #279652;
}

.uk-breadcrumb>*>:focus, .uk-breadcrumb>*>:hover {
    color: #279652;
}

.in-slideshow, .in-header-inner {
    position: relative;
}

.regulate-txt img {
    height: 70px !important;
}

.dark-background-header {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.8);
    top: 0;
}

.senfin-elementor-page {
    padding: 40px 5px;
}


.elementor-heading-title {
    line-height: 1.3 !important;
}
.elementor-widget-container ul {
    margin: 20px 0;
    list-style-type: none;
    padding-left: 20px;
}

.right-column {
	text-align: right;
}

.uk-table {
    margin: 10px 0;
    font-size: 14px;
}

.uk-breadcrumb>*>* {
    display: inline-block;
    font-size: 12px;
    color: #999 !important;
}

.uk-breadcrumb>li>a:hover, .uk-breadcrumb>li>a:focus {
	color: #279652 !important;
}

.uk-breadcrumb>:last-child>a:not([href]), .uk-breadcrumb>:last-child>span {
	color: #279652 !important;
}

.uk-table td {
	padding: 0;
}

.elementor-widget-container p {
    margin: 20px 0;
}

.elementor-widget-container ul li::before {
    content: "\25AA";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #279652; /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1em; /* Also needed for space (tweak if needed) */
    margin-left: -1em; /* Also needed for space (tweak if needed) */
}



.elementor-widget:not(:last-child) {
    margin-bottom: 0px !important;
}

footer h5 {
    color : #fff !important;
}

.form-group label {
	display: block;
	margin-bottom: 5px;
	font-family: 'Roboto', sans-serif;
}

span.required {
	color: red;
}

.form-group {
	margin-bottom: 15px;
}

.form-control {
	font-family: 'Roboto', sans-serif;
	display: block;
    width: 100%;
    border-radius: 8px;
    border: 1px solid #818a91;
    line-height: 2.75;
	padding: 0 10px;
	transition: 0.4s all ease-in-out;
}

.form-control:focus-visible {
	border-color: #279652;
	outline: none;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.wpcf7-submit, .elementor-button {
	padding: 10px 25px;
	font-weight: 500;
    font-size: 16px;
	cursor: pointer;
	border:1.7px solid #279652 !important
	transition: 0.4s all ease-in-out !important;
	font-family: 'Roboto', sans-serif;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px !important;
}

.btn-custom-nav {
	box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px !important;
}

.wpcf7-submit:hover, .wpcf7-submit:focus {
	color: #279652;
	background: #fff;
	color: #279652 !important;
    background: #fff !important;
}

.btn-mobile-nav {
	color: #fff !important;
}

@media(min-width: 768px) {
    .uk-logo img{
        width: 280px;
    }

    .hero-text {
        font-size: 16px;
    }

    .video-container {
        height: auto;
    }

    .in-slideshow {
        height: auto;
    }

    .in-slideshow .uk-grid-medium .in-slide-img {
        margin-top: 10px;
    }

    .in-slideshow .uk-grid-medium {
        top: 100px;
    }

    .regulate-txt img {
        margin-bottom: 5px;
    }
}

@media(min-width: 1024px) {
    .uk-logo img{
        width: 320px;
    }

    .video-container {
        height: auto;
    }

    .in-slideshow .uk-grid-medium {
        top: 100px;
    }

    .in-slideshow .uk-grid-medium .in-slide-img {
        margin-top: 40px;
    }

    .in-slideshow {
        height: auto;
    }

    .hero-text {
        font-size: 18px;
    }

    .in-slideshow h1 {
        font-size: 48px;
    }
}

@media(min-width: 1280px) {
    .video-container {
        height: 730px;
    }

    .in-slideshow .uk-grid-medium {
        top: 182px;
    }

    .in-slideshow .uk-grid-medium .in-slide-img {
        margin-top: -40px;
    }

    .in-slideshow {
        height: 730px;
    }

    .hero-text {
        font-size: 20px;
    }
}

