@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

html {
    overflow-x: hidden;
}

:root {
    --primary: #EC731F;
    --secondary: #20232E;
    --bgGray: #D2D2D2;
}

* {
    padding: 0;
    margin: 0;
}

a,
button {
    transition: all ease-in-out .3s;
    cursor: pointer;
    display: inline-block;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Inter", sans-serif;
    line-height: 1.3;
    font-size: 20px;
    box-sizing: border-box;
    font-weight: 400;
    overflow-x: hidden;
    color: #20232E;
    background: #fff;
}

img {
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 800;

}

.bgPrimary {
    background-color: var(--primary);
}

.bgSecondary {
    background-color: var(--secondary);
}

.bgGray {
    background-color: var(--bgGray);
}

.colorPrimary {
    color: var(--primary);
}

.colorSecondary {
    color: var(--secondary);
}

.home-second .underlineText::before {
    background: var(--primary);
}
section.bgSecondary.text-white.home-second::before {
    position: relative;
    content: "";
    width: 498px;
    height: 498px;
    background-image: url(../images/home-second-section.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center left;
    position: absolute;
    left: 0;
    top: 73%;
    transform: translateY(-50%);
    z-index: 0;
}
body.client section.expertiseSection , 
body.candidate section.expertiseSection {
    padding-top: 0 !important;
    
}
section.bgSecondary.text-white.home-second {
    position: relative;
}
.why-choose-section .bullet-points {
    display: flex;
   
    gap: 25px;
    font-size: 26px;
}

.why-choose-section .choose-icons img {
    min-width: 50px;
    margin-top: 15px;
}
.why-choose-section .bullet-points.candidates .choose-icons img {
    margin-top: 5px;
}
.why-choose-section .bullet-points.candidates {
    font-size: 20px;
    
}
.title-xxl {
    font-size: 100px;
    font-weight: 800;
    line-height: 1;
}

.title-xl {
    font-size: 80px;
    font-weight: 800;
    line-height: 1;
}

.title-lg {
    font-size: 60px;
}

.title-sm {
    font-size: 40px;
    line-height: 1.2;
}



.text-40 {
    font-size: 40px;
}
.text-30{
    font-size: 30px;
}
.text-26 {
    font-size: 26px;
}

.text-22 {
    font-size: 22px;
}

.text-20 {
    font-size: 20px;
}
.text-17{
    font-size: 17px;
}
.text-14 {
    font-size: 14px;
}



.fw-medium {
    font-weight: 500;
}

.fw-extraBold {
    font-weight: 900;
}

.dBtn {
    text-decoration: none;
    font-weight: 500;
    cursor: pointer;
    font-size: 20px;
    border-radius: 45px;
    padding: 22px 40px;
    display: inline-block;

}

.btnBorderPrimary {
    border: 1px solid #EC731F;
    color: #20232E;
}

.btnBorderPrimary:hover {
    background: var(--primary);
    color: #fff;
}

.btnBorderWhite {
    border: 1px solid #fff;
    color: #fff;
    background: transparent;
}

.btnBorderWhite:hover {
    background: #fff;
    color: #20232E;
}

.btnBorderDark {
    border: 1px solid #20232E;
    color: #20232E;
}

.btnBorderDark:hover {
    background: #20232E;
    color: #fff;
}
.arrowBtn{
    border: 1px solid #fff;
    height: 73px;
    width: 73px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.arrowBtn img{
    transition: all ease-in-out .3s;
}
.arrowBtn:hover{
    background: #fff;
}
.arrowBtn:hover img{
    filter: invert(1);
}
section {
    padding: 130px 0px;
}

.customDivider {
    margin: 50px 0px;
    height: 1px;
    background: #ffffff50;
}

.customDivider.dark {
    background: #00000050;
}

/**********Form css start*********/

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}


input,
textarea {
    width: 100%;
    transition: all ease-in-out .3s;
}

textarea {
    resize: none;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
    font-weight: 400;
}

::placeholder {
    color: #ffffff50;
}

.inputWrap input,
.inputWrap textarea,
.inputWrap select {
    background: transparent;
    border-width: 0px 0px 1px 0px;
    border-color: #ffffff50;
    padding: 15px 0px;
    font-size: 17px;
    color: #fff;
}

.inputWrap input:focus,
.inputWrap textarea:focus,
.inputWrap select:focus {
    border-color: #ffffff;
}

.inputRow {
    display: flex;
    flex-wrap: wrap;
    gap: 25px 0px;
    justify-content: space-between;
}

.inputWrap {
    width: 100%;
}

.inputWrap.input-33 {
    width: calc(33.33% - 20px);
}

.customRadioList {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.customRadioList .customRadio {
    position: relative;
}

.customRadioList .customRadio label {
    border: 1px solid #fff;
    border-radius: 25px;
    padding: 8px 18px;
    font-weight: 500;
    font-size: 18px;
    cursor: pointer;
    transition: all ease-in-out .3s;
    font-family: 'Plus Jakarta Sans';
    min-width: 55px;
    text-align: center;
}

.customRadioList .customRadio input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.customRadioList .customRadio input:checked+label,
.customRadioList .customRadio input:hover+label {
    color: var(--primary);
}

.customRadioList .customRadio input:checked+label {
    background: #fff;
}

/**********Form css end*********/

/******************Header Start*******************/
.siteHeader {
    padding: 30px 0px;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 100;
    transition: all ease-in-out .3s;
}

.siteLogo {
    transition: all ease-in-out .3s;
}

.siteHeader.fixed .siteLogo {
    visibility: hidden;
    opacity: 0;
}

.headerMainWrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

nav.navbar {
    transition: all ease-in-out .5s;
    border: 1px solid #20232E;
    border-radius: 35px;
    padding: 0 10px;
    background: #fff;
}

.navbar .nav-link {
    font-size: 20px;
    font-weight: 600;
    color: #20232E;
    padding: 20px 30px !important;
    display: inline-block;
}

.navbar .nav-link:hover {
    color: var(--primary);
}

.headerToggler {
    background: var(--primary);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: none;
    position: relative;
    z-index: 101;
    border: 1px solid #fff;
}

.headerToggler .line {
    width: 25px;
    height: 2px;
    background-color: #20232E;
    display: block;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.menuOpened .headerToggler .line:nth-child(2) {
    opacity: 0;
}

.menuOpened .headerToggler .line:nth-child(1) {
    -webkit-transform: translateY(13px) rotate(45deg);
    -ms-transform: translateY(13px) rotate(45deg);
    -o-transform: translateY(13px) rotate(45deg);
    transform: translateY(7px) rotate(45deg);
}

.menuOpened .headerToggler .line:nth-child(3) {
    -webkit-transform: translateY(-13px) rotate(-45deg);
    -ms-transform: translateY(-13px) rotate(-45deg);
    -o-transform: translateY(-13px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg);
}

/******************Header End*******************/



/******************Footer Start*******************/
.siteFooter {
    color: #fff;
    padding-top: 140px;
    padding-bottom: 30px;
}

.siteFooter a {
    text-decoration: none;
    color: #fff;
}

.siteFooter a:hover {
    color: var(--primary);
}

.footerBottom {
    font-size: 14px;
}

.footerBottom .rightInfo {
    gap: 10px 43px;
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
}

.footerBottom .footerLogo {
    margin-bottom: 25px;
}

.servicesWrap {
    padding: 50px 0px;
}

.siteFooter .serviceList {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    list-style: none;
    padding: 0;
    margin: 0;

}

.siteFooter .serviceList a {
    border: 1px solid #fff;
    border-radius: 25px;
    padding: 8px 18px;
    font-weight: 500;
    font-size: 18px;
    font-family: 'Plus Jakarta Sans';
}

.footerForm {
    max-width: 1014px;
}

.siteFooter .socialLink {
    font-size: 22px;
}

/*********************Footer End************************/


/**************Homepage Banner Start*************/
.homeBanner {
    padding: 310px 0px 230px;
}

.bannerImage {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.underlineText {
    position: relative;
}

.underlineText::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 20px;
    background: #FFD29D;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.underlineText.big::before {
    height: 28px;
}

/**************Homepage Banner End*************/



/*********Homepage Start********/
.homeSection5 {
    background-image: url(./../images/homepage/section5Bg.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 100%;
}

.bgBannerSection {
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 900px;
    display: flex;
    align-items: center;
    position: relative;
    background-position: center center;
}

.bgBannerSection .btnWrap {
    margin-top: 40px;
    display: flex;
    gap: 15px 30px;
}

.bgBannerSection .rightCirclesImage {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0;
    mix-blend-mode: multiply;
    height: 100%;
    width: auto;
    object-fit: cover;
}

.arrowImage {
    width: 40px;
    vertical-align: middle;
    margin-right: 22px;
}

/*********Homepage End*******/

/*********Two Col Banner Section Start********/

.twoColBannerSection {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
}

.twoColBannerSection .bannerWrap {
    padding: 90px 40px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 900px;
    display: flex;
    align-items: flex-end;
    color: #fff;
}

.twoColBannerSection .bannerWrap .textWrap {
    max-width: 550px;
}

/*********Two Col Banner Section End********/

/*********Slider Style Start**********/

.sliderArrowWrap {
    position: relative;
    display: flex;
    align-items: end;
    gap: 25px;
}

.sliderArrowWrap .swiper-button-next,
.sliderArrowWrap .swiper-button-prev {
    position: static;
    margin: 0;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(./../images/homepage/arrowRight.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.sliderArrowWrap .swiper-button-next:hover,
.sliderArrowWrap .swiper-button-prev:hover {
    opacity: .7;
}

.sliderArrowWrap .swiper-button-prev {
    transform: rotate(180deg);
}

.swiper-button-next:after,
.swiper-button-prev:after {
    opacity: 0;
}

.swiper-container {
    overflow: hidden;
    position: relative;
}

.reviewText {
    margin-top: 25px;
    margin-bottom: 0;
}

/*********Slider Style End**********/

.primaryCard {
    background: var(--primary);
    color: #fff;
    margin-top: 30px;
    line-height: 1.3;
}

.primaryCard.type1 {
    min-height: 337px;
    padding: 30px;
}
.primaryCard.type2 {
    min-height: 337px;
    padding: 40px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 10px 0px;
}
/********Who We Are Page Start***********/
.whoWeAreBanner {
    position: relative;
}

.whoWeAreBanner::before {
    content: "";
    width: 677px;
    height: 677px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: #f6f6f6;
    border-radius: 50%;
    top: 200px;
}

.maskedImage {
    margin-bottom: -30px;
    position: relative;
    max-width: calc(100% - 200px);
}

/********Who We Are Page End***********/

/*************Inner Page Start**************/
.pageTopSection {
    padding-top: 320px;
}
.innerBanner{
    background: var(--secondary);
    color: #fff;
    padding: 230px 0px 110px;
    position: relative;
    z-index: 1;
}
.ctaSection{
    padding:70px 0px ;
    color: #fff;
}

/*************Inner Page End**************/


/******************Previous Assignment Page Start*******************/
.assignmentsList{
    display: flex;
    flex-wrap: wrap;
    gap: 30px 0px;
    list-style: none;
    padding: 0;
    margin: 100px -15px 0px;
}
.assignmentsList li{
    width: 25%;
    padding: 0 15px;
}
.assignmentCard .flip-card-inner{
    min-height: 300px;
}
.flip-card {
    perspective: 1000px;
    cursor: pointer;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;

}

.flip-card:focus {
    outline: 0;
}

.flip-card:hover .flip-card-inner,
.flip-card:focus .flip-card-inner {
    transform: rotateY(180deg);
    
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 30px;

}

.flip-card-front {
    background: var(--secondary);
    color: black;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.flip-card-front h3{
    border-top: 1px solid #ffffff50;
    padding-top: 25px;
    
    border-color: var(--primary) !important;
}
.flip-card-back {
    background: #D2D2D2;
    transform: rotateY(180deg);
    z-index: 1;
}
.flip-card-back h3{
    border-top: 1px solid #00000050;
    padding-top: 20px;
    margin-bottom: 10px;
}
.previousAssignmentSection{
    background-image: url(./../images/previousAssignmentsBG.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: top right ;
}
/******************Previous Assignment Page End*******************/


/*****************Location Section Start******************/
.mapWrap{
    display: inline-block;
    position: relative;
    margin-left: auto;
}
.mapPointers,
.mapLocationList{
    list-style: none;
    padding: 0;
    margin: 0 ;
}
.mapPointers li:first-child {
    left: 18.5%;
    top: 40%;
}
.mapPointers li:nth-child(2) {
    left: 45%;
    top: 27%;
}
.mapPointers li:nth-child(3) {
    left: 50%;
    top: 34%;
}
.mapPointers li:nth-child(4) {
    left: 61.5%;
    top: 49%;
}


.tooltipWrap .mapPointer{
    width: 16px;
    cursor: pointer;
    transition: all ease-in-out .3;
}
.tooltipWrap.active{
    z-index: 1;
}
.tooltipWrap.active .mapPointer{
    transform: scale(2.2);
    transform-origin: bottom center;

}
.tooltipWrap .mapPointer:hover{
    opacity: .9;
}
.mapLocationList{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.mapPointers li{
    position: absolute;
}
.mapPointers li .innerWrap{
    position: relative;
}
.tooltipText{
    font-size: 30px;
    font-weight: 700;
    padding: 20px;
    max-width: 164px;
    background: var(--secondary);
    color: #fff;
    text-align: left;
    position: absolute;
    top: 24px;
    left: auto;
    opacity: 0;
}

.tooltipWrap.active .tooltipText{
    opacity: 1;
}

.text-white .tooltipText{
    background: #fff;
    color: #20232E;
}
.text-white .mapLocationList li {
    border-bottom: 1px solid #ffffff50;

}
/*****************Locatin Section End******************/



/*****************Client Page Start******************/

.expertiseSection{
    position: relative;
    
}
.expertiseSection::before{
    position: relative;
    content: "";
    width: 914px;
    height: 914px;
    background-image: url(./../images/epertiseBg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center left;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0;
}

.mapLocationList li{
    width: calc(50% - 15px);
    padding: 0px 0px 20px;
    border-bottom: 1px solid #20232E;
    font-weight: 700;
}
.expertiseList{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 25px 0px;
}

.expertiseList li{
    width: 33.33%;
    padding-left: 32px;
    padding-right: 15px;
    position: relative;
}
.expertiseList li::before{
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: var(--primary);
    position: absolute;
    left: 0;
    top: 5px;
}
.sixColCounter{
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(5, 1fr);
}
/*****************Client Page End******************/


/*****************Candidates Page Start******************/
.threeColIconList{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0 -15px;
    gap: 90px 0px;
}
.threeColIconList li{
    padding: 0px 15px;
    width: 33.33%;
}
.threeColIconList li .icon{
    margin-bottom: 35px;
}
.fourColCounter{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}
.fourColCounter .counterWrap{
    border-top: 1px solid #ffffff;
    padding-top: 35px;
}
.fourColCounter .counterWrap p{
    margin-bottom: 0;
}
.candidateSection1{
    position: relative;
}
/* .candidateSection1::before{
    position: relative;
    content: "";
    width: 914px;
    height: 914px;
    background-image: url(./../images/candidateSection1Bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center left;
    position: absolute;
    left: 0;
    top:-140px;
    z-index: 0;

}*/
/*****************Candidates Page End******************/

/* ----------27-05-2024------------- */
.salary_guidepopup_close {
    position: unset !important;
}
section.bgGray ul.mapLocationList li {
    cursor: pointer;
}

h6.text-14.fw-bold {
    display: -webkit-inline-box;
}
h4.text-26.fw-medium.mb-3 {
    padding: 25px 0px 0px;
}
/**********11-06-2024****************/
div#loom-companion-mv3 {
    display: none;
}

.inputWrap input,
.inputWrap textarea,
.inputWrap select {
    border-bottom: 1px solid #ffffff50;
}

.siteFooter a {
    text-decoration: none;
    color: #fff;
}

.siteFooter a:hover {
    color: var(--primary);
}

a.nav-link.w--current,
a.text-decoration-underline.w--current {
    color: #ec731f;
}

form#contact_us_form span {
    margin-top: 30px;
    display: block;
}
.footerForm {
    margin-top: 20px;
}
.underlineText {
    display: inline-block;
}

/*19-09-25*/
svg.swiper-navigation-icon {
    display: none;
}

p .testimonial-highlight, .reviewText p strong {
    color: #EC731F;
    font-weight: bold;
}