.kc_row .kc_col-sm-12{
 padding-left:0px !important;
 padding-right:0px !important; 
}
.admin-bar .main-header .main-box{
	top:32px;
}
.kc_column>.kc-col-container{
	display:block;
}
.kc-row-container.kc-container{
	max-width:1200px;
	width:100%;
}
.inner-page-banner{
	background-image:url(../images/background/bg-page-title.jpg);
	background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.pagination li a, .pagination li span{
	position: relative;
    display: block;
    line-height: 24px;
    padding: 7px 15px;
    border: 1px solid #e0e0e0;
    font-size: 14px;
    text-transform: capitalize;
    min-width: 40px;
    background: #ffffff;
    color: #222222;
    font-weight: 700;
    text-align: center;
	margin:0px 3px;
    border-radius: 5px;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}
.pagination li a:focus, .pagination li a:hover, .pagination li span:focus, .pagination li span:hover, .pagination li span.current{
	color: #ffffff;
    /* border-color: #2fc0df; */
    background: #2fc0df;
}
.main_info .info_inner span.wpcf7-form-control-wrap.date-148{
	position:relative;
	display:inline-block;
}

.main_info .info_inner form strong {
	margin: 0;
}

.tool:hover img, .service:hover figure img{
	height:auto;
}
.department{
	background-repeat:no-repeat;
	background-size:cover;
}
.beadcrumb li{
	position:relative;
	display:inline-block;
}
.beadcrumb li a{
	padding-right:20px;
	position:relative;
	color:#fff;
}
.beadcrumb li a:after{
	content:"\f105";
	position:absolute;
	right:7px;
	top:2px;
	font-family:'FontAwesome';
	color:#fff;
	font-size:15px;
}
.beadcrumb li:last-child a:after{
	display:none;
}
.marg_top{
	margin-top:90px;
}
.woocommerce button.button {
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 9px 50px 8px !important;
}
/*** 

====================================================================
	Map Section Style
====================================================================

***/
.map-section.marg-top{
	margin-top:-100px;
	margin-bottom:80px;
}
	
.map-data{
	text-align:center;
	font-size:14px;
	font-weight:400;
	line-height:1.8em;
}

.map-data h6{
	font-size:16px;
	font-weight:700;
	text-align:center;
	margin-bottom:5px;
	color:#121212;
}

.map-canvas{
	height:400px;
}

.services-page-section{
	position:relative;
	padding:80px 0px 40px;
}
/***********************************************/
.search-box-outer{
	right:0px;
	top: 50%;
	z-index:16;
	margin-top:-18px;
}

.header1 .search-box-outer {
	display: none;
}

.search-box-btn{
	position: relative;
    font-size: 20px;
    margin-top: 17px;
    color: #000;
    cursor: pointer;
    background: none;
    border: 0px;
}

body.home .search-box-btn{
 position: absolute;
	top: 35px;
    font-size: 20px;
    margin-top: 17px;
    cursor: pointer;
    background: none;
    border: 0px;
}

.search-box-outer .dropdown-menu .panel-outer form{
 float:none;
 width:100%;
 margin-top:0px !important;
}

.search-box-outer .dropdown-menu{
 border-top:3px solid #e16297;
 padding:0px;
 width:280px; 
 border-radius:0px;
}

.search-box-outer .search-panel .form-container{
 padding:25px 20px; 
}

.search-box-outer .search-panel .form-group{
 position:relative;
 margin:0px; 
}

.search-box-outer .search-panel input[type="text"],
.search-box-outer .search-panel input[type="search"],
.search-box-outer .search-panel input[type="password"],
.search-box-outer .search-panel select{
 display:block;
 width:100%;
 line-height:24px;
 padding:7px 40px 7px 15px;
 height:40px;
 font-size:12px;
 border:1px solid #e0e0e0;
 background:#ffffff; 
 text-transform:capitalize;
}

.search-box-outer .search-panel input:focus,
.search-box-outer .search-panel select:focus{
 border-color:#85c977; 
}

.search-box-outer .search-panel .search-btn{
 position:absolute;
 right:0px;
 top:0px;
 width:40px;
 height:40px;
 text-align:center;
 color:#ffffff;
 font-size:12px;
 background:#e16297;
 cursor:pointer;
 border:0px;
 margin: 0;
 z-index: 999;
}
.search-box-outer.open .search-box-btn .fa-search:before{
	content:'\f00d';
}
.blog_wrap .pagination{
	margin-bottom:60px;
}
/*** 

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

 ***/

.blog_wrap .comments-area{
	position:relative;
	margin-top:0px;
	margin-bottom:50px;
}

.blog_wrap .group-title{
	position:relative;
	margin-bottom:40px;
}

.blog_wrap .group-title h2{
	position:relative;
	font-size:24px;
	color:#222222;
	font-weight:400;
	padding-bottom:12px;
	text-transform:capitalize;
}

.blog_wrap .group-title h2:after{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:50px;
	height:2px;
	background-color:#e16297;
}

.blog_wrap .comments-area .comment-box{
	position:relative;
	margin-bottom:30px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

/*.blog_wrap .comments-area .comment-box:nth-child(1){
	padding-top:0px;	
}*/

.blog_wrap .comments-area .comment-box:hover{
	border-color:#eb5310;	
}

.blog_wrap .comments-area .comment{
	position:relative;
	font-size:14px;
}

.blog_wrap .comments-area .comment .comment{
	padding:0px 0px 0px 90px;
}

.blog_wrap .comments-area .imed_theme .comment-box {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 45px;
    margin-bottom: 50px;
}

.blog_wrap .default-form .form-horizontal1.comment_form button[type="submit"] {
    float: right;
}

.comment_form textarea {
    height: 190px;
    resize: none;
    padding: 15px 18px;
}

.blog_wrap .comments-area .comment .comment-inner .rating{
	position:absolute;
	right:15px;
	top:15px;
}

.blog_wrap .comments-area .comment .comment-inner .rating .fa{
	display:inline-block;
	color:#fa9928;
}

.blog_wrap .comments-area .comment-box .author-thumb{
	position:absolute;
	left:0px;
	top:0px;
	margin-bottom:20px;
}

.blog_wrap .comments-area .comment-box .author-thumb img{
	width:60px;
	display:block;
}

.blog_wrap .comments-area .comment-info{
	position:relative;
	color:#222222;
	line-height:24px;
	font-size:16px;	
	font-weight:400;
}

.blog_wrap .comments-area .comment-box .text{
	color:#848484;
	font-size:16px;
    margin-top:8px;
	font-weight:300;
    line-height: 1.6em;
	margin-bottom:0px;
}
.blog_wrap .comments-area .comment-box .text > p{
	margin-bottom:10px;
}
/*.single .news p img{
	float:left;
	margin-right:20px;
}*/
.default-form h6 small a{
	font-size:18px;
	color:#444444;
}

/********************** Blog Style **********************/

.widget .tagcloud a{
	display: inline-block;
	margin: 0px 8px 8px 0px;
	padding: 8px 9px;
	border: 1px solid #ccc;
	color: #888888;
	font-size: 14px !important;
}
.flaticon_icon_size_custom {
    font-size: 50px;
    color: #e16297;
}

.ser_inner .item:hover .detail .flaticon_icon_size_custom{
    color: #e16297;
}

.flaticon_testmonial_icon_size {
    font-size: 17px;
    color: #e16297;
}

.ser_inner .item:hover .detail .flaticon_testmonial_icon_size {
    color: #e16297;
}

.flaticon_icon_size_blue {
    font-size: 50px;
    color: #2fc0df;
}

.stat:hover .detail .flaticon_icon_size_blue{
    color: #2fc0df;
}
.icon-box.flaticon_icon_size_white span {
    color: #fff;
    font-size: 14px;
}

nav ul > li > ul.dropdown-menu > li > ul{
    left:100%;
    top:0%;
	display:none;
}
nav ul > li > ul.dropdown-menu > li:hover > ul{
	display:block;
}
a:hover,a:focus,a:visited{
 text-decoration:none;
 outline:none;
}

.main_info{
    margin-top:-40px !important;
}

.ser_inner .detail{
    height:190px;
}

.ser_inner figure{
     height:190px;
}

.imed_theme .imed_theme .comment-box {
    margin-left: 70px;
}

.comment_form form.form-horizontal1 p {
    margin-bottom: 20px;   
}


/*--------------------------theme check----------------------------------*/
	#wp-calendar {
		width: 100%;
	}
	#wp-calendar caption {
		text-align: right; 
		color: #999999; 
		font-size: 12px; 
		margin-top: 10px;
		margin-bottom: 15px;
	}
	#wp-calendar thead { 
		font-size: 10px;
	}
	#wp-calendar thead th { 
		padding-bottom: 10px;
    	text-align: center;
	}
	#wp-calendar tbody { 
	}
	#wp-calendar tbody td { 
		background: #e9e9e9; 
		text-align: center; 
		padding:8px;
	}
	#wp-calendar tbody td:hover { 
		background: #fff; 
	}
	#wp-calendar tbody .pad { 
		background: none; 
	}
	#wp-calendar tfoot #next { 
		font-size: 10px; 
		text-transform: uppercase; 
		text-align: right;
	}
	#wp-calendar tfoot #prev { 
		font-size: 10px; 
		text-transform: uppercase; 
		padding-top: 10px; 
	}
	
	.sticky article.news, .tag-sticky-2 article.news{
		background: #efefef; 
		padding:20px;
	}
	
	.sticky article.news .thm-unit-test {
		border: 3px solid #fff; 
		padding:20px !important; 
	}
	.sticky .post .post-content{ 
		background-color:transparent; 
	}
	.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}
	.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	}
	.gallery-caption {
		font-family: 'Nunito Sans', sans-serif;
		font-size:15px;
		color:#666666;
		line-height:1.8em;
		font-weight:400;
		-webkit-font-smoothing: antialiased;
		-moz-font-smoothing: antialiased;
	}
	.bypostauthor{
		font-family: 'Nunito Sans', sans-serif;
		font-size:15px;
		color:#666666;
		line-height:1.8em;
		font-weight:400;
		-webkit-font-smoothing: antialiased;
		-moz-font-smoothing: antialiased;
	}
	.alignright{ 
		text-align:right;
	}
	.alignleft{ 
		text-align:left;
	}
	.aligncenter{ 
		text-align:center;
	}	
	.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

