@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,400;1,500;1,700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:opsz,wght@6..12,300;6..12,400;6..12,500;6..12,600;6..12,700;6..12,800&display=swap');

:root {
  --primary:#A2C438;
  --secondary:#dad800;
  --white:#fff;
  --black:#000;
}


body {
    margin: 0;
    padding: 0 !important;
    font-family: 'Roboto', sans-serif;
    scroll-behavior: smooth;
    overflow: inherit !important;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="date"], textarea, select {
    background: none;
    font-size: 15px;
    line-height: normal;
    margin: 0 0 12px;
    padding: 13px 20px;
    width: 100%;
    outline: 0;
    font-family: 'Roboto', sans-serif;
    border: none;
    border-radius: 4px;
    border: solid 1px #eee;
}
input[type="submit"] {
    color: var(--white);
    background: var(--primary);
    border: none;
    text-transform: capitalize;
    padding: 13px 26px;
    font-size: 16px;
    border: 0;
    letter-spacing: 0.8px;
    cursor: pointer;
    outline: none;
    font-weight: normal;
    border-radius: 4px;
    font-family: 'Roboto', sans-serif;
}
input[type="submit"]:hover {
  background: var(--primary);
  color: var(--white);
  transition: 0.8s;
}
textarea {
    height: 120px;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 15px 0;
    font-family: 'Nunito Sans', sans-serif;
    color: #424836;
    font-weight: 500;
    text-transform: inherit;
    line-height: normal;
}
h1 {
  font-size:30px
}
h2 {
  font-size:28px
}
h3 {
    font-size: 25px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size:18px
}
h6 {
  font-size:16px
}
p {
padding: 0;
    margin: 0 0 10px 0;
    font-family: 'Nunito Sans', sans-serif;
    color: #444;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
}
ul, li, a{
  list-style-type: none;
  font-family: 'Nunito Sans', sans-serif;
  color: #444;
    font-size: 16px;
    line-height: 25px;
}
a:hover {
  transition:0.8s;
  text-decoration:none;
}
.heading, .leftheading {
    font-size: 30px;
    position: relative;
    font-weight: 800;
    text-align: center;
/*     background: url(../images/heading.png) no-repeat left; */
    padding-left: 45px;
    width: fit-content;
    background-size: 35px;
    text-align: center;
    margin: 0 auto 25px;
}
.subheading{
    width: 80%;
    margin: 0 auto 30px;
    text-align: center;
    font-size: 17px;
    color: #121212;
    font-family: 'Roboto', sans-serif;
}

.zoomeffect {
    overflow: hidden;
    position: relative;
}
.zoomeffect img {
  transition: transform 0.8s ease-in-out;
}
.zoomeffect:hover img {
  transform: scale(1.1);
}


/* Header */

header {
    position: relative;
}
a.floatingbtn {
    position: fixed;
    top: 50%;
    right: -74px;
    z-index: 9;
    background: var(--primary);
    color: var(--white);
    padding: 8px 17px;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: 600;
    transform: rotate(90deg) translateY(-50%);
    border-radius: 0 0 10px 10px;
}
.topbar {
    padding: 3px 0;
    background: var(--primary);
    position: relative;
    z-index: 1;
	border-bottom: 1px solid #a2c438;
}
.topbar:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 81%;
    background: #fff;
    content: '';
    border-radius: 0 50px 0 0;
    z-index: -1;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
}
.top-phone p {
    display: flex;
    align-items: center;
    column-gap: 15px;
    justify-content: end;
    margin: 0;
}
.top-phone p i {
    background: #52505040 !important;
}
.top-phone p a {
    color: var(--white);
}
.top-contact p {
    color: #000;
    margin-top: 5px;
}
.logo {
    position: absolute;
    left: 0;
    background: #ffffff;
    padding: 15px 20px;
    top: 33px;
    border-radius: 0 30px 30px 0;
    z-index: 999;
    border-right: solid 4px var(--secondary);
    box-shadow: 2px 2px 13px #ddd;
}
.logo img {
    width: 180px;
}
.phone {
    display: flex;
    justify-content: end;
}
.phone a {
    font-weight: 500;
}
header.fixed {
    position: fixed;
    top: 0;
    background: var(--white);
    z-index: 999;
    width: 100%;
    box-shadow: 2px 2px 13px #ddd;
    transition: all ease-in-out .5s;
}
.home header.fixed img {
    filter: inherit;
    width: 170px;
}
header .menutop .sub-menu li a {
    color:var(--black) !important;
}

.home header.fixed .menutop li a{
color:var(--black);	
}
header .row {align-items: center;}
.menucontainer>img {
    width: 150px;
    margin-left: 60px;
}
.top-contact {
    display: flex;
    align-items: center;
    column-gap: 18px;
}
.top-contact p {
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin: 0;
	font-size: 14px;
	font-weight: 500;
}
.top-contact p a {
    color: #e1e1e1;
    letter-spacing: .2px;
    font-weight: 500;
}
ul.socialicons {
    display: flex;
    justify-content: flex-end;
    column-gap: 12px;
}
ul.socialicons a {
    color: var(--white);
    border: solid 1px #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 4px;
    font-size: 14px;
}
.topbar p i {
    color: var(--secondary);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0 5px;
    font-size: 14px;
}
.smoicons ul {
    display: flex;
    align-items: center;
    justify-content: end;
    column-gap: 5px;
}
.smoicons li i {
    color: var(--white);
    height: 32px;
    width: 32px;
    background: #00000024;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0 5px;
    font-size: 15px;
}
.phone a i {
    background: var(--primary);
    height: 35px;
    width: 35px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    margin-right: 5px;
	color:var(--white);
}
.menubar .col-sm-3 {
    width: 20%;
}
.menubar .col-sm-9 {
    width: 80%;
}

/* Main Slider */

