:root {
    --luxia: 'Luxia';
    --Helvetica: 'Helvetica';
    --Readex-Pro: 'Readex Pro';
}

body {
    font-family: var(--Readex-Pro);
/* 	font-family: var(--Helvetica); */
    font-size: 17px;
    line-height: 31px;
    color: #404040;
	color: #000000;
    position: relative;
	font-weight: 300;

}

body.home::before {
    height: 100%;
    content: "";
    position: absolute;
    width: 20%;
    left: 20%;
    border-left: 1px solid rgba(233, 233, 233, 0.7);
    border-right: 1px solid rgba(233, 233, 233, 0.7);
    top: 0;
}

body.home::after {
    height: 100%;
    content: "";
    position: absolute;
    width: 20%;
    right: 20%;
    border-left: 1px solid rgba(233, 233, 233, 0.7);
    border-right: 1px solid rgba(233, 233, 233, 0.7);
    top: 0;
}

.section {
    z-index: 2;
    padding: 100px 0;
}

.grayShade {
    color: #3C3C3C !important;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 1540px !important;
	width:100% !important;
}

p.large {
    font-size: 19px;
}

/* Buttons */
.btn-primary {
    background: rgb(2, 13, 45);
    background: -moz-linear-gradient(90deg, rgba(2, 13, 45, 1) 0%, rgba(13, 71, 195, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(2, 13, 45, 1) 0%, rgba(13, 71, 195, 1) 100%);
    background: linear-gradient(90deg, rgba(2, 13, 45, 1) 0%, rgba(13, 71, 195, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#020d2d", endColorstr="#0d47c3", GradientType=1);
    border: 0 !important;
    transition: all 0.5s;
    padding: 19px 44px 17px;
    line-height: 1;
    border-radius: 10px;
    font-size: 20px;
    text-transform: capitalize;
}
button.btn.btn-primary {
    border: 0;
}
.btn-primary:hover {
    background: rgb(13, 71, 195);
    background: -moz-linear-gradient(90deg, rgba(13, 71, 195, 1) 0%, rgba(2, 13, 45, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(13, 71, 195, 1) 0%, rgba(2, 13, 45, 1) 100%);
    background: linear-gradient(90deg, rgba(13, 71, 195, 1) 0%, rgba(2, 13, 45, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0d47c3", endColorstr="#020d2d", GradientType=1);
    transition: all 0.5s;
}

/* Outline Button */
.btn-outline-light {
    transition: all 0.5s;
    padding: 13px 20px 10px;
    line-height: 1;
    border-radius: 10px;
    font-size: 19px;
    text-transform: capitalize;
}

.btn-outline-light:hover img {
    filter: invert(100%);
}

.btn-primary img {
    margin-left: 5px;
}

/* Headings */
h1 {
    font-size: 78px;
    font-family: var(--luxia);
}

h2 {
    font-size: 70px;
    font-family: var(--Readex-Pro);
/* 	font-family: var(--Helvetica); */
	font-weight: 400;
}

h3 {
    font-size: 58px;
    font-family: var(--luxia);
	font-weight: 400;
}

h4 {
    font-size: 40px;
    font-family: var(--luxia);
	color: #03133C;
	font-weight: 400;
}

h5 {
    font-size: 37px;
    font-family: var(--luxia);
}

h6 {
    font-size: 18px;
    font-family: var(--luxia);
}

/* Header */
.main__header {
    z-index: 9;
}

.main__header #navbarSupportedContent .navbar-nav li a {
    padding: 0;
    color: #FFF;
    font-size: 18px;
    line-height: 1;
    font-weight: 400;
    position: relative;
}

.main__header #navbarSupportedContent .navbar-nav li a::after {
    content: "";
    width: 100%;
    background: #0d47c3;
    position: absolute;
    bottom: -15px;
    height: 3px;
    left: 0;
    transition: all 0.5s;
    opacity: 0;
}

.main__header #navbarSupportedContent .navbar-nav li:hover a::after {
    bottom: -10px;
    transition: all 0.5s;
    opacity: 1;
}

.main__header #navbarSupportedContent .navbar-nav li a:hover {
    color: #FFF;
}

.main__header #navbarSupportedContent .navbar-nav li {
    margin: 0 30px;
}

/* Banner */
.heroBanner {
    background: url(../images/banner-image.jpg) top center no-repeat;
    min-height: calc(100vh - 50px);
    padding-top: 90px;
    z-index: 3;
    background-size: cover;
}
body.home .heroBanner {
    background: url(../images/banner-image.jpg) top center no-repeat;
    min-height: 987px;
}
.heroBanner:before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    left: 0;
    top: 0;
}
.heroBanner p {
    font-size: 25px;
    font-family: 'Helvetica Neue';
    letter-spacing: 0.8px;
    font-weight: 400 !important;
}
.socialIcons p {
    writing-mode: vertical-rl;
    color: #FFF;
    margin: 0 0 25px;
    font-size: 19px;
}

.socialIcons {
    position: absolute;
    left: 60px;
    display: flex;
    align-items: center;
    flex-direction: column;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 90px;
}

.socialIcons ul {
    padding: 0;
    list-style-type: none;
}

.socialIcons ul li a {
    color: #FFF;
}

.socialIcons ul li {
    transition: all 0.5s;
    margin-bottom: 5px;
}

.socialIcons ul li:hover {
    transform: scale(1.1);
    transition: all 0.5s;
}

.userGroupBottom {
    position: absolute;
    right: 35px;
    bottom: 35px;
}

.userGroupBottom img {
    margin-right: 15px;
    max-width: 100px;
}

.userGroupBottom p {
    font-size: 18px;
    color: #FFF;
}

.downBtn {
    position: absolute;
    z-index: 9;
    left: 50%;
    width: 68px;
    height: 120px;
    border-radius: 35px;
    bottom: -60px;
    border: 2px solid #FFF;
    padding: 10px;
}

.downBtn span {
    background: #FFF;
    width: 100%;
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    cursor: pointer;
}

.downBtn span img {
    animation-duration: 2s;
    animation-iteration-count: infinite;
    transform-origin: bottom;
}

.downBtn span:hover img {
    animation-name: bounce;
    animation-timing-function: ease;
}

@keyframes bounce {
    0% {
        transform: translateY(10px);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(10px);
    }
}

/* Counter Area */
.countSection {
    background: #FFF;
}

.countArea li {
    border-left: 1px solid #EDEDED;
    text-align: ;
    width: calc(100% / 3);
}

.countArea ul {
    list-style-type: none;
    margin: 0;
}

.countArea li p {
    font-size: 25px;
    font-family: var(--luxia);
}

.countArea li h2 {
    color: #03133C;
}

.countSection .countArea p,
.countSection h3 {
    margin: 0;
}

.aboutSection .get-in-touch {
    position: absolute;
    right: -40px;
    bottom: -35px;
    max-width: 175px;
}

/* Partners */
.mintra {
    max-width: 280px;
}

.ocs {
    max-width: 194px;
}

.mae {
    max-width: 320px;
}


/* Course Section */
.courseSection {
    background: url(../images/courseTrending.jpg) center center no-repeat;
}

.imageData::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 70%;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9149860627844888) 60%, rgba(255, 255, 255, 1) 100%);
    opacity: 0.9;
}

.imageData figcaption p {
    font-size: 16px;
    line-height: 26px;
}

.imageData figcaption p a {
    color: #03133C;
    text-decoration: none;
    font-weight: 700;
}

.imageData {
    border-radius: 30px;
    overflow: hidden;
}

.imageData img {
    line-height: 1;
    display: block;
}

/* Contact Section */
.contactSection,
.servicesSection {
    background-color: #F4F8FF;
}

