* {
    box-sizing: border-box;
}

.no-padding {
    padding: 0px !important;
}

.pt-0 {
    padding-top: 0px !important;
}

.pt-5 {
    padding-top: 5px !important
}

.pt-10 {
    padding-top: 10px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.pb-0 {
    padding-bottom: 0px !important;
}

.pb-5 {
    padding-bottom: 5px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.no-margin {
    margin: 0px !important;
}

.mt-0 {
    margin-top: 0px !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mr-40{
    margin-right: 40px !important;
}

@media only screen and (max-width: 992px){
    .md-mb-0{
        margin-bottom: 0!important;
    }
}

@media only screen and (max-width: 500px){
    .sm-px-0{
        padding-left: 0!important;
        padding-right: 0!important;
    }
}

@media only screen and (max-width: 767px){
    .mt-sm-40{
        margin-top: 40px;
    }
    
    .py-sm-40{
        padding-top: 40px!important;
        padding-bottom: 40px!important;
    }
}

@media only screen and (min-width: 1000px) {
    .ml-lg-40 {
        margin-left: 40px;
    }
    
    .w-lg-80{
        width: 80%;
        margin: 0 auto;
    }
}

.grey-bg{
    background: #f7f7f7;
}


.h-fix {
    display: flex;
    align-items: stretch;
}

.heading-text-2{
    font-size: 1.75rem!important;
    font-weight: 600!important;
}


.heading-section-3:after {
  content: '';
  width: 50px;
  height: 2px;
  background: #b2b2b2;
  display: block;
  margin-top: 5px;
  margin-bottom: 15px;
}

.heading-center:after {
  margin-left: auto;
  margin-right: auto;
} 

/*.heading-section-3{*/
/*    position: relative;*/
/*}*/

/*.heading-section-3::after{*/
/*    content: '';*/
/*    position: absolute;*/
/*    bottom: -1px;*/
/*    left: 50%;*/
/*    height: 2px;*/
/*    width: 50px;*/
/*    background: #b2b2b2;*/
/*    transform: translateX(-50%);*/
/*}*/

.pricing-detail-icon i {
    font-size: 18px;
}

.btn-event-book {
    width: 60px;
    height: 60px;
    font-size: 20px;
}

.icon-center {
    display: flex;
    align-items: center;
}

.pricing-card .pricing-detail .pricing-detail-item {
    align-items: inherit !important;
}

.workforce-grid ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0px;
    list-style: none;
}

.workforce-grid li {
    display: flex;
    width: 40%;
    margin-bottom: 10px;
}

.workforce-grid li i {
    margin-right: 10px;
    color: #5f4bdb;
}

.inner-bg {
    height: 230px;
}

.about-image-img {
    max-width: 80%;
}

.about-figure-2 {
    top: calc(100% - 5rem);
    left: calc(100% - 14rem);
    width: 5rem;
}

.about-figure-3 {
    bottom: calc(100% - 5rem);
    right: calc(100% - 4rem);
    width: 5rem;
}

.info-number {
    color: #efefef;
    font-size: 60px;
    font-weight: 700;
}

nav {
    box-shadow: 0 3px 9px rgb(0 0 0 / 5%) !important;
}

.primary-color {
    color: #3229bf;
}

.primary-bg {
    background-color: #3229bf !important;
}

.login-btn {
    background-color: #3229bf;
    padding: 0 20px;
    border-radius: 30px;
    transition: all ease-in-out 0.3s;
}

.login-btn:hover {
    transform: scale(1.03);
    box-shadow: 0 4px 8px 0 rgba(54, 4, 255, 0.2), 0 6px 20px 0 rgba(12, 28, 255, 0.19);
    background-color: #4a4eca;
}


.login-btn a {
    color: #fff !important;
}


/* Menubar Start */

.dropdown-menu .dropdown-item {
    padding: 8px 20px;
}

.dropdown-menu .dropdown-item {
    transition: all ease-in-out 0.2s;
}

.dropdown-menu .dropdown-item:hover {
    background-color: transparent!important;
    margin-left: 5px;
    transition: 0.5s;
}

nav .navbar {
    transition: all .4s ease-in;
    background: #fff;
}

.nav-fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999 !important;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 5%);
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: none;
    }

    .navbar .nav-item:hover .nav-link {}

    .navbar .nav-item:hover .dropdown-menu {
        display: block;
    }

    .navbar .nav-item .dropdown-menu {
        margin-top: 0;
    }
}

