/* Default Theme */

/* -------------------------------
   General
------------------------------- */

body {
    font-family: 'Open Sans', "sans-serif";
    font-size: 18px;
	background: #fafafa;
    color: #333;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
	min-height: 148px;
    padding-top: 148px;
}
h1, h2, h3, h4, h5, h6{
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 15px;
    line-height: 1.25;
	color: #f3310e;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-size: 60%;
    font-weight: 500;
	color: #f3310e;
}
a{
    color: #007bff;
	-webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
}
a:hover {
    color: #0069da;
}
a:focus {
    color: #0069da;
	outline: none;
}
label {
    color: #333;
}
img {
    width: 100%;
	max-width: 100%;
}

:root {
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-line-height: 1.5;
	
	--app-header-theme: #313131;
	--app-footer-theme: #f3f3f3;
	
    --bs-border-width: 2px;
    --bs-border-style: solid;
    --bs-border-color: #ced4da;
    --bs-link-color: var(--app-theme);
    --bs-link-hover-color: rgba(var(--app-theme-rgb), 0.75);
    --bs-highlight-bg: #fff7cc;
	--app-theme: #313131;
    --app-theme-rgb: 49, 49, 49;
    --app-theme-color: #ffffff;
    --app-theme-color-rgb: 255, 255, 255;
    --app-border-color: #ced4da;
    --app-border-color-rgb: 206, 212, 218;
    --app-header-bg: #ffffff;
    --app-header-bg-rgb: 255, 255, 255;
    --app-header-color: #20252a;
    --app-header-color-rgb: 32, 37, 42;
    --app-header-input-bg: #f2f3f4;
    --app-header-input-border: #f2f3f4;
    --app-header-mobile-divider-bg: #edf0f2;
    --app-header-divider-bg: #dee2e6;
	--bs-border-color-translucent: rgba(0, 0, 0, 0.0);
    --app-component-bg: #ffffff;
    --app-component-bg-rgb: 255, 255, 255;
    --app-component-dropdown-bg: #f8f9fa;
    --app-component-dropdown-bg-rgb: 248, 249, 250;
    --app-component-dropdown-hover-bg: #e6e9ec;
    --app-component-dropdown-hover-bg-rgb: 230, 233, 236;
    --app-component-dropdown-border-color: #ced4da;
    --app-component-dropdown-border-color-rgb: 206, 212, 218;
    --app-component-modal-bg: #ffffff;
    --app-component-modal-bg-rgb: 255, 255, 255;
    --app-component-modal-border-color: #ced4da;
    --app-component-modal-border-color-rgb: 206, 212, 218;
    --app-component-secondary-bg: #ced4da;
    --app-component-color: #20252a;
    --app-component-color-rgb: 32, 37, 42;
    --app-component-border-color: #ced4da;
    --app-component-border-color-rgb: 206, 212, 218;
    --app-component-active-bg: #348fe2;
    --app-component-active-bg-rgb: 52, 143, 226;
    --app-component-active-color: #ffffff;
    --app-component-active-color-rgb: 255, 255, 255;
    --app-component-hover-bg: #eff1f3;
    --app-component-hover-color: #20252a;
    --app-component-hover-border-color: #ced4da;
    --app-component-focus-border-color: #67abe9;
    --app-component-disabled-bg: #e9ecef;
    --app-component-disabled-color: #adb5bd;
    --app-component-disabled-border-color: #ced4da;
}

/* -------------------------------
   Login / Register Styles
------------------------------- */

.loginregister-1 {
    background: #efefef;
}

/* -------------------------------
   Header & Navbar Styles
------------------------------- */

.loginregister-1 {
    background: #efefef;
}

/* -------------------------------
   Header & Navbar Styles
------------------------------- */

.brand-logo img {
    height: 138px;
    width: auto;
	transition: all 0.4s ease;
}
.header-theme {
    background: rgb(237,181,169);
	background: linear-gradient(90deg, rgba(237,181,169,1) 0%, rgba(254,236,217,1) 35%, rgba(237,181,169,1) 100%);
	 -webkit-box-shadow: 0 1px 2px rgba(174,131,122,.2);
    box-shadow: 0 1px 2px rgba(174,131,122,.2);
}
.navbar-sm .brand-logo img {
	max-height: 47px;
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	transition: all 0.8s ease;
	rotate: 360deg;
}
.navbar-nav .nav-link {
    color: #f3310e;
}
.header .navbar-nav .nav-link:focus {
    color: #494949;
}
.header .nav-link:hover {
    color: #494949;
}
.navbar-nav .nav-link {
	padding-top: 60px;
	padding-bottom: 60px;
}
.navbar-nav .nav-link {
    padding-top: 60px;
    padding-bottom: 60px;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 18px;
}
.navbar-sm .navbar-expand-lg .navbar-nav .nav-link {
	padding-top: 0px;
    padding-bottom: 0px;
}
.dropdown-menu {
	background: rgba(237,182,170, .9);
}
.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item {
	color: #f3310e;
	font-weight:600;
}
.dropdown-item.active, .dropdown-item:active {
    color: #f3310e;
    background-color: #fff;
}
.navbar-dark .navbar-toggler {
    background: #f3735c;
	border-color: #f3735c;
}
.btn.btn-header {
    font-size: 15px;
}

