.elementor-element .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated,
.elementor-column-gap-default > .elementor-column > .elementor-element-populated{
    padding:0px 0px 0px 0px !important;
}
.fab:before{
	font-family:'Font Awesome 5 Brands';	
}
.sidebar-widget ul li a::after
ul, ol, li {
	list-style: none;
}
.main-menu .navigation > li.dropdown > a::before {
	font-family:'fontawesome';
}
.admin-bar .sticky-header{
    top:32px !important;
}
.news-block-two .inner-box .lower-content .post-info li a{
    color:inherit;
}
.m-b0{
    margin-bottom:0px !important;
}
.sidebar-page-container .comments-area .comment-box-list > .rx-comment-item:last-child > .comment-box{
    margin-bottom:0px;
}
.st-comment-item > .st-comment-item {
    margin-left:40px;
    border: 0 !important;
}
.comment-form{
    margin-top:70px;
}
.rx-comment-item .comment-form{
    margin:40px 0;
}
#cancel-comment-reply-link{
    color:inherit;
    display:block;
    font-size:18px;
    margin-top:17px;
}
.footer-top .footer-widget .post-title {
    margin: 0px 0px 30px;
}
.footer-widget ul.menu li{
    position:relative;
	margin-bottom: 8px;
}
.footer-widget ul.menu li a{
	color: #b2b9c5;
	font-size: 17px;
}
.m-t0{
    margin-top:0px !important;
}
.m-b50{
    margin-bottom:50px !important;
}
.testimonial-widget .widget-content .text p{
    color:inherit;
}
.main-footer .logo-widget .logo img{
    height:55px;
}
.p-t0{
    padding-top:0px !important;
}
.p-l0{
    padding-left:0px !important;
}
.p-r0{
    padding-right:0px !important;
}
.p-r25{
    padding-right:25px !important;
}

.estimate-section form select {
	display: block;
	width: 100%;
	line-height: 28px;
	height: 56px;
	font-size: 16px;
	padding: 10px 22px;
	background: #ffffff;
	color: #000000;
	border: 1px solid #dddddd;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.estimate-section form input[type="submit"]{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	padding: 12px 30px;
	font-weight: 700;
	border-radius: 0;
	overflow: hidden;
	text-transform: uppercase;
	border: 0 !important;
}

.estimate-section form input[type="submit"]:hover {
	color: #ee0d09;
	background-color: #fff;
}

.faq-form form input[type="submit"] {
	position: relative;
	background: #fff;
	padding: 18px 35px;
	font-size: 18px;
	font-weight: 700;
	color: #001659;
	text-transform: uppercase;
	transition: .5s;
	border-bottom: 0;
	width: auto;
}

.faq-form form input[type="submit"]:hover {
	background: #081336;
	color: #fff;
}

.widget_about {
    margin-right: 0;
}

.header-top .right-column .phone-number.mr-30 {
    margin-right: 30px;
}

/*Blog Category*/

.services-widget{
    position:relative;
}

.services-widget li{
    position:relative;
    margin-bottom:3px;
}

.services-widget li a{
    position:relative;
    font-size: 20px;
    color: #001659;
    font-weight: 500;
    padding:14px 12px 14px 21px;
    display:block;
    background-color: #f1f1f1;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    border-left: 4px solid #d2d2d2;
}

.services-widget li.current-menu-item a,
.services-widget li a:hover{
    color: #fff;
    border-color: #06175b;
}

/*Blog Category*/

.sidebar-widget ul{
    position:relative;
}

.sidebar-widget ul li{
    position:relative;
}

.sidebar-widget ul li a{
    position:relative;
    color:#797979;
    font-size: 18px;
    font-weight: 400;
    padding-bottom:10px;
    margin-bottom:10px;
    display:block;
    border-bottom:1px solid #e6e6e6;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}

.sidebar-widget ul li:last-child a{
    border-bottom:0px;
}

.sidebar-widget ul li a span {
    position: absolute;
    right: 30px;
}

.styled-pagination li span{
    position:relative;
    display:inline-block;
    line-height:42px;
    height:44px;
    font-size:16px;
    min-width:45px;
    color: #081336;
    font-weight:700;
    text-align:center;
    background:#ffffff;
    border-radius:50%;
    border: 2px solid #172b56;
    text-transform:capitalize;
    transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    font-family: 'Open Sans', sans-serif;
}

.styled-pagination li a:hover,
.styled-pagination li span.current {
    color: #ffffff;
    border-color: #172b56;
    background-color: #172b56;
}

/*Popular Tags*/

.sidebar .tagcloud a{
    position:relative;
    display:inline-block;
    line-height:24px;
    padding: 6px 15px 6px;
    min-width: 100px;
    margin:0px 6px 10px 0px;
    color:#a6a6a6;
    text-align:center;
    font-size: 18px !important;
    background:none;
    font-weight:400;
    border:1px solid #e4e4e4;
    text-transform:capitalize;
    transition:all 300ms ease;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
}

.sidebar .tagcloud a:hover{
    color: #ffffff;
}

.services-widget {
    position: relative;
	margin-bottom: 40px;
}

.list-style-one{
	position:relative;
	margin-bottom: 30px;
}

.list-style-one li{
	position:relative;
	color:#333333;
	font-size:16px;
	padding-left:30px;
	font-weight:400;
	line-height:1.6em;
	margin-bottom:15px;
}

.list-style-one li .icon{
	position:absolute;
	left:0px;
	top:5px;
	color:#001659;
	font-size:18px;
	line-height:1em;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}
.st-comment-item .comment-box .comment-form{
	margin:40px 0;
}
.main-header .header-upper .logo-box .logo img,
.main-header .sticky-header .header-upper .logo-box .logo img,
.widget_about .logo img,
.mobile-menu .nav-logo img{
	height:43px;
}

.blog-single-post .comment-form .form-group:last-child{
	margin-bottom:0px;
}