.admin-bar .main-header.fixed-header .main-box {
    top: 32px;
}
.main-footer.one, .main-footer.two, .main-footer.three, .main-footer.four {
    background-image: unset;
    padding: 0px 0px 0px 0px;
}
.main-footer.five {
    padding-top: 0;
    background: #F6F7FD;
}
.main-footer.bg {
    padding-top: 0;
}
.main-banner.two .image-column .inner {
    margin-right: -350px;
}
.main-banner.two .text-column .inner {
    padding-top: 75px;
}
.work-section.two {
    padding-top: 0;
}
.project-detail.two {
    padding-top: 0;
}
.contact-section.style-two.one .form-column {
    width: 100%;
}

.header-style-three.fixed-header .main-menu .navigation > li {
    padding: 38px 0px 36px 0px !important;
}


.comment-form.add-comment-box {}
.comment-form.add-comment-box .title {
    position: relative;
    margin-bottom: 40px;
}

.comment-form.add-comment-box .title h3 {
    position: relative;
    font-size: 19px;
    color: #3c4858;
    font-weight: 500;
    line-height: 25px;
}
.comment-form.add-comment-box  form {
    padding: 60px 70px 70px;
    -webkit-box-shadow: 0 5px 20px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 5px 20px rgba(0,0,0,.1);
    -ms-box-shadow: 0 5px 20px rgba(0,0,0,.1);
    -o-box-shadow: 0 5px 20px rgba(0,0,0,.1);
    box-shadow: 0 5px 20px rgb(0 0 0 / 10%);
}
.comment-form.add-comment-box input {
    position: relative;
    display: block;
    width: 100%;
    font-size: 12px;
    height: 55px;
    color: #a5a5a5;
    line-height: 25px;
    background-color: #f1f1f1;
    padding: 14px 20px;
    font-weight: 400;
    border: 1px solid #f1f1f1;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    margin-bottom: 30px;
}
.comment-form.add-comment-box textarea {
    position: relative;
    display: block;
    width: 100%;
    font-size: 12px;
    color: #a5a5a5;
    height: 105px;
    resize: none;
    margin-bottom: 10px;
    line-height: 25px;
    background-color: #f1f1f1;
    padding: 14px 20px;
    font-weight: 400;
    border: 1px solid #f1f1f1;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.comment-form.add-comment-box .button-box {}
.comment-form.add-comment-box .button-box button {
    position: relative;
    font-size: 15px;
    color: #ffffff;
    line-height: 24px;
    padding: 14px 40px;
    text-transform: capitalize;
    background: #f44438;
    border: 2px solid #f44438;
    font-weight: 500;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    box-shadow: 0 18px 22px rgb(0 0 0 / 10%);
}









/*** 

====================================================================
	Comments Area
====================================================================

 ***/
 
/*********************Comments Styling*******************/
.mr_singlecomment{
	padding-left:0px!important;
}
.comment_author {
    position: absolute;
    width: 90px;
    margin-top: 25px;
}
.comment_author img{
	border-radius:50%;
}
.mr_comments_area ul ul {
    margin-left: 0px!important;
}
.mr_comments_area .comment-box .comment.pingback{
	padding-left:0px;
}
.mr_comments_area .comment-box .comment.pingback .comment_author {
	display:none;
}
.no-comments{
	display:inline-block;
	background:#2c2c2c;
	padding:8px 15px;
	color:#ffffff;
	margin-top:20px;
}

#recentcomments li:after {
    display:none!important;
}
.mr_comments_area .comment ul.children.comment{
    padding-left:0px!important;
}

.comment .comment-inner>h4 {
    margin: 0px;
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}
.mr_comments_area{
	position:relative;
	margin-top:30px;
	margin-bottom:50px;
}


