* {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0;
}

html {
    font-size: 16px;
    scroll-behavior: smooth;
}
body {
    font-family: "Arial", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #000;
    position: relative;
}
/*--------------header css-------------*/
.idea-header {
    background: #fff;
    border-bottom: 1px solid #ddd;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
		z-index: 999;
}
.idea-h {
    max-width: 1250px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 20px;
    padding: 20px 15px;
}
.nav-r {
    display: flex;
    align-items: center;
    column-gap: 30px;
}
.nav-r nav ul {
    display: flex;
    align-items: center;
    column-gap: 20px;
}
.nav-r nav ul a {
    color: #000;
    text-decoration: none;
    letter-spacing: 1px;
		font-size: 1rem;
		-webkit-transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
    transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}
.nav-r nav ul a img {
    vertical-align: middle;
    margin-right: 5px;
}
.head-btn {
    display: block;
    border: 1px solid #000;
    padding: 7px 20px;
    border-radius: 25px;
		-webkit-transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
    transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}
.nav-r nav ul a:hover {
    color: #ff8400;
    text-decoration: none;
}
.head-btn:hover {
    color: #fff !important;
		background:#ff8400;
		border-color:#ff8400;
}
.nav-btn {
    display: block;
    font-size: 0;
    border-top: 3px solid #000;
    border-bottom: 3px solid #000;
    width: 26px;
    height: 26px;
    position: relative;
    margin-right: 10px;
}
.nav-btn:after {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    height: 3px;
    background: #000;
    width: 36px;
}
.logo img {
    max-width: 100%;
    max-height: 26px;
		display:block
}
/*---------------------footer css----------------*/
.idea-footer {
    background: #121820;
    position: relative;
    padding: 70px 0 0;
}
.footer-bg {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.05;
    width: 100%;
    height: 100%;
		overflow: hidden;
}
.footer-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.idea-footer {
    background: #121820;
}
.idea-f {
    display: flex;
    flex-wrap: wrap;
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 15px;
    justify-content: space-between;
    column-gap: 20px;
		position: relative;
}
.idea-fc1 {
    width: 35%;
		margin-bottom:25px;
}
.idea-fc2 {
    width: 62%;
    display: flex;
    flex-wrap: wrap;
    column-gap: 4%;
}
.idea-f-in {
    width: 30.5%;
		margin-bottom:25px;
}
.footer-bot {
    position: relative;
    background: #0E131A;
    padding: 20px 0;
}
.footer-bot p, .footer-bot p a {
    margin: 0;
    color: #FFFFFF80;
    font-size: 1rem;
		text-decoration: none;
}
.idea-fc1 p {
    margin: 50px 0;
    color: #FFFFFF80;
    font-size: 1rem;
		line-height: 1.8;
}
.idea-fc1 a {
    display: block;
    color: #FFFFFF80;
    text-decoration: none;
    margin: 0 0 5px;
		-webkit-transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
    transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}
.idea-fc1 a span {
    color: #f57c00;
}
.idea-f-in h4 {
    font-size: 18px;
    color: #fff;
    margin: 0 0 40px;
}
.idea-f-in li {
	margin:0 0 15px;
}
.idea-f-in li a {
    display: block;
    color: #FFFFFF80;
    text-decoration: none;
		-webkit-transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
    transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}

.idea-f-in li a:hover {
    color: #f57c00;
    text-decoration: none;
    padding-left: 6px;
}
.container {
    width: 100%;
    max-width: 1430px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.hero-banner-wrap { margin-top:0 !important}
.hero-banner-wrap {
    max-height: inherit !important;
}
.pagination-wrap {
    background: transparent !important;
}
.page-item.disabled .page-link, .page-link {
    background-color: #2e3541 !important;
    border: 1px solid #131820 !important;
}
.page-item.active .page-link {
    background-color: #b2bdd1 !important;
    border-color: #131820 !important;
}

@media (max-width:1299px) {

/*------------------footer css-----------*/
.idea-fc1 {
    width: 30%;
}
.idea-fc2 {
    width: 67%;
}

}

@media (max-width:991px) {
/*--------------header css---------*/
.nav-r nav ul li {
    display: none;
}
.nav-r nav ul li:last-child {
    display: block;
}

/*-----------footer css-----------*/
.idea-f-in li a {
    font-size: 14px;
}
.idea-fc1 {
    width: 25%;
}
.idea-fc2 {
    width: 72%;
}
.idea-footer {
    padding: 45px 0 0;
}
.footer-bot p, .footer-bot p a {
    font-size: 14px;
}
.idea-fc1 p {
    margin: 25px 0;
    font-size: 14px;
}
.idea-f-in h4 {
    margin: 0 0 30px;
}
.footer-bot {
    padding: 15px 0;
}
}
@media (max-width:767px) {
.nav-r nav ul a {
    font-size: 13px;
}
.logo {
    max-width: 130px;
}
.nav-r {
    column-gap: 15px;
}
.head-btn {
    padding: 4px 10px;
}
.nav-btn {
    width: 24px;
    height: 26px;
		margin-right: 5px;
}
.nav-btn:after {
    width: 32px;
}

/*--------------footer css------------*/
.footer-bg {
    display: none;
}
.idea-footer {
    padding: 35px 0 0;
}
.idea-fc1 {
    width: 100%;
}
.idea-fc1 p {
    margin: 15px 0;
    font-size: 14px;
}
.idea-fc2, .idea-f-in {
    width: 100%;
}
.idea-f-in {
    margin-bottom: 20px;
}
.idea-f-in h4 {
    margin: 0 0 15px;
}
.footer-bot p{
    width: 100%;
    text-align: center;
}
.idea-f-in li {
    margin: 0 0 5px;
}
}