/*
Theme Name: Twenty Twenty Child
Theme URI: https://wordpress.org/themes/twentytwenty/
Template: twentytwenty
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Our default theme for 2020 is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
Tags: blog,one-column,custom-background,custom-colors,custom-logo,custom-menu,editor-style,featured-images,footer-widgets,full-width-template,rtl-language-support,sticky-post,theme-options,threaded-comments,translation-ready,block-patterns,block-styles,wide-blocks,accessibility-ready
Version: 2.8.1737613288
Updated: 2025-01-23 06:21:28

*/



@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body{
	padding: 0px;
	margin: 0px;
	font-family: "Roboto", serif;
	background: #151023;
}

h1,h2,h3,h4,h5,h6,p,span,a{
	font-family: "Roboto", serif;
}

section{
	margin: 0px;
	padding: 0px;
}

ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

li{
	margin: 0px;
}



a{
	text-decoration: none;
}


.offset .navbar-collapse .navbar-nav li .main-link, .offset .navbar-collapse .navbar-nav .dropdown-menu .sub-link{
	font-family: "Roboto", serif !important;
}

.offset .navbar-collapse .navbar-nav .dropdown-menu{
	font-size: 16px;
}

.footer-nav-widgets-wrapper.header-footer-group {
    display: none;
}

.offset footer.footer #DealerFooter h4, .offset footer.footer #DealerFooter h5{
	margin-top: 0px;
}

.offset footer.footer #DealerFooter .footer-social-wrap ul li{
	margin-top: 0px;
}

.footer-social a{
	background: transparent;
}


.title__block h1 {
    font-size: 33px;
    text-transform: capitalize;
    margin: 30px 0px;
}

.single-post-detail .post-meta {
    margin: 0px;
}

.single-post-detail .post-meta span {
    color: #fdbc31;
}

.post-content h2, .post-content h3 {
    font-size: 24px;
    text-transform: capitalize;
    margin: 15px 0px;
}

.post-feature-image {
    margin-top: 20px;
}

.post-feature-image img {
    width: 100%;
}

.pagination-single-inner a {
    font-size: 16px;
}

h2#reply-title {
    font-size: 34px;
}

form#commentform p {
    color: #fff;
}

input#submit {
    background: #fbb340;
    border-color: #fbb340;
    color: #151023;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 1.714rem;
    font-weight: 800;
    margin: 50px auto 0 auto;
    padding: 10px 50px;
    position: relative;
    text-decoration: none !important;
    text-transform: uppercase;
    z-index: 2;
}

input#submit:hover {
    background: #a3f4fe;
}

.comments-wrapper.section-inner {
    margin-bottom: 50px;
}


.single__post__sidebar {
    background: #fff;
    padding: 15px;
    border-radius: 9px;
	margin-bottom:40px;
	margin-top:20px;
}

section.post__sidebar h2 {
    color: #fbae31;
    font-size: 25px;
    text-transform: capitalize;
    margin: 0px;
}

ul.wp-block-latest-posts__list.wp-block-latest-posts {
    margin-top: 15px !IMPORTANT;
}

section.post__sidebar ul li a {
    font-weight: 400;
    color: #000 !important;
    display: block;
    padding: 5px 0px;
    border-bottom: 1px solid #ddd;
}

section.post__sidebar ul li a:hover {
    color: #ffcc30 !important;
    text-decoration: none;
}

section.post__sidebar ul {
    margin-bottom: 0px !IMPORTANT;
}


.postdata {
/*     order: 2; */
    margin: 75px 0px;
	margin-bottom:0px;
}

.custom-posts-container {
    display: flex;
    flex-wrap: wrap;
	margin-bottom:50px;
}

.custom-posts-container .custom-post-item {
    width: 33.3%;
    padding: 0px 10px;
    margin-bottom: 20px;
}

.custom-post-item-inner {
    background: #fff;
    height: 100%;
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: start;
}

.post-thumbnail img {
    width: 100%;
    height: 288px;
    object-fit: cover;
}

.custom-post-item-inner h3.post-title, .custom-post-item-inner a {
    font-size: 21px;
    text-transform: capitalize;
    color: #000;
    margin: 0px;
}