/* ============ desktop view .end// ============ */



@media (min-width: 992px) and (max-width: 1199px) {

    .navbar .nav-item {
        margin: 0 10px;
    }
}

/* Responsive container */

@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1280px;
    }
}

@media (min-width: 1200px) {
    .w-xl-50 {
        width: 80% !important;
    }
}

@media (min-width: 768px) {
    .w-md-50 {
        width: 95% !important;
    }
}

@media (max-width: 675px) {
    .container {
        max-width: 90% !important;
    }
}

/* Menu-bar */

@media screen and (max-width: 992px) {

    .menu {
        display: block;
        position: relative;
        width: 3rem;
        height: 3rem;
        z-index: 999;
        cursor: pointer;
    }

    .bar,
    .bar::before,
    .bar::after {
        position: absolute;
        background-color: #3229bf;
        margin: auto;
        width: 100%;
        height: 3px;
        content: "";
        top: 50%;
        left: 0;
        transition: all .4s;
    }

    .bar {
        margin-top: -2px;
    }

    .bar::before {
        top: -1.2rem;
    }

    .bar::after {
        top: 1.2rem;
    }

    .bar::before,
    .bar::after {
        transform: rotate(0deg);
    }

    .active .bar {
        background-color: transparent;
    }

    .active .bar::before {
        transform: rotate(45deg);
    }

    .active .bar::after {
        transform: rotate(-45deg);
    }

    .active .bar::before,
    .active .bar::after {
        top: 0;
    }
}

/* Dropdown-toggler */

@media (max-width: 1200px) {

    .dropdown-toggle:after {
        display: inline-block;
        margin-left: 0.255em;
        vertical-align: 0.255em;
        content: "";
        border-top: 0.3em solid;
        border-right: 0.3em solid transparent;
        border-bottom: 0;
        border-left: 0.3em solid transparent;
    }
}

.dropdown-toggle:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

/* Menubar End */

/* Banner slider  start */
.banner-2 .slide {
    position: relative;
}

.banner-2 .slide::after {
    content: "";
    background-image: linear-gradient(0deg, black, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1));
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    z-index: 1;
    opacity: 0.3;
}

.banner-2 .slide::before {
    content: "";
    background-color: rgb(89 109 185 / 57%);
    background-image: linear-gradient(180deg, rgb(85 135 255 / 30%), rgb(0 0 0 / 30%));
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    z-index: 1;
}

@media (min-width: 992px) {

    .banner-2 .slider,
    .slide {
        height: 650px;
    }
}

.slide {
    overflow: hidden;
}

.banner-2 .slide {
    position: relative;
    transition: 1s;
}

.banner-2 .slide .slide__img {
    width: 100%;
    height: auto;
    overflow: hidden;
}

@media (min-width: 992px) {
    .banner-2 .slide .slide__img {
        position: absolute;
        top: 65%;
        left: 0;
        transform: translateY(-50%);
    }
}

.banner-2 .slide .slide__img img {
    max-width: 100%;
    height: auto;
    opacity: 1 !important;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    transition: all 1s ease;
}

