html{
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  color: #2d2c2f;
  font-weight: 400;
  line-height: 1.6;
  word-break: break-word;
  overflow-wrap: break-word;
}
body,html{
    overflow-x: hidden;
}
a {
  color: #2d2c2f;
  text-decoration: none !important;
}

a:hover, a:focus{
  color: #fe5b25;
}
a:focus {
    outline: none !important;
}
a:visited {
  color: #2d2c2f;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  font-weight: 600;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 10px;

}
h1{
    font-size: 28px;
    line-height: 125%;
}
h2{
    font-size: 24px;
    line-height: 125%;
}
h3{
    font-size: 20px;
    line-height: 125%;
}
h4{
    font-size: 16px;
    line-height: 125%;
}
h5{
    font-size: 14px;
    line-height: 125%;
}
h6{
    font-size: 12px;
    line-height: 125%;
}
ul, ol {
    margin-left: 0;
    padding-left: 15px;
}
#secondary.widget-area .widget ul {
    list-style: none;
    padding-left: 0;
}
.site-main article p a, 
.site-main article .entry-content a, 
.comment-content p a, 
.site-main article li a, 
.comment-content li a, 
.textwidget p a {
    text-decoration: underline;
}
button, input[type="button"],
input[type="reset"],
input[type="submit"]{
    font-weight: normal;
    text-transform: capitalize;
    width: auto;
    height: auto;
    color: #fff;
    cursor: pointer;
    padding: 10px 28px;
    border-radius: 6px; 
    border: none;   
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover,
input[type="submit"]:hover{
    background: #222;
}
button:focus, input[type="button"]:focus, input[type="reset"]:focus,
input[type="submit"]:focus{
    background: #222;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    background: #222;
    color: #fff;
}
.comment-respond .comment-form input[type="submit"]:hover{
      background: #222;  
}
.custom-blog-widget h3.entry-title {
    font-size: 19px;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 0;
}
.custom-blog-widget h3.entry-title a {
	transition: 0.2s;
}
.custom-blog-widget h3.entry-title a:hover {
	transition: 0.2s;
	color: #fe5b25;
}
.custom-blog-widget .blog-img {
    position: relative;
}
.custom-blog-widget .blog-img img {
	transition: 0.2s;
}
.custom-blog-widget .blog-img img:hover {
	padding: 10px 10px 0;
    margin-bottom: 5px;
	transition: 0.2s;
}
.custom-blog-widget p.post-excerpt {
    margin: 5px 0 5px 0;
    line-height: 1.4;
    font-size: 15px;
}
.custom-blog-widget .post-content {
    margin-top: 12px;
}
.col-md-4 .widget h2 {
    font-size: 22px;
    background: #f5f5f5;
    padding: 10px 10px;
}
.page-section,.full-width {
    padding: 120px 0;
}
ol.wp-block-latest-comments {
    padding-left: 0;
}
header.entry-header h1.entry-title {
    font-size: 29px;
    margin-top: 0;
    margin-bottom: 5px;
    line-height: 125%;
}
header.entry-header {
    margin-bottom: 15px;
}
span.edit-link a {
    box-shadow: none;
    padding: 1px 12px;
    margin-top: 0;
    border-radius: 6px;
    margin-bottom: 12px;
    display: inline-block;
    background: #fe5b25;
    color: #fff;
}
span.edit-link {
    margin-top: 15px;
    display: block;
}
span.cat-links, span.tags-links {
display: block;
margin-bottom: 5px; }

article .post-bg .entry-footer {
margin-top: 20px; }

span.comments-link {
border: 1px solid #ddd;
font-size: 13px;
padding: 3px 10px;
border-radius: 6px; }
span.comments-link a {
  color: #1D1A4E;
}
select {
width: 100%;
}
.comment-respond .comment-form textarea {
  height: 200px;
  padding: 10px;
  background: none;
  border: none;
  border: 1px solid #c6c6c6;
  outline: 0 !important;
  transition: all 0.5s ease-out 0s;
  width: 100%;
  border-radius: 6px;
}
.comment-respond .comment-form input {
  background: none;
  border: none;
  outline: 0;
  font-size: 16px;
  padding: 0;
  border: 1px solid #c6c6c6;
  box-shadow: none;
  -webkit-transition: all 0.3s;
  border-radius: 6px;
  height: 40px;
  width: 100%;
  padding: 0 10px;
  transition: all 0.5s ease-out 0s;
}
.comment-respond .comment-form input[type="submit"] {
font-weight: normal;
    text-transform: capitalize;
    width: auto;
    color: #fff;
    height: auto;
    background-color: #fe5b25;
    color: #fff;
    cursor: pointer;
    padding: 15px 28px;
    border-radius: 6px;
    border: none;
}
.comment-reply-title {
    font-size: 20px;
}
header.page-header {
    margin-top: 0;
}
header.page-header h1.page-title {
    font-size: 40px;
    line-height: 1.4;
	position: relative;
	display: inline-block;
	padding: 0 10px;
	text-transform: uppercase;
	letter-spacing: 0.3px;
}
header.page-header h1.page-title:before {
	content: '';
	position: absolute;
	bottom: 8px;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 10px;
	background: #fe5b25bd;
	z-index: -1;
	border-radius: 2px;
}
.site-logo{
    padding-right: 20px;
}
nav#site-navigation {
    position: relative;
    top: 0;
    width: auto;
    height: auto;
    padding: 0rem;
    margin-left: auto;
}
header#masthead .col-md-12 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    column-gap: 1.25rem;
    width: 100%;
    margin: 0 auto;
}
nav#site-navigation .menu .navbar-nav>li>.sub-menu li a:focus,
.navbar-nav>li>.sub-menu li a:focus-within {
  background: #1D1A4E !important;
  border: none !important;
  color: #fff !important;
}
nav#site-navigation .menu li.menu-item-has-children .sub-menu {
    position: absolute;
    opacity: 0;
    left: -9999px;
    z-index: 99999;
    display: block !important;
    right: auto;
    box-shadow: 0px 10px 20px -5px rgba(10, 42, 105, 0.06) !important;
    background: #f5f5f5;
}
nav#site-navigation .menu li.menu-item-has-children:hover .sub-menu,
nav#site-navigation .menu li.menu-item-has-children:focus .sub-menu,
nav#site-navigation .menu li.menu-item-has-children:focus-within .sub-menu {
  display: block;
  left: 0;
  margin-top: 0;
  opacity: 1;
}
nav#site-navigation .menu li.menu-item-has-children .sub-menu li.menu-item-has-children>.sub-menu {
  position: absolute;
  opacity: 0;
  left: -9999px;
  z-index: 99999;
  display: block !important;
}
nav#site-navigation .menu li.menu-item-has-children .sub-menu li.menu-item-has-children:hover .sub-menu,
nav#site-navigation .menu li.menu-item-has-children .sub-menu li.menu-item-has-children:focus .sub-menu,
nav#site-navigation .menu li.menu-item-has-children .sub-menu li.menu-item-has-children:focus-within .sub-menu {
  display: block;
  left: 220px;
  margin-top: 0;
  opacity: 1;
}
nav#site-navigation li > .sub-menu li a {
    padding: 8px 20px !important;
}
nav#site-navigation li > .sub-menu li a:hover,
nav#site-navigation li > .sub-menu li a:focus {
    background:#fe5b25;
    color: #fff;
}
.header-navigation li a {
    padding: 10px 12px;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.2px;
	transition: 0.2s;
}
.header-navigation li a:hover {
	color: #fe5b25;
	transition: 0.2s;
}
p.site-title a {
    font-weight: 800;
    font-size: 29px;
}
body.search input[type="submit"] {
    padding: 14px 18px;
}
.header-navigation ul ul {
    background: #fff;
    width: 220px;
}
.header-navigation li {
    display: inline-block;
}
nav#site-navigation .menu li.menu-item-has-children .sub-menu li {
    border-bottom: none;
    width: 100%;
}
.header-navigation ul ul a {
    width: 100%;
}
nav#site-navigation li.menu-item-has-children>a:after {
    position: relative;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    top: 2px;
}
#hamburger-menu span {
    opacity: 1;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 10px;
    color: black;
    background-color: #fe5b25;
    position: absolute;
    transform: rotate(0deg);
    transition: .4s ease-in-out;
}
#hamburger-menu span:nth-child(1) {
    top: 0;
}
#hamburger-menu span:nth-child(2) {
    top: 7px;
}
#hamburger-menu span:nth-child(3) {
    top: 14px;
}
#hamburger-menu.open span:nth-child(1) {
    transform: translateY(9px) rotate(135deg);
}
#hamburger-menu.open span:nth-child(2) {
    opacity: 0;
    transform: translateX(-60px);
}
#hamburger-menu.open span:nth-child(3) {
    transform: translateY(-9px) rotate(-135deg);
}
#hamburger-menu {
    position: relative;
    width: 22px;
    height: 20px;
}
button.close-menu {
    display: none;
}
.archive .site-main article header.entry-header h2,
.blog .site-main article header.entry-header h2 {
    font-size: 20px;
    margin-bottom: 7px;
}
.archive .site-main article header.entry-header h2 a,
.blog .site-main article header.entry-header h2 a {
    color: #1D1A4E;
}
.archive .page-section .site-main article footer.entry-footer,
.blog .page-section .site-main article footer.entry-footer {
    margin-top: 20px;
}
.archive .page-section .site-main article:last-child,
.blog .page-section .site-main article:last-child {
    margin-bottom: 0;
}
footer#colophon {
    background: #282828;
}
footer#colophon h3.widget-heading {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 10px;
    color: #fe5b25;
    letter-spacing: 0.2px;
}
#nav_menu-4 h3.widget-heading {
	color: transparent !important;
	border-bottom: 2px solid #fe5b25;
	margin-right: 70px;
}
.prefooter {
    padding: 60px 0 30px;
	margin-top: 40px;
}
.prefooter ul li a {
    color: #ddd;
	font-size: 15px;
	position: relative;
	transition: 0.3s;
}
.prefooter ul li:before {
	content: "\f105";
    font-family: FontAwesome;
	color: #fe5b25;
	font-size: 14px;
	padding-right: 4px;
	text-decoration: none !important;
}
.prefooter ul li a:hover {
	transition: 0.3s;
	text-decoration: line-through #fe5b25 !important;
}
.prefooter ul li a:hover:before {
	text-decoration: none !important;
}
div#calendar_wrap table {
	background-color: transparent;
	width: 100%;
}
#wp-calendar caption {
	background-color: #33475b;
	color: #ffffff;
	padding: 10px;
}
#wp-calendar thead tr th {
	text-align: center;
}
table th {
border: 1px solid #dddddd;
padding: 8px;
line-height: 20px;
text-align: center;
vertical-align: top;
}
table td {
border: 1px solid #dddddd;
padding: 8px;
line-height: 20px;
text-align: center;
vertical-align: top;
}
table td {
border: 1px solid #dddddd;
padding: 8px;
line-height: 20px;
text-align: center;
vertical-align: top;
}
#wp-calendar tbody tr td {
	text-align: center;
}
#wp-calendar tr th {
border: 1px solid rgba(0, 0, 0, 0.2);
border-right: 0;
border-bottom: 0;
}
#wp-calendar tr th:last-child {
	border-right: 1px solid rgba(0, 0, 0, 0.2);
}
#wp-calendar tr td {
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-right: 0;
	border-bottom: 0;
}
#wp-calendar tr td a {
	font-weight: bold;
}
#wp-calendar tr td:last-child {
	border-right: 1px solid rgba(0, 0, 0, 0.2);
}
#wp-calendar tfoot tr td {
	border-bottom: 1px solid rgba(0, 0, 0, 0.2); 
}
#secondary #wp-calendar tr td {
	border: 1px solid #eee;
}
#secondary #wp-calendar tr th {
	border: 1px solid #eee;
}
.prefooter a, .prefooter p, .prefooter span {
    color: #fff;
}
.prefooter ul {
    color: #ddd;
    list-style: none;
    padding: 0 0 0 2px;
}
.site-info,
.site-info a {
    color: #ccc;
	text-transform: uppercase;
}
.site-info {
    padding: 10px 0;
    text-align: center;
    border-top: 1px solid rgba(238, 238, 238, 0.19);
    font-size: 13px;
}
div#hamburger-menu {
    display: none;
}
input.wp-block-search__input {
    padding: 14px 10px;
    border-radius: 0px;
}
.single article footer.entry-footer {
    margin: 30px 0;
}
.sr-only {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
svg.svg-icon path {
    fill: #fe5b25;
}
input#wp-comment-cookies-consent {
    width: auto;
    height: auto;
}
.widget_recent_jobs ul.job_listings li.job_listing {
    padding-left: 15px;
    padding-right: 15px;
}
.job_filters .select2-container {
    width: 100% !important;
}
.site-logo h1.site-title {
    font-size: 21px;
}
h2.widgettitle,h2.widget-title {
    font-size: 21px;
}
input[type="search"] {
    padding: 9px 10px;
    border-radius: 0;
}
.error404 form.search-form {
    margin-bottom: 20px;
}
.section-spacing {
    padding: 70px 0;
}
.section-headings {
    text-align: center;
    margin-bottom: 50px;
}
.cta-section {
    padding: 90px 0;
    text-align: center;
}
.hero-section {
    padding: 160px 0;
}
.section-headings h2 {
    font-size: 34px;
    font-weight: 700;
    line-height: 120%;
}
.cta-section,.hero-section {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
a.btn-default {
    font-weight: normal;
    background-color: #fe5b25;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    padding: 15px 28px;
    border-radius: 6px;
    display: inline-block;
    border: none;
}
a.btn-default:hover {
    color: #fff;
}
header#masthead {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	background: #f8f8f8;
    box-shadow: 0 0 10px rgba(62,64,69,.4);
	padding: 5px 0;
	z-index: 99;
}
.section-overlay:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 34%);
    content: "";
}
.section-overlay {
    position: relative;
}
.aioseo-breadcrumbs {
	text-align: center;
	margin: 0 auto 5px;
}
.aioseo-breadcrumbs span,
.aioseo-breadcrumbs a,
.aioseo-breadcrumbs span a {
	font-size: 14px;
	color: #777;
	transition: 0.2s;
}
.aioseo-breadcrumbs span a:hover,
.aioseo-breadcrumbs a:hover {
	color: #fe5b25;
}
.cta-section h2 {
    color: #fff;
}
.cta-section span {
    color: #fff;
}
h2.comments-title {
    font-size: 21px;
}
.directorist-single.directorist-container {
    background: #f6f7f9;
}
.single .directorist-card {
    border: none;
}
.single .widget.atbd_widget, .single .widget.atbd_widget[id^=bd],
.single .widget.atbd_widget[id^=dcl]{
      border: none;  
}
.slickSliderImages {
    display: none;
}
.slickSliderImages.slick-initialized {
    display: block;
}
.widget.atbd_widget ul,.widget.atbd_widget ol{
    padding: 20px 30px !important; 
}
.widget.atbd_widget .atbdp ul {
    padding: 0 !important;
}
.widget.atbd_widget .atbdp ol {
    padding: 0 !important;
}
.atbd_widget.widget h2.wp-block-heading {
    font-size: 20px;
    padding: 15px 30px;
    border-bottom: 1px solid #eff1f6;
    margin-bottom: 0;
}
.directorist-card__header.directorist-flex.directorist-justify-content-between {
    display: none;
}
.widget.atbd_widget .atbd_author_info_widget .atbd_widget_contact_info ul li .atbd_info {
    word-break: break-all;
}
#directorist.atbd_wrapper .btn-primary, .default-ad-search .submit_btn .btn-default,
.atbdp_login_form_shortcode #loginform p input[type=submit],
.default-ad-search .submit_btn .btn-primary, .directorist-btn.directorist-btn-primary,
.directorist-content-active .widget.atbd_widget .directorist .btn,
.atbd-add-payment-method form .atbd-save-card,
.directorist-content-active .widget.atbd_widget .atbd_author_info_widget .btn {
    border: none;
}
form#atbdp-contact-form-widget {
    text-align: left;
}
.single-at_biz_dir {
    background: #fe5b25;
}
.single-at_biz_dir header#masthead {
    background: #fff;
}
.directorist-signle-listing-top.directorist-flex.directorist-align-center.directorist-justify-content-between {
    display: none;
}
.plasmaSlider {
    width: 100%;
}
.header-add-listing a {
    font-size: 16px;
    font-weight: 400;
    background-color: #fe5b25;
    border-radius: 6px;
    padding: 9px 14px !important;
    color: #fff;
}
.header-add-listing a:hover{
    background: #222;
}
p.site-title {
    margin-bottom: 0;
}
.site-info a {
    color: #fe5b25;
}
.site-info p {
    margin: 0;
}
aside#secondary .widget {
    margin-bottom: 30px;
}
.wp-block-search__button {
    margin-left: 4px;
    word-break: normal;
}
.widget.widget_search input.search-submit {
    padding: 15px 28px;
}
.site-logo img.custom-logo {
    height: auto;
    width: 100%;
    max-width: 170px;
}
.site-logo {
    display: flex;
    align-items: center;
    gap: 10px;
}
.mc4wp-form-fields input[type="submit"] {
    background: #fe5b25;
    color: #fff;
    border: none;
    padding: 12px 16px;
    text-transform: uppercase;
    font-size: 14px;
}
.mc4wp-form-fields input[type="email"] {
    padding: 7px 16px;
    width: 200px;
    outline: none !important;
    border-radius: 6px;
}
.mc4wp-form-fields input[type="text"] {
    padding: 7px 16px;
    width: 200px;
    outline: none !important;
    border-radius: 6px;
}
.mc4wp-form-fields input[type="submit"]:hover {
    background: #1a2b28;
    color: #fff;
}
.mc4wp-form-fields {
    text-align: center;
}
#sb_instagram #sbi_load {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}
#sb_instagram:hover #sbi_load{
    opacity: 1;
}
#sb_instagram {
    padding-bottom: 0 !important;
}
#sb_instagram #sbi_load .sbi_load_btn,
#sb_instagram .sbi_follow_btn a {
    margin: 0;
    border-radius: 0;
}
.posts-wrap {
    display: flex;
    flex-wrap: wrap;
}
.destination-meta span {
    font-size: 28px;
    margin-bottom: 10px;
    display: block;
    z-index: 99;
    position: relative;
}
.post-wrap-element .post-content h2{
    font-size: 18px;
    margin-top: 8px;
    margin-bottom: 0;
}
.post-wrap-element .post-content h2 a{ 
    color: #fe5b25;
}
.post-wrap-element .post-content ul.post-meta {
    margin-top: 5px;
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.post-wrap-element .post-content ul.post-meta li a {
    font-size: 13px;
    font-weight: normal;
}
.post-wrap-element .post-content .post-meta li+li {
    margin-left: 0.5rem;
}
.post-wrap-element .post-content .post-meta li {
    display: inline-block;
    position: relative;
}
.post-wrap-element .post-content {
    text-align: center;
    margin-top: 20px;
}
.post-wrap-element li.meta-date:before {
    content: "";
    height: 10px;
    width: 1px;
    background: #959595;
    position: absolute;
    left: -8px;
    top: 8px;
    transform: rotate(21deg);
}
.post-wrap-element li.post-cat {
    position: relative;
    padding-right: 4px;
    margin-right: 2px;
}
.single .post-wrap-element .post-content {
    text-align: left;
    margin-bottom: 20px;
}
.site-title-wrap p {
    margin: 0;
    font-size: 13px;
}
.header-navigation {
    display: flex;
    align-items: center;
}
.header-navigation .social-icons {
    padding-left: 30px;
}
.social-icons span {
    display: inline-block;
    font-size: 18px;
    margin: 0 6px;
}
nav#site-navigation .social-icons {
    display: none;
}
.header2 nav#site-navigation {
    margin-left: 0;
}
header#masthead.header2 .col-md-12 {
    justify-content: space-between;
}
.header3 .top-header-wrap {
    display: flex;
    align-items: center;
    width: 100%;
}
.header3 .site-logo {
    padding: 0;
    text-align: center;
}
.social-icons span a {
    color: #747474;
}
.header-search svg path{
    fill: #747474;
}
.header3 .social-icons,
.header3 .site-logo,
.header3 .header-search {
    flex-grow: 1;
    float: none;
    display: inherit;
    margin: 0;
    max-width: 33.33%;
}
.header-search svg {
    width: 21px;
}
.header3 .site-logo {
    justify-content: center;
}
.header3 .header-search {
    justify-content: end;
}
.header-search {
  display: inline-block;
  position: relative;
  height: 35px;
  float: right;
  padding: 0;
  position: relative;
}
.header-search input[type="search"] {
  height: 40px;
  display: inline-block;
  border: none;
  outline: none;
  color: #555;
  padding: 3px;
  padding-right: 60px;
  width: 0px;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  z-index: 3;
  transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
  cursor: pointer;
  font-size: 15px !important;
  font-weight: normal;
}
.header-search input[type="search"]:focus:hover {
  border-bottom: 1px solid #BBB;
}
.header-search input[type="search"]:focus {
  width: 300px;
  z-index: 999;
  border: none !important;
  border-bottom: 1px solid #BBB !important;
  cursor: text;
  background-color: #fff;
  border-radius: 0;
}
.header-search .search-form input.search-submit {
  height: 38px;;
  width: 21px;
  display: inline-block;
  float: right;
  background: url(../img/search.png) center center no-repeat;
  text-indent: -10000px;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9999;
  cursor: pointer;
  cursor: pointer;
  transition: opacity .4s ease;
  background-size: contain;
  padding: 0 !important;
  pointer-events: none !important;
}
.header-search input.search-submit {
  display: none;
}
.header-search input[type="search"] {
  border: none !important;
}
header#masthead.header3 .col-md-12 {
    display: block;
}
.header3 .bottom-header-wrap nav#site-navigation {
    justify-content: center;
}
header#masthead.header3 {
    padding-bottom: 5px;
}
.header3 .bottom-header-wrap {
    border-top: 1px solid #eee;
    margin-top: 16px;
}
.header3 .bottom-header-wrap {
    border-top: 1px solid #eee;
    margin-top: 10px;
    padding-top: 5px;
}
header#masthead.dark-header {
    background: #000;
}
header#masthead.dark-header p.site-title a,
header#masthead.dark-header p.site-description {
    color: #fff;
}
header#masthead.dark-header .header-navigation li a{
     color: #fff;   
}
header#masthead.dark-header .social-icons span a{
     color: #fff;  
}
header#masthead.dark-header nav#site-navigation .menu li.menu-item-has-children .sub-menu{
    background: #000;
}
header#masthead.dark-header nav#site-navigation .menu li.menu-item-has-children .sub-menu li:last-child {
    border-bottom: none;
}
.dark-header.header3 .bottom-header-wrap {
    border-top: 1px solid #40404091;
}
header#masthead .container-fluid {
    padding-left: 3%;
    padding-right: 3%;
}
header#masthead.header4 {
    max-width: 1200px;
    z-index: 999;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 22px;
    left: 50%;
    padding-left: 20px;
    padding-right: 20px;
    transform: translate(-50%, 0);
    background: #fff;
    -webkit-box-shadow: 0px 5px 20px -17px rgba(0, 0, 0, 0.34);
    -moz-box-shadow: 0px 5px 20px -17px rgba(0, 0, 0, 0.34);
    box-shadow: 0px 5px 20px -17px rgba(0, 0, 0, 0.34);
}
header#masthead.header4.dark-header {
    background: #000;
}
.logged-in header#masthead.header4{
    top: 55px;
}
header#masthead.header4 .container-fluid{
    padding-left: 0;
    padding-right: 0;
}
header#masthead.transparent {
    position: absolute;
    z-index: 999;
    width: 100%;
    top: 0;
}
.logged-in header#masthead.transparent {
    top: 32px;
}
header#masthead.transparent p.site-title a,
header#masthead.transparent p.site-description {
    color: #fff;
}
header#masthead.transparent .header-navigation ul>li>a{
     color: #fff;   
}
header#masthead.transparent nav#site-navigation li > .sub-menu li a{
    color: #1D1A4E;
}
header#masthead.transparent .social-icons span a{
    color: #fff;
}
.hero-section {
    display: flex;
    gap: 60px;
    flex-wrap: nowrap;
}
.hero-section .image-wrap {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 50%;
}
.hero-section .hero-blog-content {
    width: 50%;
    padding-top: 80px;
}
.hero-blog-content h1 {
    font-size: 40px;
}
.small-slider-sec .title h2 {
    font-size: 15px;
    margin-bottom: 5px;
    color: #fff;
}
.small-slider-sec .title h2 a{
    color: #fff;
}
.small-slider-sec .info ul.post-meta li a {
    color: #fff;
    font-size: 13px;
}
ul.post-meta li a {
    color: #959595;
    font-size: 13px;
    font-weight: normal;
}
li.post-cat {
    position: relative;
    padding-right: 4px;
    margin-right: 2px;
}
.post-meta li {
    display: inline-block;
    position: relative;
}
.post-meta li+li {
    margin-left: 0.5rem;
}
.post-meta li+li {
    margin-left: 0.5rem;
}
li.meta-date:before {
    content: "";
    height: 10px;
    width: 1px;
    background: #959595;
    position: absolute;
    left: -8px;
    top: 8px;
    transform: rotate(21deg);
}
ul.post-meta {
    margin: 0;
    padding: 0;
}
article.blog-post h2 {
    font-size: 15px;
    margin-top: 8px;
    margin-bottom: 0;
}
article.blog-post h2 a{
    color: #1D1A4E;
}
article.blog-post .title {
    margin-top: 20px;
}
article.blog-post ul.post-meta {
    margin-top: 5px;
}
article .entry-meta a {
    color: #4A4A4A;
}
.cta-section h2 {
    color: #fff;
    font-size: 40px;
    display: block;
    margin-bottom: 20px;
}
.cta-section span {
    color: #fff;
    font-size: 18px;
    line-height: 145%;
    display: block;
    margin-bottom: 40px;
}
.cta-section .row {
    max-width: 750px;
    margin: 0 auto;
}
.mc4wp-form-fields input[type="submit"] {
    background: #fe5b25;
    color: #fff;
    border: none;
    padding: 12px 16px;
    text-transform: uppercase;
    font-size: 14px;
}
.mc4wp-form-fields input[type="email"] {
    padding: 7px 16px;
    width: 200px;
    outline: none !important;
    border-radius: 6px;
}
.mc4wp-form-fields input[type="text"] {
    padding: 7px 16px;
    width: 200px;
    outline: none !important;
    border-radius: 6px;
}
.mc4wp-form-fields input[type="submit"]:hover {
    background: #000;
    color: #fff;
}
.mc4wp-form-fields {
    text-align: center;
}
.mc4wp-form-fields input[type="submit"] {
    background: #fe5b25;
}
.blog nav.navigation.posts-navigation,
.archive nav.navigation.posts-navigation,
.search nav.navigation.posts-navigation {
    width: 100%;
}
.single .col-md-12.no-sidebar header.entry-header {
    text-align: center;
}
.single .post-thumbnail {
    text-align: center;
}
input.wp-block-search__input {
    padding: 8px 10px;
    border-radius: 6px;
}
input.wp-block-search__input {
    padding: 9px 10px;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    width: 80%;
}
.wp-block-search__button {
    background: #fe5b25;
    margin-left: 0;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    padding: 10px 28px;
    position: absolute;
    right: 1px;
    top: 0;
}
.wp-block-search__inside-wrapper {
    position: relative;
}
.widget input[type="search"] {
    padding: 9px 10px;
    border-radius: 6px;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    width: 80%;
}
.widget_search label {
    width: 100%;
}
.widget.widget_search input.search-submit {
    background: #fe5b25;
    margin-left: 0;
    border-radius: 6px;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    position: absolute;
    right: 0;
    top: 0;
}
form.search-form {
    position: relative;
}
.widget_search label {
    margin: 0 !important;
}
input#wp-comment-cookies-consent {
    width: auto;
    height: auto;
}
input.wp-block-search__input {
    padding: 8px 10px;
    border-radius: 6px;
}
input.wp-block-search__input {
    padding: 8px 10px;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.wp-block-search__button {
    background: #fe5b25;
    margin-left: 0;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.widget input[type="search"] {
    padding: 9px 10px;
    border-radius: 6px;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.widget.widget_search input.search-submit {
    background: #fe5b25;
    margin-left: 0;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.widget_search label {
    margin: 0 !important;
}
.mc4wp-form-fields input[type="email"] {
    width: 70%;
}
.mc4wp-form-fields input[type="submit"] {
    width: 30%;
}
.mc4wp-form-fields {
    display: flex;
    gap: 15px;
}
.single.single-job_listing .col-md-12.no-sidebar header.entry-header {
    text-align: left;
}
.error404 input[type="search"] {
    border-radius: 6px;
}
.error404 input.search-submit {
    padding: 14px 20px;
}
.custom-blog-widget .post-content .entry-meta .author {
    display: inline-block;
    margin-right: 20px;
    font-size: 16px;
}
.custom-blog-widget .post-content .entry-meta .date {
    display: inline-block;
    font-size: 16px;
}
.custom-blog-widget .post-content .entry-meta svg {
    top: 7px;
    position: relative;
    width: 19px;
}
.custom-blog-widget .post-content .entry-meta {
    margin-top: 5px;
    margin-bottom: 15px;
}
.archive header.page-header {
    text-align: center;
}
.site-main article p a, .site-main article .entry-content a,
.comment-content p a, .site-main article li a,
.comment-content li a, .textwidget p a {
    text-decoration: underline !important;
}
.hero-section .col-md-12 {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}
.hero-section .row{
    display: flex;
}
.hero-section h1 {
    font-size: 50px;
    line-height: 125%;
    color: #FFFFFF;
    margin-bottom: 20px;
}
.hero-section span {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 500;
    display: block;
    line-height: 31px;
}
.hero-section a.btn-default {
    margin-top: 40px;
}
.custom-blog-widget {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px; 
}
.comment-body .comment-metadata {
  margin-left: 39px;
}
.comment-list li.comment {
  margin-top: 30px;
}
.service-card {
    height: 430px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.service-content {
    width: 90%;
    text-align: center;
    background: rgb(255 255 255 / 80%);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -20px);
    padding: 20px;
}
.service-content h3 {
    color: #1D1A4E;
    font-size: 24px;
    line-height: 125%;
}
.service-content h3 {
    color: #1D1A4E;
    font-size: 24px;
    line-height: 125%;
}
.service-content span {
    font-size: 16px;
    color: #56585C;
    font-weight: 400;
    line-height: 25px;
}
.hero-section .directorist-search-contents {
    margin-top: 40px;
}
.hero-section .directorist-search-contents .directorist-listing-category-top h3{
    color: #fff;
}
.hero-section .directorist-listing-category-top li a{
    color: #fff;
}
.hero-section .directorist-listing-category-top li a i{
    color: #fff;
}
.hero-section .directorist-listing-category-top li a .directorist-icon-mask:after{
     background-color: #fff;   
}
.hero-section .directorist-search-contents .directorist-listing-category-top {
    text-align: center;
}
.hero-section .directorist-search-contents .directorist-listing-category-top ul {
    justify-content: center;
}
.directorist-search-contents {
    padding: 0;
}
.directorist-search-form__box {
    padding: 10px 20px;
    border: none;
    padding-right: 10px;
}
.directorist-search-form-action__submit .directorist-btn-search {
    border-radius: 6px !important;
}
.directorist-row>* {
    padding-left: 10px;
    padding-right: 10px;
}
.directorist-content-active .directorist-listing-single.directorist-listing-card .directorist-listing-single__thumb {
    padding: 0;
}
.directorist-content-active .directorist-listing-single.directorist-listing-card .directorist-thumnail-card-front-img {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.directorist-content-active .directorist-listing-single__thumb .directorist-thumnail-card {
    border-radius: 0;
}
.directorist-content-active .directorist-listing-single__thumb .directorist-thumnail-card {
    height: 220px !important;
}
.directorist-content-active .directorist-listing-single__info .directorist-listing-title {
    margin-bottom: 8px;
}
.directorist-content-active .directorist-listing-single__info {
    padding-top: 20px;
}
.directorist-listing-details .directorist-listing-single__info {
    padding: 0;
}
.directorist-swiper-related-listing.directorist-swiper .swiper-wrapper{
    height: 100%;
}
.directorist-swiper-related-listing.directorist-swiper .directorist-thumnail-card {
    height: 200px !important;
}
.directorist-categories__single__content {
    padding: 20px 15px;
    min-height: 170px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}
.directorist-categories__single__content .directorist-categories__single__icon {
    margin-bottom: 8px;
}
.directorist-location--grid-one .directorist-location__single--img .directorist-location__content {
    display: flex;
    flex-direction: row;
    align-items: end;
    justify-content: start;
    gap: 10px;
}
.directorist-location--grid-one .directorist-location__single--img {
    height: auto;
}
.directorist-location--grid-one .directorist-location__single--img .directorist-location__content {
    position: relative;
    height: auto;
    box-shadow: 0 0.125rem 0.125rem -0.125rem rgba(31, 27, 45, 0.08), 0 0.25rem 0.75rem rgba(31, 27, 45, 0.08) !important;
}
.directorist-location--grid-one .directorist-location__single img {
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.directorist-location--grid-one .directorist-location__single--img .directorist-location__content {
    position: relative;
    height: auto;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.14) !important;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    text-align: center;
    justify-content: center;
    gap: 5px;
}
.directorist-location--grid-one .directorist-location__count:before {
    content: "(";
}
.directorist-location--grid-one .directorist-location__count:after {
    content: ")";
}
.directorist-location--grid-one .directorist-location__single__img {
    height: 220px;
}
.directorist-taxonomy-list-one .directorist-taxonomy-list__card {
    padding-left: 20px !important;
}
.directorist-search-contents.directorist-contents-wrap .directorist-container-fluid {
    padding: 0;
}
.directorist-search-contents .directorist-listing-category-top ul {
    justify-content: left;
    gap: 20px;
}
.directorist-search-contents .directorist-listing-category-top h3{
    display: block;
    text-align: left;
}
.directorist-search-contents .directorist-listing-category-top h3 {
    display: block;
    text-align: left;
    font-size: 16px;
    margin-bottom: 20px;
    border-bottom: 1px solid ;
    display: inline-block;
}
.directorist-search-contents .directorist-listing-category-top {
    text-align: left;
    margin-top: 40px;
}
.directorist-search-contents .directorist-listing-category-top ul {
    justify-content: left;
    gap: 20px;
    padding-left: 0;
}
.directorist-location--grid-one .directorist-location__single--img .directorist-location__content:hover{
    background: #e61e4d;
}
.directorist-location--grid-one .directorist-location__single--img .directorist-location__content:hover h3 a,
.directorist-location--grid-one .directorist-location__single--img .directorist-location__content:hover span{
    color: #fff !important;
}

@media (max-width: 767px) {
    #posabsolute{
        position: relative;
    }
}

@media (max-width: 575px) {
    .directorist-search-form__box{
        padding: 0;
    }
}

.directorist-single-listing-slider {
    width: 100% !important;
}
.directorist-single-listing-slider.swiper-backface-hidden .swiper-slide {
      width: 100% !important;  
}
.directorist-single-listing-slider .swiper-slide img {
    max-width: 100% !important;
}
.directorist-listing-details {
    margin-top: 0;
}
.site-footer .widget .directorist-taxonomy-list-one .directorist-taxonomy-list__count,
.site-footer .widget .directorist-taxonomy-list-one .directorist-taxonomy-list__name {
    color: #fff;
}
.site-footer .widget .directorist-card__body {
    padding: 0;
}
.site-footer .widget .directorist-widget-taxonomy .directorist-taxonomy-list-one .directorist-taxonomy-list__card {
    padding-left: 0 !important;
}
.directorist-location--grid-one .directorist-location__content h3 {
    font-weight: 700;
    color: #1D1A4E;
}
.directorist-location--grid-one .directorist-location__single--img .directorist-location__content a,
.directorist-location--grid-one .directorist-location__single--img .directorist-location__count {
    color: #1D1A4E; 
}
.directorist-location--grid-one .directorist-location__single--img .directorist-location__content {
    align-items: center;
}
.directorist-content-active .directorist-listing-single__info .directorist-listing-title{
    font-weight: 700;
}
.directorist-single-wrapper {
    padding-bottom: 50px;
}
.listing-section .listing-with-sidebar__searchform {
    display: none;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1280px;
        width: 100%;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 1280px;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 1280px;
        width: 100%;
    }
}

footer.entry-footer {
	display: none;
}
p {
    margin: 0 0 15px;
}
.page-id-291 .entry-content div,
.page-id-3 .entry-content div {
	margin-bottom: 15px;
}
.random-posts-navigation {
	border-top: 1px solid #ddd;
	padding: 15px 0 0 0;
	margin: 25px 0 0 0;
}
.random-posts-navigation h2 {
	position: relative;
	display: inline-block;
	padding: 0 10px 0 2px;
	line-height: 1;
	font-size: 28px;
	margin: 0 0 20px 0;
}
.random-posts-navigation h2:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 7px;
	background: #fe5b25bd;
	z-index: -1;
	border-radius: 2px;
}
.random-posts-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.random-posts-navigation ul li {
	display: inline;
	width: 24%;
	float: left;
	margin: 0 0.5%;
}
.random-posts-navigation ul li img {
	width: 100%;
	border: 1px solid #fff;
	border-radius: 4px;
	transition: 0.2s;
}
.random-posts-navigation ul li img:hover {
	transition: 0.2s;
	border-color: #fe5b25bd;
	cursor: pointer;
}
.random-posts-navigation ul li h3 {
	font-size: 16px;
	text-align: center;
	margin: 7px 0 15px;
}
.single .entry-content h3 {
	position: relative;
	display: inline-block;
	padding: 0 10px 0 2px;
	line-height: 1;
	font-size: 28px;
	margin: 10px 0 25px 0;
	letter-spacing: 0.2px;
}
.single .entry-content h3:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 6px;
	background: #fe5b25bd;
	z-index: -1;
	border-radius: 2px;
}
.single .entry-title {
    font-size: 40px;
    line-height: 1.4;
	position: relative;
	display: inline-block;
	padding: 0 5px;
	text-transform: uppercase;
	letter-spacing: 0.3px;
	margin: 0 0 0 0;
}
.single .entry-title:before {
	content: '';
	position: absolute;
	bottom: 3px;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 10px;
	background: #fe5b25bd;
	z-index: -1;
	border-radius: 2px;
}
.home_maint {
	background: url(/wp-content/uploads/2026/02/bbg2.jpg);
	background-size: coover;
	background-position: bottom;
}
.top_one_cat {
	background: #fe5b25;
	padding: 90px 0 25px;
}
.top_one_cat p {
	max-width: 450px;
	padding-left: 10px;
	color: #fff;
	font-size: 17px;
}
.top_one_cat ul {
    list-style: none;
    padding: 20px 0 0 20px;
    margin: 0;
    color: #fff;
    font-size: 17px;
    line-height: 1.7;
}
.top_one_cat ul li strong {
	text-decoration: underline;
}
.vtitle {
	margin: 110px 0 0 310px;
}
.vtitle h4 {
	color: #fff;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	font-size: 25px;
	font-weight: 500;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
.vtitle h1 {
	font-weight: 700;
	color: #fff;
	font-size: 60px;
	letter-spacing: 0.3px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	line-height: 1.1;
}
.home .prefooter {
	margin: 0;
}
.top_two_cat {
	background: #fe5b25;
	padding: 30px;
	max-width: 40%;
}
.inthe_bottom {
	margin: 50px 0 0 0;
	text-align: right;
}
.inthe_bottom ul {
	list-style: none;
	color: #fff;
	font-weight: 600;
	font-size: 17px;
	letter-spacing: 0.3px;
	line-height: 1.8;
}
.inthe_bottom ul a {
	color: #fff;
	transition: 0.2s;
}
.inthe_bottom ul a:hover {
	transition: 0.2s;
	text-decoration: underline !important;
}
.inthe_bottom ul a.toreq {
	border: 2px solid #fff;
	padding: 7px 25px 9px;
	margin: 0 0 0 0;
	line-height: 3;
	border-radius: 30px;
	background: transparent;
	text-decoration: none !important;
	transition: 0.3s;
}
.inthe_bottom ul a.toreq:hover {
	text-decoration: none !important;
	color: #fe5b25;
	background: #fff;
	transition: 0.3s;
}
.top_two_cat img {
	max-width: 100px;
	text-align: left;
	animation: spin 4.5s linear infinite;
    transform-style: preserve-3d;
}

@keyframes spin {
  0% { transform: rotateY(0deg); }
  100% { transform: rotateY(360deg); }
}

.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1280px;
}
.big_about {
	color: #fff;
	background: #fe5b25;
	padding: 110px 0 0;
	position: relative;
	margin-bottom: 450px
}
.absolh1 {
	position: relative;
}
.absolh1 h1 {
	transform: rotate(-90deg);
	position: absolute;
	top: 210px;
	left: -150px;
	width: 500px;
	height: 55px;
	font-size: 55px;
	margin: 0;
	letter-spacing: 1px;
}
.ins_big {
	max-width: 700px;
	font-weight: 500;
	font-size: 18px;
	letter-spacing:0.2px
}
.after_ins_big {
	position: relative;
	line-height: 1.5;
}
.big_about:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -450px;
	width: 100%;
	height: 60%;
	background: url(/wp-content/uploads/2026/02/53bh.jpg);
	background-size: cover;
	background-position: center;
	z-index: -1;
}
.big_service {
	padding: 120px 0 0;
	position: relative;
}
.ins_bigservice {
	max-width: 700px;
	font-weight: 500;
	font-size: 18px;
	letter-spacing: 0.2px;
	margin: 0 0 -5px 0 !important;
}
.for_h1_serv {
	position: relative;
}
.for_h1_serv h1 {
	transform: rotate(-90deg);
	position: absolute;
	top: 450px;
	left: -350px;
	width: 840px;
	height: 55px;
	font-size: 60px;
	margin: 0;
	letter-spacing: 1px;
}
.rystl {
	width: 50% !important;
	float: left;
	padding: 0 20px;
	margin: 20px 0 0 0;
}
.rystl figure {
	max-width: 100px;
	margin: 0 0 0 0 !important;
}
.rystl h3 {
	margin: 0 0 4px 0;
}
.rystl p {
	line-height: 1.4;
}
.big_service h2 {
	position: relative;
	padding: 0 10px 0 2px;
	line-height: 1;
	font-size: 32px;
	margin: 25px 0 0 0;
	letter-spacing: 0.2px;
}
.big_service h2:before {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 8px;
	background: #fe5b25bd;
	z-index: -1;
	border-radius: 2px;
}
.big_cont_f {
	background: #fe5b25;
}
.big_cont_f h1 {
	font-size: 45px;
	margin: 0 0 20px 0;
	color: #fff;
}
.left_cont {
	background: #fe5b25;
	padding: 110px 25px 0 35px;
	border-left: 1px solid #e1420e;
	box-shadow: -2px 2px 4px #55555552;
}
.right_cont {
	background: url(/wp-content/uploads/2026/02/74534d.jpg);
	background-size: cover;
	background-position: center;
	border: 1px solid #f9f9f9;
}
.yagi {
	margin: 0 0 25px 0 !important;
	color: #fff;
}
.yagi figure {
	max-width: 105px;
	background: #f9f9f9;
	border-radius: 50%;
	padding: 17px;
	box-shadow: 0 0 7px #55555585;
}
.yagi h3 {
	text-transform: uppercase;
	font-size: 18px;
}
.yagi h4 {
	color: #2d2c2f;
	background: #f9f9f9;
	display: inline-block;
	padding: 4px 7px;
	border-radius: 4px;
	font-size: 16px;
}
.yagi p {
	color: #fff;
	line-height: 1.4;
}
.second_big_cont {
	background: #fe5b25;
	position: relative;
	margin: 0 0 -40px 0;
}
.second_big_cont:after {
	content: '';
	position: absolute;
	left:0;
	right: 0;
	margin: auto;
	bottom: -300px;
	width: 100%;
	height: 100%;
	background: url(/wp-content/uploads/2026/02/ytr64.jpg);
	background-size: cover;
	background-position: center;
	z-index: -1;
	display: none;
}
.second_left {
	background: url(/wp-content/uploads/2026/02/frewq3.jpg);
	background-size: cover;
	background-position: center;
	border: 1px solid #f9f9f9;
	padding: 25px 40px;
}
.second_right {
	background: #f9f9f9;
	padding: 20px 25px;
}
.second_big_cont h2 {
	text-align: center;
	font-size: 20px;
	text-transform: uppercase;
	margin: 0 auto -25px;
}
.wpforms-container .wpforms-field, .wp-core-ui div.wpforms-container .wpforms-field {
    padding: 5px 0;
}
div.wpforms-container-full input[type=submit], div.wpforms-container-full button[type=submit],
div.wpforms-container-full .wpforms-page-button, .wp-core-ui div.wpforms-container-full input[type=submit],
.wp-core-ui div.wpforms-container-full button[type=submit],
.wp-core-ui div.wpforms-container-full .wpforms-page-button {
	margin: auto;
	text-align: center;
	width: 100%;
	border-radius: 35px;
	text-transform: uppercase;
	font-family: "Lato", sans-serif;
	font-weight: 600;
	letter-spacing: 0.2px;
	background: #fe5b25 !important;
	box-shadow: 1px 2px 3px #5555557a;
	height: 45px;
	transition: 0.2s;
	color: #fff;
}
div.wpforms-container-full input[type=submit]:hover,
div.wpforms-container-full button[type=submit]:hover,
div.wpforms-container-full .wpforms-page-button:hover,
.wp-core-ui div.wpforms-container-full input[type=submit]:hover,
.wp-core-ui div.wpforms-container-full button[type=submit]:hover,
.wp-core-ui div.wpforms-container-full .wpforms-page-button:hover {
	background: #ccc !important;
	transition: 0.2s;
	color: #333;
}
div.wpforms-container-full .wpforms-confirmation-container-full,
div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message),
div.wpforms-container-full .wpforms-confirmation-container-full,
div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
    background: #f9f9f9 !important;
    border: 1px solid #777 !important;
	text-align: center;
}
.ms-slide-info:before {
	content: '';
	position: absolute;
	top: -20px;
	right: 20px;
	width: 70px;
	height: 70px;
	background: url(/wp-content/uploads/2026/02/quotes1.png);
	background-size: cover;
	background-position: center;
}
.ms-slide-info {
	background: #ffffffeb;
	border-radius: 5px;
	padding: 30px 40px 20px;
}
.ms-slide-info h4 {
	letter-spacing: 0.3px;
	font-size: 22px;
}
.ms-slide-info h5 {
	letter-spacing: 0.2px;
	text-transform: uppercase;
	color: #666;
	font-size: 17px;
	display: inline-block;
	margin: 0 25px 10px 0;
	line-height: 1;
}
.ms-slide-info i {
	font-size: 18px;
	color: gold;
}
#menu-item-52 a {
	background: #ddd;
	border-radius: 35px;
	padding: 4px 15px;
	transition: 0.3s;
}
#menu-item-52 a:hover {
	transition: 0.3s;
	background: #999;
	color: #fff;
}
.enterfmode {
	background: #f9f9f9;
	max-width: 700px;
	margin: 0 auto;
	padding: 0 25px 20px;
	font-family: "Lato", sans-serif;
	border-radius: 0 0 10px 10px;
}
.mhw {
	font-family: "Lato", sans-serif;
	background: #f9f9f9;
	max-width: 700px;
	letter-spacing: 0.5px;
	margin: 0 auto -0;
	border-radius: 10px 10px 0 0;
	padding: 15px 5px 0;
}
.entttile {
	background: #f9f9f9;
	max-width: 700px;
	margin: 0 auto -24px;
	font-family: "Lato", sans-serif;
	letter-spacing: 0.5px;
	font-weight: 500;
	font-size: 20px;
	padding: 5px 0 10px;
}
.enterfmode .wpforms-container .wpforms-field,
.enterfmode .wp-core-ui div.wpforms-container .wpforms-field {
    padding: 5px 0;
	font-family: "Lato", sans-serif;
}
div.wpforms-container-full fieldset {
    text-align: left;
}