article.news .meta {
	margin-top: 30px;
}

article.news .meta ul{
	padding-left:0px;
	margin-bottom:10px;
}
/*************************************Theme Unit Testing***********************/
.blog-with-sidebar-area .blog-post .sticky .single-blog-item{
	background:#fafafa;
	padding:30px;
}
.blog-section .tag-sticky-2{
	background:#fafafa;
}
.thm-unit-test h1,.thm-unit-test h2,.thm-unit-test h3,.thm-unit-test h4,.thm-unit-test h5,.thm-unit-test h6{
	font-family: "Poppins",sans-serif;
	margin-bottom:15px !important;
	color: #222222 !important;
	line-height:1.2em;
}
.default-form .group-title h2,
.default-form .group-title{
	margin-bottom:0px !important;
}
.thm-unit-test h2 small a{
	color:#3f51b5;
	font-size:14px;
	font-weight:400;
}
.thm-unit-test h2 small a:hover{
	color:#3f51b5;
}
.thm-unit-test h2+h1+h2{
	margin:0 0 15px 0;
}
.thm-unit-test h1{
	font-size:36px;
}
.thm-unit-test h2{
	font-size:32px;
}
.thm-unit-test h3{
	font-size:28px !important;
	text-transform:capitalize !important;
}
.thm-unit-test h4,.thm-unit-test .text h4{
	font-size:26px;
}
.thm-unit-test h5{
	font-size:24px !important;
	font-weight:inherit !important;
}
.thm-unit-test h5:after{
	display:none !important;
}
.thm-unit-test h6{
	font-size:20px;
}
.thm-unit-test table{
	margin-bottom:20px;
}
.thm-unit-test table thead tr th{
	border: 1px solid #ddd;
    vertical-align: bottom;
	padding:8px;
}
.thm-unit-test table tbody tr th{
	border: 1px solid #ddd;
    line-height: 1.42857;
    padding: 8px;
    vertical-align: top;
}
.thm-unit-test table tbody tr td{
	border: 1px solid #ddd;
    line-height: 1.42857;
    padding: 8px;
    vertical-align: top;
}
/*.thm-unit-test ul:first-child,.thm-unit-test ol:first-child,
.comment-box .text ul:first-child,.comment-box .text ol:first-child,
.news-outer ul:first-child,.news-outer ol:first-child{
	padding:0px;
}*/
.thm-unit-test ul.meta-info{
	padding-left:0px;
}
.thm-unit-test .lower-content>ul,.thm-unit-test ol{
	padding-left:20px;
}
/*.thm-unit-test ul{
	padding-left:20px;
}*/
.thm-unit-test .lower-content > ul li,
.thm-unit-test ul li{
	list-style-type:disc;
	line-height: 1.8em;
}
.thm-unit-test ul li p{
	display: inline-block;
}
.thm-unit-test .lower-content > ul li > ul > li{
	list-style-type:circle;
	line-height: 1.8em;
}

