/*Sidebar & Footer Default Style*/
/************************ Blog Widget Style************************/

code,a{
	color:#DE2C2C;
}
.widget ul{
	position:relative;	
}
.widget ul li {
    position: relative;
    display: block;
    padding: 13px 0px;
    border-bottom: 1px solid #D7E8EB;
}
.widget ul li a {
position: relative;
    display: inline-block;
    font-size: 20px;
    line-height: 28px;
    font-family: var(--title-font);
    font-weight: 500;
    color: #222;
}
.widget ul li a:before {
    position: absolute;
    content: '\e91a';
    font-family: 'icomoon';
    font-size: 14px;
    left: 0px;
    top: 0px;
    opacity: 0;
    font-weight: 400;
    transition: all 500ms ease;
    color: #13C5DD;
}
.widget ul li:last-child {
    padding-bottom: 0;
    border-bottom: navajowhite;
}
.widget ul li a:hover {
    /* padding-left: 23px; */
    color: var(--theme-color);
}
.widget ul li a:hover:before {
    /* opacity: 1; */
}














.widget ul li:hover {
    transition: all 500ms ease;
}
.widget ul li a:hover {
    /* padding-left: 0px; */
}
.widget ul li a:hover:before {
    /* opacity: 1; */
}
.widget ul li a:hover {
    color: #13C5DD;
}

/****************Custom Widget*********************/
.widget select{
	width:100%;
	display:block;
	border:1px solid #ededed;
	padding:6px 6px;
	margin-top:15px;
	height:50px;
}
.textwidget img {
    height: auto;
    max-width: 100%;
}
.widget ul li ul{
	padding:0px;
	margin:0px;
}
.widget ul li ul li{
	/* border-bottom:
	none; */
	/* margin-bottom:0px; */
	/* padding-bottom:0px; */
	/* border-top:1px solid #eaeaea; */
	margin-left:5px;
}

.widget ul li ul li:after{
	top:10px;
}

.tagcloud a {
    position: relative;
    display: inline-block;
    line-height: 24px;
    padding: 6px 18px 6px;
    margin: 0px 6px 10px 0px;
    color: #222;
    text-align: center;
    font-size: 14px !important;
    background: none;
    font-weight: 600;
    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;
    font-family: 'Open Sans', sans-serif;
}
.tagcloud a:hover {
    border-color:#13C5DD;
    background-color:#13C5DD;
    color: #ffffff;
}
.mrsidebar{
    margin-bottom: 36px;
}

.mrsidebar .sidebar-title h3:before {
    background: -webkit-linear-gradient(0deg, #00b8ff, #13C5DD 100%);
}

.widget ul li ul.children li a:before {
    /* top: 22px; */
}
.widget ul li ul.sub-menu li a:before {
    top: 22px;
}


.wp-block-column h3 {
    font-family: 'Prata', serif;
    position: relative;
    font-weight: 400;
    color: #141417;
    margin: 0px;
    transition: all 500ms ease;
}
.wp-block-group__inner-container h3 {
    position: relative;
    display: block;
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    font-family: 'Jost', sans-serif;
}

p.wp-block-tag-cloud {}
p.wp-block-tag-cloud a {
	position: relative;
	display: inline-block;
	font-size: 14px !important;
	line-height: 24px;
	color: #222 !important;
	font-weight: 500;
	background: #fff;
	text-align: center;
	padding: 8px 19px;
	margin-bottom: 8px;
}
p.wp-block-tag-cloud {
    margin-bottom: 0;
}
p.wp-block-tag-cloud a:hover {
    color: #fff;
    background: var(--theme-color);
}
.widget_categories>form{
    display: inline-block;
	width:100%;
}

.widget_search .search-form {
    /* background: #ebebeb; */
    /* padding: 25px; */
    position: relative;
}
.mrwidget .textwidget form {
    position: relative;
    display: inline-block!important;
    width: 100%;
}
.mrwidget .rsswidget{
    /* font-size: 23px; */
    /* margin-bottom: 0px; */
    /* font-size: 16px; */
    /* color:#141417; */
    /* line-height: 1.8em; */
}
.blog-sidebar .post-widget .post .post-thumb img {
    /* height: 80px; */
    width: 100%;
}
.blog-sidebar .post-widget .post .post-date a {
    color: #6e6e6e;
}





.search_area_df .search-form {
    width: 100%;
    height: 60px;
    border-radius: 30px;
    position: relative;
    background-color: #fff;
    box-shadow: 0px 10px 30px 0px rgb(51 57 178 / 15%);
}
.search_area_df .search-widget input {
    display: block;
    border: none;
    outline: none;
    width: 100%;
    height: 60px;
    border-radius: 30px;
    padding-left: 30px;
    color: #8a919e;
    font-size: 16px;
}
.search_area_df .search-widget button {
    border: none;
    outline: none;
    background: #13C5DD;
    border-radius: 30px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    font-size: 16px;
    position: absolute;
    right: 0;
    top: 0;
}
.search_area_df .search_tx_box {
    margin-top: 70px;
}





/*** 
=============================================
    Error Page Area Style      
=============================================
***/
.error-page-area {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    height: 100%;
    z-index: 1;
    padding: 120px 0px 120px 0px;
}
.error-page-area-bg{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: -1;
}
.error-page-area-bg:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: 0.70;
}