.contactImg {
    border-radius: 30px;
}

.form-floating>label {
    padding: 10px 15px;
    font-size: 17px;
    color: #555555;
}

.form-floating>.form-control,
.form-floating>.form-control-plaintext {
    border: 1px solid #DDE4FC;
    border-radius: 10px;
    height: 54px;
    padding: 11px 15px;
    line-height: 1;
    box-shadow: none;
}

.form-floating>.form-control-plaintext~label,
.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
    opacity: .65;
    transform: scale(.75) translateY(-.7rem) translateX(.45rem);
    color: rgba(13, 71, 195, 1);
}

.form-floating>textarea.form-control {
    height: 154px;
    resize: none;
}

/* Main Footer */
.mainFooter {
    background: #03133C;
    z-index: 2;
}

.mainFooter iframe {
    line-height: 1;
    display: block;
}

footer .socialIcons {
    left: auto;
    flex-direction: row;
    top: auto;
    transform: translate(0, 0);
    margin: 0;
    align-items: center;
}

footer .socialIcons p {
    writing-mode: inherit;
    margin-right: 15px;
    margin-bottom: 0;
}

footer .socialIcons ul {
    margin: 0;
    flex-direction: row;
    display: flex;
    gap: 15px;
    line-height: 1;
}

footer .socialIcons ul li {
    margin: 0;
}