/* = MY NEXT NEW PLUS GO 2k - 2560
-------------------------------------------------------------- */
@media (min-width: 2560px) {
.ays-pb-modal_1 .close-image-btn {
    position: absolute;
    top: 10px;
    right: 870px;
    font-size: 35px;
    font-weight: 600;
}





}

/* = MY NEXT NEW PLUS GO 1600
-------------------------------------------------------------- */
@media (max-width: 1600px) {
.ays-pb-modal_1 .close-image-btn {
    position: absolute;
    right: 390px;
}





}

/* = MY NEXT NEW PLUS GO 1536
-------------------------------------------------------------- */
@media (max-width: 1536px) {






}

/* = MY NEXT NEW PLUS GO 1440
-------------------------------------------------------------- */
@media (max-width: 1440px) {
.ays-pb-modal_1 .close-image-btn {
	position: absolute;
	right: 305px;
}





}

/* = MY NEXT NEW PLUS GO 1366
-------------------------------------------------------------- */
@media (max-width: 1366px) {






}

/* = MY NEXT NEW PLUS GO 1280
-------------------------------------------------------------- */
@media (max-width: 1280px) {






}

/* = MY NEXT NEW PLUS GO 1194
-------------------------------------------------------------- */
@media (max-width: 1194px) {
.header-navigation li a {
    padding: 10px 10px;
    font-size: 16px;
}
.vtitle {
    margin: 110px 0 0 265px;
}
.ays-pb-modal_1 .close-image-btn {
	position: absolute;
	right: 180px;
}	
	




}

