/*
 Theme Name:   Newspiner
 Theme URI:    http://localhost/newspiner/
 Description:  Child Theme
 Author:       Newspiner
 Author URI:   http://localhost/newspiner/
 Template:     flash
 Version:      1.0.0
*/


body {
	/*  font-family: "Poppins", sans-serif;*/
	font-family: "Montserrat", sans-serif !important;
	font-weight: normal;
	font-style: normal;
	font-size: 17px;
	color: #000000;
	overflow-x: hidden;
}

a {
	outline: medium none !important;
	color: #dc5901;
	-webkit-transition: all 0.3s ease-in-out !important;
	transition: all 0.3s ease-in-out !important;
}

a:focus {
	color: #dc5901;
	text-decoration: none !important;
}

a:hover {
	color: #dc5901;
	text-decoration: none !important;
}


a.read-more {
	border-bottom: 3px solid #dc5901;
}

input {
	outline: medium none !important;
	color: #dc5901;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Montserrat", sans-serif !important;
	font-weight: normal;
	color: #001935;
	margin-top: 0px;
	font-weight: 600;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}

label {
	font-weight: normal;
}

h1 {
	font-size: 28px;
	font-style: normal;
}

h2 {
	font-size: 24px;
	line-height: 38px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 14px;
}

p, ol, ul {
	font-family: "Montserrat", sans-serif !important;
	font-weight: normal;
	line-height: 1.7;
	color: #000000;
	font-size: 17px;
}

*::-moz-selection {
	background: #dc5901;
	color: #ffffff;
	text-shadow: none;
}

::-moz-selection {
	background: #dc5901;
	color: #ffffff;
	text-shadow: none;
}
.entry-content, .entry-summary{
	color:#000000 !important;
}
::selection {
	background: #dc5901;
	color: #ffffff;
	text-shadow: none;
}

.container-fluid {
	padding: 0 100px;
}
ol li::marker {
    font-weight: 700;
}
@media (min-width: 992px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
		max-width: 1200px;
	}
}

a {
	text-decoration: none;
}

a:hover {
	color: inherit;
}

/* font-colors */
.c-white {
	color: #fff;
}

.c-red {
	color: #dc5901;
}

.c-blue {
	color: #002765;
}

/* bg-colors */
.bg-red {
	background: #dc5901;
}

.bg-blue,
.bg-dark {
	background: #09488f !important;
}

.bg-yellow {
	background: #e0b300;
}

.bg-green {
	background: #033c02;
}

.bg-pink {
	background: #aa0088;
}

.bg-skyblue {
	background: #0086c4;
}

.bg-orange {
	background: #ff5400;
}

.bg-lightgreen {
	background: #00b46a;
}

.bg-purple {
	background: #5000b3;
}

.bg-lightgrey {
	background: #ededed;
}

/*line-height*/
.lh-1 {
	line-height: 1;
}

/*FONT-SIZE*/
.fnt-12 {
	font-size: 12px;
}

.fnt-14 {
	font-size: 14px;
}

.fnt-16 {
	font-size: 16px !important;
}

.fnt-18 {
	font-size: 18px;
}

.fnt-19 {
	font-size: 19px;
}

.fnt-20 {
	font-size: 20px;
}

.fnt-22 {
	font-size: 22px;
}

.fnt-24 {
	font-size: 24px;
}

.fnt-28 {
	font-size: 28px;
}

/*btn*/
.btn-check:focus+.btn,
.btn:focus {
	outline: 0;
	box-shadow: none;
}

/*clickable-tabs*/
.clickable-tab a:hover,
a.category-tag:hover,
.btn-red:hover {
	color: #fff !important;
	font-weight: 700;
}

.clickable-tab a {
	padding: 8px 15px;
	width: fit-content;
	font-size: 16px;
}

.clickable-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	margin: 20px 0;
}

.clickable-tabs p {
	margin-bottom: 0 !important;
}

.clickable-tabs a {
	padding: 4px 15px;
	width: fit-content;
	font-weight: 600;
	font-size: 14px !important;
	background: #002765;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.clickable-tabs a:hover {
	background: #dc5901;
}

/*top-category-two-banners*/
.category-banner-left {
	position: relative;
}

/* .category-banner-left:after {
	content: 'HEALTH';
	position: absolute;
	top: 0;
	color: white;
	left: 0;
	font-size: 18px;
	background: #dc5901;
	padding: 5px 20px;
	border-radius: 5px 0 0 0;
} */

.category-banner-right {
	position: relative;
}

/* .category-banner-right:after {
	content: 'QUOTES';
	position: absolute;
	top: 0;
	color: white;
	left: 0;
	font-size: 18px;
	background: #dc5901;
	padding: 5px 20px;
	border-radius: 5px 0 0 0;
} */

.banner-caption {
	position: absolute;
	bottom: 0;
	background: #DC5901;
	border-radius: 0px 0px 6px 6px;
}

/*main-content-section*/
.main-content-heading hr {
	opacity: 1;
	background: #f7f7f7;
	position: relative;
	height: 5px;
}

.main-content-heading hr:before {
	content: '';
	width: 90px;
	height: 5px;
	background: #dc5901;
	top: 0;
	left: 0;
	position: absolute;
}

a.category-tag {
	padding: 5px 10px;
}