.mainslider {
    position: relative;
}
.mainslider figure{
	margin:0;
	position:relative;
}
.mainslider figure img {
    height: 550px;
    object-fit: cover;
    object-position: top;
}
.mainslider figure::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: linear-gradient(270deg,#757673ad 40%,#00000070 50%);
}
.homeabout img {
    width: 100%;
    height: 390px;
    object-fit: cover;
    border-radius: 6px;
    object-position: right;
}
.mainslider .carousel-caption {
    top: 50%;
    left: 50px;
    width: 100%;
    transform: translateY(-50%);
    text-align: left;
    bottom: inherit;
}
.mainslider .carousel-content {
    width: 520px;
}
.carousel-content span {
    background: var(--white);
    padding: 6px 20px;
    text-transform: uppercase;
    color: var(--primary);
    font-family: 'Nunito Sans', sans-serif;
    letter-spacing: 3px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 50px;
}
.mainslider .carousel-caption h2 {
    font-size: 45px;
    line-height: 55px;
    font-weight: 800;
    text-transform: capitalize;
    opacity: 0;
    animation: lts .5s ease-in-out .3s forwards;
    margin-bottom: 0;
    margin-top: 25px;
}
@keyframes lts{
0%{
	transform:translateX(-150px);
}
100%{
	opacity:1;
	transform:translateX(0px);
}
}
.mainslider .carousel-content p {
    font-size: 18px;
    margin: 15px 0 22px;
    opacity: 0;
    animation: lts .5s ease-in-out .6s forwards;
}
.mainslider .carousel-content h2, .mainslider .carousel-content p {
    color: var(--white);
}
.mainslider .carousel-content .btn-primary {
    opacity: 0;
    animation: lts .5s ease-in-out 1.2s forwards;
    border: solid 1px #ffffff42;
}
.mainslider .carousel-content img{
    opacity: 0;
    animation: lts .5s ease-in-out 1.2s forwards;
}
.mainslider .carousel-control {
	position: absolute;
	bottom: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 45px;
	font-size: 18px;
	height: 45px;
	background: var(--blackcolor) !important;
	color: var(--whitecolor);
 transition: opacity .15s ease;
	border-radius: 50%;
}
.mainslider .carousel-control.right {
    right: 105px;
    left: auto;
}
.mainslider .left.carousel-control {
	left: 84% !important;
}
.mainslider button i {
    background: rgba(0,0,0,.5);
    font-size: 27px;
    width: 35px;
    height: 55px;
    line-height: 55px;
}
.bannerform img {
    width: 150px;
    margin-bottom: 15px;
}
/* .bannerform img.hradvc {
    display: block;
    width: 200px;
    border-radius: 6px;
} */
.bannerform img.hradvc {
    display: none !important;
    width: 200px;
    border-radius: 6px;
}
.bannerform {
    right: 10%;
    max-width: 360px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    text-align: center;
}
.bannerform  form {
    padding: 15px 20px 20px;
    background: linear-gradient(132deg,#00635c61, #00000040);
    border-radius: 10px;
    border: 1px solid #ffffff4d;
    backdrop-filter: blur(2px);
}

.bannerform form p {
    margin: 0 !important;
}
.bannerform form p strong {
    margin-bottom: 10px;
    display: inline-block;
}
.bannerform form input, .bannerform form select {
    width: 100%;
    padding: 13px 18px;
    margin-bottom: 10px;
    background: var(--white);
    border-radius: 5px;
    resize: none;
    border: solid 1px #00635c29;
}
.bannerform form select {
    padding: 10px 16px;
}
.bannerform form input[type="submit"] {
    background: var(--primary);
    margin: 0;
    padding: 13px 22px;
    margin-top: 0;
}
.bannerform form span.wpcf7-spinner {
    position: absolute;
}

/* Reviews */

.ti-review-item {
    max-width: 33.333% !important;
    flex: 33.333% !important;
}

/* How We Work */

.howwework {
    background: linear-gradient(#e1e1e191, #faffeb1f), url(../images/country.png) no-repeat center;
    padding: 50px 0;
    background-attachment: fixed;
    background-size: cover;
}
.howwework-item {
    text-align: center;
	position:relative;
}
.howwework-item img {
    width: 65px;
}
.howwework-item h3 {
    margin: 5px 0 10px;
    font-weight: 700;
    font-size: 22px;
}
.howwework-item:after {
    content: '';
    position: absolute;
    left: 80%;
    top: 20%;
    background: url(../images/process-arrow.svg);
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    opacity: .3;
}
.howwework .col-md-4:nth-child(3) .howwework-item:after {
    display: none;
}
.howwework-item figure {
    background: var(--white);
    height: 180px;
    width: 180px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 2px solid var(--primary);
    position: relative;
    margin-bottom: 15px;
}
.howwework-item figure span {
    background: #f8f5f1ba;
    height: 110px;
    width: 110px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: dotted 2px var(--secondary);
}
.howwework-item h4 {
    position: absolute;
    top: 10px;
    right: -10px;
    margin: 0;
    background: var(--white);
    height: 50px;
    width: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 2px solid var(--primary);
    color: var(--secondary);
}


.hrissues {
	padding: 50px 0 60px;
}
.hrissuecnt p {
    color: var(--white);
}


/* ABOUT US */

.homeabout{
    padding: 60px 0;
}
.homeabout .container {
    overflow: hidden;
}
.about-content span, .aboutdtl-content span {
    background: var(--secondary);
    padding: 5px 20px 4px;
    text-transform: uppercase;
    color: var(--white);
    font-family: 'Nunito Sans', sans-serif;
    letter-spacing: 3px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 6px;
    display: inline-block;
}
.about-content .btn-primary {
    margin-top: 8px;
}
.about-content .leftheading {
    margin-bottom: 10px;
}
.about-content p {
    text-align: justify;
}
.about-content h2 span {
    display: block;
    text-transform: capitalize;
    color: var(--primary);
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
    border-left: 3px solid var(--primary);
    padding-left: 10px;
    line-height: 20px;
    margin-bottom: 15px;
}

/* ABOUT US PAGE */
.aboutdtl img {
    width: 100%;
    height: 100%;
    border-radius: 6px 0 0 6px;
    object-fit: cover;
}
.aboutdtl-content {
    padding: 25px;
    height: 100%;
    box-shadow: 0 5px 10px #eee;
    border-radius: 0 6px 6px 0;
}
.aboutdtl-content p:last-child {
    margin-bottom: 0;
}
.aboutdtl-content .leftheading {
    text-align: left;
    font-size: 31px;
    margin-bottom: 15px;
}
.aboutinfo {
    text-align: center;
    padding: 30px 0 40px;
    box-shadow: 0 5px 10px #eee;
    border-top: solid 10px var(--secondary);
    position: relative;
}
.certified {
    position: absolute;
    bottom: 0;
    right: 30px;
}
.certified img {
    max-width: 120px;
}
.aboutinfo .heading {
    background: url(../images/advice.png) no-repeat left;
    background-size: 42px;
    line-height: 60px;
    padding-left: 50px;
}
.aboutinfo p {
    font-size: 18px;
    width: 90%;
    margin: 0 auto 15px;
    font-style: italic;
}
.aboutinfo p a {
    color: var(--primary);
}
.about-list {
    text-align: center;
    padding: 25px;
    background: #a2c43829;
    border-radius: 6px;
}
.about-list figure {
    background: var(--white);
    height: 85px;
    width: 85px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    border: 1px dashed var(--primary);
    margin-bottom: 10px;
}
.about-list img {
    width: 64px;
}
.aboutitem .col-sm-6:last-child .about-list img {
    width: 45px;
}
.about-list h3 {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 10px;
}
.aboutus{
	padding: 60px 0;
}
.ferguson .row {
/*     align-items: center; */
}
.ferguson.rene {
    margin-top: 40px;
}
.ferguson-content {
    height: 100%;
    padding: 15px;
    background: #a2c43829;
    border-radius: 6px;
}
.ferguson-content h3 {
    font-weight: 700;
	padding: 25px;
    background: #a2c43829;
    border-radius: 6px;
}
.ferguson img {
    height: 350px;
    object-fit: cover;
    object-position: top;
}

/* HR Issue Content */

.hrissuecnt {
    margin: 0 auto 35px;
}
.hrissuecnt p:last-child{
margin-bottom:0;	
}


/* =======================================
   SERVICES SECTION
======================================= */

.service {
    padding: 45px 0 65px;
    background: linear-gradient(#9c9b06ad, #7c9825e3), url(../images/servicesbg.webp);
    background-attachment: fixed;
    background-size: cover;
    text-align: center;
}

.service .heading {
    color: var(--white);
}
.hero-container {
    background-image:url('https://algopagedev.com/project/globalaceexperts.in/wp-content/uploads/2025/12/businessman-stamp-during-signing-contract-documentbusiness-contract-approve-partnership-contract-agreement-quality-assurance-concepts_42256-8313.webp') !important;
    background-size: cover;
    background-position: center;
    min-height: 300px;
}

/* =======================================
   SLIDER WRAPPER
======================================= */

.service-slider .service-slide {
    padding: 15px;
    width: 100%;
    /* display: grid; */
    /* grid-template-columns: 1fr 1fr 1fr; */
}

/* =======================================
   SERVICE CARD BASE
======================================= */

.service-item {
    position: relative;
    height: 450px;
    perspective: 1200px;
}

/* Card figure */
.service-item figure {
    background: var(--primary);
    width: 125px;
    height: 125px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    border-radius: 50%;
    border-bottom: 5px solid var(--secondary);
    border-top: 5px solid var(--secondary);
}

.service-item figure img {
    width: 64px;
    transform: translateY(-4px);
}

/* Title */
.service-item h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 10px 0 5px;
    transition: .5s;
}

/* Description */
.service-item p {
    line-height: 22px;
    transition: .5s;
}

/* Button */
.service-item a.btn.btn-secondary {
    background: var(--primary);
    color: var(--white);
    transition: .5s;
}

/* =======================================
   FLIP CARD FRONT & BACK
======================================= */

.serviceitem-front,
.serviceitem-back {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    backface-visibility: hidden;
    border-radius: 12px;
    transition: .5s;
}

/* FRONT */
.serviceitem-front {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: var(--white);
    box-shadow: 3px 3px 13px #e1e1e1;
    padding: 15px;
}

/* BACK */
.serviceitem-back {
    background: #838c73;
    padding: 15px;
    transform: rotateY(90deg);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* Flip effect */
.service-item:hover .serviceitem-front {
    transform: rotateY(-90deg);
}

.service-item:hover .serviceitem-back {
    transform: rotateY(0deg);
}

/* Back text */
.serviceitem-back h3,
.serviceitem-back p {
    color: var(--white);
}

/* Back figure */
.serviceitem-back figure {
    width: 82px;
    height: 82px;
    margin: 0;
}

.serviceitem-back figure img {
    width: 49px;
}

/* Back title style */
.serviceitem-back h3 {
    font-size: 18px;
    max-width: 64%;
    text-align: left;
    margin-left: 10px;
}
.service-slider {
/*     display: grid;
    grid-template-columns: 1fr 1fr 1fr; */
	width:100%;
}


/* After */

/* SERVICES PAGE CSS */

.secondary-container.services {
    padding: 0;
}
.secondary-container.services .service {
    padding: 65px 0 65px;
}

/* Services Details */

.srvcdtlsfrm-box h5, .srvcdtlsfrm-box h5 a {
    font-size: 16px;
}
.srvcdtlsfrm-content video {
	height:auto !important;
   /* border: solid 2px #ddd; 
    object-fit: cover;*/
}
.srvcdtls-content ul ul {
    margin: 12px 5px;
}
.srvcdtlsfrm-content figure {
    margin-bottom: 20px;
}
.srvcdtlsfrm-content img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    object-position: top;
    box-shadow: 3px 3px 10px #dbdbdb1a;
    padding: 10px;
    border: 1px solid #be802540;
}
.srvcdtls-content h2 {
    font-size: 25px;
    font-weight: 700;
    position: relative;
    padding-left: 13px;
    margin-bottom: 10px;
}
.srvcdtls-content h2:before {
    position: absolute;
    top: 6px;
    left: 0;
    height: 19px;
    width: 3px;
    background: var(--primary);
    content: '';
}
.srvcdtls-content p strong {
    font-size: 18px;
    margin-bottom: 0;
    display: block;
}
.pagesidebar {
    position: sticky;
    top: 0;
}
.flx-srvc-box {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.flx-srvc {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.srvcdtlsfrm-box, .srvcmenu-box {
    box-shadow: 3px 3px 12px #0000001a;
    padding: 15px 20px;
    border: 2px solid var(--primary);
    border-radius: 2px;
}
.srvcdtlsfrm-box{
    margin-top: 15px;
}
.srvcdtlsfrm-box h4, .srvcmenu-box h4 {
    font-size: 22px;
    font-weight: 700;
    position: relative;
    padding-left: 10px;
}
.srvcdtlsfrm-box h4:before, .srvcmenu-box h4:before {
    position: absolute;
    top: 5px;
    left: 0;
    height: 21px;
    width: 3px;
    background: var(--primary);
    content: '';
}
.srvcdtls-content li{
	margin:8px 0;
}
.srvcmenu-box li {
    line-height: 35px;
}
.srvcmenu-box li a, .srvcdtls-content li{
    font-size: 16px;
    position: relative;
    padding-left: 20px;
}
.srvcmenu-box li a:before, .srvcdtls-content li:before{
    content: '\f0a9';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    color: var(--primary);
    font-size: 13px;
    position: absolute;
    left: 0;
    top: 0;
}
.srvcdtlsfrm-box form input[type="text"], .srvcdtlsfrm-box form input[type="email"], .srvcdtlsfrm-box form input[type="tel"], .srvcdtlsfrm-box form textarea, .srvcdtlsfrm-box form select {
    border-radius: 2px;
    margin-bottom: 10px;
    padding: 10px 12px !important;
    width: 100%;
    line-height: normal;
    font-size: 13.5px;
    min-height: 45px;
    background: #71b13b17;
    border: 1px solid #71b13b42;
}
.srvcdtlsfrm-box input[type="submit"] {
    width: 100%;
    border-radius: 0;
}
.srvcdtls-content h3 {
    margin: 18px 0 11px;
    font-size: 22px;
}



/* OUR COURSES */
.educare {
    padding: 50px 0 70px;
}
.educare .row {
    row-gap: 22px;
	justify-content:center;
}
.educare-item {
    box-shadow: 6px 8px 15px #00000014;
    position: relative;
    border-bottom: 4px solid var(--primary);
    border-radius: 10px;
}
.educare-item img {
    width: 100%;
    border-radius: 10px 10px 0 0;
}
.educare-item figure {
    position: absolute;
    top: 0;
    right: 20px;
    background: var(--white);
    height: 80px;
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0 0 20px 20px;
    box-shadow: 0 4px 1px #f09934d4;
}
.educare-item figure img {
    width: 60px;
}
.educare-info {
    padding: 15px;
}
.educare-info p {
    margin: 0;
}
.educare-info h3 {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 5px;
}
.educare-info .btn-primary {
    padding: 8px 15px;
    margin-top: 10px;
}
.secondary-container.academics .educare {
    padding: 0;
}


/* RESULT SECTION CSS */

.result {
    text-align: center;
}
.result .row {
    justify-content: center;
}
.resultlist {
    margin-bottom: 40px;
}
.resultlist .row {
    row-gap: 24px;
}
.result .nav {
    justify-content: center;
    margin-bottom: 30px;
    column-gap: 15px;
}
.result h4 {
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 25px;
    text-transform: uppercase;
}
.result-item {
    box-shadow: 6px 8px 15px #00000014;
    text-align: center;
    padding: 35px 0 15px;
    border-radius: 10px;
    border: 1px solid #e1e1e1;
    position: relative;
    overflow: hidden;
    height: 100%;
}
.result-item:after {
    position: absolute;
    top: 0;
    right: 0;
    height: 65px;
    width: 100%;
    background: #f99f3621;
    content: '';
    border-radius: 0 0 100% 100%;
    z-index: -1;
}
.result-item img {
    border: 2px solid var(--primary);
    border-radius: 10px;
}
.result-item h3 {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px;
}
.result-info p strong {
    color: var(--primary);
    font-size: 16px;
}
.result-item p:last-child {
    margin: 0 !important;
}
table.marksheet {
    width: 100%;
}
table.marksheet tr, td, th {
    border: 1px solid #d7d7d7;
    border-collapse: collapse;
    padding: 8px 15px;
    font-family: 'Nunito Sans', sans-serif;
}
table.marksheet td {
    text-align: left;
}


/* Home Reviews */

.homereview {
    padding: 25px 0 30px;
    text-align: center;
   /* background: linear-gradient(#ffffffbd, #ffffffde), url(../images/reviewbg.webp); */
	background:var(--white);
    background-attachment: fixed;
    background-size: cover;
}
.homereview .heading {
    margin-bottom: 15px;
}
.clientrvw-item{
padding:0 50px;
}
.clientrvw-item p {
    line-height: 24px;
    width: 80%;
    margin: 10px auto;
}
/*
.clientrvw-item {
    padding: 30px;
    text-align: center;
    border: 1px dashed var(--primary);
    border-radius: 6px;
    position: relative;
    background: #f6f9ec;
}

.clientrvw-item:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border: solid 20px transparent;
    border-bottom: solid 20px var(--primary);
    border-left: solid 20px transparent;
    border-top: solid 20px transparent;
}
.clientrvw-item:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 80px;
    content: '';
    background: #f6812114;
    width: 100%;
    z-index: -1;
    border-radius: 0 0 100% 100%;
}
*/
.clientrvw-slider .slick-slide {
    margin: 0 10px 0;
}
.homereview .row{
	align-items:center;
}
.clientrvw-item i {
    color: #f4a708;
    margin: 0 2px;
}
.clientrvw-item h3 {
    margin: 0 0 15px;
    font-weight: 700;
    font-size: 20px;
    position: relative;
    padding-bottom: 10px;
}
.clientrvw-item h3:before {
    content: '';
    position: absolute;
    border-bottom: solid 3px var(--secondary);
    width: 80px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
}
/*
.quote {
    background: var(--primary);
    height: 48px;
    width: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    border-radius: 50px;
    margin-top: 15px;
}
*/
.clientrvw-item figure{
	margin:0;
}
.clientrvw-item figure img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 50%;
    margin: 0 auto;
}
.clientrvw-desc p {
    margin: 15px 0 30px;
    font-size: 17px;
    line-height: 33px;
    color: #767573;
}

/* Blog */

.homeblog {
    padding: 40px 0 60px;
    text-align: center;
}
.homebloglist {
    position: relative;
    overflow: hidden;
    transition: .5s;
    border: 1px solid #dddddd91;
    height: 100%;
    background: var(--white);
    border-radius: 6px;
    box-shadow: 3px 3px 13px #ddd;
}
.homebloglist:hover {
    box-shadow: 0 0 15px #0000002b;
    transform: translateY(-10px);
}
.homebloglist .zoomeffect img {
	width: 100%;
	height: 260px;
	object-fit: cover;
	transition: all ease-in-out .5s;
}
.homeblogbox {
    padding: 20px;
    position: relative;
}
.homeblogbox h3 {
    margin: 15px 0 10px;
}
.homeblogbox h3 a {
    font-size: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #424836;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}
.homeblogbox a.readbtn i {margin-left: 3px;font-size: 14px;}

.homeblogbox a.readbtn {
    color: var(--primary);
}
.homeblogbox ul {
    display: flex;
    align-items: center;
    column-gap: 15px;
    justify-content: center;
    background: #f9f9f9;
    padding: 5px;
    border-radius: 6px;
    border: solid 1px #eee;
}
.homeblogbox ul li{
	font-weight: 500;
	display: flex;
	align-items: center;
	column-gap: 7px;
}
.homeblogbox ul li i {
    color: var(--secondary);
    font-size: 14px;
}
.homeblog span.datetag {
    position: absolute;
    background: var(--primary);
    z-index: 11;
    top: 0;
    right: 30px;
    padding: 10px;
    color: var(--white);
    text-transform: uppercase;
    font-weight: 700;
    height: 55px;
    font-size: 13px;
    width: 55px;
    text-align: center;
    line-height: normal;
    border-radius: 0 0 12px 12px;
}


/* Our Partners */

.ourpartners {
    padding: 50px 0 60px;
}
.ourpartners ul {
    display: flex;
    justify-content: center;
    column-gap: 25px;
}
.ourpartners ul li {
    border: solid 1px #ddd;
    padding: 25px;
    border-radius: 6px;
    transition: all ease-in-out .5s;
}
.ourpartners ul li:hover {
    box-shadow: 3px 3px 13px #ddd;
    border-color: var(--secondary);
    transform: translateY(-5px);
}
.ourpartners ul li img {
    max-width: 300px;
}


/* Newsletter */

.newsletter {
    background: #f5f5f5;
    padding: 40px 0 50px;
}
.newsletter input {
    background: var(--white);
    border: solid 1px #ddd;
    margin: 0;
    border-radius: 5px;
}
.newsletter form input[type="submit"] {
    width: 100%;
	background:var(--primary);
}
.newsletter p {
    margin: 0;
    font-size: 17px;
}
span.wpcf7-spinner {
    position: absolute;
    left: 0;
}

/* Modal Form */

.modalform .modal-content {
    background: linear-gradient(132deg,#00635c61, #00000040);
    border-radius: 10px;
    border: 1px solid #ffffff4d;
    backdrop-filter: blur(2px);
}
.modalform .modal-dialog {
    max-width: 375px;
    height: 100%;
    display: flex;
    align-items: center;
    margin: 0 auto;
}
.modalform p, .modalform p a, .modalform p strong {
    color: var(--white);
    font-weight: 600;
    font-size: 15.5px;
}
.modalform .wpcf7-response-output {
    color: var(--white);
}
.modalform input {
    width: 100%;
    border: solid 1px #dddddd69;
	color:#ddd;
}
.modalform input[type="submit"] {
    color: var(--white);
}
.modalform input[type="checkbox"] {
    width: auto;
}
.modalform span.wpcf7-list-item {
    margin: 0 0 8px;
}
.modalform .modal-header {
    border: none;
    padding-bottom: 0;
}
.modalform ::placeholder{
	color:#ddd;
}
.modalform br {
    display: none;
}
.modalform p strong {
    padding-bottom: 2px;
    display: block;
}
.modalform .btn-close {
    opacity: .7;
}


/* Footer */

footer {
    background: #424836;
    border-top: solid 10px var(--secondary);
    padding: 40px 0;
}
footer p strong {
    display: none;
}
footer p strong {
    display: none;
}
footer form input {
    padding: 10px 15px !important;
    border: solid 1px #fefefe3d !important;
    width: 100%;
}
footer form ::placeholder {
    color: #ccc;
}
footer span.wpcf7-list-item {
    margin: 0 0 10px;
    width: 100%;
}
footer form .wpcf7-not-valid-tip {
    display: none;
}
footer span.wpcf7-list-item input[type="checkbox"] {
    width: auto;
}
footer .wpcf7-not-valid::placeholder {
    color: #ff1f1f;
}
.ftr-contact {
    margin-bottom: 40px;
}
footer form br {
    display: none;
}
footer form {
    margin-top: 40px;
}
footer .wpcf7 form.invalid .wpcf7-response-output, footer .wpcf7 form.unaccepted .wpcf7-response-output, footer .wpcf7 form.payment-required .wpcf7-response-output {
    margin: 0;
    color: var(--white);
    border-radius: 4px;
}
.footer-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
ul.contact_details li {
    margin-bottom: 10px;
}
.contact-info span {
    font-size: 17px;
    display: block;
    margin-bottom: 2px;
    font-weight: 600;
}
.contact-info a {
    font-size: 15px;
}
.contact-info p {
    font-size: 14px;
}
footer h3 {
    color: var(--white);
    margin-bottom: 30px;
    letter-spacing: .8px;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    padding-bottom: 5px;
}
footer h3:before {
    content: '';
    position: absolute;
    width: 90px;
    left: 0;
    bottom: -10px;
    background: linear-gradient(90deg, #a2c438, transparent);
    height: 3px;
}
.footerabout img {
    width: 230px;
    background: var(--white);
    padding: 20px;
    border-radius: 6px;
}
.footerabout ul {
    display: flex;
    column-gap: 8px;
	justify-content:center;
}
.footerabout ul li a {
    background: #4064ac;
    display: flex;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    color: var(--white);
    font-size: 14px;
    transition: all ease-in-out .5s;
}
footer ul.socialicons {
    justify-content: flex-start;
}
footer ul.socialicons li {
    padding: 0;
}
footer  ul.socialicons li:before {
    display: none;
}
.contact_details li {
    padding: 0;
    display: flex;
}
.contact_details li:before {
    display: none;
}
.contact_details li i {
    color: var(--white);
    font-size: 17px;
    padding-right: 10px;
    transform: translateY(5px);
}
footer ul li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 16px;
}
footer ul li:last-child {
    margin-bottom: 0;
}
footer li:before {
    position: absolute;
    top: 9px;
    left: 0;
    height: 5px;
    width: 5px;
    content: '';
    background: var(--white);
    border-radius: 20px;
}
footer ul li a {
    display: inline-block;
}
footer ul li a:hover {
  color: var(--primary);
}

footer ul li, footer ul li a, footer p, footer p a {
    color: #eee;
}

/* Copyright */

.copyright {
    padding: 10px 0;
}
.copyright .container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    align-content: center;

}
.copyright p {
    margin: 0 !important;
}
.copyright .container img {
    width: 120px;
}
.copyright p a {
    color: #424836;
    font-weight: 600;
    text-decoration: underline;
}
#whatsappbtn {
    cursor: pointer;
    position: fixed;
    bottom: 74px;
    left: 15px;
    z-index: 99999999;
    padding-top: 6px;
    background: #4fcc5d;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    color: var(--white);
    box-shadow: 0 6px 9px rgb(0 0 0 / 5%), 0 4px 5px rgb(0 0 0 / 5%);
}
#whatsappbtn:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	border-radius: 50%;
	background: #4fcc5d;
	box-shadow: 0 0 10px #4fcc5d;
	animation: whtsbtn 2s linear infinite forwards;
}
#whatsappbtn img{
width: 110px;    
}
 @keyframes whtsbtn {
 from {
 transform:scale(1.0);
 opacity: 1;
}
to {
	transform:scale(1.5);
	opacity: 0;
}
}
#whatsappbtn img {
	width: 30px;
	margin-top: 4px;
}

