
/* PITW Mega News's Main CSS file
*  Copyright: 2021: Prime IT World (https://www.primeitworld.com/)
*/
.section-bg-two {
	background: #eff5f4;
	padding: 20px 0;
}
.news-item-list {
	display: flex;
	align-items: flex-start;
}

/* Header  */
.pitw-header {
	background: #f5f5f5;
}
.pitw-ste-wrapper.fixed-header .pitw-header {
	position: fixed;
	width: 100%;
	background: #f5f5f5;
	top: 0;
	z-index: 99999999;
}
.pitw-ste-wrapper.fixed-header .pitw-header .header-top-menu-wrap {
	display: none !important;
}
.pitw-ste-wrapper.fixed-header .pitw-header .header-top-ad {
	display: none !important;
}
.pitw-ste-wrapper.fixed-header .pitw-header .header-main-inner {
	padding: 7px 0;
}
.pitw-ste-wrapper.fixed-header .pitw-header .header-logo img {
	max-height: 40px;
	width: auto;
}
.pitw-ste-wrapper.fixed-header .pitw-home-content-wrap, .pitw-ste-wrapper.fixed-header .pitw-archive-content-wrap, .pitw-ste-wrapper.fixed-header .pitw-pv-archive-content-wrap, .pitw-ste-wrapper.fixed-header .piw-single-content-wrap, .pitw-ste-wrapper.fixed-header .pitw-page-content-wrap {
	margin-top: 280px;
}
.responsive-menu-wrap {
	display: none;
}
.header-top-ad {
	margin: 5px 0;
	text-align: center;
}
.header-top-ad p {
	margin: 0;
}
.header-main-inner {
	padding: 15px 0;
	transition: all 300ms ease-in-out;
}
.header-logo img {
    width: 240px!important;
	transition: all 300ms ease-in-out;
}
.header-info-wrap {
	display: flex;
	justify-content: right;
	align-items: center;
	height: 32px;
}
.header-info-wrap .date {
    top:3px;
	position: relative;
	padding-right: 12px;
}
.header-info-wrap .date::after {
	content: ' ';
	width: 1px;
	height: 14px;
	background: #333;
	position: absolute;
	right: 0;
	top: 8px;
}
.header-info-wrap .date span {
	display: block;
	line-height: 32px;
}
.toogle-area {
	margin-left: 12px;
}
.toogle-area ul li, .social-area ul li {
	display: inline-block;
	margin-left: 4px;
    cursor: pointer;
}
.toogle-area ul li i, .social-area ul li i {
	font-size: 20px;
	width: 32px;
	line-height: 32px;
	text-align: center;
	display: block;
	color: #4a4a4a;
}
.search-toogle .fas.fa-search {
    font-size: 24px;
    position: relative;
    top: 3px;
    width: 33px;
    color: #4a4a4a;
    text-align: center;
}