.banner-2 .slide .slide__content {
    position: absolute;
    width: 70%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

@media (max-width: 400px) {}

.banner-2 .slide .slide__content.slide__content__left {
    left: 15%;
    transform: translate(-15%, -50%);
}

.banner-2 .slide .slide__content.slide__content__right {
    right: 15%;
    left: auto;
    transform: translate(5%, -50%);
}

.banner-2 .slide .slide__content--headings {
    color: #FFF;
}

.banner-2 .slide .slide__content--headings h2 {
    font-size: 4.5rem;
    margin: 10px 0;
}

.banner-2 .slide .slide__content--headings .animated {
    transition: all 0.5s ease;
}

.banner-2 .slide .slide__content--headings .top-title {
    font-size: 2.5rem;
}

.banner-2 .slide .slide__content--headings .title {
    font-size: 3.5rem;
}

.banner-2 .slide .slide__content--headings .button-custom {
    text-decoration: none;
    color: rgb(255, 255, 255);
    padding: 10px 15px;
    background-color: #3229bf;
    font-size: 18px;
}

.banner-2 .slider [data-animation-in] {
    opacity: 0;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    transition: opacity 0.5s ease 0.3s;
    transition: 1s;
}

.banner-2 .slick-dotted .slick-slider {
    margin-bottom: 30px;
}

.banner-2 .slick-dots {
    position: absolute;
    bottom: 25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

.banner-2 .slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.banner-2 .slick-dots li button {
    border: 0;
    display: block;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.banner-2 .slick-dots li button:hover,
.banner-2 .slick-dots li button:focus {
    outline: none;
}

.banner-2 .simple-dots .slick-dots li {
    width: 20px;
    height: 20px;
}

.banner-2 .simple-dots .slick-dots li button {
    border-radius: 50%;
    background-color: white;
    opacity: 0.25;
    width: 20px;
    height: 20px;
}

.banner-2 .simple-dots .slick-dots li button:hover,
.banner-2 .simple-dots .slick-dots li button:focus {
    opacity: 1;
}

.banner-2 .simple-dots .slick-dots li.slick-active button {
    color: white;
    opacity: 0.75;
}

.banner-2 .stick-dots .slick-dots li {
    height: 3px;
    width: 50px;
}

.banner-2 .stick-dots .slick-dots li button {
    position: relative;
    background-color: white;
    opacity: 0.25;
    width: 50px;
    height: 3px;
    padding: 0;
}

.banner-2 .stick-dots .slick-dots li button:hover,
.banner-2 .stick-dots .slick-dots li button:focus {
    opacity: 1;
}

.banner-2 .stick-dots .slick-dots li.slick-active button {
    color: white;
    opacity: 0.75;
}

.banner-2 .stick-dots .slick-dots li.slick-active button:hover,
.banner-2 .stick-dots .slick-dots li.slick-active button:focus {
    opacity: 1;
}

/* /////////// IMAGE ZOOM /////////// */
@-webkit-keyframes zoomInImage {
    from {
        transform: scale3d(1, 1, 1);
        transition: 1s;
    }

    to {
        transform: scale3d(1.1, 1.1, 1.1);
        transition: 1s;
    }
}

@keyframes zoomInImage {
    from {
        transform: scale3d(1, 1, 1);
        transition: 1s;
    }

    to {
        transform: scale3d(1.1, 1.1, 1.1);
        transition: 1s;
    }
}

.zoomInImage {
    -webkit-animation-name: zoomInImage;
    animation-name: zoomInImage;
}

@-webkit-keyframes zoomOutImage {
    from {
        transform: scale3d(1.1, 1.1, 1.1);
        transition: 1s;
    }

    to {
        transform: scale3d(1, 1, 1);
        transition: 1s;
    }
}

@keyframes zoomOutImage {
    from {
        transform: scale3d(1.1, 1.1, 1.1);
        transition: 1s;
    }

    to {
        transform: scale3d(1, 1, 1);
        transition: 1s;
    }
}

.zoomOutImage {
    -webkit-animation-name: zoomOutImage;
    animation-name: zoomOutImage;
    transition: 1s;
}

.banner-2 .slick-nav {
    --active: #fff;
    --border: rgba(255, 255, 255, .12);
    width: 44px;
    height: 44px;
    position: absolute;
    cursor: pointer;
    top: calc(50% - 44px);
}

.banner-2 .slick-nav.prev-arrow {
    left: 3%;
    transform: scaleX(-1);
    z-index: 999;
}

.banner-2 .slick-nav.next-arrow {
    left: auto;
    right: 3%;
}

.banner-2 .slick-nav i {
    display: block;
    position: absolute;
    margin: -10px 0 0 -10px;
    width: 20px;
    height: 20px;
    left: 50%;
    top: 50%;
}

.banner-2 .slick-nav i:before,
.banner-2 .slick-nav i:after {
    content: "";
    width: 10px;
    height: 2px;
    border-radius: 1px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: var(--active);
    margin: -1px 0 0 -5px;
    display: block;
    transform-origin: 9px 50%;
}

.banner-2 .slick-nav i:before {
    transform: rotate(-40deg);
}

.banner-2 .slick-nav i:after {
    transform: rotate(40deg);
}

.banner-2 .slick-nav:before,
.banner-2 .slick-nav:after {
    content: "";
    display: block;
    position: absolute;
    left: 1px;
    right: 1px;
    top: 1px;
    bottom: 1px;
    border-radius: 50%;
    border: 2px solid var(--border);
}

.banner-2 .slick-nav svg {
    width: 44px;
    height: 44px;
    display: block;
    position: relative;
    z-index: 1;
    color: var(--active);
    stroke-width: 2px;
    stroke-dashoffset: 126;
    stroke-dasharray: 126 126 0;
    transform: rotate(0deg);
}

.banner-2 .slick-nav.animate svg {
    -webkit-animation: stroke 1s ease forwards 0.3s;
    animation: stroke 1s ease forwards 0.3s;
}

.banner-2 .slick-nav.animate i {
    -webkit-animation: arrow 1.6s ease forwards;
    animation: arrow 1.6s ease forwards;
}

.banner-2 .slick-nav.animate i:before {
    -webkit-animation: arrowUp 1.6s ease forwards;
    animation: arrowUp 1.6s ease forwards;
}

.banner-2 .slick-nav.animate i:after {
    -webkit-animation: arrowDown 1.6s ease forwards;
    animation: arrowDown 1.6s ease forwards;
}

@-webkit-keyframes stroke {
    52% {
        transform: rotate(-180deg);
        stroke-dashoffset: 0;
    }

    52.1% {
        transform: rotate(-360deg);
        stroke-dashoffset: 0;
    }

    100% {
        transform: rotate(-180deg);
        stroke-dashoffset: 126;
    }
}

@keyframes stroke {
    52% {
        transform: rotate(-180deg);
        stroke-dashoffset: 0;
    }

    52.1% {
        transform: rotate(-360deg);
        stroke-dashoffset: 0;
    }

    100% {
        transform: rotate(-180deg);
        stroke-dashoffset: 126;
    }
}

@-webkit-keyframes arrow {

    0%,
    100% {
        transform: translateX(0);
        opacity: 1;
    }

    23% {
        transform: translateX(17px);
        opacity: 1;
    }

    24%,
    80% {
        transform: translateX(-22px);
        opacity: 0;
    }

    81% {
        opacity: 1;
        transform: translateX(-22px);
    }
}

@keyframes arrow {

    0%,
    100% {
        transform: translateX(0);
        opacity: 1;
    }

    23% {
        transform: translateX(17px);
        opacity: 1;
    }

    24%,
    80% {
        transform: translateX(-22px);
        opacity: 0;
    }

    81% {
        opacity: 1;
        transform: translateX(-22px);
    }
}

@-webkit-keyframes arrowUp {

    0%,
    100% {
        transform: rotate(-40deg) scaleX(1);
    }

    20%,
    80% {
        transform: rotate(0deg) scaleX(0.1);
    }
}

@keyframes arrowUp {

    0%,
    100% {
        transform: rotate(-40deg) scaleX(1);
    }

    20%,
    80% {
        transform: rotate(0deg) scaleX(0.1);
    }
}

@-webkit-keyframes arrowDown {

    0%,
    100% {
        transform: rotate(40deg) scaleX(1);
    }

    20%,
    80% {
        transform: rotate(0deg) scaleX(0.1);
    }
}

@keyframes arrowDown {

    0%,
    100% {
        transform: rotate(40deg) scaleX(1);
    }

    20%,
    80% {
        transform: rotate(0deg) scaleX(0.1);
    }
}

@media (max-width: 600px) {
    .banner-2 .slide .slide__content--headings .title {
        font-size: 1.5rem;
    }

    .banner-2 .slide .slide__content {
        margin-left: 10px;
    }

    .banner-2 .slide .slide__content--headings .top-title {
        font-size: 16px;
    }

    .banner-2 .slide .slide__content--headings .button-custom {
        text-decoration: none;
        color: rgb(255, 255, 255);
        padding: 10px 15px;
        background-color: #3229bf;
        font-size: 15px;
    }
}


/* Banner slider End */

/* button Start*/
.slide-text .btn {
    background-color: transparent;
    border: solid 1px white;
    padding: 15px 30px;
    min-width: 100px;
    width: fit-content;
    font-size: 14px;
    letter-spacing: 2px;
    color: white;
    position: relative;
    border-radius: 80px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    margin-top: 20px;
}

.slide-text .btn:after {
    content: "";
    background-color: rgba(255, 255, 255, 0.1);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 2;
    left: 0px;
    top: 0px;
    border-radius: inherit;
    transition: all 0.3s ease-in-out;
}

.slide-text .btn:hover::after {
    left: 4px;
    top: 5px;
    background-color: rgba(255, 255, 255, 0.3);
}

.slide-text .btn:hover {
    font-weight: 800;
}

@media screen and (max-width: 768px) {
    .slide-text .btn:hover::after {
        left: 0px;
        top: 0px;
        background-color: rgba(255, 255, 255, 0.1);
    }
}

button:focus {
    outline: 0;
}

/* button End*/

/* About-us Section Start */
.about-us {
    /* background-color: #f5f7ff; */
    position: relative;
    overflow: hidden;
}

.about-us .back-vector {
    position: absolute;
    left: 0;
    bottom: 113px;
    opacity: 0.7;
    z-index: -1;

}

/* .section-head {
    border-left: 5px solid #3229bf;
    border-radius: 3px;
    padding-left: 5px;

} */

.round-img {
    border-radius: 20px;
}

.inner-img {
    position: relative;
}

.inner-img::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 10px;
    right: 10px;
    border: 2px solid #3229bf;
    border-radius: 20px;
    opacity: 0.5;
}


/* About-us Section End */


/* Services-Section Start*/
.our-service {
    position: relative;
    overflow: hidden;
}

.our-service .back-vector-2 {
    position: absolute;
    transform: rotate(180deg);
    top: -190px;
    right: -113px;
    opacity: 0.7;
    z-index: -1;
}

.our-service h2 {
    display: inline-block;
    margin: 0 auto;
}

.our-service .card-icon {
    position: relative;
    overflow: hidden;
    transition: all ease-in-out 0.3s;
}

.our-service .card-icon::before {
    content: "";
    position: absolute;
    bottom: -117px;
    right: 0;
    height: 325px;
    width: 325px;
    background-color: rgb(0 62 255 / 5%);
    transform: rotate(35deg);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    transition: all ease-in-out 0.6s;
}

.our-service .card-icon:hover {
    -webkit-box-shadow: 0px 19px 29px rgb(62 53 120 / 14%);
    box-shadow: 0px 19px 29px rgb(62 53 120 / 14%);

}

.our-service .card-icon:hover.card-icon::before {
    height: 100%;
    width: 100%;
    bottom: 0;
    right: 0;
    transform: none;
    border-radius: 0;
}

.our-service .card-box-icon {
    background: linear-gradient(to bottom right, rgba(50, 41, 191, 35%), rgb(0 62 255 / 5%));
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70% !important;

}

/* Services-Section End */

/* Why-us section Start */

.why-us-section .inner-container {
    position: relative;
    overflow: hidden;
}

.why-us-section .back-vector {
    position: absolute;
    top: 0;
}

.why-us-section {
    background: url(../../assets/banner/why-us-banner.webp) no-repeat center fixed;
    background-size: cover;
    background-color: #fdfdfd;
    overflow: hidden;
    padding: 70px 0;
}

.why-us-section .inner-container {
    width: 55%;
    background: rgb(238 243 255 / 80%);
    padding: 80px;
}

.why-us-section .inner-container h2 {
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 900;
}

.why-us-section .text {
    color: #545454;
    line-height: 26px;
    text-align: justify;
    margin: 0;
}

.why-us h2 span {
    color: transparent;
    font-size: 40px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #3229bf;
}



@media screen and (max-width:1200px) {

    .why-us-section .inner-container {
        padding: 80px;
    }
}

@media screen and (max-width:1000px) {

    .why-us-section {
        background-size: cover;
        padding: 100px 40px;
        background-position: center;
    }

    .why-us-section .inner-container {
        width: 100%;
    }
}

@media screen and (max-width:600px) {

    .why-us-section .inner-container {
        padding: 25px;
    }
}

/* Why-us section End */


/* Testimonial CSS Code Start */

.testimonial {
    padding-top: 70px;
    padding-bottom: 70px;
}

.testimonial .quote {
    font-size: 46px;
    width: 200px;
    display: inline-block;
    height: 200px;
    position: absolute;
    top: 136px;
    z-index: -1;
    opacity: 0.07;
}

@media only screen and (max-width: 600px) {
    .testimonial .quote {
        font-size: 46px;
        width: 200px;
        display: inline-block;
        height: 200px;
        position: absolute;
        top: 215px;
        z-index: -1;
        left: 0;
    }
}

.testimonial .container {
    /* width: 80%;
    margin: auto; */
    position: relative;
}

@media (min-width:992px) {
    .testimonial .container {
        padding: 0 100px;
    }
}

.testimonial

/* header */
.testimonial .header {
    margin-bottom: 15px;
}

.testimonial .header .small-head {
    font-weight: 600;
    margin: 0;
    font-size: 22px;
    color: #3229bf;
}

.header .big-head {
    font-size: 40px;
    font-weight: 800;
}

.header .big-head.big-head--main {
    font-size: 70px;
}

/* Testimonial Start */


.testimonial__thumbs-swiper {
    width: 300px;
    overflow: hidden;
    margin: 0 auto;
}

.testimonial__thumbs-slide {
    position: relative;
    display: flex;
    justify-content: center;
    padding-top: 40px;
    transition: all 0.5s;
}

.swiper-slide-thumb-active.testimonial__thumbs-slide {
    padding-top: 0;
    padding-bottom: 40px;
}

.testimonial__thumbs-slide img {
    position: relative;
    z-index: 10;
}

.testimonial__thumbs-slide:not(.swiper-slide-thumb-active) .shape-bx {
    visibility: hidden;
    opacity: 0;
}

.testimonial__thumbs-slide .shape-bx {
    content: '';
    position: relative;
    width: 50px;
    height: 35px;
    left: 50%;
    transform: translate(-50%, -9px);
    background-color: #3229bf;
    background-image: url(https://samar.dexignzone.com/xhtml/images/pattern/pattern12.png);
    background-size: cover;
    background-position: center;
    visibility: visible;
    opacity: 1;
    transition: all 0.5s;
}

.testimonial .swiper-pagination {
    height: 40px;
}

.testimonial .swiper-pagination-bullet {
    background-color: transparent;
    border: solid 1px rgb(0, 0, 0);
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

.testimonial .swiper-pagination-bullet:hover {
    background-color: rgb(0, 0, 0);
}

.testimonial .swiper-pagination-bullet-active {
    width: 20px;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
    left: 0;
    background-color: transparent;
    border: solid 1px rgb(0, 0, 0);
}

.testimonial .swiper-pagination-bullets {
    bottom: -15px;
}


.testimonial__thumbs-slide img {
    border-radius: 50%;
    border: 4px solid #3229bf;
    width: 80px;
    height: 80px;
}

@media only screen and (max-width: 780px) {
    .testimonial .header .big-head {
        font-size: 30px;
    }
}

/* Testimonial End */

/* Counter */

.counter {
    background-color: #3229bf;
}

/* Blog Section start */

.blog-slider .blog-item .blog-item-inner .blog-btn-categories {
    background-color: #3229bf;
}

.blog-slider .blog-item .blog-item-inner .blog-btn-categories:hover {
    background-color: #5f4bdb;
}


/* Footer Section Start */


footer .footer-widget.about .footer-description {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #FFFFFF;
    margin-bottom: 0;
}

.footer .footer-widget .footer-title {
    font-size: 18px;
    font-weight: 600;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.footer .footer-widget.link-list .footer-link-list .link-item .link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    text-decoration: none;
}

.footer .footer-widget.link-list .footer-link-list .link-item .svg-icon {
    color: #FFFFFF;
    width: 22px;
    min-width: 22px;
    height: 22px;
    margin-right: 13px;
}

footer .footer-brand img {
    width: 150px;
}

.footer .social-btn-group .social-item .facebook:hover {
    background-color: #3b5998;
    color: #FFFFFF;
}

.footer .social-btn-group .social-item .twitter:hover {
    background-color: #1DA1F2;
    color: #FFFFFF;
}

.footer .social-btn-group .social-item .youtube:hover {
    background-color: #c4302b;
    color: #FFFFFF;
}

.footer .social-btn-group .social-item .linkedin:hover {
    background-color: #0A66C2;
    color: #FFFFFF;
}

.footer .social-btn-group .social-item .instagram:hover {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    color: #FFFFFF;
}

.footer .link {
    transition: all ease-in-out 0.3s;
}

.footer .link:hover {
    text-decoration: underline !important;
}


@media only screen and (max-width:768px) {
    .footer .link-item {
        display: flex;
        justify-content: left;
    }

    .footer .footer-widget {
        text-align: left !important;
    }
}

@media only screen and (max-width: 1200px){
    .footer .footer-link-list .link-item{
        margin-bottom: 8px!important;
    }
    
}

/* Footer Section End */

/*---Employers Page---*/
.employers-content {
    display: flex;
    align-items: center;
    padding: 15px;
    background-color: #f1f7ff;
    border-radius: 10px;
    transition: all 0.3s ease;
    margin-bottom: 0px;
}

.employers-content .employers-title {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 26px;
    position: relative;
    padding-left: 18px;
    font-weight: 600;
}

.employers-content .employers-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 100%;
    background-color: #5f4bdb;
    transition: all 0.3s ease;
}

.employers-content .icon img {
    margin-right: 13px;
    filter: brightness(0.3) sepia(10) hue-rotate(185deg) saturate(6);
}

.Recruitment-radio li {
    display: inline-block;
    margin-right: 25px;
}

.Recruitment-radio li:last-child {
    margin-right: 0px;
}

.Recruitment-radio input[type="radio"] {
    -ms-transform: scale(1.3);
    /* IE 9 */
    -webkit-transform: scale(1.3);
    /* Chrome, Safari, Opera */
    transform: scale(1.3);
    margin-right: 10px;
}

/* Blog Page  */

.blog {
    background: url(../../assets/banner/blog-page-banner.webp);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    height: 300px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.head-section::before {
    content: "";
    background-color: #3229bf;
    opacity: 0.7;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.section-title h2 {
    position: relative;
}

.section-title h2::before {
    content: "";
    position: absolute;
    background-color: rgb(255, 157, 0);
    height: 100%;
    width: 5px;
    left: -10px;
    bottom: 0;
    border-radius: 10px;
}


@media (min-width: 1200px) {
    .blog-slider .blog-item:nth-child(even) {
        width: 35%;
    }
}

@media (min-width: 1200px) {
    .blog-slider .blog-item:nth-child(odd) {
        width: 65%;
    }
}

@media screen and (min-width: 1000px) {
    .section-title {
        width: 100%;
        margin: 0 auto;
    }
}

/*--- Contact Us Page ---*/
.contact-us {
    background: url(../../assets/banner/contact-page-banner.webp);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: right 0px top -50px;
    background-size: cover;
    height: 300px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 600px) {
   .contact-us {
        background-position: right -205px top 0px;
    }
}

.contact-grid-box:hover {
    background-color: #3229bf;
    color: #fff;
    transition: all .3s ease-out;
}

.contact-grid-box:hover .contact-ico-box {
    background-color: #fff;
}

.contact-grid-box:hover .contact-ico-box i {
    color: #3229bf;
}

.btn-primary {
    color: #fff;
    background-color: #3229bf;
    border-color: #3229bf;
}

.btn-primary:hover {
    color: #3229bf;
    background-color: transparent;
    border-color: #3229bf;
}

.contact-ico-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    color: #fff;
    font-size: 30px;
    background-color: #3229bf;
    border-radius: 50px;
    margin-bottom: 25px;
}

.contact-grid-box h4 {
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.5em;
}

.googleMap {
    border-radius: 30px;
}

/* Contact Us Page */

@media screen and (max-width: 1200px) {}

.detail-header-background img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}

/*--------- Back To Top ------------*/
#toTop {
    display: none;
    position: fixed;
    bottom: 100px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #3229bf;
    color: white;
    cursor: pointer;
    padding: 10px 15px;
    border-radius: 10px;
}

#toTop:hover {
    background-color: #585bff;
    transition: all .3s ease-out;
}

/* Staffing Service Page */

.service-page {
    background: url(../../assets/banner/service-page-banner.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    height: 300px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 992px) {
    .what-prvd .service-list {
        margin-top: 30px;
    }
}

@media screen and (max-width: 768px) {
    .wrap-reverse {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important;
    }
}

/* .inner-banner {
    background: url(../../assets/banner/18771.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
} */

/* Career Page */

.career {
    background: url(../../assets/banner/career-page-banner.webp);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    height: 300px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.career-support ul li {
    font-size: 18px;
}

.support {
    font-size: 20px;
    width: 90%;
    margin: 0 auto;
}

.support a {
    text-decoration: none;
    color: #3229bf;
    font-weight: 500;
}

@media only screen and (max-width: 768px){
    .support{
        width: 100%;
    }
}


/*--------- Back To Top End------------*/


@media screen and (max-width: 767px) {
    .br-hide {
        display: none;
    }

    .text-center-m {
        text-align: center;
    }

    .inner-bg {
        max-height: 160px;
    }

    .workforce-grid li {
        width: 100%;
    }

    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        padding-right: var(--bs-gutter-x, 20px);
        padding-left: var(--bs-gutter-x, 20px)
    }

    .about-figure-2 {
        left: calc(100% - 6rem);
    }

    .employers-content {
        width: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1020px) {}

@media screen and (min-width:1024px) {}

/* Contac us page */

.detail-header-background {
    background-color: #3229bf;
}

/* About-us Page */

.about-us-page {
    background: url(../../assets/banner/about-page-banner.webp);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    background-attachment: fixed;
    height: 300px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-page {
    /* background: url(../../assets/banner/layer2.png);
    background-size: cover;
    background-repeat: no-repeat; */
    position: relative;
    overflow: hidden;
}

.about-page .back-vector-abt {
    position: absolute;
    top: 0;
    left: -100px;
    z-index: -1;
    opacity: 0.5;
    transform: rotate(180deg);
}

.what-prvd {
    position: relative;
}

.what-prvd::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: url(../../assets/banner/layer2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 0.7;
}

.service-list i {
    display: flex;
    padding: 10px;
    height: 20px;
    width: 20px;
    background: #3229bf;
    color: #fff;
    font-size: 16px;
    border-radius: 30px;
    justify-content: center;
    align-items: center;
    margin-right: 7px;
    margin-top: 4px;
}

.service-list li {
    display: flex;
    margin-top: 10px;
}

/* Privacy Policy page */

.privacy-policy-page {
    background: url(../../assets/banner/privacy-page-banner.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    height: 300px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-attachment: fixed;
}

/* Faq Page Start */

.faq {
    background: url(../../assets/banner/faq-banner.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    height: 300px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-attachment: fixed;
}

.section_padding_80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.faq_area {
    position: relative;
    z-index: 1;
    background-color: #f5f5ff;
}

.faq-accordian {
    position: relative;
    z-index: 1;
}

.faq-accordian .card {
    position: relative;
    z-index: 1;
    margin-bottom: 1.5rem;
}

.faq-accordian .card:last-child {
    margin-bottom: 0;
}

.faq-accordian .card .card-header {
    background-color: #ffffff;
    padding: 0;
    border-bottom-color: #ebebeb;
}

.faq-accordian .card .card-header h6 {
    cursor: pointer;
    padding: 1.75rem 2rem;
    color: #3229bf;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.faq-accordian .card .card-header h6:hover {
    color: #3229bf !important;
}

.faq-accordian .card .card-header h6 span {
    font-size: 1.5rem;
}

.faq-accordian .card .card-header h6.collapsed {
    color: #070a57;
}

.faq-accordian .card .card-header h6.collapsed span {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.faq-accordian .card .card-body {
    padding: 1.75rem 2rem;
}

.faq-accordian .card .card-body p:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 575px) {
    .support-button p {
        font-size: 14px;
    }
}

.support-button i {
    color: #3f43fd;
    font-size: 1.25rem;
}

@media only screen and (max-width: 575px) {
    .support-button i {
        font-size: 1rem;
    }
}

.support-button a {
    text-transform: capitalize;
    color: #3f43fd;
}

.support-button a:hover {
    color: #898bff;
}

@media only screen and (max-width: 575px) {
    .support-button a {
        font-size: 13px;
    }
}

/* Faq page End */

/* Payroll Service Page start */

.payroll-service {
    background: url(../../assets/banner/payroll-service-banner.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    height: 300px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-attachment: fixed;
}

.payroll-1{
    position: relative;
}

/* Payroll Service page End */

/* Statutory Compiancs page Start */
.statutory-complians {
    background: url(../../assets/banner/statutory-banner.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    height: 300px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-attachment: fixed;
}

/* Statutory Compiancs page End */



/* Statutory Compliance Page */