#GoToTop {
    display: none;
    position: fixed;
    bottom: 59px;
    right: 33px;
    border-radius: 4px;
    z-index: 99999999;
    border: 2px solid var(--primary);
    background: var(--white);
    width: 48px;
    height: 50px;
    text-align: center;
    cursor: pointer;
    font-size: 17px;
    color: var(--primary);
    padding-top: 10px;
    box-shadow: 3px 11px 12px #0000009c;
}

#GoToTop.show {
    display: block;
}

#GoToTop:hover {
    background: var(--primary);
    color: var(--white);
}

/* Breadcrumb */

.breadcrumb {
    padding: 20px 0;
    margin: 0;
    background: #f5f5f5;
	text-align:center;
}
.breadcrumb .row {
  align-items: center;
  display: flex;
}
.breadcrumb h1 {
    margin: 0;
}
.srvcbreadcrumb-cptn h2 {
    font-size: 28px;
}
.breadcrumb p {
    margin: 3px 0;
}
.breadcrumb p, .breadcrumb span, .breadcrumb p a {
    font-weight: 500;
}
.breadcrumb p a{
  padding-right: 18px;
  margin-right: 5px;
  position: relative;
}
.breadcrumb h1 span {
    font-size: 22px;
    font-weight: 600;
    color: var(--primary);
    text-transform: capitalize;
    margin-bottom: 5px;
    display: block;
    line-height: 27px;
}
.breadcrumb h1 .breadcrumbs_last {
  font-size: 28px;
  margin: 0 0 15px;
  font-weight: 800;
}
.breadcrumb h1 span a {
  display: none;
}
p#breadcrumbs {
    width: 70%;
    margin: 0 auto;
}
.breadcrumb a:after {
    position: absolute;
    content: '\f101' !important;
    font-size: 10px !important;
    font-weight: 600;
    font-family: 'Font Awesome 5 Free' !important;
    right: 0;
}