.quick-links {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.quick-links a {
    color: #FFF;
    font-size: 17px;
    line-height: 35px;
    text-decoration: none;
    position: relative;
    padding-left: 15px;

}

.quick-links a::before {
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #FFF;
    content: "";
    position: absolute;
    top: 4px;
    left: 0px;
}

/* Services */
.servicesSection {
    z-index: 3;
}

.servicesSection::before {
    background: url(../images/half-right.png) center center no-repeat;
    width: 174px;
    height: 323px;
    content: "";
    position: absolute;
    top: 25px;
    right: 0;
}

.servicesSection::after,
.contactSection::before {
    background: url(../images/circleArea.png) center center no-repeat;
    width: 322px;
    height: 322px;
    content: "";
    position: absolute;
    bottom: -161px;
    left: 25px;
}

.listingAreaMain ul {
    list-style-type: none;
    position: relative;
    padding: 0;
    margin: 0;
}

.listingAreaMain ul::before {
    height: 495px;
    width: 1px;
    background: #333;
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.listingAreaMain ul li {
    width: calc(50% - 60px);
    position: relative;
}

.listingAreaMain ul li.text-start {
    margin-left: auto;
}

.listingAreaMain ul li.text-end {
    margin-right: auto;
}

.listingAreaMain ul li::before {
    width: 65px;
    height: 65px;
    border: 1px solid #333;
    position: absolute;
    content: attr(title);
    left: -93px;
    border-radius: 50%;
    background: #F4F8FF;
    font-size: 29px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
}

.listingAreaMain ul li.text-end::before {
    left: auto;
    right: -93px;
}

.listingAreaMain ul li .btn.btn-primary {
    padding: 8px 20px 6px;
    font-size: 15px;
}

.contactSection::before {
    left: auto;
    right: 222px;

}

/* Inner Pages_____About Us Page */
.aboutPageImage {
    border-radius: 30px;
}

.heroBanner__innerPages .breadcrumb *,
.heroBanner__innerPages .breadcrumb-item+.breadcrumb-item::before {
    color: #FFF;
    font-size: 20px;
}

.heroBanner__innerPages {
    height: 340px;
    padding-bottom: 40px;
    min-height: inherit;
}

/* services-page */
img.servPageImage {
    width: 100%;
    max-width: 819px;
}
.our-servicee {
    padding: 65px 0;
}

/* partner-page */
.partner-temp nav ol li a {
    text-decoration: none;
}
.part-flex-partner {
    gap: 35px;
    align-items: center !important;
}
.part-flex-partner .part-img {
    max-width: calc(100% / 4 - 105px/4);
    border: 1px solid #EAE5E5;
    border-radius: 50px;
    height: 241px;
    text-align: center;
    vertical-align: middle;
    padding: 30px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.part-flex-partner .part-img img.mintra {
    width: 100%;
    max-width: 194px !important;
    object-fit: contain;
    vertical-align: middle;
}

/* contact-page */

.contactt-frm .aboutcontent h3 {
    font-size: 40px;
    color: #000;
}
.contactt-frm .aboutcontent .address-info h4 {
    font-size: 19px;
    text-transform: uppercase;
}
.contactt-frm .aboutcontent .address-info a {
    color: #000;
    text-decoration: none;
    line-height: 30px;
}
.contactt-frm .aboutcontent .address-info h4 {
    margin: 0;
}
.social-icn-contact ul.d-flex {
    margin: 0;
    gap: 15px;
}
.social-icn-contact ul.d-flex li {
    list-style: none;
}

.social-icn-contact ul.d-flex li i {
    font-size: 21px;
}
.form-contact p {
    font-size: 30px;
}
.form-contact h3 {
    font-size: 22px;
    color: #040404;
}
.form-contact {
    background: #fff;
    border-radius: 50px;
    padding: 60px;
    box-shadow: 0 0 34px #00000029;
}

.form-contact p {
    font-size: 30px;
}
.form-contact h3 {
    font-size: 22px;
    color: #040404;
}
html body .form-contact .contactHome input , html body .form-contact .contactHome textarea {
    background: transparent;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-radius: unset;
    border-bottom: 1px solid #D4D4D4;
}
html body .form-contact .contactHome label {
    padding-left: 0 !important;
    color: #A5A5A5;
}
html body .form-contact .contactHome textarea {
    height: 100px;
}
.form-contact button.btn.btn-primary {
    max-width: 227px;
    width: 100%;
    justify-content: center;
}
.conttt-page {
    background: #F5F5F5;
}

/* training-page */
.trainig-template img.aboutPageImage {
    width: 100%;
}
.trainig-template .aboutcontent {
    padding-left: 20px;
}
.trainig-template .aboutcontent h4 {
    font-size: 30px;
}
.custom-background-wrapper {
    background: #F4F8FF;
    padding: 90px 0;
}
.custom-background-wrapper .wrap-training-sec {
    display: flex;
    justify-content: space-between;
    gap: 62px;
}
.custom-background-wrapper .wrap-training-sec .training-page .category-content-box {
    display: flex;
    align-items: center;
    gap: 45px;
    justify-content: space-between;
    background: #fff;
    padding-right: 30px;
    border-radius: 20px;
    box-shadow: 0 0 24px 0 #0000001f;
}
.custom-background-wrapper .wrap-training-sec .training-page .category-content-box .category-content h4 {
    font-size: 30px;
    color: #000;
}
.custom-background-wrapper .wrap-training-sec .training-page {
    max-width: 739px;
    width: 100%;
}
.custom-background-wrapper .wrap-training-sec .training-page .category-content-box .category-img img {
    width: 100%;
    max-width: 100%;
}
.custom-background-wrapper .wrap-training-sec .training-page .category-content-box .category-content a {
    color: #fff;
}
.heroBanner__innerPages .breadcrumb *, .heroBanner__innerPages .breadcrumb-item a {
    text-decoration: none;
    font-family: 'Luxia';
}
body:not(.home) .heroBanner h2.my-4 {
    margin-bottom: 10px !important;
}
/* technical-course */
.training-iinerpage .postwrapper {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    gap: 75px 45px;
}
.training-iinerpage .postwrapper .category-content-box {
    width: 100%;
    max-width: calc(100% / 3 - 60px/3);
}
.training-iinerpage .postwrapper .category-content-box .category-img img {
    width: 100%;
    max-width: 100%;
    height: 100%;
}
.training-iinerpage .postwrapper .category-content-box .category-content {
    padding-top: 30px;
}
.training-iinerpage .postwrapper .category-content-box .category-content h4 {
    color: #000;
    font-size: 25px;
    text-transform: capitalize;
	text-align:left;
}
.training-iinerpage .postwrapper .category-content-box .category-content p {
    margin-bottom: 15px;
}
.training-iinerpage .postwrapper .category-content-box .category-content a {
    color: #fff;
    font-family: 'Helvetica Neue';
}
/* company-represnt */

.main-represnt.text-center a.btn.btn-primary.mt-5 {
    color: #fff;
}
.main-company .prncipals-section img {
    width: 100%;
    max-width: 250px;
    object-fit: contain;
    height: 250px;
}
.comp-img {
    border: 1px solid #ddd;
    border-radius: 15px;
}

/* maesrk-template */
.background-imgg {
    background-size: cover !important;
    height: auto;
}
.content-wrapper .main-ccc {
    text-align: center;
    margin-top: 50px;
    color: #000;
}
.content-wrapper .main-contennt {
    padding: 50px 0;
}
.content-wrapper .main-contennt ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin: 0 auto;
    gap: 25px;
}
.content-wrapper .main-contennt ul li {
    max-width: calc(100% / 4 - 75px/4);
    width: 100%;
    margin-bottom: 0;
    text-align: center;
    list-style: none;
    min-height: 100px;
}
/* iaidl page*/
.idial-head {
    padding: 20px 0 0 0;
}

.idial-head ul {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    justify-content:flex-start;
    gap: 20px;
    padding: 20px 0 40px;
    width: 100%;
    align-items: center;
}
.idial-head ul li {
    list-style: none;
    max-width: calc(100% / 4 - 20px);
    width: 100%;
    height: 120px;
    text-align: center;
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 34px #00000029;
    border-radius: 15px;
    display: flex;
    place-content: center;
    place-items: center;
    color: #000;
    font-size: 17px;
}

.idial-head h4 {
    text-align: center;
}

/* register-pg */
.registration-form {
    background: #F4F8FF;
}
.registration-form .regis-content , .login-frm{
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    border-radius: 15px;
    padding: 40px 25px;
    box-shadow: 0 0 34px #00000029;
}
.login-frm
{
    margin: 100px auto;
}
.registration-form .regis-content form#registration-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 15px;
}
.registration-form .regis-content form#registration-form .label-cont {
    width: 100%;
    max-width: calc(100% / 2 - 15px);
}
.registration-form .regis-content form#registration-form .label-cont input {
    box-shadow: unset;
    border-radius: 8px;
    background: transparent;
    width: 100%;
    height: 40px;
    border: 1px solid #ddd;
    font-size: 14px;
    padding: 0 10px;
}
.registration-form .regis-content form#registration-form .label-cont select {
    width: 100%;
    height: 40px;
    border-radius: 8px;
    border: 1px solid #ddd;
    padding: 0 10px;
}
.registration-form .regis-content form#registration-form button.btn.btn-primary {
    margin: 0 auto;
}
.registration-form .regis-content form#registration-form button.btn.btn-primary {
    margin: 0 auto;
    max-width: 250px;
    width: 100%;
    padding: 15px;
    font-size: 18px;
}
.registration-form button.btn.btn-primary {
    padding: 15px;
    width: 100%;
    max-width: 200px;
}
.registration-form .regis-content form#registration-form .label-cont label {
    font-size: 16px;
}
.registration-form .regis-content form#registration-form .label-cont select {
    font-size: 14px;
}
.registration-form .regis-content form#registration-form .label-cont input:focus {
    outline: none;
}
/* job-opening */
.job-listings {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap:50px 20px;
    flex-wrap: wrap;
}
.job-listings .job-item {
    max-width: calc(100% / 3 - 20px);
    width: 100%;
    text-align: center;
}
.job-listings .job-item .job-thumbnail img {
    width: 100%;
    max-width: 100%;
    border-radius: 20px;
    height: 100%;
    object-fit: cover;
}
.job-listings .job-item .job-thumbnail {
    overflow: hidden;
}
.job-listings .job-item h3 {
    font-size: 30px;
    margin: 10px 0;
}
.job-listings .job-item p {
    margin: 0;
}
.job-listings .job-item a {
    text-decoration: none;
    color: #404040;
}
.login-frm #loginform .login-username input , .login-frm #loginform .login-password input{
	width: 100%;
	background: transparent !important;
	box-shadow: unset;
	border: 1px solid #ddd;
	border-radius: 8px;
	height: 40px;
	padding: 10px;
	font-size: 14px;
}
.login-frm #loginform {
	max-width: 550px;
	width: 100%;
	margin: 0 auto;
}
.login-frm #loginform label {
	font-size: 15px;
}
.login-regis span {
	display: flex;
	justify-content: center;
	align-content: center;
	gap: 0 10px;
}
.job-filter-container.section {
	padding-top: 0 !important;
}
.login-frm #loginform .login-submit input {
	border: 0;
	background: linear-gradient(90deg, rgba(2, 13, 45, 1) 0%, rgba(13, 71, 195, 1) 100%);
	max-width: 200px;
	width: 100%;
	height: 45px;
	border-radius: 11px;
	color: #fff;
}
.login-frm #loginform .login-username input:focus {
	outline: none;
}
.login-regis {
	margin-top: 20px;
}
.main__header #navbarSupportedContent .navbar-nav li a {
	text-decoration: none;
}
/* 404page */
.\34 04content-section #content {
	margin: 0 auto;
	max-width: 550px;
	text-align: center;
}
.\34 04content-section #content {
    margin: 0 auto;
    max-width: 550px;
    text-align: center;
  }
  .\34 04content-section #content .searchform #searchsubmit {
    margin: 0;
    border: 0;
    background: linear-gradient(90deg, rgba(2, 13, 45, 1) 0%, rgba(13, 71, 195, 1) 100%);
    max-width: 110px;
    width: 100%;
    height: 40px;
    border-radius: 11px;
    color: #fff;
  }
  .\34 04content-section #content .searchform #s {
	margin: 0;
	height: 40px;
	border: 0;
	box-shadow: unset;
	background: transparent;
	border: 1px solid #ddd;
	border-radius: 8px;
	width: 100%;
	max-width: calc(100% - 130px);
	padding: 0 10px;
	font-size: 14px;
}
  .\34 04content-section #content .searchform #s:focus {
	outline: none;
}
.login-regis .btn.btn-primary {
	margin: 0 auto;
	max-width: 210px;
	width: 100%;
	padding: 0;
	height: 45px;
	line-height: normal;
	font-size: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
    color: #fff;
}
.search.search-results .entry-title a {
	color: #000;
	font-size: 24px;
	text-decoration: none;
}
.search.search-results .position-absolute.top-0.w-100.main__header.py-4 {
	background: #03133c;
}
.search.search-results .container.section a {
	color: #000;
}

section.Business-page .post-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    margin: 50px 0 0;
}

section.Business-page .post-list .post-item {
    width: 100%;
    max-width: calc(100% / 3 - 60px/3);
    min-height: 190px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 25px;
    background: #fff;
    box-shadow: 0 0 34px #00000029;
    border-radius: 15px;
}

section.Business-page .post-list .post-item h2 {
    font-size: 26px;
    color: #000;
    text-transform: capitalize;
    text-align: center;
}

section.Business-page .post-list .post-item a.btn.btn-primary {
    margin: 0 auto;
    width: 100%;
    max-width: 200px;
    padding: 0;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}