.thm-unit-test .lower-content > ul li > ul > li > ul > li{
	list-style-type:square;
	line-height: 1.8em;
}

.thm-unit-test ul li ul,
.thm-unit-test ol li ol{
	padding-left:30px;
	line-height: 1.8em;
}
.thm-unit-test ul li ul li{
	list-style-type:circle;
	line-height: 1.8em;
}
.thm-unit-test  ul li ul li ul li{
	list-style-type:square;
	line-height: 1.8em;
}
.thm-unit-test ol li{
	list-style-type:decimal;
	display:list-item;
	line-height: 1.8em;
}
.thm-unit-test ol li ol li{
	list-style-type:lower-alpha;
	line-height: 1.8em;
}
.thm-unit-test ol li ol li ol li{
	list-style-type:upper-roman;
	line-height: 1.8em;
}
.thm-unit-test p img,.thm-unit-test figure img,.thm-unit-test img{
	max-width:100%;
	display:inline-block;
	height:auto;
}
figure{
	max-width:100%;
	display:block;
}
.paginate-links {
	margin-top: 15px;
}
.paginate-links a,
.paginate-links > span {
    position:relative;
	display:inline-block;
	line-height:20px;
	padding:9px 5px;
	height:40px;
	font-size:15px;
	text-transform:capitalize;
	min-width:40px;
	border:1px solid #e0e0e0;
	background:none;
	color:#cdcdcd;
	font-weight:500;
	text-align:center;
	border-radius:3px;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
}
.paginate-links a:hover,
.paginate-links > span{
	color:#ffffff;	
	border-color:#e16297;
	background:#e16297;
}
.thm-unit-test .news-style-one .post-header ul li ul.post-categories li{
	margin-right:20px;
}
.thm-unit-test .news-style-one .post-header ul li ul.post-categories li:last-child{
	margin-right:0px;
}