.secondary-container {
  padding: 60px 0;
}


/* STUDENT CORNER PAGE CSS */

.studentcorner .row {
    align-items: center;
    box-shadow: 5px 8px 20px #00000014;
    padding: 10px;
    border: 1px solid #f681212e;
}
.studentcorner .row:nth-child(odd) {
    margin-bottom: 22px;
}
.studentcorner .row:nth-child(even) .col-sm-5 {
    padding-right: 0;
}
.studentcorner .row:nth-child(even){
	flex-direction:row-reverse;
}
.studentcorner .col-sm-5 {
    padding-left: 0;
}
.studentcorner img {
    width: 100%;
}
.studentcorner-content h3 {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 25px;
}

/* TEST PAGE CSS */

.test .row {
    justify-content: center;
}
.test-item {
    text-align: center;
    box-shadow: 5px 10px 20px #00000014;
    border-radius: 6px;
    overflow: hidden;
    border-bottom: 3px solid var(--primary);
}
.test-item img {
    width: 100%;
    height: 270px;
    object-fit: cover;
}
.test-item h3 {
    margin: 15px 0;
    font-weight: 700;
    font-size: 21px;
}


/* VISA PAGE CSS */

.secondary-container.visa {
    padding: 0;
}

/* Employeement Bill Page */
.main-section {
    padding: 0 40px 40px;
}
.main_cnt {
    padding: 25px;
    border: 1px dashed var(--primary);
    border-radius: 20px;
    background: #c9df5645;
}
.main_cnt p {
    text-align: center;
    font-size: 17px;
    line-height: 27px;
}
h2.center-heading {
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 40px;
}
.employment_rights {
    padding: 40px 0px;
}
.employment-icon {
    background: var(--primary);
    padding: 20px;
    border-radius: 50%;
    height: 100px;
    width: 100px;
    margin: auto;
	perspective: 1000px;
}
.employment-card {
    border: 1px dashed var(--primary);
    border-radius: 20px;
    background: #b6cd5f42;
	transition: transform 0.3s ease;
}
h4.employment-title {
    font-size: 24px;
    font-weight: 700;
}
.employment-icon img {
    transition: transform 0.6s ease;
}