.mt-mb-6 {
	margin-top: 4rem;
}


@media (min-width:768px) {
	.content-box .card img {
		max-width: 300px;
		height: 240px;
	}

}

@media (min-width:992px) {
	.content-box .card img {
		max-width: 380px;
		height: 250px;
	}
}

/*footer-css*/
.footer-link p {
	line-height: 1.4;
}

img.footer-logo {
	max-width: 130px;
}

.footer-title-border {
	border-bottom: 2px solid #fff;
}

.footer-link .border-bottom {
	border-bottom: 3px solid #ffffff38 !important;
}

.footer-link a {
	color: #ffffffeb;
}

/*category-page*/
.category-page-banner {
	position: absolute;
	bottom: 0;
	background: #0000009e;
	border-radius: 6px;
}

.category-page-banner .post-img img {
	border-radius: 6px;
}

.category-banners .post-cat ul,
.category-page-banner .post-cat ul {
	margin: 0;
	list-style: none;
}

.category-page-banner .post-cat {
	position: absolute;
	z-index: 1;
	font-weight: 500;
	font-size: 16px;
	padding: 6px 14px;
}

.category-banners .post-cat {
	position: absolute;
	top: 0;
	color: white;
	left: 0;
	font-size: 18px;
	background: #dc5901;
	padding: 5px 20px;
	border-radius: 5px 0 0 0;
}

.category-banners .post-cat a,
.category-page-banner .post-cat a {
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
}

.category-banners .post-img img {
	width: 100%;
	border-radius: 6px;
	object-fit: cover;
}

 .banner-caption {
	position: absolute;
	bottom: 0;
	background: #0000009e;
	border-radius: 6px;
}

.category {
	position: relative;
}

/* .category-banner-1:after {
    content: 'CATEGORY 1';
    position: absolute;
    top: 0;
    color: white;
    left: 0;
    font-size: 18px;
    padding: 5px 20px;
}
.category-banner-2:after {
    content: 'CATEGORY 2';
    position: absolute;
    top: 0;
    color: white;
    left: 0;
    font-size: 18px;
    padding: 5px 20px;
}
.category-banner-3:after {
    content: 'CATEGORY 3';
    position: absolute;
    top: 0;
    color: white;
    left: 0;
    font-size: 18px;
    padding: 5px 20px;
} */

/*single-blog-page*/
.w-fit-content {
	width: fit-content;
}

.single-blog .main-content-heading hr {
	opacity: 1;
	background: #dc5901;
	position: relative;
	height: 5px;
}


/*****************************
  Header 
*****************************/

.header {
	margin-top: 35px !important;
}

.header .container-fluid {
	padding: 0 60px;
	-webkit-box-align: initial;
	-ms-flex-align: initial;
	align-items: initial;
}

/* li.nav-item:hover:before, li.nav-item.active:before {   
    content: '';
        width: 100%;
        position: absolute;
        height: 3px;
        bottom:0;
        background: #dc5901;
    }*/
li.nav-item {
	position: relative;
}

/* topbar */
.header .topbar {
	background: #001935;
	padding: 10px 0;
}

.header .topbar a {
	color: #ffffff;
}

/*.header .topbar a:hover {
    color: #dc5901; }*/

.header .topbar .dropdown {
	margin-right: 20px;
}

.header .topbar .dropdown .dropdown-toggle {
	padding: 12px 0;
}

.header .topbar .dropdown .dropdown-toggle i {
	font-size: 10px;
}

.header .topbar .dropdown .dropdown-menu a {
	color: #001935;
}

/*  .header .topbar .dropdown .dropdown-menu a:hover {
      color: #dc5901; }*/

.header .topbar .social {
	margin-right: 20px;
	display: inline-block;
}

.header .topbar .social ul {
	margin: 0;
}

.header .topbar .social ul li {
	display: inline-block;
	padding: 0 4px;
}

.header .topbar .social ul li a {
	color: #ffffff;
}

/*  .header .topbar .social ul li a:hover {
          color: #dc5901; }*/

/* topbar dropdown-menu */
.topbar .dropdown .dropdown-menu {
	border-radius: 0;
	border: none;
	-webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
	padding: 10px;
}

.topbar .dropdown .dropdown-menu a {
	font-size: 14px;
	padding: 10px 20px;
	font-weight: 500;
	border-radius: 3px;
}

/*.topbar .dropdown .dropdown-menu a:hover {
      background: rgba(255, 138, 0, 0.1);
      color: #dc5901; }*/

/* navbar */
.navbar {
	padding: 0;
}

.navbar .navbar-nav .nav-link {
	font-weight: 600;
	font-size: 14px;
	/*padding: 25px 20px;*/
	color: #ffffff;
}

.navbar .navbar-nav .nav-link i {
	font-weight: bold;
}

/*.navbar .navbar-nav .nav-link:hover {
    color: #dc5901; }*/

.navbar-collapse {
	position: relative;
}

.navbar-light .navbar-brand {
	color: #ffffff;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 180px;
	flex: 0 0 180px;
}

.navbar-light .navbar-nav>li>a {
	color: #ffffff;
}

.navbar-light .navbar-nav>.dropdown>a .caret {
	border-top-color: #ffffff;
	border-bottom-color: #ffffff;
}

.navbar-brand {
	padding: 24px 0px;
	margin-right: 0;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 110px;
	flex: 0 0 110px;
}