body:not(.home) .heroBanner h2 {
    font-family: 'Luxia';
    font-weight: 400;
    font-size: 58px;
}
.training-main {
    padding: 100px 0;
}
section.post-content-section .content-wrapper .training-main {
    text-align: center;
}
.job-listings .job-item .job-description {
    margin-bottom: 30px;
}
.category-content a.btn.btn-primary {
    color: #fff;
}
.btn-wrapper {
    position: relative;
    max-width: 227px;
    width: 100%;
}
.btn-wrapper::after {
    position: absolute;
    content: "";
    background-image: url('https://mxw.c23.mytemp.website/wp-content/uploads/2024/10/arrow-right.png');
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: contain;
    top: 17px;
    right: 40px;
}
.training-iinerpage .postwrapper .category-content-box .category-content {
    text-align: left;
}
.job-listings .job-item .category-content {
    text-align: left;
}
.job-listings .job-item p {
    text-align: left;
}
.job-listings .job-item h3 {
    text-align: left;
}

/* 25-10 */
html body .contactSection .wpcf7-response-output {
    margin: 10px 0 0 0 !important;
    border-color: #dc3232 !important;
}
.contactSection .btn-wrapper br {
    display: none;
}
.contactSection .btn-wrapper p {
    margin: 0 !important;
    height: auto !important;
}
.contactSection  .wpcf7-spinner {
    left: auto;
    position: absolute !important;
    right: -80px !important;
    top: 20px !important;
}
.heroBanner__innerPages .breadcrumb-item.active {
    color: #fff !important;
}
html body .selectCourseSection.position-relative {
    padding: 80px 0 !important;
}
.page-id-528 section.section.courseSection {
    background: unset !important;
    display: none;
}
.page-template-template-job .job-filter-container .job-listings .job-item h4 {
    text-transform: capitalize;
    padding: 30px 0 0 0;
    font-size: 30px;
    color: #000;
}
.page-template-template-job .recommended-posts h3 {
    color: #000;
}
html body.search.search-no-results .main__header {
    background: #03133c;
}
body.search.search-no-results .registration-form .container.section {
    text-align: center;
}

body.search.search-no-results .registration-form .container.section {
    text-align: center;
}
body.search.search-no-results .registration-form .container.section form input#s {
    margin: 0;
    height: 40px;
    \: 0;
    box-shadow: unset;
    background: transparent;
    border: 1px solid #ddd;
    border-radius: 8px;
    width: 100%;
    max-width: calc(100% - 130px);
    padding: 0 10px;
    font-size: 14px;
}
body.search.search-no-results .registration-form .container.section form input input#searchsubmit {
    max-width: 130px;
    width: 100%;
}
body.search.search-no-results .registration-form .container.section form input#searchsubmit {
    margin: 0;
    border: 0;
    background: linear-gradient(90deg, rgba(2, 13, 45, 1) 0%, rgba(13, 71, 195, 1) 100%);
    max-width: 110px;
    width: 100%;
    height: 40px;
    border-radius: 11px;
    color: #fff;
}


/* 4 NOV */

.text-light {
color: #fff !important;
}
h3.text-dark {
    color: #000000 !important;
}
/* 
contact form */

.page-id-19 .form-floating input {
    border: hidden;
    border-bottom: 1px solid #d4d4d4;
    border-radius: 0 !important;
    padding: 0;
	padding-bottom: 8px;
}

.page-id-19 .form-floating textarea {
    border: hidden;
    border-bottom: 1px solid #d4d4d4;
    border-radius: 0;
    resize: none;
    height: 100px;
    padding: 0;
}

/* qa-issue */
.main__header .d-flex button.btn.btn-outline-light {
    font-family: 'Helvetica Neue';
    font-weight: 400;
}
.main__header .d-flex button.btn.btn-outline-light span {
    color: #fff !important;
}
body.home .heroBanner button.btn.btn-primary {
    font-family: 'Helvetica Neue';
}
.countArea li p {
    color: #000 !important;
}
.countArea li h2 {
    font-family: 'Helvetica Neue';
}
.countSection h5 {
    color: #000 !important;
}
.countSection {
    border-bottom: 1px solid #EDEDED;
}
section#aboutSection .aboutcontent p.large.text-uppercase {
    font-family: 'Helvetica Neue';
    font-weight: 400;
}
section#aboutSection .aboutcontent> p {
    font-family: 'Helvetica Neue';
    font-weight: 400;
    color: #404040;
}
.listingAreaMain ul li h4 {
    font-size: 48px;
    font-weight: 400;
    color: #03133C;
}
.courseSection p.large {
    text-transform: uppercase;
    font-family: 'Helvetica Neue';
    font-weight: 400;
}
.partnerSection p {
    font-family: 'Helvetica Neue';
    font-weight: 400;
    letter-spacing: 0.8px;
    color: #3C3C3C;
}
.courseSection p {
    font-family: 'Helvetica Neue';
    font-weight: 400;
    letter-spacing: 0.8px;
}
.courseSection button.btn.btn-outline-light.mt-3 {
    font-family: 'Helvetica Neue';
    font-weight: 400;
}
.contactSection .wpcf7.js input[type="submit"] {
    font-family: 'Helvetica Neue';
}
.contactSection form p {
    font-family: 'Helvetica Neue';
    color: #555555;
}
.mainFooter p {
    font-family: 'Helvetica Neue';
    font-weight: 400;
}
.mainFooter h6 {
    font-family: 'Helvetica Neue';
    font-weight: 400;
}
.mainFooter 
 ul.quick-links li {
    font-family: 'Helvetica Neue';
    font-weight: 400;
}
.userGroupBottom p {
    font-weight: 400;
}
.socialIcons p {
    font-weight: 400;
}
.listingAreaMain p {
    font-family: 'Helvetica Neue';
    font-weight: 400;
    color: #404040;
    font-size: 17px;
}
.our-servicee .aboutcontent p {
    color: #404040;
    font-family: 'Helvetica Neue';
    font-weight: 400;
}
.our-servicee .aboutcontent button.btn.btn-primary {
    font-family: 'Helvetica Neue';
    font-weight: 400;
}
.page-id-19 .aboutcontent .address-info h4 {
    font-family: 'Helvetica Neue';
    font-weight: 400;
}
.contactt-frm .form-contact p {
	font-family: 'Luxia';
	margin-bottom: 30px;
}
.contactt-frm .form-contact h3 {
    font-family: 'Helvetica Neue';
    font-weight: 400;
}
.contactt-frm .form-contact .form-floating span {
    font-family: 'Helvetica Neue';
    font-weight: 400;
}
.contactt-frm .form-contact .form-floating input::placeholder , .contactt-frm .form-contact textarea.wpcf7-form-control.wpcf7-textarea::placeholder {
	color: #A5A5A5;
	font-size: 17px;
	font-weight: 400;
}
.contactt-frm .form-contact textarea.wpcf7-form-control.wpcf7-textarea::placeholder
{
 
   
}
.contactt-frm .aboutcontent .address-info p {
    font-family: 'Helvetica Neue';
    font-weight: 400;
    font-size: 17px;
}
.contactt-frm .aboutcontent .social-icn-contact {
    display: flex;
    align-items: center;
    margin-top: 10px !important;
}
.contactt-frm .aboutcontent .social-icn-contact h4 {
    text-transform: capitalize;
    color: #0F0F0F !important;
}

.custom-background-wrapper .wrap-training-sec .training-page .category-content-box .category-content a {
    color: #fff;
    padding: 0;
    height: 45px;
    max-width: 200px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}








.form-contact h3 {
    font-size: 22px!important;
}