.error-content{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
.error-content .title {
    position: relative;
    display: block;
    color: #141417;
    font-size: 48px;
    line-height: 60px;
    font-weight: 700;
    text-transform: none;
    margin: 0 0 20px;
}
.error-content p {
    color: #6e6e6e;
    font-size: 16px;
    line-height: 26px;
    margin: 0;
    margin-bottom: 40px;
}
.error-content .big-title {
    position: relative;
    display: block;
    color: #141417;
    font-size: 110px;
    line-height: 90px;
    font-weight: 800;
    text-transform: none;
    margin: 0 0 29px;
}
.error-content .btns-box {
    line-height: 0;
    padding-top: 42px;
}
.error-content .btns-box a {
    padding-left: 40px;
    padding-right: 40px;
}
.sidebar-widget {
    display: grid;
}
.nice-select.open .list {
    width: 100%;
}

.nice-select{
	width:100%!important;
}
.main-footer .widget_recent_comments li.recentcomments {
    border-bottom: 1px solid #87878721;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

#recentcomments li.recentcomments  {
    /* color: #fff; */
    line-height: 2em;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.main-footer #wp-calendar caption {
    color: #fff;
}
.main-footer.monster ul li {
    color: #fff;
    line-height: 2em;
}
.main-footer .widget-title h3 {
    color: #fff;
    font-weight: 600;
    padding-top: 25px;
}

.main-footer ul li ul li {
    margin-left: 5px;
}
.tags-list a {
    margin-bottom: 10px;
}



















.sidebar-widget {
    margin-bottom: 40px;
}
span.page-numbers.current {
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    height: 50px;
    width: 50px;
    line-height: 50px;
    background: #ffffff;
    border: 1px solid #E5E5E5;
    text-align: center;
    color: #222;
    z-index: 1;
    transition: all 500ms ease;
	color: #fff;
    background: var(--theme-color);
    border-color: var(--theme-color);
}
span.page-numbers.dots {
	position: relative;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    height: 50px;
    width: 50px;
    line-height: 50px;
    background: #ffffff;
    border: 1px solid #E5E5E5;
    text-align: center;
    color: #222;
    z-index: 1;
    transition: all 500ms ease;
}

span.page-numbers.dots:hover {
	color: #fff;
    background: var(--theme-color);
    border-color: var(--theme-color);
}
.blog-standard-section {
    padding-bottom: 100px;
}


.add-thumb-image img {
    width: 100%;
}



.wp-block-search__inside-wrapper {
	position: relative;
	width: 100%;
	height: 60px;
}
.wp-block-search__input {}
.wp-block-search__button {
    padding: 0;
    border: unset;
}
.wp-block-search__input {
    color: #838383;
    border: unset;
}











.wp-block-group__inner-container {
	
}
.wp-block-group__inner-container h2 {}
.wp-block-group__inner-container h2:before {}







.add-widget {
    margin: -53px -45px -50px -45px;
}
.mb_35 {
    margin-bottom: 35px;
}
.mb_30 {
    margin-bottom: 30px;
}
.mt_35 {
    margin-top: 35px;
}
.mt_40 {
    margin-top: 40px;
}
.post-share-option {
    margin: 30px 0px 50px 0px;
}
.comments-area .title h3 {
    margin-bottom: 50px;
}
.comments-area .outer-box .single-comment .text-holder .top h3 {
    text-transform: capitalize;
}















.pagination-wrapper.clearfix {
    margin-bottom: 50px;
}
.single .elementor-grid-0 .elementor-grid {
    position: relative;
    top: 9px;
    left: 15px;
}
label.wp-block-search__label {
    display: block;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 25px;
    position: relative;
    font-family: var(--title-font);
    font-weight: 600 !important;
    color: var(--title-color);
    transition: all 500ms ease;
}


.wp-block-search__button svg {
    fill: #222;
    font-size: 20px;
    transform: rotate(260deg);
}




.search-widget button {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 20px;
    color: #838383;
}
.search-widget input {
    color: #838383;
    height: 60px;
    /* background: #F5F3F3; */
    border: 1px solid #D7D7D7;
    width: 100%;
    padding: 20px;
}

.admin-bar .mobile-menu {
    top: 32px;
}










.elementor-widget:not(:last-child) {
    margin-bottom: 0 !important;
}
.pdoff {
    padding: 0 !important;
}
.default-form p {
    /* margin: 0; */
}
.news-block-one .inner-box .image-box h2 a {
    color: #fff;
}
.news-block-one .inner-box .post-info li a {
    text-transform: capitalize;
}
.links-list li {
    position: relative;
    display: block;
    margin-bottom: 14px;
}
.links-list li a {
    display: inline-block;
    color: #fff;
}
.links-list li:last-child {
    margin-bottom: 0;
}












@media only screen and (max-width: 767px){
	
	.footer.elementor-column {
		width: 100% !important;
	}
	.footer .elementor-element-populated {
		margin: 50px 0px 0px 0px !important;
	}
	.contact .elementor-element-populated {
		margin: 0px 0px 0px 0px !important;
	}
	
}

.service-block-two .inner-box .lower-content p {
    margin-bottom: 0;
}








.widget ul li ul{
	padding:0px;
	margin:0px;
}
.widget ul li ul li{
	margin-left:5px;
}

.widget ul li ul li:after{
	top:10px;
}

.widget_nav_menu ul li ul {}
.widget_nav_menu ul li ul li {
    margin-left: 0;
}
.widget_nav_menu ul li ul li a {
    /* color: #252628 !important; */
}
.mrwidget ul li:hover ul li a {
    /* padding-left: 30px; */
}


.main-footer.bg-color-2 {
    padding: 100px 0px 100px;
}
.main-footer a, .main-footer p, .main-footer h1, .main-footer h2, .main-footer h3, .main-footer h4, .main-footer h5, .main-footer h6 {
    color: #fff !important;
}
.sidebar-page-container p {
    /* margin-bottom: 20px; */
}

.wp-block-search__input {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    background: #fff;
    border: 1px solid #E5E5E5;
    font-size: 16px;
    color: #6E6E6E;
    padding: 10px 50px 10px 30px;
    transition: all 500ms ease;
}


.wp-block-group__inner-container h2, .wp-block-group__inner-container h3, .wp-block-group__inner-container h4, .wp-block-group__inner-container h5, .wp-block-group__inner-container h6, .blog-sidebar .widget-title h3, .blog-sidebar .widget-title h2, .blog-sidebar .widget-title h4 {
	display: block;
	font-size: 24px;
	line-height: 32px;
	position: relative;
	font-weight: 600;
	margin-bottom: 25px;
	color: #222;
	transition: all 500ms ease;
}
.wp-block-group__inner-container h2:before, .wp-block-group__inner-container h3:before, .wp-block-group__inner-container h4:before, .wp-block-group__inner-container h5:before, .wp-block-group__inner-container h6:before {

}







ol.wp-block-latest-comments {
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 0 !important;
}


.mrwidget a {
    color: #141417;
}
.widget ul li:last-child {
    /* padding-left: 10px; */
}

.main-footer.p_relative.one.monster {
    padding: 100px 0px 100px;
}




.tag-sticky-2 .inner-box, .sticky .blog-1-block.standard-post {
    border: 1px solid #E5E5E5;
    padding: 40px !important;
}
.widget_rss.widget ul li a, .widget_rss.footer-widget ul li a {
    /* color: unset; */
    /* background: unset; */
    /* background: none; */
    /* color: #2C2A49; */
    /* font-weight: 700; */
}
.main-footer.p_relative.one.monster {
    background: #2C2A49;
}


.mrwidget ul li ul {
    margin-top: 10px;
}
.mrwidget ul li ul li {
    margin-top: 10px;
}
.mrwidget .textwidget form {
    width: 100%;
}


span.post-page-numbers.current {
    color: #ffffff;
    border-color: var(--theme-color);
    background: var(--theme-color);
    position: relative;
    display: inline-block;
    line-height: 48px;
    height: 50px;
    font-size: 18px;
    min-width: 50px;
    font-weight: 500;
    text-align: center;
    border-radius: 50%;
    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;
	margin: 0px 10px 0px 0px;
}
.paginate_links a {
    position: relative;
    display: inline-block;
    line-height: 48px;
    height: 50px;
    font-size: 18px;
    min-width: 50px;
    color: #333;
    font-weight: 500;
    text-align: center;
    background: #ffffff;
    border-radius: 50%;
    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;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
	margin: 0px 10px 0px 0px;
}
.paginate_links {
    color: #2C2A49;
    font-size: 17px;
    font-weight: 500;
}

.wp-style p img, .wp-style figure img, .wp-style img {
    max-width: 100%;
    display: block;
    height: auto;
    margin-bottom: 0;
}
figure {
    max-width: 100%;
    display: block;
}

.blog-sidebar .nice-select {
    float: unset;
    margin-top: 20px;
}

.blocks-gallery-grid:not(.has-nested-images).alignleft, .blocks-gallery-grid:not(.has-nested-images).alignright, .wp-block-gallery:not(.has-nested-images).alignleft, .wp-block-gallery:not(.has-nested-images).alignright {
    max-width: unset;
}


.has-very-light-gray-color {
    color: #fff!important;
}
.mrfooter a {
    color: #fff!important;
}
.is-layout-flow.wp-block-group.has-background {
    padding: 40px;
}


.error404 .elementor-icon i, .archive .elementor-icon i, .category .elementor-icon i, .search .elementor-icon i {
    left: 19px;
    top: 17px;
}
.mrfooter {
    padding: 100px 0px;
}
.wp-block-search__inside-wrapper {
}
.wp-block-search__button {
    border: unset;
    position: absolute;
    top: 17px;
    right: 20px;
    font-size: 18px;
    color: #222;
    cursor: pointer;
    transition: all 500ms ease;
}



.footer-widget {}
.footer-widget li {
    list-style: none;
}
.footer-widget li a {

}



.footer-widget li::marker {
    display : none;
}
.elementor-screen-only, .screen-reader-text, .screen-reader-text span, .ui-helper-hidden-accessible {
    display: none;
}




.blog-sidebar .post-widget .post .post-date a {
    font-size: 14px;
    color: #6E6E6E;
    line-height: 28px;
    font-weight: 400;
}
span.tags-title {
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: #222;
    font-weight: 600;
    padding: 3px 13px;
    text-align: center;
}




p.wp-block-tag-cloud {
    padding-top: 12px;
}
.sidebar-widget:last-child {
    margin-bottom: 0;
}































.news-section{
  position: relative;
}

.news-block-one .inner-box{
  position: relative;
  display: block;
  background: #FFFFFF;
  box-shadow: 0px 2px 70px rgba(0, 0, 0, 0.1);
  padding: 40px 40px 35px 40px;
}

.news-block-one .inner-box .image-box{
  position: relative;
  display: block;
  margin-bottom: 24px;
}

.news-block-one .inner-box .image-box .image{
  position: relative;
  display: block;
  overflow: hidden;
  background: var(--secondary-color);
}

.news-block-one .inner-box .image-box .image img{
  width: 100%;
  transition: all 500ms ease;
}

.news-block-one .inner-box:hover .image-box .image img{
  opacity: 0.5;
  transform: scale(1.05);
}

.news-block-one .inner-box .image-box .post-date{
  position: absolute;
  left: -20px;
  top: 20px;
  width: 60px;
  background: var(--theme-color);
  text-align: center;
  padding: 10px 0px;
}

.news-block-one .inner-box .image-box .post-date h3{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 22px;
  color: #fff;
  font-weight: 500;
}

.news-block-one .inner-box .image-box .post-date h3 span{
  display: block;
  font-size: 16px;
  line-height: 18px;
}

.news-block-one .inner-box .lower-content{
  position: relative;
  display: block;
  /* padding-top: 24px; */
}

.news-block-one .inner-box .lower-content h3{
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 8px;
}

.news-block-one .inner-box .lower-content h3 a{
  display: inline-block;
  color: #222;
}

.news-block-one .inner-box .lower-content h3 a:hover{
  color: var(--theme-color);
}

.news-block-one .inner-box .lower-content .post-info li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 20px;
  padding-left: 25px !important;
  font-size: 14px;
  line-height: 24px;
  color: #222;
  padding: unset;
  border: unset;
}