.navbar-brand img {
	position: absolute;
	top: -16px;
	max-width: 77px;
	z-index: 1000;
}

.header .navbar-nav>li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.header .navbar-nav li>a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 3px 0px;
	color: #001935;
	font-size: 14px;
}

/*.header .navbar-nav li > a:hover {
    color: #dc5901; }*/
.header .navbar-nav li>a i {
	margin-left: 5px;
	font-size: 10px;
}

.header .add-listing {
	-ms-flex-item-align: center;
	align-self: center;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 270px;
	flex: 0 0 270px;
	text-align: right;
}

header#masthead {
	position: relative;
}

header#masthead .header-bottom {
	margin: 0px 0 20px 0;
}

header#masthead .logo .logo-image {
	position: relative;
	top: 0;
	z-index: 9999;
}

header#masthead .header-bottom {
	background:#dc5901;
}
header#masthead .header-bottom .sub-toggle {
    color: #ffffff !important;
}
header#masthead .logo .logo-image a img {
	max-width: 210px;
}

header#masthead .logo .logo-image {
	float: left;
	padding: 2px 0;
	margin-bottom: 0 !important;
}

header#masthead .header-bottom .search-wrap {
	padding: 12px 0 12px 0px !important;
}

header#masthead #site-navigation ul li {
	text-transform: uppercase;
	padding: 12px 25px 12px 0 !important;
}

.main-navigation ul li a {
	font-size: 14px;
	font-weight: 600;
}

.main-navigation.toggled ul li a {
	color: #000000 !important;
}

.header-bottom .search-icon {
	color: #ffffff !important;
	font-size: 20px !important;
	border: 0;
}

.header-bottom .search-box {
	text-align: center;
}

.header-bottom .search-box form {
	display: flex;
	justify-content: space-between;
}

.header-bottom .search-box .search-field {
	width: 100%;
}

.header-bottom .search-box .btn.search-btn {
	padding: 3px 16px !important;
	font-size: 18px !important;
}

.menu-toggle i {
	color: #ffffff !important;
}

.megamenu {
	padding: 20px 20px;
	width: 100%;
}

.megamenu>div>li>ul {
	padding: 0;
	margin: 0;
}

.megamenu>div>li>ul>li {
	list-style: none;
}

.megamenu>div>li>ul>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.428571429;
	color: #001935;
	white-space: normal;
}

.megamenu>div>li>ul>li>a:hover {
	text-decoration: none;
	color: #001935;
	background-color: #f6f6f6;
}

.megamenu>div>li>ul>li>a:focus {
	text-decoration: none;
	color: #001935;
	background-color: #f6f6f6;
}

.megamenu .card {
	outline: none;
}

.megamenu .card:hover {
	outline: 1px solid #000000;
}

.megamenu .card:focus {
	outline: 1px solid #000000;
}

.megamenu.disabled>a {
	color: #626262;
}

.megamenu.disabled>a:hover {
	color: #626262;
	text-decoration: none;
	background-color: transparent;
	background-image: none;
	cursor: not-allowed;
}

.megamenu.disabled>a:focus {
	color: #626262;
	text-decoration: none;
	background-color: transparent;
	background-image: none;
	cursor: not-allowed;
}

.megamenu.dropdown-header {
	color: #dc5901;
	font-size: 18px;
}

.header li>.dropdown-item:focus {
	color: #dc5901;
	background: none;
}

/*.header li > .dropdown-item:hover {
  color: #dc5901;
  background: none; }*/

.header .dropdown-item.active {
	background: none;
}

.header .dropdown-item:active {
	background: none;
}

.header .dropdown-item:focus {
	background: none;
}

.header .dropdown-item:hover {
	background: none;
}

.header .dropdown-toggle::after {
	content: none;
}

.header .navbar-collapse {
	-webkit-box-align: inherit;
	-ms-flex-align: inherit;
	align-items: inherit;
	margin-left: 10px;
}

.header .megamenu .dropdown-item {
	padding: 0px;
}

.header .navbar .dropdown-menu {
	padding: 20px 15px;
	z-index: 1021;
}

.header .navbar .dropdown-menu a.dropdown-item {
	min-width: 210px;
}

.header .navbar .dropdown-menu li {
	padding-left: 15px;
	padding-right: 15px;
}

.header .navbar .dropdown-menu li a i {
	margin-left: auto;
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
	color: #dc5901;
}

.header .navbar .dropdown-menu.megamenu {
	padding-top: 30px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
}

.header .navbar .dropdown-menu.megamenu li {
	padding: 0;
}

.navbar .dropdown>.dropdown-menu li>a {
	font-size: 14px;
	padding: 7px 20px 7px 0;
	border-radius: 3px;
	position: relative;
}
#site-navigation ul.sub-menu li a {
    color: #0a4990 !important;
}
#site-navigation ul.sub-menu li a:hover {
    color: #dc5901 !important;
}
#site-navigation ul.sub-menu {
    background-color: #ffffff;
    min-width: 200px;
}
#site-navigation .menu-toggle {
    padding-right: 20px;
}
header#masthead #site-navigation ul.sub-menu li {
    padding: 6px 12px 6px 12px !important;
}
/* add-listing */
.header .add-listing .login a {
	color: #ffffff;
}