/* -------------------------------
   Footer Styles
------------------------------- */

.footer-3 {
    background: rgba(237,182,170, .9);
    color: #f3310e;
}
.footer-3 h6, .footer-3 .h6 {
    color: #f3310e;
	font-weight:600;
}
.footer-3 nav a {
	color: #f04a2c;
}
.footer-3 .footer-copyright {
    background: #eea899;
}
.footer-3 .text-muted {
    color: #f5f5f5 !important;
}
.footer-3 img {
    width: 100px;
    margin-top: 10px;
}

/* -------------------------------
   Page Content
------------------------------- */

.body-content {
}
.content {
    padding: 0px 0px 0px;
}
.btn-theme {
    --bs-btn-color: #ffffff;
    --bs-btn-bg: #348fe2;
    --bs-btn-border-color: #348fe2;
    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-bg: #276baa;
    --bs-btn-hover-border-color: #276baa;
    --bs-btn-focus-shadow-rgb: 82, 160, 230;
    --bs-btn-active-color: #ffffff;
    --bs-btn-active-bg: #276baa;
    --bs-btn-active-border-color: #276baa;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #ffffff;
    --bs-btn-disabled-bg: #67abe9;
    --bs-btn-disabled-border-color: #67abe9;
}
.btn-group > .btn + .btn-theme,
.input-group > .btn + .btn-theme,
.input-group > .btn + .dropdown-menu + .btn-theme {
    border-left: 1px solid #276baa;
}
.section-tb-1-divider {
    display: none;
}

/* -------------------------------
   Module Theme Styles
------------------------------- */

/* -------------------------------
   Custom Styles
------------------------------- */
.toast-container{
	position:absolute;
	width:100%;
	bottom:10px;
	padding-bottom:10px;
}

.hero-2 {
	padding-top: 6rem;
}
.hero-2.overlay:before {
	background: rgb(237,181,169);
	background: linear-gradient(90deg, rgba(237,181,169,1) 0%, rgba(254,236,217,1) 35%, rgba(237,181,169,1) 100%);
}
.hero-2 .heading {
    color: #f3735c;
}
.hero-2 .text-content {
    color: #F45E27;
	opacity: 1;
}
.btn-hero {
	background: #f3735c;
	color: #fff;
}
.btn-hero:hover {
	background: #F7A614;
	color: #fff;
}
.btn-hero:focus {
	background: #F7A614;
	color: #fff;
}
.btn-hero-3 {
	background: #f3735c;
	color: #fff;
}
.btn-hero-3:hover {
	background: #F7A614;
	color: #fff;
}
.btn-hero-3:focus {
	background: #F7A614;
	color: #fff;
}
.section-tb-2-events {
	background: rgb(237,181,169);
	background: linear-gradient(90deg, rgba(254,236,217,1) 0%, rgba(254,236,217,1) 35%, rgba(254,236,217,1) 100%);
}
.section-tb-2-blogs {
	background: rgb(237,181,169);
	background: linear-gradient(90deg, rgba(254,236,217,1) 0%, rgba(254,236,217,1) 35%, rgba(254,236,217,1) 100%);
}
.section-tb-2 {
	color: #f3735c;
}
.section-tb-2 h1 {
	color: #f3735c;
}
.section-tb-2 p {
	color: #f3735c;
}
.events-1-items-info-desc {
    max-height: 80px;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: rgba(237,182,170, .9);
}
.section-hero-2-after {
    margin-top: 0px;
}
.carousel-1 {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #ced4da;
    border-top: 2px solid #ced4da;
    margin-top: 20px;
}
.contact-12-main {
    margin-top: 20px;
}
.contact-1-btn {
	background: #f3735c;
	color: #fff;
	border: transparent;
}
.contact-1-btn:hover {
	background: #F7A614;
	color: #fff;
}
.contact-1-btn:focus {
	background: #F7A614;
	color: #fff;
}
.contact-12-address h5 {
	margin-bottom:5px;
}
.contact-form-12 {
    margin-top:60px;
	padding-bottom:90px;
}
.hero-2 .separator.bottom {
    bottom: 0;
}
.section-hero-2-after {
    margin-top: -100px;
    padding-top: 60px;
}