.single-blog-item .img-holder{
	display:inline-block;
}
.single-blog-item .img-holder{
	width:auto;
	max-width:100%;
	height:auto;
}
.news-style-one .inner-box .image-box img{
	width:auto;
	margin-bottom:25px;
}
.comment-form.default-form .default-form h2{
	font-size:18px;
	margin-top:10px;
}
.comments-area .budap-comment .budap-comment {
	margin-left:60px;
}
.comments-area .budap-comment  .comment{
	border-bottom: none;
}
.comments-area .budap-comment  .comment .comment-inner{
	border-bottom: 1px solid #e0e0e0;
    border-top: 0px;
	padding-bottom:30px;
}
.page-title h1{
	line-height:1.3em;
}
.comments-area .comment .comment-header h4 a{
	color:#222222;
}
.comments-area .comment .comment-header h4 a:hover{
	color:#222222;
}
.textwidget select, .side_widget select {
	width: 100%;
}
article.news figure {
	height: auto;
}

.gallery-columns-3 .gallery-item {
    width: 33.33333333%;
}
.gallery figure {
    display: inline-block;
}

.gallery-columns-1 .gallery-item, .gallery-columns-2 .gallery-item, .gallery-columns-3 .gallery-item, .gallery-columns-4 .gallery-item, .gallery-columns-5 .gallery-item, .gallery-columns-6 .gallery-item, .gallery-columns-7 .gallery-item, .gallery-columns-8 .gallery-item, .gallery-columns-9 .gallery-item {
    padding-left: 15px;
    padding-right: 15px;
}

