.fab:before{
	font-family:'Font Awesome 5 Brands';	
}
.admin-bar .sticky-header{
	top:32px;	
}
.header{
	position:relative;	
}
.elementor-section-wrap .elementor-section,
.elementor-column-gap-default>.elementor-column>.elementor-element-populated{
	padding:0px !important;	
}
.elementor-element .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated{
	padding:0px 0px 0px 0px;	
}
.pagination{
	position:relative;
	display: block;
	text-align:center;
}
.pagination li{
	position: relative;
    display: inline-block;
}
.pagination li a, .pagination li span{
	position: relative;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    height: 52px;
    width: 52px;
    line-height: 52px;
    text-align: center;
    color: #0a267a;
    background: #eceff6;
    border-radius: 5px;
    z-index: 1;
    transition: all 500ms ease;
}
.pagination li a:focus, .pagination li a:hover, .pagination li span:focus, .pagination li span:hover, .pagination li span.current{
	background: #3133d0;
    color: #fff;
}
.pagination li:first-child a,
.pagination li:last-child a {
    width: 90px;
    font-size: 14px;
    text-transform: uppercase;
    color: #646578;
}
.highlights-section .big-block .inner-box .location-box{
	max-width:280px;	
}
.team-block-one .inner-box .image-box{
	margin:39px 0px 0px 29px !important;	
}
.service-details-content .content-one .image-box{
	margin-bottom: 35px !important;
}
.blog-details-content .comments-form-area .group-title h3 small a{
	position:relative;
	display:block;
	color: #0a267a;
	margin-top:5px;
	font-weight:600;
}
.sanito-comment-item .sanito-comment-item{
	margin-left:90px;	
}
.blog-details-content .comment-box > sanito-comment-item:last-child .comment{
  border-bottom: none;
  margin-bottom: 0px;
}

/******************* Blog Widget Style ****************/
.widget{
	position:relative;	
}
.widget ul{
	position:relative;
	margin:0px;
	padding:0px;	
}
.widget ul li{
	position: relative;
    display: block;
	padding-left:20px;
    margin-bottom: 10px;	
	padding-bottom:10px;
	border-bottom:1px solid rgba(255,255,255,.5);
}
.widget ul li:last-child{
	margin-bottom: 0px;	
	padding-bottom:0px;
	border-bottom:none;
}
.widget ul li ul li{
	margin-bottom: 0px;	
	padding-bottom:0px;
	border-bottom:none;
    margin-top: 10px;	
	padding-top:10px;
	border-top:1px solid rgba(255,255,255,.5);
}
.widget ul li:before{
	position: absolute;
    content: "\f105";
    font-family: 'Font Awesome 5 pro';
    font-size: 14px;
    font-weight: 400;
    color: #3133d0;
    left: 0px;
    top: 0px;
    transition: all 500ms ease;
	z-index:99;
}
.widget ul li ul li:before{
	top:10px;
}
.widget ul li a{
	position: relative;
    display: inline-block;
    font-size: 18px;
    color: #646578;
    border-radius: 5px;	
}
.widget ul li a:hover{
	color: #3133d0;
}

.blog-sidebar .post-widget{
	padding-bottom:0px;
}	
.blog-sidebar .post-widget .post .post-thumb{
	margin-bottom:10px !important;	
}

.widget .tagcloud{
	position:relative;	
}
.widget .tagcloud a{
	position: relative;
    display: inline-block;
    font-size: 18px !important;
    color: #646578;
	margin:4px 4px 4px 0px;
    background: #ffffff;
    padding: 9px 12px;
    text-align: center;
    border-radius: 5px;
}
.widget .tagcloud a:hover{
	background: #3133d0;
	color: #ffffff;
}
.blog-details-content .content-one .text .list{
	margin-bottom:25px;
}