.header .add-listing .login a:hover {
	color: #dc5901;
}

.header .add-listing .login a i {
	color: #dc5901;
}

.header .add-listing .btn-white i {
	color: #dc5901;
}

.header .add-listing .btn-white:hover {
	border-color: #dc5901;
}

.header .add-listing .btn-white:hover i {
	color: #ffffff;
}

.header .add-listing .btn-white:focus {
	border-color: #dc5901;
}

.header .add-listing .btn-white:focus i {
	color: #ffffff;
}

.header.style-2 .add-listing .login a {
	color: #000000;
}

@media (max-width: 980px) {

	#site-navigation,
	.center-logo-below-menu #site-navigation {
		float: right;
		padding: 12px 0;
	}

	.entry-content-block {
		padding: 10px;
	}

	header#masthead .logo .logo-image a img {
		max-width: 200px;
	}

	header#masthead .logo {
		float: left;
		padding: 2px;
	}

	#site-navigation .menu {
		z-index: 10 !important;
	}

}

/* add-listing */
.add-listing .login a {
	color: #ffffff;
}

.add-listing .login a:hover {
	color: #dc5901;
}

.add-listing .login a i {
	color: #dc5901;
}

.add-listing .btn-white:hover {
	border-color: #dc5901;
}

.add-listing .btn-white:hover i {
	color: #ffffff;
}

.add-listing .btn-white i {
	color: #dc5901;
}

.add-listing .btn-white:focus i {
	color: #ffffff;
}

.dropdown-menu>li {
	position: relative;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.dropdown-menu>li>a:before {
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.megamenu li ul li {
	position: relative;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.megamenu li ul li>a:before {
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.megamenu li ul li>a:hover:before {
	position: absolute;
	left: -2px;
	top: 50%;
	background: #dc5901;
	width: 4px;
	height: 4px;
	content: "";
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 50px;
}

.megamenu li ul li.active>a:before {
	position: absolute;
	left: -2px;
	top: 50%;
	background: #dc5901;
	width: 4px;
	height: 4px;
	content: "";
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 50px;
}

.megamenu.dropdown-menu>li {
	border: none;
}
header#masthead .header-bottom ul.sub-menu li ul.sub-menu .sub-toggle {
    color: #dc5901 !important;
}
.megamenu.dropdown-menu>li:hover:before {
	position: inherit;
}

.dropdown-menu.megamenu li .agency-logo ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.dropdown-menu.megamenu li .agency-logo ul li {
	display: inline-block;
	border-left: 0;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.dropdown-menu.megamenu li .agency-logo ul li .job-list {
	border-bottom: 0;
	display: inline-block;
}

.dropdown-menu.megamenu li .agency-logo ul li:first-child {
	padding-left: 0;
}

.dropdown-menu.megamenu li .agency-logo ul li:before {
	position: inherit;
}

.agency-logo .job-list {
	padding: 0;
}

.agency-logo .job-list .job-list-logo {
	margin-right: 0;
}


@media (min-width: 992px) {
	.navbar-brand img {
		position: absolute;
		top: -28px;
		max-width: 100px;
		z-index: 1000;
	}

	.header .navbar .dropdown-menu {
		margin: 0px;
		font-size: 14px;
		border-radius: 5px;
		border: none;
		left: 100%;
		-webkit-transform: translate3d(-50%, 10px, 0);
		transform: translate3d(-50%, 10px, 0);
		-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		-webkit-transition-property: opacity, visibility, -webkit-transform;
		transition-property: opacity, visibility, -webkit-transform;
		transition-property: opacity, visibility, transform;
		transition-property: opacity, visibility, transform, -webkit-transform;
		-webkit-transform-origin: top center;
		transform-origin: top center;
		-webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
		box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
		visibility: hidden;
		opacity: 0;
		display: block !important;
		pointer-events: hidden;
		pointer-events: none;
	}

	.header .navbar .dropdown-menu.megamenu {
		left: 50%;
		max-width: 700px;
	}

	.header .navbar .dropdown-menu.megamenu.dropdown-menu-lg {
		left: 100%;
		min-width: 610px;
	}

	.navbar-nav .mega-menu {
		position: static;
	}

	.header .navbar .dropdown:hover>.dropdown-menu {
		-webkit-transform: translate3d(-50%, 0, 0);
		transform: translate3d(-50%, 0, 0);
		visibility: visible;
		opacity: 1;
		pointer-events: visible;
		pointer-events: unset;
	}

	.header .navbar .dropdown-menu .dropdown-submenu .dropdown-menu {
		left: 100%;
		right: auto;
		-webkit-transform: translate3d(0px, 10px, 0);
		transform: translate3d(0px, 10px, 0);
	}

	.navbar-nav li:hover>ul.dropdown-menu {
		visibility: visible;
		opacity: 1;
		pointer-events: visible;
		pointer-events: unset;
	}

	.dropdown-submenu {
		position: relative;
	}

	.dropdown-submenu>.dropdown-menu {
		top: 0;
		left: 99%;
		margin-top: -6px;
	}

	.dropdown-menu>li>a:hover:after {
		text-decoration: underline;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}
}

@media (max-width:567px) {
	.topics .border-right {
		border-right: 0 !important;
	}

	.number-text>div:first-child {
		flex: 0 0 16% !important;
	}

	header#masthead .logo .logo-image {
		left: 0px;
	}

	header#masthead #site-navigation ul li {
		padding: 10px 0 0px;
	}

	.contact-form .wpcf7-form-control-wrap .wpcf7-form-control {
		margin-bottom: 12px;
	}

	header#masthead .header-bottom .search-wrap {
		padding: 12px 0 12px 0px !important;
	}
}

@media (max-width: 1400px) {
	.navbar .navbar-nav .nav-link {
		padding: 10px 12px;
	}
}

@media (max-width: 1199px) {
	.header .container-fluid {
		padding: 0 30px;
	}

	.navbar-brand {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 120px;
		flex: 0 0 120px;
	}

	.header .navbar-collapse {
		margin-left: 10px;
	}

	.navbar .navbar-nav .nav-link {
		padding: 10px 7px;
		font-size: 14px;
	}
}

@media (max-width: 991px) {
	.navbar-brand {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100px;
		flex: 0 0 100px;
	}

	.header .container-fluid {
		padding: 0 20px;
	}

	.navbar-toggler {
		border: none;
		position: absolute;
		height: 75px;
		left: 150px;
	}

	.header .navbar-collapse {
		position: absolute;
		top: 100%;
		z-index: 999;
		background: #ffffff;
		width: 100%;
		left: 0;
		margin-left: 0px;
		border-top: 1px solid #eeeeee;
		border-bottom: 1px solid #eeeeee;
		-webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
		box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
	}

	.navbar .navbar-nav {
		padding: 10px 0;
	}

	.navbar .navbar-nav .nav-link {
		color: #001935;
		padding: 10px 20px;
	}

	.navbar .navbar-nav .nav-link i {
		margin-left: auto;
	}

	.header .navbar-nav>li {
		display: block;
	}

	.header .navbar .dropdown-menu {
		margin: 0px;
		font-size: 14px;
		border-radius: 0px;
		border: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		background: #f6f6f6;
		padding: 14px 30px;
		font-size: 13px;
		max-height: 300px;
		overflow-x: scroll;
	}

	.header .add-listing {
		margin-right: 40px;
	}

	.header .navbar .dropdown-menu li {
		padding-left: 0;
		padding-right: 0;
	}
}


/* Toggle Menu */
#nav-icon4 {
	width: 28px;
	height: 28px;
	margin-top: 0px;
	top: 2px;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	left: 135px;
}