/* Flip on hover */
.employment-card:hover .employment-icon img {
    transform: rotateY(180deg);
}

/* HR Issues */

.hrissues .row {
    row-gap: 25px;
}
.hrissuescard-item {
    padding: 15px;
    border: solid 1px #eee;
    border-radius: 6px;
    border-top: solid 2px var(--primary);
    border-bottom: solid 2px var(--secondary);
    transition: all ease-in-out .5s;
    height: 425px !important;
}
.hrissuescard-item:hover {
    border-right: solid 1px var(--primary);
    border-left: solid 1px var(--secondary);
    box-shadow: 3px 3px 13px #ddd;
}
.hrissuescard-item img {
    transition: transform 650ms ease-in-out,filter 650ms ease-in-out;
}
.hrissuescard-item:hover img {
   transform: rotateY(180deg);
}
.hrissuescard-item h3 {
    color: var(--black);
    font-weight: 600;
    font-size: 21px;
    margin: 25px 0 8px;
}
.hrissuescard-item a {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    color: var(--primary);
}
.hrissuescard-item a i {
    margin-left: 4px;
}

/* ADMISSION PROCESS PAGE CSS */

.process-item img {
    width: 100%;
    border-radius: 10px;
}
.process-item figure img {
    width: 64px;
}
.process-item {
    box-shadow: 6px 8px 40px #00000014;
    padding: 20px;
    background: var(--white);
    height: 100%;
    border-radius: 10px;
    border: 1px dashed var(--primary);
}
.process-item li {
    position: relative;
    padding-left: 22px;
    line-height: 30px;
}
.process-item li:before {
    position: absolute;
    top: 1px;
    left: 0;
    content: '\f0a9';
    color: var(--primary);
    font-family: 'Font Awesome 5 Free';
    font-size: 14px;
    font-weight: bold;
}
.process-item h3 {
    font-weight: 700;
    font-size: 21px;
    margin: 12px 0 5px;
}
.process .col-sm-4:first-child .process-item {
    padding: 0;
    border: none;
}
.scholarship {
    background: #f1f1f1;
    margin-top: 60px;
    padding: 45px 0 85px;
}
.scholarship .row {
    justify-content: center;
}
.scholarship .heading {
    font-size: 36px;
}
.scholarship-item {
    background: var(--white);
    padding: 25px 25px 30px;
    text-align: center;
    border-radius: 10px;
    position: relative;
}
.scholarship-item figure {
    box-shadow: 0 3px 10px #e5e5e5;
    height: 85px;
    width: 85px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    margin-bottom: 5px;
}
.scholarship-item h3 {
    font-weight: 700;
    font-size: 22px;
    margin: 12px 0 5px;
}
.scholarship-item p {
    font-size: 16px;
}
.scholarship-item p strong {
    color: var(--black);
    font-size: 17px;
}
.scholarship-item h4 {
    margin: 0;
    background: var(--primary);
    display: inline-block;
    padding: 7px 15px;
    color: var(--white);
    border-radius: 5px;
    position: absolute;
    left: 50%;
    bottom: -20px;
    transform: translate(-50%);
    width: 65%;
}