/********************* Service Widget Style **********************/
.service-widget .menu{
	position: relative;
    display: block;
    background: #eceff6;
    padding: 30px;
    border-radius: 5px;
    margin-bottom: 40px;
}
.service-widget .menu li{
	position: relative;
    display: block;
    margin-bottom: 3px;
}
.service-widget .menu li a{
	position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-family: 'Poppins', sans-serif;
    color: #0a267a;
    font-weight: 600;
    background: #ffffff;
    border-radius: 5px;
    padding: 18.5px 20px;
    z-index: 1;	
}
.service-widget .menu li a:before{
	position: absolute;
    content: '\f0da';
    font-family: 'Font Awesome 5 Pro';
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #d0d4dd;
    color: #646578;
    background: #ffffff;
    border-radius: 5px;
    text-align: center;
    top: 18px;
    right: 20px;
    transition: all 500ms ease;	
}
.service-widget .menu li a:after{
	position: absolute;
    content: '';
    width: 0%;
    height: 100%;
	background: #3133d0;
    left: 0px;
    top: 0px;
    z-index: -1;
    border-radius: 5px;
    transition: all 500ms ease;	
}
.service-widget .menu li a:hover,
.service-widget .menu li.current-menu-item a{
	color:#ffffff;
}
.service-widget .menu li a:hover:before,
.service-widget .menu li.current-menu-item a:before{
	color: #3133d0;	
}
.service-widget .menu li a:hover:after,
.service-widget .menu li.current-menu-item a:after{
	width:100%;
}	
.service-sidebar .banner-widget .form-inner .form-group.message-btn{
	margin-bottom:0px;	
}


/*************** Footer Widget Style ********/

.footer-widget {
	position:relative;	
}
.footer-widget ul{
	position:relative;	
}
.footer-widget ul li{
	position: relative;
    display: inline-block;
    width: 49%;
    margin-bottom: 14px;	
	padding-left: 16px;
}
.footer-widget ul li:before{
	position: absolute;
    content: '\f101';
    font-family: 'Font Awesome 5 Pro';
    left: 0px;
    top: 0px;
    font-size: 15px;
	color: rgba(255,255,255,0.7);
}
.footer-widget ul li a{
	position: relative;
    display: inline-block;
    font-size: 18px;
	color: rgba(255,255,255,0.7);
}
.main-footer.bg-color-2 .footer-widget ul li a:hover{
	color:#ffffff;
}
.footer-style-two .footer-widget ul li a,
.footer-style-two .footer-widget ul li:before{
	color:#646578;
}
.footer-style-two .footer-widget ul li a:hover{
	color:#17ab4b;
}

.main-footer.bg-color-2 .footer-top .contact-widget .info li a{
	display:block !important;	
}
.main-footer.bg-color-2 .footer-top .contact-widget .info li,
.main-footer.bg-color-2 .footer-top .logo-widget .award-list li,
.main-footer.bg-color-2 .footer-social li{
	width:auto !important;	
	padding-left:0px !important;
}
.main-footer.bg-color-2 .footer-top .contact-widget .info li:before,
.main-footer.bg-color-2 .footer-top .logo-widget .award-list li:before,
.main-footer.bg-color-2 .footer-social li:before{
	display:none;	
}
.main-footer .post-widget .post {
    position: relative;
    margin-bottom: 22px;
}
.main-footer .post-widget .post h6 {
    position: relative;
    text-transform: uppercase;
    line-height: 20px;
    margin-bottom: 13px;
	color:#ffffff;
}
.main-footer .post-widget .post h6 a{
	color: #ffffff;
    border-bottom: 1px solid #ffffff;	
}
.main-footer .post-widget .post h5 {
    display: block;
    font-size: 15px;
    line-height: 26px;
    color: #a4a4ae;
    font-weight: 500;
}