.mr_comments_area .comment-box{
	position:relative;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.mr_comments_area .comment-box:last-child .comment{
	padding-bottom: 0px;
	border-bottom: 0px;	
}

.mr_comments_area .comment-box:hover{
	border-color:#eb5310;	
}

.mr_comments_area .comment-box.reply-comment{
	margin-left:50px;
}

.comment-box>li.comment{
	position:relative;
	font-size:14px;
	padding: 0px 0px 0px 110px;
	list-style: none;
}

.comment-box>li.comment ul.children{
	margin-left: -100px;;
}
.comment-box>li.comment ul.children li.comment {
    padding: 0px 0px 0px 110px;
}


.mr_comments_area .comment-inner{
	position:relative;
	 padding: 0px 0px 0px 110px;
}

.mr_comments_area .comment .comment-inner .text{
	position:relative;
	color:#7e7e7e;
	font-size:18px;
	line-height:1.5em;
	margin-bottom: 15px;
}

.mr_comments_area .comment-box .commenter-photo{
	position:absolute;
	left:0px;
	top:0px;
	overflow:hidden;
	margin-bottom:20px;
}

.mr_comments_area .comment-box .commenter-photo img{
	width:80px;
	display:block;
}

.mr_comments_area .comment-info{
	position:relative;
	color:#1e1e29;
	line-height:24px;
	font-size:18px;
	font-weight: 600;

}

.mr_comments_area .comment-info a{
	position:relative;
	color:#1e1e29;
}
.comment-box .time {
    font-size: 14px;
    color: #494949;
    font-weight: 600;
    margin: 5px 0px;
}
.comment-info .name h4{
	font-size:18px;
}
.mr_comments_area .comment-box .reply-comment{
	position: absolute;
	color: #222;
	font-size:16px;
	font-weight: 600;

	right: 0;
	top: 30px;
	transition: .5s ease;
}

.mr_comments_area .comment-box .reply-comment:hover {
	color: #f13729;
}

.mr_comments_area .comment-box .reply-comment .icon{
	position: relative;
	margin-right: 5px;
}
.mr_comments_area .replay-btn {
    position: absolute;
    top: 20px;
    right: 20px;
}
.replay-btn a:after {
    content: "\f105";
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}
.mr_comments_area .replay-btn a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #ff4328;
    font-family: 'Poppins', sans-serif;
    padding: 3px 23px;
    text-align: center;
    border-radius: 6px;
    z-index: 1;
    overflow: hidden;
    /* background: red; */
}
.mr_comments_area .replay-btn a:hover {
    /* background:#222; */
    color: #333;
}
/*Comment Form*/

.comment-form{
	position:relative;
	margin-bottom: 30px;
}

.comment-form .form-group{
	position:relative;
	margin-bottom:10px;
}

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

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="password"],
.comment-form .form-group input[type="tel"],
.comment-form .form-group input[type="email"],
.comment-form .form-group select{
	position:relative;
	display:block;
	width:100%;
	line-height:28px;
	padding:15px 20px;
	height:55px;
	color:#7c7b7b;
	font-size: 16px;
	font-weight:400;
	background:#ffffff;
	border:1px solid #eef2ed;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.comment-form .form-group input[type="text"]:focus,
.comment-form .form-group input[type="password"]:focus,
.comment-form .form-group input[type="tel"]:focus,
.comment-form .form-group input[type="email"]:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus{
	border-color: #f13729;
}

.comment-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:26px;
	padding:10px 20px;
	color:#7c7b7b;
	font-size: 16px;
	font-weight:400;
	background:#ffffff;
	resize:none;
	height: 125px;
	border:1px solid #eef2ed;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.comment-form button{
	position: relative;
    display: inline-block;
    font-size: 19px;
    line-height: 24px;
    color: #fff;
    padding: 18px 35px;
    font-weight: 600;
    overflow: hidden;
    text-transform: capitalize;
    vertical-align: middle;
    text-align: center;
    min-width: 160px;
    background: var(--thm-color-one);
    border-radius: 30px;
    transition: .5s;
	    z-index: 1;
}
.comment-form button:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0%;
    content: "";
    background-color: var(--thm-color-two);
    transition: .5s;
    border-radius: 30px;
    z-index: -1;
}
.comment-form button:hover {
    color: #fff;
    background-color: var(--thm-color-two);
}
.comment-form button:hover:before {
    width: 100%;
}
.blog-page .button-box {
    margin-top: 30px;
}
.comments-area .comment {
    min-height: 0;
    padding-left: 0;
}
.comments-area .comment-box .single-comment-box {
    position: relative;
    margin-bottom: 40px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}