/* Contact Us */

.contactus_details {
    padding: 25px 20px;
    border-radius: 4px;
    box-shadow: 3px 3px 13px #ddd;
    text-align: center;
    height: 100%;
    transition: .5s;
    border: 1px solid #ffffff2e;
}
.contactus_details:hover {
    transform: translateY(-10px);
}
.contactus_details i {
    font-size: 25px;
    color: transparent;
    -webkit-text-stroke: 1px var(--white);
    background: var(--primary);
    height: 60px;
    width: 60px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    left: 18px;
    border-radius: 50px;
    border: 2px solid #fff;
}
.contactus_details h3 {
    margin: 15px 0 5px;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 1px;
}
.contactus_details p {
	color:(--white);
    margin: 0;
}
.contactus_details p a {
    font-size: 16px;
}
.contactus iframe {
    width: 100%;
    height: 100%;
}


.contactus .homecontact {
    padding-bottom: 0;
}
.contactus .contact-details-cnt {
    text-align: center;
    border: 1px dashed var(--primary);
    padding: 20px;
    transition: all ease-in-out .5s;
}
.contact-location {
    margin-top: 35px;
}
.contact-details-cnt i {
    font-size: 50px;
    color: transparent;
    -webkit-text-stroke-color: var(--primary);
    -webkit-text-stroke-width: 2px;
}
.contact-details-cnt img {
    width: 100px;
}
.contactus .contact-details-cnt p {
    margin: 20px 0 9px;
}
.contact-details-cnt p strong {
    font-size: 20px;
}

