@charset "utf-8";
/* CSS Document */

.footer-legal {
    background: #000;
    /* padding: 40px 0; */
    padding: 20px 0;
}
.copyright {color:#dfdfdf;}

.aside-block {
  margin-bottom: 30px;
    background-color: #f5f4f4;
}
		
.nav-item.dropdown.dropdown-mega{
    position: static;
    .dropdown-menu{
        width: 90%;
        top: auto;
        left: 5%;
    }
}
.h5mega {font-size:1rem!important}
				h1, h2, h3, h4, h5, h6 {
  font-family: "Inter", sans-serif;
}

		#header
 {
    background: #e1e1e1;
    transition: all 0.5s;
    z-index: 997;
	 padding: 15px 0;
    /* box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1); */
} 
	.nav-link {font-size: 18px;font-family:Inter,system-ui,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:#0E0E0E!important}
		.body {margin:0;font-family:Inter,system-ui,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size
1.15rem}
		.dropdown-item {font-family:Inter,system-ui,Segoe UI,Roboto,Helvetica,Arial,sans-serif;}
		.bg-grey {background-color:#eeeeee!important;}
		.btn {font-family:Inter,system-ui,Segoe UI,Roboto,Helvetica,Arial,sans-serif;}
		.hero{display:grid;grid-template-columns:1.2fr .8fr;gap:32px;align-items:center;padding:36px 0}
		h1{font-size:44px;line-height:1.08;margin:0 0 12px}
			h2{font-size:24px;line-height:1.08;margin:0 0 12px;font-weight:600;}
		p  {margin-bottom:1rem;font-family:Inter,system-ui,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size
1.15rem!important}
		p.lead{font-size:18px;color:var(--muted)}
		.cta{display:flex;gap:12px;margin-top:22px}
		.wrap{max-width:1100px;margin:0 auto;padding: 0px 20px 30px;}
		.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:40px}
.card{background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.02));border:1px solid #283653;border-radius:18px;padding:18px}
.card h3{margin:8px 0 6px;font-size:18px}
.footer{margin:56px 0 12px;color:var(--muted);font-size:14px;text-align:center}
@media (max-width:900px){.hero{grid-template-columns:1fr}.cards{grid-template-columns:1fr}}
		.bi-chevron-down::before { content: "\f282"; }
.navbar .dropdown-toggle:focus {
  outline: none !important;
  box-shadow: none !important;
}	.dropdown-menu {
		      --bs-dropdown-link-active-color: #000;
    --bs-dropdown-link-active-bg: #eee;
		}
		a {
    color: #CB070A!important;
			font-weight: 500;
    text-decoration: none;
}
			.afooter {color:#fff!important}
		/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #fff;
  font-size: 14px;
  background: #111;
	width:100%;
}
#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #1e1e1e;
}
#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
#footer .footer-top .footer-contact h3 {
  font-size: 22px;
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
}
#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
  color: rgba(255, 255, 255, 0.7);
}
#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #1ed33c;
  font-size: 18px;
  line-height: 1;
}
#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  color: rgba(255, 255, 255, 0.6);
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #fff;
}
#footer .footer-newsletter {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7);
}
#footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px 0 0 4px;
  text-align: left;
}
#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}
#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: -4px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: red;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
#footer .footer-newsletter form input[type=submit]:hover {
  background: #2ae149;
}
#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #fff;
}
#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .social-links a:hover {
  background: red;
  color: #fff;
  text-decoration: none;
}

.logo-small{
	margin-bottom:20px;
	}

/* address */
	/* ------------------------------ */
	address{
	margin:0;
	margin-top:20px;
	}
	address span {
	display: block;
	border-bottom:solid 1px #222;
	padding-bottom:10px;
	margin-bottom:10px;
	font-weight:300;
	}
	
	.de_light .widget_text address span {
	border-bottom:solid 1px #ddd;
	}
	
	address span strong {
        display: inline-block;
        width: 60px;
    }
	
	address span{
	border-bottom-color:#222;
		font-size: 15px!important;
	}
	
	footer address span{
	border-bottom-color:rgba(255,255,255,.1);
	}
	
	address span i{
	margin-top:5px;
	margin-right:20px;
	float:none;
	}
	
	address span strong {
	display: inline-block;
		font-size: 15px!important;
	}
	
	address span a{
	color:#eceff3;
		text-decoration: none!important;
		    font-size: 15px;
}
	
	.address-style-2, .address-style-2 a, .address-style-2 span strong{
	color:#555;
	}
	.address-style-2 span{
	border:none;
	margin-bottom:10px;
	}	
	.address-style-2 span strong {
	display: block;
	}
	
	.de_light #sidebar .widget address span{
	border-bottom:solid 1px #ddd;
	}
	
	.de_light #sidebar .widget address a{
	color:#333;
	}
.gray{background-color:#CBCBCB;
    position: relative;}
.gray:before{content: '';
    position: absolute;
    top: 0; right: 0;
    border-top: 40px solid white;
    border-left: 40px solid red;
    width: 0;}
.gray2{background-color:#CBCBCB;}

.footer-legal {
    background: #000;
    /* padding: 40px 0; */
    padding: 20px 0;
}
.copyright {color:#dfdfdf;}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #df0024;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #333333;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}