.training-iinerpage .postwrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 50px 30px;
}
.custom-background-wrapper .wrap-training-sec .training-page .category-content-box .category-img {
    flex: 0 0 50%;
    max-width: 50%;
}

.custom-background-wrapper .wrap-training-sec .training-page .category-content-box {   
    gap: 0!important;
	padding-right: 0!important;
}
.custom-background-wrapper .wrap-training-sec .training-page .category-content-box .category-content {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 30px;
    width: 100%;
}
.main__header #navbarSupportedContent .navbar-nav li.menu-item-has-children:hover > ul.sub-menu {
    visibility: visible!improtant;
}

.main__header #navbarSupportedContent .navbar-nav li.menu-item-has-children ul.sub-menu  li ul.sub-menu {
    right: -100%;
}

.main__header #navbarSupportedContent .navbar-nav li.menu-item-has-children:hover > ul.sub-menu > li ul.sub-menu {
    display: none;
}

.main__header #navbarSupportedContent .navbar-nav li.menu-item-has-children > ul.sub-menu > li:hover ul.sub-menu {
    display: block;
}
.main__header #navbarSupportedContent .navbar-nav li.menu-item-has-children:hover ul.sub-menu li .submenu-toggle i {
    color: black;
    transform: rotate(-90deg);
}
.single.single-job section.section.background-imgg {
    height: 360px;
}
.login-frm p label {
	text-align: left;
	display: block;
}
.regis-content label {
	display: block;
	text-align: left;
}
.registration-form .regis-content form#registration-form button.btn.btn-primary {
	display: flex;
	justify-content: center;
}
p.login-submit {
    max-width: 200px !important;
    margin: 0 auto;
    position: relative;
}
p.login-submit:after {
    content: "";
    background-image: url(https://mxw.c23.mytemp.website/wp-content/uploads/2024/10/arrow-right.png);
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 65%;
    pointer-events: none;
}
p.login-submit>input#wp-submit {
    padding-right: 30px;
}
.registration-form h3, .registration-form label, .registration-form input[type="text"], .login-regis span {
    color: #000;
}
.training-iinerpage .postwrapper .category-content-box .category-content a {
    display: block;
    max-width: 240px;
    margin-top: 20px;
}
.section.courseSection .btn.btn-outline-light:hover span {
	color: #000 !important;
}
.section.aboutpage.innerPages .row.align-items-start {
	margin: 0;
}
section.section.our-servicee .row.align-items-start {
    margin: 0;
}
/* MegaMenus */
nav.navbar div#navbarSupportedContent {
/*     width: 100%;
    max-width: 100%; */
    justify-content: center;
}
nav.navbar div#navbarSupportedContent div#mega-menu-wrap-primary-menu ul#mega-menu-primary-menu {
    text-align: center;
}
nav.navbar div#navbarSupportedContent div#mega-menu-wrap-primary-menu {
    width: 100%;
    background: transparent;
}
nav.navbar div#navbarSupportedContent div#mega-menu-wrap-primary-menu ul#mega-menu-primary-menu > li > a {
    color: #FFF;
    font-size: 18px;
    line-height: 1;
    font-weight: 400;
    position: relative;
    display: flex;
    align-items: center;
    margin: 0 30px;
}
#mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li a {
    line-height: 30px;
    color: #000!important;
    transition: padding 0.2s linear;
}
#mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li a:hover {
    padding-left: 10px;
	background:transparent !important
}
/* 16-12 */.navbar::before , .navbar::after {
    display: none;
}
.training-iinerpage .postwrapper .category-img.new-img-set, .training-iinerpage .postwrapper .category-content-box .category-img {
	height: 250px;
	border-radius: 25px;
	overflow: hidden;
}
.training-iinerpage .postwrapper .category-img.new-img-set img , .training-iinerpage .postwrapper .category-content-box .category-img img{
    object-fit: cover;
    object-position: 0 0;
}
.training-iinerpage .postwrapper .category-content-box a {
    display: flex !important;
    align-items: center;
}
.training-iinerpage .postwrapper {
    gap: 75px 45px;
}
.training-iinerpage .postwrapper .category-content-box {
    width: 100%;
    max-width: calc(100% / 3 - 90px/3);
}
.training-iinerpage .postwrapper .category-content-box .category-content button.btn {
    background: linear-gradient(90deg, rgba(2, 13, 45, 1) 0%, rgba(13, 71, 195, 1) 100%);
    color: #fff;
    border: 0 !important;
    transition: all 0.5s;
    padding: 19px 44px 17px;
    line-height: 1;
    border-radius: 10px;
    font-size: 20px;
    text-transform: capitalize;
    max-width: 240px;
    margin-top: 20px;
    font-family: 'Helvetica Neue';
}
.calendly-popup .div-cont-wrap .close {
    cursor: pointer;
}
.training-iinerpage .postwrapper .category-content-box .category-content button.btn img {
    margin-left: 5px;
}
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-megamenu > ul.mega-sub-menu {
    z-index: 999;
    border-radius: 0;
    background: #f1f1f1;
    border: 0;
    padding: 0px 0px 0px 0px;
    position: absolute;
    width: 100vw;
    max-width: 1030px;
    left: 50%;
    margin: 0 auto;
    transform: translateX(-50%) !important;
    top: 40px;
}
/* .training-iinerpage .postwrapper .category-content-box .category-content p.fort-empty {
    display: none;
} */

.section.training-iinerpage .container, body.page-id-528 .section.selectCourseSection .container {
	max-width: 1280px !important;
}
body.page-id-528 .slick-cat-sec-sli .child-category img {
	height: 250px;
}

@media screen and (max-width:1699px){
nav.navbar div#navbarSupportedContent div#mega-menu-wrap-primary-menu ul#mega-menu-primary-menu > li > a {
   
    font-size: 16px;   
    margin: 0 6px;
}

}

@media (max-width:1365px){
    .section.training-iinerpage .container, body.page-id-528 .section.selectCourseSection .container {
        max-width: 1040px !important;
    }
}

.box-differ {
	background: #fff;
	border-radius: 50px;
	padding: 30px;
	box-shadow: 0 0 34px #00000029;
}


@media screen and (max-width:992px){
nav.navbar div#navbarSupportedContent div#mega-menu-wrap-primary-menu ul#mega-menu-primary-menu > li > a {
    font-size: 13px;
    margin: 0 6px;
    padding: 0 5px;
}
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link:focus {
    background:unset !important;
}
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    background:transparent !important;
}
header .navbar ul > li > a.mega-menu-link {
	background: transparent !important;
}
@media(max-width:1440px)
{
	.aboutSection .get-in-touch {
    right: 0;
}
}


.training-iinerpage .postwrapper .category-content-box .category-content {
    padding-bottom: 60px;
    position: relative;
    min-height: 190px;
}
.training-iinerpage .postwrapper .category-content-box .category-content a.btn.btn-primary {
    position: absolute;
    bottom: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    left: 0;
    opacity: 0;
}
@media (max-width:991px) {
    .training-iinerpage .postwrapper .category-content-box {
        width: 100%;
        max-width: calc(100% / 2 - 90px/3);
    }
    .training-iinerpage .postwrapper .category-content-box .category-content {
        padding-bottom: 60px;
        position: relative;
        min-height: 400px;
    }
}
@media (max-width:567px) {
    .training-iinerpage .postwrapper .category-content-box .category-content {
        padding-bottom: 60px;
        position: relative;
        min-height: auto;
    }
}





.user-info {
  margin-bottom: 10px;
}
.label {
  font-weight: bold;
  color: #555;
}
.value {
  margin-left: 10px;
  color: #000;
}

.user-info-container {
    text-align: center;
}