#nav-icon4 span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #fff;
	border-radius: 9px;
	opacity: 1;
	right: 0;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

#nav-icon4 span:nth-child(1) {
	top: 11px;
	-webkit-transform-origin: left center;
	transform-origin: left center;
}

#nav-icon4 span:nth-child(2) {
	top: 21px;
	-webkit-transform-origin: left center;
	transform-origin: left center;
}

#nav-icon4 span:nth-child(3) {
	top: 31px;
	-webkit-transform-origin: left center;
	transform-origin: left center;
}

#nav-icon4.open span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 12px;
	left: 0px;
}

#nav-icon4.open span:nth-child(2) {
	width: 0%;
	opacity: 0;
}

#nav-icon4.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 32px;
	left: 0px;
}

button:focus {
	outline: 1px dotted;
	outline: none;
}

.gap-2 {
	gap: 10px;
}

.gap-4 {
	gap: 20px;
}

.flex-1 {
	flex: 1;
}

/*recet-post*/
.recent-boxes img {
	max-width: 75px;
	height: fit-content;
}

.recent-boxes .card {
	background: #f9f9f9;
	border-radius: 0;
	border-color: #f5f5f5;
}


/*contact-page*/
.contact-form {
	text-align: center;
	border-radius: 5px;
	padding: 20px;
	background: #ebebeb;
	box-shadow: 0px 0px 3px 0 #b5b2b2;
}

.form-control:focus {
	color: #000000;
	background-color: #fff;
	border-color: #002765;
	outline: 0;
	box-shadow: none;
}

.contact-page ul li a>i {
	background: #09488f;
	padding: 10px;
	border-radius: 4px;
}

/* button-red */
.btn-red {
	padding: 7px 20px;
	width: fit-content;
	background: #dc5901;
	font-size: 16px;
	color: #ffffff !important;
	font-weight: 600;
}

.btn-red:hover {
	background: #002765;
	color: #ffffff !important;
}

/* bg-for-social-media */
.bg-facebook {
	background: #3B5998;
}

.bg-linkedin {
	background: #007bb5;
}

.bg-youtube {
	background: #bb0000;
}

.bg-instagram {
	background: #125688;
}

.fb-btns {
	margin-bottom: 20px;
}

/* leave a comment  */
#respond #commentform p {
	padding-bottom: 0 !important;
}

#comments.comments-area {
	margin-top: 30px;
	margin-bottom: 30px;
}

/* single-post */
.single-post .entry-title a {
	pointer-events: none;
}

.breadcrumb-trail.breadcrumbs {
	display: none;
}

.call-to-action {
	background: #fbe9e9;
	padding: 30px 60px;
}

/* footer */
footer .widget h5 {
	padding-bottom: 10px;
	color: #ffffff;
	border-bottom: 2px solid #fff;
}