.footer-style-three .widget-section .post-widget .post .post-thumb {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.google-map-section .map-inner{
	margin-bottom:-10px;	
}
.project-details-content .single-discription:last-child{
	border-bottom:0px;
	padding: 44px 0px 70px 0px;
}
.blog-details-content .post-nav .left-nav,
.blog-details-content .post-nav .right-nav{
	max-width:380px;	
}
.blog-details-content .post-share-option .post-tags li a{
	position: relative;
    display: inline-block;
    color: #646578;
}
.shop-block-one .inner-box .lower-content .post-price h6{
	position:relative;
	display:inline-block;
	color:#0a267a;	
	font-size:18px;
	font-weight:500;
}

.product-details-content .product-details .text .category .product_meta{
	margin-top:20px;	
}

.product-details-content .product-details .text .category .product_meta .sku_wrapper,
.product-details-content .product-details .text .category .product_meta .posted_in{
	margin:10px 0px;
	display:block;	
	color:#3133d0;
	font-weight:600;
}
.product-details-content .product-details .text .category .product_meta span .sku,
.product-details-content .product-details .text .category .product_meta span a{ 
	color:#646578;
}

/*************My Account Page**********************/
.woocommerce-MyAccount-navigation ul li{
	position:relative;
	display:block;
	padding:10px 10px 10px 25px;
	border:1px solid #3133d0;
	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:#3133d0;
	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:#3133d0;
	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 !important;
}
.woocommerce-account .woocommerce-MyAccount-content{
	background:#f5f5f5;
	padding:40px;
	font-size:16px;
}

.product-details-content .product-details .title-box span.price-title {
    display: block;
    text-transform: capitalize;
	color: #0a267a;
	font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}
.service-sidebar .banner-widget .form-inner .form-group .nice-select:after,
.footer-style-three .widget-section .subscribe-widget .form-group .nice-select:after{
	top:50%;	
}
.woocommerce .blockUI.blockOverlay::before, .woocommerce .loader::before{
	display:none !important;	
}
.footer-style-three .widget-section .subscribe-widget .form-group .nice-select{
	background: none !important;	
}
.footer-style-three .footer-top-three .subscribe-form .form-group button.theme-btn-two{
	background:#3133d0;
	color: #fff;	
}
.footer-style-three .footer-top-three .subscribe-form .form-group button.theme-btn-two:hover{
	background:#ffffff;
	color: #3133d0;	
}
.footer-style-three  .nice-select .option.focus, .nice-select .option.selected.focus,
.footer-style-three .nice-select .option {
    width: 100%;
    height: 100%;
	display:block;
	margin-bottom:0PX;
}
.rtl .footer-widget ul li{
	padding-left: 0px;
	padding-right: 16px;
}
.rtl .footer-widget ul li:before{
	left: inherit;
	right:0px;
}
.m-b30{
	margin-bottom:30px !important;
}
.blog-details-content .comment-box .sanito-post-comment > .sanito-comment-item:last-child .comment{
	margin-bottom:0px;
	padding-bottom:0px;
	border-bottom:none;
}
.blog-details-content .comment-box .sanito-post-comment,
.comments-form-area{
	margin-top:55px;
}
.sanito-comment-item .comments-form-area{
	margin-bottom:34px;	
	margin-top:30px;
}
.woocommerce .col2-set, .woocommerce-page .col2-set{
	position:relative;
	width:auto;
	margin-right: -15px;
    margin-left: -15px;
}
.footer-top .logo-widget .footer-logo img,
.footer-top-two .footer-logo img,
.footer-top-three .logo-inner .footer-logo img{
	height:50px;
}
.footer-top .logo-widget a.theme-btn-two{
	color:#0a267a;
}
.contact-info-section .inner-container .single-info-box {
	position:relative;
	background:#ffffff;
	border-radius:5px;
	padding:30px;
	box-shadow:0 0 10px rgba(0,0,0,0.1);
}

.woocommerce div.product span.price{
	font-size:20px;
}

.blog-details-content .sanito-post-info{
	position:relative;
}
.blog-details-content .sanito-post-info li{
	position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    font-family: 'Poppins', sans-serif;
    color: #646578;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
	padding-right:25px;
	margin-right:10px;
}
.blog-details-content .sanito-post-info li span{
	position:relative;
	display:block;
	font-size: 14px;
    line-height: 18px;
    font-family: 'Poppins', sans-serif;
    color: #646578;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 1px solid #9e9ea9;
}
.blog-details-content .sanito-post-info li:last-child{
	margin-right:0px;
	padding-right:0px;
}
.blog-details-content .sanito-post-info li:before{
	content:'';
	position:absolute;
	top:50%;
	right:0px;
	background-color:#646578;
	font-size:14px;
	line-height:18px;
	width:15px;
	height:1px;
	margin-top:-2px;
}
.blog-details-content .sanito-post-info li:last-child:before{
	display:none;
}
.comments-form-area .logged-in-as {
	margin-bottom:10px;
}
.comments-form-area .logged-in-as a{
	color:#3133d0;
}
.feature-section .feature-block-one{
	margin-bottom:30px;
}

.woocommerce-Reviews .nice-select{
	float:none;
	margin-bottom:10px;
	border-radius:3px;
	border:1px solid #e0e0e0;
}