h2 {
    font-size: 58px;
    font-family: var(--luxia);
    font-weight: 400;
} 



body.page-template.page-template-user .job-filter-container>.container {
    max-width: 1280px !important;
}
body.page-template.page-template-user .job-filter-container>.container .job-listings .job-item .job-thumbnail {
    height: 250px;
    margin-bottom: 20px;
}

body.page-template.page-template-user .job-filter-container>.container .job-listings .job-item .category-content h4 {
    color: #000;
    font-size: 25px;
    text-transform: capitalize;
    text-align: left;
    min-height: 60px;
}

body.page-template.page-template-user .job-filter-container>.container .job-listings .job-item .job-description {
    margin: 0 0 15px;
}

body.page-template.page-template-user .job-filter-container>.container .job-listings .job-item .category-content a.btn.btn-primary {
    background: linear-gradient(90deg, rgba(2, 13, 45, 1) 0%, rgba(13, 71, 195, 1) 100%);
    padding: 15px 44px 11px;
    line-height: 1;
    border-radius: 10px;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Helvetica Neue';
}
body.page-template.page-template-user .job-filter-container>.container .job-listings .job-item .job-description {
    min-height: 94px;
    height: 100%;
}
@media(max-width:991px){
	body.page-template.page-template-user .job-listings .job-item {
    max-width: calc(100%/2 - 10px);
}
	body.page-template.page-template-user .job-filter-container>.container .job-listings .job-item .category-content h4 {
    font-size: 20px;
}
		body.page-template.page-template-user .job-listings {
    gap: 15px !important;
}
}
@media(max-width:767px){
		body.page-template.page-template-user .job-filter-container>.container .job-listings .job-item .job-description {
    min-height: 110px;
    height: 100%;
}
	body.page-template.page-template-user .job-filter-container>.container .job-listings .job-item .job-description p {
    line-height: 25px;
}
	body.page-template.page-template-user .job-filter-container>.container .job-listings .job-item .category-content a.btn.btn-primary {
    width: 100%;
    max-width: 100%;
}
}
@media(max-width:567px){
		body.page-template.page-template-user .job-listings .job-item {
    max-width: 100%;
}
	body.page-template.page-template-user .job-filter-container>.container .job-listings .job-item .category-content a.btn.btn-primary {
    width: 100%;
    max-width: 100%;
}
	body.page-template.page-template-user .job-filter-container>.container .job-listings .job-item .category-content h4 {
    font-size: 20px;
    min-height: auto;
}
		body.page-template.page-template-user .job-filter-container>.container .job-listings .job-item .job-description {
    min-height: unset;

}
}

body.page-template.page-template-user .user-info-container {
    padding:  60px 0;
}
body.page-template.page-template-user .user-info-container .user-info-container-inner.container {
    width: 780px !important;
    margin: 0 auto;
    padding: 30px 90px 50px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    background: #fff;
    border-radius: 15px;
    border-bottom: 4px solid #0d47c3;
}
body.page-template.page-template-user .user-info-container .user-info-container-inner.container .user-info {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #0d47c32e;
    margin: 0px 0 10px 0  !important;
    padding: 0px 0 10px 0;
}
body.page-template.page-template-user .user-info-container .user-info-container-inner.container h2 {
    font-size: 45px;
    margin-bottom: 20px;
    text-transform: capitalize;
}

body.page-template.page-template-user .user-info-container .user-info-container-inner.container img {
    width: 110px;
    height: 110px;
    object-fit: contain;
    border: 6px solid #0d47c3;
    border-radius: 100%;
    margin-bottom: 20px;
}
body.page-template.page-template-user.page-template-user-php .job-filter-container.text-center.pt-5 h3 {
    margin-bottom: 20px;
}

@media(max-width:991px){
	body.page-template.page-template-user .user-info-container .user-info-container-inner.container {
    width: 680px !important;
}
	body.page-template.page-template-user .user-info-container {
    padding: 60px 0;
}
}
@media(max-width:991px){
body.page-template.page-template-user .user-info-container .user-info-container-inner.container {
    width: 100% !important;
}
	body.page-template.page-template-user .user-info-container {
    padding: 60px 20px;
}
	body.page-template.page-template-user .user-info-container .user-info-container-inner.container {
    padding: 20px 20px 30px;
}
	body.page-template.page-template-user .user-info-container .user-info-container-inner.container .user-info {
    flex-wrap: wrap !important;
}

body.page-template.page-template-user .user-info-container .user-info-container-inner.container .user-info span {
    width: 100%;
    text-align: center;
}
	body.page-template.page-template-user .user-info-container .user-info-container-inner.container h2 {
    font-size: 30px;
}
	body.page-template.page-template-user .user-info-container .user-info-container-inner.container img {
    width: 80px;
    height: 80px;
}
	}



.page-template-user .user-logged-out {
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #ddd;
}
.page-template-user .user-logged-out .container {
  background: #03133CC2;
  width: 500px !important;
  color: #fff;
  display: flex;
  justify-content: center;
  flex-flow: column;
  padding: 10px 10px 15px;
  align-items: center;
  border-radius: 15px;
}
.page-template-user .user-logged-out .container a {
  width: 100%;
  padding: 4px 60px;
  border: 1px solid #fff;
  color: #fff;
  display: inline;
  max-width: max-content;
  margin-top: 10px;
  text-decoration: unset;
}

@media(max-width:767px){
	.page-template-user .user-logged-out .container {
	width: 100% !important;
}
	.page-template-user .user-logged-out {
	padding: 30px;
}
}