.news-block-one .inner-box .lower-content .post-info li a {
  font-size: 16px;
}

.news-block-one .inner-box .lower-content .post-info li:last-child{
  margin: 0px !important;
}

.news-block-one .inner-box .lower-content .post-info li i{
  position: absolute;
  left: 0px;
  top: 6px;
  color: var(--theme-color);
}

.news-block-one .inner-box .lower-content .post-info li a{
  color: #222;
}

.news-block-one .inner-box .lower-content .post-info li a:hover{
  color: var(--theme-color);
  padding-left: 0;
}

.news-block-one .inner-box .lower-content p{
  margin-bottom: 30px;
}

.news-block-one .inner-box .lower-content .link a{
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #222;
}

.news-block-one .inner-box .lower-content .link a:hover{
  color: var(--theme-color);
}

.news-style-two .news-block-one .inner-box{
  padding: 0px;
  box-shadow: none;
}

.news-style-two .news-block-one .inner-box .lower-content{
  /* padding-right: 45px; */
}

.news-block-one .inner-box .image-box .post-date-two{
  position: absolute;
  left: 0px;
  bottom: 0px;
  font-size: 16px;
  line-height: 24px;
  color: #222;
  font-weight: 500;
  background: #fff;
  padding: 9px 25px 7px 25px;
  z-index: 1;
}
.news-block-one .inner-box .image-box .post-date-two a{
  color: #222;
}