/* = MY NEXT NEW PLUS GO 1024
-------------------------------------------------------------- */
@media (max-width: 1024px) {
.vtitle {
    margin: 110px 0 0 180px;
}
.big_cont_f h1 {
    font-size: 40px;
    margin: 0 0 20px 0;
}
.ms-slide-info {
    padding: 20px 20px 10px;
}
.second_left {
    padding: 70px 40px 0;
}
.ms-slide-info h4 {
	font-size: 20px;
}
.ms-slide-info h5 {
	font-size: 15px;	
}
.yagi figure {
    max-width: 90px;
    padding: 15px;
}	
.absolh1 h1 {
    transform: rotate(-90deg);
    position: absolute;
    top: 235px;
    left: -170px;
    width: 500px;
    height: 55px;
    font-size: 55px;
    margin: 0;
    letter-spacing: 1px;
}
header.page-header h1.page-title {
    font-size: 30px;
}	
.custom-blog-widget p.post-excerpt {
    margin: 5px 0 5px 0;
    line-height: 1.4;
    font-size: 14px;
}	
.custom-blog-widget h3.entry-title {
    font-size: 17px;
}	
header.entry-header h1.entry-title {
    font-size: 27px;
}	
.single .entry-content h3 {
    font-size: 23px;
    margin: 10px 0 25px 0;
}
.random-posts-navigation h2 {
    font-size: 24px;
    margin: 0 0 20px 0;
}	
	
	
	
	

}