.custom-left-right-class {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
}
.custom-left-right-class .left-asidebar-custom {
   
    width: 100%;
    max-width: 25%;
    color: #00558f;
    position: relative;
    border-radius: .5em;
    border: 1px solid #dee2e6;
    background: #fff;
    padding: 20px;
}
.custom-left-right-class .parent-cutom-class {
    width: 100%;
    max-width: 75%;
}
.custom-left-right-class .left-asidebar-custom form#course-filter h3 {
    font-size: 16px;
    margin: 21px 0;
    font-weight: 600;
}
.custom-left-right-class .left-asidebar-custom form#course-filter ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
}
.custom-left-right-class .left-asidebar-custom form#course-filter ul li {
    list-style: none;
    max-width: calc(100% / 2 - 10px);
}
.custom-left-right-class .left-asidebar-custom form#course-filter ul li label {
    font-size: 14px;
    color: #000;
    line-height: normal;
}
.custom-left-right-class .parent-cutom-class .parebt-of-four {
    display: flex;
    gap: 15px;
    margin-bottom: 16px;
}
.custom-left-right-class .parent-cutom-class .postwrapper.list-view {
    flex-wrap: wrap;
    width: 100%;
    flex-direction: column;
    gap: 8px;
}
.custom-left-right-class .parent-cutom-class .postwrapper.list-view .category-content-box.box-differ {
    width: 100%;
    max-width: 100%;
}
.custom-left-right-class .parent-cutom-class .postwrapper.list-view .category-content-box.box-differ .category-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.custom-left-right-class .parent-cutom-class .postwrapper.list-view .category-content-box.box-differ {
    width: 100%;
    max-width: 100%;
    box-shadow: unset;
    border: 1px solid #000;
    border-radius: 15px;
    padding: .25rem;
}
.custom-left-right-class .left-asidebar-custom .filters-heading h2 {
    font-size: 26px;
    font-weight: 600;
    color: #03133c;
}
.custom-left-right-class .left-asidebar-custom .filters-heading {
    border-bottom: 1px solid #d3d3d3;
}
.custom-left-right-class .left-asidebar-custom h3 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 22px;
    color: #03133c;
} 
.custom-left-right-class .left-asidebar-custom >ul {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px;
}
.custom-left-right-class .left-asidebar-custom >ul>li {
    list-style: none;
}
.custom-left-right-class .left-asidebar-custom >ul>li .filter-item {
    display: flex;
    justify-content: flex-start;
    position: relative;
}
.custom-left-right-class .left-asidebar-custom >ul>li .filter-item input.filter-checkbox {
    position: absolute;
    top: 3px;
    left: 0;
}
.custom-left-right-class .left-asidebar-custom >ul>li label {
    padding-left: 18px;
    color: #000;
    font-size: 14px;
    line-height: normal;
    font-weight: 500;
}
.custom-left-right-class .parent-cutom-class .parebt-of-four .search-container input {
    width: 100%;
    border-radius: 8px;
    border: 1px solid #dee2e6;
    padding: 8px;
    height: 44px;
    padding-left: 45px;
	
}
.custom-left-right-class .parent-cutom-class .parebt-of-four .search-container input::placeholder {
    color: #000;
    font-size: 14px;
}
.custom-left-right-class .parent-cutom-class .parebt-of-four .search-container {
    max-width: 575px;
    width: 100%;
    position: relative;
}
.custom-left-right-class .parent-cutom-class .parebt-of-four .search-container i.fa.fa-search.search-icon {
    position: absolute;
    left: 10px;
    top: 9px;
    background: #003f69;
    height: 28px;
    width: 28px;
    background-color: #003f69;
    color: #fff;
    border: 0;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
}
.custom-left-right-class .parent-cutom-class .parebt-of-four .parent-grid {
    width: 100%;
    max-width: calc(100% - 590px);
    display: flex;
    gap: 15px;
}
.view-toggle {
    display: flex;
    max-width: max-content;
    width: auto;
}
.custom-left-right-class .parent-cutom-class .parebt-of-four .parent-grid .grid-custom-clases {
    display: flex;
    gap: 15px;
}
.sort-by-filters select#sort_by:focus {
    outline: none;
}
.custom-left-right-class .parent-cutom-class .postwrapper .category-content-box.box-differ.customClass {
    width: 100%;
    max-width: calc(100% / 2 - 20px/2);
    display: flex;
    box-shadow: unset;
    background: #fff;
    border: 1px solid #003f69;
    padding: 0;
    border-radius: .5rem;
}
.custom-left-right-class .parent-cutom-class .postwrapper .category-content-box.box-differ.customClass .category-content h4 {
    font-size: 18px;
    line-height: 27px;
    display: block;
}
.custom-left-right-class .parent-cutom-class .postwrapper .category-content-box.box-differ.customClass .category-content {
    height: auto;
    min-height: auto;
    display: flex;
    align-items: stretch;
    flex-direction: column;
    gap: 1rem;
    padding: .25rem;
    height: 100%;
    width: 100%;
    justify-content: space-between;
}
.custom-left-right-class .parent-cutom-class .postwrapper .parent-date-imag {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.custom-left-right-class .parent-cutom-class .postwrapper .parent-date-imag .Click-here.btn.btn-primary {
    margin: 0;
    padding: 0;
    background: transparent;
    color: #000;
    height: auto;
    text-transform: capitalize;
}
.custom-left-right-class .parent-cutom-class .postwrapper .category-content-box.box-differ.customClass .category-content p.fort-empty {
    margin: 0 !important;
}
.custom-left-right-class .parent-cutom-class .postwrapper .category-content-box.box-differ.customClass .titlecustom h4 {
    min-height: unset;
}
.custom-left-right-class .parent-cutom-class .postwrapper .parent-date-imag>p br {
    display: none;
}
.custom-left-right-class .parent-cutom-class .postwrapper .parent-date-imag .Click-here.btn.btn-primary {
    margin: 0;
}
.custom-left-right-class .parent-cutom-class .postwrapper .parent-date-imag>p {
    margin: 0;
    font-size: 15px;
}
.custom-left-right-class .parent-cutom-class .postwrapper {
    gap: 10px;
    flex-wrap: wrap;
}
.parent-imag-heasding h4 {
    margin: 0;
}
/* .training-iinerpage .postwrapper .category-content-box .category-content p.fort-empty {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    background-color: #f0f0f0;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
} */
.custom-left-right-class .parent-cutom-class .parebt-of-four .parent-grid .view-toggle button#list-view {
    width: 44px;
    height: 44px;
    background-repeat: no-repeat;
    font-size: 0;
    border: 1px solid #dee2e6;
    background-color: #fff;
    padding: 7px;
    background-size: cover;
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg' class='' id='cl-list-icon'%3E%3Cpath d='M5.333 14v4h21.334v-4H5.333ZM5.333 24v4h21.334v-4H5.333ZM5.333 4v4h21.334V4H5.333Z' stroke='%23000' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E");
}

.custom-left-right-class .parent-cutom-class .parebt-of-four .parent-grid .view-toggle button#grid-view {
    width: 44px;
    height: 44px;
    background-repeat: no-repeat;
    font-size: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg' class='' id='cl-grid-icon'%3E%3Cpath d='M13.333 4H4v9.333h9.333V4ZM28 4h-9.333v9.333H28V4ZM28 18.667h-9.333V28H28v-9.333ZM13.333 18.667H4V28h9.333v-9.333Z' stroke='%23000' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E");
    border: 1px solid #dee2e6;
    background-color: #fff;
    padding: 7px;
    background-size: cover;
}

.custom-left-right-class .parent-cutom-class .postwrapper.list-view .category-content-box.box-differ.customClass {
    width: 100%;
    max-width: 100%;
}
.custom-left-right-class .parent-cutom-class .postwrapper.grid-view .category-content-box.box-differ.customClass {
    max-width: calc(100% / 2 - 15px / 2);
    width: 100%;
}
/* .custom-left-right-class .parent-cutom-class .parebt-of-four .parent-grid .view-toggle {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 8px;
} */