footer #block-11.widget p{
	font-size: 14px;
	color: #ffffff;
}
footer #block-11.widget h2{
	color: #ffffff;
	 margin-bottom: 20px;
}
#block-11.widget ul.wp-block-social-links{
 margin-top: 20px;
}
#block-11.widget ul.wp-block-social-links li:after {
	display: none !important;
}

footer #block-11.widget img {
	max-width: 200px;
}

#top-footer {
	background-color: #09488f;
	padding: 70px 0 30px;
}
@media (max-width: 480px){
.logo .logo-image {
transform: scale(1) !important;
}
}

#top-footer #block-11 ul.wp-block-social-links li {
	padding: 0 0 10px 10px;
}

#top-footer #block-11 ul.wp-block-social-links li a {
	font-size: 18px;
}

#block-11 img{
	padding:0px;
}
#bottom-footer {
	padding: 12px 0;
	background-color:#134378;
}
/* blog-page */

@media(min-width:768px) {

	.blog .entry-thumbnail img,
	.category .entry-thumbnail img, .search .entry-thumbnail img{
		height: 200px;
		width: 330px;
		object-fit: fill;
	}

	.blog .entry-thumbnail,
	.category .entry-thumbnail, .search .entry-thumbnail {
		float: left;
		width: 38.7%;
	}

	.blog .entry-content-block,
	.category .entry-content-block, .search .entry-content-block{
		width: 100%;
		margin-top: 20px;
		padding-right:20px;
	}
}

@media(min-width:992px) {
	#secondary {
		margin-top: 40px;
	}
	.single #secondary {
		margin-top: 0px !important;
	}

	.category-banners .post-img img {
		height: 300px;
	}

	#secondary {
		float: right;
		width: 29%;
	}

	#primary {
		float: left;
		width: 65.5%;
	}
}

/* sidebar */
#secondary .widget ul li:not(:last-child) {
	border-bottom: 1px solid #eee;
	margin-bottom: 12px;
}
#secondary #block-8 {
    border: 2px solid #eee;
    padding: 10px;
}
#secondary .widget ul li {
	position: relative;
	padding: 0 0 10px 20px;
	font-size: 15px !important;
}

#secondary .widget ul li a {
	font-size: 14px;
}

section#block-5{
	border: 2px solid #eee;
	padding: 20px;
}

#secondary .guest-btn .btn:hover,
input.wpcf7-submit:hover {
	background:#0A4990;
}

.wp-block-search__inside-wrapper button {
	right: 0;
	margin-bottom: 0;
	position: absolute;
	background: #002765;
	border: 0;
	top: 0;
	color: #ffffff;
	padding: 5px 17px;
}

.wp-block-search__inside-wrapper {
	position: relative;
}

.wp-block-search__inside-wrapper input{
	width: 100% !important;
	box-shadow: inset 0px 0px 5px 0px #979595;
	border: 0;
}


#secondary .guest-btn .btn {
	padding: 7px 15px;
	width: 100%;
	background: #DC5901;
	font-size: 16px;
	color: #ffffff;
	font-weight: 600;
}

input.wpcf7-submit {
	padding: 10px 30px;
	background:#DC5901;
	font-size: 16px;
	color: #ffffff;
	font-weight: 600;
	margin-top: 40px;
	width: fit-content;
}

#secondary #block-4,
#secondary #block-6 {
	border: 2px solid #eeeeee;
	padding: 10px;
}

#block-5.widget ul li a:hover {
	color: #DC5901 !important;
}

#block-5.widget ul li a {
	font-size: 14px;
	color: #ffffff !important;
	font-weight: 600;
}

#block-5.widget ul li:after {
	color: #ffffff !important;
}

#block-5 h3 {
	margin-bottom: 20px;
	color: #ffffff;
}
#block-7 h3{
font-size: 20px;	
}

#block-5 {
	background: #0a4990;
	border: 0 !important;
	box-shadow: 0 0 3px 0 #000000;
}

#block-6 {
	background: #f1f1f1;
	border-color: #ffffff !important;
	border-width: 4px;
	box-shadow: 0 0 2px 0 #7a7373;
}

#secondary #block-10.widget ul li:after, #block-10.widget ul li:after {
	display: none !important;
}

#block-10 {
	border: 2px solid #eeeeee;
	padding: 15px;
}

#secondary #block-10.widget ul li {
	padding: 0;
}

#secondary #block-10.widget ul.post-categories li a {
	font-size: 14px;
	letter-spacing: 2px;
	font-weight: 600;
	color: #fff;
}

#block-35 {
	border: 2px solid #eeeeee;
	padding: 20px;
	box-shadow: 0 0 3px 0 #000;
	background: #b1afad;
}
#block-35 h3 {
	color: #002765;
}

#block-35 hr {
	border-top: 1px solid rgb(0 0 0 / 45%);
}

/* guest-page */
.guest-form .wpcf7-form-control-wrap .wpcf7-number, .work-from-home .wpcf7-form-control-wrap .wpcf7-number{
	width: 100% !important;
	padding: 7px !important;
	border: 1px solid #cccccc;
}

.guest-form .wpcf7 input[type="file"], .work-from-home input[type="file"]{
	border: 1px solid #cccccc;
	padding: 5px 4px;
	width: 100%;
	cursor: pointer;
}

.guest-form .wpcf7 input,
.guest-form .wpcf7 select,
.guest-form .wpcf7 textarea, .work-from-home input, .work-from-home select, .work-from-home textarea{
	border: none !important;
	box-shadow: inset 0 0 3px 0 #656565 !important;
}