/* = MY NEXT NEW PLUS GO 768
-------------------------------------------------------------- */
@media (max-width: 768px) {
body {
	font-size: 15px;
}
header#masthead {
	padding: 5px 0 !important;
}
.site-logo img.custom-logo {
    max-width: 140px;
}
div#hamburger-menu {
	top: 12px !important;
}
.vtitle h1 {
    font-size: 40px;
}
.vtitle h4 {
    font-size: 20px;
}
.vtitle {
    margin: 110px 0 0 140px;
}	
.top_one_cat ul {
    font-size: 15px;
    line-height: 1.7;
}	
.top_one_cat {
    padding: 60px 0 25px;
}
.top_two_cat img {
    max-width: 80px;
}	
.top_two_cat {
    padding: 20px 25px 20px 20px;
    max-width: initial;
}	
#nav_menu-4 h3.widget-heading {
	color: transparent !important;
	border-bottom: 0;
	margin-right: 0;
	font-size: 0px !important;
}	
footer#colophon h3.widget-heading {
    font-size: 17px;
    margin-bottom: 5px;
}	
.prefooter ul li a {
    font-size: 14px;
}	
#menu-item-52 a {
    padding: 4px 15px;
    display: inline;
}
button.close-menu {
	background: #fe5b25 !important;
}	
.absolh1 h1 {
    transform: rotate(-90deg);
    position: absolute;
    top: 235px;
    left: -205px;
    width: 500px;
    height: 55px;
    font-size: 55px;
    margin: 0;
    letter-spacing: 1px;
}	
.for_h1_serv h1 {
	transform: rotate(-90deg);
	position: absolute;
	top: 450px;
	left: -375px;
	width: 840px;
	height: 55px;
	font-size: 60px;
	margin: 0;
	letter-spacing: 1px;
}
.second_left {
    padding: 130px 0px 0;
}	
.second_big_cont h2 {
	text-align: center;
	font-size: 17px;
	text-transform: uppercase;
	margin: 0 auto -25px;
	line-height: 1.3;
}	
.second_right {
    padding: 20px 10px;
}	


}