.sort-by-filters select#sort_by , .custom-left-right-class .parent-cutom-class .parebt-of-four .parent-grid .dropdown button.dropdown-excel {
    height: 44px;
    border-radius: 8px;
    border: 1px solid #dee2e6;
    font-size: 14px;
}
.custom-left-right-class .parent-cutom-class .parebt-of-four .parent-grid .dropdown button.dropdown-excel
{
    padding: 8px;
    background-color: #fff;
}
.custom-left-right-class .parent-cutom-class .postwrapper.list-view .category-content {
    flex-direction: row !important;
}
.custom-left-right-class .parent-cutom-class .postwrapper.list-view .parent-imag-heasding {
    /* justify-content: space-between; */
    display: flex;
    align-items: center;
    gap: 1rem;
    flex: 1 0 0%;
}
.custom-left-right-class .parent-cutom-class .postwrapper .category-content-box.box-differ.customClass .category-content .category-img {
    width: 45px;
    height: 45px;
    border-radius: 5px;
    background-color: #f0f0f0;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    order: -1;
}
.custom-left-right-class .parent-cutom-class .postwrapper.list-view .parent-date-imag .Click-here.btn.btn-primary::after {
    content: "\f054";
    position: absolute;
    right: 5px;
    font-family: 'Font Awesome 6 free';
    font-weight: 800;
    color: #003f69;
    font-size: 15px;
}
.custom-left-right-class .parent-cutom-class .postwrapper.list-view .parent-date-imag {
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: space-between;
}
/* .custom-left-right-class .parent-cutom-class .postwrapper .parent-date-imag .Click-here.btn.btn-primary {
    margin: 0;
    text-transform: capitalize;
    min-width: 170px;
} */
.custom-left-right-class .parent-cutom-class .postwrapper.list-view .parent-date-imag p {
    padding-right: 40px;
    line-height: normal !important;
}
.custom-left-right-class .parent-cutom-class .postwrapper.grid-view  .parent-date-imag .Click-here.btn.btn-primary
{
    min-width: unset;
}
.custom-left-right-class .parent-cutom-class .postwrapper.list-view  .parent-date-imag .Click-here.btn.btn-primary {
    margin: 0;
    text-transform: capitalize;
    min-width: 170px;
    border-left: 1px solid #000 !important;
    display: block;
    border-radius: unset;
    position: relative;
}
.postwrapper.grid-view .parent-imag-heasding {
    display: flex;
    align-items: center;
    gap: 10px;
}
.filters-parent-cstm {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    align-items: center;
    margin-bottom: 15px;
}
.filters-parent-cstm div#clear-all-filters {
    margin: 0 7px 7px 0;
    padding: 0;
    border: none;
    list-style: none;
    font-size: 91%;
    line-height:normal;
}
.filters-parent-cstm div#clear-all-filters button.clear-filters-btn {
    border-color: transparent !important;
    background-color: #003f69;
    color: #fff !important;
    text-decoration: none;
    font-weight: 400;
    border-radius: 50px;
    padding: 5px 10px 5px;
    display: inline-block;
    outline: 0;
    border: 1px solid #d8d8d8;
    position: relative;
}
.filters-parent-cstm div#selected-filters span.selected-filter {
    border: 1px solid #003f69;
    margin: 0px 7px 7px 0;
    padding: 0;
    border: none;
    list-style: none;
    font-size: 91%;
    width: auto;
    border-radius: 50px;
    padding: 5px 10px 5px;
    display: inline-block;
    outline: 0;
    border: 1px solid #d8d8d8;
    position: relative;
    color: #003f69;
    line-height: normal;
}
.filters-parent-cstm div#selected-filters span.selected-filter button.remove-filter {
    padding: 0;
    border: 0;
    background: transparent;
    font-size: 12px;
}
.pagination span.page-number {
    line-height: normal;
    border-radius: 0;
    padding: .2rem 0;
    margin: 0;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border: 1px solid #003f69;
    border-radius: 5px;
}
.pagination p {
    margin: 0;
}
.term-electrical section.section.training-iinerpage.wrdf .container {
    max-width: 1400px !important;
    width: 100% !important;
}
 .pagination span.page-number a {
    text-decoration: none;
    color: #003f69;
    font-size: 16px;
    font-weight: 500;
}
 .pagination span.page-number.active p {
    color: #fff;
}
 .pagination span.page-number.active {
    background: #003f69;
}
 .pagination {
    justify-content: center;
    margin-top: 15px;
    max-width: 400px;
    margin: 15px auto;
    gap:5px;
}


.custom-left-right-class .parent-cutom-class .postwrapper.list-view .category-content-box.box-differ.customClass .category-content {
    min-height: 53px;
    padding: 10px;
}

.custom-left-right-class .left-asidebar-custom >ul {
    max-height: 200px;
    overflow-y: auto;
    scrollbar-width: thin;
}

.custom-left-right-class .parent-cutom-class .postwrapper.list-view>p {
    text-align: center;
    margin: 0;
}

.custom-model-main[style="z-index: 1; opacity: 1;"] {
    z-index: 999 !important;
}

.custom-model-main>.custom-model-inner {
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    position: absolute;
}

.custom-model-main>.custom-model-inner>.close-btn {
    float: right;
    background: rgb(2, 13, 45);
    background: -moz-linear-gradient(90deg, rgba(2, 13, 45, 1) 0%, rgba(13, 71, 195, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(2, 13, 45, 1) 0%, rgba(13, 71, 195, 1) 100%);
    background: linear-gradient(90deg, rgba(2, 13, 45, 1) 0%, rgba(13, 71, 195, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#020d2d", endColorstr="#0d47c3", GradientType=1);
    font-size: 29px;
    color: #FFF;
    line-height: 1;
    padding: 5px 10px 10px;
    width: 50px;
}

.custom-model-main[style="z-index: 0; opacity: 0;"] {
    z-index: -6 !important;
    visibility: hidden;
}


.custom-left-right-class .parent-cutom-class .postwrapper.list-view .parent-date-imag {
    padding: 0 10px;
}

.custom-model-wrap {
    max-height: calc(100vh - 250px) !important;
    scrollbar-width: thin;
}
.custom-left-right-class .parent-cutom-class .postwrapper.list-view .parent-date-imag p {
    min-height: unset !important;
}

.custom-left-right-class .parent-cutom-class .postwrapper.list-view .category-content-box.box-differ.customClass .category-content p.fort-empty {
    min-height: unset !important;
}
	.paenrt-ciustom-empty:has(p.fort-empty:empty) {
    display: none;
}

.postwrapper.grid-view .category-content {
    padding: 10px !important;
}

/* new css 13-02-2025 */

section.section .parent-cutom-class .postwrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

section.section .parent-cutom-class .postwrapper .category-content-box {
    max-width: calc(100%/5 - 15px);
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 10px;
    transition: all 0.5s ease;
}

section.section .parent-cutom-class .postwrapper .category-content-box .category-img.new-img-set {
    max-width: 52px;
    height: 52px;
    margin-bottom: 15px;
}

section.section .parent-cutom-class .postwrapper .category-content-box .category-content.testingclass {
    min-height: unset !important;
    padding: 0;
    position: static;
}
.pagination-container {
    padding-top: 45px;
}
section.section .parent-cutom-class .postwrapper .category-content-box .category-content.testingclass p {
    display: none;
}

/* section.section .parent-cutom-class .postwrapper .category-content-box a.btn.btn-primary {
    display: none !important;
} */

section.section .parent-cutom-class .postwrapper .category-content-box .category-content.testingclass h4 {
    font-size: 18px;
    font-weight: 400;
    margin: 0;
}

section.section .parent-cutom-class .postwrapper .category-content-box:hover {
    background: #003f69;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
}

section.section .parent-cutom-class .postwrapper .category-content-box:hover .category-content.testingclass h4 {
    color: #fff;
}
section.section .parent-cutom-class .postwrapper .category-content-box a.btn.btn-primary:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    max-width: 276px;
    height: 172px;
    border-radius: 10px;
}

section.section .parent-cutom-class .postwrapper .category-content-box {
    position: relative;
}

.custom-left-right-class .parent-cutom-class .postwrapper .category-content-box.box-differ.customClass .titlecustom h4 {font-size: 17px;line-height: 24px;}
.custom-left-right-class .parent-cutom-class .postwrapper.list-view .parent-imag-heasding {
    max-width: 270px;
    width: 100%;
}
.custom-left-right-class .parent-cutom-class .postwrapper.list-view .parent-date-imag {
    max-width: calc(100% - 270px);
    width: 100%;
}

@media(max-width:1023px){
	section.section .parent-cutom-class .postwrapper .category-content-box {
    max-width: calc(100%/3 - 15px);
}
	.custom-left-right-class .parent-cutom-class .postwrapper.list-view .parent-date-imag p {
		
    padding: 0;
}
}
@media(max-width:767px){
	section.section .parent-cutom-class .postwrapper .category-content-box {
    max-width: calc(100%/2 - 8px);
}
.custom-left-right-class .parent-cutom-class .postwrapper.list-view .parent-date-imag {
    max-width: 100%;
    width: 100%;
    justify-content: flex-start;
}
}

body:not(.home) .heroBanner::before {
  background: #03133C;
}

 .courses-slider .imageData img {
	height: 280px;
}
/* .section.contactSection.position-relative.conttt-page {
	background: red;
} */