
.elementor-section-wrap .elementor-section,
.elementor-column-gap-default>.elementor-column>.elementor-element-populated{
	padding:0px !important;	
} 
.admin-bar .sticky-header{
	top:32px;	
}
/***************** Pagination Style*******************/
.pagination{
	margin-top:50px;	
	flex-wrap:wrap;
}
.pagination ul{
	position: relative;	
    display: block;
}
.pagination li{
	position: relative;
    display: inline-block;
    margin: 0px 5px 6px 5px;
	line-height:54px;
}
.pagination li a, .pagination li span{  
    position: relative;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    height: 60px;
    width: 60px;
    line-height: 60px;
    background: #f2be00;
    text-align: center;
    color: #fff;
    z-index: 1;
    transition: all 500ms ease;
}

.pagination li a:hover, 
.pagination li span:hover, 
.pagination li span.current, 
.pagination li.active a{
	color: #fff;
    background: #0c2d62;
}
.page-breadcrumb li br{
	display:none;	
}
.new-posts .prev-post,
.new-posts .next-post{
	padding-top: var(--padding-top-5);	
}
.new-posts .prev-post .post-image,
.new-posts .next-post .post-image{
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
/********************* Blog Widget Style ******************/
.sidebar .widget.widget_search .search-box{
	padding: 30px 0px 0px;	
}
.widget{
	position: relative;
    margin-bottom: 40px;
    padding: 0px 30px 30px;
    border: 6px solid #f3f3f3;
    border-radius: 8px;
    background-color: #f5f5f5;
}
.widget.sidebar-widget .title-box,
.widget h2,
.wp-block-search .wp-block-search__label{
	margin: 0px -30px 30px;	
}
.post-widget .widget-content,
.company-widget .widget-content{
	padding:0px;	
}
.widget.widget_bricks_subscribe_now{
	padding: 0px;
    border: 0px;
    border-radius: 0px;
    background-color:inherit;	
}
.widget ul,
.widget ol{
	position:relative;	
	margin:0px;
	padding:0px;
}
.widget ul li,
.widget ol li{
	position: relative;
	font-size:16px;
	display:block;
	padding-bottom:14px;
	margin-bottom:14px;
	padding-left:20px;
	line-height: 28px;
	border-bottom: 1px solid #dddddd;
	color: #0c2d62;
	font-weight: 700;
}
.widget ul li:last-child,
.widget ol li:last-child{
	margin-bottom:0px;
	padding-bottom:0px;
	border-bottom:none;
}
.widget ul li:before,
.widget ol li:before{
	position: absolute;
    content: "\f101";
    font-family: 'FontAwesome';
    top: 0px;
    left: 0px;
    font-size: 16px;
    font-weight: 400;
}
.widget ul li ul li,
.widget ol li ol li{
	margin-bottom:0px;
	padding-bottom:0px;
	border-bottom:none;
	margin-top:14px;
	padding-top:14px;
	border-top:1px solid #dddddd;
}
.widget ul li ul li:before,
.widget ol li ol li:before{
	top:14px;
}
.widget ul li a,
.widget ol li a{
	position: relative;
    font-size: 16px;
	display:inline-block;
    line-height: 28px;
    color: #0c2d62;
    font-weight: 700;
}
.widget ul li a:hover,
.widget ol li a:hover{
	color:#f2be00;
}

/********************* Footer Widget Style ******************/
.footer-widget{
	position: relative;
}
.footer-widget ul,
.footer-widget ol{
	position:relative;	
	margin:0px;
	padding:0px;
}
.footer-widget ul li,
.footer-widget ol li{
	position: relative;
    color: var(--white-color);
	display:block;
	font-size:16px;
	padding-left: 18px;
    margin-bottom: var(--margin-bottom-10);
}
.footer-widget ul li:last-child,
.footer-widget ol li:last-child{
	margin-bottom:0px;
}
.footer-widget ul li:before,
.footer-widget ol li:before{
	position: absolute;
    content: '\f105';
    left: 0px;
    top: 0px;
    color: var(--white-color);
    font-family: 'FontAwesome';
}
.footer-widget ul li ul li,
.footer-widget ol li ol li{
	margin-bottom:0px;
	margin-top:var(--margin-bottom-10);
}
.footer-widget ul li ul li:before,
.footer-widget ol li ol li:before{
	top:0px;
}
.footer-widget ul li a,
.footer-widget ol li a{
	position: relative;
	display:inline-block;
    font-size: var(--font-16);
    color: var(--white-color);
}
.footer-widget ul li a:hover,
.footer-widget ol li a:hover{
	color: var(--main-color);
}
.main-footer .social-box li,
.footer-style-two .social-box li{
	padding-left:0px;
	margin-left:0px;	
}
.main-footer .social-box li:before,
.footer-style-two .social-box li:before{
	display:none;	
}
.main-footer .footer-widget h5,
.footer-style-two .footer-widget h5,
.footer-widget h2{
	margin-bottom: var(--margin-bottom-30);
	font-size:20px;
	color: var(--white-color);
	line-height: 1.2em;
	text-transform: uppercase;
}
/***************** Comment Style*******************/
.bricks-comment-item .bricks-comment-item{
	margin-left:80px;
}

/***************** Shop Widget Style ****************/

.shop-widget .post-widget .post {
    position: relative;
    display: block;
    padding-left: 100px;
    padding-bottom: 32px;
    margin-bottom: 34px;
    border-bottom: 2px solid #ececec;
}
.shop-widget .post-widget .post:last-child{
	padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: 0px;
}
.shop-widget .post-widget .post .post-thumb {
    position: absolute;
    left: 0px;
    top: -4px;
    width: 80px;
    height: 80px;
    background: #e8ebf1;
    border-radius: 10px;
    transition: all 500ms ease;
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.shop-widget .post-widget .post .rating{
    display: inline-block;
    font-size: 12px;
    line-height: 18px;
    float: left;
    margin-right: 5px;	
}
.shop-widget .post-widget .post h5 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 4px;
}
.shop-widget .post-widget .post h5 a{
    display: inline-block;
    color: #131313;
}
.shop-widget .post-widget .post .price {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #696969;
    font-weight: 600;
}

.product-details-content .product-details{
	margin-left:0px;	
}
.woocommerce-Reviews .comment-form .comment-form-rating .nice-select{
	display:none;	
}
.other-shop-section {
    position: relative;
    padding: 60px 0px 50px 0px;
}
.shop-block-one .inner-box .lower-content .price{
	margin-top:0px;	
}
.shop-block-one .inner-box .lower-content .price{
	font-size:20px;	
	font-weight: 700;
}
.product_meta .sku_wrapper,
.product_meta .posted_in{
	position:relative;
	font-weight:700;
	display:block;	
}
.product_meta .sku,
.product_meta .posted_in a{
	position:relative;
	font-weight:normal;	
	color:#070719;
}

/*************My Account Page**********************/
.woocommerce-MyAccount-navigation ul{
	position:relative;
	padding:0px;
	margin:0px;	
}
.woocommerce-MyAccount-navigation ul li{
	position:relative;
	display:block;
	padding:13px 10px 13px 25px;
	border:1px solid #0c2d62;
	margin-bottom:10px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}
.woocommerce-MyAccount-navigation ul li:before{
	position:absolute;
	content:'';
	top:0px;
	left:0px;
	width:5px;
	height:48px;
	background:#0c2d62;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}
.woocommerce-MyAccount-navigation ul li:hover:before{
	width:100%;
}
.woocommerce-MyAccount-navigation ul li a{
	position:relative;
	font-size:14px;
	font-weight:600;
	display:block;
	text-transform:uppercase;
	color:#0c2d62;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}
.woocommerce-MyAccount-navigation ul li:hover a{
	color:#ffffff;
}
.woocommerce-account .woocommerce-MyAccount-content{
	background:#f5f5f5;
	padding:40px;
	font-size:16px;
}
.comments-form-area .title-box h3 small a{
	position:relative;
	display:inline-block;
	font-size: 20px;
    line-height: 38px;
    font-weight: 700;
	color: #070719;	
}
.bricks-comment-item .comments-form-area{
	margin-bottom:50px;	
	margin-top:50px;
}
.comment-box .outer-box .col-md-12 > .bricks-comment-item:last-child > .comment{
	margin-bottom:0px;
}
.footer-bottom .footer-social li{
	float:none;
	margin-right: 20px	
}
.footer-bottom .footer-social li a{
	display:block;
	padding-left: 0px;
    padding-top: 0px;	
}
.footer-bottom .footer-social li a i{
	position:relative;
	left:inherit;
	top:inherit;	
}

.wp-block-search__label{
	width:auto;
	display:block;
	color: var(--main-color-two);
	font-family: var(--font-family-inter);	
	line-height: 1.2em;
	font-weight: 700;
}

.footer-widget .wp-block-group__inner-container h2{
	color:#ffffff;
	font-size:22px;
}
.wp-block-search__button{
	background:#0c2d62;
	color:#fff;
}
.blog-details-content .post-nav .image-box{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.blog-details-content .post-nav .right-nav,
.blog-details-content .post-nav .left-nav{
	width:49%;	
}
.main-footer .post-widget{
	margin-left:0px;	
}
.woocommerce .woocommerce-ordering select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url('../images/icons/icon-select.png');
	background-repeat: no-repeat;
	background-position: right center;
}
.reset_variations{
	color:#bc1622;
}
.woocommerce-variation.single_variation{
	margin-bottom:15px;
}
.m-t30{
	margin-top:30px;
}
.wp-block-image figcaption{
	padding:10px;
	margin:0px;
}
.widget ul li.recentcomments,
.widget ol.wp-block-latest-comments li,
.footer-widget ul li.recentcomments,
.footer-widget ol.wp-block-latest-comments li {
	padding-left:30px;
}

.widget ul li.recentcomments:before,
.widget ol.wp-block-latest-comments li:before,
.footer-widget ul li.recentcomments:before,
.footer-widget ol.wp-block-latest-comments li:before{
	content:'\f086';
	font-family: 'FontAwesome';
	font-size:15px;
	position:absolute;
	top:0px;
	left:0px;
}

.widget .has-avatars .wp-block-latest-comments__comment,
.footer-widget .has-avatars .wp-block-latest-comments__comment{
	padding-left:0px;
}

.widget .has-avatars .wp-block-latest-comments__comment:before,
.footer-widget .has-avatars .wp-block-latest-comments__comment:before{
	display:none;
}

.widget .has-avatars li .wp-block-latest-comments__comment-meta, .footer-widget .has-avatars li .wp-block-latest-comments__comment-meta{
	min-height:45px;
}

.default-sidebar .widget-title h3 a{
	color:inherit;
}
/*************** Custom Style *************************/
.breadcrumb-item+.breadcrumb-item::before{
	display: none;
}
.experiance-section .form-column .email-form span.icon.fa.fa-envelope,
.sidebar-page-container .sidebar-side .sidebar .subscribe-widget span.icon.fa.fa-envelope {
    display: none;
}
.sidebar-side .sidebar .post-widget .widget-content .post .thumb img{
	height: 75px;
}
.blog-detail .inner-box .post-info{
	padding-bottom: 30px;
}
.blog-detail .inner-box .lower-content ul.post-info a{
	color: #0c2d62;
}
.blog-detail .blog-author-box .social-icon li:nth-child(1){
	background-color: #4e57ae;
}
.blog-detail .blog-author-box .social-icon li:nth-child(2){
	background-color: #d12727;
}
.blog-detail .blog-author-box .social-icon li:nth-child(3){
	background-color: #40a3db;
}
.main-footer .footer-widget .gallery-widget .image-column img{
	height: 100px;
}

.clients-section-two .owl-theme .image-box {
    margin: 0px 10px !important;
}
.footer-style-two.style-two .footer-widget ul li a, 
.footer-style-two.style-two .footer-widget ul li:before{
	color: var(--main-color-two);
}
.footer-style-two .footer-widget .links-widget .text{
	color: #d7d7d7;	
}
.footer-style-two.style-two .footer-widget .links-widget .text{
	color: var(--main-color-two);
}
.coming-soon .emailed-form .form-group input[type="email"]{
	padding: 15px 100px 15px 20px	
}
.coming-soon .emailed-form .form-group span.icon{
	display:none;	
}
.coming-soon .emailed-form button{
	width: 100px !important;
    padding: 0px;
    height: 60px;
    line-height: 60px;
    border-radius: 0px;
    font-size: var(--font-16);
    color: #ffffff; 
    background-color: var(--main-color);
}

/************ Services Widget Style ***************/
.service-widget{
	position:relative;	
}
.service-widget ul{
	position: relative;
    padding: 15px 30px 30px;
    border: 6px solid #f3f3f3;
    border-top: none;
    border-radius: 0px 0px 8px 8px;
}
.service-widget ul li{
	position: relative;
    padding: 16px 25px;
    border-bottom: 1px solid #dddddd;
}
.service-widget ul li:last-child{
	padding-bottom:0px;
	border-bottom:0px;	
}
.service-widget ul li:before{
	position: absolute;
    content: '\f101';
    left: 0px;
    top: 16px;
    font-family: 'FontAwesome';
	font-size: var(--font-16);
    color: var(--main-color-two);
}
.service-widget ul li a{
	position: relative;
    font-weight: 700;
    display: block;
    font-size: var(--font-16);
    color: var(--main-color-two);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.service-widget ul li:hover a,
.service-widget ul li:hover:before{
	color: var(--main-color);
}
.shop-block{
	margin-bottom: var(--margin-bottom-30) !important;	
}
.shop-block .inner-box h5{
	margin-top:0px;	
}

.shop-block .inner-box .price span{
	font-size: var(--font-18);
    text-decoration: none;	
}
.main-slider-four h1{
	margin-bottom:0px;	
}
.projects-section-four .lower-text a:hover{
	color: var(--main-color-two);	
}
.news-block-four .inner-box .lower-content .post-meta li .icon{
	top:-2px;	
}
.main-slider .slide{
	padding:260px 0px;	
}
.main-slider-two .slide{
	padding:230px 0px;	
}
.main-header .outer-box .cart-product .inner .cross-icon a{
	color: var(--main-color-two);
    font-size: var(--font-22);
	position:relative;	
	display:inline-block;
	font-weight:900;
}
.pricing-section .circles-layer .pattern-layer{
	opacity:0;	
}
.projects-section-two .filters li{
	text-transform:capitalize;	
}
.projects-detail-section .title-box .title{
	margin-top:30px;	
}
.contact-page-section .map-boxed .map-outer{
	margin-top: var(--margin-top-45) !important;	
}
.blog-author-box,
.sidebar-page-container .group-title{
	margin-bottom:10px;
}	
.blog-detail .comment-form,
.blog-detail .comments-area{
	margin-top:80px;	
}
.bricks-comment-item .bricks-comment-item{
	margin-left:80px;	
}
.bricks-comment-item .comment-box .comment-form{
	margin:50px 0px;
}
.comment-form .group-title h5 small a{
	color: var(--main-color-two);
	display:inline-block;
	font-weight: 700;
	font-size: var(--font-20);
	position:relative;
}
.product-details .basic-details .details-header .rating{
	color: #0c2d62;	
}

.main-header.header-style-two .header-upper .logo-box .logo img,
.footer-style-two .logo-widget .logo img,
.sidebar-info-contents .content-inner .logo img,
.header-style-four .header-upper .logo-box img{
	height:50px;
}

.main-header.header-style-three .header-upper .logo-box img{
	height:60px;
}

.woocommerce .col2-set, .woocommerce-page .col2-set{
	width:auto;
	margin:0 -15px;
}

.sidebar-widget .title-box h4 a{
	color:inherit;
}

.product .news-block-four .inner-box .lower-content .post-meta,
.product .news-block-four .inner-box .more-detail{
	display:none;
}