.post-thumbnail {
    margin-bottom: 17px;
}

.custom-post-item-inner p.post-excerpt {
    color: #000;
    font-weight: 400;
    font-size: 17px;
    margin-top: 15px;
    overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}

a.read-more-btn {
    background: #fbb340;
    border-color: #fbb340;
    color: #151023 !important;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 1.714rem;
    font-weight: 800;
    padding: 10px 50px;
    position: relative;
    text-decoration: none !important;
    text-transform: uppercase;
    z-index: 2;
    margin-top: auto;
}

a.read-more-btn:hover {
    background: #a3f4fe;
    color: #000;
}



.custom-posts-container .pagination {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-posts-container .pagination span, .pagination a {
    margin: 0px !IMPORTANT;
    margin-right: 8px !IMPORTANT;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    min-width: 48px;
    height: 48px;
    padding: 10px;
    text-decoration: none !IMPORTANT;
}

.custom-posts-container .pagination span:hover, .pagination a:hover {
    background: #fbb340 ! IMPORTANT;
    color: #000 !IMPORTANT;!
}

.custom-posts-container .pagination .current {
    background: #a3f4fe;
}

h2.blog__title {
    margin-top: 0px;
    margin-bottom: 40px;
}


body.search.search-results main#primary {
    margin-bottom: 50px;
}

.blog__feature__title {
    padding: 15px;
}

.search__data {
    margin-bottom: 50px; 
}
 
.search__data h1 {
    font-size: 31px;
}

.seo__slider__item {
    height: 100%;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
}

.seo__slider__item .blog__feature__image img {
    width: 100%;
    height: 284px;
    object-fit: cover !IMPORTANT;
}

.blog__feature__title a, .blog__feature__title a h3 {
    color: #151023;
    font-size: 20px;
    text-transform: capitalize;
    margin: 0px;
    display: block;
}

body.search.search-results main#primary .col-md-4 {
    margin-bottom: 25px;
}

body.search.search-results div#sidebar {
    display: none;
}

.postdata .container {
    overflow: hidden;
	position:relative;
}

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    position: static;
    margin-top: 20px;
}

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal span {
    background: #fff !IMPORTANT;
    height: 15px;
    width: 15px;
}

.swiper-button-prev {
    background: #fbb340;
    width: 40px;
    height: 40px;
}

.swiper-button-prev:after {
    font-size: 19px;
    color: #000;
}

.swiper-button-next {
   background: #fbb340;
    width: 40px;
    height: 40px; 
}

.swiper-button-next:after{
    font-size: 19px;
    color: #000;
}

.post-thumbnail a {
    display: block;
    width: 100%;
}

.post-thumbnail {
    width: 100%;
}

.post-content ul li, .post-content ol li {
    color: #fff;
}

.category__header {
    margin-bottom: 50px;
}

.category__header h1.page-title {
    text-align: center;
    font-size: 36px;
	margin:0px;
}

div#PoweredBy {
    display: flex;
    justify-content: end;
}

.single-post-detail p {
    text-align: justify;
}

.single__post__section .col-md-3 {
    position: sticky;
    top: 0px;
}


/* header menu css mega menu */

div#mega-menu-wrap-primary {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background: transparent !IMPORTANT;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    color: #fff;
    padding: 25px 15px;
    height: auto;
    font-family: 'Roboto', cursive !important;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 20px;
    font-size: 18px;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover {
    color:#fbb340 !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link{
    color: #fff;
    padding: 25px 15px;
    height: auto;
    font-family: 'Roboto', cursive !important;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 20px;
    font-size: 18px;
    background:transparent;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link{
    color:#fbb340;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link{
    font-family: 'Roboto', cursive !important;
    font-weight: 700;
    background:transparent;
    color:rgba(251, 179, 64, 0.5);
}

ul.mega-sub-menu {
    background: #fbb340 !IMPORTANT;
    border: 1px solid #d18204 !IMPORTANT;
}

ul.mega-sub-menu li a {
    background: #fbb340 !IMPORTANT;
    color: #000 !IMPORTANT;
    font-family: 'Roboto', cursive !IMPORTANT;
    font-weight: normal !IMPORTANT;
    padding: 5px 15px !IMPORTANT;
    font-size: 17px !IMPORTANT;
}

.header__menu__desktop {
    width: 100%;
}

ul.mega-sub-menu li a:hover{
    background:#ea9205 !important;
}

/* header menu css mega menu */


@media(max-width:1201px){
	div#mega-menu-wrap-primary {
		justify-content: start;
	}

	.header__menu__desktop {
		display: none;
	}
	
	div#mega-menu-wrap-primary {
		width: auto;
	}	
	
	
}

