: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;
}

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;
    margin-bottom: 0;
}
.main__header .d-flex button.btn.btn-outline-light:hover span {
    color: #000 !important;
}
.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;
margin: 0;
}

.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%;
}
.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: space-between;
    flex-wrap: wrap;
    width: 100%;
    gap: 30px;
}
.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: 30px;
    text-transform: capitalize;
	text-align:left;
	min-height:60px;
}
.training-iinerpage .postwrapper .category-content-box .category-content p {
    margin-bottom: 30px;
}
.training-iinerpage .postwrapper .category-content-box .category-content a {
    color: #fff;
}
/* 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: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: unset !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 25px;
    background: #fff;
    box-shadow: 0 0 34px #00000029;
    border-radius: 15px;
    gap: 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: 70px !important;
}
.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;
}

.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';
    width: 100%;
}
.contactSection form p {
    font-family: 'Helvetica Neue';
    color: #555555;
}
.mainFooter p {
    font-family: 'Helvetica Neue';
    font-weight: 400;
}
.mainFooter h6 {
    font-family: 'Luxia' !important;
}
.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;
    color: #0F0F0F !important;
}
.contactt-frm .form-contact p {
    font-family: 'Luxia';
}
.contactt-frm .form-contact h3 {
    font-family: 'Helvetica Neue';
    font-weight: 400;
    color: #040404 !important;
}
.contactt-frm .form-contact .form-floating span {
    font-family: 'Helvetica Neue';
    font-weight: 400;
}
.contactt-frm .form-contact .form-floating input::placeholder {
    color: #A5A5A5;
}
.contactt-frm .form-contact textarea.wpcf7-form-control.wpcf7-textarea::placeholder
{
     color: #A5A5A5;
}
.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;
}
section#aboutSection .aboutcontent button.btn.btn-primary span {
    font-family: 'Helvetica Neue';
    font-weight: 400;
}
.servicesSection p.large.text-uppercase.grayShade {
    font-family: 'Helvetica Neue' !important;
    font-weight: 400;
    letter-spacing: 0.8px;
}
.courseSection button.btn.btn-outline-light span {
    font-size: 20px;
    color: #fff !important;
}
.contactSection p {
    font-weight: 400 !important;
}
.aboutpage .aboutcontent p {
    color: #404040;
    font-weight: 400;
    font-family: 'Helvetica Neue' !important;
    margin: 0;
}
.aboutpage img.aboutPageImage {
    width: 100%;
}
.page-id-41 h4 {
    font-size: 30px;
    color: #000 !important;
    margin-top: 20px;
}
.custom-background-wrapper .wrap-training-sec .training-page .category-content-box .category-content a {
    font-family: 'Helvetica Neue' !important;
    font-weight: 400;
}
.training-iinerpage .postwrapper .category-content-box .category-content a:first-child {
    display: none;
}
.contactSection .wpcf7.js input[type="submit"] {
    padding-right: 80px;
}
section.post-content-section .content-wrapper .training-main iframe {
    max-width: 100% !important;
    width: 100% !important;
}
body.home .slider-partner .image-sec {
    border: 1px solid #EAE5E5;
    border-radius: 50px;
    height: 190px;
    text-align: center;
    vertical-align: middle;
    padding: 30px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 322px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 0 34px rgb(0, 0, 0,0.12);
    overflow: hidden;
}

body.home .slider-partner .slick-slide {
    padding: 30px 20px;
}

body.home .slider-partner .image-sec>img {
    width: 100%;
    height: 150px;
    object-fit: contain;
}

body.home .slider-partner button.slick-arrow {
    background: #071840;
    border-radius: 999px;
    width: 25px;
    height: 25px;
}

 body.home .slider-partner button.slick-arrow::before {
    content: "";
    content: "\f061" !important;
    font-family: "Font Awesome 6 free";
    font-weight: 900;
    color: #fff;
    font-size: 16px;
    opacity: 1;
    z-index: 1;
    position: relative;
}

body.home .slider-partner button.slick-prev.slick-arrow {
    transform: translateY(-50%) scaleX(-1);
}

body.home .slider-partner button.slick-prev.slick-arrow::before {
    top: -1px;
}


@media(max-width:1600px){
body.home .slider-partner button.slick-prev.slick-arrow {
    left: 15px;
    z-index: 1;
}
body.home .slider-partner button.slick-next.slick-arrow {
    right: 15px;
}
}