.blog-grid .news-block-one .inner-box{
  margin-bottom: 30px;
}


.sidebar-page-container{
  position: relative;
}

.sidebar-page-container .news-block-one .inner-box .lower-content p{
  margin-bottom: 20px;
}

.sidebar-page-container .news-block-one .inner-box .lower-content h3{
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 18px;
}

.sidebar-page-container .news-block-one .inner-box{
  margin-bottom: 40px;
}


.widget .post-inner  ul li a:hover:before {
    opacity: 0;
}













.page-title{
  padding: 165px 0px;
  background: #000;
}

.page-title .bg-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.7;
}

.page-title .bg-layer:before{
  position: absolute;
  content: '';
  background: rgba(102, 145, 255, 0.7);
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}

.page-title h1{
  position: relative;
  display: block;
  font-size: 60px;
  line-height: 70px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 22px;
}

.page-title .bread-crumb li{
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  font-weight: 500;
  padding-right: 15px;
  margin-right: 5px;
}

.page-title .bread-crumb li:last-child{
  padding: 0px !important;
  margin: 0px !important;
}

.page-title .bread-crumb li a{
  display: inline-block;
  color: #fff;
}

.page-title .bread-crumb li a:hover{
  color: var(--theme-color);
}

.page-title .bread-crumb li:before{
  position: absolute;
  content: "\f105";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  top: 0px;
  right: 5px;
}