.comments-area .comment-box .single-comment-box:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}
.comments-area .comment .comment {
    position: relative;
    min-height: 80px;
    padding-left: 130px;
}
.comments-area .comment .comment .img-holder {
	position: absolute;
    left: 0px;
    top: 15px;
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}
.comments-area .comment .comment .text-holder h3 {
    margin-bottom: 0;
}
.comments-area .comment .comment .img-holder img {}
.comments-area .comment .comment .text-holder {
    position: relative;
}
.comments-area .comment .comment .text-holder h3 {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #3c4858;
    line-height: 20px;
    text-transform: capitalize;
}
.comments-area .comment .comment .text-holder h3 span {
    position: relative;
    display: block;
    font-size: 12px;
    line-height: 20px;
    color: #888888;
    margin-bottom: 10px;
    margin-top: 5px;
}
.comments-area .comment .comment .text-holder p {
	font-size: 14px;
    line-height: 27px;
    color: #888888;
    font-weight: 400;
    margin-bottom: 5px;	
}
.image_block_1 .image-box .image-2 {
    bottom: -60px !important;
}
.header-style-three .main-menu .navigation > li {
    padding-bottom: 51px;
}
.comments-area .comment .comment .text-holder a {
    position: relative;
    font-size: 15px;
    color: #3c4858;
    line-height: 24px;
    font-weight: 600;
    letter-spacing: .5px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.comments-area .comment .comment .text-holder a .reply-button {

}
.comments-area .comment .comment .text-holder a .reply-button i {
    color: var(--thm-color-one);
    font-size: 14px;
    margin-left: 8px;
}
.comments-area .comment .comment .text-holder a .reply-button:hover i {
    color: #fff;
}
.comments-area .comment .comment .text-holder a .reply-button:hover:before {
    width: 100%;
}
.comments-area .comment .comment .text-holder a .reply-button:hover {
    color: #fff;
    background: var(--thm-color-two);
}

.add-comment-box {}
.add-comment-box .title {
    position: relative;
    margin-bottom: 35px;
}
.add-comment-box .title h3 {
    font-size: 30px;
    text-transform: capitalize;
    color: #222;
    margin: 0;
    font-weight: 700;
}
.add-comment-box form {}
.add-comment-box form input {
    width: 100%;
    background-color: #fff;
    height: 58px;
    padding: 0 25px;
    border: 1px solid #eee;
    height: 60px;
    border-radius: 30px;
    border-color: var(--thm-color-two);
    margin-bottom: 30px;
    position: relative;
}
.add-comment-box form textarea {
    padding-top: 15px;
    height: 150px;
    border-radius: 25px;
    border-color: var(--thm-color-two);
}
:focus {
    outline: unset !important;
}


.comments-area .comment .comment {
    border-bottom: unset !important;
    padding-bottom: 0 !important;
    margin-bottom: 0px !important;
}


.comments-area.comment-box.post-comments .outer-box {
    padding: 55px 45px;
    box-shadow: 0 5px 20px rgb(0 0 0 / 10%);
}
.comments-area .comment .comment .img-holder img {
    width: 100%;
    display: block;
}
.sidebar .post-widget .post .thumb img {
    width: 100px;
    height: 100px;
}




span.page-numbers.current {
    background-color: unset;
    border: unset;
}
.styled-pagination li a {
    background-color: unset;
    border-color: unset;
    border: unset;
    padding: 0;
}
span.page-numbers.current {
    padding: 0;
}








.fluid-section-one.It.Services .image-column {
    width: 46%;
}

.page-title .anim-icons .icon-1:before, .page-title .anim-icons .icon-2:before, .page-title .anim-icons .icon-3:before, .page-title .anim-icons .icon-4:before, .page-title .anim-icons .icon-5:before, .page-title .anim-icons .icon-6:before, .page-title .anim-icons .icon-7:before, .page-title .anim-icons .icon-8:before, .page-title .anim-icons .icon-9:before {
	display: none;
}





section.team-ex-section.two {
    padding-top: 30px;
}
section.team-ex-section-two.three {
    padding-top: 0;
}
section.news-section.two {
    padding-top: 0;
}
section.news-ex-section.three {
    padding-top: 0;
}
section.news-ex-section-two.four {
    padding-top: 0;
}
section.news-ex-section-three.five {
    padding-top: 0;
}
section.project-section.alternate.three {
    padding-top: 30px;
}
section.project-section.full-width.four {
    padding-top: 25px;
}



.post-info span:first-child{margin-left:0px; margin-right:5px}
.post-info span{margin-left:15px; margin-right:5px}
.post-info span{margin-left:15px; margin-right:5px}

.sidebar-page-container .post-info {
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 600;
    color: #737373;
}
.sidebar-page-container .post-info a {
    color: #737373;
}





.post-info .fa {
    color: #f44438;
}

.sidebar .search-box .form-group button {
    border: unset;
}
.main-footer .newsletter-widget .form-group input[type="submit"], .main-footer .newsletter-widget .form-group button {
    border: unset;
}

.post-comments h3 {
    position: relative;
    font-size: 19px;
    color: #3c4858;
    font-weight: 500;
    line-height: 25px;
}
.post-comments .title {
    position: relative;
    margin-bottom: 40px;
}

a.added_to_cart.wc-forward {
    padding: 0;
    margin: 0;
    position: absolute;
    width: unset !important;
    right: -40px;
    bottom: 10px;
    font-size: 12px;
}
.product-block-two {
    position: relative;
}
.author-box .image-box {
    position: absolute !important;
}