
/*Big-Tablet view*/
@media screen and (min-width:1025px) and (max-width:1169px){
.baner-text p {
	font-size: 46px;
}
header .custom-logo-link {
	max-width: 248px;
}



}
/*Big-Tablet view close*/
/**********************************************************************************************************************************/
/*Tablet view*/
@media screen and (min-width:768px) and (max-width:1024px){
header .custom-logo-link {
	max-width: 150px;
}
header .menu > li {
	margin: 0 0 0 4px;
}
header .menu > li > a {
	font-size: 14px;
	padding: 6px 8px;
}
header .navigation-top {
	padding: 10px 0 0;
}
header .menu {
	margin-right: 0;
}
.baner-image {
	height: 430px;
	padding-top: 192px;
}
.baner-text p {
	font-size: 30px;
	line-height: 40px;
}
html .baner-btn {
	font-size: 15px;
	line-height: 25px;
	padding: 5px 15px;
}
.baner-image .widget_text {
	padding: 6px 0 0;
}
html .section-heading,
html .page-title {
	font-size: 34px;
	margin: 0 0 30px;
	padding: 0 0 22px;
}
html .page-header {
	margin: 0 0 30px;
}
.site-main article {
	margin-bottom: 25px;
	padding: 20px !important;
}
article .post-thumbnail {
	margin: 0 -20px 20px;
}
.site-content-contain .site-content #primary {
	width: 64%;
}
.site-content-contain .site-content #secondary {
	width: 33%;
}
article .entry-header {
	margin: 0 0 20px;
}
.site-main article .entry-header .entry-title {
	font-size: 24px;
	margin: 0 0 12px;
}
.entry-meta > span {
	font-size: 14px;
}
html p {
	font-size: 15px;
	line-height: 150%;
	margin-bottom: 12px;
}
.button {
	font-size: 13px;
	line-height: 36px;
	padding: 0 15px;
}
.read-more {
	margin-right: 3px;
}
.content-wrapper .comment_no a {
	font-size: 13px;
}
.content-wrapper .share-text > span {
	font-size: 13px;
}
.content-wrapper .comment_no label {
	margin-right: 8px;
	padding-right: 10px;
}
.share-button-wrap {
	margin-left: 7px;
	padding-top: 2px;
}
html .navigation {
	margin: 25px 0 0;
}
.site-content-contain .site-content {
	padding: 50px 0;
}
.blog-wrap .widget-area .widget {
	margin: 0 0 20px;
	padding: 15px;
}
.widget-area .widget-title {
	font-size: 18px;
	margin: 0 0 10px;
}
.search-form input.search-field {
	font-size: 15px;
	height: 44px;
	padding-left: 38px;
}
.search-form .search-submit {
	height: 44px;
	line-height: 44px;
	width: 38px;
}
.sticky_header header .custom-logo-link {
	max-width: 105px;
}
.sticky_header header .navigation-top {
	padding-top: 13px;
}
.comments-area .comment-list-wrap, 
.comments-area .comment-respond {
	margin-bottom: 25px;
	padding: 20px;
}
#comments.comments-area .comments-title, 
.comments-area .comment-respond .comment-reply-title {
	font-size: 20px;
	line-height: 32px;
}
#comments.comments-area .comments-title {
	margin-bottom: 15px;
}
.comment-author {
	font-size: 18px;
	margin: 0 0 6px;
}
.comment-list > li {
	margin-top: 18px;
	padding-top: 18px;
}
.comment-reply-link, #cancel-comment-reply-link {
	font-size: 13px;
	line-height: 34px;
	padding: 0 15px;
}
.comment-list .comment-reply-link .icon {
	margin-right: 5px;
}
.comments-area .comment-list .children {
	margin: 20px 0 0 20px;
}
.comment-list .comment-respond {
	margin-top: 15px;
}
.content-area input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="range"]):not([type="submit"]):not([type="reset"]):not([type="image"]):not([type="button"]), 
.content-area select {
	height: 42px;
}
.comment-form label {
	font-size: 15px;
	margin: 0 0 3px;
}
.content-area textarea {
	height: 100px;;
}
form.comment-form input[type="submit"] {
	font-size: 16px;
	height: 42px;
	padding: 0 20px;
}
.comment-form > p.form-submit {
	margin: 15px 0 0;
}
.comment-error, #wait_approval strong {
	font-size: 14px;
	padding: 8px;
}
.error404 .site-content-contain .site-content {
	height: 480px;
	padding: 187px 0 50px;
}
.error-404 .error-404-icon {
	font-size: 30px;
}
.error-404.not-found {
	padding-top: 0;
	padding-right:57%;
}
.error-404 .image-404 {
	top: 52px;
}
/* Start CSS 28-06-2024 */
.blog main#main.site-main article {
	padding-bottom: 35px !important;
}
/* End CSS 28-06-2024 */
}
/*Tablet view close*/
/**********************************************************************************************************************************/
/*Mobile view*/
@media screen and (max-width:767px){
body {
	padding-top: 30px;
}
.top-bar-contact {
	font-size: 14px;
	line-height: 30px;
	position: relative;
	z-index: 9;
}
.top-bar-contact .fa {
	font-size: 20px;
}
header .custom-logo-link {
	margin-top: -40px;
	max-width: 195px;
}
header .menu > li {
	margin: 0 0 10px;
	float: none;
	border: 0;
}
header .menu > li:last-child{
	margin-bottom:0;
}
header .menu > li > a {
	font-size: 15px;
	line-height: 20px;
	padding: 7px 15px;
}
header .navigation-top {
	padding: 10px 0 0;
	position: static;
}
html .header-main .menu-toggle {
	background: #f8c301;
	border-radius: 0;
	display: block;
	font-size: 0;
	height: 34px;
	margin: 0;
	padding: 0;
	width: 44px;
	position:relative;
}
html .header-main .menu-toggle > *{
	display:none;
}
html .header-main .menu-toggle::after,
html .header-main .menu-toggle::before {
	border-bottom: 2px solid #000;
	border-top: 2px solid #000;
	bottom: 0;
	content: "";
	display: block;
	height: 14px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 22px;
}
html .header-main .menu-toggle::after {
	border-width: 1px;
	height: 0;
}
header .menu {
	display: block !important;
	margin-right: 0;
}
.main-navigation .menu-top-menu-container {
	background: #333;
	border-top: 1px solid transparent;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
	left: 0;
	max-height:300px;
	max-width:80ch;
	max-height: calc(100vh - 104px);
	overflow: auto;
	padding: 0 15px;
	position: absolute;
	right: 0;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	top: 100%;
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 0 0 0;
	-moz-transform-origin: 0 0 0;
	-ms-transform-origin: 0 0 0;
	-o-transform-origin: 0 0 0;
	transform-origin: 0 0 0;
}
.main-navigation.toggled-on .menu-top-menu-container{
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	transform: scaleY(1);
}
html .main-navigation > div > ul {
	background: transparent;
	border-top: 0 none;
	padding:20px 0;
}








.baner-image {
	height: 380px;
	padding-top: 105px;
}
.baner-image::before {
	opacity: 0.4;
}
.baner-text p {
	font-size: 25px;
	line-height: 25px;
	text-align: center;
}
html .baner-btn {
	font-size: 16px;
	line-height: 29px;
	padding: 5px 15px;
}
.baner-image .widget_text {
	float: none;
	max-width: 100%;
	padding: 0;
	position: static;
}
.baner-image .widget_media_image {
	float: none;
	margin: 25px auto 0;
	max-width: 230px;
	padding: 0;
}
.baner-section-wrap .container {
	position: static;
}
.baner-section-wrap {
	padding: 0 0 70px;
	position: relative;
}
.baner-image .baner-button {
	bottom: 0;
	left: 0;
	margin: 0;
	position: absolute;
	right: 0;
	text-align: center;
}
html .section-heading ,
html .page-title{
	font-size: 26px;
	margin: 0 0 30px;
	padding: 0 0 18px;
}
html .page-header {
	margin: 0 0 22px;
}
.site-main article {
	margin-bottom: 20px;
	padding: 15px !important;
}
article .post-thumbnail {
	margin: 0 -15px 15px;
}
.site-content-contain .site-content #primary {
	float: none;
	width: 100%;
}
.site-content-contain .site-content #secondary {
	float: none;
	margin: 30px 0 0;
	padding: 0;
	width: 100%;
}
article .entry-header {
	margin: 0 0 15px;
}
.site-main article .entry-header .entry-title {
	font-size: 20px;
	margin: 0 0 10px;
}
.entry-meta > span {
	font-size: 13px;
	margin-right: 12px;
	margin-top: 4px;
}
html p {
	font-size: 14px;
	line-height: 150%;
	margin-bottom: 10px;
}
.entry-content .content-wrapper {
	text-align: center;
}
.content-wrapper > * {
	display: block;
}
.button {
	font-size: 13px;
	line-height: 34px;
	padding: 0 15px;
}
.read-more {
	margin-right: 3px;
}
.content-wrapper .comment_no a {
	font-size: 13px;
}
.content-wrapper .share-text > span {
	font-size: 13px;
}
.content-wrapper .comment_no label {
	margin-right: 8px;
	padding-right: 10px;
}
.share-button-wrap {
	margin-left: 0;
	padding-top: 10px;
}
html .addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service) > span {
	height: 22px;
	line-height: 22px;
	width: 22px;
}
html .addtoany_list.a2a_kit_size_32 a {
	font-size: 20px;
	line-height: 100%;
	padding: 0 3px;
}
.content-wrapper .share-button {
	padding-top: 0;
}
html .navigation {
	margin: 15px 0 0;
}
.site-content-contain .site-content {
	padding: 35px 0;
}
.blog-wrap .widget-area .widget {
	margin: 0 0 20px;
	padding: 15px;
}
.widget-area .widget-title {
	font-size: 16px;
	margin: 0 0 8px;
}
.post-title {
	line-height: 120%;
}
.search-form input.search-field {
	font-size: 15px;
	height: 44px;
	padding-left: 38px;
}
.search-form .search-submit {
	height: 44px;
	line-height: 44px;
	width: 38px;
}
.sticky_header header .custom-logo-link {
	max-width: 105px;
}
.sticky_header header .navigation-top {
	padding-top: 15px;
}
html .widget-area #categories-3 ul li {
	padding: 8px 8px 8px 22px;
	line-height:20px;
}
.widget-area #categories-3 ul li::before {
	top: 9px;
}
.widget_archive.widget ul li {
	font-size: 14px;
	line-height: 20px;
}
#secondary #tag_cloud-2 .tagcloud li a {
	font-size: 12px !important;
	line-height: 18px;
	padding: 5px 8px;
}
html .site-footer .widget-column.footer-widget-1 {
	margin-bottom: 25px;
}
footer.site-footer {
	padding: 30px 0;
}
.bottom-to-top {
	bottom: 20px;
	height: 30px;
	line-height: 30px;
	right: 10px;
	width: 30px;
}
.navigation .wp-paginate li > * {
	font-size: 14px;
	height: 30px;
	line-height: 28px;
	min-width: 30px;
	padding: 0 8px;
}
html .wp-paginate li {
	margin: 0 2px;
}
.comment-list > li {
	margin-top: 17px;
	padding-top: 17px;
}
.comment-reply-link, #cancel-comment-reply-link {
	font-size: 12px;
	line-height: 30px;
	padding: 0 12px;
}
.comment-list .comment-reply-link .icon {
	margin-right: 5px;
	margin-top: 9px;
	vertical-align: top;
}
.comments-area .comment-list .children {
	margin: 15px 0 0 10px;
}
.comment-list .comment-respond {
	margin-top: 15px;
}
.content-area input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="range"]):not([type="submit"]):not([type="reset"]):not([type="image"]):not([type="button"]), 
.content-area select {
	height: 40px;
}
.content-area input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="range"]):not([type="submit"]):not([type="reset"]):not([type="image"]):not([type="button"]), 
.content-area select, .content-area textarea {
	font-size: 13px;
}
.comment-form > p {
	float: none;
	margin-bottom: 10px;
	width: 100%;
}
.comment-form label {
	font-size: 14px;
	margin: 0 0 2px;
}
.content-area textarea {
	height: 80px;
}
form.comment-form input[type="submit"] {
	font-size: 14px;
	height: 38px;
	padding: 0 15px;
}
.comment-form > p.form-submit {
	margin: 13px 0 0;
	text-align: center;
}
.comment-error, 
#wait_approval strong {
	font-size: 14px;
	padding: 6px;
	margin-top: 12px;
}
.entry-content ol, 
.entry-content ul {
	font-size: 14px;
}
.comments-area .comment-list-wrap, 
.comments-area .comment-respond {
	margin-bottom: 20px;
	padding: 15px;
}
#comments.comments-area .comments-title, 
.comments-area .comment-respond .comment-reply-title {
	font-size: 18px;
	line-height: 30px;
}
#comments.comments-area .comments-title {
	margin-bottom: 15px;
}
.comment-author {
	font-size: 16px;
	margin: 0 0 5px;
}
.comment-meta.commentmetadata {
	font-size: 13px;
}
.comment-form .comment-notes {
	font-size: 14px;
	margin-bottom: 15px;
}
.no-results.not-found {
	padding: 15px;
}
.no-result-page-title {
	font-size: 22px;
	margin: 0 0 10px;
}
.search-no-results .content-area .search-form input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="range"]):not([type="submit"]):not([type="reset"]):not([type="image"]):not([type="button"]), .no-results .search-form input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="range"]):not([type="submit"]):not([type="reset"]):not([type="image"]):not([type="button"]) {
	height: 44px;
	padding-left: 36px;
}
.no-results .search-form {
	margin-top: 15px;
}
.search-no-results #main {
	padding: 15px;
}
.search-no-results .search-form {
	margin: 15px auto 0;
	max-width: 100%;
}
.search-not-found {
	font-size: 22px;
	margin: 0 0 10px;
}