article.news figure a {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: inline-block;
}
.comments-area .imed_theme .imed_theme{
	margin-left:75px;
}
/****************Custom Widget*********************/
.widget_recent_comments > ul > li{
	position:relative;
}
.widget_recent_comments > ul > li > a{
	padding:0px;
	position:relative;
	border-bottom:0px !important;
	margin-bottom:0px;
}
.widget_recent_comments > ul > li > a:before{
	display:none;
}
.side_widget select{
	width:100%;
	display:block;
	border:1px solid #ededed;
	padding:10px 5px;
}
.textwidget img {
    height: auto;
    max-width: 100%;
}
.side_widget ul li a{
	position:relative;
	width:87%;
	display:inline-block;
}
.side_widget ul li ul li{
    border: none;
    padding: 0px;
    position: relative;
	border-top:1px solid #eaeaea;
	padding-top:10px;
	margin-top:10px;
}
.side_widget ul li ul li a{
	
}
.thm-unit-test .share-box ul{
	padding-left:0px !important;
}
.thm-unit-test .share-box ul li{
	list-style-type:none !important;
	display:inline-block !important;
}
.thm-unit-test .share-box ul li img{
	display:inline-block !important;
}
.post-password-form input[type="password"]{
	border:1px solid #2fc0df;
	padding:5px 10px;
	display:inline-block;
}
.post-password-form input[type="submit"]{
	background:#2fc0df;
	color:#fff;
	padding:6px 15px; 
	display:inline-block;
	border:none;
	
}
.comments-area .comment .comment{
	padding-top:0px;
	border-top:none;
}
.widget_rss ul li{
	margin-bottom:12px;
	padding-bottom:15px;
	border-bottom:1px solid #666;
}
.widget_rss ul li a{
	padding:12px 0px;
	width:100%;
	border-bottom:0px !important
}
.widget_rss ul li a:before{
	display:none;
}
.widget_tag_cloud .tagcloud a{
	position:relative;
	display:inline-block;
	margin:0px 3px 10px;;
	padding:4px 15px;
	border-radius:2px;
	font-size:14px !important;
	text-transform:capitalize;
	border:1px solid #e0e0e0;
	text-align:center;
	color:#888888;
}
.widget_tag_cloud .tagcloud a:hover{
	background:#2fc0df;
	color:#fff;
}
.footer-column .footer-widget h2{
	font-size: 22px;
    padding-bottom: 15px;
    color: #22313f;
}
.footer-widget select{
	position:relative;
	padding:10px;
	border-radius:5px;
	width:100%;
	color:#000000;
	border:1px solid #e0e0e0;
}
.footer-widget #wp-calendar caption{
	color:#22313f;
}
.footer-widget a{
	color:#22313f;
}
.footer-widget a:hover{
	color:#5c6bc0;
}
.footer-widget #wp-calendar thead th { 
	padding: 4px 0px;
	border: 1px solid #22313f;
	text-align: center;
	color:#22313f;
}
.footer-widget #wp-calendar tbody .pad{
	background:#f5f5f5;
}
.footer-widget #wp-calendar tbody .pad:hover{
	background:#f5f5f5;
}
.footer-widget .search-box .form-group{
	position:relative;
}
.footer-widget .search-box .form-group input[type=search]{    
	padding: 5px 45px 5px 10px;
    border-radius: 5px;
    color: #000000;
    width: 100%;
	position:relative;
	background:#f5f5f5;
	border:1px solid #072e51;
}
.footer-widget .search-box .form-group button[type=submit]{
	padding: 6px 12px;
    position: absolute;
	right: 0px;
	top:0px;
    color: #ffffff;
	font-size: 14px;
    background: #072e51;
    border-radius: 0px 3px 3px 0px;
    font-weight: normal;
}
.footer-widget .widget_tag_cloud .tagcloud a{
	color:#000000;
}
.footer-widget ul li{
	color:#22313f;
	padding:0px;
}
.footer-widget ul li a{
	color:#22313f;
	width:87%;
	display:inline-block;
}
.footer-area .footer-widget{
	padding-top:10px;
}
.footer-widget .title{
	margin-top:30px;
}
.footer-widget .textwidget p{
	color:#22313f;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.pingback .comment, 
.imed_theme:last-child .comment-box.comment{
    padding-left: 0px !important;
}

.imed_theme:last-child .comment-box .comment{
	margin-left:0px !important;
}

.imed_theme .pingback.comment-box {
    padding-left: 0px;
}

.imed_theme .pingback.comment-box .comment, .imed_theme .comment-box:last-child .comment {
    margin-left: 0px;
}


/*** 

====================================================================
	Error Section Style
====================================================================

***/

.error-section{
	position:relative;
	text-align:center;
	padding:98px 0px 150px;
}

.error-section .error-big-text{
	position: relative;
	font-size:180px;
	color:#e16297;
	font-weight:700;
	letter-spacing:5px;
	margin-bottom:20px;
	line-height:1em;
	width: 100%;
}

.error-section h2{
	position:relative;
	color:#26292d;
	font-weight:600;
	font-size:42px;
	line-height:1.3em;
	margin-bottom:30px;
	width: 100%;
}

.error-section h2 span{
	font-weight:300;
}

.error-section .text{
	font-size:20px;
	font-weight:300;
	margin-bottom:30px;
	color:rgba(0,0,0,0.60);
	width: 100%;
}

.error-section .error-options{
	position:relative;
}

.error-section .error-options .or{
	position:relative;
	color:#666;
	font-size:18px;
	margin:0px 15px;
	font-weight:500;
}

.error-section .btn-style-four{
	padding:15px 25px;
	background-color: #e16297;
	color: #fff;
	display: inline-block;
}

.error-section .btn-style-four:hover{
	opacity:0.8;
	color:#ffffff;
	background:#e16297;
}

.error-search-box{
	position:relative;
	margin-top:12px;
	width:320px;
	display:inline-block;
}

.error-search-box .form-group{
	position:relative;
	margin:0px;	
}

.error-search-box .form-group input[type="text"],
.error-search-box .form-group input[type="search"]{
	position:relative;
	line-height:32px;
	padding:10px 50px 10px 20px;
	border:1px solid #e16297;
	display:block;
	font-size:14px;
	width:100%;
	height:50px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.error-search-box .form-group input:focus{
	border-color:#e16297;	
}

.error-search-box .form-group button{
	position:absolute;
	right:0px;
	top:0px;
	height:50px;
	width:50px;
	line-height:52px;
	text-align:center;
	display:block;
	font-size:14px;
	border:none;
	color:#fff;
	background:#e16297;
	border-radius:0px 3px 3px 0px;
	font-weight:normal;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.error-search-box .form-group input:focus + button,
.error-search-box .form-group button:hover{
	color:#26447b;
}

.dropdown-menu > .active > a {
    color: #3cc7bd;
    background-color: transparent;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover {
    background-color: #e16297;   
}

.search_form_width {
    width: 80%;
    margin-top: 30px;
}

input,textarea:focus{outline:none; border:none; border-color:none !important;}
pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.thm-unit-test > p{
	margin-bottom:30px !important;
}
.imed_theme .default-form{
	margin-bottom:35px;
}
.blog_wrap {
    margin: 98px 0;
}

.blog_wrap.blog_grid {
	margin: 0;
} 

.thm-unit-test .comment-area{
	margin-top:30px;
}

figcaption.wp-caption-text {
    margin-top: 10px;
}
figcaption.wp-caption-text a{
    line-height: 12px;
}

nav ul li ul li ul:before{
    display: none !important;
}

.up-sells.upsells h2 {
    font-size: 30px;
    margin-bottom: 30px;
}
.woocommerce .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .cross-sells {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 20px;
}
.woocommerce .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .cross-sells h2 {
    font-size: 20px;
}
.comment_form .form-control{
    box-shadow: none;
    border: 1px solid #ccc;
}
.single .thm-unit-test .news hr {
    display: none;
}
code, kbd, pre, samp {
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
}
.imed_theme .default-form h5, .imed_theme .comment_form p, .imed_theme .default-form h6 {
    margin-bottom: 10px !important;
}
.blog_wrap.section_margin .comments-area .comment.pingback .author-thumb {
    display: none;
}
.features_three .fet_img img {
    width: 100%;
}
nav.header_style2 ul li ul.dropdown-menu {
    top: 40px;
}
form.header2_search button {
    background-color: #108199;
    border: 0px;
    color: #fff;
    padding: 22px;
}

form.header2_search input[type="text"] {
    color: #fff;
}
/*.single .news.animated.fades img {*/
/*    width: 100%;*/
/*}*/

.item_inner.icon_top_space_issue:hover .overlay > a {
    top: -12%;
}

.form.header2_search button i {
    font-size: 15px;
}

.header_bottom nav ul li:after{
	position: absolute;
    content: '';
    left: 0px;
    bottom: -19px;
    width: 100%;
    height: 26px;
}