/* = MY NEXT NEW PLUS GO 500
-------------------------------------------------------------- */
@media (max-width: 500px) {
.top_one_cat {
    padding: 30px 0 10px;
    margin: 0 0 150px 0;
}
.vtitle {
    margin: 50px 0 0 150px;
}	
.vtitle h1 {
    font-size: 35px;
}
.top_two_cat {
    padding: 10px 15px 10px 10px;
    max-width: initial;
}	
.inthe_bottom {
    margin: 0 0 0 0;
    text-align: right;
}	
.site-logo img.custom-logo {
    max-width: 140px;
    height: auto !important;
}
.top_one_cat ul {
    padding: 20px 0 0 10px;
}
.big_about {
    padding: 80px 0 0;
    margin-bottom: 300px;
}
.absolh1 h1 {
    transform: none;
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
    font-size: 32px;
    margin: 0;
    letter-spacing: 1px;
}		
.ins_big {
    max-width: initial;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.2px;
	padding: 0 10px;
}
.wprt-container {
	max-width: 98%;
	margin: auto;
}
.big_cont_f h1 {
    font-size: 30px;
    margin: 0 auto 20px;
    text-align: center;
    padding: 0;
}	
.second_left {
    padding: 85px 0px 40px;
}	
.ms-slide-info:before {
	content: '';
	position: absolute;
	top: -25px;
	right: 10px;
	width: 60px;
	height: 60px;
	background: url(/wp-content/uploads/2026/02/quotes1.png);
	background-size: cover;
	background-position: center;
}	
.ms-slide-info h4 {
	font-size: 18px;
}
.ms-slide-info h5 {
	font-size: 14px;
	margin: 0 20px 10px 0;
}	
.yagi h3 {
    font-size: 16px;
}	
.big_service h2 {
    padding: 0 10px 0 2px;
    font-size: 23px;
    margin: 25px 0 0 0;
}
.rystl {
    width: 100% !important;
    float: none;
    padding: 0 0;
    margin: 25px 0 0 0;
}	
.for_h1_serv h1 {
    transform: none;
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
    font-size: 25px;
    margin: 0;
    letter-spacing: 1px;
}	
.big_service {
    padding: 80px 10px 0;
    position: relative;
}
.ins_bigservice {
    max-width: initial;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.2px;
    margin: 0 0 0 0 !important;
}	
.rystl h3 {
    margin: 0 0 5px 0;
    font-size: 20px;
}	
.prefooter {
    padding: 45px 0 15px !important;
}	
header.page-header h1.page-title {
    font-size: 23px;
}	
.archive header.page-header {
    text-align: center;
    margin: 25px 0 0 0;
}	
.aioseo-breadcrumbs {
    text-align: center;
    margin: 20px auto 5px;
}
.table-responsive table {
    width: 100% !important;
}	
.random-posts-navigation ul li {
    display: inline;
    width: 49%;
    float: left;
    margin: 0 0.5%;
}	
.site-info {
    padding: 10px 0;
    font-size: 12px;
}	
.single .entry-content h3 {
    font-size: 22px;
    margin: 10px 0 25px 0;
}
.random-posts-navigation h2 {
    font-size: 22px;
    margin: 0 0 20px 0;
}		
nav#site-navigation .menu li.menu-item-has-children .sub-menu {
    position: relative;
    opacity: 1;	
	left: 0;
}
.header-navigation li a {
	padding: 5px 10px;
	font-size: 14px;
}
nav#site-navigation li > .sub-menu li a {
    padding: 5px 15px !important;
}	
	
	

}

/* = MY NEXT NEW PLUS GO 400
-------------------------------------------------------------- */
@media (max-width: 400px) {
.for_h1_serv h1 {
    font-size: 23px;
}
.big_service h2 {
    padding: 0 10px 0 2px;
    font-size: 20px;
    margin: 25px 0 0 0;
}
.rystl h3 {
    margin: 0 0 5px 0;
    font-size: 18px;
}	
header.entry-header h1.entry-title {
	font-size: 19px !important;
}	
.aioseo-breadcrumbs span, .aioseo-breadcrumbs a, .aioseo-breadcrumbs span a {
    font-size: 13px;
}
.random-posts-navigation ul li h3 {
    font-size: 14px;
    text-align: center;
    margin: 5px 0 15px;
}	
	


}

/* = MY NEXT NEW PLUS GO 390
-------------------------------------------------------------- */
@media (max-width: 390px) {






}

/* = MY NEXT NEW PLUS GO 375
-------------------------------------------------------------- */
@media (max-width: 375px) {






}
