@font-face {
    font-family: 'Inter 18pt';
    src: url('../fonts/inter/Inter18pt-Bold.woff2') format('woff2'),
        url('../fonts/inter/Inter18pt-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter 18pt';
    src: url('../fonts/inter/Inter18pt-Italic.woff2') format('woff2'),
        url('../fonts/inter/Inter18pt-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Inter 18pt';
    src: url('../fonts/inter/Inter18pt-LightItalic.woff2') format('woff2'),
        url('../fonts/inter/Inter18pt-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Inter 18pt';
    src: url('../fonts/inter/Inter18pt-Light.woff2') format('woff2'),
        url('../fonts/inter/Inter18pt-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter 18pt';
    src: url('../fonts/inter/Inter18pt-Medium.woff2') format('woff2'),
        url('../fonts/inter/Inter18pt-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter 18pt';
    src: url('../fonts/inter/Inter18pt-Regular.woff2') format('woff2'),
        url('../fonts/inter/Inter18pt-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter 18pt';
    src: url('../fonts/inter/Inter18pt-SemiBold.woff2') format('woff2'),
        url('../fonts/inter/Inter18pt-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oswald';
    src: url('../fonts/oswald/Oswald-SemiBold.woff2') format('woff2'),
        url('../fonts/oswald/Oswald-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


body {
    --PrimaryColor: #113378;
    --OrangeColor: #ff7005;
    --LightBg: #edf3ff;
    --headingColor: #1c1d1d;
    --textcolor: #4f4d4c;
    --textcolorBlue: #afb8c9;
    --textcolorFooter: #afb8c9;
    --whitecolor: #ffffff;

    --greencolor: #a0b830;
    --orangecolor: #f28e2b;
    --bluecolor: #13367f;
    --yellowcolor: #e4b117;
    --darkgreencolor: #219372;

    --headingfont: "Oswald", sans-serif !important;
    font-family: "Inter 18pt", sans-serif !important;
    background: var(--whitecolor);
}

p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: var(--textcolor);
    font-family: "Inter 18pt", sans-serif !important;
}

.container {
    max-width: 1440px !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--headingColor);
    padding: 0;
    margin: 0;
    font-family: "Inter 18pt", sans-serif;}

a{
	text-decoration: none;
	transition-duration: 0.3s;
}

a:hover{
	text-decoration: none;
}


/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}



/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 8px;
    height: 8px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 8px;
    height: 8px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 8px;

    position: absolute;
    top: 0;
    left: 0;

    width: 8px;
    height: 8px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}


/*----*/



.jobs-scroll .slick-dots,
.testimonialswrapper-scroll .slick-dots,
.hotdeals-scroll .slick-dots,
.package-scroll .slick-dots,
.package-banner .slick-dots {
	bottom: -25px !important;
}

.jobs-scroll .slick-dots li button,
.testimonialswrapper-scroll .slick-dots li button,
.hotdeals-scroll .slick-dots li button,
.package-scroll .slick-dots li button,
.package-banner .slick-dots li button {
	border: 2px solid var(--PrimaryColor);
	list-style: none !important;
	z-index: 990;
	border-radius: 50%;
}

.jobs-scroll .slick-dots li button,
.testimonialswrapper-scroll .slick-dots li button,
.hotdeals-scroll .slick-dots li button,
.package-scroll .slick-dots li button,
.package-banner .slick-dots li button {
	border: 2px solid var(--PrimaryColor);
	list-style: none !important;
	z-index: 990;
	border-radius: 50%;
}

.jobs-scroll li button:before,
.testimonialswrapper-scroll li button:before,
.hotdeals-scroll li button:before,
.package-scroll li button:before,
.package-banner li button:before {
	display: none;
	visibility: hidden;
}

.jobs-scroll .slick-dots li.slick-active button,
.testimonialswrapper-scroll .slick-dots li.slick-active button,
.hotdeals-scroll .slick-dots li.slick-active button,
.package-scroll .slick-dots li.slick-active button,
.package-banner .slick-dots li.slick-active button {
	background: var(--PrimaryColor);
}

.jobs-scroll .slick-dots li.slick-active button,
.testimonialswrapper-scroll .slick-dots li.slick-active button,
.hotdeals-scroll .slick-dots li.slick-active button,
.package-scroll .slick-dots li.slick-active button,
.package-banner .slick-dots li.slick-active button {
	background: var(--PrimaryColor);
}

.jobs-scroll .slick-dots li button,
.testimonialswrapper-scroll .slick-dots li button,
.hotdeals-scroll .slick-dots li button,
.package-scroll .slick-dots li button,
.package-banner .slick-dots li button {
	border: 2px solid var(--PrimaryColor);
	list-style: none !important;
	z-index: 990;
	border-radius: 0%;
}

::selection {
    background: var(--PrimaryColor);
    color: #fff;
}

::-moz-selection {
    background: var(--PrimaryColor);
    color: #fff;
}

::-webkit-scrollbar {
    width: 8px;
    height: 0px;
}

::-webkit-scrollbar-track {
    border-radius: 0
}

::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: rgba(255, 112, 5, .9);
    -webkit-transition: .6s;
    -moz-transition: .6s;
    -o-transition: .6s;
    transition: .6s
}

::-webkit-scrollbar-thumb:hover {
    background-color: rgba(255, 112, 5, 1);
}





.banner-caption-wrap{
    width: 100%;
    height: 100vh;
    display: table;
    position: relative;
    z-index: 100;
    padding-top: 130px;
}

.banner-caption-wrap .bannercaption-middlelaign{
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.banner-caption-wrapper{
    width: 100%;
    background: var(--LightBg);
    overflow: hidden;
}

.banner-caption-wrapper .col-lg-6{
    position: relative;
}

.banner-caption-wrapper .slide-one::before {
    display: none;
}

.banner-video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%; /* left half */
    height: 100%;
    overflow: hidden;
    z-index: 0;
    background: url('../img/banner-left-bg.jpg') no-repeat center center;
    background-size: cover; /* fallback image */
    opacity: 0.15;
}

.banner-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-caption-wrapper .slide-one::after{
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    content: '';
    background: url(../img/banner-right-bg-large.svg) no-repeat top var(--PrimaryColor);
    background-size:  auto 650px;
    animation: bgSlide 30s linear infinite;
}

@keyframes bgSlide {
    from {
        background-position: 100% 0; /* start fully to the right */
    }
    to {
        background-position: 0 0; /* move fully to the left */
    }
}









.header-wrapper-fixed{
    width: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 1030;
    transition-duration: 0.3s
}

.header-wrapper-fixed .header-wrapper{
    width: 100%;
    background: rgba(255, 255, 255, 1);
    border-radius: 10px;
    height: 90px;
    padding: 0px 75px 0px 20px;
    position: relative;
    -webkit-box-shadow: 0px 0px 15px -2px rgba(0,0,0,0.1); 
    box-shadow: 0px 0px 15px -2px rgba(0,0,0,0.1);
    transition-duration: 0.3s;
}

.header-wrapper-fixed .header-wrapper .headerlogo{
    width: auto;
    display: inline-block;
    position: relative;
    margin-top: 15px;
}

.header-wrapper-fixed .header-wrapper .headerlogo img{
    width: auto;
    height: 60px;
    transition-duration: 0.3s;
}

.header-wrapper-fixed .header-topsection{
    transition-duration: 0.3s;
}

.header-wrapper-fixed .header-topsection h6{
    width: auto;
    height: auto;
    display: inline-block;
    line-height: 40px;
    font-size: 14px;
    padding: 0;
    margin: 0px 30px 0px 0px;
    font-weight: 400;
}

.header-wrapper-fixed .header-topsection h6 a{
    color: var(--textcolor);
}

.header-wrapper-fixed .header-topsection h6 i{
    color: var(--PrimaryColor);
    margin-right: 8px;
}

.header-wrapper-fixed .header-topsection .col-lg-6:last-child{
    text-align: right;
}

.header-wrapper-fixed .header-topsection .col-lg-6:last-child a{
    color: var(--whitecolor);
    padding: 0px 20px;
    margin: 0px 0px 0px 0px;
    line-height: 40px;
    transition-duration: 0.3s;
    font-size: 14px;
    display: inline-block;
}

.header-wrapper-fixed .header-topsection .col-lg-6:last-child a i{
    margin-right: 8px;
}

.header-wrapper-fixed .header-topsection .col-lg-6:last-child a:hover{
    background: var(--LightBg);
    color: var(--PrimaryColor);
}

.header-wrapper .navbar{
    padding: 0;
    margin: 28px 0px 0px 0px;
    transition-duration: 0.3s;
}

.header-wrapper .navbar .nav-item{
    margin: 0px 1px;
}

.header-wrapper .navbar .nav-link{
     font-size: 16px;
    padding: 5px 22px;
    color: var(--textcolor);
    border-radius: 20px;
    font-weight: 500;
}

.header-wrapper .navbar .nav-link:hover{
    background: var(--PrimaryColor);
    color: var(--whitecolor) !important;
}

.header-wrapper .menu-bars{
    width: 56px;
    height: 56px;
    background: var(--OrangeColor);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 20px;
    border: none;
     transform: translate(0%, -50%);
     transition-duration: 0.3s;
}

.header-wrapper .menu-bars:hover{
    background: var(--PrimaryColor);
}

.header-wrapper .menu-bars span{
    width: 26px;
    height: 2px;
    background: var(--whitecolor);
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translate(-50%, 0%);
}

.header-wrapper .menu-bars span:nth-child(1){
    top: 16px;
    width: 10px;
    animation: menubartwo 2s infinite alternate;
}

.header-wrapper .menu-bars span:nth-child(2){
    top: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    animation: menubarone 2s infinite alternate;
}

.header-wrapper .menu-bars span:nth-child(3){
    top: auto;
    bottom: 16px;
    animation: menubartwo 2s infinite alternate;
}

@keyframes menubarone {
    0% {
        width: 26px;
    }

    50% {
        width: 10px;
    }

    100% {
        width: 26px;
    }
}

@keyframes menubartwo {
    0% {
        width: 10px;
    }

    50% {
        width: 26px;
    }

    100% {
        width: 10px;
    }
}

.header-wrapper .dropdown-item{
    padding: 6px 14px;
    font-size: 16px;
    color: var(--textcolor);
    border-radius: 5px;
}

.header-wrapper .dropdown-item:hover{
    background: var(--PrimaryColor);
    color: var(--whitecolor);
}

.header-wrapper .dropdown-menu{
    min-width: 200px;
    border: none;
    padding: 20px 10px;
    -webkit-box-shadow: 0px 0px 15px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px -2px rgba(0, 0, 0, 0.1);
    border-top: 2px solid var(--OrangeColor);
}

.f-nav .header-wrapper-fixed{
    background: rgba(255, 255, 255, .9);
    -webkit-box-shadow: 0px 0px 15px -2px rgba(0,0,0,0.1); 
    box-shadow: 0px 0px 15px -2px rgba(0,0,0,0.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.f-nav .header-wrapper-fixed .header-topsection{
    margin-top: -40px;
}

.f-nav .header-wrapper-fixed .header-wrapper{
    -webkit-box-shadow: 0px 0px 15px -2px rgba(0,0,0,0.0); 
    box-shadow: 0px 0px 15px -2px rgba(0,0,0,0.0);
    background: rgba(255, 255, 255, .0);
    height: auto;
}

.f-nav .header-wrapper-fixed .header-wrapper .headerlogo{
    margin-top: 10px;
    margin-bottom: 10px;
}

.f-nav .header-wrapper-fixed .header-wrapper .headerlogo img{
    height: 50px;
}

.f-nav .header-wrapper .navbar{
    margin-top: 18px;
}

.banner-caption-wrap h1{
    font-family: var(--headingfont);
    text-transform: uppercase;
    font-size: 58px;
    padding: 0;
    margin: 0px 0px 20px 0px;
    line-height: 60px;
}

.banner-caption-wrap p{
    padding: 0;
    margin: 0px 0px 50px 0px;
}

.banner-caption-wrap a{
    width: 180px;
    height: 46px;
    border: 2px solid var(--OrangeColor);
    display: inline-block;
    text-align: center;
    line-height: 42px;
    color: var(--OrangeColor);
    font-weight: 500;
    border-radius: 25px;
}

.banner-caption-wrap a i{
    margin-right: 10px;
}

.banner-caption-wrapper .bannerright{
    text-align: right;
    color: var(--whitecolor);
}

.banner-caption-wrapper .bannerright h1{
    color: var(--whitecolor);
}

.banner-caption-wrapper .bannerright p{
    color: var(--textcolorBlue);
}

.banner-caption-wrapper .bannerleft .findjobbutton{
    border-top-left-radius: 5px;
    position: relative;
    overflow: hidden;
}

.banner-caption-wrapper .bannerleft .findjobbutton font{
    position: relative;
    z-index: 10;
}

.banner-caption-wrapper .bannerleft .findjobbutton::before{
    width: 0%;
    height: 100%;
    background: var(--OrangeColor);
    position: absolute;
    left: 0px;
    bottom: 0px;
    content: '';
    z-index: -1;
    transition-duration: 0.3s;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.banner-caption-wrapper .bannerleft .findjobbutton::after{
    width: 0%;
    height: 100%;
    background: var(--OrangeColor);
    position: absolute;
    right: 0px;
    bottom: 0px;
    content: '';
    z-index: -1;
    transition-duration: 0.3s;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.banner-caption-wrapper .bannerleft .findjobbutton:hover::before{
    width: 50%;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}


.banner-caption-wrapper .bannerleft .findjobbutton:hover::after{
    width: 50%;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.banner-caption-wrapper .bannerleft .findjobbutton:hover{
    background: var(--OrangeColor);
    color: var(--whitecolor);
    border-radius: 25px;
}



.banner-caption-wrapper .bannerright .hirenowbutton{
    border-top-right-radius: 5px;
    position: relative;
    overflow: hidden;
    border-color: var(--textcolorBlue);
    color: var(--textcolorBlue);
}

.banner-caption-wrapper .bannerright .hirenowbutton font{
    position: relative;
    z-index: 10;
}

.banner-caption-wrapper .bannerright .hirenowbutton::before{
    width: 0%;
    height: 100%;
    background: var(--whitecolor);
    position: absolute;
    left: 0px;
    bottom: 0px;
    content: '';
    z-index: -1;
    transition-duration: 0.3s;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.banner-caption-wrapper .bannerright .hirenowbutton::after{
    width: 0%;
    height: 100%;
    background: var(--whitecolor);
    position: absolute;
    right: 0px;
    bottom: 0px;
    content: '';
    z-index: -1;
    transition-duration: 0.3s;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.banner-caption-wrapper .bannerright .hirenowbutton:hover::before{
    width: 50%;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}


.banner-caption-wrapper .bannerright .hirenowbutton:hover::after{
    width: 50%;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.banner-caption-wrapper .bannerright .hirenowbutton:hover{
    border-color: var(--whitecolor);
    background: var(--whitecolor);
    color: var(--PrimaryColor);
    border-radius: 25px;
}

.mousescrollwrap{
    width: 100%;
    position: relative;
    text-align: center;
    display: block;
}

.mousescrollwrap a{
    width: 200px;
    height: 90px;
    background: url(../img/mousescroll-bg.svg) bottom no-repeat;
    display: inline-block;
    position: absolute;
    top: -88px;
    z-index: 800;
    margin-left: -100px;
}

.mousescrollwrap a::before{
    width: 18px;
    height: 24px;
    position: absolute;
    left: 50%;
    bottom: 20px;
    content: '';
    margin-left: -9px;
    z-index: 990;
    border: 0;
    outline: 0;
    animation: mouse-animations 1.5s infinite alternate;
    background: 0;
    background: url(../img/mouse-icon.png) no-repeat;
}

.mousescrollwrap a:hover::before {
    background-position-y: -24px
}

@keyframes mouse-animations {
    0 {
        bottom: 20px;
    }

    70% {
        bottom: 20px;
    }

    71% {
        bottom: 20px;
    }

    100% {
        bottom: 35px;
    }
}

.banner-caption-wrapper .bannerright{
    position: relative;
}

.banner-caption-wrapper .bannerright::before{
    width: 368px;
    height: 576px;
    position: absolute;
    left: -184px;
    bottom: 0px;
    content: '';
    background: url(../img/banner-image01.png) no-repeat bottom;
    z-index: 10;
}

.footer-wrapper-div{
    width: 100%;
    background: #12357D;
    background: linear-gradient(180deg,rgba(18, 53, 125, 1) 0%, rgba(7, 18, 39, 1) 100%);
    padding-bottom: 10px;
    padding-top: 40px;
}

.footer-wrapper-div .footercredencials{
    width: 100%;
    background: var(--whitecolor);
    color: var(--textcolor);
    margin-top: 75px;
}

.footer-wrapper-div .footercredencials p{
    padding: 0;
    margin: 0;
    font-size: 14px;
}

.footer-wrapper-div .footercredencials .col-lg-6{
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer-wrapper-div .footercredencials .col-lg-6:last-child{
    text-align: right;
}

.footer-wrapper-div .footercredencials p a{
    color: var(--textcolor);
}

.footer-wrapper-div .footercredencials p a:hover{
    color: var(--OrangeColor);
}

.footer-wrapper-div .footercredencials p font{
    margin: 0px 20px;
}

.footer-topsection{
    width: 100%;
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 10px;
    min-height: auto;
    margin-bottom: 75px;
}

.footer-topsection .row{
    margin-left: 0px;
    margin-right: 0px;
}

.footer-topsection .row .col-xl-8,
.footer-topsection .row .col-xl-2{
    padding-left: 0px;
    padding-right: 0px;
}

.footer-topsection .row .col-xl-2{
    border-left: 1px solid rgba(255, 255, 255, .25);
}

.footer-topsection .row .col-xl-2 a{
    height: 140px;
    display: table;
    text-align: center;
    width: 100%;
}

.footer-topsection .row .col-xl-2 a span{
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.footer-topsection .row .col-xl-2 a h6{
    width: 100%;
    padding: 0;
    margin: 15px 0px 0px 0px;
    text-align: center;
    color: var(--whitecolor);
    font-size: 15px;
    font-weight: 500;
    transition-duration: 0.3s;
}

.footer-topsection .row .col-xl-2 a font i{
    color: var(--OrangeColor);
    font-size: 32px;
    transition-duration: 0.3s;
}

.footer-topsection .row .col-xl-2 a:hover h6{
    color: var(--OrangeColor);
}

.footer-topsection .row .col-xl-2 a:hover i{
    color: var(--whitecolor);
}

.footer-wrapper-div .col-lg-3 p,
.footer-wrapper-div .col-lg-4 p{
    font-size: 15px;
    color: var(--textcolorFooter);
    line-height: 24px;
    padding: 0px;
    margin: 0px 0px 12px 0px;
}

.footer-wrapper-div .col-lg-3 p:last-child{
    margin-bottom: 0px;
}

.footer-wrapper-div .col-lg-3 p b{
    color: var(--whitecolor);
}

.footer-wrapper-div .col-lg-3 p a{
    color: var(--textcolorFooter);
    text-decoration: none;
}

.footer-wrapper-div .col-lg-3 .footer-logo{
    width: 100%;
    display: block;
    margin-bottom: 30px;
    margin-top: 5px;
}

.footer-wrapper-div .col-lg-3 .footer-logo img{
    width: auto;
    height: 60px;
}

.footer-wrapper-div .col-lg-4 h4,
.footer-wrapper-div .col-lg-3 h4,
.footer-wrapper-div .col-lg-2 h4{
    width: 100%;
    padding: 0;
    margin: 0px 0px 25px 0px;
    color: var(--whitecolor);
    font-size: 22px;
    font-weight: 500;
}

.footer-wrapper-div .quicklinks{
    width: 100%;
    padding: 0;
    margin: 0;
}

.footer-wrapper-div .quicklinks li{
    list-style: none;
    padding: 0;
    margin: 0px 0px 6px 0px;
    width: 100%;
    display: inline-block;
}

.footer-wrapper-div .quicklinks li:last-child{
    margin-bottom: 0px;
}

.footer-wrapper-div .quicklinks li a{
    width: 100%;
    display: inline-block;
    color: var(--textcolorFooter);
    font-size: 15px;
    padding: 0;
    margin: 0;
}

.footer-wrapper-div .quicklinks li a:hover{
    color: var(--OrangeColor);
}

.footer-wrapper-div .newsletter-con{
    width: 100%;
    padding: 0px 40px 0px 0px;
    margin: 0;
    position: relative;
}

.footer-wrapper-div .newsletter-con input{
    width: 100%;
    height: 40px;
    border: none;
    font-size: 15px;
    background: none;
    border-bottom: 1px solid rgba(255, 255, 255, .25);
    transition-duration: 0.3s;
    color: var(--textcolorFooter);
}

.footer-wrapper-div .newsletter-con input:focus{
    outline: none;
    border-color: var(--OrangeColor);
}

.footer-wrapper-div .newsletter-con a{
    
    position: relative;
    overflow: hidden;
    color: var(--OrangeColor);
    background: var(--whitecolor);
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
    border-radius: 20px;
    padding: 8px 30px;
    margin-top: 15px;
    transition-duration: 0.3s;
    border-top-left-radius: 5px;
    border: none;
}

.footer-wrapper-div .newsletter-con a i{
    margin-right: 6px;
}

.footer-wrapper-div .newsletter-con a:hover{
    background: var(--OrangeColor);
    color: var(--whitecolor);
    border-radius: 20px;
}

.footer-wrapper-div .socialmedia-icons {
    width: auto;
    padding: 0px 0px 0px 0px;
    margin: 30px 0px 0px 0px;
    display: block;
    text-align: left;
}

.footer-wrapper-div .socialmedia-icons li {
    list-style: none;
    padding: 0;
    margin: 0px 5px 0px 0px;
    display: inline-block;
}

.footer-wrapper-div .socialmedia-icons li:last-child{
    margin-right: 0px;
}

.footer-wrapper-div .socialmedia-icons li a {
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}

.footer-wrapper-div .socialmedia-icons li a:hover {
    color: #fff !important;
    text-decoration: none;
}

.footer-wrapper-div .socialmedia-icons li a.fb {
    background: #3f64ac;
}

.footer-wrapper-div .socialmedia-icons li a.tw {
    background: #000000;
}

.footer-wrapper-div .socialmedia-icons li a.li {
    background: #0e72a3;
}

.footer-wrapper-div .socialmedia-icons li a.in {
    background: #f6523f;
}

.footer-wrapper-div .socialmedia-icons li a.em{
    background: #ec4134;
}

.ourstory-wrapper{
    width: 100%;
    position: relative;
    padding-left: 170px;
}

.ourstory-wrapper::before{
    width: 115px;
    height: 115px;
    background: url(../img/download-icon.png) no-repeat var(--OrangeColor);
    position: absolute;
    left: 30px;
    top: 12px;
    border-radius: 50%;
    content: '';
}

.ourstory-wrapper h4{
    width: auto;
    padding: 0;
    margin: 40px 0px 0px 0px;
    color: var(--whitecolor);
    font-size: 20px;
    line-height: 30px;
    display: inline-block;
}

.ourstory-wrapper .download-btn{
    position: absolute;
    top: 47px;
    right: 30px;
    width: 170px;
    height: 46px;
    border: 2px solid var(--OrangeColor);
    display: inline-block;
    text-align: center;
    line-height: 42px;
    color: var(--OrangeColor);
    font-weight: 500;
    border-radius: 25px;
    border-top-left-radius: 5px;
    padding-right: 40px;
    transition-duration: 0.3s;
    font-size: 15ox;
}

.ourstory-wrapper .download-btn font{
    width: 36px;
    height: 36px;
    position: absolute;
    top: 3px;
    right: 3px;
    background: var(--OrangeColor);
    border-radius: 50%;
    color: var(--whitecolor);
    line-height: 36px;
    transition-duration: 0.3s;
}

.ourstory-wrapper .download-btn:hover{
    background: var(--OrangeColor);
    color: var(--whitecolor);
    border-radius: 50px;
}

.ourstory-wrapper .download-btn:hover font{
    background: var(--whitecolor);
    color: var(--OrangeColor);
}

.heading-styles h2{
    font-family: var(--headingfont);
    text-transform: uppercase;
    font-size: 58px;
    padding: 0;
    margin: 0px 0px 40px 0px;
    line-height: 60px;
}

.heading-styles h6{
    width: 100%;
    padding: 0;
    margin: 0px 0px 4px 0px;
    text-transform: uppercase;
    color: var(--PrimaryColor);
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
}

.viewmore-btnstyle{
    width: 170px;
    height: 46px;
    border: 2px solid var(--OrangeColor);
    display: block;
    text-align: center;
    line-height: 42px;
    color: var(--OrangeColor);
    font-weight: 500;
    border-radius: 25px;
    border-top-left-radius: 5px;
    position: relative;
    padding-right: 35px;
    overflow: hidden;
    z-index: 50;
}

.viewmore-btnstyle font{
    width: 36px;
    height: 36px;
    position: absolute;
    top: 3px;
    right: 3px;
    background: var(--OrangeColor);
    border-radius: 50%;
    color: var(--whitecolor);
    line-height: 36px;
    transition-duration: 0.3s;
}

.viewmore-btnstyle::before{
    width: 0%;
    height: 100%;
    background: var(--PrimaryColor);
    position: absolute;
    left: 0px;
    bottom: 0px;
    content: '';
    z-index: -1;
    transition-duration: 0.3s;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.viewmore-btnstyle::after{
    width: 0%;
    height: 100%;
    background: var(--PrimaryColor);
    position: absolute;
    right: 0px;
    bottom: 0px;
    content: '';
    z-index: -1;
    transition-duration: 0.3s;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.viewmore-btnstyle:hover::before{
    width: 50%;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}


.viewmore-btnstyle:hover::after{
    width: 50%;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.viewmore-btnstyle:hover{
    border-color: var(--PrimaryColor);
    border-radius: 25px;
    background: var(--PrimaryColor);
    color: var(--whitecolor);
}

.viewmore-btnstyle:hover font{
    color: var(--PrimaryColor);
    background: var(--whitecolor);
}

.whychoose-wrapper-div .col-lg-8 ul{
    width: 100%;
    padding: 0;
    margin: 0px 0px 45px 0px;
    display: block;
}

.whychoose-wrapper-div .col-lg-8 ul li{
    width: 100%;
    display: inline-block;
    position: relative;
    color: var(--textcolor);
    font-size: 16px;
    padding: 0px 0px 0px 30px;
    margin: 0px 0px 15px 0px;
}

.whychoose-wrapper-div .col-lg-8 ul li:last-child{
    margin-bottom: 0px;
}

.whychoose-wrapper-div .col-lg-8 ul li i{
    position: absolute;
    left: 0px;
    top: 4px;
    color: var(--PrimaryColor);
}

.whychoose-wrapper-div .col-lg-8 p{
    text-align: justify;
    margin-bottom: 30px;
}

.enquiry-wrapper-div{
    width: 100%;
    background: var(--PrimaryColor);
    padding: 50px 40px;
    border-radius: 10px;
}

.enquiry-wrapper-div .enq-heading{
    width: 100%;
    margin-bottom: 15px;
}

.enquiry-wrapper-div .enq-heading h3{
    font-family: var(--headingfont);
    text-transform: uppercase;
    font-size: 48px;
    padding: 0;
    margin: 0px 0px 12px 0px;
    line-height: 50px;
    color: var(--whitecolor);
    width: 100%;
    text-align: center;
}

.enquiry-wrapper-div .enq-heading p{
    padding: 0;
    margin: 0;
    text-align: center;
    color: var(--textcolorBlue);
}

.enquiry-wrapper-div .col-lg-12 input{
    width: 100%;
    padding: 0px 0px 0px 12px;
    margin: 0px;
    background: none;
    border: 1px solid rgba(255, 255, 255, 0.25);
    height: 44px;
    border-radius: 4px;
    color: var(--textcolorBlue);
    transition-duration: 0.3s;
    font-size: 15px;
}

.enquiry-wrapper-div .col-lg-12 textarea{
    width: 100%;
    padding: 8px 0px 0px 12px;
    margin: 0px;
    background: none;
    border: 1px solid rgba(255, 255, 255, 0.25);
    height: 90px;
    border-radius: 4px;
    color: var(--textcolorBlue);
    transition-duration: 0.3s;
    font-size: 15px;
}

.enquiry-wrapper-div .col-lg-12 textarea::-webkit-input-placeholder,
.enquiry-wrapper-div .col-lg-12 input::-webkit-input-placeholder { 
    color:var(--textcolorBlue);
}

.enquiry-wrapper-div .col-lg-12 textarea::-moz-placeholder,
.enquiry-wrapper-div .col-lg-12 input::-moz-placeholder { 
    color:var(--textcolorBlue);
}

.enquiry-wrapper-div .col-lg-12 textarea:-ms-input-placeholder,
.enquiry-wrapper-div .col-lg-12 input:-ms-input-placeholder { 
    color:var(--textcolorBlue);
}

.enquiry-wrapper-div .col-lg-12 textarea:-moz-placeholder,
.enquiry-wrapper-div .col-lg-12 input:-moz-placeholder {
    color:var(--textcolorBlue);
}

.enquiry-wrapper-div .col-lg-12 button{
    width: 100%;
    padding: 0;
    margin: -5px 0px 0px 0px;
    background: none;
    border: none;
    height: 44px;
    border-radius: 4px;
    background: var(--whitecolor);
    color: var(--PrimaryColor);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    transition-duration: 0.3s;
}

.enquiry-wrapper-div .col-lg-12 input:focus,
.enquiry-wrapper-div .col-lg-12 textarea:focus{
    border-color: var(--whitecolor);
    outline: none;
}

.enquiry-wrapper-div .col-lg-12{
    margin-top: 10px;
}

.whychoose-wrapper-div{
    width: 100%;
    margin-top: 120px;
    margin-bottom: 120px;
}

.whychoose-wrapper-div .col-lg-8 .viewmore-btnstyle{
    border-color: var(--PrimaryColor);
    color: var(--PrimaryColor);
}

.whychoose-wrapper-div .col-lg-8 .viewmore-btnstyle font{
    background: var(--PrimaryColor);
}

.whychoose-wrapper-div .col-lg-8 .viewmore-btnstyle::before,
.whychoose-wrapper-div .col-lg-8 .viewmore-btnstyle::after{
    background: var(--OrangeColor);
}

.whychoose-wrapper-div .col-lg-8 .viewmore-btnstyle:hover{
    color: var(--whitecolor);
    background: var(--OrangeColor);
    border-color: var(--OrangeColor);
}

.whychoose-wrapper-div .col-lg-8 .viewmore-btnstyle:hover font{
    background: var(--whitecolor);
    color: var(--OrangeColor);
}

.ourservices-wrapper{
    width: 100%;
    background: url(../img/service-fixed-bg.jpg) no-repeat center center fixed var(--headingColor);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 100px 0px;
    margin-top: 120px;
}

.ourservices-wrapper .col-xl-5{
    padding-top: 15px;
}

.ourservices-wrapper .col-xl-5 h2{
    color: var(--whitecolor);
}

.ourservices-wrapper .col-xl-5 h6{
    color: var(--OrangeColor);
}

.ourservices-wrapper .col-xl-5 p{
    color: var(--whitecolor);
    margin-bottom: 45px;
}

.ourservices-wrapper .home-serviceitem{
    width: 100%;
    height: 190px;
    text-align: center;
    background: var(--whitecolor);
    border-radius: 10px;
    display: table;
}

.ourservices-wrapper .home-serviceitem h5{
    width: 100%;
    padding: 0;
    margin: 6px 0px 0px 0px;
    color: var(--headingColor);
    font-size: 16px;
    font-weight: 600;
    transition-duration: 0.3s;
    display: block;
}

.ourservices-wrapper .home-serviceitem div{
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.ourservices-wrapper .col-xl-7 .col-xl-4{
    margin-top: 12px;
    margin-bottom: 12px;
}

.ourservices-wrapper .home-serviceitem:hover{
    background: var(--PrimaryColor);
}

.ourservices-wrapper .home-serviceitem:hover h5{
    color: var(--whitecolor);
}

.ourservices-wrapper .home-serviceitem span{
    width: 110px;
    height: 110px;
    background: url(../img/servicesicons.png)  no-repeat rgba(17, 51, 120, 0.05);
    display: inline-block;
    transition-duration: 0.3s;
    border-radius: 50%;
}

.ourservices-wrapper .home-serviceitem:hover span{
    background: url(../img/servicesicons.png)  no-repeat  rgba(255, 255, 255, 0.05);
    background-position-y: -110px;
}

.ourservices-wrapper .col-xl-7 .col-xl-4:nth-child(2) .home-serviceitem span{
    background-position-x: -110px;
}

.ourservices-wrapper .col-xl-7 .col-xl-4:nth-child(3) .home-serviceitem span{
    background-position-x: -220px;
}

.ourservices-wrapper .col-xl-7 .col-xl-4:nth-child(4) .home-serviceitem span{
    background-position-x: -330px;
}

.ourservices-wrapper .col-xl-7 .col-xl-4:nth-child(5) .home-serviceitem span{
    background-position-x: -440px;
}

.ourservices-wrapper .col-xl-7 .col-xl-4:nth-child(6) .home-serviceitem span{
    background-position-x: -550px;
}

.scrollingtext-wrap{
    width: 100%;
    width: 100%;
    overflow: hidden;
    display: flex;
    white-space: nowrap;
	padding: 0px 0px 10px 0px;
    margin: 110px 0px 0px 0px;
    left: 0px;
    margin-left: 0%;
}

.scrollingtext-wrap .text {
    font-size: 14px;
	text-transform: inherit;
	animation: animate_topscrolls 90s linear infinite;
}

.scrollingtext-wrap .text span{
    width: auto;
    height: auto;
    line-height: normal;
    display: inline-block;
    padding: 0px 190px 0px 0px;
    margin: 0px 0px 0px 0px;
    color: #fff;
    font-size: 100px;
    font-weight: bold;
    position: relative;
    text-transform: uppercase;
    line-height: 100px;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color:var(--textcolor);
    font-family: var(--headingfont);
}

@keyframes animate_topscrolls {
    from {
      transform: translate3d(0, 0, 0);
    }
    to {
      transform: translate3d(-100%, 0, 0);
    }
}

.scrollingtext-wrap .text span::after{
    width: 123px;
    height: 84px;
    position: absolute;
    top: 12px;
    right: 30px;
    content: '';
    background: url(../img/right-arrow.png) no-repeat;
}

.scrollingtext-wrap .text span:nth-child(1):after,
.scrollingtext-wrap .text span:nth-child(6):after{
    background: url(../img/right-arrow2.png) no-repeat;
}

.scrollingtext-wrap .text span:nth-child(2):after,
.scrollingtext-wrap .text span:nth-child(7):after{
    background: url(../img/right-arrow3.png) no-repeat;
}

.scrollingtext-wrap .text span:nth-child(3):after,
.scrollingtext-wrap .text span:nth-child(8):after{
    background: url(../img/right-arrow4.png) no-repeat;
}

.scrollingtext-wrap .text span:nth-child(4):after,
.scrollingtext-wrap .text span:nth-child(9):after{
    background: url(../img/right-arrow5.png) no-repeat;
}

.scrollingtext-wrap .text span:nth-child(5):after,
.scrollingtext-wrap .text span:nth-child(10):after{
    background: url(../img/right-arrow6.png) no-repeat;
}

.milestones-wrapper{
    width: 100%;
    margin-top: 120px;
}

.milestones-wrapper .milestones-item{
    width: 100%;
    border: 2px solid var(--OrangeColor);
    padding: 35px 15px;
    display: table;
    border-radius: 10px;
    position: relative;
    text-align: center;
    background: var(--whitecolor);
    cursor: pointer;
}

.milestones-wrapper .milestones-item::before{
    width: 100%;
    height: 100%;
    position: absolute;
    right: -14px;
    bottom: -14px;
    background: var(--OrangeColor);
    border-radius: 10px;
    content: '';
    z-index: -1;
    opacity: 0.1;
    transition-duration: 0.3s;
}

.milestones-wrapper .milestones-item:hover{
    border-color: var(--PrimaryColor);
}

.milestones-wrapper .milestones-item:hover::before{
    right: 0px;
    bottom: 0px;
}

.milestones-wrapper .milestones-item h6{
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
    color: var(--textcolor);
    font-size: 14px;
}

.milestones-wrapper .milestones-item h3{
    width: 100%;
    padding: 0;
    margin: 15px 0px 5px 0px;
    text-align: center;
    color: var(--headingColor);
    font-size: 34px;
    font-weight: bold;
}

.milestones-wrapper .milestones-item span{
    width: 120px;
    height: 120px;
    display: inline-block;
    background:  left top no-repeat rgba(255, 112, 5, .1);
    border-radius: 50%;
    transition-duration: 0.3s;
}

.milestones-wrapper .col-lg-3 .milestones-item.placedcand span{
    background-position-x: -120px;
}

.milestones-wrapper .col-lg-3 .milestones-item.visasucc span{
    background-position-x: -240px;
}

.milestones-wrapper .col-lg-3 .milestones-item.hirepart span{
    background-position-x: -360px;
}

.milestones-wrapper .col-lg-3 .milestones-item.clientsatis span{
    background-position-x: -480px;
}

.milestones-wrapper .milestones-item:hover span{
    background:left top no-repeat var(--LightBg);
    background-position-y: -120px ;
}

.milestone-icon {
    position: relative;
    width: 120px;
    height: 120px;
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
}

.milestone-icon img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 0.3s ease;
}

.milestone-icon img.hover {
    opacity: 0;
}

.milestone-icon:hover img.normal {
    opacity: 0;
}

.milestone-icon:hover img.hover {
    opacity: 1;
}

.milestones-wrapper .col-lg-3:nth-child(1) .milestones-item{
    border-color: #a0b830;
}

.milestones-wrapper .col-lg-3:nth-child(1) .milestones-item::before{
    background: #a0b830;
}

.milestones-wrapper .col-lg-3:nth-child(1) .milestones-item span{
    background-color:  #a0b830;
}

.milestones-wrapper .col-lg-3:nth-child(1) .milestones-item:hover span{
    background-color:  #f5f7ea;
}


.milestones-wrapper .col-lg-3:nth-child(2) .milestones-item{
    border-color: #f28e2b;
}

.milestones-wrapper .col-lg-3:nth-child(2) .milestones-item::before{
    background: #f28e2b;
}

.milestones-wrapper .col-lg-3:nth-child(2) .milestones-item span{
    background-color:  #f28e2b;
}

.milestones-wrapper .col-lg-3:nth-child(2) .milestones-item:hover span{
    background-color:  #fdf3e9;
}


.milestones-wrapper .col-lg-3:nth-child(3) .milestones-item{
    border-color: #13367f;
}

.milestones-wrapper .col-lg-3:nth-child(3) .milestones-item::before{
    background: #13367f;
}

.milestones-wrapper .col-lg-3:nth-child(3) .milestones-item span{
    background-color:  #13367f;
}

.milestones-wrapper .col-lg-3:nth-child(3) .milestones-item:hover span{
    background-color:  #e7eaf2;
}


.milestones-wrapper .col-lg-3:nth-child(4) .milestones-item{
    border-color: #e4b117;
}

.milestones-wrapper .col-lg-3:nth-child(4) .milestones-item::before{
    background: #e4b117;
}

.milestones-wrapper .col-lg-3:nth-child(4) .milestones-item span{
    background-color:  #e4b117;
}

.milestones-wrapper .col-lg-3:nth-child(4) .milestones-item:hover span{
    background-color:  #fcf7e7;
}



.milestones-wrapper .col-lg-3:nth-child(5) .milestones-item{
    border-color: #219372;
}

.milestones-wrapper .col-lg-3:nth-child(5) .milestones-item::before{
    background: #219372;
}

.milestones-wrapper .col-lg-3:nth-child(5) .milestones-item span{
    background-color:  #219372;
}

.milestones-wrapper .col-lg-3:nth-child(5) .milestones-item:hover span{
    background-color:  #e8f4f0;
}



.milestones-scroll{
    margin-left: -15px;
    margin-right: -15px;
}

.milestones-scroll .col-lg-3{
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
}

.quicklink-buttons-wrap{
    width: 100%;
    margin-top: 120px;
}

.quicklink-buttons-wrap .quicklink-item{
    width: 100%;
    text-align: center;
    display: table;
    height: 250px;
    border-radius: 10px;
    border: 2px solid var(--OrangeColor);
    position: relative;
    background: var(--whitecolor);
}

.quicklink-buttons-wrap .quicklink-item:after{
    width: 100%;
    height: 100%;
    position: absolute;
    right: -14px;
    bottom: -14px;
    background: var(--OrangeColor);
    border-radius: 10px;
    content: '';
    z-index: -1;
    opacity: 0.1;
    transition-duration: 0.3s;
}

.quicklink-buttons-wrap .quicklink-item:hover:after{
    right: 0px;
    bottom: 0px;
}



.quicklink-buttons-wrap .quicklink-item div{
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.quicklink-buttons-wrap .quicklink-item div h5{
    width: 100%;
    font-size: 18px;
    padding: 0;
    margin: 0;
    color: var(--headingColor);
    font-weight: 600;
    line-height: 26px;
    transition-duration: 0.3s;
}

.quicklink-buttons-wrap .row{
    margin-left: -15px;
    margin-right: -15px;
}

.quicklink-buttons-wrap .row .col-lg-3{
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

.quicklink-buttons-wrap .quicklink-item .morebutton-style{
    width: 100%;
    height: 100%;
    position: absolute;
    right: -2px;
    bottom: -2px;
    z-index: 100;
    border-radius: 9px;
    overflow: hidden;
}

.quicklink-buttons-wrap .quicklink-item .morebutton-style::before{
    width: 118px;
    height: 118px;
    background:  no-repeat;
    position: absolute;
    right: -120px;
    bottom: -120px;
    content: '';
    transition-duration: 0.3s;
}

.quicklink-buttons-wrap .quicklink-item:hover .morebutton-style::before{
    bottom: 0px;
    right: 0px;
}

.quicklink-buttons-wrap .quicklink-item:hover{
    background: var(--OrangeColor);
}

.quicklink-buttons-wrap .quicklink-item:hover h5{
    color: var(--whitecolor);
}

.quicklink-buttons-wrap .quicklink-item span{
    width: 90px;
    height: 90px;
    display: block;
    background: #fff;
    transition-duration: 0.3s;
    border-radius: 50%;
    margin: auto;
    overflow: hidden;
    margin-bottom: 14px;
    
}

.quicklink-buttons-wrap .quicklink-item:hover span{
    background-position-y: -88px;
}

.quicklink-buttons-wrap .col-lg-3:nth-child(2) .quicklink-item span{
    background-position-x: -86px;
}

.quicklink-buttons-wrap .col-lg-3:nth-child(3) .quicklink-item span{
    background-position-x: -172px;
}

.quicklink-buttons-wrap .col-lg-3:nth-child(4) .quicklink-item span{
    background-position-x: -258px;
}




.quicklink-buttons-wrap .col-lg-3:nth-child(1) .quicklink-item{
    border-color: #a0b830;
}

.quicklink-buttons-wrap .col-lg-3:nth-child(1) .quicklink-item:hover{
    background-color: #a0b830;
}

.quicklink-buttons-wrap .col-lg-3:nth-child(1) .quicklink-item:after{
    background-color: #a0b830;
}
.quicklink-item .icon-wrap {
    display: inline-block;
    position: relative;
    width: 86px;  /* same as your span width */
    height: 88px; /* same as your span height */
}

.quicklink-item .icon-wrap img {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 0.3s ease;
    padding: 10px;

}

.quicklink-item .icon-wrap img.hover {
    opacity: 0;
}

.quicklink-item:hover .icon-wrap img.normal {
    opacity: 0;
}

.quicklink-item:hover .icon-wrap img.hover {
    opacity: 1;
}

.quicklink-buttons-wrap .col-lg-3:nth-child(1) .quicklink-item .morebutton-style::before{
    background: url(../img/quicklink-arrow-green.png) no-repeat;
}


.quicklink-buttons-wrap .col-lg-3:nth-child(2) .quicklink-item{
    border-color: #f28e2b;
}

.quicklink-buttons-wrap .col-lg-3:nth-child(2) .quicklink-item:hover{
    background-color: #f28e2b;
}

.quicklink-buttons-wrap .col-lg-3:nth-child(2) .quicklink-item:after{
    background-color: #f28e2b;
}

.quicklink-buttons-wrap .col-lg-3:nth-child(2) .quicklink-item .morebutton-style::before{
    background: url(../img/quicklink-arrow-orange.png) no-repeat;
}



.quicklink-buttons-wrap .col-lg-3:nth-child(3) .quicklink-item{
    border-color: #13367f;
}

.quicklink-buttons-wrap .col-lg-3:nth-child(3) .quicklink-item:hover{
    background-color: #13367f;
}

.quicklink-buttons-wrap .col-lg-3:nth-child(3) .quicklink-item:after{
    background-color: #13367f;
}

.quicklink-buttons-wrap .col-lg-3:nth-child(3) .quicklink-item .morebutton-style::before{
    background: url(../img/quicklink-arrow-blue.png) no-repeat;
}


.quicklink-buttons-wrap .col-lg-3:nth-child(4) .quicklink-item{
    border-color: #e4b117;
}

.quicklink-buttons-wrap .col-lg-3:nth-child(4) .quicklink-item:hover{
    background-color: #e4b117;
}

.quicklink-buttons-wrap .col-lg-3:nth-child(4) .quicklink-item:after{
    background-color: #e4b117;
}

.quicklink-buttons-wrap .col-lg-3:nth-child(4) .quicklink-item .morebutton-style::before{
    background: url(../img/quicklink-arrow-yellow.png) no-repeat;
}

.homejobs-wrapper{
    width: 100%;
    margin-top: 100px;
    padding: 100px 0px 170px 0px;
    background: var(--LightBg);
}

.homejobs-wrapper .heading-styles h6,
.homejobs-wrapper .heading-styles h2{
    text-align: center;
}

.homejobs-wrapper .nav-pills .nav-link{
    width: 180px;
    border-radius: 0px;
    background: var(--whitecolor);
    padding: 10px 0px;
    color: var(--PrimaryColor);
    font-size: 15px;
    font-weight: 600;
}

.homejobs-wrapper .nav-pills .nav-link.active{
    background: var(--PrimaryColor);
    color: var(--whitecolor);
}

.homejobs-wrapper .nav-pills .nav-item:nth-child(2) .nav-link{
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

.homejobs-wrapper .nav-pills .nav-item:nth-child(1) .nav-link{
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}

.homejobs-wrapper .tab-content{
    margin-top: 35px;
}

.jobsitem-container{
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
}

.jobsitem-container:after{
    width: 118px;
    height: 118px;
    background: url(../img/jobslink-arrow.png) no-repeat;
    position: absolute;
    right: -120px;
    bottom: -120px;
    content: '';
    transition-duration: 0.3s;
}

.jobsitem-container:hover:after{
    right: 0px;
    bottom: 0px;
}


.jobsitem-container .jobsitem-bottom{
    width: 100%;
    background: var(--headingColor);
    height: 220px;
    position: relative;
    overflow: hidden;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.jobsitem-container .jobsitem-bottom img,
.jobsitem-container .jobsitem-bottom video{
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.jobsitem-container .jobsitem-top{
    width: 100%;
    padding: 20px 20px 0px 20px;
    background: var(--whitecolor);
    height: 150px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transition-duration: 0.3s;
}

.jobsitem-container .jobsitem-top h5{
    width: 100%;
    padding: 0;
    margin: 0px;
    color: var(--headingColor);
    font-size: 16px;
    line-height: 24px;
    transition-duration: 0.3s;
}

.jobsitem-container .jobsitem-top h5 font{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
            line-clamp: 2; 
    -webkit-box-orient: vertical;
}

.jobsitem-container .jobsitem-top h6{
    width: 100%;
    padding: 0;
    margin: 0px 0px 10px 0px;
    color: var(--headingColor);
    font-size: 13px;
    line-height: normal;
}

.jobsitem-container .jobsitem-top h6 span{
    background: var(--PrimaryColor);
    color: var(--whitecolor);
    padding: 5px 16px;
    display: inline-block;
    border-radius: 15px;
    transition-duration: 0.3s;
}

.jobsitem-container .jobsitem-top h6 span i{
    margin-right: 6px;
    font-size: 12px;
}

.jobsitem-container:hover .jobsitem-top{
    background: var(--PrimaryColor);
}

.jobsitem-container:hover .jobsitem-top h5{
    color: var(--whitecolor);
}

.jobsitem-container:hover .jobsitem-top h6 span{
    background: var(--whitecolor);
    color: var(--PrimaryColor);
}

.jobs-scroll{
    margin-left: -12px;
    margin-right: -12px;
}

.jobs-scroll .col-lg-3{
    padding-left: 12px;
    padding-right: 12px;
}

.homeabout-section{
    width: 100%;
    background: var(--PrimaryColor);
    position: relative;
    padding-bottom: 120px;
}

.moreopenings-wrapper{
    width: 100%;
    background: var(--whitecolor);
    min-height: 150px;
    border-radius: 10px;
    margin-top: -75px;
    position: relative;
    -webkit-box-shadow: 0px 0px 15px -2px rgba(0,0,0,0.1); 
    box-shadow: 0px 0px 15px -2px rgba(0,0,0,0.1);
    padding: 0px 45px 0px 190px;
    display: block;
}

.moreopenings-wrapper::before{
    width: 110px;
    height: 110px;
    position: absolute;
    left: 45px;
    top: 20px;
    content: '';
    background: url(../img/viewmore-jobs-icon.png) no-repeat;
}

.moreopenings-wrapper p{
    padding: 0;
    margin: 50px 0px 0px 0px;
}

.moreopenings-wrapper .col-lg-3 a{
    float: right;
    margin-top: 52px;
}

.welcome-div-con .heading-styles h2{
    color: var(--whitecolor);
}

.welcome-div-con .heading-styles h6{
    color: var(--textcolorBlue);
}

.welcome-div-con p{
    color: var(--textcolorBlue);
    text-align: justify;
}

.welcome-div-con p b{
    color: var(--whitecolor);
}

.welcome-div-con .viewmore-btnstyle{
    margin-top: 45px;
    display: block;
    border-color: var(--whitecolor);
    color: var(--whitecolor);
}

.welcome-div-con .viewmore-btnstyle font{
    background: var(--whitecolor);
    color: var(--PrimaryColor);
}

.welcome-div-con .viewmore-btnstyle::before,
.welcome-div-con .viewmore-btnstyle::after{
    background: var(--whitecolor);
}

.welcome-div-con .viewmore-btnstyle:hover{
    color: var(--PrimaryColor);
    background: var(--whitecolor);
}

.welcome-div-con .viewmore-btnstyle:hover font{
    background: var(--PrimaryColor);
    color: var(--whitecolor);
}

.homeabout-section .about-image-three{
    width: 100%;
    border-radius: 10px;
    display: block;
    overflow: hidden;
}

.homeabout-section .about-image-three img{
    width: 100%;
    height: 175px;
    object-fit: cover;
}

.homeabout-section .about-image-four{
    width: 100%;
    border-radius: 10px;
    display: block;
    margin-top: 20px;
    overflow: hidden;
}

.homeabout-section .about-image-four img{
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.homeabout-section .about-image-one{
    width: 100%;
    border-radius: 10px;
    display: block;
    margin-top: 0px;
    overflow: hidden;
}

.homeabout-section .about-image-one video,
.homeabout-section .about-image-one img {
    width: 100%;
    height: 356px;
    object-fit: cover;
     border-radius: 10px;
}

.homeabout-section .about-image-two{
    width: 100%;
    border: 2px solid rgba(255, 255, 255, .25);
    height: 120px;
    border-radius: 10px;
    margin-top: 20px;
    text-align: center;
    display: table
}

.homeabout-section .about-image-two div{
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.homeabout-section .about-image-two div span{
    width: auto;
    display: inline-block;
    text-align: left;
    position: relative;
    padding-left: 100px;
}

.homeabout-section .about-image-two div span h3{
    width: 100%;
    font-family: var(--headingfont);
    color: var(--whitecolor);
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    font-size: 42px;
}

.homeabout-section .about-image-two div span h5{
    width: 100%;
    font-family: var(--headingfont);
    color: var(--whitecolor);
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    font-size: 16px;
    line-height: normal;
}

.homeabout-section .about-image-two div span::before{
    width: 80px;
    height: 80px;
    background: url(../img/years-experience-icon.jpg) no-repeat;
    border-radius: 50%;
    position: absolute;
    left: 0px;
    top: 0px;
    content: '';
}

.welcome-image-con{
    padding-left: 90px;
}

.moreopenings-wrapper{
    margin-bottom: 120px;
}

.choosenby-scroll{
    width: 100%;
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, .25);
    margin-top: 75px;
    padding-top: 75px;
}

.choosenby-scroll .logo-itemdiv{
    width: 100%;
    height: 100px;
    background: var(--whitecolor);
    border-radius: 5px;
    text-align: center;
    display: table;
}

.choosenby-scroll .logo-itemdiv span{
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.choosenby-scroll .logo-itemdiv span img{
    display: inline-block;
    max-width: 90%;
    max-height: 80px;
    object-fit: contain;
}

.logos-scroll{
    margin-left: -5px;
    margin-right: -5px;
    margin-top: 15px;
}

.logos-scroll .col-lg-3{
    padding-left: 5px;
    padding-right: 5px;
}

.choosenby-scroll .col-lg-8 h5{
    width: 100%;
    padding: 0;
    margin: 0;
    color: var(--whitecolor);
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
}

.choosenby-scroll .col-lg-4{
    text-align: right;
}

.choosenby-scroll .col-lg-4 a{
    color: var(--textcolorBlue);
    font-size: 14px;
    font-weight: 600;
}

.choosenby-scroll .col-lg-4 a i{
    margin-left: 5px;
}

.choosenby-scroll .col-lg-4 a:hover{
    color: var(--whitecolor);
}

.trust-pilot-wrap{
    width: 100%;
    text-align: center;
    padding: 0px 0px;
    height: 65px;
    display: table;
    -webkit-box-shadow: 0px 0px 15px -2px rgba(0,0,0,0.1); 
    box-shadow: 0px 0px 15px -2px rgba(0,0,0,0.1);
    border-radius: 35px;
    margin-top: 60px;
}

.trust-pilot-wrap div{
    width: 100%;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.trust-pilot-wrap div h6{
    font-weight: normal;
    color: var(--textcolor);
    padding: 0;
    margin: 0;
}

.trust-pilot-wrap div h6 b{
    color: var(--headingColor);
}

.trust-pilot-wrap div h6 img{
     width: auto;
    height: 18px;
    margin: 0px 10px;
    display: inline-block;
    position: relative;
    top: -2px;
}

.testimonials-wrap{
    width: 100%;
    margin-top: 120px;
}

.testimonials-wrap .container{
    position: relative;
}

.testimonials-wrap .container::before{
    width: 178px;
    height: 138px;
    position: absolute;
    top: -45px;
    right: 12px;
    background: url(../img/testimonial-icon.jpg) no-repeat;
    content: '';
}

.testimonials-wrap .testimonials-item .testimoniasl-content-con{
    width: 100%;
    display: table;
    background: var(--LightBg);
    height: 200px;
    padding: 0px 45px;
    border-radius: 10px;
    position: relative;
}

.testimonials-wrap .testimonials-item .testimoniasl-content-con::before{
    width: 43px;
    height: 33px;
    position: absolute;
    left: 50px;
    bottom: -33px;
    background: url(../img/testimonial-bottom-arrow.png) no-repeat;
    content: '';
}

.testimonials-wrap .testimonials-item .testimoniasl-content-con div{
    display: table-cell;
    vertical-align: middle;
}

.testimonials-wrap .testimonials-item .testimoniasl-content-con div p{
    padding: 0;
    margin: 0;
    font-style: italic;
}

.testimonials-wrap .testimonials-item .testimonials-footer{
    width: 100%;
    position: relative;
    margin-top: 20px;
    min-height: 80px;
    padding-left: 220px;
    padding-top: 16px;
}

.testimonials-wrap .testimonials-item .testimonials-footer span{
    width: 80px;
    height: 80px;
    background: var(--LightBg);
    border-radius: 50%;
    position: absolute;
    left: 120px;
    top: 0px;
    display: block;
    overflow: hidden;
}

.testimonials-wrap .testimonials-item .testimonials-footer span img{
    width: 100%;
    height: 80px;
    object-fit: cover;
}

.testimonials-wrap .testimonials-item .testimonials-footer h6{
    width: auto;
    padding: 0;
    margin: 0;
    font-weight: normal;
    color: var(--textcolor);
    font-size: 14px;
}

.testimonials-wrap .testimonials-item .testimonials-footer h4{
    width: auto;
    padding: 0;
    margin: 0px 0px 5px 0px;
    font-weight: 600;
    color: var(--headingColor);
    font-size: 20px;
    display: block;
}

.testimonials-wrap .col-lg-4{
    position: relative;
}

.testimonials-wrap .col-lg-4 img{
    position: absolute;
    right: 45px;
    bottom: 0px;
    width: 489px;
    height: 502px;
    z-index: 100;
}

.testimonials-wrap .col-lg-4::before{
    width: 800px;
    height: 80px;
    background: var(--OrangeColor);
    position: absolute;
    right: 0px;
    bottom: 0px;
    content: '';
    z-index: 10;
}

.testimonials-wrap .col-lg-4::after{
    width: 135px;
    height: 90px;
    background: url(../img/testimonial-curve.svg) no-repeat;
    position: absolute;
    right: 0px;
    bottom: 0px;
    content: '';
    z-index: 15;
}

.testimonials-wrap .slick-dots{
    text-align: right;
    bottom: 45px !important; 
}

.nav-item.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0; /* keeps alignment */
}

/* Keep link active when hovering */
.nav-item.dropdown:hover > .nav-link {
  color: #000; /* adjust as per theme */
}

.menu-wrapper-div{
    transition-duration: 0.3s;
    width: 100%;
    position: fixed;
    left: -110%;
    top: 0px;
    z-index: 1040;
}

.viewmenu .menu-wrapper-div{
    left: 0px;
}

.menu-wrapper-div .menuwrap-middle-wrap{
    width: 100%;
    height: 100vh;
    display: table;
}

.menu-wrapper-div .menuwrap-middle-wrap .menuwrap-middlelalign{
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.menu-wrapper-div .col-lg-6:first-child{
    background: rgba(0, 0, 0, 0.9);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.menu-wrapper-div .col-lg-6:last-child{
    background: rgba(0, 0, 0, 0.7);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.menu-wrapper-div .col-lg-6:first-child ul{
    width: 100%;
    padding: 0;
    margin: 0;
}

.menu-wrapper-div .col-lg-6:first-child ul li{
    list-style: none;
    padding: 0;
    margin: 15px 0px;
    text-align: center;
    width: 100%;
    display: block;
}

.menu-wrapper-div .col-lg-6:first-child ul li a{
    color: var(--whitecolor);
    font-family: var(--headingfont);
    text-transform: uppercase;
    width: 100%;
    display: block;
    font-size: 34px;
}

.menu-wrapper-div .col-lg-6:first-child ul li a:hover{
    color: var(--OrangeColor);
}

.menu-rightwrapper .col-xl-3 a{
    width: 100%;
    border: 2px solid rgba(255, 255, 255, .4);
    display: block;
    transition-duration: 0.3s;
    border-radius: 10px;
    padding: 25px 0px;
}

.menu-rightwrapper .col-xl-3 a:hover{
    border-color: var(--OrangeColor);
    background: var(--OrangeColor);
}

.menu-rightwrapper .col-xl-3 a:hover i{
    color: var(--whitecolor);
}

.menu-rightwrapper .col-xl-3 a h6{
    width: 100%;
    padding: 0;
    margin: 15px 0px 0px 0px;
    color: var(--whitecolor);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
}

.menu-rightwrapper .col-xl-3 a i{
    color: var(--OrangeColor);
    font-size: 34px;
}

.menu-rightwrapper h3{
    font-family: var(--headingfont);
    padding: 0;
    margin: 0px 0px 15px 0px;
    text-transform: uppercase;
    font-size: 38px;
    color: var(--whitecolor);
}

.menu-rightwrapper p{
    color: var(--whitecolor);
    padding: 0;
    margin: 0px 0px 45px 0px;
    opacity: 0.6;
}

.menu-wrapper-div .closebtn{
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1020;
    border: none;
    background: var(--whitecolor);
    width: 42px;
    height: 42px;
    padding: 0px;
    margin: 0px;
    border-radius: 50%;
    transition-duration: 0.3s
}

.menu-wrapper-div .closebtn:hover{
    background: var(--OrangeColor);
    color: var(--whitecolor);
}


.footer-mobile-menu{
    width: 100%;
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 1040;
    background: var(--PrimaryColor);

    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);

    
}

.footer-mobile-menu .container,
.footer-mobile-menu .container .row,
.footer-mobile-menu .container .col-3{
    padding: 0px;
    margin: 0;
}

.footer-mobile-menu .container .col-3{
    width: 20%;
    border-right: 1px solid rgba(255,255,255,0.2);
}

.footer-mobile-menu .container .col-3:last-child{
    border-right: none;
}

.footer-mobile-menu .container .col-3 button,
.footer-mobile-menu .container .col-3 a{
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    color: var(--whitecolor);
    font-size: 12px;
    height: 40px;
    transition-duration: 0.3s;
    background: none;
    text-align: center;
    line-height: 40px;
    display: block;
}

.footer-mobile-menu .container .col-3 button i,
.footer-mobile-menu .container .col-3 a i{
    font-size: 11px;
    margin-right: 4px;
}


.mobilemenu-wrapper{
    width: 100%;
    position: fixed;
    left: 0px;
    bottom: -100vh;
    height: 100vh;
    background: rgba(0,0,0,0.3);
    z-index: 1030;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    display: table;
    padding-bottom: 40px;
    transition-duration: 0.3s;
}

.mobilemenu-middlealign{
    width: 100%;
    display: table-cell;
    vertical-align: bottom;
}

.mobilemenu-middlealign .mobilemenu-con{
    width: 100%;
    background: var(--LightBg);
    padding: 20px 0px;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}

.mobilemenu-middlealign .mobilemenu-con .col-md-6{
    margin-top: 4px;
    margin-bottom: 4px;
}

.mobilemenu-middlealign .mobilemenu-con .col-md-6 a{
    padding: 15px 15px 15px 15px;
    border-radius: 5px;
    position: relative;
    background: var(--whitecolor);
    border: 1px solid var(--textcolorBlue);
    color: var(--whitecolor);
}

.mobilemenu-middlealign .mobilemenu-con .col-md-6 a h6{
    width: 100%;
    padding: 0;
    margin: 0px 0px 2px 0px;
    font-size: 15px;
    font-weight: 500;
}

.mobilemenu-middlealign .mobilemenu-con .col-md-6 a h6 font {
    display: inline-block;
    background: #3ea325;
    color: var(--whitecolor);
    font-size: 10px;
    font-weight: 600;
    padding: 3px 8px;
    border-radius: 10px;
    position: relative;
    top: -1px;
}

.mobilemenu-middlealign .mobilemenu-con .col-md-6  a p{
    padding: 0px 0px;
    margin: 0px 0px 0px 0px;
    font-size: 13px;
    color: var(--textcolor);
    line-height: normal;
}

.mobilemenu-wrapper{
    display: none;
    visibility: hidden;
}

.whatsapp-iconbtn {
	width: 50px;
	height: 50px;
	background: #11bb19;
	color: #fff !important;
	position: fixed;
	right: 40px;
	bottom: 40px;
	z-index: 1010;
	border-radius: 50%;
	text-align: center;
	font-size: 24px;
	line-height: 50px;
	-webkit-animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-moz-animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-ms-animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	box-shadow: 0 0 0 0 rgba(103, 184, 81, 0.5);
}



@-webkit-keyframes puls {
	to {
		box-shadow: 0 0 0 20px rgba(25, 153, 204, 0);
	}
}

@-moz-keyframes puls {
	to {
		box-shadow: 0 0 0 20px rgba(25, 153, 204, 0);
	}
}

@-ms-keyframes puls {
	to {
		box-shadow: 0 0 0 20px rgba(25, 153, 204, 0);
	}
}

@keyframes puls {
	to {
		box-shadow: 0 0 0 20px rgba(25, 153, 204, 0);
	}
}

.innerpage-header-wrap{
    width: 100%;
    position: relative;
    overflow: hidden;
    background: var(--LightBg);
}

.innerpage-header-wrap .innerpage-banner-heading{
    width: 100%;
    height: 420px;
    padding-top: 130px;
    display: table;
    position: relative;
    z-index: 100;
}

.innerpage-header-wrap .innerpage-banner-heading .innerpage-middlealign{
    width: 100%;
    text-align: left;
    display: table-cell;
    vertical-align: middle;
}

.innerpage-header-wrap .col-lg-6{
    position: relative;
}

.innerpage-header-wrap:before {
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    content: '';
    background:  var(--PrimaryColor);
}

.innerpage-header-wrap::after {
    width: 50%;
    height: 70%;
    position: absolute;
    right: 0px;
    top: 0px;
    content: '';
    background: linear-gradient(180deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.45;
}

.innerpage-header-wrap .innerpage-banner-heading .innerpage-middlealign h1{
    font-family: var(--headingfont);
    text-transform: uppercase;
    font-size: 54px;
    padding: 0;
    margin: 0px 0px 15px 0px;
    line-height: 56px;
}

.innerpage-header-wrap .innerpage-banner-heading .innerpage-middlealign .breadcrumb li{
    color: var(--textcolor);
    font-size: 14px;
}

.innerpage-header-wrap .innerpage-banner-heading .innerpage-middlealign .breadcrumb li a{
    font-size: 14px;
    color: var(--OrangeColor);
    font-weight: 600;
} 

.innerpage-header-wrap .innerpage-banner-heading .innerpage-middlealign .breadcrumb li a:hover{
    color: var(--PrimaryColor);
}

.innerpage-header-wrap .innerpage-banner-heading .innerpage-middlealign .breadcrumb li a i{
    font-size: 12px;
    position: relative;
    top: -1px;
    margin-right: 4px;
}

.innerpage-header-wrap .banner-image{
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    object-fit: cover;
    opacity: 0.4;
}

.breadcrumb{
    margin: 0;
}

.innerpage-contanier{
    width: 100%;
    display: block;
    margin: 100px 0px;
}

.ourvalues-contanier{
    background: var(--PrimaryColor);
    padding: 90px 0px;
}

.ourvalues-contanier .ourvalues-item{
    width: 100%;
    display: block;
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 10px;
    text-align: center;
    padding: 45px 30px;
}

.ourvalues-contanier .ourvalues-item p{
    color: var(--textcolorFooter);
    padding: 0;
    margin: 0;
}

.ourvalues-contanier .ourvalues-item h4{
    width: 100%;
    padding: 0;
    margin: 20px 0px 8px 0px;
    line-height: normal;
    color: var(--whitecolor);
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    display: block;
}

.ourvalues-contanier .col-xl-4:nth-child(1) .ourvalues-item span{
    background: var(--greencolor);
}

.ourvalues-contanier .col-xl-4:nth-child(2) .ourvalues-item span{
    background: var(--orangecolor);
}

.ourvalues-contanier .col-xl-4:nth-child(3) .ourvalues-item span{
    background: var(--yellowcolor);
}

.ourvalues-contanier .ourvalues-item span{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: inline-block;
}

.ourvalues-contanier .ourvalues-item span img{
    width: 120px;
    height: 120px;
    object-fit: cover;
}

.ourvalues-contanier .col-xl-12 p{
    text-align: center;
    color: var(--textcolorFooter);
    padding: 0px;
    margin: 0px 0px 45px 0px;
}

.ourvalues-contanier .col-xl-12 h2{
    font-family: var(--headingfont);
    text-transform: uppercase;
    font-size: 48px;
    padding: 0;
    margin: 0px 0px 20px 0px;
    line-height: 46px;
    color: var(--whitecolor);
    width: 100%;
    text-align: center;
}

.history-vision-wrapper{
    width: 100%;
    background: var(--LightBg);
    padding: 90px 0px;
}

.history-vision-wrapper .col-xl-6 .mission-history-item{
    width: 100%;
    background: var(--whitecolor);
    padding: 60px 45px;
    border-radius: 15px;
    min-height: 430px;
}

.history-vision-wrapper .col-xl-6 .mission-history-item h2{
    font-family: var(--headingfont);
    text-transform: uppercase;
    font-size: 34px;
    padding: 0;
    margin: 0px 0px 20px 0px;
    line-height: 34px;
    color: var(--headingColor);
    width: 100%;
    text-align: left;
}

.history-vision-wrapper .col-xl-6 .mission-history-item p{
    text-align: justify;
}

.history-vision-wrapper .col-xl-6 .mission-history-item p:last-child{
    margin-bottom: 0px;
}

.history-vision-wrapper .col-xl-6 .mission-history-item ul{
    width: 100%;
    padding: 0px 0px;
    margin: 0px 0px 0px 0px;
}

.history-vision-wrapper .col-xl-6 .mission-history-item ul li{
    list-style: none;
    padding: 0px 0px 0px 30px;
    margin: 0px 0px 10px 0px;
    color: var(--textcolor);
    position: relative;
}

.history-vision-wrapper .col-xl-6 .mission-history-item ul li:last-child{
    margin-bottom: 0px;
}

.history-vision-wrapper .col-xl-6 .mission-history-item ul li i{
    position: absolute;
    left: 0px;
    top: 4px;
    color: var(--OrangeColor);
}


.history-vision-wrapper .col-xl-6 .mission-history-item ul li::before {
    content: "\f058"; /* Font Awesome check icon */
    font-family: "Font Awesome 6 Free";
    font-weight: 900; /* Required for solid icons */
    position: absolute;
    top: 2px;
    left: 0;
        color: var(--OrangeColor);

}

.history-vision-wrapper .col-xl-6:last-child .mission-history-item{
    background: none;
    border: 1px solid var(--textcolorBlue);
}

.whoweare-contanier{
    width: 100%;
    margin-top: 100px;
    margin-bottom: 90px;
}

.whoweare-contanier p {
    text-align: justify;
}

.whoweare-contanier p:last-child{
    margin-bottom: 0px;
}

.whoweare-contanier h2{
    font-family: var(--headingfont);
    text-transform: uppercase;
    font-size: 34px;
    padding: 0;
    margin: 0px 0px 15px 0px;
    line-height: 34px;
    color: var(--headingColor);
    width: 100%;
    text-align: left;
}

.whoweare-contanier h3{
    font-family: var(--headingfont);
    text-transform: uppercase;
    font-size: 34px;
    padding: 0;
    margin: 45px 0px 15px 0px;
    line-height: 34px;
    color: var(--headingColor);
    width: 100%;
    text-align: left;
}

.whoweare-contanier .col-xl-5 img{
    width: 100%;
    height: 350px;
    margin-top: 8px;
    object-fit: cover;
    border-radius: 15px;
}

.whoweare-contanier .whoweare-wrap{
    width: 100%;
    height: 100%;
    display: table;
}

.whoweare-contanier .whoweare-wrap span{
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.whatwedo-wrapper{
    width: 100%;
    position: relative;
    margin-bottom: 100px;
    margin-top: 90px;
}

.whatwedo-wrapper .col-xl-6:first-child .whatwedo-item{
    background: none;
    border: 1px solid var(--textcolorBlue);
}

.whatwedo-wrapper .col-xl-6:first-child .whatwedo-item ul li i{
    color: var(--greencolor);
}

.whatwedo-wrapper .whatwedo-item{
    width: 100%;
    background: var(--LightBg);
    padding: 60px 45px;
    border-radius: 15px;
    min-height: 390px;
}

.whatwedo-wrapper .whatwedo-item h3{
    font-family: var(--headingfont);
    text-transform: uppercase;
    font-size: 34px;
    padding: 0;
    margin: 0px 0px 20px 0px;
    line-height: 34px;
    color: var(--headingColor);
    width: 100%;
    text-align: left;
}

.whatwedo-wrapper .whatwedo-item ul{
    width: 100%;
    padding: 0px 0px;
    margin: 0px 0px 0px 0px;
}

.whatwedo-wrapper .whatwedo-item ul li{
    list-style: none;
    padding: 0px 0px 0px 30px;
    margin: 0px 0px 10px 0px;
    color: var(--textcolor);
    position: relative;
}


.whatwedo-wrapper .whatwedo-item ul li::before {
    content: "\f058"; /* Font Awesome check icon */
    font-family: "Font Awesome 6 Free";
    font-weight: 900; /* Required for solid icons */
    position: absolute;
    top: 2px;
    left: 0;
    color: var(--OrangeColor);

}
.whatwedo-wrapper .whatwedo-item ul li:last-child{
    margin-bottom: 0px;
}

.whatwedo-wrapper .whatwedo-item ul li i{
    position: absolute;
    left: 0px;
    top: 4px;
    color: var(--OrangeColor);
}

.global-presence{
    width: 100%;
    background: none;
    padding: 45px 45px 45px 245px;
    border: 2px solid var(--orangecolor);
    margin-top: 40px;
    border-radius: 15px;
    position: relative;
}



.global-presence img.global-presence-icon {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    object-fit: cover;
    background: var(--OrangeColor);
    position: absolute;
    left: 45px;
    top: 45px;
}
.global-presence p:last-child{
    margin-bottom: 0px;
}

.global-presence h3{
    font-family: var(--headingfont);
    text-transform: uppercase;
    font-size: 34px;
    padding: 0;
    margin: 0px 0px 20px 0px;
    line-height: 34px;
    color: var(--headingColor);
    width: 100%;
    text-align: left;
}

.global-presence ul{
    width: 100%;
    padding: 0;
    margin: 0px 0px 15px 0px;
}

.global-presence ul li{
    list-style: none;
    padding: 0px 0px 0px 30px;
    margin: 0px 45px 0px 0px;
    width: auto;
    display: inline-block;
    position: relative;
    color: var(--textcolor);
}


.global-presence ul li::before {
    content: "\f058"; /* Font Awesome check icon */
    font-family: "Font Awesome 6 Free";
    font-weight: 900; /* Required for solid icons */
    position: absolute;
    top: 2px;
    left: 0;
    color: var(--OrangeColor);

}

.global-presence ul li i{
    position: absolute;
    left: 0px;
    top: 4px;
    color: var(--OrangeColor);
}

.ourteamitems-wrapper{
    width: 100%;
    background: var(--LightBg);
    padding: 60px 45px;
    border-radius: 15px;
}

.ourteamitems-wrapper h3{
    font-family: var(--headingfont);
    text-transform: uppercase;
    font-size: 34px;
    padding: 0;
    margin: 0px 0px 0px 0px;
    line-height: 34px;
    color: var(--headingColor);
    width: 100%;
    text-align: left;
}

.ourteamitems-wrapper h6{
    width: 100%;
    padding: 0;
    margin: 8px 0px 20px 0px;
    color: var(--OrangeColor);
    font-size: 15px;
    font-weight: 600;
}

.ourteamitems-wrapper ul{
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    display: inline-table;
}

.ourteamitems-wrapper ul li{
    list-style: none;
    margin: 8px 0px 0px 0px;
    padding: 0px 0px 0px 30px;
    width: 50%;
    display: inline-block;
    position: relative;
    color: var(--textcolor);
}

.ourteamitems-wrapper ul li i{
    position: absolute;
    left: 0px;
    top: 4px;
    color: var(--OrangeColor);
}

.ourteamitems-wrapper h4{
    width: 100%;
    padding: 0;
    margin: 30px 0px 8px 0px;
    color: var(--headingColor);
    font-size: 20px;
    font-weight: 600;
}

.ourteamitems-wrapper p{
    text-align: justify;
}
.ourteamitems-wrapper.green-profile .col-lg-3 img {
    background: var(--greencolor) !important;
    border-radius: 15px;
    width: 100%;
    height: 325px; /* or 320px as needed */
    object-fit: cover;
}

/* ORANGE PROFILE IMAGE */
.ourteamitems-wrapper.orange-profile .col-lg-3 img {
    background: #fff !important;
    border-radius: 15px;
    width: 100%;
    height: 325px; /* match green height or adjust as needed */
    object-fit: cover;
}

.leadership-wrapper .ourteamitems-wrapper:first-child .col-lg-3 img{
    width: 100%;
    background: var(--greencolor);
    height: 325px;
    border-radius: 15px;
    object-fit: cover;
}

.leadership-wrapper .ourteamitems-wrapper:first-child{
    border: 1px solid var(--textcolorBlue);
    background: none;
}

.leadership-wrapper .ourteamitems-wrapper:first-child ul li i,
.leadership-wrapper .ourteamitems-wrapper:first-child h6{
    color: var(--greencolor);
}

.leadership-wrapper .ourteamitems-wrapper:last-child .col-lg-3 img{
    width: 100%;
    background: var(--greencolor);
    height: 375px;
    border-radius: 15px;
    object-fit: cover;
}

.history-wrapper-div{
    width: 100%;
    background: none;
    padding: 45px 45px 45px 290px;
    border: 2px solid var(--orangecolor);
    margin-top: 60px;
    border-radius: 15px;
    position: relative;
}

.history-wrapper-div h3{
    margin-top: 0px;
}

.history-wrapper-div .history-icon {
    width: 190px;
    height: 190px;
    position: absolute;
    left: 45px;
    top: 50%;
    margin-top: -95px;
    border-radius: 50%;
    object-fit: cover;
    background: var(--OrangeColor);
}


.history-wrapper img.history-wrapper-icon {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    object-fit: cover;
    background: var(--OrangeColor);
    position: absolute;
    left: 45px;
    top: 45px;
}

.contactleft-side{
    width: 100%;
    background: var(--bluecolor);
    border-radius: 10px;
    padding: 55px 35px;
}

.contactleft-side p{
    padding: 0;
    margin: 0px 0px 25px 0px;
    color: var(--textcolorBlue);
}

.contactleft-side p b{
    color: var(--whitecolor);
}

.contactleft-side h6{
    padding: 0px 0px 0px 30px;
    margin: 0px 0px 12px 0px;
    color: var(--LightBg);
    font-size: 16px;
    font-weight: normal;
    position: relative;
    font-weight: 600;
}

.contactleft-side h6 i{
    position: absolute;
    left: 0px;
    top: 2px;
    color: var(--orangecolor);
}

.contactleft-side h6 a{
    color: var(--textcolorBlue);
    font-weight: normal;
}

.contactleft-side h6:last-child{
    margin-bottom: 0px;
}

.contactleft-side hr{
    width: 100%;
    padding: 0;
    margin: 0px 0px 25px 0px;
    opacity: 0px;
    border: none;
    border-bottom: 1px solid var(--LightBg);
    opacity: 0.2;
}

.contactleft-side  h3{
    width: 100%;
    padding: 0;
    margin: 0px 0px 20px 0px;
    color: var(--whitecolor);
    font-size: 30px;
    font-family: var(--headingfont);
    text-transform: uppercase;
}

.contactform .contactform-heading h3{
    font-family: var(--headingfont);
    text-transform: uppercase;
    font-size: 42px;
    padding: 0;
    margin: 0px 0px 15px 0px;
    line-height: 46px;
}

.contactform .contactform-heading{
    width: 100%;
    margin-bottom: 25px;
}

.contactform .col-lg-6,
.contactform .col-lg-4,
.contactform .col-lg-12{
    margin-top: 14px;
}

.contactform .col-lg-6 input{
    width: 100%;
    height: 48px;
    transition-duration: 0.3s;
}

.contactform .col-lg-12 textarea{
    width: 100%;
    height: 125px;
    transition-duration: 0.3s;
}

.contactform .col-lg-6 input:focus,
.contactform .col-lg-12 textarea:focus{
    box-shadow: none;
    border-color: var(--OrangeColor);
    box-shadow: 0px 0px 11px -2px rgba(255,112,5,0.25);
    -webkit-box-shadow: 0px 0px 11px -2px rgba(255,112,5,0.25);
    -moz-box-shadow: 0px 0px 11px -2px rgba(255,112,5,0.25);
}

.contactform .col-lg-4 .viewmore-btnstyle{
    background: none;
    transition-duration: 0.3s;
}

.contactform .col-lg-4 .viewmore-btnstyle:hover{
    background: var(--PrimaryColor);
}

.faq-wrappersection{
    width: 100%;
    text-align: center;
    padding: 90px 0px;
    background: url(../img/service-fixed-bg.jpg) no-repeat center center fixed var(--headingColor);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-top: 80px;
}

.faq-wrappersection h2{
    margin-bottom: 25px;
    color: var(--whitecolor);
}

.faq-wrappersection h6{
    color: var(--OrangeColor);
}

.faq-wrappersection p{
    color: var(--whitecolor);
    margin-bottom: 45px;
    opacity: 0.8;
}

.faq-wrappersection .viewmore-btnstyle{
    display: inline-block;
}

.googlemap-wrapper {
	position: relative;
	padding-bottom: 420px;
	height: 0;
	overflow: hidden;
	margin: 80px 0px 100px 0px;
}

.googlemap-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.contact-topsection{
    margin-top: 100px;
}

.faq-content .accordion-button{
    box-shadow: none !important;
    outline: none !important;
    font-weight: 500;
    color: var(--headingColor);
}

.faq-content .accordion-button{
    background: var(--whitecolor);
    color: var(--headingColor);
}

.faq-content .accordion-button:not(.collapsed){
    background: var(--LightBg);
    color: var(--PrimaryColor);
}

.faq-content .accordion-body{
    padding: 25px 20px;
}

.faq-content .accordion-body p:last-child{
    margin-bottom: 0px;
}

.regitsermodal-popup{
    max-width: 1100px;
}

.regitsermodal-popup .modal-content{ 
    border: none;
    border-radius: 15px;
    position: relative;
}

.regitsermodal-popup .modal-body{
    border: none !important;
    border-radius: 15px !important;
    padding: 15px 15px;
    position: relative;
}

.regitsermodal-popup .modal-body .col-lg-7 img{
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 10px;
}

.regitsermodal-popup .register-wrapper{
    width: 100%;
    height: 100%;
    display: table;
    padding: 0px 30px;
}

.regitsermodal-popup .register-wrapper .register-middlealign{
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.regitsermodal-popup .register-wrapper .register-middlealign .termstext{
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 22px;
}

.regitsermodal-popup .register-wrapper .register-middlealign .termstext a{
    font-weight: 500;
    color: var(--headingColor);
}

.regitsermodal-popup .register-wrapper .register-middlealign .termstext a:hover{
    color: var(--OrangeColor);
}

.regitsermodal-popup .register-wrapper .register-middlealign .regheading-style h2{
    font-family: var(--headingfont);
    text-transform: uppercase;
    font-size: 32px;
    line-height: 34px;
    text-align: left;
    padding: 0;
    margin: 0px 0px 14px 0px;
}

.regitsermodal-popup .register-wrapper .register-middlealign .regheading-style p{
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 24px;
}

.regitsermodal-popup .register-wrapper .register-middlealign button{
    width: 100%;
    height: 50px;
    border: 1px solid var(--textcolorBlue);
    outline: none;
    background: #fff;
    border-radius: 30px;
    cursor: pointer;
    padding-left: 42px;
    margin: 5px 0;
    font-weight: 600;
    color: var(--textcolor);
    font-size: 15px;
    transition-duration: 0.3s;
    padding: 0px 0px 0px 40px;
    position: relative;
}

.regitsermodal-popup .register-wrapper .register-middlealign button:hover{
    box-shadow: none;
    border-color: var(--OrangeColor);
    box-shadow: 0px 0px 11px -2px rgba(255,112,5,0.25);
    -webkit-box-shadow: 0px 0px 11px -2px rgba(255,112,5,0.25);
    -moz-box-shadow: 0px 0px 11px -2px rgba(255,112,5,0.25);
}

.regitsermodal-popup .register-wrapper .register-middlealign button img{
    width: 38px;
    height: 38px;
    border-radius: 50%;
    position: absolute;
    left: 5px;
    top: 50%;
    margin-top: -19px;
}

.regitsermodal-popup .btn-close{
    position: absolute;
    top: 5px;
    right: 5px;
    opacity: 1;
    width: 34px;
    height: 34px;
    background: var(--whitecolor);
    text-align: center;
    line-height: 34px;
    font-size: 15px;
    box-shadow: none !important;
    outline: none !important;
}

.regitsermodal-popup .btn-close:hover{
    color: var(--OrangeColor);
}



.testimonials-page .testimonials-item{
    width: 100%;
    display: block;
    text-decoration: none;
    border: none;
    background: var(--LightBg);
    transition-duration: 0.3s;
    border-radius: 10px;
    margin: 12px 0px;
}

.testimonials-page .testimonials-item .testimonials-footer{
    width: 100%;
    position: relative;
    border-top: 1px solid var(--textcolorBlue);
    padding: 10px;
    min-height: 80px;
    padding-left: 90px;
    transition-duration: 0.3s;
}

.testimonials-page .testimonials-item .testimonials-footer span{
    width: 60px;
    height: 60px;
    background: url(../img/testipropic-icon.png) no-repeat var(--textcolorBlue);
    background-size: 100%;
    border-radius: 50%;
    position: absolute;
    left: 15px;
    top: 10px;
    overflow: hidden;
}

.testimonials-page .testimonials-item .testimonials-footer span img{
    width: 100%;
    height: 60px;
    object-fit: cover;
}

.testimonials-page .testimonials-item .testimonials-footer h6{
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    color: var(--textcolor);
}

.testimonials-page .testimonials-item .testimonials-footer h4{
    width: 100%;
    padding: 0;
    margin: 10px 0px 4px 0px;
    font-size: 16px;
    font-weight: 600;
    color: var(--headingColor);
}

.testimonials-page .testimonials-item .testimonials-content{
    width: 100%;
    padding: 30px 20px 30px 20px;
    min-height: auto;
}

.testimonials-page .testimonials-item .testimonials-content p{
    font-size: 16px;
    line-height: 28px;
    padding: 0;
    margin: 0;
    font-style: italic;
    color: var(--textcolor);
}

.testimonials-page .testimonials-item .testimonials-content ul{
    width: 100%;
    padding: 0;
    margin: 0px 0px 12px 0px;
    display: block;
}

.testimonials-page .testimonials-item .testimonials-content ul li{
    list-style: none;
    padding: 0;
    margin: 0px 5px 0px 0px;
    display: inline-block;
    color: var(--yellowcolor);
    font-size: 15px;
}

.testimonials-page .testimonials-item .testimonials-content ul li .fa-solid{
    color: var(--yellowcolor);
}

.testimonials-page .testimonials-item .testimonials-content ul li .fa-regular{
    color: var(--yellowcolor);
}

.blog-item-wrapper{
    width: 100%;
    background: var(--LightBg);
    display: block;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    transition-duration: 0.3s;
    margin: 12px 0px;
}

.blog-item-wrapper .blog-item-image{
    width: 100%;
    display: block;
    overflow: hidden;
    min-height: 245px;
}

.blog-item-wrapper .blog-item-image img{
    width: 100%;
    height: 245px;
    object-fit: cover;
    transition-duration: 0.3s
}

.blog-item-wrapper:hover .blog-item-image img{
    border-bottom-right-radius: 20px;
}

.blog-item-wrapper:after{
    width: 118px;
    height: 118px;
    background: url(../img/jobslink-arrow.png) no-repeat;
    position: absolute;
    right: -120px;
    bottom: -120px;
    content: '';
    transition-duration: 0.3s;
}

.blog-item-wrapper:hover:after{
    right: 0px;
    bottom: 0px;
}

.blog-item-wrapper .blog-item-heading{
    padding: 20px 20px 0px 20px;
    min-height: 190px;
}


.blog-item-wrapper .blog-item-heading h6{
    width: 100%;
    padding: 0;
    margin: 0px 0px 10px 0px;
    color: var(--headingColor);
    font-size: 13px;
    line-height: normal;
}

.blog-item-wrapper .blog-item-heading h6 span{
    background: var(--PrimaryColor);
    color: var(--whitecolor);
    padding: 5px 16px;
    display: inline-block;
    border-radius: 15px;
    transition-duration: 0.3s;
}

.blog-item-wrapper .blog-item-heading h4{
    width: 100%;
    padding: 0;
    margin: 16px 0px 10px 0px;
    font-size: 18px;
    font-weight: 600;
    display: block;
    transition-duration: 0.3s;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
            line-clamp: 2; 
    -webkit-box-orient: vertical;
}

.blog-item-wrapper:hover{
    background: var(--bluecolor);
    
}

.blog-item-wrapper:hover h4{
    color: var(--whitecolor);
}

.blog-item-wrapper:hover h6 span{
    background: var(--whitecolor);
    color: var(--PrimaryColor);
}

.blog-item-wrapper:hover p{
    color: var(--textcolorBlue)
}

.blog-item-wrapper p{
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
            line-clamp: 2; 
    -webkit-box-orient: vertical;
}

.ourecruitment-wrapper{
    width: 100%;
    background: var(--LightBg);
    padding: 80px 0px;
    margin: 0px 0px 0px 0px;
}

.ourecruitment-wrapper .col-lg-6 p{
    text-align: justify;
    padding: 0;
    margin: 0;
}

.ourecruitment-wrapper .col-lg-6 h5{
    width: 100%;
    padding: 0;
    margin: 25px 0px 5px 0px;
    font-size: 18px;
    font-weight: 600;
}

.ourecruitment-wrapper .col-lg-6 h5 font{
    color: var(--whitecolor);
    background: var(--OrangeColor);
    width: 28px;
    height: 28px;
    display: inline-block;
    text-align: center;
    line-height: 28px;
    border-radius: 30px;
    font-size: 13px;
    margin-right: 4px;
}

.ourvisaservice-include-wrapper .col-lg-6 h5 font{
    color: var(--whitecolor);
    background: var(--OrangeColor);
    width: 28px;
    height: 28px;
    display: inline-block;
    text-align: center;
    line-height: 28px;
    border-radius: 30px;
    font-size: 13px;
    margin-right: 4px;
}

.ourecruitment-wrapper h3{
    font-family: var(--headingfont);
    text-transform: uppercase;
    font-size: 34px;
    padding: 0;
    margin: 0px 0px 20px 0px;
    line-height: 34px;
    color: var(--headingColor);
    width: 100%;
    text-align: center;
}

.ourecruitment-wrapper .col-lg-8 p{
    text-align: center;
}

.whychoose-wrapper{
    width: 100%;
    margin-top: 80px;
    margin-bottom: 100px;
}

.whychoose-wrapper .col-lg-7 h3{
    font-family: var(--headingfont);
    text-transform: uppercase;
    font-size: 34px;
    padding: 0;
    margin: 0px 0px 15px 0px;
    line-height: 34px;
    color: var(--headingColor);
    width: 100%;
    text-align: left;
}

.whychoose-wrapper .col-lg-7 ul{
    width: 100%;
    padding: 0;
    margin: 25px 0px 25px 0px;
    display: block;
}

.whychoose-wrapper .col-lg-7 ul li{
    width: 100%;
    margin: 10px 0px;
    padding: 0px 0px 0px 28px;
    position: relative;
    list-style: none;
    color: var(--textcolor);
}

.whychoose-wrapper .col-lg-7 ul li i{
    position: absolute;
    left: 0px;
    top: 5px;
    color: var(--OrangeColor);
}


.whychoose-wrapper .col-lg-7 ul li::before {
    content: "\f058"; /* Font Awesome check icon */
    font-family: "Font Awesome 6 Free";
    font-weight: 900; /* Required for solid icons */
    position: absolute;
    top: 2px;
    left: 0;
     color: var(--OrangeColor);
}

.whychoose-wrapper .col-lg-7 .viewmore-btnstyle{
    margin-top: 40px;
}

.whychoose-wrapper .col-lg-5 img{
    width: 100%;
    height: 460px;
    border-radius: 15px;
    object-fit: cover;
}

.whyrecruitment{
    width: 100%;
    display: table;
    height: 100%;
}

.whyrecruitment .whyrecruitment-middle{
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.recruitment-topwrapper{
    width: 100%;
    margin-top: 100px;
    margin-bottom: 90px;
}

.recruitment-topwrapper .col-lg-7 p{
    text-align: justify;
}

.recruitment-topwrapper .col-lg-7 .viewmore-btnstyle{
    margin-top: 40px;
}

.recruitment-topwrapper .col-lg-5 img{
    width: 100%;
    height: 420px;
    border-radius: 15px;
    object-fit: cover;
}

.ourvisaservice-include-wrapper{
    width: 100%;
    background: var(--LightBg);
    padding: 80px 0px;
    margin: 0px 0px 0px 0px;
}

.ourvisaservice-include-wrapper .col-lg-4{
    margin-top: 12px;
    margin-bottom: 12px;
}

.ourvisaservice-include-wrapper .visa-service-item{
    width: 100%;
    text-align: center;
    border: 1px solid var(--textcolorBlue);
    border-radius: 10px;
    padding: 40px 20px;
    min-height: 255px;
}



.ourvisaservice-include-wrapper .visa-service-item p{
    padding: 0;
    margin: 0;
}

.ourvisaservice-include-wrapper .visa-service-item h5{
    width: 100%;
    padding: 0px 0px;
    margin: 0px 0px 8px 0px;
    color: var(--headingColor);
    font-weight: 600;
    font-size: 18px;
}

.ourvisaservice-include-wrapper .visa-service-item span{
    width: 100%;
    display: block;
    margin-bottom: 20px;
}

.ourvisaservice-include-wrapper .visa-service-item span img{
    width: auto;
    height: 70px;
    display: inline-block;
}

.ourvisaservice-include-wrapper .col-lg-4 h3{
    font-family: var(--headingfont);
    text-transform: uppercase;
    font-size: 34px;
    padding: 0;
    margin: 0px 0px 14px 0px;
    line-height: 38px;
    color: var(--headingColor);
    width: 100%;
    text-align: left;
}

.ourvisaservice-include-wrapper .visaservice-wrap{
    width: 100%;
    min-height: 100%;
    display: table
}

.ourvisaservice-include-wrapper .visaservice-wrap span{
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.ourvisaservice-include-wrapper .visaservice-wrap span p{
    padding: 0;
    margin: 0;
}

.howwehelp-student h3{
    font-family: var(--headingfont);
    text-transform: uppercase;
    font-size: 34px;
    padding: 0;
    margin: 0px 0px 14px 0px;
    line-height: 38px;
    color: var(--headingColor);
    width: 100%;
    text-align: center;
}

.howwehelp-student p{
    text-align: center;
}

.howwehelp-student{
    margin-bottom: 20px;
}

.services-topsection-wrap{
    width: 100%;
    height: 100%;
    display: table;
}

.services-topsection-wrap .services-topsection-middlealign{
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.ourservices-itemcon{
    width: 100%;
    background: var(--LightBg);
    display: block;
    border-radius: 10px;
    position: relative; 
    margin: 12px 0px;
    transition-duration: 0.3s;
}


.ourservices-itemcon .jobsitem-bottom{
    width: 100%;
    background: var(--headingColor);
    height: 220px;
    position: relative;
    overflow: hidden;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.ourservices-itemcon .jobsitem-bottom img{
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.ourservices-itemcon .jobsitem-top{
    width: 100%;
    padding: 30px 20px 30px 20px;
    text-align: center;
}

.ourservices-itemcon .jobsitem-top h4{
    width: 100%;
    padding: 0;
    margin: 0px 0px 3px 0px;
    text-align: center;
    color: var(--headingColor);
    font-size: 18px;
    font-weight: 600;
    transition-duration: 0.3s;
}

.ourservices-itemcon .jobsitem-top p{
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 15px;
    transition-duration: 0.3s;
}

.ourservices-itemcon:hover{
    background: var(--PrimaryColor);
}

.ourservices-itemcon:hover h4{
    color: var(--whitecolor);
}

.ourservices-itemcon:hover p{
    color: var(--textcolorBlue);
}

.ourservices-itemcon .jobsitem-bottom{
    position: relative;
    background: var(--whitecolor);
}

.ourservices-itemcon .jobsitem-bottom:after{
    width: 118px;
    height: 118px;
    background: url(../img/jobslink-arrow.png) no-repeat;
    position: absolute;
    right: -120px;
    bottom: -120px;
    content: '';
    transition-duration: 0.3s;
}

.ourservices-itemcon:hover .jobsitem-bottom:after{
    right: 0px;
    bottom: 0px;
}

.termsandconditions-page h4{
    width: 100%;
    padding: 0;
    margin: 30px 0px 8px 0px;
    color: var(--headingColor);
    font-size: 20px;
    font-weight: 600;
}

.termsandconditions-page h3{
    width: 100%;
    padding: 0;
    margin: 30px 0px 8px 0px;
    color: var(--PrimaryColor);
    font-size: 24px;
    font-weight: 600;
}

.termsandconditions-page ul{
    width: 100%;
    padding: 0px 0px 0px 18px;
    margin: 0px 0px 15px 0px;
}

.termsandconditions-page ul li{
    width: 100%;
    padding: 0;
    margin: 6px 0px;
    color: var(--textcolor);
}

.termsandconditions-page p a{
    color: var(--textcolor);
    text-decoration: none;
    font-weight: 600;
}

.blogsingle-wrapper .blog-image{
    width: 100%;
    display: block;
    position: relative;
    margin-bottom: 30px;
}

.blogsingle-wrapper .blog-image img{
    width: 100%;
    height: auto;
    border-radius: 10px;
    object-fit: cover;
}

.recentblog-wrapper{
    width: 100%;
    background: var(--LightBg);
    border-radius: 10px;
    padding: 45px 30px;
}

.recentblog-wrapper h4{
    font-family: var(--headingfont);
    text-transform: uppercase;
    font-size: 32px;
    padding: 0;
    margin: 0px 0px 25px 0px;
    line-height: 32px;
    width: 100%;
    text-align: left;
}

.recentblog-wrapper ul{
    width: 100%;
    padding: 0;
    margin: 0px;
    position: relative;
    display: block;
}

.recentblog-wrapper ul li{
    width: 100%;
    display: block;
    position: relative;
    padding: 0px 0px 10px 22px;
    margin: 0px 0px 10px 0px;
    list-style: none;
    border-bottom: 1px dashed var(--textcolorBlue);
}

.recentblog-wrapper ul li:last-child{
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.recentblog-wrapper ul li::before{
    width: 10px;
    height: 10px;
    border: 2px solid var(--OrangeColor);
    position: absolute;
    left: 0px;
    top: 6px;
    content: '';
    border-radius: 50%
}

.recentblog-wrapper ul li a{
    color: var(--textcolor);
    font-size: 15px;
    font-weight: 500;
    display: block;
    transition-duration: 0.3s;
}

.recentblog-wrapper ul li a:hover{
    color: var(--PrimaryColor);
}

.blogsingle-wrapper .col-lg-8 p{
    text-align: justify;
}


.blogsingle-wrapper .col-lg-8 h1,
.blogsingle-wrapper .col-lg-8 h2,
.blogsingle-wrapper .col-lg-8 h3,
.blogsingle-wrapper .col-lg-8 h4,
.blogsingle-wrapper .col-lg-8 h5,
.blogsingle-wrapper .col-lg-8 h6{
    width: 100%;
    padding: 0;
    margin: 25px 0px 8px 0px;
    color: var(--headingColor);
    font-weight: 600;
}

.blogsingle-wrapper .col-lg-8 h4{
    font-size: 20px;
}

.blogsingle-wrapper .col-lg-8 h3{
    color: var(--PrimaryColor);
    font-size: 24px;
}

.blogsingle-wrapper .blog-heading-wrap h2{
    font-family: var(--headingfont);
    text-transform: uppercase;
    font-size: 32px;
    padding: 0;
    margin: 10px 0px 30px 0px;
    line-height: 32px;
    width: 100%;
    text-align: left;
}

.blogsingle-wrapper .blog-heading-wrap h6{
    width: 100%;
    padding: 0;
    margin: 0px 0px 0px 0px;
    font-size: 14px;
    color: var(--textcolor);
}

.blogsingle-wrapper .blog-heading-wrap h6 span:first-child{
    margin-right: 30px;
}

.blogsingle-wrapper .blog-heading-wrap h6 i{
    color: var(--OrangeColor);
    padding: 0;
    margin: 0px 8px 0px 0px;
}

.sidebar-sticky{
    width: 100%;
    position: sticky;
    top: 80px;
}

.comingsoon{
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 40px 0px;
    color: var(--textcolor);
    display: inline-block;
}

.contactus .nav-link.contactnav,
.blog .nav-link.blognav,
.faq .nav-link.faqnav,
.services .nav-link.servicesnav,
.jobs .nav-link.jobsnav,
.about .nav-link.aboutnav{
    background: var(--LightBg);
    color: var(--PrimaryColor);
}

.regitsermodal-popup .register-wrapper .register-middlealign button.submit-btn{
    padding: 0px 0px;
    background: var(--bluecolor) ;
    color: var(--whitecolor);
    border-color: var(--bluecolor);
}

.regitsermodal-popup .register-wrapper .register-middlealign button.submit-btn:hover{
    background: var(--OrangeColor);
    border-color: var(--OrangeColor);
}

.regitsermodal-popup .register-wrapper .register-middlealign .enterphonenumber{
    width: 100%;
    position: relative;
    display: block;
    margin: 5px 0px;
}

.regitsermodal-popup .register-wrapper .register-middlealign .enterphonenumber input{
    width: 100%;
    height: 50px;
    border: 1px solid var(--textcolorBlue);
    outline: none;
    background: #fff;
    border-radius: 30px;
    cursor: pointer;
    padding-left: 42px;
    margin: 5px 0;
    font-weight: 600;
    color: var(--textcolor);
    font-size: 15px;
    transition-duration: 0.3s;
    padding: 0px 0px 0px 40px;
    position: relative;
    text-align: center;
}

.regitsermodal-popup .register-wrapper .register-middlealign .enterphonenumber input:focus{
    box-shadow: none;
    border-color: var(--OrangeColor);
    box-shadow: 0px 0px 11px -2px rgba(255,112,5,0.25);
    -webkit-box-shadow: 0px 0px 11px -2px rgba(255,112,5,0.25);
    -moz-box-shadow: 0px 0px 11px -2px rgba(255,112,5,0.25);
}

.regitsermodal-popup .register-wrapper .register-middlealign .enterphonenumber img{
    width: 38px;
    height: 38px;
    border-radius: 50%;
    position: absolute;
    left: 5px;
    top: 50%;
    margin-top: -19px;
    z-index: 100;
}

.filter-sidebar-wrapper{
    width: 100%;
    position: sticky;
    top: 90px;
    background: var(--LightBg);
    border-radius: 10px;
    display: block;
    padding: 35px 30px;
    transition-duration: 0.3s;
}

.filter-sidebar-wrapper h5{
    width: 100%;
    padding: 0;
    margin: 0px 0px 4px 0px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.filter-sidebar-wrapper .search-div input{
    width: 100%;
    height: 46px;
    border: 1px solid var(--textcolorBlue);
    font-size: 15px;
    border-radius: 4px;
    padding: 0px 10px;
    background: none;
    transition-duration: 0.3s;
    color: var(--textcolor);
}

.filter-sidebar-wrapper .checkbox-liststyle select{
    width: 100%;
    height: 46px;
    border: 1px solid var(--textcolorBlue);
    font-size: 15px;
    border-radius: 4px;
    padding: 0px 10px;
    background: none;
    transition-duration: 0.3s;
    color: var(--textcolor);
}

.filter-sidebar-wrapper .search-div input:focus,
.filter-sidebar-wrapper .checkbox-liststyle select:focus{
    border-color: var(--bluecolor);
    outline: none;
    box-shadow: rgba(18, 53, 124, 0.2) 0px 0px 12px;
}

.filter-sidebar-wrapper .checkbox-liststyle ul{
    width: 100%;
    padding: 0;
    margin: 0;
    max-height: 144px;
    overflow: scroll;
}

.filter-sidebar-wrapper .checkbox-liststyle ul::-webkit-scrollbar {
    width: 3px;
    height: 0px;
}

.filter-sidebar-wrapper .checkbox-liststyle ul li{
    width: 100%;
    padding: 0px 0px 0px 24px;
    margin: 0px 0px 6px 0px;
    list-style: none;
    color: var(--textcolor);
    position: relative;
}

.filter-sidebar-wrapper .checkbox-liststyle ul li:last-child{
    margin-bottom: 0px;
}

.filter-sidebar-wrapper .checkbox-liststyle ul li input{
    position: absolute;
    left: 0px;
    top: 6px;
}

.filter-sidebar-wrapper h4{
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.filter-sidebar-wrapper h4 button{
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    font-size: 13px;
    background: none;
    font-weight: 500;
    float: right;
    transition-duration: 0.3s;
    color: var(--textcolor);
}

.filter-sidebar-wrapper h4 button:hover{
    color: var(--bluecolor);
}

.jobs-listing-item{
    width: 100%;
    border: 1px solid var(--textcolorBlue);
    padding: 20px 20px;
    border-radius: 10px;
    margin-bottom: 12px;
}

.jobs-listing-item p{
    padding: 0;
    margin: 0px 0px 15px 0px;
    font-size: 15px;
    line-height: 24px;

    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; 
            line-clamp: 2; 
    -webkit-box-orient: vertical;
}

.jobs-listing-item ul{
    width: auto;
    padding: 0;
    margin: 0;
    display: flex;
}

.jobs-listing-item ul li{
    list-style: none;
    padding: 0;
    margin: 0px 25px 20px 0px;
    color: var(--textcolor);
    font-size: 15px;
    display: inline-block;
    width: auto;
}

.jobs-listing-item ul li:last-child{
    margin-right: 0px;
}

.jobs-listing-item ul li i{
    color: var(--OrangeColor);
    margin-right: 4px;
}

.jobs-listing-item .col-xl-12 h4{
    width: 100%;
    padding: 0;
    margin: 4px 0px 6px 0px;
    color: var(--headingColor);
    font-size: 18px;
}


, .jobs-listing-item .col-xl-12 h4{
    width: 100%;
    padding: 0;
    margin: 4px 0px 6px 0px;
    color: var(--headingColor);
    font-size: 18px;
}

.jobs-listing-item .col-xl-10{
    position: relative;
}

.jobs-listing-item .col-xl-10 h6, .jobs-listing-item .col-xl-12 h6{
    width: auto;
    position: relative;
    top: 0px;
    right: 0px;
    color: var(--textcolor);
    font-size: 12px;
    font-weight: normal;
    padding: 0;
    margin: 0px 0px 10px 0px;
}

.jobs-listing-item .col-xl-10 h6 i{
    margin-right: 4px;
}

.jobs-listing-item .col-xl-2 .joblist-imagecon{
    width: 100%;
    background: var(--LightBg);
    height: 135px;
    display: block;
    border-radius: 10px;
    overflow: hidden;
}

.jobs-listing-item .col-xl-2 .joblist-imagecon img{
    width: 100%;
    height: 135px;
    object-fit: cover;
}

.jobs-listing-item .jobs-button-wrap{
    width: 100%;
    display: block;
}

.jobs-listing-item .jobs-button-wrap .viewmore-btnstyle:first-child{
    margin-right: 15px;
}

.jobs-listing-item .jobs-button-wrap .viewmore-btnstyle{
    display: inline-block;
    font-size: 13px;
    height: 40px;
    width: 140px;
    background: var(--PrimaryColor);
    line-height: 35px;
    color: var(--whitecolor);
    padding-right: 30px;
    border-color: var(--PrimaryColor);
}

.jobs-listing-item .jobs-button-wrap .viewmore-btnstyle font{
    width: 30px;
    height: 30px;
    background: var(--whitecolor);
    color: var(--PrimaryColor);
    line-height: 30px;
    top: 3px;
    right: 3px;
}

.jobs-listing-item .jobs-button-wrap .viewmore-btnstyle.applynow:hover{
    border-color: var(--OrangeColor);
}

.jobs-listing-item .jobs-button-wrap .viewmore-btnstyle.applynow:hover font{
    color: var(--OrangeColor);
}

.jobs-listing-item .jobs-button-wrap .viewmore-btnstyle.applynow:hover::before,
.jobs-listing-item .jobs-button-wrap .viewmore-btnstyle.applynow:hover::after{
    background: var(--OrangeColor);
}

.jobs-listing-item .jobs-button-wrap .viewmore-btnstyle.viewdetails{
    background: var(--LightBg);
    color: var(--PrimaryColor);
    border-color: var(--LightBg);
}

.jobs-listing-item .jobs-button-wrap .viewmore-btnstyle.viewdetails font{
    background: var(--PrimaryColor);
    color: var(--whitecolor);
}

.jobs-listing-item .jobs-button-wrap .viewmore-btnstyle.viewdetails:hover font{
    background: var(--whitecolor);
    color: var(--PrimaryColor);
}

.jobs-listing-item .jobs-button-wrap .viewmore-btnstyle.viewdetails:hover{
    border-color: var(--PrimaryColor);
    color: var(--whitecolor);
}

.jobsavailable-rightnow .col-lg-3 select{
    width: 100%;
    height: 36px;
    background: var(--LightBg);
    font-size: 14px;
    border: none;
    color: var(--textcolor);
    padding: 0px 15px;
    border-radius: 4px;
}

.jobsavailable-rightnow .col-lg-3 select:focus{
    border: none;
    outline: none;
}

.jobsavailable-rightnow .col-lg-9 p{
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 36px;
    width: auto;
    display: inline-block;
}

.jobsavailable-rightnow{
    margin-bottom: 15px;
}

.jobsavailable-rightnow .filter-button{
    width: 36px;
    height: 36px;
    background: var(--LightBg);
    font-size: 13px;
    border: none;
    color: var(--headingColor);
    padding: 0px 0px;
    border-radius: 4px;
    text-align: center;
    float: right;
    outline: none;
    display: none;
    visibility: hidden;
}

.showfilter .filter-sidebar-wrapper{
    
    left: 0px;
}

.filter-sidebar-wrapper .filterclose-btn{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 40px;
    height: 40px;
    border: none;
    text-align: center;
    color: var(--whitecolor);
    background: var(--PrimaryColor);
    padding: 0;
    display: none;
    visibility: hidden;
}

.detailpage-right .applynow-btn{
    width: 100%;
    background: var(--PrimaryColor);
    padding: 16px 0px;
    text-align: center;
    color: var(--whitecolor);
    font-weight: 600;
    font-size: 15px;
    display: block;
    text-transform: uppercase;
    border-radius: 5px;
    transition-duration: 0.3s;
}

.detailpage-right .applynow-btn:hover{
    background: var(--OrangeColor);
}

.joboverview-wrapper{
    width: 100%;
    background: var(--LightBg);
    border-radius: 10px;
    display: block;
    padding: 35px 30px;
    transition-duration: 0.3s;
    margin-bottom: 25px;
}

.joboverview-wrapper span{
    width: 100%;
    display: block;
    position: relative;
    border-bottom: 1px dashed var(--textcolorBlue);
    min-height: 45px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    padding-left: 60px;
}

.joboverview-wrapper span:last-child{
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.joboverview-wrapper span h6{
    width: 100%;
    padding: 0;
    margin: 4px 0px 0px 0px;
    font-weight: 600;
    font-size: 15px;
    color: var(--headingColor);
}

.joboverview-wrapper span p{
    width: 100%;
    padding: 0;
    margin: 0;
    font-weight: normal;
    font-size: 14px;
    color: var(--textcolor);
}

.joboverview-wrapper span font{
    width: 45px;
    height: 45px;
    background: var(--whitecolor);
    border-radius: 4px;
    position: absolute;
    left: 0px;
    top: 0px;
    text-align: center;
    line-height: 45px;
    color: var(--PrimaryColor);
}

.joboverview-wrapper h4{
    width: 100%;
    padding: 0;
    margin: 0px 0px 16px 0px;
    position: relative;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.jobdetailpage-description p{
    text-align: justify;
}

.jobdetailpage-description ul{
    width: 100%;
    padding: 0px 0px 0px 20px;
    margin: 0;
}

.jobdetailpage-description ul li{
    width: 100%;
    padding: 0;
    margin: 0px 0px 12px 0px;
    color: var(--textcolor);
    font-size: 16px;
}

.jobdetailpage-description ul li:last-child{
    margin-bottom: 0px;
}

.jobdetailpage-description h4{
    width: 100%;
    padding: 0;
    margin: 40px 0px 14px 0px;
    font-weight: 600;
    font-size: 20px;
    color: var(--headingColor);
}

.jobdetailpage-description .jobtitle{
    padding: 0;
    margin: 0px 0px 12px 0px;
    font-size: 26px;
    font-weight: 600;
}

.jobdescription-sidebar{
    width: 100%;
    position: sticky;
    top: 90px;
}

.applynowpage-wrap .applynow-headings h3{
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0px 0px 5px 0px;
    font-size: 28px;
    color: var(--headingColor);
    font-weight: 600;
}

.applynowpage-wrap .applynow-headings p{
    text-align: center;
    padding: 0;
    margin: 0;
}

.applynowpage-wrap .applynowform-item{
    width: 100%;
    display: block;
    margin-top: 12px;
}

.applynowpage-wrap .applynowform-item input,
.applynowpage-wrap .applynowform-item select{
    width: 100%;
    height: 46px;
    border: 1px solid var(--textcolorBlue);
    font-size: 15px;
    border-radius: 4px;
    padding: 0px 10px;
    background: none;
    transition-duration: 0.3s;
    color: var(--textcolor);
}

.applynowpage-wrap .applynowform-item textarea{
    width: 100%;
    height: 100px;
    border: 1px solid var(--textcolorBlue);
    font-size: 15px;
    border-radius: 4px;
    padding: 5px 10px 0px 10px;
    background: none;
    transition-duration: 0.3s;
    color: var(--textcolor);
}

.applynowpage-wrap .applynowform-item input:focus,
.applynowpage-wrap .applynowform-item select:focus,
.applynowpage-wrap .applynowform-item textarea:focus{
    border-color: var(--bluecolor);
    outline: none;
    box-shadow: rgba(18, 53, 124, 0.2) 0px 0px 12px;
}

.applynowpage-wrap .applynowform-item.uploadresume input{
    padding-top: 7px;
    padding-left: 7px;
}

.applynowpage-wrap .applynowform-item label{
    width: 100%;
    padding: 0;
    margin: 0px 0px 3px 0px;
    font-size: 14px;
    font-weight: 600;
}

.applynowpage-wrap .submit-application{
    width: 100%;
    border: none;
    line-height: 46px;
    border-radius: 4px;
    border: none;
    background: var(--bluecolor);
    color: var(--whitecolor);
    font-weight: 500;
    font-size: 15px;
    outline: none;
    transition-duration: 0.3s;
    text-transform: uppercase;
    margin-top: 20px;
}

.applynowpage-wrap .submit-application:hover{
    background: var(--OrangeColor);
    color: var(--whitecolor);
}

.applynowpage-wrap h4{
    width: 100%;
    padding: 0;
    margin: 30px 0px 0px 0px;
    font-size: 18px;
    color: var(--PrimaryColor);
    font-weight: 600;
}

.applynowpage-wrap .agree-terms p{
    padding: 0px 0px 0px 20px;
    margin: 5px 0px 5px 0px;
    position: relative;
}

.applynowpage-wrap .agree-terms p input{
    position: absolute;
    left: 0px;
    top: 7px;
}

.applynowpage-wrap .agree-terms p a{
    color: var(--headingColor);
    font-weight: 500;
}

.applynowpage-wrap .agree-terms p a:hover{
    color: var(--bluecolor);
}

.quicklink-buttons-wrap .heading-styles h2{
    text-align: center;
}





@media screen and (max-width: 1024px) {
    .ourservices-wrapper .col-xl-5 h2 br,
    .ourstory-wrapper h4 br,
    .menu-rightwrapper p br,
    .menu-rightwrapper h3 br,
    .ourvisaservice-include-wrapper .visaservice-wrap span p br{
        display: none;
        visibility: hidden;
    }

   .header-wrapper .navbar .nav-link{
    padding: 5px 16px;
   }

   .choosenby-scroll .logo-itemdiv{
    height: 90px;
   }

   .ourservices-wrapper .home-serviceitem h5{
    font-size: 15px;
   }

   .ourservices-wrapper .col-xl-7 .row,
   .logos-scroll{
    margin-left: -4px;
    margin-right: -4px;
   }

   .ourservices-wrapper .col-xl-7 .row .col-xl-4,
   .logos-scroll .col-lg-3{
    padding-left: 4px;
    padding-right: 4px;
   }

   .ourservices-wrapper .col-xl-5{
    text-align: center;
    margin-bottom: 45px;
   }

   .ourservices-wrapper .col-xl-5 .viewmore-btnstyle{
    display: inline-block;
   }

   .testimonials-wrap .container::before{
    top: -75px;
   }

   .ourstory-wrapper .download-btn{
    position: relative;
    top: 0px;
    right: 0px;
   }

   .ourstory-wrapper h4{
    margin: 8px 0px 15px 0px;
   }

   .footer-wrapper-div .socialmedia-icons li{
    margin-right: 3px;
   }

   .footer-wrapper-div .col-lg-3 .footer-logo img{
    height: 55px;
   }

   .regitsermodal-popup{
        max-width: 960px;
    }
}

@media screen and (max-width: 980px) {
   .header-wrapper .navbar,
   .banner-caption-wrapper .bannerright::before,
   .banner-caption-wrap p br,
   .banner-caption-wrap h1 br,
   .testimonials-wrap .col-lg-4,
   .testimonials-wrap .container::before,
   .footer-links-section .col-lg-3:nth-child(1),
   .footer-links-section .col-lg-2,
   .menu-rightwrapper p,
   .innerpage-header-wrap::after,
   .innerpage-header-wrap .banner-image,
   .innerpage-header-wrap:before{
    display: none;
    visibility: hidden;
   }

   .banner-caption-wrapper .col-lg-6.bannerleft{
    text-align: center;
   }

   .banner-caption-wrapper .bannerright{
    text-align: center;
   }

   .bannerleft .banner-caption-wrap{
        height: 500px;
   }

   .bannerright .banner-caption-wrap{
        height: 500px;
        padding-top: 0px;
        padding-bottom: 90px;
   }

   .banner-caption-wrapper .slide-one::before{
    width: 100%;
    height: 500px;
   }

   .banner-caption-wrapper .slide-one::after,
   .banner-caption-wrapper .slide-one::before{
    display: none;
    visibility: hidden;
   }

   .banner-caption-wrapper .bannerright{
    background: url(../img/banner-right-bg-large.svg) no-repeat top var(--PrimaryColor);
    background-size:  auto 500px;
    animation: bgSlide 30s linear infinite;
   }

   .banner-video-wrapper {
        width: 100%;       /* full width on small screens */
        height: 500px;     /* fixed height */
    }

    .banner-video {
        width: 100%;
        height: 100%;
        object-fit: cover; /* keep aspect ratio while filling */
    }

   .banner-caption-wrap h1{
    font-size: 48px;
    line-height: 50px;
   }

   .banner-caption-wrapper .bannerleft .banner-caption-wrap,
   .banner-caption-wrapper .bannerright .banner-caption-wrap{
    padding-left: 100px;
    padding-right: 100px;
   }

   .quicklink-buttons-wrap .quicklink-item div h5{
    font-size: 16px;
    line-height: 22px;
   }

   .quicklink-buttons-wrap .quicklink-item span{
    margin-bottom: 10px;
   }

   .quicklink-buttons-wrap .quicklink-item{
    height: 210px;
   }

   .quicklink-buttons-wrap .row,
   .jobs-scroll,
   .milestones-scroll{
    margin-left: -8px;
    margin-right: -8px;
   }

   .jobs-scroll .col-lg-3,
   .milestones-scroll .col-lg-3{
    padding-left: 8px;
    padding-right: 8px;
   }

   .quicklink-buttons-wrap .row .col-lg-3{
    padding-left: 8px;
    padding-right: 8px;
    margin-top: 8px;
    margin-bottom: 8px;
   }

   .moreopenings-wrapper .col-lg-3 a{
    float: none;
    clear: both;
    margin-top: 25px;
    margin-bottom: 25px;
   }

   .moreopenings-wrapper p{
    margin-top: 25px;
   }

   .welcome-image-con{
    padding-left: 12px;
    margin-top: 45px;
   }

   .heading-styles h2,
   .heading-styles h6{
    text-align: center;
   }

   .ourservices-wrapper .col-xl-7 .col-xl-4{
    margin-top: 4px;
    margin-bottom: 4px;
   }

   .footer-topsection .row .col-xl-2{
    border-top: 1px solid #4c6366;
   }

   .ourstory-wrapper{
    padding-left: 0px;
    text-align: center;
    padding-top: 35px;
    padding-bottom: 35px;
   }

   .ourstory-wrapper h4{
    margin: 140px 0px 25px 0px;
   }

   .ourstory-wrapper::before{
    top: 35px;
    left: 50%;
    margin-left: -57px;
   }

   .enquiry-wrapper-div{
    margin-top: 80px;
   }

   .welcome-div-con{
    text-align: center;
   }

   .welcome-div-con .viewmore-btnstyle{
    display: inline-block;
   }

   .home .header-wrapper-fixed .header-topsection .col-lg-6:last-child a{
    color: var(--textcolor);
   }
   
   .menu-wrapper-div .col-lg-6:first-child .menuwrap-middle-wrap{
    height: 60vh;
   }

   .menu-wrapper-div .col-lg-6:last-child .menuwrap-middle-wrap{
    height: 40vh;
   }

   .menu-rightwrapper h3{
    font-size: 28px;
    margin-bottom: 30px;
   }

   .innerpage-header-wrap .innerpage-banner-heading .innerpage-middlealign h1{
    text-align: center;
    font-size: 48px;
   }

   .breadcrumb{
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
    display: block;
   }

   .innerpage-header-wrap .innerpage-banner-heading .innerpage-middlealign .breadcrumb li{
    width: auto;
    display: inline-block;
   }

   .innerpage-contanier{
        margin: 80px 0px;
    }

    .whoweare-contanier .col-xl-5 img{
        height: auto;
        margin-top: 45px;
    }

    .history-vision-wrapper .col-xl-6 .mission-history-item,
    .whatwedo-wrapper .whatwedo-item{
        height: auto;
        min-height: auto;
    }

    .history-vision-wrapper .col-xl-6:last-child .mission-history-item,
    .whatwedo-wrapper .col-xl-6:last-child .whatwedo-item{
        margin-top: 45px;
    }

    .ourvalues-contanier .col-xl-4{
        margin-bottom: 24px;
    }

    .ourvalues-contanier .col-xl-4:last-child{
        margin-bottom: 0px;
    }

    .global-presence{
        padding: 240px 25px 45px 25px;
        text-align: center;
    }

    .global-presence h3{
        text-align: center;
    }

    .global-presence::before{
        left: 50%;
        margin-left: -80px;
    }

    .leadership-wrapper .ourteamitems-wrapper:first-child .col-lg-3 img,
    .leadership-wrapper .ourteamitems-wrapper:last-child .col-lg-3 img{
        height: 340px;
        width: 300px;
        margin-bottom: 25px;
        object-fit: cover;
        position: relative;
        left: 50%;
        margin-left: -150px;
    }

    .ourteamitems-wrapper h3,
    .ourteamitems-wrapper h6{
        text-align: center;
    }

    .history-wrapper-div{
        padding: 230px 45px 45px 45px;
    }

    .history-wrapper-div h3{
        text-align: center;
    }

    .history-wrapper-div::before{
        top: 45px;
        margin-top: 0px;
        width: 160px;
        height: 160px;
        left: 50%;
        margin-left: -80px;
        background-size: 100%;
    }

    .contact-topsection .col-lg-8{
        margin-top: 80px;
    }

    .contact-topsection .col-lg-8 .contactform-heading{
        text-align: center;
    }

    .regitsermodal-popup{
        max-width: 540px;
    }

    .regitsermodal-popup .modal-body .col-lg-7 img{
        height: auto;
        margin-top: 0px;
        height: 280px;
    }

    .regitsermodal-popup .register-wrapper{
        padding: 60px 45px;
        text-align: center;
    }

    .regitsermodal-popup .register-wrapper .register-middlealign .regheading-style h2{
        text-align: center;
    }

    .recruitment-topwrapper .col-lg-5 img{
        height: auto;
        margin-top: 45px;
    }

    .whychoose-wrapper .col-lg-5 img{
        height: auto;
        margin-bottom: 45px;
    }

    .sidebar-sticky{
        margin-top: 45px;
    }

    .filter-sidebar-wrapper{
        position: fixed;
        left: -100%;
        top: 0px;
        border-radius: 0px;
        z-index: 1050;
        height: 100vh;
    }

    .jobsavailable-rightnow .filter-button,
    .filter-sidebar-wrapper .filterclose-btn{
        display: inline-block;
        visibility: visible;
    }

    .filter-sidebar-wrapper h4 button{
        margin-right: 45px;
    }

    .jobdescription-sidebar{
        margin-top: 45px;
    }
    
   
}

@media screen and (max-width: 768px) {
    
}

@media screen and (max-width: 540px) {
    .header-topsection .col-lg-6:first-child,
    .mousescrollwrap,
     .quicklink-buttons-wrap .quicklink-item div h5 br,
     .heading-styles h2 br,
     .welcome-image-con .col-lg-6:last-child,
     .choosenby-scroll .col-md-5,
     .testimonials-wrap .testimonials-item .testimoniasl-content-con::before,
     .header-wrapper .col-lg-9,
     .contactform .contactform-heading h3 br{
        display: none;
        visibility: hidden;
    }

    .banner-caption-wrapper .bannerleft .banner-caption-wrap, 
    .banner-caption-wrapper .bannerright .banner-caption-wrap{
        padding-left: 0px;
        padding-right: 0px;
    }

    .banner-caption-wrap h1{
        font-size: 34px;
        line-height: 36px;
    }

    .banner-caption-wrap p{
        margin-bottom: 30px;
    }

    .bannerright .banner-caption-wrap{
        padding-bottom: 0px;
        height: 380px;
    }

    .quicklink-buttons-wrap{
        margin-top: 80px;
    }

    .quicklink-buttons-wrap .quicklink-item div h5{
        font-size: 15px;
        line-height: 20px;
    }

    .homejobs-wrapper{
        margin-top: 80px;
        padding: 80px 0px 80px 0px;
        overflow: hidden;
    }

    .heading-styles h2{
        font-size: 28px;
        line-height: 30px;
    }

    .homejobs-wrapper .nav-pills .nav-link{
        width: 145px;
    }

    .welcome-div-con .viewmore-btnstyle{
        margin-top: 30px;
    }

    .jobs-scroll{
        margin-left: -12px;
        margin-right: -12px;
    }

    .logos-scroll{
        margin-left: -5px;
        margin-right: -5px;
    }

    .jobs-scroll .col-lg-3{
        padding-left: 5px;
        padding-right: 5px;
    }

    .moreopenings-wrapper{
        margin-top: 20px;
    }

    .moreopenings-wrapper{
        padding: 140px 20px 40px 20px;
        text-align: center;
        margin-bottom: 80px;
    }

    .moreopenings-wrapper .col-lg-3 a{
        margin-bottom: 0px;
        display: inline-block;
    }

    .moreopenings-wrapper::before{
        left: 50%;
        margin-left: -55px;
        top: 40px;
    }

    .choosenby-scroll .col-lg-8 h5{
        font-size: 16px;
        text-align: center;
    }

    .homeabout-section{
        padding-bottom: 80px;
    }

    .choosenby-scroll{
        padding-top: 50px;
        margin-top: 50px;
    }

    .testimonials-wrap,
    .milestones-wrapper{
        margin-top: 80px;
    }

    .milestones-wrapper .milestones-item h3{
        font-size: 28px;
    }

    .milestones-wrapper .milestones-item{
        padding: 25px 10px;
    }

    .trust-pilot-wrap{
        display: none;
        visibility: hidden;
    }

    .testimonials-wrap .testimonials-item .testimonials-footer{
        padding-left: 100px;
    }

    .testimonials-wrap .testimonials-item .testimonials-footer span{
        left: 0px;
    }

    .testimonials-wrap .testimonials-item .testimonials-footer h4{
        font-size: 18px;
    }

    .ourservices-wrapper{
        margin-top: 80px;
        padding: 80px 0px;
    }

    .testimonialswrapper-scroll{
        margin-left: -12px;
        margin-right: -12px;
    }

    .testimonialswrapper-scroll .testimonials-item{
        padding-left: 4px;
        padding-right: 4px;
    }

    .testimonials-wrap .testimonials-item .testimoniasl-content-con{
        padding: 20px 25px;
    }

    .testimonials-wrap .testimonials-item .testimoniasl-content-con{
        height: auto;
        min-height: 250px;
    }

    .scrollingtext-wrap{
        margin-top: 80px;
    }

    .scrollingtext-wrap .text span{
        font-size: 60px;
        padding-right: 113px;
        line-height: 65px;
    }

    .scrollingtext-wrap .text span::after{
        width: 73px;
        height: 50px;
        background-size: auto 100%;
        right: 20px;
        top: 11px;
    }

    .enquiry-wrapper-div .enq-heading h3{
        font-size: 38px;
        line-height: 48px;
    }

    .enquiry-wrapper-div{
        padding: 50px 25px;
    }

    .whychoose-wrapper-div{
        margin-top: 80px;
        margin-bottom: 80px;
    }

    .ourstory-wrapper h4{
        font-size: 18px;
        padding: 0px 15px;
        line-height: 24px;
    }

    .footer-wrapper-div .footercredencials{
        padding: 15px 0px;
    }

    .footer-wrapper-div .footercredencials .col-lg-6{
        padding-top: 0px;
        padding-bottom: 0px;
        text-align: center;
    }

    .footer-wrapper-div .footercredencials p{
        text-align: center !important;
    }

    .footer-links-section .col-lg-4{
        margin-bottom: 40px;
    }

    .header-wrapper-fixed .header-wrapper .headerlogo img{
        height: 50px;
    }

    .header-wrapper-fixed .header-wrapper{
        height: auto;
        text-align: center;
    }

    .header-wrapper-fixed .header-wrapper .headerlogo{
        margin: 12px 0px;
    }

    .header-wrapper-fixed .header-wrapper{
        padding: 0px 0px;
        border-radius: 0px;
        -webkit-box-shadow: 0px 0px 15px -2px rgba(0,0,0,0); 
        box-shadow: 0px 0px 15px -2px rgba(0,0,0,0);
    }

    .header-wrapper-fixed .header-topsection{
        background: var(--PrimaryColor);
    }

    .header-wrapper-fixed{
        position: absolute;
    }

    .header-wrapper-fixed .header-wrapper{
        background: none;
    }

    .f-nav .header-wrapper-fixed .header-topsection {
        margin-top: 0px;
    }

    .f-nav .header-wrapper-fixed{
        background: none;
    }

    .header-wrapper-fixed .header-topsection .col-lg-6:last-child a{
        width: 50%;
        display: inline-block;
        color: var(--textcolorBlue);
        float: left;
        text-align: center;
        border-left: 1px solid rgba(255, 255, 255, .2);
    }

    .header-wrapper-fixed .header-topsection .col-lg-6:last-child a:last-child{
        border-right: 1px solid rgba(255, 255, 255, .2);
    }

    .home .header-wrapper-fixed .header-topsection .col-lg-6:last-child a{
        color: var(--textcolorBlue);
    }

    .banner-caption-wrap{
        padding-top: 105px;
    }

    .bannerleft .banner-caption-wrap {
        height: 460px;
    }

    .f-nav .header-wrapper-fixed {
        background: rgba(255, 255, 255, 0.0);
        -webkit-box-shadow: 0px 0px 15px -2px rgba(0, 0, 0, 0);
        box-shadow: 0px 0px 15px -2px rgba(0, 0, 0, 0);
        -webkit-backdrop-filter: blur(0px);
        backdrop-filter: blur(0px);
    }

    .footer-wrapper-div{
        margin-bottom: 40px;
    }

    .mobilemenu-wrapper{
        display: table;
        visibility: visible;
    }

    .whatsapp-iconbtn {
        bottom: 50px;
        right: 10px;
    }

    .innerpage-header-wrap .innerpage-banner-heading{
        height: 300px;
        padding-top: 100px;
    }

    .innerpage-header-wrap .innerpage-banner-heading .innerpage-middlealign h1{
        font-size: 38px;
        line-height: 40px;
    }

    .whoweare-contanier h2,
    .whoweare-contanier h3,
    .history-vision-wrapper .col-xl-6 .mission-history-item h2,
    .ourvalues-contanier .col-xl-12 h2,
    .global-presence h3,
    .contactleft-side h3,
    .contactform .contactform-heading h3,
    .ourecruitment-wrapper h3,
    .whychoose-wrapper .col-lg-7 h3,
    .ourvisaservice-include-wrapper .col-lg-4 h3,
    .howwehelp-student h3{
        font-size: 28px;
        line-height: 28px;
    }

    .whoweare-contanier{
        margin-top: 80px;
        margin-bottom: 60px;
    }

    .history-vision-wrapper,
    .ourvalues-contanier{
        padding: 60px 0px;
    }

    .history-vision-wrapper .col-xl-6 .mission-history-item,
    .whatwedo-wrapper .whatwedo-item{
        padding: 45px 25px;
    }

    .ourvalues-contanier .ourvalues-item{
        padding: 40px 15px;
    }

    .whatwedo-wrapper{
        margin-bottom: 80px;
        margin-top: 60px;
    }

    .global-presence::before{
        width: 120px;
        height: 120px;
        margin-left: -60px;
        background-size: 100%;
    }

    .global-presence {
        padding: 190px 20px 40px 20px;
    }

    .global-presence ul li,
    .global-presence ul{
        text-align: left;
        margin-right: 0px;
    }

    .ourteamitems-wrapper{
        padding: 25px 25px 35px 25px;
    }

    .ourteamitems-wrapper ul li{
        width: 100%;
    }

    .leadership-wrapper .ourteamitems-wrapper:first-child .col-lg-3 img, .leadership-wrapper .ourteamitems-wrapper:last-child .col-lg-3 img{
        width: 100%;
        left: 0px;
        height: auto;
        margin-left: 0px;
    }
    
    .ourteamitems-wrapper h3{
        text-align: left;
        font-size: 28px;
    }

    .ourteamitems-wrapper h6{
        text-align: left;
    }

    .history-wrapper-div{
        padding: 170px 20px 45px 20px;
    }

    .history-wrapper-div::before{
        top: 30px;
        margin-top: 0px;
        width: 120px;
        height: 120px;
        left: 50%;
        margin-left: -60px;
        background-size: 100%;
    }

    .contact-topsection{
        margin-top: 80px;
    }

    .contactleft-side{
        padding: 45px 25px;
    }

    .faq-wrappersection{
        padding: 75px 0px;
    }

    .googlemap-wrapper{
        margin-bottom: 80px;
    }

    .regitsermodal-popup .register-wrapper{
        padding: 45px 0px;
        text-align: center;
    }

    .regitsermodal-popup .register-wrapper .register-middlealign .regheading-style h2{
        font-size: 28px;
        line-height: 30px;
    }

    .regitsermodal-popup .modal-body .col-lg-7 img{
        height: 230px;
    }

    .recruitment-topwrapper{
        margin-top: 80px;
        margin-bottom: 75px;
    }

    .ourecruitment-wrapper,
    .ourvisaservice-include-wrapper{
        padding: 75px 0px;
    }

    .whychoose-wrapper{
        margin-top: 75px;
        margin-bottom: 80px;
    }

    .visaservice-wrap,
    .visaservice-wrap h3{
        text-align: center !important;
        width: 100%;
    }

    .ourvisaservice-include-wrapper .visa-service-item{
        min-height: auto;
    }

    .recentblog-wrapper h4,
    .blogsingle-wrapper .blog-heading-wrap h2{
        font-size: 28px;
        line-height: 28px;
    }

    .recentblog-wrapper{
        padding: 40px 20px;
    }

    .jobs-listing-item .col-xl-2 .joblist-imagecon{
        display: none;
        visibility: hidden;
    }

    .jobs-listing-item ul li:first-child{
        width: 100%;
    }

    .jobs-listing-item ul li{
        width: 50%;
        margin-right: 0px;
        display: inline-block;
        margin: 4px 0px;
    }

    .jobs-listing-item ul{
        display: table;
        margin-bottom: 20px;
    }

    .jobdetailpage-description h4{
        font-size: 18px;
    }

    .jobdetailpage-description .jobtitle{
        font-size: 22px;
    }

    .applynowpage-wrap .applynow-headings h3{
        font-size: 22px;
    }




}

/* Make the container relative */
.swap-on-hover {
  position: relative;	
	margin:  0 auto;
	max-width: 400px;
}
.milestones-item:hover  img{
    z-index: 1000;
}

/* Select the image and make it absolute to the container */
.swap-on-hover img {
  position: absolute;
  top:0;
  left:0;
	overflow: hidden;
    z-index: 1000;
	/* Sets the width and height for the images*/
	
}

/* 
	We set z-index to be higher than the back image, so it's alwyas on the front.

We give it an opacity leaner to .25s, that way when we hover we will get a nice fading effect. 
*/
.swap-on-hover .swap-on-hover__front-image {
  z-index: 9999;
  transition: opacity .5s linear;
  cursor: pointer;
}

/* When we hover the figure element, the block with .swap-on-hover, we want to use > so the front-image is going to have opacity of 0, which means it will be hidden, to the back image will show */
.swap-on-hover:hover > .swap-on-hover__front-image{
  opacity: 0;
}//* ================== MAIN WRAPPER ================== */
.leadership-wrapper .ourteamitems-wrapper {
    width: 100%;
    background: var(--LightBg);
    padding: 60px 45px;
    border-radius: 15px;
    border: 1px solid #dfe7f7;
}

/* Headings */
.leadership-wrapper .ourteamitems-wrapper h3 {
    font-family: var(--headingfont);
    text-transform: uppercase;
    font-size: 34px;
    line-height: 34px;
    margin: 0;
    color: var(--headingColor);
}

.leadership-wrapper .ourteamitems-wrapper h6 {
    margin: 8px 0 20px;
    font-size: 15px;
    font-weight: 600;
}

/* ================== IMAGE CONTROL ================== */
.leadership-wrapper .ourteamitems-wrapper img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 15px;
    display: block;
}

/* ================== LIST STYLING ================== */
.leadership-wrapper ul {
    margin: 0;
    padding: 0;
}

.leadership-wrapper ul li {
    list-style: none;
    padding-left: 28px;
    width: 49%;
    float: left;
    margin: 8px 0;
    position: relative;
    color: var(--textcolor);
}

/* Remove default icons <i> */
.leadership-wrapper ul li i {
    display: none;
}

/* ================== GREEN PROFILE ================== */
.green-profile {
    background: #fff !important;
    border: 1px solid #dfe7f7;
}

.green-profile h6 {
    color: var(--greencolor);
}

.green-profile ul li::before {
    content: "\f058";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 2px;
    color: var(--greencolor);
}

/* GREEN IMAGE BACKGROUND */
.green-profile .col-lg-3 img {
    background: var(--greencolor) !important;
}

/* ================== ORANGE PROFILE ================== */
.orange-profile {
    background: var(--LightBg) !important;
}

.orange-profile h6 {
    color: var(--orangecolor);
}

.orange-profile ul li::before {
    content: "\f058";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 2px;
    color: var(--orangecolor);
}

/* ORANGE IMAGE BACKGROUND */
.orange-profile .col-lg-3 img {
    background: #fff !important;
}

/* ================== OPTIONAL: RESPONSIVE & CLEAN ================== */
/* Ensure proper spacing between cards */
.ourteamitems-wrapper.mt-4 {
    margin-top: 2rem;
}
.pagination-wrap {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin: 25px 0;
}

.pagination-btn,
.pagination-current {
    padding: 8px 14px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: #fff;
    color: #333;
    text-decoration: none;
}

.pagination-btn:hover {
    background: #f1f1f1;
}

.pagination-current.active {
    background: #007bff;
    color: #fff;
    border-color: #007bff;
    font-weight: bold;
}
.error_msg {
    color: #d93025;
    font-size: 13px;
    margin-top: 3px;
    display: flex;
    align-items: center;
    font-weight: 500;
    display:none;
    
}

.error_msg::before {
    content: "⚠ ";
    margin-right: 3px;
}

.thankyou-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 80vh;
    padding: 20px;
}

.thankyou-box {
    background: #fff;
    max-width: 480px;
    width: 100%;
    padding: 40px 30px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.thankyou-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: #e8f9f0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.thankyou-icon span {
    font-size: 45px;
    color: #28a745;
}

.thankyou-alert {
    padding: 12px;
    margin-bottom: 20px;
    font-size: 17px;
    color: #155724;
    background: #d4edda;
    border: 1px solid #c3e6cb;
    border-radius: 6px;
}

.thankyou-box h1 {
    font-size: 32px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 15px;
}

.thankyou-box p {
    font-size: 18px;
    color: #555;
    line-height: 1.6;
}

.thankyou-btn {
    display: inline-block;
    margin-top: 25px;
    padding: 12px 28px;
    background: #007bff;
    color: #fff;
    font-size: 18px;
    border-radius: 6px;
    text-decoration: none;
    transition: 0.3s ease-in-out;
}

.thankyou-btn:hover {
    background: #0056b3;
}


.success-alert {
    background: #e7f9ed;
    color: #2d7a3c;
    border-left: 4px solid #28a745;
}

.error-alert {
    background: #fde8e8;
    color: #a12622;
    border-left: 4px solid #dc3545;
}

/* Headings */
.thankyou-box h1 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #333;
}

/* Paragraph */
.thankyou-box p {
    font-size: 16px;
    color: #666;
    margin-bottom: 25px;
}



/* Fade Animation */
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.client-id-radio {
    display: flex;
    gap: 2px;
    align-items: center;
    width:150px;
}

.radio-option {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    color: #333;
}

.radio-option input[type="radio"] {
    accent-color: #0d6efd; /* Bootstrap primary */
    margin-right: 6px;
    cursor: pointer;
    width:auto;
    height:auto;
}