.social-area ul li {
	display: inline-block;
	margin-left: 4px;
    cursor: pointer;
}
.social-area ul li i {
	font-size: 24px;
	width: 33px;
	line-height: 33px;
	text-align: center;
	display: block;
	color: #4a4a4a;
}
.social-area ul li i.fa-brands.fa-facebook-f:hover {
	color: #354e83;
}
.social-area ul li i.fa-brands.fa-twitter:hover {
    color: #1889cf;
}
.social-area ul li i.fa-brands.fa-pinterest-p:hover {
    color: #b7081b;
}
.social-area ul li i.fa-brands.fa-youtube:hover {
    color: red;
}
.social-area ul li i.fa-brands.fa-linkedin-in:hover{
    color: #0077b5;
}
.social-area ul li i.fa-brands.fa-instagram:hover{
    color: #a33392;
}
.social-area ul li .google-news {
	position: relative;
	height: 32px;
	width: 32px;
}
.social-area ul li .google-news::before {
	content: "";
	background: url(../../pitw-assets/pitw-image/icon-googlenews.webp) center center no-repeat;
	width: 26px;
	height: 24px;
	position: absolute;
	top: 9px;
	left: 4px;
	z-index: 99;
	background-size: cover;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
.social-area ul li .google-news:hover::before{
    -webkit-filter: none;
	filter: none;
}
.toogle-area li a {
	font-size: 18px;
	font-weight: bold;
	color: #006563;
	display: block;
	line-height: 32px;
}
/* Header Top Menu */
.header-top-menu ul {
	text-align: right;
}
.header-top-menu ul li {
	display: inline-block;
}
.header-top-menu ul li a {
	margin: 0 5px;
	display: block;
	line-height: 42px;
	padding-top: 4px;
	color: #333333;
	font-size: 17px;
}
.res.search-toogle, .res-menu-button {
	display: none;
}
/* Header Main MEnu */
.header-nav-area {
	background: #134D68;
	position: relative;
}
.header-nav-area .main-nav-container {
	display: flex;
    position: relative;
}
.header-main-menu {
	height: 50px;
	width: calc(100% - 150px);
}
.header-main-menu ul {
	display: flex;
	white-space: nowrap;
}
.header-main-menu ul li {
	display: inline-block;
	border-bottom: 2px solid transparent;
	margin: 0 5px 1px;
    height: 45px;
    position: relative;
}
.header-main-menu ul li:hover {
	border-bottom: 2px solid #fff;
	background: #27586f;
}
.header-main-menu ul li.menu-item-has-children {
	padding-right: 12px;
}
.header-main-menu ul li.menu-item-has-children::after {
	content: "";
	border-top: .3em solid #fff;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent;
	position: absolute;
	right: 0;
	top: 20px;
	font-size: 20px;
}
.header-main-menu ul li a {
	font-size: 18px;
	line-height: 43px;
	padding: 0 7px;
	color: #fff;
	padding-top: 4px;
	display: block;
	font-weight: normal;
}
.header-main-menu ul li .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 10rem;
	padding: .5rem 0;
	margin: .125rem 0 0;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: .25rem;
}
.header-main-menu ul li:hover .sub-menu {
	display: block;
}
.header-main-menu ul li .sub-menu li {
	display: block;
	height: auto;
}
.header-main-menu ul li .sub-menu li:hover {
	background: #27586f17;
}
.header-main-menu ul li .sub-menu li a {
	color: #484848;
	padding-top: 0;
	line-height: 32px;
}
.others-menu-wrap {
	background: #fff;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
    display: none;
}
.others-menu-wrap.show {
	display: block;
}
.header-others-menu ul {
	display: flex;
    flex-wrap: wrap;
	padding: 20px 0 15px 0;
}
.header-others-menu ul li {
	width: 20%;
	padding: 5px 0;
}
.header-others-menu ul li a {
	padding: 5px 10px;
	display: inline-block;
}
.header-nav-area .button-area {
	display: flex;
	align-items: center;
	flex-grow: 1;
	justify-content: right;
	padding-right: 10px;
	width: 150px;
}
.header-nav-area .button-area .others-toogle{
	display: flex;
	align-items: center;
    cursor: pointer;
}
.res-menu-button {
    cursor: pointer;
}
.others-toogle .button-bars .icon-bar, .res-menu-button .button-bars .icon-bar{
	display: block;
	width: 18px;
	height: 2px;
	border-radius: 1px;
	background-color: #fff;
	transform: rotate(0deg) translate(0px,0px);
	transition: ease all .2s;
}
.res-menu-button .button-bars .icon-bar{
	background-color: #134d68;
	width: 24px;
	height: 3px;
}
.others-toogle .button-bars .icon-bar + .icon-bar {
	margin-top: 4px;
}
.res-menu-button .button-bars .icon-bar + .icon-bar {
	margin-top: 5px;
}
.others-toogle.open .button-bars .icon-bar:nth-child(1), .res-menu-button.open .button-bars .icon-bar:nth-child(1) {
	transform: rotate(45deg) translate(5px,4px);
	transition: ease all .2s;
}
.others-toogle.open .button-bars .icon-bar:nth-child(2), .res-menu-button.open .button-bars .icon-bar:nth-child(2) {
	opacity: 0;
	transition: ease all .2s;
}
.others-toogle.open .button-bars .icon-bar:nth-child(3), .res-menu-button.open .button-bars .icon-bar:nth-child(3) {
	transform: rotate(-45deg) translate(4px,-4px);
	transition: ease all .2s;
}
.header-nav-area .button-area .others-toogle .button-label {
	display: block;
	font-size: 18px;
	color: #fff;
	font-weight: 600;
	padding-left: 8px;
}
.header-nav-area .button-area .search-toogle {
	padding-left: 15px;
}
.header-nav-area .button-area .search-toogle i {
	font-size: 18px;
	color: #fff;
	cursor: pointer;
    cursor: pointer;
}
.header-search-form {
	position: absolute;
	height: 100%;
	left: 15px;
	right: 15px;
	background: #134d68;
	display: none;
	z-index: 9;
}
.header-search-form.show {
	display: block;
}
.header-search-form .search-form {
	padding: 4px 0;
    display: flex;
}
.header-search-form .search-form .search-field {
	flex-grow: 1;
	line-height: 37px;
	border: 0;
	height: 37px;
	border-radius: 4px 0 0px 4px;
	padding: 0 13px;
	outline: 0;
}
.header-search-form .search-form .search-submit {
	line-height: 37px;
	border: 0;
	box-shadow: none;
	outline: 0;
	width: 32px;
	height: 37px;
	background: #002131;
	color: #e3e3e3;
}
.header-search-form .search-form .search-toogle i {
	width: 30px;
	line-height: 37px;
	text-align: center;
	background: red;
	border-radius: 0 4px 4px 0;
	color: #fff;
	font-size: 20px;
	display: inline-block;
    cursor: pointer;
}
.others-menu-bottom {
	background: #262525;
	padding: 8px 0;
}
.header-others-menu2 ul li {
	display: inline-block;
	margin-right: 10px;
}
.header-others-menu2 ul li a {
	font-size: 18px;
	display: block;
	position: relative;
	line-height: 34px;
	padding-left: 45px;
	color: #0af0b7;
}
.header-others-menu2 ul li a::before {
	content: "";
	background: url(../../pitw-assets/pitw-image/icon-bg.png);
	width: 34px;
	height: 34px;
	position: absolute;
	left: 0;
	top: 0;
}
.header-others-menu2 ul li.menu-item-726 a::before{
	background-position: -192px -116px;
}
.header-others-menu2 ul li.menu-item-731 a::before{
	background-position: -143px -97px;
}
.header-others-menu2 ul li.menu-item-732 a::before{
	background-position: 0 -180px;
}
.header-others-menu2 ul li.menu-item-736 a::before{
	background-position: -131px -132px;
}
.header-others-menu2 ul li.menu-item-733 a::before {
	background-position: -34px -179px;
}
/*.header-others-menu2 ul li.menu-item-726 a::before{
}
.header-others-menu2 ul li.menu-item-726 a::before{
} */
.others-menu-social.social-area {
	display: flex;
	align-items: center;
	justify-content: right;
	height: 34px;
}
.others-menu-social span {
	color: #bae9ff;
	font-weight: 600;
	padding-right: 10px;
	display: inline-block;
	line-height: 34px;
}
.others-menu-social ul li i {
	background: #134d68;
	border-radius: 3px;
	color: #fff;
}
.others-menu-social.social-area ul li .google-news {
	display: none;
}
/* Footer */
.footer-top {
	border-top: 3px solid #006563;
	padding: 20px 0;
}
.footer-menu ul li {
	display: inline-block;
}
.footer-menu ul li a {
	padding-right: 15px !important;
	float: left;
	color: #848282;
	font-weight: normal;
	font-size: 18px;
	line-height: 30px;
}
.footer-top .social-area ul {
	text-align: right;
}
.footer-bootom {
	border-top: 1px solid #ccc;
	padding: 15px 0;
}
.footer_copyright p {
	margin: 0;
}
.footer_copyright p a {
	color: #134d68;
}
.foot_bootom_right h5 {
	color: #134d68;
	text-align: right;
}
.foot_bootom_right h5 img {
	height: 20px;
}
.footer-extra-area {
	background: #eee;
}
.footer-extra-area .top {
	padding: 20px 0;
}
.footer-extra-area .top ul {
	display: flex;
	align-items: center;
}
.footer-extra-area .top ul li {
	padding: 0 10px;
}
.footer-extra-area .top ul li img {
	min-width: 100px;
}
.footer-extra-area .bootom {
	padding: 15px 0;
	border-top: 1px solid #949494;
	text-align: center;
}
.width-local-search {
	margin-bottom: 10px;
}
.width-local-search form {
	display: flex;
}
.width-local-search form .form-control {
	width: calc(25% - 16px);
	margin: 0 8px;
}
.width-local-search form .local-search-btn {
	text-align: center;
	background: #134D68;
	color: #fff;
	font-size: 20px;
	line-height: 36px;
	border-radius: 3px;
	cursor: pointer;
	width: calc(25% - 16px);
	margin: 0 8px;
}
.mb-app h4 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
}
.mb-app .link {
	display: flex;
	justify-content: center;
}
.mb-app .link img {
	max-height: 36px;
	width: auto;
}
#wpforms-form-842 {
	display: flex;
}
#wpforms-form-842 .wpforms-field-container {
	width: calc(100% - 105px);
	float: left;
	margin-right: -1px;
}
#wpforms-form-842 .wpforms-field-container input {
	width: 100%;
	line-height: 30px;
	border: 1px solid #737373;
	padding: 5px 10px 5px 18px;
	height: 41px;
	border-radius: 30px 0 0 30px;
	display: block;
	max-width: 100%;
}
#wpforms-form-842 .wpforms-submit-container{
    width: 105px;
}
#wpforms-form-842 .wpforms-submit-container #wpforms-submit-842 {
	width: 105px;
	line-height: 30px;
	padding: 5px 0;
	background: #737373;
	color: #fff;
	border-radius: 0 30px 30px 0;
	height: 41px;
	border: 1px solid #737373;
	text-align: center;
}
.topbutton {
	position: fixed;
	right: 15px;
	bottom: 35px;
	Z-index: 1;
	background-repeat: no-repeat;
	display: none;
	margin: 0;
}
.topbutton i {
	color: #134D68;
	font-size: 26px;
}
.pitw-page-content-wrap {
	background-image: url(../../pitw-assets/pitw-image/123.webp);
		padding-top:10px;
	padding-bottom:10px;
}
.pitw-page-content-inner {
	background: #f5fff5;
	padding: 15px;
	box-shadow: 0 -2px 2px #797979;
}
.page-breadcrumb {
	padding: 0px 0 10px 0;
	font-size: 19px;
	color: #646262;
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
}
.page-breadcrumb .separate {
	padding: 0 7px;
}
.page-breadcrumb span a {
	color: #134d68;
}
.page-content {
	font-size: 16px;
	line-height: 28px;
}
.page-content h2 {
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 25px;
}
.page-content h3 {
	font-size: 22px;
	font-weight: 600;
	padding-top: 20px;
	margin-bottom: 10px;
}
.page-content .dwn-btn {
	font-size: 15px;
	background: #134d68;
	display: inline-block;
	margin-left: 5px;
	padding: 0 10px;
	color: #fff;
}
.forms-list-wrap .form-row {
	display: flex;
	flex-wrap: wrap;
	margin: 0px -5px 10px -5px;
}
.forms-list-wrap .form-row .form-col {
	margin: 0 5px;
	background: #52abd578;
	padding: 10px 15px;
}
.forms-list-wrap .form-row.top .form-col {
	background: #134d68;
	color: #fff;
}
.forms-list-wrap .form-row .form-col.sl {
	width: 50px;
	text-align: center;
	padding: 10px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.forms-list-wrap .form-row .form-col.file {
	width: 90px;
	text-align: center;
	padding: 10px 0;
}
.forms-list-wrap .form-row .form-col.title {
	width: calc(100% - 170px);
	display: flex;
	align-items: center;
}
.forms-list-wrap .form-row .form-col.file i {
	color: red;
	font-size: 40px;
}
.faq-list-wrap {
	max-width: 760px;
	margin: 0 auto;
	padding-bottom: 20px;
}
.accordion-item {
	padding-left: 45px;
	margin-bottom: 15px;
	border: 0;
}
.accordion-title {
	position: relative;
}
.accordion-title a {
	width: 100%;
	background: #1770b9;
	border: 4px solid #fff;
	padding: 15px;
	margin-bottom: 5px;
	color: #fff !important;
	box-shadow: 0px 1px 6px 0px #4c4949;
	display: block;
	padding-left: 27px;
	margin: 0;
}
.accordion-title .sl {
	background: #1770b9;
	border: 4px solid #fff;
	padding: 15px 0;
	border-radius: 50%;
	color: #fff;
	position: absolute;
	left: -45px;
	width: 66px;
	text-align: center;
}
.accordion-content {
	box-shadow: 0px 1px 3px 0px #4c4949;
	padding: 10px;
	background: #f6f6f6;
}
.accordion-content p {
	margin: 0;
}
.contact-content {
	margin-bottom: 20px;
}
.map iframe {
	width: 100%;
}
.contact-content ul {
	padding-left: 20px;
}
.contact-content a {
	color: #1e88e5;
}
.contact-content ul li {
	list-style: disc;
}
.contact-content .contact-border {
	border-right: 1px solid #dee2e6;
}
.contact-content .contact-item {
	display: flex;
	align-items: center;
	padding: 10px 0;
}
.contact-content .contact-item .icon {
	color: #fff;
	font-size: 25px;
	margin-right: 15px;
	width: 50px;
	height: 50px;
	background: #38618b;
	text-align: center;
	line-height: 50px;
	border-radius: 50%;
}
.contact-content .contact-item .con {
	width: calc(100% - 65px);
}
.contact-content .contact-item .con span {
	display: block;
	color: #626262;
	font-size: 18px;
	line-height: 24px;
}
.contact-content .contact-item .con a, .contact-content .contact-item .con .text {
	color: #38618b;
	font-weight: 600;
	display: block;
	font-size: 17px;
	line-height: 22px;
}
.contact-content .add-desk {
	color: #626262;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	border-top: 1px solid #dee2e6;
	border-bottom: 1px solid #dee2e6;
	padding: 12px 0;
}
.footer-extra-area .bootom img {
	max-height: 70px;
}
.job-corner {
	background: #cde4fd;
}
.corner-title {
	text-align: center;
	line-height: 40px;
	font-weight: 900;
	background: #5784b4;
	color: #fff;
	border-radius: 5px 5px 0 0;
	margin: 0;
}
.job-corner-item {
	padding: 12px;
	border-bottom: 1px solid #5784b4;
}
.job-corner-item:last-child {
	padding: 10px;
	border-bottom: 0;
}
.job-corner-item .top {
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}
.job-corner-item .top {
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding-bottom: 10px;
}
.job-corner-item .top .title {
	font-style: italic;
	font-weight: 600;
	color: #4c4747;
	width: 100%;
	margin-bottom: 10px;
	font-size: 20px;
}
.job-corner-item .top span {
	width: 50%;
	font-size: 15px;
	padding: 0 5px;
	color: #1f0c64;
	font-weight: 600;
}
.job-corner-item .top span a{
	color: #1f0c64;
}
.job-corner-item .top span i {
	font-size: 13px;
	padding-right: 5px;
	color: #2a0b9a;
}
.job-corner-item .bottom {
	border-top: 1px solid #fffefe;
	padding-top: 10px;
}
.job-corner-item .bottom .btn {
	background: #5784b4;
	color: #fff;
	padding: 0 20px;
	display: inline-block;
	line-height: 28px;
}
.job-corner .read-more {
	display: block;
	color: #fff;
	text-align: center;
	background: #041c36;
	line-height: 30px;
}