.guest-form .wpcf7 .wpcf7-file, .work-from-home .wpcf7-file{
	background: #ffffff;
}
.work-from-home select {
    height: 36px;
    width: 100%;
}
.work-from-home input[type="tel"], .work-from-home input[type="date"] {
    width: 100%;
    outline: none !important;
    border: none !important;
    height: 36px;
}
.guest-type {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}

.guest-form input.wpcf7-submit,
.contact-form input.wpcf7-submit, .work-from-home input.wpcf7-submit{
	margin-top: 20px;
}

.guest-form, .work-from-home {
	border: 1px solid #eee;
	padding: 30px;
	box-shadow: 4px 5px 10px 0 #c7c2c2;
	background: #ffffff;
}

.guest-box h3 {
	font-size: 20px;
}

.topics {
	border: 4px solid #eeeeee;
	padding: 20px 5px;
	background: #0a4990;
	box-shadow: 0 0 2px 0 #000000;
}

.number-text span.number {
	font-size: 32px;
	font-weight: 900;
	font-family: math;
	color: #0a4990;
	line-height: 1;
}

.number-text h3 {
	font-size: 20px;
}

.number-text:not(:last-child) {
	border-bottom: 1px solid #eeeeee;
}

.number-text {
	display: flex;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

img.border-img {
	border: 6px solid #dc5901;
	border-radius: 7px;
}

@media (max-width:992px) {
	#site-navigation ul li ul.sub-menu li.menu-item-has-children .sub-toggle {
	color: #ffffff !important;
}
}
@media (max-width:768px) {
	.guest-form {
		padding: 20px;
	}
}

.number-text>div:first-child {
	flex: 0 0 4% !important;
}

.contact-form .wpcf7-form-control-wrap .wpcf7-form-control {
	margin-bottom: 12px;
}
.contact-form .wpcf7-form-control-wrap  textarea {
    height: 180px !important;
    max-width: 100%;
    width: 100%;
}

@media (max-width: 1200px) {
	.tg-container {
		padding: 0 4%;
		width: 100%;
	}
}

@media(min-width:768px) and (max-width:992px) {
	.number-text>div:first-child {
		flex: 0 0 6% !important;
	}
}

.header-bottom .search-wrap {
	display: block !important;
}
header#masthead #site-navigation ul.sub-menu li:not(:last-child) {
    border-bottom: 1px solid #eee;
}
/* share-buttons */
.share-us .share-btn1 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #ffffff;
	letter-spacing: 1.5px;
	box-shadow: 0 0 3px 0 #000000;
	padding: 12px 16px;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
}

.share-us .share-btn {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #ffffff;
	letter-spacing: 1.5px;
	font-size: 14px;
	padding: 12px 30px;
	box-shadow: 0 0 3px 0 #000000;
	text-transform: uppercase;
	font-weight: 600;
}

.share-us {
	gap: 15px;
}

a.share-btn:hover,
a.share-btn1:hover {
	background: #0000009e;
}

.title-bar h1 {
	margin-bottom: 0;
	background: #dc5901;
	width: fit-content;
	padding: 2px 20px;
	color: #fff;
	font-size: 24px;
}

/* custom-css */


@media (max-width:540px) {
	.call-to-action {
		padding: 20px;
	}

	.navigation.post-navigation .nav-links {
		gap: 25px;
		display: flex;
		flex-direction: column;
	}

	.tg-column-wrapper .tg-column-3 {
		width: 100%;
		margin-bottom: 20px;
	}
}


.entry-footer span.cat-links a {
	font-size: 13px;
	letter-spacing: 2px;
	font-weight: 600;
	color: #fff;
}

.entry-footer span.cat-links {
	background: #002765;
	padding: 4px 10px;
	text-transform: uppercase;
	color: #fff !important;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: fit-content;
}


.entry-footer {
	margin: 10px 0;
}

article h2.entry-title {
	font-size: 19px !important;
	line-height: 30px;
}

.blog .post p {
	margin-bottom: 0;
}

.post {
	margin-bottom: 25px;
}

.post:nth-child(even) {
	background: #f1f1f1;
}

.search .post:nth-child(even) {
	padding: 10px;
}
label{
	color:#000000;
}
.sent-btn {
	display: flex;
	flex-direction: column;
	align-items: center;
}
:focus-visible{
	outline:none !important;
}
#wpcf7-f346-p94-o1 form .wpcf7-form-control.wpcf7-textarea {
	height: 150px;
}


.cat-wid-img img {
	padding: 0 !important;
}

.cat-wid ul.post-categories {
	list-style: none;
	margin: 0;
}

.cat-wid ul.post-categories a {
	background: #002765;
	color: #ffffff;
	padding: 5px 9px;
}

.cat-wid {
	margin-top: -24px;
	position: absolute;
}

.cat-wid-title {
	font-size: 19px;
	line-height: 1.2;
	margin-top: 14px;
	color: #000000;
	font-weight: 600;
}

.widget_recent_entries {
	gap: 20px;
}

.title-bar {
	border-bottom: 1px solid #DC5901;
	margin-bottom: 30px;
}