.contactus .contact-details-cnt h3 a,
.contactus .contact-details-cnt h3 {
    color: #626262;
    font-size: 15px;
    font-weight: normal;
font-family: 'Roboto', sans-serif;	
}
.contactus .contact-details-cnt h3 {
    margin: 0;
    line-height: 25px;
}
.contactus-form {
    padding: 30px;
    box-shadow: 3px 3px 13px #ddd;
}
.contactus-form input, .contactus-form textarea {
    border-left: 2px solid var(--primary);
}
.contactus-form input[type="submit"]{
	width:100%;
}
.contactus-form p {
    margin: 0;
}

/* Contact top  */
.col-lg-6.cont_txt {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 8px 25px rgb(0 0 0 / 5%);
}
.cont_map{
	 display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 8px 25px rgb(0 0 0 / 5%);
}
img.map_img {
    width: 600px;
}

.srvcdtls-content br {
    display: none;
}
.srvcdtls-content .btn-primary {
    margin-top: 10px;
}
.hrresources {
    padding: 45px 0 60px;
}
.hrresources-item h3 {
    top: 50%;
    width: 100%;
    font-size: 30px;
    font-weight: 600;
    transform: translateY(-50%);
    text-align: center;
}
.hrresources-item img {
    filter: brightness(0.8);
    transition: all ease-in-out .5s;
}
.hrresources-item:hover img {
    transform: scale(1.1);
}
.stul-form-wrap.stul-template-3 {
    border: solid 1px #eee;
    border-radius: 6px;
    box-shadow: 3px 3px 13px #eee !important;
}
.hrresources input {
    background: none !important;
    border: solid 1px #ddd !important;
    padding: 0 20px !important;
    height: 42px !important;
    min-height: inherit !important;
    max-height: inherit;
    border-radius: 6px !important;
    margin: 5px 0 !important;
    font-size: 14px !important;
}
.hrresources input[type="submit"] {
    background: var(--primary) !important;
    color: var(--white) !important;
    line-height: normal !important;
    border: none !important;
    letter-spacing: 1px !important;
    font-weight: 500;
    font-size: 15px !important;
    padding: 8px 29px !important;
}
.hrresources input[type="submit"]:hover{
	background:var(--secondary) !important;
}
.hrresources .stul-form-wrap.stul-template-3 .stul-subscription-form {
    max-width: inherit;
}
.hrresources .stul-form-wrap.stul-template-3 .both-fields-wrap {
    display: block;
    margin-bottom: 0;
}
.hrresources .stul-form-wrap.stul-template-3 .right-holder {
    padding: 25px;
}
.hrresources .stul-form-wrap.stul-template-3 .both-fields-wrap .name-field {
    margin: 0 !important;
}
.hrresources, .hrresources p, .hrresources ul li {
    color: #555;
    font-family: 'Nunito Sans', sans-serif;
    line-height: 24px;
}
.hrresourcesdtls h3 {
    margin: 15px 0 12px;
    border-left: solid 4px var(--primary);
    border-right: solid 4px var(--secondary);
    width: fit-content;
    line-height: 30px;
    padding: 0px 12px;
    border-radius: 10px;
    font-size: 22px;
    font-weight: 600;
}
.resourcessec h4 {
    margin: 15px 0 12px;
}
.hrresources ul {
    margin: 12px 0;
}
.hrresources ul li {
    position: relative;
    padding-left: 20px;
    margin: 5px 0;
}
.hrresources ul li:before {
    content: '\f192';
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    left: 0;
    color: var(--primary);
    font-weight: 500;
    font-size: 12px;
}
.resourcessec a {
    text-decoration: underline;
}
.unlockcnt {
    border-bottom: solid 1px #ddd;
    padding-bottom: 45px;
    margin-bottom: 30px;
}
.unlockcntcnt {
    box-shadow: 3px 3px 13px #ddd;
    padding: 20px;
    height: 100%;
    border-radius: 6px;
}
.unlockcnt h2 {
    font-weight: 700;
}
.unlockcnt img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    object-fit: cover;
}
.unlockcntcnt p:last-child{
	margin-bottom:0;
}
.fullguide h5{
    color: var(--white);
    font-size: 22px;
    background: var(--primary);
    width: fit-content;
    text-align: center;
    margin: 0 auto 20px;
    border-radius: 6px;
    padding: 5px 20px;
}
.fullguide h3 {
    margin: 10px 0 8px;
}
/*
.unlockcnt ul {
    display: flex;
    justify-content: center;
    column-gap: 15px;
    margin: 15px;
}
.unlockcnt ul li {
    border: solid 1px #ddd;
    padding: 5px 20px;
    border-radius: 6px;
    font-weight: 500;
}
*/

