

/**/
body {
    font-size: 13.6px;}

/* aos */
html, body {
    overflow-x: hidden !important}


/* number without arrows */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;}
input[type=number] {
    -moz-appearance:textfield;}



/* placeholder */
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #a9a8a8 !important;}
::-moz-placeholder { /* Firefox 19+ */
  color: #a9a8a8 !important;}
:-ms-input-placeholder { /* IE 10+ */
  color: #a9a8a8 !important;}
:-moz-placeholder { /* Firefox 18- */
  color: #a9a8a8 !important;} 



/* btn */
.btn:focus {
    box-shadow: none;
    outline: none;}

/* btn-group */
.btn-group img {
    height: 12px;}

/* close-btn */	
.close-btn {
    position: absolute;
    width: 22px;
    height: 22px;
    opacity: 0.3;
    cursor: pointer;}
.close-btn:hover {
    opacity: 1;}
.close-btn:before, 
.close-btn:after {
    position: absolute;
    left: 12px;
    top: 5px;
    content: ' ';
    height: 100%;
    width: 2px;
    background-color: #333;}
.close-btn:before {
    transform: rotate(45deg);}
.close-btn:after {
    transform: rotate(-45deg);}


/* fixed-fa-icon */
.fixed-fa-icon {
    position: absolute;
    right: 50%;
    bottom: 50%;
    -webkit-transform: translate(50%,50%);
    -ms-transform: translate(50%,50%);
    transform: translate(50%,50%);
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    border-radius: 50%;
    background-color: #ffffff7a;
    color: #fff;
    font-size: 40px;
    padding: 2px 29px;}
@media (max-width: 991px) {
.fixed-fa-icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    padding: 1px 18px;}
}

@media (max-width:567px)
{
    .card-sec .sm-card
    {
        padding: 20px 25px !important;
    }
}

/* rounded-btn */	
.rounded-btn {
    border-radius: 25px;
    padding: 8px 25px;}


/* lg-btn */	
.lg-btn {
    font-size: 15px;
    padding: 10px 55px;}
@media (max-width: 991px) {
.lg-btn {
    font-size: 14px;
    padding: 8px 50px;}
}



/* load-more__btn */
.load-more__btn-wrap {
    text-align: center;
    margin-top: 55px;}
.load-more__btn-wrap .load-more__btn {
    text-decoration: none;
    padding: 9px 35px;
    font-size: 13px;
    background-color: #c90000;
    color: #fff;
    display: inline-block;
    border-radius: 25px;
    font-weight: bold;
    position: relative;
    /* scale-hove */
    overflow: hidden;
    transition: transform .6s;}
.load-more__btn-wrap .load-more__btn:hover {
    -ms-transform: scale(1.08); 
    -webkit-transform: scale(1.08);
    transform: scale(1.08);}



/* load-more-btn-font-group */
.load-more-btn-font-group .load-more__btn-wrap .load-more__btn {
    padding-right: 45px;}
.load-more-btn-font-group .load-more__btn-wrap .load-more__btn::after {
    content: '\f107';
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 25px;
    display: block;}


/* load-more-btn-img-group */
.load-more-btn-img-group .load-more__btn-wrap .load-more__btn {
    padding: 9px 60px 9px 30px;}
.load-more-btn-img-group .load-more__btn-wrap .load-more__btn::after {
    content: '';
    background-image: url(../images/icons/three-arrows.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 23px;
    width: 20px;
    height: 20px;
    display: block;}



/* url-primary */
.url-primary {
    position: absolute;
    cursor: pointer;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;}

/* active */
a.active {
    cursor: default;}


/* scale-hover */
.scale-hover {
  overflow: hidden;
  transition: transform .6s;}
.scale-hover:hover {
  -ms-transform: scale(1.08); 
  -webkit-transform: scale(1.08);
  transform: scale(1.08);}


/* scale-up-hover */
.scale-up-hover {
  overflow: hidden;
  transition: transform .6s;}
.scale-up-hover:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);}


/* truncate */
.truncate-1,
.truncate-2,
.truncate-3,
.truncate-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical}
.truncate-1 {
    -webkit-line-clamp: 1;}
.truncate-2 {
    -webkit-line-clamp: 2;}
.truncate-3 {
    -webkit-line-clamp: 3;}
.truncate-4 {
    -webkit-line-clamp: 4;} 



/* choose-file-btn */
.choose-file-btn::-webkit-file-upload-button {
    padding: 10px 35px;
    background-color: #393838;
    border: none;
    border-radius: 10px;
    color: #fff;
    transition: 100ms ease-out;
    cursor: pointer;
}




/* header */
.header {
    position: absolute;
    z-index: 100;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: auto;
    background: #fff;
    box-shadow: 6px 2px 7px #00000036;
    /* padding-top: 10px; */
    padding-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
     /**/
    opacity: 1;
    transition: height 0ms 0ms, opacity 600ms 0ms;}
@media(min-width:992px)
{
    .header.header-1 
    {
        background: linear-gradient(90deg, #F9F9F9 78%, #30154E 22%);
    }
    .header.header-1 .bg-liner
{
    background: #30154E;
    padding: 28px 20px 27px;   
}
.lg-text-white
{
    color: white !important;
}
}

@media (min-width: 992px) {
body.specific_scroll:not(.up_scroll) .header {
    height: 0;
    z-index: 0;
    opacity: 0;
    transition: height 0ms 400ms, opacity 400ms 0ms;}
}
@media (max-width: 991px) {
body.specific_scroll:not(.open-menu):not(.up_scroll) .header {
    height: 0;
    z-index: 0;
    opacity: 0;
    transition: height 0ms 400ms, opacity 400ms 0ms;}
}
@media (min-width:567px) {
    .header-menu.top
    {
        display: flex;
    }
}
/* fixed */


/* header-bg-transparent */
@media (min-width:992px)
{
    body:not(.specific_scroll) .header-bg-transparent .header.header-bg-l-gray {
        /* background-color: #fff; */
        background: linear-gradient(0deg, #F9F9F9 55%, #30154E 45%);
    
    }
    .specific_scroll.up_scroll .header.header-bg-l-gray{
        position: fixed;
        background: linear-gradient(0deg, #F9F9F9 55%, #30154E 45%);
    }
}


/* a-logo */
.header .a-logo {
    display: inline-block;}
.header .a-logo img {
    max-width: 100%;
    max-height: 60px;}
.header .header-menu li, .header .header-menu li a
{
    list-style: none;
    text-decoration: none; 
    color: white;
}

/* menu-bar */
.header .menu-bar .menu {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;}
.header .menu-bar .menu .link-item {
    margin-left: 20px;
    display: inline-block;}
.header-menu .link {
        margin-left: 20px;
        display: inline-block;}
.header .menu-bar .menu .link-item .link {
    display: inline-block;
    text-decoration: none;
    font-size: 13.9px;
    color: #0c0c0c;}
.header .menu-bar .menu .link-item .link:not(.active) {
    opacity: .7;}
.header.header-1 .menu-bar .menu .link-item .link:not(.active) {
        opacity: 1;}
.header .menu-bar .menu .link-item .link:hover {
    opacity: initial}
@media (max-width: 991px) {
.header .menu-bar {   
    position: fixed;
    z-index: 101;
    top: 0;
    background-color: #fff;
    width: 300px;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    /**/
    right: -300px;
	-webkit-transition: right 0.4s ease-in-out;
    -moz-transition: right 0.4s ease-in-out;
    -ms-transition: right 0.4s ease-in-out;
    -o-transition: right 0.4s ease-in-out;
    transition: right 0.4s ease-in-out;}
.open-menu .header .menu-bar {
    right: 0;}
.open-menu .header .menu-bar .menu {
    padding-top: 60px;}
.header .menu-bar .menu .link-item {
    margin-left: 0;
    display: block;}
.header .menu-bar .menu .link-item .link {
    padding: 15px 30px;}
}
/* header-bg-transparent */
@media (min-width: 992px) {
body:not(.specific_scroll) .header-bg-transparent header .menu-bar .menu .link-item .link {
    /* color: #000000; */
    color: #5F5F5F;
}
.header-menu li a
{
    color: #fff;
}
}
/* main header */
.header .dropdown-main .dropdown-toggle::after{
    display: none !important;}
.header .dropdown-main.dropstart .dropdown-toggle::before {
    display: none;}
.header .dropdown-main .dropdown-menu.helplist {
    margin-top: 21px !important;
    padding: 15px !important;
    border-radius: 10px !important;
    border: 0px !important;
    min-width: 230px !important;
    box-shadow: 3px 4px 13px 0px #0000001A !important;}
.header .dropdown-main .dropdown-menu.helplist .dropdown-item, 
.header .dropdown-main .dropdown-menu.helplist .dropdown-item:hover {
    white-space: wrap !important;
    padding: 5px !important;
    background-color: #fff !important;}
.header .dropdown-main .dropdown-menu.helplist li {
    padding-top: 5px;
    padding-bottom: 5px;}
.header .dropdown-main .dropdown-menu.helplist li:not(:first-child):not(:last-child) {
    border-bottom: 1px solid #E1E1E1;}
/* / */

/* menu-outside */
body:not(.open-menu) .header .menu-outside {
    display: none;}
@media (max-width: 991px) {
.open-menu .header .menu-outside {
    background: #00000096;
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;}
}

/* dropdown */
/* dropdown-toggle */
.header .menu-bar .menu .dropdown-toggle {
    margin-top: -4px;}
.header .menu-bar .menu .dropdown-toggle::after {
    border: 0;
    font-family: FontAwesome;
    content: '\f107';
    position: relative;
    left: 5px;
    top: 3px;}
/* dropdown-menu */
.header .menu-bar .menu .dropdown-menu {
    border: none;
    min-width: 230px;
    border-radius: 0;
    padding: 0;
    box-shadow: 3px 2px 12px #0000002e;}
.header .menu-bar .menu .dropdown-menu .dropdown-item {
    background-color: transparent;
    position: relative;
    font-size: 12px;
    padding: 13px 25px;
    color: #727272;}
.header .menu-bar .menu .dropdown-menu li:not(:last-of-type) .dropdown-item {
    border-bottom: 1px solid #efefef;}
.header .menu-bar .menu .dropdown-menu .dropdown-item:hover {
    color: #000 !important;
    background-color: #dbdbdb;}
/**/
/* .header .menu-bar .menu .dropdown-menu .dropdown-item::after {
    font-family: FontAwesome;
    content: '\f105';
    font-size: 14px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;} */

/* menu-toggle */
.header .menu-toggle {
    position: absolute;
    z-index: 10;
    top: 75%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 35px;
    background-color: transparent;
    border: none;
    padding: 0;
    width: 35px;
    height: 25px;}
.header .menu-toggle span {
    background-color: #000;
    display: block;
    position: relative;
    width: 100%;
    height: 2px;
    float: right;
    border-radius: 25px;}
.header .menu-toggle span:nth-of-type(1) {
    width: 80%;
    top: -8px;}
.header .menu-toggle span:nth-of-type(3) {
    width: 45%;
    top: 8px;}
@media (min-width: 992px) {
.header .menu-toggle {
    display: none;}
}
/* header-bg-transparent */
body:not(.specific_scroll) .header-bg-transparent .header .menu-toggle span {
    background-color: #040404;}

/* close-btn */
.header .menu-bar .close-btn {
    top: 10px;
    left: 15px}
@media (min-width: 992px) {
.header .menu-bar .close-btn {
    display: none;}
}







/* container-fluid */
/* container-fluid-lg */
.container-fluid.container-fluid-lg {
    padding-left: 60px;
    padding-right: 60px;}
@media (max-width: 991px) {
.container-fluid.container-fluid-lg {
    padding-left: 35px;
    padding-right: 35px;}
}
/* btn */
/* .btn
{
    text-decoration: none;
    box-shadow: 6px 9px #FFB84E;
} */
.btn-log
{
    padding: 16px 35px ;

}
/* opacity */
.op-6
{
opacity: 0.6;
}
.op-7
{
opacity: 0.7;
}
.op-8
{
opacity: 0.8;
}
/* border */
.border-blue
{
    border: 1px solid;
}
/* text color  */
.text-lm-white{
    color: #FDFDFD !important;}
.text-mute{
    color: #707070 !important;}
.text-muted{
    color: #969696 !important;}
.text-l-muted{
    color: #E8E8E8 !important;}
.text-ml-white{
    color:#D4D4D4 !important;}
.text-l-mute  {
    color:#5F5F5F !important;}
.text-l-orange{
    color: #FFB84E !important;}
.text-l-yellow{
    color: #FDBC5A !important;}
.text-l-black   {
    color: #3C3C3C !important;}
.text-m-blue{
    color: #3F1A68 !important;}
.text-c-m-black{
    color: #3A3A3A !important;}
.text-lm-blue{
    color: #30154E !important;}
.text-l-blue{
    color: #2C99FF !important;}
.text-clr-l-blue{
    color: #3D1C62 !important;}
.text-clr-lm-blue{
    color: #251358 !important;}
.text-clr-lm-black{
    color: #282828 !important;}
.text-e-gray{
    color:  #3D3D3D !important;}
.text-clr-l-black{
    color: #323232 !important;}
.text-li-violet{
    color: #4F1DBF !important;}
.text-color-ml-mute{
    color: #5F5E5E !important;}
.text-color-xm-black{
    color: #5D5D5D !important;}
.text-color-lr-mute{
    color: #636363 !important;}
.text-clr-light-violet{
    color: #706192 !important;}
.text-clr-bli-gray{
    color: #686781 !important;}
.text-bl-mute{
    color: #898989 !important;}   
.text-li-clr-gray{
    color: #7C7B7B !important;}
.text-clr-li-gray{
    color: #777777 !important;} 
.text-li-clr-black{
    color: #171728 !important;}
.text-bl-clr-gray{
    color: #8C8C9E !important;}
.text-b-clr-black{
    color: #555555 !important;}
.text-blue{
    color:  #2C99FF !important;}
.text-clr-lm-mute{
    color: #696969 !important;}
.text-li-gray{
    color: #8A8A8A !important;}
.text-clr-light-black{
    color: #2E2C2C !important;}
.text-color-m-blue{
    color: #213265B2 !important;}
.text-b-black{
    color: #090909 !important;}
.text-ligh-gray{
    color: #1A1A1A99 !important;}
.text-ligh-l-gray{
    color: #8D8D8D !important;}
.text-clr-b-blue{
    color: #1B21BD !important;}
.text-clr-li-blue{
    color: #2C324B !important;}
.text-clr-light-gray{
    color: #2C324B !important;}
.text-clr-bl-gray{
    color: #9DAFBD !important;}
.text-blue-purple{
    color: #341B6E!important;}
.text-reddish-purple{
    color: #332355!important;}
.text-black{
    color:#000000!important;}   
.text-li-white{
    color: #F3E8FF !important;}

/*bg color  */
.bg-mute{
    background-color: #E9E9E9 !important;}
.bg-l-transparent{
    background-color: #F4F4F4 !important;}
.bg-l-orange{
    background: #FFB84E !important;}
.bg-m-orange{
    background: #FDBC5A !important;}
.bg-ml-blue{
    background-color: #3D1C62 !important;}
.bg-l-blue{
    background-color: #30154E !important;}
.bg-d-violet{
    background-color: #660087 !important;}
.bg-m-blue{
    background-color: #2C99FF !important;}
.bg-lm-blue{
    background: #CBE9FF !important;}
.bg-l-white{
    background-color: #F9F9F9 !important;}
.bg-l-Pale-Violet{
    background-color: #AE92FF;}
.bg-light-violet{
    background-color: #D3C3FF !important;}
.bg-l-yellow{
    background-color: #FDBC5A;}
.bg-m-white{
    background-color: #F2F2F2 !important;}
.bg-m-gray{
    background-color: #30154E!important;}
.bg-s-blue, .bg-s-blue:hover{
    background-color:#28cdff1c !important;
    color: #287EFF !important;}
.bg-lm-gray{
    background-color: #30154E !important;}
.bg-li-violet{
    background-color: #4F1DBF !important;}
.bg-dark-violet{
    background-color: #381093 !important;}
.bg-light-li-blue{
    background-color: #E9F5FF !important;}
.bg-li-b-violet{
    background-color: #F9F6FF !important;}
.bg-li-gray{
    background-color: #F9F9F9D1 !important;}
.bg-li-blue{
    background-color: #E3FFF2 !important;}
.bg-light-d-clr{
    background-color: #FBFAFF !important;}

.btn-cart-primary {
    background-color: #0195FF;
    border: #0195FF;}

hr{
    opacity: 1;}

/* badge-l-purple */
.badge-l-purple{
    color: #383838;
    background-color: #ECE3FF;}

.text-hone-violet {
    color: #4F1DBF !important;}

/* btn-l-violet */
.btn-l-violet,
.btn-l-violet:hover{
    background-color: #660087 !important;
    color: #fff !important;
    border: 1px solid #660087 !important;
}
.btn-d-violet,
.btn-d-violet:hover{
    background-color: #30154E;
    color: #FDBC5A;
    border: 1px solid #30154E;
}
/* btn-v-white */
.btn-v-white,
.btn-v-white:hover{
    background-color: #FFFFFF !important;
    color: #4F1DBF !important;
    border: 1px solid #FFFFFF !important;
}
/* /btn-l-violet */
.btn-l-green {
    background-color: #80f0bf;
    color: #287a56;
    border-color: #80f0bf;
}
/* btn-blue*/
.btn-dark-blue,
.btn-dark-blue:hover {
    background-color:#1180E7;
    color: #fff;
    border-color: #1180E7;} 

/* btn-li-black */
.btn-li-black,
.btn-li-black:hover {
    border: 1px solid #000000;
    color: #000000;
    background: #fff;
}
.btn-lx-blue, .btn-lx-blue:hover{
    background: #4F1DBF;
    color: #fff;
    border-color: #4F1DBF;
}

/* section */
section {
    position: relative;
    padding-top: 70px;
    padding-bottom: 70px;}

/* section-sub */
.section-sub {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;}

/* slick-equal-height */
.slick-equal-height .slick-track {
    display: flex;}
.slick-equal-height .slick-slide {
    display: flex;
    height: auto;}
.slick-equal-height .item {
    height: 100%;
    width: 100%;}


/* slick-overflow-initial */
.slick-overflow-initial .slick-list {
    overflow: initial;}


/* slick-disabled */
button.slick-disabled {
    cursor: default !important;}


/* slick-grid */
.slick-grid {
    margin-left: -10px;
    margin-right: -10px;}
.slick-grid .slick-slide {
    padding-left: 10px;
    padding-right: 10px;}
/**/
.slick-grid-15 {
    margin-left: -15px;
    margin-right: -15px;}
.slick-grid-15 .slick-slide {
    padding-left: 15px;
    padding-right: 15px;}




/* slick-arrows */
.slick-arrows .slick-next, 
.slick-arrows .slick-prev {
    z-index: 5;
    font-size: 22px;
    line-height: 40px;
    text-align: center;
    width: 40px;
    height: 40px;
    top: initial;
    bottom: 0;
    transform: translate(-50%, 0);
    border-radius: 50%;
    background-color: #ddd;}
.slick-arrows .slick-next:hover:before, 
.slick-arrows .slick-prev:hover:before {
    color: #000;}
.slick-arrows .slick-next {
    left: 52%;} 
.slick-arrows .slick-prev {
    left: 48%;}
.slick-arrows .slick-next:before, 
.slick-arrows .slick-prev:before {
    font-family: FontAwesome;
    color: #000;
    position: absolute;
    right: 50%;
    bottom: 50%;
    -webkit-transform: translate(50%,50%);
    -ms-transform: translate(50%,50%);
    transform: translate(50%,50%);}
.slick-arrows .slick-next:before {
    content: '\f105';}
.slick-arrows .slick-prev:before {
    content: '\f104';}




/* slick-single */
.slick-single .slick-list {
    padding-right: 150px !important;
    padding-left: 150px !important;}
@media (max-width: 991px) {
.slick-single .slick-list {
    padding-right: 85px !important;
    padding-left: 85px !important;}
}





/* contact-table */
.contact-table td {
  vertical-align: top;
  padding-top: 20px;
  color: #8b8c8d;}
.contact-table td img {
  height: 20px;
  padding-right: 15px;}
.contact-table td img[src="/static/public/images/icons/mail.png"] {
  height: 16px;}
.contact-table td a {
  color:#BBBBBC !important;
  display: block;
  font-size: 14px;
  text-decoration: none;}
footer .footer-para 
{
    color:#BBBBBC !important; 
}


/* contact-table */
.landpage-footer .contact-table td {
    font-size: 18px;
  vertical-align: top;
  padding-top: 20px;
  color: #fff;}
  .landpage-footer .contact-table td img {
  height: 20px;
  padding-right: 15px;}
.landpage-footer .contact-table td img[src="/static/public/images/icons/mail.png"] {
  height: 16px;}
.landpage-footer .contact-table td a {
  color:#fff !important;
  display: block;
  font-size: 18px;
  text-decoration: none;}
.landpage-footer  .footer-para {
    font-size: 16px;
    color:#fff !important; }
.landpage-footer .footer-para .read-more-container .read_more_btn{
    color: #fff !important;}

/* accordion */
.accordion .accordion-item .accordion-button {
  position: relative;}
.accordion .accordion-item .accordion-button::after {
  font-family: FontAwesome;
  content: '\f107';
  background-image: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 24px;
  right: 0px;
  display: block;
  margin-top: -8px;}
.accordion .accordion-item .accordion-button:not(.collapsed):after {
  content: '\f106';}





/* form-default */
.form-default .form-body .form-control:invalid, 
.form-default .form-body .form-select:invalid {
    background-color: #f2f2f2;}

/* company-signup */
.upload-img-sec{
    border: 0.96px solid #1399FF;
    width: 128px;
    height: 128px;
    background: #E9F5FF;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* company-landpage-header */
.header .company-landpage-header .menu-bar .menu .link-item .link:not(.active) {
    opacity: 1 !important;}
.header .company-landpage-header .right-sec .dropdown-toggle::after {
    display: none !important;}
.header .company-landpage-header .dropdown-menu.helplist{
    margin-top:21px !important;
    padding: 15px !important;
    border-radius: 10px !important;
    border: 0px !important;
    min-width: 230px !important;
    box-shadow: 3px 4px 13px 0px #0000001A !important;}
.header .company-landpage-header .dropdown-menu.helplist .dropdown-item.active{
    background-color: #fff;}
.header .company-landpage-header .dropdown-menu.helplist .dropdown-item,
.header .company-landpage-header .dropdown-menu.helplist .dropdown-item:hover{
    white-space: wrap !important;
    padding: 5px !important;
    background-color: #fff !important;}
.header .company-landpage-header .dropdown-menu.helplist li:not(:first-child):not(:last-child) {
    border-bottom: 1px solid #E1E1E1;}
.header .company-landpage-header .dropdown-menu.helplist li{
    padding-top: 5px;
    padding-bottom: 5px;}
.company-landpage header{
    box-shadow: 3px 4px 20px 0px #0000000F !important;
}
/* /company-landpage-header */
/*  */
#modal_signin .modal-footer .or-separator {
    display: flex;
    align-items: center;
    text-align: center;
    color: #666;
    margin:15px 0;}
#modal_signin .modal-footer .or-separator::before,
#modal_signin .modal-footer .or-separator::after {
    content: "";
    flex: 1;
    border-bottom: 1px solid #b0b0b0;}
      
#modal_signin .modal-footer .or-separator::before {
    margin-right: 10px;}
      
#modal_signin .modal-footer .or-separator::after {
    margin-left: 10px;}
/* / */

/* company-landpage */
.background-check .header,
.company-landpage-header .header,
.contractor_landing_page .header{
    box-shadow: 3px 4px 20px 0px #0000000F;
}
.company-landpage .banner-section {
    margin-top: 130px;}
.company-landpage .banner-section h1 {
    font-size: 60px;
    line-height: 134%;}
@media (max-width: 991px) {
.company-landpage .banner-section {
    margin-top: 20px;}
.company-landpage .banner-section h1 {
    font-size: 35px;} 
}
@media (max-width: 767px) {
.company-landpage .banner-section {
    margin-top: 20px;}
.company-landpage .banner-section h1 {
    font-size: 35px;}
}
.company-landpage .collab-company img{
    filter: grayscale(100%) brightness(0.9); }
.company-landpage .service-section .card{
    box-shadow: 0px 7px 14px 0px #080F3408 !important;
    border: 1px solid #E4E4ED !important;
    background: #FFFFFF;
    border-radius: 20px;}
.company-landpage .job-details-sec .card{
    box-shadow: 4px 4px 20px 0px #0000000D;
    border: 1px solid #E4E4ED;
    background-color: #fff;
    border-radius: 15px;}
.company-landpage .job-details-sec .post-job-card{
    box-shadow: 0px 7px 14px 0px #080F3408;
    border: 1px solid #E4E4ED;
    background-color: #fff;
    border-radius: 20px;}
.company-landpage .job-details-sec .post-job-card a{
    cursor: pointer;}
.company-landpage .job-details-sec .overlap-container {
    display: flex;
    align-items: center;
    position: relative;}
.company-landpage .job-details-sec .overlap-item {
    width: 30px;
    height: 30px;
    object-fit: cover;
    border-radius: 50%;
    margin-left: -5px; 
    z-index: 1;
    position: relative;}
.company-landpage .job-details-sec .overlap-item:nth-child(1) {
    z-index: 3; 
    margin-left: 0;}
.company-landpage .job-details-sec .overlap-item:nth-child(2) {
    z-index: 2;}
.company-landpage .job-details-sec .overlap-item:nth-child(3) {
    z-index: 1;}

@media (min-width: 768px) {
.company-landpage .job-details-sec .change-left{
    margin-left: 155px;
}
.company-landpage .job-details-sec .post-job-card{
    margin-top: -35px;
}

}
.company-landpage .post-job-sec .card{
    box-shadow: 0px 7px 14px 0px #080F3408;
    border: 1px solid #E4E4ED;
    border-radius: 20px;}
.company-landpage .post-job-sec .card-body{
    z-index: 5;}
.company-landpage .post-job-sec .top-right-circle{
    position: absolute;
    right: 0px;
    top: 0px;}
.company-landpage .post-job-sec .bottom-right-circle{
    position: absolute;
    right: 0px;
    bottom: 0px;}
.company-landpage .post-job-sec .bottom-left-circle{
    position: absolute;
    left: 0px;
    bottom: 0px;}
.company-landpage .subscribe-sec{
    border: 1px solid #E4E4ED;
    padding: 10px 13px;
    border-radius:1000px;}
.company-icon-wrapper {
    width: 61px;
    height: 61px;
    aspect-ratio: 61 / 61;
    background-color: #F15A24; /* orange background */
    border-radius: 9px;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.company-icon-img {
    width: 38.58399963378906px;
    height: 40.152000427246094px;
    aspect-ratio: 38.58399963378906 / 40.152000427246094;
    object-fit: contain;
}
.company-landpage .service-section .card .card-body ul{
    padding-left: 1rem;
    line-height: 28px;
}
.company-landpage .service-section .card .card-body ul li{
    font-size: 15px;
    color: #686781;
}
.company-landpage .service-section .card .card-body .load-more__btn-wrap .load-more__btn{
    background-color: transparent !important;
    color: #303030;
    font-size: 16px;
    padding: 0px;
    font-weight: 400;
}
.company-landpage .service-section .card .card-body .load-more__btn-wrap {
    text-align: start;
    margin-top: 25px;
}
/* /company-landpage */

/* branding-consulting-header */
.branding-consulting .enquire-page .left-img{
    border-radius: 12px;
    width: 100%;
    object-fit: cover;}
@media (max-width: 991px) {
.branding-consulting .enquire-page .left-img{
    height: 250px;
    width: 100%;}}
.branding-consulting .enquire-page input,
.branding-consulting .enquire-page textarea,
.branding-consulting .enquire-page .chosen-select{
    border: 1px solid #C1C1C1;
    border-radius: 41px;
    color: #555555;
    font-size: 12px;}
.branding-consulting .enquire-page .email-icon {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px; 
    pointer-events: none; }
.branding-consulting .enquire-page .email-input {
    padding-left: 40px; }
.branding-consulting .enquire-page .footer-dis{
    padding: 0px 57px;}
@media (max-width: 991px) {
.branding-consulting .enquire-page .footer-dis{
    padding: 0px 25px;}}
.branding-consulting .enquire-page .iti__selected-flag .iti__flag, 
.branding-consulting .enquire-page .iti__country-name {
    display: none !important;}
.branding-consulting .enquire-page .iti--separate-dial-code .iti__selected-flag{
    background-color: transparent;
    border-right: 1px solid #C1C1C1;} 
.branding-consulting .enquire-page .iti__selected-dial-code{
    font-size: 12px;
    color: #2C2A2A;}
.enquire-page .iti--allow-dropdown input, .enquire-page .iti--separate-dial-code input {
    padding-left: 70px !important;
}
.branding-consulting .enquire-page .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background-color: transparent;}
.branding-consulting .enquire-page .modal-footer a{
    cursor: pointer;}
/* /branding-consulting-header */

/* branding-consulting */
/* .branding-consulting .banner-section .container-space{
    margin-left: 12%;} */
.branding-consulting .banner-section h1 {
    font-size: 64px;
    line-height: 127%;}
.branding-consulting .banner-section .overlay-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #000000;
    font-size: 64px;
    white-space: nowrap; 
    pointer-events: none;}
.branding-consulting .banner-section .move-img {
    transform: translateX(80px);}
.branding-consulting .banner-img{
    width: 100%;
    height: 650px;
    object-fit: cover;
    object-position: top;}
@media (max-width: 991px) {
/* .branding-consulting .banner-section .container-space{
    margin-left: 10%;} */
.branding-consulting .banner-section h1,
.branding-consulting .banner-section .overlay-text {
    font-size: 35px;
    left: 37%;}
.branding-consulting .banner-section .move-img {
    transform: translateX(-10px);
    width: 100%;
    height: 60px;} 
.branding-consulting .banner-img{
    height: 520px;}}
@media (max-width: 767px) {
/* .branding-consulting .banner-section .container-space{
    margin: 0% 8%;} */
.branding-consulting .banner-section h1,
.branding-consulting .banner-section .overlay-text {
    font-size: 35px;
    left: 40%;}
.branding-consulting .banner-section .move-img {
    width: 100%;
    height: 55px;
    transform: translateX(10px);} }
.branding-consulting .banner-service h1 {
    font-size: 52px;
    line-height: 67.5px;}
.branding-consulting .banner-service .overlay-text {
    position: absolute;
    top: 50%;         
    left: 50%;       
    transform: translate(-50%, -50%);
    color: #000000;     
    font-size: 52px;
    pointer-events: none;}
@media (max-width: 991px) {
.branding-consulting .banner-service {
    margin-top: 20px;}
.branding-consulting .banner-service h1 {
    font-size: 35px;} 
.branding-consulting .banner-service .overlay-text{
    font-size: 30px;
    left: 38%;}
.branding-consulting .banner-service .move-img {
    width: 100%;
    height: 60px;
    transform: translateX(-30px);} }
@media (max-width: 767px) {
.branding-consulting .banner-service {
    margin-top: 20px;}
.branding-consulting .banner-service h1 {
    font-size: 35px;
    line-height: 50px;}
.branding-consulting .banner-service .overlay-text{
    font-size: 30px;
    left: 45%;}
.branding-consulting .banner-service .move-img {
    width: 100%;
    height: 55px;
    transform: translateX(-10px);} }
.branding-consulting .banner-service .card{
    background: #FCFCFC;
    border-radius: 5.6px;
    border: 1px solid #B194EB;}
.branding-consulting .banner-service .card img{
    width: 30px;
    height: 30px;
    object-fit: cover;}
.branding-consulting .banner-section h2 {
    font-size: 48px;
    line-height: 62.28px;}
.branding-consulting .banner-sections .container-space-bottom{
    margin-left: 17%;}
@media (max-width: 991px) {
.branding-consulting .banner-sections .container-space-bottom{
    margin-top: 20px;}
.branding-consulting .banner-sections h2 {
    font-size: 35px;} }
@media (max-width: 767px) {
.branding-consulting .banner-sections .container-space-bottom{
    margin: 0% 8%;}
.branding-consulting .banner-sections h2{
    font-size: 35px;}}
.branding-consulting .side-img{
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: top;}
@media (max-width: 991px) {
.branding-consulting .side-img{
    height: 450px;}}

.branding-consulting .banner-sections .container-space-bottom .titile{
    font-size: 46px;
    line-height: 58px;
}
.branding-consulting .banner-section .banner-video-content {
    width: 100%;
    aspect-ratio: 659 / 403;
    display: block;
    object-fit: cover;
    border-radius: 50px;
}
@media (max-width:767px){
.branding-consulting .banner-section .banner-video-content {
    width: 100%;
    aspect-ratio: 353/247;
    object-fit: cover;
    border-radius: 50px;
}
}
/* /branding-consulting */

/* branding-consulting-header */
.background-check .enquire-page .left-img{
    border-radius: 12px;
    width: 100%;
    object-fit: cover;}
@media (max-width: 991px) {
.background-check .enquire-page .left-img{
    height: 250px;
    width: 100%;}}
.background-check .enquire-page input,
.background-check .enquire-page textarea,
.background-check .enquire-page .chosen-select{
    border: 1px solid #C1C1C1;
    border-radius: 41px;
    color: #555555;
    font-size: 12px;}
.background-check .enquire-page .email-icon {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px; 
    pointer-events: none; }
.background-check .enquire-page .email-input {
    padding-left: 40px; }
.background-check .enquire-page .footer-dis{
    padding: 0px 57px;}
@media (max-width: 991px) {
.background-check .enquire-page .footer-dis{
    padding: 0px 25px;}}
.background-check .enquire-page .iti__selected-flag .iti__flag, 
.background-check .enquire-page .iti__country-name {
    display: none !important;}
.background-check .enquire-page .iti--separate-dial-code .iti__selected-flag{
    background-color: transparent;
    border-right: 1px solid #C1C1C1;} 
.background-check .enquire-page .iti__selected-dial-code{
    font-size: 12px;
    color: #2C2A2A;}
.background-check .enquire-page .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background-color: transparent;}
.background-check .enquire-page .modal-footer a{
    cursor: pointer;}
/* /branding-consulting-header */

/* background-check */
.background-check .banner-section {
    margin-top: 100px;}
.background-check .banner-section h1 {
    font-size: 64px;
    line-height: 127%;}
@media (max-width: 991px) {
.background-check .banner-section {
    margin-top: 20px;}
.background-check .banner-section h1 {
    font-size: 35px;} }
@media (max-width: 767px) {
.background-check .banner-section {
    margin-top: 60px;}
.background-check .banner-section h1 {
    font-size: 35px;}}
.background-check .banner-section .banner-pic{
    width: 100%;
    height: 430px;}
@media (max-width: 767px) {
.background-check .banner-section .banner-pic{
    width: 100%;
    height: 100%;}}
.background-check .banner-points h5{
    word-break: break-all;}
.background-check .banner-sections .container-space-bottom{
    margin-left: 17%;}
.background-check .banner-sections .container-space-bottom h2{
    background: linear-gradient(143.51deg, #5A24D4 50.79%, #7B50DD 90.89%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 131%;}
.background-check .banner-sections .container-space-bottom p{
    line-height: 175%;}
@media (max-width: 991px) {
.background-check .banner-sections .container-space-bottom{
    margin-top: 20px;}
.background-check .banner-sections h2 {
    font-size: 35px;} }
@media (max-width: 767px) {
.background-check .banner-sections .container-space-bottom{
    margin: 0% 8%;}}
.background-check .banner-sections .count{
    border-right: 1.13px solid #1B21BD;}
.background-check .side-img{
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: top;}
@media (max-width: 767px) {
.background-check .banner-sections .count{
    border: none;}
.background-check .side-img{
    height: 250px;}}
/* /background-check */


/* footer */
.landpage-footer .contact-table td a {
    color: #fff  !important;
    display: block;
    font-size: 14px;
}
.landpage-footer .footer-para {
    color: #fff  !important;
    line-height: 28px;
}
.landpage-footer .footer-menu li a{
    color: #fff;
    text-decoration: none;
}
/* /footer */


/* banner-cover */
.banner-cover {
  position: relative;
  overflow: hidden;}
.banner-cover::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, #000000a6, #000000a6)}
.banner-cover .img-primary {
  height: 750px;
  width: 100%;
  object-fit: cover;}
.banner-cover .caption {
  color: #fff;
  /* width: 85%; */
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);}
.banner-cover .caption h3 {
    font-size: 65px;
    font-weight: 900;
    line-height: 60px;
}
.banner-cover .caption hr {
    opacity: initial;
    margin-top: 0;
    max-width: 250px;
    height: 6px;}
.banner-cover .caption h4 {
    font-size: 28px;
    margin-top: 35px;}
.banner-cover .caption .btn {
    padding: 10px 37px;
    border-radius: 0;
    font-size: 15px;}
@media (max-width: 991px) {
.banner-cover .caption h3 {
    font-size: 48px;}
.banner-cover .caption h4 {
    font-size: 22px;
    margin-top: 30px;}
.banner-cover .caption .btn {
    padding: 8px 30px;
    font-size: 14px;}
}
@media (max-width: 767px) {
.banner-cover .caption h3 {
    font-size: 42px;}
.banner-cover .caption hr {
    height: 4px;}
.banner-cover .caption h4 {
    font-size: 18px;
    margin-top: 25px;}
}
    

/* home counter */
.counter-sec
{
    margin-top:-150px ;
    opacity: 1;
    z-index:2;
    margin-bottom: 60px;
    position: relative;
    
}
.counter-sec .counter-main
{
    background: #30154E;
    padding: 40px 0px ;
}
.counter-sec .counter-main .counter-img
{
    height: 35px;
}
.counter-sec .counter-main> p
{
    opacity: 0.8;
}
.about-sec .sub-head::after
{
content: '';
width: 30px;
position: absolute;
height: 2px;
color: #262626;
}
.card-sec .sm-card
{
padding: 30px 40px;
border-radius: 20px;
}
@media (min-width:992px)
{
    .sm-card.bg-yellow
{
    margin-top: -60px;
}
.sm-card.bg-l-blue
{
    margin-top: 30px;
}
.card-sec .sm-card
{
padding: 50px 60px;
border-radius: 20px;
}
.about-sec .about-img
{
    width: 500px;
    height: 300px;

}
}
@media (min-width:992px)
{
 .news-sec 
 { 
     background: linear-gradient(90deg, #F9F9F9 78%, #30154E 22%);
 }
 .news-dev
 {
    padding: 91px 0px;
    margin: -70px 0px;
 }
}
@media (max-width:992px)
{
.md-bg-gray
{
    background-color: #30154E !important;
    padding: 10px 10px;
}
.header .menu-toggle
{
    top: 50% !important;
}
body:not(.specific_scroll) .header-bg-transparent .header
{
    background-color: #fff !important;
}
}
.news-sec .news-heading
{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.accordion-button:not(.collapsed)
{
    background-color: #fff;
    color: #000;
}
.faq-sec .accordion-button {
padding-left: 0px;
}
.faq-sec .accordion-body
{
    padding-left: 0px;
}
.faq-sec .accordion-button:focus
{
    box-shadow: none;
}
.accordion-item
{
    border-bottom: 1px solid rgba(0,0,0,.125);
    border:none ;
}
.accordion-header
{
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.accordion-button:focus, .accordion-button:not(.collapsed), .accordion-button:focus {
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.testimonial-sec .item-img .slider-img
{
    filter: grayscale(80%); 
    opacity: 0.7;
}
.testimonial-sec .item-img .slider-img:hover
{
    opacity: 1;
}
 .testimonial-sec .item-img .slider-img.a
 {
    max-width: 100%;
    height: 87.5px;
    width: 156.58px;

 }
 .testimonial-sec .item-img .slider-img.b
 {
    max-width: 100%;
    height: 55.26px;
    width: 258.81px;
    margin-top: 30px;

 }
  .testimonial-sec .item-img .slider-img.c
 {
    max-width: 100%;
    height: 34.08px;
    width: 193.42px;
    margin-top: 35px;

 }

 .testimonial-sec .item-img .slider-img.d
 {
    max-width: 100%;
    height: 119.73px;
    width:382.23px;

 }
 /* contactor */
 .post-job-sec .card {
      padding: 50px 20px !important;
}
.post-job-sec .video-card {
  position: relative;
  height: 353px;
  border-radius: 23px;
  width: 100%;
  aspect-ratio: 584 / 353; /* maintains width-to-height ratio */
}
.post-job-sec .video-card img.video-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-job-sec .video-card::after {
  position: absolute;
  content: "";
  inset: 0;
  background-color: #0000004D;
}
.post-job-sec .video-card .video-icons-card {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.post-job-sec .video-card .video-icons-card .play-icon {
  width: 110px;
  height: auto;
}
/* Responsive (for screens below 992px) */
@media (max-width: 992px) {
  .post-job-sec .video-card {
    width: 100%;
    max-width: 450px;
    height: 353px !important;
    border-radius: 23px;
  }
}
/* footer */
footer {
    background-color: #262626;
    color: #fff;}
/* footer-top */
footer .footer-top {
    padding-top: 60px;
    padding-bottom: 60px;}
.footer-top .footer-menu li a{
    text-decoration: none;
    color: #fff;
}
.footer-top .footer-para .read-more-container .read_more_btn{
    color: #fff !important;
}
footer  .social-icons li 
{
    list-style: none;
}
footer .footer-menu li
{
    font-size: 18px;
    padding: 10px 5px;
}
.landpage-footer .footer-menu li
{
    font-size: 18px;
    padding: 9px 5px;
}
.login-with-google-btn {
    padding: 12px 16px 12px 17px;
    border-radius: 3px;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, .04), 0 1px 1px rgba(0, 0, 0, .25);
    color: #2B2B2B;
    background-color: white;
    background-repeat: no-repeat;
    background-position: 12px 11px;
    border: 1px solid #000;
}
.google-img{
    max-width: 35px !important;
    max-height: 25px !important;
    margin-right: 10px;}
.chose-item{
    display: inline-flex;
    border: 1px solid black;
    border-radius: 10px;
    padding: 30px 10px;
    margin-bottom: 10px;}
.chose-item.a
{
    padding: 30px  10px 10px 10px; 
}
.selectable {
    cursor: pointer;
    transition: background-color 0.3s;
  }

  .selected {
    background-color:#6323ab1d;
    border: 1px solid #6323ab;
  }


hr[role="tournament6"]::before {
    position: absolute;
    background-color: #ffffff;
    padding: 0px 10px;
    transform: rotate(0deg);
    left: 76%;
    margin: -10px 0px 0px -22px;
    content: " OR";
}
@media (max-width:767px) {
    hr[role="tournament6"]::before {
        left: 50%;
    }
    .sm-d-block
    {
        display: block !important;
    }
    .md-mb-3
    {
        margin-bottom: 1rem;
    }
    section
    {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
    
}
@media (min-width:992px)
{
    .md-none
    {
        display: none;
    }
    .news-list
{
   margin-left: 20px; 
   padding-left: 30px;
}
}
.sm-card
{
    padding: 30px 20px;
    background-color: #fff;
}
.sm-card .card-body
{
    padding: 10px;
    background-color:#F4F4F4;
}
.sm-card .card-body .card-img
{
   height: 50px;
   width: 49px;
}
 .caleder-img
{
    width: 30px;
    height: 30px;
}
.sm-card .active .card-body
{
    background-color:#30154E ;
    color: #fff !important;
}
.foot-cart-card .fa
{
    font-size: 12px;
}
.card
{
    padding: 20px 20px;
}
.card-right
{
    padding: 15px 15px;
    background-color: #fff;
}
.card-right.active
{
    background-color:#30154E;
    color: white;
}
.card-right.active .a-yellow
{
    color: #FDBC5A;
}
.btn-down, .btn-up, .btn-up:hover, .btn-down:hover
{
    padding: 10px 15px 10px 20px;
    background-color:#ffffff;
    text-decoration: none;
    color:#000;
    margin: 10px 0px;
    box-shadow: 1px 1px #dddddd;
}
.cash-btn
{
    padding: 15px 5px;
}
.login .form-default .form-body .attach-label-btn
{
    background-color: #fff;
}
.login .form-default .form-body .attach-label-btn .attach-label
{
    background-color: #000 !important;
    width: 120px;
    height: 32px;
    line-height: 31px;
    padding-left: 0px 0px !important;
}
.login .form-default .form-body .attach-label-btn input[type="file"] {
margin-left: 47px !important;
}
.login .form-default .form-body .form-label
{
    font-family:airbnb_cereal_appbook !important;
}
.index .card-sec ul li
{
    margin-bottom: 0.8rem;
}
.index .card-sec h3
{
    line-height: 42px;
}
.sidebar .active img:first-child, .sidebar a:not(.active) img:last-child
{
    display: none;
}
.sidebar .active img:last-child, .sidebar a:not(.active) img:first-child 
{
    display: block;
}
.projects-tabs__item {
    display:none;
}


.about_page{
    font-family: 'Poppins', sans-serif;
}
.about_page .about-title{
    background-color: #C6B2FF;
    padding-top: 100px !important;
}
.about_page .about-title h1{
    color: #660087;
    font-size: clamp(32px, 5vw, 67px);
    font-weight: 700;
}
/* .about_page .video-card::after{
    content: none !important;
} */
@media (min-width: 768px) {

}
/* .about_page .video-card .about-img{
    z-index: 1;
    max-width: 100%;
    aspect-ratio: 523/315;
    object-fit: cover;
}
.about_page .video-card .about-img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: #000000;
} */

.about_page .video-card {
    position: relative;
}

.about_page .video-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: #000000;   
    opacity: 0.2;        
    border-radius: 28px;
    z-index: 1;
}

.about_page .video-card .about-img {
    max-width: 100%;
    aspect-ratio: 523/315;
    object-fit: cover;
    position: relative;
    z-index: 1;
    border-radius: 28px;
}


.about_page .video-card .play-icon{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 118px;
    height: 118px;
    transform: translate(-50%, -50%);
    z-index: 2;}
.what-we-sec .sm-card{
    box-shadow: 2px 2px 25px 0px #0000004D;
    background: #ffffff;
    border-radius: 9px;
    color: #000000;
}
.what-we-sec .sm-card:hover{
    box-shadow: 2px 2px 25px 0px #0000004D;
    background: #660087;
    color: #fff;
}

.what-we-sec .sm-card h5{
    font-size: 18px;
    font-family: poppinssemibold;

}.what-we-sec .sm-card p{
    color: #464646;
    font-size: 13px;
    line-height: 140%;
    margin-bottom: 0px;
}
.what-we-sec .sm-card:hover p{
    color: #CECECE;
}
.what-we-sec .sm-card:hover .read_more_btn {
    color: #fff !important;
}
.what-we-sec .sm-card .icons .img-b{
    display:inline-block
}
.what-we-sec .sm-card .icons .img-w{
    display: none;
}
.what-we-sec .sm-card:hover .icons .img-b{
    display: none;
}
.what-we-sec .sm-card:hover .icons .img-w{
    display: inline-block;
}
.what-we-sec .sm-card:hover .icons img{
    transition:.5s;
}
.what-we-sec .sm-card .icons{
    border-radius: 50%;
    padding: 9px 10px;
    color: white;
    display:inline-block;
    margin: 10px 0px;

}
@media(min-width:567px)
{
.what-we-sec .m-t-20px{
    margin-top: -30px;}

}
.what-we-sec .what-we-sec-detail h2{
    color: #000000;
    font-size: 36px;
}
.what-we-sec .what-we-sec-detail p{
    font-size: 16px;
    line-height: 28px;
}
.team-sec .team-sec-title h2{
    color: #660087;
    font-size: 36px;
    line-height: 47.52px;
    text-transform: capitalize;
}
.team-sec .team-sec-title p{
    color: #660087;
    font-size: 16px;
    line-height: 28px;
}
.team-sec .team-slick{
    margin-left: -15px;
    margin-right: -15px;
}
.team-sec .team-slick .slick-item{
    width: 100%;
}
.team-sec .team-slick .item{
    padding-left: 15px;
    padding-right: 15px;
    box-shadow: 2px 2px 25px 0px #7627BB1A;
    padding: 8px;
    background-color: #fff;
    margin: 0px 15px;
    border-radius: 15.12px;
}
.team-sec .team-slick .team-card .team-img{
    max-width: 100%;
    width: 100%;
    height: 438PX;
    object-fit: cover;
    border-radius: 15.12px;
}
.team-sec .team-slick .team-card::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50%; 
    border-radius: 15.12px;
    background: linear-gradient(
      357.27deg,
      rgba(0, 0, 0, 0.45) -7.19%,
      rgba(1, 1, 1, 0.61) 11.32%,
      rgba(4, 4, 4, 0.592751) 11.32%,
      rgba(18, 18, 18, 0.505994) 48.35%,
      rgba(60, 60, 60, 0) 85.37%
    );
    pointer-events: none; 
}
.team-sec .team-slick .team-card .cont{
    position: absolute;
    bottom: 0;
    left: 20px;
    z-index: 1;
}
.team-sec .team-slick .team-card .cont h4{
    font-size: 22px;
}
.team-sec .team-slick .team-card .cont p{
    font-size: 12px;
}
.testimonial-sec h3{
    font-size: 32px;
}
/* .about_page .video-card::after{
    position: absolute;
    content: '';
    background: url(../images/icons/half-circle.png);
    z-index: 2;
    width: 100% !important;
    height: 100% !important;
    min-height: 576px;
    background-position: center;
    bottom: -156px;
    right: -164px;
    background-repeat: no-repeat;
    z-index: 0;

} */
@media(max-width:767px){
    .about_page .video-card::after{
        display: none;
    }
}
/* @media(min-width:992px){
    .about_page .video-card::after{
        min-height: 660px;
    }
} */
@media(min-width:567px) and (max-width:992px)
{
    .service-sec .service-card{
        padding: 30px 30px;
    }
}
.service-sec .service-card{
    padding: 25px 20px;
    }
.service-sec .service-card .service-img-card img{
    position: relative;
    z-index: 1;
}
.service-sec .service-card .service-img-card::after{
    content: "";
    position: absolute;
    border-radius: 0px;
    right: -15px;
    bottom: -15px;
    background: #8668A9C7;
    border-radius: 28px;
    transform-origin: right 40%;
    z-index: 0;
    transition: 0.5s ease-in-out all;
    width: 95%;
    height: 95%;
    opacity: 30%;
}
.service-sec .service-card.bg-l-orange .service-img-card::after{
    background: #FFF0DA;
}
.contact_page .form-control
{
    border: 1px solid #C1C1C1;
    border-radius: 41px;
    padding: 12px 15px; 
}
.contact_page .form-control::placeholder{
    color: #555555 !important;
}
.contact_page .contact-card{
    box-shadow: 2px 2px 25px 0px #0000004D;
    background:#fff;
    padding: 1.4rem 1rem;
}
.contact_page .contact-from-sec{
    padding-bottom: 0px;
}
@media(min-width:992px)
{
    .contact_page .contact-card{
      top: -135px;
      position: absolute;
    }
    .contact_page .contact-from-sec
    {
        padding: 60px 0px 140px;
    }
    .contact_page .contact-card{
        box-shadow: 2px 2px 25px 0px #0000004D;
        background:#fff;
        padding: 2.4rem 2rem;
    }
    .service-sec .service-card{
        padding: 40px 30px;
    }
}
.news_blog_page .news-blog-sec .card{
    box-shadow: 2px 2px 25px 0px #9F9F9F26;
    border-radius: 15px;
    height: 490px;
}
.news_blog_page .news-blog-sec .card .blog-news-img{
    max-width: 100%;
    width: 100%;
    height: 100%;
    max-height: 280px;
    object-fit: cover;
}
.news_blog_page .card{
    padding: 10px;
}
.news_blog_page .news-blog-sec .btn-expolre, .news_view_page  .btn-expolre {
    border: 1px solid #251358;
    text-decoration: none;
    color:#251358;
    padding: 10px 20px;
}
.news_blog_page .news-blog-sec .pagination{
    box-shadow: 1.1px 1.1px 10.96px 0px #00000026;
    border-radius: 40px;
}
.news-blog-sec .page-item .page-link{
    border: none;
    color: #656565;
    border-radius: 42.41px;
    margin: 0px 10px;
    box-shadow: none;
}
.news-blog-sec .page-item .page-link.active{
    background: #121E58D4;
    color: #ffffff;
}
.blog-view-sec .blog-view-img{
    width: 100%;
    max-width: 100%;
    height: 300px;
    object-fit: cover;
}
.blog-view-sec .img-card::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #000000;
    opacity: 30%;
}
/* contractor create acount page  */
.contractbutt {
    background: #fff;
    color: #30154E;
    padding: 10px 30px;
    margin: 0;
    font-family: 'poppinssemibold';
    border: 1.25px solid #30154E;
    border-radius: 12px;}
.contractbutton {
  background: #30154E;
  color: #FDBC5A !important;
  padding: 10px 8px;
  margin: 0;
  font-family: 'poppinssemibold';
  border: 1px solid #30154E;
  border-radius: 12px;
}

/* prevent color change on hover/focus/active */
.contractbutton:hover,
.contractbutton:active {
  color: #FDBC5A !important;
}
    .fixed-btn {
  width: 126px !important;   /* lock width */
  height: 40px !important;   /* lock height */
  min-width: 126px;
  min-height: 40px;
  max-width: 126px;
  max-height: 40px;
  line-height: 40px;         /* keeps text vertically centered */
  padding: 0 !important;     /* remove extra padding */
  text-align: center;
}
    
/* contractor landing page  */
/* banner */
.contractor_landing_page .banner-section h1{
    font-size: 30px;
}
.banner-section .banner-right{
    border-radius:0px 0px 0px 0px ;}
.contractor_landing_page .banner-section h1{
    font-size: 30px;}
@media (min-width:1200px){
  .contractor_landing_page .banner-section h1{
    font-size: 58px;
  }  
}
@media (min-width:992px) and (max-width:1199px){
  .contractor_landing_page .banner-section h1{
    font-size: 44px;
  }  
}
/*  */
@media (max-width:992px){
.work_sec .video-card {
    max-width: 450px;
    width: auto;
    margin: auto;}
}
.work_sec .video-card::after{
    position: absolute;
    content: "";
    inset: 0;
    background-color: #0000004D;}
.work_sec .video-card .video-icons-card {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;}
.work_sec .video-card .video-icons-card .play-icon{
    width: 110px;
    height: auto;}
/* overview-sec */
.overview_sec .dashed-card .dashed-arrows{
    position: absolute;
    left: 12%;
    top: 49px;
    width: 77%;
    z-index: 1;}
.overview_sec .sm-card .circle-card{
    width: 72px;
    height: 72px;
    border-radius: 100%;
    margin: auto;
    z-index: 2;
    background: #4F1DBF;}
.overview_sec .sm-card .circle-card span{
    font-size: 24px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);}
.overview_sec .overview-title {
  text-align: center;
}
.overview_sec .overview-top-text {
  font-family: 'Airbnb Cereal App', sans-serif;
  font-weight: 500;      
  font-style: normal;
  font-size: 24px;
  line-height: 100%;    
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 6px;
  color: #6A0DAD;       
}
.overview-main-title {
  font-family: 'Airbnb Cereal App', sans-serif;
  font-weight: 700; 
  font-style: normal;
  font-size: 30px;
  line-height: 44px;
  letter-spacing: 0;
  margin: 0;
  color: #212121; 
}


/* professional */
.professionals_sec ul{
    list-style: none;
    text-decoration: none;} 
@media (max-width:992px){
.professionals_sec .img-card {
    max-width: 450px;
    width: auto;
    margin: auto;}
}
/* company uploading image   */
.company_login_page .profile-change {
  position: absolute;
  bottom: -10px;
  right: 0px;
}
.company_login_page .profile-icon{
    width: 118px;
    height: 118px;
    border-radius: 50%;
    object-fit: cover;}

/* /description-services */
.logo-sec .visa-img{
    width: 120px;
    aspect-ratio: 120/60;
    object-fit: cover;
}
.logo-sec .masterid-img{
    width: 100%;
    aspect-ratio: 150/150;
    object-fit: cover;
}
.description-services .head{
    z-index: -1 !important;
}
   .but-violes,
   .btn-violet {
    background-color: #660087;
    color: #FFFFFF;
    }
.language-box {
  background-color: #f7e8ff;
  color: #6a0dad;
  display: inline-flex;
  align-items: center;
  padding: 6px 3px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: 0.3s;
}

.language-box:hover {
  background-color: #f0d5ff;
}
 .change-text {
  font-size: clamp(10px, 1vw, 14px) !important;

 } 
.language-select {
  background: transparent;
  border: none;
  color: #6a0dad;
  font-size: 14px;
  font-weight: 500;
  outline: none;
  cursor: pointer;
}
.language-select option {
  background-color: #f7e8ff; 
  color: #6a0dad;         
}
.language-select option:hover {
  background-color: #f0d5ff;
  color: #6a0dad;
}
.language-select:focus option:checked {
  background-color: #e3c8ff;
  color: #6a0dad;
}
  .language-box img {
    width: 18px;
  }

/* candidate sing up modal */
  .sign_modal .modal-content .left-img{
    height: 340px;
    width: auto;}
.sign_modal .modal-footer .btn-sign{
    background: #30154E;
    color: #FDBC5A;
    padding: 10px 8px;
    margin: 0;
    font-family: 'poppinssemibold';
    border:1px solid #30154E ;
    border-radius: 12px;}
.sign_modal .modal-footer .login-with-google-btn {
    width: 100%;
    margin: 0;
    background-color: #fff;
    padding: 8px 8px;
    border-radius: 12px;
    color: #2B2B2B;
    background-position: 12px 11px;
    border: 1.5px solid #000;}
.sign_modal .modal-footer .login-with-google-btn .google-img{
    width: 25px !important;
    height: 25px !important;
    margin-right: 10px;}

/*  */
.sign_modal .modal-footer .or-separator {
    display: flex;
    align-items: center;
    text-align: center;
    color: #666;
    margin:15px 0;}
.sign_modal .modal-footer .or-separator::before,
.sign_modal .modal-footer .or-separator::after {
    content: "";
    flex: 1;
    border-bottom: 1px solid #b0b0b0;}
      
.sign_modal .modal-footer .or-separator::before {
    margin-right: 10px;}
      
.sign_modal .modal-footer .or-separator::after {
    margin-left: 10px;}
/* candidate-landing-page */
.candidate-landing-page .job-banner {
    background-color: #AE92FFf1;
    color: #fff;
    font-family: 'Poppins', sans-serif;
}
@media (max-width:767px){
    .candidate-landing-page .job-banner {
        padding-bottom: 73px !important;
    }
}
.candidate-landing-page .form-control::placeholder {
    color: #6C5274 !important;
}
.candidate-landing-page .form-control {
    padding-left: 35px !important  ;
    font-size: 14px !important;
}
.candidate-landing-page .form-control {}
.candidate-landing-page .iti.iti--allow-dropdown .form-control {
    padding-left: 74px !important  ;
}
.candidate-landing-page .job-banner h1 {
    font-family: 'Gotham Black', sans-serif;
    font-weight: 500;
    font-size: clamp(37.71px, 3.5vw, 48px);
    line-height: clamp(44px, 4.2vw, 56px);    
    letter-spacing: -1.2px;
}
.candidate-landing-page .job-banner h1 span {
    color: #660087;
}
.candidate-landing-page .banner-content button {
    background-color: #660087;
    color: #FFFFFF;
    border: none;
    border-radius: 16px;
    font-size: clamp(13px, 1.5vw, 16px);
}
@media (max-width:767px){
.candidate-landing-page .banner-content button {
    border-radius: 9.45px;
    box-shadow: 0px 1.18px 2.36px -1.18px #0000001A;
}
}
.candidate-landing-page .job-banner p {
    font-family: 'Segoe UI Symbol', sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    font-size: clamp(13px, 1.8vw, 17.4px);
    line-height: clamp(22px, 2.2vw, 28px);
    color: #fff;
}
.candidate-landing-page .job-banner input {
    border-radius: 16px !important;
    border: 1px solid var(--color-azure-84, #CBD5E1) !important;
    color: #6C5274 !important;
    font-size: clamp(12px, 1.5vw, 14px) !important;
}
@media (max-width:767px){
.candidate-landing-page .job-banner input {
    border-radius: 9.45px !important;
}
}
.candidate-landing-page .job-banner .small-note {
    color: #FFFFFF;
    font-size: clamp(11px, 1.4vw, 14px);
    margin-top: 14px;
}
@media (max-width:767px){
.candidate-landing-page .job-banner .small-note {
    margin-top: 7px;
}
}
.candidate-landing-page .job-banner .banner-video {
    display: flex;
    justify-content: center;
    align-items: center;
}
.candidate-landing-page .job-banner .banner-video-content {
    width: 100%;
    aspect-ratio: 595 / 363;
    display: block;
    object-fit: cover;
    border-radius: 40px;
    border: 3px solid #D9CCFF;
}
@media (max-width:767px){
.candidate-landing-page .job-banner .banner-video-content {
    width: 100%;
    aspect-ratio: 353/247;
    object-fit: cover;
    border-radius: 18px;
    border: 3px solid #D9CCFF;
}
}
.candidate-landing-page .job-banner .input-img-icon {
    position: absolute;
    top: 50%;
    left: 14px;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    object-fit: contain;
    pointer-events: none;
}
.candidate-landing-page .job-banner .feature-card {
  background: #fff;
  color: #0F172A;
  border-radius: 16px;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  box-shadow: none !important;
}
@media (max-width: 768px) {
    .candidate-landing-page .job-banner .feature-card {
      flex-direction: column;
      text-align: center;
    }
}

.candidate-landing-page .job-banner .feature-card .d-flex {
  width: 100%;
  flex-wrap: nowrap;
}
.candidate-landing-page .job-banner .feature-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
.candidate-landing-page .job-banner .feature-icon {
    width: 38px;
    height: 38px;
    flex-shrink: 0;
}
}
.candidate-landing-page .job-banner .find-time-card {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 10;
}
.candidate-landing-page .job-banner .feature-card h5 {
  color: #0F172A;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
@media (max-width: 767px) {
.candidate-landing-page .job-banner .feature-card h5 {
    font-size: 14px;
    line-height: 24px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #0F172A;
}
}
.candidate-landing-page .job-banner .feature-card p {
  color: #475569;
  font-weight: 400;
  line-height: 20px;
  font-size: 14px;
}
@media (max-width: 767px) {
.candidate-landing-page .job-banner .feature-card p {
    color: #475569;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
} 
}
.candidate-landing-page .explore-categories{
    padding-top: 120px !important;
}
/* Responsive */
@media (max-width: 992px) {
  .candidate-landing-page .explore-categories {
    padding-top: 195px !important;
  }
}
@media (max-width: 768px) {
  .candidate-landing-page .job-banner .feature-card .d-flex {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .candidate-landing-page .job-banner .feature-card h5 {
    font-size: 15px;
  }
  .candidate-landing-page .job-banner .feature-card p {
    font-size: 13px;
  }


}
@media (max-width: 768px) {
    .candidate-landing-page .explore-categories {
        padding-top: 260px !important;
    }

    .candidate-landing-page .job-banner .find-job {
        padding-bottom: 20px;
    }
}
@media (min-width: 407px) and (max-width: 486px){
    .candidate-landing-page .explore-categories {
        padding-top: 300px !important;
    }
}
@media (max-width: 406px) {
    .candidate-landing-page .explore-categories {
        padding-top: 420px !important;
    }
}
.candidate-landing-page .explore-categories {
    background-color: #f9f6ff;
}
.candidate-landing-page .explore-heading {
    font-size: clamp(26px, 1.2vw, 30px);
    line-height: 36px;
    font-family: poppinsbold;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 10px;
    color: #0F172A;
}

.candidate-landing-page .explore-categories p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: clamp(14px, 1vw, 15.6px);
    line-height: 24px;
    letter-spacing: 0;
    margin: 0;
    color: #475569 !important;
    
}
.candidate-landing-page .explore-categories h5 {
    font-family: 'Segoe UI Symbol', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0;
    margin-bottom: 8px;
}
.candidate-landing-page .explore-categories .job-card .content h4 {
    font-family: 'Segoe UI Symbol', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #0F172A;
}
@media (max-width: 768px) {
.candidate-landing-page .explore-categories .job-card .content h4 {
    color: #0F172A;
    font-family: poppinsmedium;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
}
}
.candidate-landing-page .explore-categories .job-card .content ul li {
    display: flex;
    align-items: center;
    gap: 6px; 
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: clamp(12px, 1.2vw, 15.9px);
    line-height: 38px;
    letter-spacing: 0;
    color: #334155;
}
.candidate-landing-page .explore-categories .job-card .content ul li img{
    width: 15px;
    height: 15px;
    flex-shrink: 0;

}
@media (max-width: 768px) {
.candidate-landing-page .explore-categories .job-card .content ul li {
    line-height: 28px;
}
.candidate-landing-page .explore-categories .job-card .content ul li img{
    width: 13px;
    height: 13px;
    flex-shrink: 0;

}
}
.candidate-landing-page .explore-categories .job-card .content ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.candidate-landing-page .explore-categories .job-card {
    background: #ffffff;
    border-radius: 24px;
    transition: all 0.3s ease;
    padding: 25px;
    text-align: left;
    border: 1px solid var(--color-grey-91, #E2E8F0);
    box-shadow: 0px 1px 2px 0px #0000000D;
}
@media (max-width: 767.98px) {
.candidate-landing-page .explore-categories .job-card {
    background: #ffffff;
    border-radius: 19.91px;
    transition: all 0.3s ease;
    padding: 18px;
    text-align: left;
    border-top: 0.83px solid var(--color-grey-91, #E2E8F0);
    box-shadow: none !important;

}  
}   
.candidate-landing-page .explore-categories .image-wrapper {
    width: 100%;
    height: 180px;
    overflow: hidden;
    border-radius: 12px;
}
.candidate-landing-page .explore-categories .job-img {
    width: 100%;
    aspect-ratio: 344.6600036621094 / 193.86000061035156;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
@media (max-width: 767.98px) {
.candidate-landing-page .explore-categories .job-img {
    width: 100%;
    aspect-ratio: 286/161;
    object-fit: cover;
}
}
.candidate-landing-page .explore-categories .content{
    margin-top: 20px;
}
@media (max-width: 767.98px) {
.candidate-landing-page .explore-categories .content{
    margin-top: 10px;
}
}
  .candidate-landing-page .explore-categories .job-card {
    box-shadow: 0.9px 5.38px 39.34px 0px #30303014;
    transition: transform 0.4s ease, box-shadow 0.4s ease; 
}

  .candidate-landing-page .explore-categories .job-card:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}
@media (max-width: 1174px) {
    .candidate-landing-page .explore-heading {
        margin-top: 50px !important;

    }
}

.slick_slider_explore.slick-grid-15 {
    margin-left: -15px;
    margin-right: -15px;}
.slick_slider_explore.slick-grid-15 .slick-slide {
    padding-left: 15px;
    padding-right: 0px !important;}

.land {
  background: #660087;
}
.candidate-landing-page .banner-img {
  width: 100%;
  height: auto;
  max-height: 454px;
  object-fit: cover;
  border-radius: 20px !important;
}
@media (min-width: 992px) {
  .candidate-landing-page .banner-img {
    height: 100%;
    max-height: 500px;
  }
}
.candidate-landing-page .step-card-wrapper {
  display: flex;
  height: 100%;
}
.candidate-landing-page .step-card {
  background-color: #fff;
  color: #000;
  padding: 35px;
  border-radius: 20px;
  flex: 1;
  transition: all 0.3s ease;
}
.candidate-landing-page .step-card:hover {
  transform: translateY(-5px);
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.15);
}
.candidate-landing-page .step-number {
  width: 35px;
  height: 35px;
  background-color: #9333EA;
  color: #fff;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin-bottom: 10px;
}
.candidate-landing-page h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: clamp(26px, 2vw, 34px);
  line-height: 36px;
  color: #fff;
}
.candidate-landing-page .sub-text {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}
.candidate-landing-page .step-card h5 {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: clamp(16px, 1.2vw, 20px);
  color: #0F172A;
  margin-bottom: 6px;
}
.candidate-landing-page .step-card p {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(13px, 1vw, 16px);
  color: #475569;
  margin-bottom: 0;
  line-height: clamp(20px, 1.5vw, 24px);
}
@media (max-width: 767.98px) {
  .candidate-landing-page .step-card {
    padding: 25px;
  }
  .candidate-landing-page .banner-img {
    margin-bottom: 20px;
  }
}
/* faq */
.candidate-landing-page .faq-section .main-head {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: clamp(26px, 2vw, 34px);
    line-height: 36px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #0F0F0F;
}
.candidate-landing-page .faq-section .sub-text {
    font-family: "Font 4", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: clamp(14px, 1vw, 15.8px);
    line-height: 24px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #475569;
}
.candidate-landing-page .faq-section.bg {
    background: linear-gradient(180deg, #f7f2ff, #fdfbff);
}
.candidate-landing-page .faq-section .faq-card {
    background: white;
    border-radius: 15px;
    transition: 0.3s;
    border: 1px solid var(--color-grey-91, #E2E8F0);
    color: #0F172A;
}
.candidate-landing-page .faq-section .faq-card span{
    font-size: clamp(14px, 2vw, 16px);
    text-align: left;
}
.candidate-landing-page .faq-section .badge {
    background-color: #F3E8FF;
    color: #7E22CE;
    font-size: 12px;
    padding: 6px 12px;
}
.candidate-landing-page .faq-section .next-card {
    background-color: #AE92FF;
    border-radius: 20px;
}
@media (max-width: 767.98px) {
.candidate-landing-page .faq-section .next-card {
    background-color: #AE92FF;
    border-radius: 0px;
}  
}
.candidate-landing-page .faq-section .image-box img,
.candidate-landing-page .faq-section .image-box video {
    width: 631px;
    height: 388px;
    aspect-ratio: 631/388;
    object-fit: cover;
    border-radius: 16px;
    display: block;
}
.candidate-landing-page .faq-section .create-btn {
    background-color: #7E22CE;
    color: #FFFFFF;
    font-size: clamp(15.6px, 1.2vw, 18.66px);
    box-shadow: 0px 2px 4px -2px #0000001A;
    min-width: 421px;
    /* padding: 15px 58px 15px 58px !important; */
    border-radius: 19.14px !important;
}   
@media (max-width: 767.98px) {
    .candidate-landing-page .faq-section .create-btn {
        border-radius: 16px !important;
        min-width: 100%;
        
}
}
.candidate-landing-page .faq-section .browse-btn {
    border: 1.2px solid #7E22CE;
    color: #7E22CE;
    border-radius: 16px;
    min-width: 421px;
    font-size: clamp(15.6px, 1.2vw, 18.66px);
    /* padding: 15px 95px 15px 95px !important; */
}
@media (max-width: 767.98px) {
    .candidate-landing-page .faq-section .browse-btn {
        border-radius: 16px !important;
        min-width: 100%;
}
}
.candidate-landing-page .faq-section .next-card {
    padding-bottom: 20px !important;
    padding-top: 30px !important;
}
/* footer */
.footer-section {
    background-color: #660087;
    color: white;
    font-family: 'Arial', sans-serif;
}
.footer-section a:hover {
    text-decoration: none;
}
.footer-section .footer-title {
    white-space: normal;
    word-wrap: break-word;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 10px;
}
.footer-section a {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    line-height: 35px;
    letter-spacing: -2%;
    color: #FFFFFF;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 6px;
}
.footer-section h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: -2%;
}
.footer-section p {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: -2%;
}
.footer-section .btn-custom {
    background-color: white;
    color: #64008F;
    border-radius: 13px;
    font-weight: 600;
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: 14px;
    border: none;
}
.footer-section .btn-outline {
    background: transparent;
    color: white;
    border: 1px solid white;
    border-radius: 13px;
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: 14px;
}
.footer-section .social-icons i {
    width: 30.832483291625977px;
    height: 30.91620445251465px;
    font-size: 18px;
    margin-right: 15px;
    cursor: pointer;
}
.footer-section .bottom-links {
    font-size: 12px;
    margin-top: 40px;
    text-align: right;
}
.company-icon-wrapper {
  width: 61px;
  height: 61px;
  aspect-ratio: 61 / 61;
  background-color: #F15A24; /* orange background */
  border-radius: 9px;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.company-icon-img {
  width: 38.58399963378906px;
  height: 40.152000427246094px;
  aspect-ratio: 38.58399963378906 / 40.152000427246094;
  object-fit: contain;
}



/* contact page main */
.contact-page-main{
    font-family: 'Poppins', sans-serif;
}
.contact-page-main .contact-title{
    background-color: #660087;
    padding-top: 100px !important;
}
.contact-page-main .contact-title h1{
    color: #fff;
    font-size: clamp(32px, 5vw, 67px);
    font-weight: 700;
}
.contact-detail{
    background-color: #C6B2FF;
}
.contact-detail .main-head{
    font-size: clamp(26px, 2.5vw, 32px);
    line-height: clamp(26px, 2vw, 28px);

}
.contact-detail .sub-text{
    font-size: clamp(13px, 1.2vw, 15px);
    line-height: clamp(22px, 1.5vw, 24px);
}
.contact-detail .faq-card{
    border: 1px solid #0D0D0D;
    border-radius: 16px;
}

.contact-detail .faq-card .faq-btn span{
    color: #000;
    font-weight: 500;
    line-height: 24px;
    font-size: 14px;
    text-align: left;
}
.contact-detail .load-more__btn-wrap{
    text-align: start;
    margin-top: 0px !important;
}
.contact-detail .load-more__btn-wrap .load-more__btn {
    background-color: transparent !important;
    text-align: start;
    padding: 2px !important;
    color: #000 !important;
    padding-right: 39px !important;
}
.contact-detail .load-more__btn-wrap .load-more__btn::after {
    content: '';
    background-image: url(/static/candidate/images/icons/arrow-down-black.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 23px;
    width: 6px;
    height: 11px;
    display: block;}
.contact-detail .load-more__btn-wrap .load-more__btn.load-less{
    margin-top: 15px;
    transform-origin: 50% 50%;
    transition: transform .18s ease;}
.contact-detail .load-more__btn-wrap .load-more__btn.load-less::after{
    top: 29%;
    transform: rotate(180deg);}

.contact-detail .contact-form{
    background-color: #fff;
    box-shadow: 2px 2px 25px 0px #0000004D;
    border-radius: 14px;
}
@media (min-width: 768px) {
.contact-detail .contact-form{
    background-color: #fff;
    box-shadow: 2px 2px 25px 0px #0000004D;
    border-radius: 14px;
    position: absolute;
    top: -20%;
    max-width: 440px;
}
}
.contact-detail .contact-form .contact-form-title{
    color: #30154E;
    font-size: 29.97px;
    font-weight: 500;
}
.contact-detail .contact-form  .contact-sub-text{
    color: #30154E;
    font-size: 12px;
}
.contact-detail .contact-form .form-default .form-body .form-control{
    background-color: #fff;
    border: 1px solid #C1C1C1;
    border-radius: 41px;
    color: #555555;
    padding-top: 13px;
}
/* placeholder */
/* Standard */
.contact-detail .contact-form .form-default .form-body .form-control::placeholder {
    color: #555555;
    opacity: 1; }  
.contact-detail .contact-form .form-default .form-body .form-control::-webkit-input-placeholder { 
    color: #555555; 
    opacity: 1; 
    font-size: 12px; }
.contact-detail .contact-form .form-default .form-body .form-control:-ms-input-placeholder { 
    color: #555555; 
    opacity: 1; 
    font-size: 12px;}
.contact-detail .contact-form .form-default .form-body .form-control::-ms-input-placeholder { 
    color: #555555; 
    opacity: 1; 
    font-size: 12px; }
.contact-detail .contact-form .form-default .form-body .form-control::-moz-placeholder { 
    color: #555555; 
    opacity: 1; 
    font-size: 12px; } /* Firefox 19+ */
.contact-detail .contact-form .form-default .form-body .form-control:-moz-placeholder { 
    color: #555555; 
    opacity: 1; 
    font-size: 12px; }  /* older Firefox */
.contact-detail .contact-form .form-default .form-body .form-control::placeholder {
    color: #555555;
    opacity: 1;
    font-size: 12px !important; }  
.contact-detail .contact-form .form-default .form-body .form-control::placeholder {
    color: #555555 !important;
    opacity: 1 !important;
    font-size: 12px !important; }
.contact-detail .contact-form .form-default .form-body .input-group{
    background-color: #fff;
    border: 1px solid #C1C1C1;
    border-radius: 41px;
}
.contact-detail .contact-form .form-default .form-body .input-group-text{
    background-color: transparent;
    border: 0;
}
.contact-detail .contact-form .form-default .form-body .input-group .form-control{
    border: 0;
    padding-left: 0;
}
.contact-detail .contact-form .form-default .form-body .iti--allow-dropdown .form-control{
    padding-left: 68px !important;
    
}
.contact-detail .contact-form .form-default .form-body .iti__flag{
    display: none;
}
.contact-detail .contact-form .form-default .form-body .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag{
    background-color: transparent;
}
.contact-detail .contact-form .form-default .form-body .iti--separate-dial-code .iti__selected-flag{
    background-color: transparent;
    border-right: 1px solid #C1C1C1;
}
.contact-detail .contact-form .form-default .form-body .iti__flag-box{display: none;}


.contact-detail .small-head{
    font-size: clamp(24px, 2.5vw, 27px);
    line-height: clamp(26px, 2vw, 28px);
}
.contact-page-main .conatct-info a,
.contact-page-main .conatct-info p{
    color: #0D0D0D;
    font-size: 16px;
    line-height: 30px;
}
.contact-detail.faq-section{
    margin-bottom: 130px;
}
@media (max-width: 768px) {
.contact-detail.faq-section{
    margin-bottom: 30px;
}
}
/* /contact page main */

/* /contact page main */
/* services page */
.service-main-page .contact-title {
    background-color: #C6B2FF;
    padding-top: 100px !important;
}
.service-main-page .contact-title h1 {
    color: #660087;
    font-size: clamp(32px, 5vw, 67px);
    font-weight: 700;
}
.service-main-page .service-card {
    border-radius: 27.45px;
    box-shadow: 5.88px 5.88px 43.13px 0px #00000040;
    overflow: hidden;
    background: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.service-main-page .service-card .card-img-top img{
    object-fit: cover;
    width: 100%;
    aspect-ratio: 360/239;
    border-radius: 16.71px !important;
    display: block;
}
.service-main-page .service-card .card-img-top::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 16.71px;
    background: linear-gradient(
    to bottom,
    rgba(0,0,0,0) 0%,
    rgba(0,0,0,0.07) 100%
);
}
.service-main-page .service-title {
    color: #5b008f;
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
    line-height: 27.45px;
    letter-spacing: 0;
    margin-bottom: 10px;
}
.service-main-page .service-list {
    padding-left: 0px;
    margin-bottom: 14px;
}
.service-main-page .service-card {
    transition: all 0.3s ease;
}
.service-main-page .service-card:hover {
    background: #660087 !important;
}
.service-main-page .service-card:hover .service-title,
.service-main-page .service-card:hover .service-list li,
.service-main-page .service-card:hover .read-more,
.service-main-page .service-card:hover .cta {
    color: #ffffff !important;
}
.service-main-page .service-card:hover .service-list {
    color: #ffffff !important;
}
.service-main-page .service-card * {
    transition: color 0.3s ease;
}
.service-main-page .service-card .card-body {
    padding-left: 5px !important;
    padding-right: 7px !important;
}
.service-main-page .service-card .service-footer {
    padding-left: 12px !important;
    padding-right: 7px !important;
}
.service-main-page .card {
    padding: 12px 14px !important;
}
.service-main-page .service-list {
    padding-left: 20px !important;
    margin-bottom: 14px;
}
.service-main-page .service-list li {
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0;
    color: #000000;
    margin-bottom: 8px;
}
 .service-main-page .service-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 22px 20px;
  gap: 12px;
}
.service-main-page .service-footer a {
    text-decoration: none;
}
 .service-footer .read-more.no-read {
  visibility: hidden;     
  pointer-events: none;  
  height: 1em;            
  display: inline-block;  
  color: #111827;
  font-weight: 600;
}
 .service-footer .cta {
  flex: 0 0 auto;
  text-decoration: none;
  color: #6b00b8;
  font-weight: 600;
}
.service-card .service-list {
  max-height: 105px; /* fits ~2 li */
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.service-card.expanded .service-list {
  max-height: 1000px;
}
.industries-section .card {
    background: #FFFFFF !important;
    box-shadow: -2px 1px 28.8px 0px #11111114 !important;
    border-radius: 19.73px !important;

}
.industries-section .pills-wrap input[type="radio"] {
    display: none;
}
.industries-section .pill-btn {
    background: #F5F5F5;
    border-radius: 50px;
    padding: 10px 20px;
    font-size: 16px;
    color: #373737;
    border: none;
    white-space: nowrap;
    transition: background .2s, box-shadow .2s;
}
.industries-section .pills-wrap input[type="radio"]:checked+.pill-btn {
    /* background: #fff; */
    /* box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08); */
}
.industries-section .pills-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
@media (max-width: 768px) {
    .industries-section .pills-wrap {
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        gap: 10px;
    }

    .industries-section .pills-wrap::-webkit-scrollbar {
        display: none;
    }
}
.industries-section .text-parar {
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    line-height: 24.66px;
    letter-spacing: 0;
    vertical-align: middle;
    color: #475569;
}
.industries-section .bullet-item {
    font-weight: 400;
    font-style: normal;
    font-size: 14.01px;
    line-height: 24.55px;
    letter-spacing: 0;
    vertical-align: middle;
    color: #334155;
}
.industries-section .card-title {
    font-weight: 700;
    font-style: normal;
    font-size: 21.49px;
    line-height: 34.26px;
    letter-spacing: 0;
    vertical-align: middle;
    color: #0F172A;
}
.industries-section .industry-title {
    font-weight: 500;
    font-style: normal;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: 0;
    color: #000000;
}
.service-link a{
    color: #007BFF !important;
    font-size: 14.01px;
}
/* service  page end  */