.title-bar h1,  .title-bar h2, .title-bar h3{
	margin-bottom: 0;
	background: #DC5901;
	width: fit-content;
	padding: 0 20px;
	color: #ffffff;
	font-size: 26px;
	line-height: 40px;
}

.navigation.posts-navigation {
	text-align: center;
}

.navigation .nav-links a,
.bttn, button {
	background-color: #DC5901 !important;
	color: #ffffff;
	font-size: 15px;
	line-height: 13px;
	padding: 10px 25px;
	font-weight: 600;
}

.navigation .nav-links a:hover {
	background-color: #0A4990 !important;
}

.single .post,
#comments.comments-area {
	padding: 15px;
	box-shadow: 0 0 2px 0 #000000;
}

.single .entry-thumbnail {
	margin-top: 0;
	margin-bottom: 20px;
}

.entry-footer span.cat-links a {
	color: #fff !important;
}

.related-posts-wrapper .tg-column-wrapper .tg-column-3 {
	border: 2px solid #eee;
	padding: 20px;
	margin-bottom: 20px;
}


.type-tag {
	background: #002765;
	padding: 10px 25px;
	color: #ffffff !important;
	font-size: 16px;
	box-shadow: 0 0 3px 0 #000;
}

.type-tag a {
	color: #ffffff;
	font-weight: 500;
}

/* home-page */
.article_list .post-title h3 {
    font-size: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	line-height: 30px;
}
 .article_list .category-page-banner .post-title h3 {
    font-size: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	line-height: 30px;
}
/* single-post */
.single h2.entry-title {
    font-size: 24px !important;
    line-height: 30px;
}
.single h3{
	font-size: 20px !important;
}


/*header  */
.wp-custom-header a img{
	padding:0 !important;
}
/* ajax-button */
.alm-btn-wrap .alm-load-more-btn {
    font-weight: 600 !important;
    height: 34px !important;
    line-height: 1 !important ;
    background: #dc5901 !important ;
    border-radius: 4px !important ;
    margin: 0;
    padding: 0 30px !important;
}
.alm-btn-wrap .alm-load-more-btn.loading:before {
    background: #fff url(https://www.awesomegyani.com/wp-content/plugins/ajax-load-more/core/img/ajax-loader.gif) no-repeat center center;
    width: 27px !important;
    height: 25px !important;
    margin: 2px  !important;
    border-radius: 3px;
	top: 2px !important;
}
@media(max-width:560px){
.tg-container {
	padding: 0 3% !important;
}	
	.number-text>div:first-child {
	flex: 0 0 11% !important;
}
	.number-text span.number{
		font-size: 26px;
	}
}
.bg-twitter {
    background: #1DA1F2;
}
.work-from-home select {
    padding-left: 8px;
}
.work-from-home input[type="tel"], .work-from-home input[type="date"] {
    padding-left: 8px;
    padding-right: 8px;
}
.work-from-home select {
    -webkit-appearance: none;
    background-image: url(https://www.awesomegyani.com/wp-content/uploads/2022/06/down-arrow-01.png);
    background-repeat: no-repeat,repeat;
    background-position: right 8px top 50%,0 0;
    background-size: .65em auto,100%;
}


@media (min-width:992px){
#site-navigation .sub-menu li.menu-item-has-children ul {
    left: 45px !important;
}
#site-navigation ul li ul.sub-menu li.menu-item-has-children:hover > ul{
	top: 40px !important;
}
#site-navigation ul li ul.sub-menu li.menu-item-has-children .sub-toggle {
    color: #dc5901 !important;
}
	.main-navigation ul li a {	color: #ffffff !important;
	}
}


#block-12 img {
    padding: 0;
    margin: 0;
    width: 100%;
}
section#block-12 {
    border: 2px solid #fff;
    box-shadow: 0 0 4px 0 #00000073;
}
section#block-12 .wp-block-image {
    margin: 0 !important;
}

.box p {
    color: #ffffff;
	position:relative;
	z-index:2;
}
.box {
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    font-style: italic;
    box-shadow: 0 0 5px 0 #00000073;
    padding: 20px 15px;
	position:relative;
    background: #dc5901;
}
.box:hover::after{
	width:100%;
}
.box::after {
    position: absolute;
    content: "";
    background: #09488f;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    transform: skewY(357deg);
    transition: .5s ease-in-out all;
}
.related .read-more-btn {
    background: #09488f;
    padding: 5px 15px;
    margin-top: 15px !important;
    font-size: 15px;
    color: #ffffff;
}

.related .read-more-btn:hover {
    background: #DC5901;
}
ul.related-posts li.related {
	padding: 8px;
    box-shadow: 0px 0px 3px 0 #00000021;
    background: #09488f17;
	display:flex;
	flex-direction:column;
	justify-content:space-between;
}
.post h2.entry-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media(min-width:768px){
	.single .entry-footer{
	display:inline-flex;
}
}
@media(min-width:992px) and (max-width:1200px){
header#masthead #site-navigation ul li {
    text-transform: uppercase;
    padding: 12px 12px 12px 0 !important;
}
}


#secondary #block-10 ul.post-categories li:not(:first-child), li.category-page-banner ul.post-categories li:not(:first-child){
    display: none;
}


.contact-form .wpcf7-form-control-wrap input{
	width:100%;
	border: 1px solid #ccc;
    height: 36px;
	padding: 3px 6px;
}