.mobile_row_show{
	display:none;
}

@media(max-width:1200px){
	.mobile_row_show {
		display: flex;
		width: 100%;
		align-items: center;
	}

	.headerLeftWrap {
		display: none !IMPORTANT;
	}

	.mobile_row_show .headerLeftWrap {
		display: inline-block !IMPORTANT;
	}

	.mobile_row_show .headerLeftWrap {
		width: auto;
		flex: unset !IMPORTANT;
	}

	.mobile_menubar {
		flex: 1;
		display: flex;
		justify-content: end;
		padding-right: 15px;
	}

	.mobile_menubar .navbar-mobile-icons {
		display: none !IMPORTANT;
	}

	.offset header.header .headerLeftWrap {
		width: auto !IMPORTANT;
	}

	div#mega-menu-wrap-primary {
		display: none !IMPORTANT;
	}

	.mobile_menubar div#mega-menu-wrap-primary {
		display: inline-block !IMPORTANT;
	}

	.navbar-mobile-icons {
		padding: 10px 0px;
	}
	
	.offset .navbar-header .navbar-mobile-icons {
		justify-content: center;
	}
	
	button.mega-close {
		display: none !IMPORTANT;
	}
}


@media(max-width:1024px){
	.custom-posts-container .custom-post-item {
		width: 50%;
	}
}

@media(max-width:767px){
	.custom-posts-container .custom-post-item {
		width: 100%;
	}
	.postdata {
		margin: 30px 0px;
		margin-bottom: 30px;
	}
	div#PoweredBy {
		justify-content: center;
	}
	h1.blog__title {
		margin: 0 0 15px;
	}
	.custom-post-item-inner {
		text-align: center;
	}
	.custom-post-item-inner a.read-more-btn {
		margin: 0 auto;
	}
	.offset.home .mainBodyWrap .lowerContentWrap .lowerContent h3 {
		font-size: 26px;
	}
	.offset.home .mainBodyWrap .ctaWrap .cta .ctaButton {
		bottom: -20px;
		height: 60px;
		width: 60px;
	}
	.offset.home .mainBodyWrap .ctaWrap .cta .ctaButton .ctaButtonOffset1, .offset.home .mainBodyWrap .ctaWrap .cta .ctaButton .ctaButtonOffset2, .offset.home .mainBodyWrap .ctaWrap .cta .ctaButton .ctaButtonOffset3, .offset.home .mainBodyWrap .ctaWrap .cta .ctaButton .ctaButtonOffset4 {
		height: 60px;
		width: 60px;
	}
	.offset.home .mainBodyWrap .oemWrap .oem a {
		margin: 9px 0px;
	}
	.oem.image-container {
		width: 50% !IMPORTANT;
	}
	.offset.home .ctaWrap .ctaButton span.fa.fa-angle-double-up {
		padding-bottom: 0px;
	}
	.offset.home .mainBodyWrap .ctaWrap .cta .ctaButton span.fa.fa-angle-double-up {
		font-size: 25px;
	}
	.offset.home .mainBodyWrap .ctaWrap .cta:hover .ctaButton .fa, .offset.home .mainBodyWrap .ctaWrap .cta:active .ctaButton span.fa.fa-angle-double-up{
		padding-bottom: 50px;
		font-size:25px;
	}
	.offset.home .mainBodyWrap .ctaWrap .cta .ctaInnerWrap h2 {
		margin: 0;
		font-size: 22px;
	}
}

@media(max-width:510px){
	.offset.home .mainBodyWrap .oemWrap .oem img.small-logos {
		max-height: 52px;
	}
}