.page-title .bread-crumb li:last-child:before{
  display: none;
}











.blog-details-content{
  position: relative;
  display: block;
}

.blog-details-content .news-block-one .inner-box .lower-content{
  padding-top: 55px;
  padding-right: 0px;
}

.blog-details-content .news-block-one .inner-box .lower-content blockquote{
  position: relative;
  display: block;
  background: #FFFFFF;
  box-shadow: 0px 0px 120px rgba(0, 0, 0, 0.1);
  padding: 42px 120px 42px 50px;
  border-left: 5px solid var(--theme-color);
  margin: 55px 0px 50px 0px;
}

.blog-details-content .news-block-one .inner-box .lower-content p{
  margin-bottom: 26px;
}

.blog-details-content .news-block-one .inner-box .lower-content blockquote p{
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 10px;
}

.blog-details-content .news-block-one .inner-box .lower-content blockquote h4{
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 28px;
  padding-left: 45px;
}

.blog-details-content .news-block-one .inner-box .lower-content blockquote h4:before{
  position: absolute;
  content: '';
  background: var(--theme-color);
  width: 30px;
  height: 2px;
  left: 0px;
  top: 12px;
}

.blog-details-content h2{
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.blog-details-content .content-one .image-box .image{
  position: relative;
  display: block;
}

.blog-details-content .content-one .image-box .image img{
  width: 100%;
}

.blog-details-content .content-two .category-list li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
}