.error404 .site-content-contain .site-content {
	height: 380px;
	padding: 90px 0 20px;
}
.error-404.not-found {
	padding-right: 0;
	padding-top: 0;
}
.error-404 .image-404 {
	margin:7px auto;
	max-width: 230px;
	position: relative;
}
.error-404 .error-404-icon {
	font-size: 25px;
	text-align:center;
	margin: 0 0 8px;
}
.error-404.not-found p {
	font-size: 15px;
	margin: 0 0 10px;
	text-align: center;
	line-height: 130%;
}
.error-404.not-found .text-404 {
	font-size: 14px;
	line-height: 150%;
	text-align: center;
}
.breadcrumbs {
	font-size: 14px;
	line-height: 20px;
}
.breadcrumbs .container > span {
	margin-right: 10px;
	padding-right: 20px;
}


body h1 {
	font-size: 30px;
}
body h2{
    font-size:25px;
}
body h3{
    font-size:20px;
}
body h4{
    font-size:18px;
}
body h5{
    font-size:16px;
}
body h6{
    font-size:14px;
}

/* Start CSS 07-01-2024 */
.single-post .site-main article {
	padding-bottom: 15px !important;
}
/* End CSS 01-07-2024 */
/* g-26-09-2024 */
.blog-wrap .widget_text .recent-post, .blog-wrap .widget_categories > ul, .blog-wrap .widget_archive ul, .blog-wrap .widget_tag_cloud .tagcloud {
	display: none;
}
.blog-wrap .widget_text h2, .blog-wrap .widget_categories > h2, .blog-wrap .widget_archive h2, .blog-wrap .widget_tag_cloud h2 {
	margin: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.blog-wrap section .recent-post.open, .blog-wrap .widget_categories > ul.open, .blog-wrap .widget_archive ul.open, .blog-wrap .widget_tag_cloud .tagcloud.open {
	display: block;
	margin-top: 15px;
}
.blog-wrap .widget_text h2 span, .blog-wrap .widget_categories > h2 span, .blog-wrap .widget_archive h2 span, .blog-wrap .widget_tag_cloud h2 span {
	font-size: 20px;
}
.blog-wrap .blog-wrap-inner {
	flex-direction: column-reverse;
	display: flex;
}
.blog-wrap .blog-wrap-inner #secondary {
	margin: 30px 0;
}
/* g-26-09-2024 */
}
/*Mobile view close*/