/* Policy */

.policy h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 15px 0 8px;
}
.policy h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 15px 0 8px;
}

.policy ul {
    margin: 12px 0;
}
.policy ul li{
    position: relative;
    padding-left: 22px;
    margin: 2px 0;
}
.policy ul li:before {
    content: '\f061';
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    left: 0;
    top: 0;
    color: var(--primary);
    font-weight: 600;
    font-size: 13px;
}


.page-id-2708 .bullying-harassment, .page-id-3648 .absence-management {
	display: none;
}
.alert.alert-success .btn-close {
    filter: brightness(0.5);
}

.hrresources-btmcontent{
	border-top:solid 1px #ddd;
	padding-top:40px;
	margin-top: 40px;
}
.page-id-2708 .unlockcnt {
    padding: 0;
    margin: 0;
    border: none;
}
.page-id-2708 .fullguide {
    display: none;
}
article.singlepost i {
    margin-right: 6px;
    color: var(--primary);
}

article.singlepost ul li {
    position: relative;
    padding-left: 22px;
    margin: 10px 0;
}
article.singlepost ul li:before {
    content: '\f192';
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    left: 0;
    color: var(--primary);
    font-size: 14px;
}
article.singlepost p a {
    color: var(--primary);
    text-decoration: underline;
}
.blogpost .row {
    row-gap: 25px;
}


@media only screen and (max-width: 1199px){
.menutop li.menu-item-has-children:after {
    right: -2px !important;
    top: 28px !important;
}
	
}

@media only screen and (max-width: 991px) {
.top-contact {
    justify-content: left;
}	
.logo {
    position: static;
    padding: 5px 0;
    border-radius: 0;
    border-right: none;
}
.menucontainer {
    justify-content: flex-end !important;
}	
.mainslider .carousel-caption {
    left: 0 !important;
}	
.logo img {
    width: 160px;
}	
.carousel-content span {
    padding: 4px 15px;
}	
.mainslider .carousel-caption h2 {
    font-size: 28px;
    line-height: 28px;
    margin-top: 23px;
}
.mainslider .carousel-content p {
    font-size: 16px;
    margin: 10px 0 15px;
}		
.contact .row {
    row-gap: 13px;
}
.secondary-container.blogpost .row {
    row-gap: 12px;
}		
article.singlepost {
    padding: 12px !important;
}	
article.singlepost img {
    height: auto !important;
}
.singlepost h2 {
    font-size: 22px !important;
    margin: 12px 0 10px !important;
}
.hrresources-item h3 {
    font-size: 24px;
}
.unlockcnt {
    padding-bottom: 25px;
    margin-bottom: 25px;
}	
	
.newsletter .row {
	row-gap: 15px;
}	
.top-contact p{
   font-size: 8px;
}	
.logo img {
   width: 95px;
}	
.howwework-item h3{
    font-size: 14px;		
}	
.howwework-item p {
    font-size: 12px;
}
.aboutinfo p {
	font-size: 14px;
}
.copyright p a {
	font-size: 12px;
}
.ferguson .row {
    gap: 25px;
    text-align: center;
}
	.aboutus {
    padding: 20px 0;
}
}

@media only screen and (max-width: 767px) {
.topbar {
    display: none;
}	
.bannerform {
    right: 0;
    max-width: 360px;
    top: auto;
    bottom: 0;
    transform: translateY(0);
}	
.bannerform img.hradvc {
    width: 140px;
    border-radius: 0;
    margin: 0;
}	
.service .row {
    row-gap: 12px;
}	
.logo {
    box-shadow: none;
}	
.hrissuecnt {
    padding: 25px 0;
}	
.hrissuecnt p {
    width: 100%;
    margin: 6px auto;
}	
.service {
    padding: 35px 0;
}	
.service-item {
    height: 420px;
}	
.heading, .leftheading {
    font-size: 26px;
    padding: 0;
    background: none;
}
.homeabout, .howwework, .hrissues, .homereview, .newsletter, .secondary-container, .aboutinfo, .secondary-container.services .service {
    padding: 35px 0;
}
.clientrvw-item {
    padding: 0 0;
}	
.newsletter .row, .howwework .row, .secondary-container.hrresources .row {
    row-gap: 12px;
}
.howwework-item:after {
    display: none;
}	
	
.clientrvw-slider .slick-slide {
    margin: 0 10px 0 !important;
}
.clientrvw-item h3 {
    margin: 0 0 15px !important;
}	
	
footer {
    padding: 30px 0 20px;
	border-top: solid 4px var(--secondary);
}
.aboutinfo {
    border-top: solid 4px var(--secondary);
}	
.aboutitem.mb-4 .row {
    row-gap: 12px;
}	
.ferguson.rene {
    margin-top: 20px;
}
.ferguson.rene .row {
    flex-direction: column-reverse;
}	
	
.fullguide h5 {
    font-size: 20px;
    padding: 6px 20px;
}	
.unlockcnt h2 {
    font-size: 26px;
}	
.fullguide h3 {
    font-size: 21px;
}	
.service .hrissuecnt {
    padding: 0;
}
.home header.fixed img {
    width: 130px;
}	
}

@media only screen and (max-width: 568px) {
button.slick-prev.slick-arrow, button.slick-next.slick-arrow {
    z-index: 1 !important;
}
button.slick-prev.slick-arrow {
    left: 0 !important;
}
button.slick-next.slick-arrow {
    right: 0 !important;
}
.mainslider .carousel-content {
    width: 100%;
}
.logo img {
    width: 132px;
}	
.mainslider figure img {
    height: 340px;
}	
.aboutinfo p {
    font-size: 16px;
    width: 100%;
    margin: -15px auto 10px;
    line-height: 28px;
}	
.hrissues .row {
    row-gap: 12px;
}
.ourpartners ul {
    column-gap: 10px;
}	
.ourpartners ul li {
    padding: 15px;
}	
.ourpartners ul li img {
    max-width: 100%;
}	
}

@media only screen and (max-width: 479px) {
	.menucontainer>img {
    width: 110px;
    margin-left: 0px;
}
.srvcdtls-content p em {
    font-size: 17px;
    padding-top: 5px;
}
.srvcdtlsfrm-box, .srvcmenu-box {
    padding: 12px 15px;
}	
.srvcdtlsfrm-box h4, .srvcmenu-box h4 {
    font-size: 20px;
    margin-bottom: 10px;
}	
}

.btn-primary:before{
	left: -70px;
}