.blog-details-content .content-two .category-list li:last-child{
  margin: 0px !important;
}

.blog-details-content .content-two .category-list li a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  color: #222;
  font-weight: 500;
  background: #fff;
  box-shadow: 0px 10px 70px rgba(0, 0, 0, 0.15);
  padding: 7px 19px;
  text-align: center;
  margin-right: 10px;
}

.blog-details-content .content-two .category-list li a:hover{
  color: #fff;
  background: var(--theme-color);
}

.blog-details-content .author-box{
  position: relative;
  display: block;
  background: #E7F9FC;
  padding: 45px 50px 50px 240px;
}

.blog-details-content .author-box .author-thumb{
  position: absolute;
  left: 50px;
  top: 50px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
}

.blog-details-content .author-box .author-thumb img{
  width: 100%;
  border-radius: 50%;
}

.blog-details-content .author-box h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 5px;
}

.blog-details-content .author-box .designation{
  position: relative;
  display: block;
  font-size: 16px;
  color: #6E6E6E;
  margin-bottom: 11px;
}

.blog-details-content .author-box p{
  margin-bottom: 17px;
}

.blog-details-content .author-box .social-links li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 15px;
}

.blog-details-content .author-box .social-links li:last-child{
  margin: 0px !important;
}

.blog-details-content .author-box .social-links li a{
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 42px;
  background: #fff;
  font-size: 16px;
  color: #676767;
  text-align: center;
  border-radius: 50%;
}

.blog-details-content .author-box .social-links li a:hover{
  color: #fff;
  background: var(--theme-color);
}

.blog-details-content .comment-box-area .comment-box{
  position: relative;
  display: block;
  padding: 0px 0px 30px 110px;
  margin-bottom: 23px;
  border-bottom: 1px solid #e5e5e5;
}

.blog-details-content .comment-box-area .rashid-comment-item:last-child  .comment-box{
  margin-bottom: 0px;
  border-bottom: none;
}


.blog-details-content .comment-box-area .comment-box.reply-comment{
  padding-left: 220px;
}

.blog-details-content .comment-box-area .comment-box .thumb-box{
  position: absolute;
  left: 0px;
  top: 6px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.blog-details-content .comment-box-area .comment-box.reply-comment .thumb-box{
  left: 110px;
}

.blog-details-content .comment-box-area .comment-box .thumb-box img{
  width: 100%;
  border-radius: 50%;
}

.blog-details-content .comment-box-area .comment-box h4{
  display: block;
  font-size: 20px;
  line-height: 30px;
  text-transform: capitalize;
}

.blog-details-content .comment-box-area .comment-box .comment-date{
  position: relative;
  display: block;
  font-size: 16px;
  color: #6E6E6E;
  margin-bottom: 16px;
}

.blog-details-content .comment-box-area .comment-box p{
  position: relative;
  display: block;
  margin-bottom: 23px;
}

.blog-details-content .comment-box-area .comment-box .reply-btn{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: #222;
  border: 1px solid #e5e5e5;
  padding: 8px 27px;
}

.blog-details-content .comment-box-area .comment-box .reply-btn:hover{
  color: #fff;
  background: var(--theme-color);
  border-color: var(--theme-color);
}

.blog-details-content .comments-form-area .form-inner .form-group{
  margin-bottom: 30px !important;
}

.blog-details-content .comments-form-area .form-inner .form-group:last-child{
  margin-bottom: 0px;
}

.blog-details-content .comments-form-area .form-inner .form-group textarea{
  height: 150px;
  resize: none;
  display: block;
}
























