/* font-family: "Raleway", sans-serif; */
html, body {
    overflow-x: hidden;
}
* {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    font-family: 'HelveticaNeue LT 93 BlackEx';
    font-family: 'Fiorello CG Condensed';
    font-family: 'HelveticaNeue';
}

.container {
    width: 100%;
}

img {
    border: none;
    vertical-align: middle;
    max-width: 100%;
    transition: all 0.3s ease-in-out;
}

li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    outline: none !important;
    margin: 0;
}

ul,
ol {
    padding: 0;
    margin: 0;
}
input,
select,
textarea,
button {
    outline: none !important;
}


.customHeader {
    display: inline-block;
    width: 100%;
    background-color: #000;
    z-index: 1;
    padding: 1px 0px;
    transition: opacity 0.3s, transform 0.3s;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 10;
    border-bottom: 1px solid #fff;
}
.customHeader:hover {
    opacity: 1;
    transform: translateY(0);
}
.customHeader.show {
    opacity: 1;
    transform: translateY(0); /* Example behavior when .show is added */
    /* Modify this to define what happens when .show is added */
}
.customHeader .navbar,
.customHeader .container {
    position: unset;
}
.customHeader a.navbar-brand img {
    width: 150px;
}
.customHeader .navbar-toggler img {
    width: 36px;
    height: 30px;
    object-fit: contain;
}
.customHeader .navbar-toggler.collapsed .menuCloseIcon {
    display: none;
}
.customHeader .navbar-toggler .menuCloseIcon {
    display: inline-block;
    width: 30px;
    height: 30px;
}
.customHeader .navbar-toggler.collapsed .menuOpenIcon {
    display: inline-block;
}
.customHeader .navbar-toggler .menuOpenIcon {
    display: none;
}
.customLoginFormHeader {
    position: absolute;
    top: -4px;
    right: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.customLoginFormHeader.hideForMobile {
    display: inline-flex !important;
}
.cutomLoginBtn {
    display: inline-flex;
    position: relative;
    padding: 12px 40px;
    color: #fff !important;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 22px;
}
.cutomLoginBtn img {
    width: 14px;
    display: inline-block;
    margin-right: 10px;
}
.cutomLoginBtn::after {
    position: absolute;
    top: -7px;
    left: -10px;
    background: #fff;
    height: 70px;
    width: 1px;
    content: "";
    transform: skew(36deg);
    border: none;
}
.cutomRegBtn {
    display: inline-flex;
    padding: 18px 40px;
    color: #000 !important;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 22px;
    background: #FFD400;
    margin-left: 25px;
    position: relative;
}
.cutomRegBtn::before {
    position: absolute;
    left: -40px;
    top: 0;
    content: "";
    border-bottom: 70px solid transparent;
    border-top: 0px solid transparent;
    border-right: 40px solid #ffd400;
}
.customHeader .navbar-collapse {
    position: absolute;
    top: 69px;
    background: #ffd400;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 10px 5px;
}
.menuInnerDiv {
    display: inline-flex;
    width: auto;
}
.menuInnerDiv {
    display: inline-flex;
    /* max-width: 320px; */
    padding-bottom: 50px;
    position: relative;
}
.menuInnerDiv ul {
    display: inline-block;
    padding: 20px 25px;
    position: relative;
}
.menuInnerDiv ul li {
    line-height: 32px;
}
.menuInnerDiv ul li a {
    display: inline;
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
    font-weight: 800;
}
.menuInnerDiv ul + ul::before {
    content: "";
    top: 20px;
    left: 0;
    width: 1px;
    height: calc(100% - 40px);
    position: absolute;
    background: #000;
}
.menuSocilaDiv {
    display: inline-flex;
    width: 100%;
    position: absolute;
    bottom: 18px;
    left: 0;
    text-align: center;
    justify-content: center;
}
.menuSocilaDiv a {
    display: inline-block;
    margin: 0 8px;
}
.menuSocilaDiv img {
    width: 30px;
}













.youtubeVFideo {
    width: 100%;
/*    padding-top: 58px;*/
}
.youtubeVFideo video {
    float: left;
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.ourStory {
    display: inline-block;
    width: 100%;
    background-image: url(../images/banner-bottom.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    padding: 25px 0;
    margin-top: 58px;
}
.ourStory p {
    font-size: 22px;
    display: inline-block;
    width: 100%;
    color: #000;
}
.ourStory h2 {
    font-size: 70px;
    display: inline-block;
    width: 100%;
    font-family: 'HelveticaNeue LT 93 BlackEx';
    color: #ffffff;
    font-weight: 900;
    line-height: 68px;
}




.ourServiceSec {
    display: inline-block;
    width: 100%;
    padding: 20px 0;
}
.ourServiceSec h2 {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 22px;
}
.section.active .ourServiceSec .featuredProjectDiv {
    display: inline-block !important;
    width: 100%;
}
.flip-card {
    background-color: transparent;
    width: 100%;
    height: 450px;
    perspective: 1000px;
}
.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    cursor: pointer;
}
.flip-card.rotateCard .flip-card-inner {
    transform: translateY(-101%);
}
.serviceSlider .flip-card * {
    transition: all 0.5s ease 0s;
}
.serviceSlider .flip-card:hover .flip-card-inner {
    transform: translateY(-101%);
}
.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.flip-card-front {
    background-color: #bbb;
    color: black;
}
.flip-card-front > .avtarImg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.flip-card-back {
    background-color: #FFD400;
    color: white;
    transform: translateY(101%);
    padding: 15px 35px;
    text-align: center;
}
.flip-card-front h3 {
    position: absolute;
    top: 35px;
    left: 38px;
    font-size: 30px;
    font-family: 'HelveticaNeue LT 55 Roman';
    text-transform: uppercase;
    color: #fff;
    line-height: 35px;
}
.bottomArrow {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px !important;
}
.topWhiteArrow {
    width: 50px !important;
    display: inline-block !important;
    margin-bottom: 10px;
}
.flip-card-back h4 {
    color: #000;
    font-size: 20px;
    display: inline-block;
    width: 100%;
    font-weight: bold;
    margin-top: 10px;
    text-transform: uppercase;
}
.flip-card-back p {
    font-size: 19px;
    display: inline-block;
    width: 100%;
    color: #000;
    font-weight: normal;
    margin-top: 10px;
}
.ourServiceSec .owl-dots {
    display: none !important;
}
.ourServiceSec .owl-nav {
    display: inline-block !important;
}
.serviceSlider {
    padding: 0 0;
}
.ourServiceSec .owl-nav button {
    position: absolute;
    top: -64px;
    /* transform: translateY(-50%); */
    width: 43px;
    height: 43px;
    border-radius: 50px;
    background-position: center;
    background-size: 100%;
    z-index: 1;
    background-repeat: no-repeat;
}
.ourServiceSec .owl-nav button.owl-prev {
    left: 0;
    background-image: url(../images/left-arrow.svg);
}
.ourServiceSec .owl-nav button.owl-next {
    right: 0;
    background-image: url(../images/right-arrow.svg);
}
.ourServiceSec .owl-nav button span {
    opacity: 0;
}
.ourServiceSec .container::after {
    width: 20px;
    height: 70px;
    float: right;
    background-image: url(../images/yellow-arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: none;
    margin-top: 20px;
}


.trackReportTabSec {
    display: inline-block;
    width: 100%;
    background-color: #FFD400;
}
.trackReportTabSec .nav {
    display: inline-flex;
    width: 100%;
}
.trackReportTabSec li {
    display: inline-block;
    width: 50%;
}
.trackReportTabSec button {
    display: inline-flex;
    white-space: nowrap;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    justify-content: center;
    width: 100%;
    align-items: center;
}
.trackReportTabSec button svg {
    width: 40px;
    margin-right: 10px;
}

.collabDevSec {
    display: inline-block;
    width: 100%;
    background-color: #FFD400;
    padding: 25px 0;
    background-repeat: no-repeat;
    background-image: url(../images/black-dashed-icon.svg), url(../images/yellow-dashed-icon.svg);
    background-position: top right, bottom left;
    background-size: 700px;
    background: transparent !important;
    position: relative;
    text-align: center;
}
.collabDevSec::after {
    width: calc(100% - 700px);
    height: 75px;
    content: "";
    background-color: #000;
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    display: none !important;
}
.collabDevSec::before {
    position: absolute;
    right: calc(100% - 700px);
    bottom: 0;
    content: "";
    border-bottom: 0px solid transparent;
    border-top: 75px solid transparent;
    border-right: 53px solid #000;
    z-index: 2;
    display: none !important;
}
.logoSlider {
    margin: 30px 0 50px;
    display: inline-block;
    width: 100%;
}

.logoSlider .owl-nav {
    display: none !important;
}
.logoSlider .owl-dots {
    display: none !important;
}
.logoSlider .item {
    display: inline-block;
    width: calc(100% / 10.35 - 10px);
    margin: 5px;
    aspect-ratio: 1 / 1;
    border-radius: 100px;
    position: relative;
    cursor: pointer;
    transition: all 0.5s ease 0s;
    float: left;
}
.logoSlider .item:hover {
    background: #ffd400;
}
.logoSlider .item img {
    width: 100%;
    object-fit: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    padding: 22px;
}



.collabDevHeading {
    display: inline-block;
    width: 100%;
    max-width: 920px;
}
.collabDevHeading h1 {
    display: inline-block;
    width: 100%;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 700;
}
.collabDevHeading p {
    font-size: 20px;
    display: inline-block;
    width: 100%;
    color: #000;
    margin-top: 6px;
    margin-bottom: 10px;
}
.collabDevSec h2 {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.trackRecordSlider .owl-nav {
    display: inline-block !important;
}
.trackRecordSlider .owl-nav button span {
    opacity: 0;
}
.trackRecordSlider .owl-nav button {
    position: absolute;
    top: -75px;
    width: 54px;
    height: 54px;
    border-radius: 50px;
    background-position: center;
    background-size: 100%;
    z-index: 1;
    background-repeat: no-repeat;
}
.trackRecordSlider .owl-nav button.owl-prev {
    left: -60px;
    background-image: url(../images/left-arrow.svg);
}
.trackRecordSlider .owl-nav button.owl-next {
    right: -60px;
    background-image: url(../images/right-arrow.svg);
}

.trackRecordSlider .item {
    display: inline-block;
    width: 100%;
}
.trackRecordSlider {
    padding: 0;
/*    max-width: 1100px;*/
    margin: 0 auto;
}
.recordImage {
    display: inline-block;
    width: 100%;
    position: relative;
}
.recordImage img {
/*    max-height: 380px;*/
    object-fit: cover;
}
.recordImage img.recordLogo {
    position: absolute;
    bottom: 20px;
    width: 85px;
    left: 20px;
}
.recordContent {
    width: 100%;
    padding: 20px 40px;
    background: #000;
    margin-top: -7px;
    text-align: left;
}
.recordContent h3 {
    display: inline-block;
    width: 100%;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.recordContent ul {
    display: inline-block;
    width: 100%;
}
.recordContent ul li {
    display: inline-flex;
    width: 49%;
    font-size: 14px;
    color: #fff;
    align-items: flex-start;
    font-weight: 300;
    margin-top: 5px;
    line-height: 16px;
    height: 33px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.recordContent ul li img {
    width: 28px !important;
    height: 28px;
    object-fit: contain;
    margin-right: 10px;
}
.recordBtn {
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    font-size: 20px;
    text-decoration: none !important;
    font-weight: 700;
    color: #ffff !important;
    border: 1px solid #fff;
    padding: 3px 10px;
    margin-top: 5px !important;
}
.showMoreLess {
    display: inline-block;
    color: #fff !important;
    font-size: 13px;
    margin-top: 5px;
    padding-right: 24px;
    text-decoration: none !important;
    background-image: url(../images/seemore.png);
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: 72px 5px;
}
.showMoreLess.active {
    background-image: url(../images/seeless.png);
}

.trackRecordSlider::after {
    content: "";
    width: 30px;
    height: 80px;
    float: left;
    background-image: url(../images/btm-arrow-group-blk.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin: 30px 0 30px 50px;
    display: none;
}
.trackRecordSecNew {
    background: #fed402 !important;
    position: relative;
    padding: 30px 0 !important;
}
.trackRecordImageHeading {
    position: absolute;
    top: 90px;
    left: 0;
    width: 100%;
    z-index: 9;
}


.awardSec {
    display: inline-block;
    width: 100%;
    background-color: #000;
    padding: 90px 0 0;
}
.awardSec .container {
    position: relative;
}
.awardSec h1{
    font-size: 70px;
    display: inline-block;
    width: 100%;
    font-family: 'HelveticaNeue LT 93 BlackEx';
    color: #ffffff;
    font-weight: 900;
    line-height: 60px;
    position: absolute;
}

.featuredProjectsSec {
    display: inline-block;
    width: 100%;
    padding: 120px 0 20px;
    background-image: url(https://affirmplus.com/new-images/bottom-3-arrow.svg);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: 10% 0;
}
.featuredProjectDiv {
    display: inline-block;
    width: 100%;
    padding-right: 360px;
    position: relative;
    padding-top: 10px;
    /* background-image: url(https://affirmplus.com/new-images/bottom-3-arrow.svg); */
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: 55px 0;
}
.featuredProjectsSec.active .featuredProjectDiv {
    display: inline-block !important;
}
.featuredProjectDiv h1 {
    display: inline-block;
    width: 100%;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 700;
}
.featuredProjectDiv p {
    font-size: 22px;
    display: inline-block;
    width: 100%;
    color: #000;
    margin-top: 18px;
}
.customButton {
    display: inline-block;
    background-color: #FFD400;
    text-transform: uppercase;
    font-size: 25px;
    color: #000 !important;
    font-weight: 700;
    padding: 5px 25px;
    text-decoration: none !important;
    min-width: 270px;
    text-align: center;
    padding-left: 60px;
    position: relative;
    border: none !important;
}
.customButton img {
    width: 32px;
    position: absolute;
    top: 10px;
    left: 20px;
}
.featuredProjectDiv .customButton {
    position: absolute;
    bottom: 0;
    right: 0;
}

.futuredProjectSlider .item {
    position: relative;
}
.futuredProjectSlider .item > img {
    max-height: 500px;
    object-fit: cover;
}
.futuredProjectSlider .item::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    aspect-ratio: 1;
    background-color: rgba(0,0,0,0.6);
    z-index: 1;
    transition: all 0.5s ease 0s;
}
.futuredProjectSlider .active .item::after {
    opacity: 0;
}
.futuredProjectSlider .item:hover::after {
     opacity: 0 !important;
 }
.futuredProjectSlider .active+.active .item::after {
    opacity: 1;
}
.futuredProjectSlider .owl-dots,
.futuredProjectSlider .owl-nav {
    display: none !important;
}
.futuredProjectSlider .owl-item:nth-child(odd) .projectinnerContent {
    background: #e6e6e6;
}
.projectinnerContent {
    /* position: absolute; */
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    padding: 30px;
    background: #f2f2f2;
}
.projectinnerContent h2 {
    font-size: 52px;
    font-family: 'Fiorello CG Condensed';
    text-transform: uppercase;
    color: #000;
    line-height: 50px;
    display: inline-block;
    width: 100%;
    /* max-width: 290px; */
}
.projectinnerContent p {
    font-size: 18px;
    color: #000;
    display: inline-block;
    width: 100%;
}
.projectPLayIcon {
    width: 55px !important;
    position: absolute;
    right: 30px;
    bottom: 30px;
}
.assendign_1 .projectinnerContent h2 {
    /* max-width: 140px; */
}
.assendign_10 .projectinnerContent h2,
.assendign_9 .projectinnerContent h2,
.assendign_8 .projectinnerContent h2,
.assendign_6 .projectinnerContent h2,
.assendign_4 .projectinnerContent h2 {
    /* max-width: 180px; */
}
.assendign_2 .projectinnerContent h2 {
    /* max-width: 240px; */
}



.exploreMoreSec {
    display: inline-block;
    width: 100%;
    padding-bottom: 30px;
}
.exploreMoreSec h1 {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.exploreMoreContent {
    display: inline-block;
    width: 100%;
    position: relative;
}
.exploreMoreContent h2 {
    display: inline-flex;
    width: 100%;
    font-size: 36px;
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px 25px;
    background-color: rgba(0,0,0,0.4);
    font-weight: 700;
}
.exploreMoreContent h2 img {
    display: inline-block;
    width: 35px;
    margin-right: 10px;
}
.yellowColorBtn {
    background: #000;
    color: #fff !important;
    min-width: 300px;
}

.joinAffrimSec {
    background-image: url(../images/banner-bottom-left-right.png);
}
.joinAffrimSec h2 {
    width: auto;
    display: inline-block;
}

.getInTouchSec {
    padding: 120px 0 60px;
    background: #000;
    display: inline-block;
    width: 100%;
    text-align: center;
}
.getInTouchSec h1 {
    display: inline-block;
    width: 100%;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
}
.getInTouchSec p {
    font-size: 20px;
    display: inline-block;
    width: 100%;
    color: #fff;
    margin-top: 8px;
    max-width: 1100px;
}
.getInTouchSec .nav {
    justify-content: center;
    border: none !important;
    margin-top: 20px !important;
    display: inline-flex !important;
    width: 100%;
}
.getInTouchSec .nav li {
    margin: 0 20px;
}
.getInTouchSec .nav li button {
    background: transparent !important;
    border: none !important;
    position: relative;
    opacity: 0.5;
}
.getInTouchSec .nav li button:hover,
.getInTouchSec .nav li button.active {
    opacity: 1;
}
.getInTouchSec .nav li button.active::after {
    position: absolute;
    bottom: -51px;
    content: "";
    border-bottom: 49px solid #000;
    border-left: 32px solid transparent;
    border-right: 32px solid transparent;
    left: 50%;
    transform: translateX(-50%);
}
.getInTouchSec .nav li button.active::before {
    position: absolute;
    bottom: -50px;
    content: "";
    border-bottom: 51px solid #fff;
    border-left: 33px solid transparent;
    border-right: 33px solid transparent;
    left: 50%;
    transform: translateX(-50%);
}
.getInTouchSec .tab-content {
    padding: 20px 0;
    margin-top: 50px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
}
.getInTouchSec .tab-content p {
    display: inline-block;
    width: 100%;
    text-align: left;
    max-width: 100%;
    position: relative;
    padding-left: 300px;
    margin: 0 !important;
}
.getInTouchSec .tab-content p strong {
    position: absolute;
    left: 0;
    top: 0;
    font-family: 'Fiorello CG Condensed';
    font-size: 75px;
    line-height: 75px;
    color: #FFD400;
    letter-spacing: 1.5px;
    font-weight: 400;
    text-transform: uppercase;
}





.customFooter {
    background-color: #000;
    display: inline-block;
    width: 100%;
    padding-bottom: 50px;
    padding-top: 40px;
    border-top: 1px solid #fff;
}
.leftFooterSec {
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
}
.leftFooterSec>img {
    display: inline-block;
    width: 160px;
}
img.EjenHartanahLogo {
    max-width: 152px;
}
.secondFooterRow .bottomLinks,
.secondFooterRow p {
    margin-top: 0;
}
.socialLinks {
    display: inline-block;
}
.socialLinks li {
    display: inline-block;
    margin-left: 6px;
}
.socialLinks li a {
    display: inline-block;
}
.socialLinks li img {
    display: inline-block;
    width: 30px;
}
.customFooter p {
    font-size: 14px;
    display: inline-block;
    width: 100%;
    color: #fff;
}
.fotterInfo {
    display: inline-flex;
    width: 100%;
}
.fotterInfo li {
    display: inline-block;
}
.fotterInfo li p {
    font-size: 16px;
    line-height: 24px;
}
.fotterInfo li a {
    color: #fff !important;
    font-size: 16px;
    text-decoration: none !important;
}
.fotterInfo li p strong {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}
.bottomLinks {
    display: inline-flex;
    width: 100%;
    justify-content: end;
}
.bottomLinks li {
    display: inline-flex;
    margin-left: 25px;
}
.bottomLinks li a {
    display: inline-flex;
    color: #fff;
}








.loginFormSec {
    display: inline-block;
    width: 100%;
    padding: 45px 0;
    min-height: calc(100vh - 320px);
}
.loginFormDiv {
    max-width: 700px;
    margin: 0 auto;
}
.formLogo {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 15px;
}
.formLogo img {
    display: inline-block;
    width: 120px;
}
.custominput {
    border-radius: 0px;
    padding: 12px 12px;
    height: auto;
    font-size: 18px;
    line-height: 23px;
    font-weight: normal;
    color: #000;
    border: 1px solid #7e7e7e !important;
    outline: none !important;
    box-shadow: none !important;
}
/* .error {
    display: none !important;
} */
.custominput.error {
    display: inline-block !important;
    border-color: red !important;
    background-color: rgb(255 250 250) !important;
}

.customForm p {
    font-size: 18px;
    display: inline-block;
    width: 100%;
    color: #000;
}



.digitalPresenceSec {
    display: inline-block;
    width: 100%;
    background-color: #FFD400;
    padding: 60px 0;
    background-image: url(../images/left-arrow-bg.png);
    background-repeat: no-repeat;
    background-position: 110% 90px;
    background-size: 50%;
}
.digitalPresenceSec h1 {
    display: inline-block;
    width: 100%;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 700;
}
.digitalPresenceSec p {
    font-size: 22px;
    display: inline-block;
    width: 100%;
    color: #000;
    margin-top: 18px;
}
.digitalPresenceList {
    display: inline-block;
    width: 100%;
}
.digitalPresenceList li {
    padding: 20px 0;
    border-bottom: 2px dashed #000;
    display: inline-flex;
    width: 100%;
    align-items: center;
}
.digitalPresenceList li:last-child {
    border: none !important
}
.digitalPresenceList li img {
    width: 80px;
    margin-right: 20px;
}
.digitalPresenceList li p {
    font-weight: 600;
    line-height: 26px;
    margin: 0px;
}
.dotsImg {
    width: 130px;
    margin-top: 50px;
}
.fullWidthImg {
    display: inline-block;
    width: 100%;
    position: relative;
}
.fullWidthImg img {
    display: inline-block;
    width: 100%;
}
.playStoreIcons {
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 100%;
    display: inline-flex;
    justify-content: center;
}
.playStoreIcons li {
    display: inline-block;
    width: 190px;
    margin: 0 15px;
}








.recentEventSec {
    display: inline-block;
    width: 100%;
    padding: 50px 0;
    background-color: #000;
}
.recentEventSec h1 {
    display: inline-block;
    width: 100%;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 700;
    color: #FFD400;
}
.recentEventSec p {
    font-size: 22px;
    display: inline-block;
    width: 100%;
    color: #fff;
    margin-top: 15px;
    margin-bottom: 20px;
}
.recentEventInnerDiv {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
}
.recentEventInnerDiv img {
    display: inline-block;
    width: 100%;
    aspect-ratio: 1.4;
    object-fit: cover;
    background: #000000;
    border: 1px solid #282828;
    padding: 3px;
}
.recentEventInnerDiv h3 {
    font-size: 20px;
    display: inline-block;
    width: 100%;
    color: #fff;
    font-weight: 600;
    margin-top: 15px;
}
.recentEventInnerDiv p {
    font-size: 16px;
    display: inline-block;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 0px;
}



.whyWorkSec {
    display: inline-block;
    width: 100%;
    background-color: #000;
    padding: 0;
    position: relative;
}
.whyWorkSec h1 {
    display: inline-block;
    width: 100%;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 700;
    color: #FFD400;
}
.whyWorkSec p {
    font-size: 16px;
    display: inline-block;
    width: 100%;
    color: #fff;
    margin-top: 15px;
    margin-bottom: 20px;
}
.whyWorkImage {
    position: unset;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: center;
}
.whyWorkContentInner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 40px 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.collabDevSec.workingHereSec {
    padding-top: 100px;
    position: relative;
    background-image: url(../images/black-dashed-icon.svg), url(../images/black-strip-02.svg) !important;
    background-repeat: no-repeat !important;
    background-color: #FFD400 !important;
    background-size: 700px !important;
    background-position: top right, bottom left !important;
}
.collabDevSec.workingHereSec::before,
.collabDevSec.workingHereSec::after {
    display: none;
}
.workingHereSlider {
    padding: 0 70px;
}
.workingHereSec .dotsImg {
    width: 130px;
    position: absolute;
    margin: 0;
    bottom: 110px;
    right: 6%;
}
.workingHereSlider .item {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.whImageDiv {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 10px;
    background: #fff;
    border-radius: 50%;
    aspect-ratio: 1/1;
    position: relative;
}
.whImageDiv span {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    background: #000;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
}
.whImageDiv img {
    display: inline-block;
    width: 130px;
    height: 130px;
    object-fit: contain;
}
.workingHereSlider .item p {
    font-size: 20px;
    text-align: center;
    display: inline-block;
    width: 100%;
    margin-top: 30px;
    font-weight: 600;
    max-width: 180px;
    line-height: 25px;
}
.workingHereSlider .owl-nav {
    display: inline-block !important;
}
.workingHereSlider .owl-nav button span {
    opacity: 0;
}
.workingHereSlider .owl-nav button {
    position: absolute;
    top: 115px;
    width: 44px;
    height: 44px;
    border-radius: 50px;
    background-position: center;
    background-size: 100%;
    z-index: 1;
    background-repeat: no-repeat;
}
.workingHereSlider .owl-nav button.owl-prev {
    left: 0;
    background-image: url(../images/left-arrow.svg);
}
.workingHereSlider .owl-nav button.owl-next {
    right: 0;
    background-image: url(../images/right-arrow.svg);
}







.ourPeopleSec {
    display: inline-block;
    width: 100%;
    padding: 50px 0;
    position: relative;
}
.ourPeopleSec h3 {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    text-align: center;
    margin-bottom: 80px;
}
.ourPeopleSec h1 {
    display: inline-flex;
    width: 100%;
    position: absolute;
    top: 147px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 136px;
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    text-align: center;
    z-index: 3;
    font-family: 'HelveticaNeue LT 93 BlackEx';
    white-space: nowrap;
    justify-content: center;
    overflow: hidden;
}
.ourPeopleSec h1 img {
    width: 100%;
}
.ourPeopleSec h1 span {
    font-family: 'HelveticaNeue LT 93 BlackEx';
    display: inline-block;
    color: transparent;
    margin: 0 60px;
    text-shadow: 1px 0 #000, -1px 0 #000, 0 1px #000, 0 -1px #000, 1px 1px #000, -1px -1px #000, 1px -1px #000, -1px 1px #000;
}
.ourPeopleSlider .item {
    display: inline-block;
    width: 100%;
    position: relative;
    background-color: #FFD400;
}
.ourPeopleSlider .owl-item:nth-child(odd) .item {
    background-color: #bbb;
}
.ourPeopleSlider .owl-nav,
.ourPeopleSlider .owl-dots {
    display: none !important;
}
.peopleImageDiv {
    display: inline-block;
    width: 100%;
    position: relative;
}
.peopleImageDiv img {
    display: inline-block !important;
    width: 100% !important;
    height: 100% !important;
}
.peopleImageDiv h2 {
    display: inline-block;
    width: 100%;
    font-size: 65px;
    font-family: 'Fiorello CG Condensed';
    text-transform: uppercase;
    color: #fff;
    line-height: 62px;
}
.peopleImageDiv p {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    color: #fff;
}
.peopleHeading {
    display: inline-block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 45px 35px 35px;
}
.peopleHeading > a {
    position: absolute;
    bottom: 30px;
    right: 10px;
    width: 41px;
    transform: rotate(28deg);
}
.peopleContentDiv {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(35,31,32,0.9);
    padding: 30% 30px 0;
    text-align: center;
    transform: scale(0);
    opacity: 0;
    transition: all 0.5s ease 0s;
}
.open .peopleContentDiv {
    transform: scale(1);
    opacity: 1;
}
.peopleContentDiv > img {
    width: 100px !important;
    display: inline-block !important;
}
.peopleContentDiv p {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    color: #fff;
    margin: 30px 0 0;
}
.peopleContentDiv a {
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: 40px;
}


.workHardSec {
    background-color: #000;
    display: inline-block;
    width: 100%;
    padding: 50px 0;
}
.workHardSec h1 {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 30px;
    color: #fff;
}

.workHardSlider .owl-dots {
    display: inline-block !important;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}
.workHardSlider .owl-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 4px;
    background-color: #fff !important;
    border-radius: 50px;
}
.workHardSlider .owl-dot.active {
    background-color: #FFD400 !important;
}
.workHardSlider .owl-nav {
    display: inline-block !important;
}
.workHardSlider .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50px;
    background-position: center;
    background-size: 100%;
    z-index: 1;
    background-repeat: no-repeat;
}
.workHardSlider .owl-nav button.owl-prev {
    left: -70px;
    background-image: url(../images/left-arrow-01.svg);
}
.workHardSlider .owl-nav button.owl-next {
    right: -70px;
    background-image: url(../images/right-arrow-01.svg);
}
.workHardSlider .owl-nav button span {
    opacity: 0;
}


.applicationFormSec {
    display: inline-block;
    width: 100%;
    padding: 50px 0;
}
.applicationFormSec h1 {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 30px;
    color: #000;
}
.applicationFormSec .form-row .col-md-6:nth-child(odd) {
padding-right: 20px;
}
.applicationFormSec .form-row .col-md-6:nth-child(even) {
padding-left: 20px;
}
.custominput[type="file"] {
    padding: 9px 12px;
}
.customForm label {
    font-size: 18px;
    font-weight: 400;
    display: inline-block;
    width: 100%;
    text-align: left;
}



.customLoginFormHeader .dropdown-menu {
    background: #ffd400;
    padding: 5px 20px;
    border-radius: 0px;
    width: 242px;
    margin: 0;
}
.my-profile-button {
    text-transform: none;
}
.my-profile-button img {
    margin-left: 10px;
    transform: rotate(90deg);
    width: 12px;
}
.customLoginFormHeader .dropdown-menu a {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 20px;
    text-align: center;
    background: transparent;
}
.customLoginFormHeader .dropdown-menu a + a {
    border-top: 2px solid #495057;
}

.CustomAwardBox {
    display: none;
}
.CustomAwardBox h3 {
    font-family: 'Fiorello CG Condensed';
    font-size: 35px;
    color: #ffd400;
    display: inline-block;
    text-transform: uppercase;
    line-height: 35px;
}
.CustomAwardBox p {
    font-size: 15px;
    color: #fff;
    display: block;
    line-height: 20px;
}
.CustomAwardBox {
    position: absolute;
}
.CustomAwardBox h3 {
    font-family: 'Fiorello CG Condensed';
    font-size: 35px;
    color: #ffd400;
    display: inline-block;
    text-transform: uppercase;
    line-height: 35px;
}
.CustomAwardBox p {
    font-size: 15px;
    color: #fff;
    display: block;
    line-height: 20px;
}
#box1 {
    top: 9%;
    left: 54%;
}
#box2 {
    top: 20%;
    left: 36%;
}
#box3 {
    right: 4%;
    top: 20%;
}
#box4 {
    left: 14%;
    top: 50%;
}
#box5 {
    left: 60%;
    top: 53%;
    max-width: 150px;
}
#box6 {
    bottom: 9%;
    left: 19%;
    text-align: right;
}
#box7 {
    bottom: 8%;
    right: 21%;
}

span.arrowCenterSpan {
    display: inline-block;
    width: 100%;
    text-align: center;
}
span.arrowCenterSpan img {
    display: inline-block;
    width: 12px;
    position: relative;
    top: -10px
}
section#section3 {
    padding-top: 120px;
}
section#section4 {
    padding-top: 90px !important;
}
div#section7 {
    padding-top: 60px;
}
.fp-watermark {
    display: none !important;
}


.owl-nav button.disabled {
    opacity: 0.6;
    cursor: not-allowed !important;
}
.workHardSlider {
    max-width: 1070px;
    margin: 0 auto;
}
.fp-is-overflow .fp-overflow.fp-auto-height, .fp-is-overflow .fp-overflow.fp-auto-height-responsive, .fp-is-overflow>.fp-overflow {
    overflow-y: hidden;
}
.fullySoldLabel {
    position: absolute;
    top: 20px;
    left: 7px;
    z-index: 9;
    width: 150px;
    height: auto;
}


/******************************************/
.customPopupModlNP .modal-header {
    background: #fff;
    padding: 12px 14px 0;
    height: auto;
    border: none !important;
    flex-wrap: wrap;
    font-family: 'Roboto', sans-serif !important;
}

.price-range-slider {
    width: 100%;
    float: left;
    padding: 10px 0;
    margin-top: 12px;
}

.price-range-slider p {
    font-size: 10px;
    color: #fff;
    text-align: left;
}

.price-range-slider .range-value input {
    background: none;
    color: #fff;
    font-size: 15px;
    font-weight: 700 !important;
    border: none;
    margin-left: 2px;
}

.price-range-slider .range-bar {
    background: #d7d7d7;
    height: 5px;
    width: 96%;
    margin-left: 5px;
    border: none;
}

.price-range-slider .range-bar .ui-slider-range {
    background: #fbcb2b;
}

.price-range-slider .range-bar .ui-slider-handle {
    border: 4px solid #fbcb2b;
    background: #fff;
    border-radius: 25px;
    height: 20px;
    width: 20px;
    top: -7px;
    cursor: pointer;
}

.customPopupModlNP .customAccordianNP .card-header button.btn.btn-link {
    color: #2e2e2e !important;
}

.customPopupModlNP div+h5 {
    margin-top: 10px;
}

.modal-content .modal-body .customAccordianNP .card-body {
    overflow-y: auto !important;
}

.modal-content .modal-body .customAccordianNP [aria-labelledby="headingOne"] .card-body {
    min-height: 400px;
}

.customPopupModlNP .customAccordianNP .card {
    width: 100%;
}

.customPopupModlNP .customAccordianNP .locationAccordianNP {
    min-height: 300px;
}

.customPopupModlNP .customButtonDivNP a {
    background: #1f1f1f;
}

.customSelectSlider {
    display: inline-block;
    width: 100%;
    margin: 0 3px;
    position: relative;
}

.customPopupModlNP .customAccordianNP .customSelectSlider {
    overflow: unset !important;
}

.customPopupModlNP .customAccordianNP .customSelectRange * {
    color: #202020 !important;
}

.customSelectRange {
    padding: 0 10px 0 5px !important;
}

.customSelectRange .price-range-slider {
    margin: 0;
    padding-top: 0 !important;
}

.customSelectRange .price-range-slider .range-value {
    margin-bottom: 5px !important;
}

.customSelectRange .price-range-slider .range-bar {
    position: relative;
}

.customSelectRange .price-range-slider .range-bar::before {
    content: "min";
    position: absolute;
    bottom: -28px;
    left: -10px;
    font-size: 13px;
}

.customSelectRange .price-range-slider .range-bar::after {
    content: "max";
    position: absolute;
    bottom: -28px;
    right: -10px;
    font-size: 13px;
}

.customSelectRange .ui-widget.ui-widget-content {
    background: #bdbdbd !important;
}

.customSelectSlider.open .customSelectRange {
    display: inline-block;
}

.customSelectSlider .price-range-slider .range-value input {
    font-size: 16px;
    font-weight: 400 !important;
}

.customAccordianNP .customSelectRange .price-range-slider h2 {
    margin-bottom: 10px !important;
    text-align: left;
}

.customAccordianNP .customSelectSlider .price-range-slider .range-value input {
    color: #000 !important;
}

.customAccordianNP .customSelectRange .price-range-slider {
    padding: 10px 0 30px;
}

/* .ui-slider-horizontal .ui-slider-range {
    width: 100% !important;
} */

.customAccordianNP .card {
    display: inline-block;
    width: calc(50% - 10px);
    padding: 0 !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0px !important;
    background: transparent !important;
    margin: 4px 2px;
    position: relative;
}

.customAccordianNP .card-header {
    display: inline-block;
    width: 100%;
    padding: 0;
}

.customAccordianNP .card div[data-parent="#accordionParent"] {
    position: absolute;
    top: 35px;
    background: #fff;
    z-index: 2;
    left: 0;
    width: 100%;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.5) !important;
    overflow: hidden !important;
}

.customAccordianNP .card div[data-parent="#accordionParent"] .range-bar {
    width: calc(100% - 20px);
    margin-left: 9px;
}

.customAccordianNP .card-header button.btn.btn-link {
    width: 100%;
    text-align: left;
    padding: 5px 6px;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #dbdbdb !important;
    background: transparent !important;
    color: #fff !important;
    border-radius: 5px !important;
    font-family: 'Roboto', sans-serif !important;
}





body,
button,
input,
textarea,
select {
    font-family: 'Roboto', sans-serif !important;
}

.customAccordianNP .card {
    display: inline-block;
    width: calc(50% - 10px);
    padding: 0 !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0px !important;
    background: transparent !important;
    margin: 4px 2px;
    position: relative;
}

.customAccordianNP .card-header {
    display: inline-block;
    width: 100%;
    border-radius: 0px !important;
    padding: 0;
}

.customAccordianNP .card div[data-parent="#accordionParent"] {
    position: absolute;
    top: 35px;
    background: #fff;
    z-index: 2;
    left: 0;
    width: 100%;
    box-shadow: 0 1px 6px 0px rgba(0, 0, 0, 0.5) !important;
    overflow: hidden !important;
}

.customAccordianNP .card-header button.btn.btn-link {
    margin: 0;
    width: 100%;
    text-align: left;
    padding: 5px 6px;
    padding-right: 30px;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #dbdbdb !important;
    border-radius: 5px !important;
    position: relative;
    text-decoration: none !important;
    background: transparent !important;
    color: #fff !important;
    box-shadow: none !important;
    font-family: 'Roboto', sans-serif !important;
}

.customAccordianNP .card-header button.btn.btn-link i,
.advanceOptionDiv .customAccordianNP .card-header button.btn.btn-link i {
    position: absolute;
    right: 10px;
    top: 8px;
    font-weight: 700;
}

.customAccordianNP .card-body {
    padding: 5px 10px !important;
    overflow-y: auto !important;
    max-height: 180px;
    border: none !important;
}

.customAccordianNP .filter-search-input {
    padding: 3px 15px;
    height: auto;
    font-size: 13px !important;
    font-weight: 400;
    border-radius: 3px;
    font-family: 'Roboto', sans-serif !important;
}

ul.CustomlistNP {
    display: inline-block;
    width: 100%;
}

ul.CustomlistNP li {
    width: 100%;
    margin-bottom: 2px;
}

ul.CustomlistNP li a {
    width: 100%;
    font-size: 13px;
    background: transparent;
    padding: 4px 15px;
    border-radius: 3px;
    position: relative;
    font-family: 'Roboto', sans-serif !important;
    color: #202020;
    display: inline-block;
}

ul.CustomlistNP li a.active {
    background: #fbcb2b;
}

ul.CustomlistNP li a:hover {
    background: #fbcb2b;
}

.customButtonDivNP {
    display: inline-flex;
    width: calc(100% + 8px);
    justify-content: space-around;
    margin-left: -4px;
    margin-top: 12px;
}

.customButtonDivNP a {
    display: inline-block;
    width: 50%;
    text-align: center;
    margin: 0 5px;
    border-radius: 3px;
    font-size: 14px;
    padding: 3px 8px;
    color: #fff !important;
    font-family: 'Roboto', sans-serif !important;
}

.customButtonDivNP a.BlackBtnNP {
    border: 1px solid #202020;
    background: #202020;
}

.customButtonDivNP a.yellowBtnNP {
    border: 1px solid #fbcb2b;
    background: #fbcb2b;
    color: #414042;
}

.customPopupModlNP h5 {
    font-size: 14px !important;
    color: #202020 !important;
    padding: 0 !important;
    font-weight: 400;
    font-family: 'Roboto', sans-serif !important;
}

.customModalHeaderNewFilter h2.range-value p,
.customModalHeaderNewFilter .price-range-slider .range-value input {
    color: #000;
    font-family: 'Roboto', sans-serif !important;
}
.customPopupModlNP .modal-header.customModalHeaderNewFilter .closeBtnNew {
    position: absolute;
    top: 7px;
    right: 8px;
}
.customPopupModlNP .modal-header .closeBtnNew {
    background: transparent !important;
    border: none !important;
    text-align: right;
    padding: 0 !important;
    width: 28px;
}
.locationAccordianNP .card-body .cAccorHeading {
    padding: 0px !important;
    display: inline-flex;
    width: 100%;
    align-items: center;
    font-size: 13px;
}

.locationAccordianNP .card-body .cAccorHeading label {
    font-size: 13px;
    color: #202020;
}

.locationAccordianNP .cAccorHeading>input {
    top: 0px;
}

.locationAccordianNP .cAccorHeading>label {
    margin: 0px;
}

.cAccorHeading {
    display: inline-flex;
    width: 100%;
    text-align: left;
    background: transparent !important;
    border: none !important;
    padding: 5px 0;
}

.cAccorHeading>input {
    display: inline-block !important;
    position: relative;
    top: 1px;
    margin-right: 5px;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-15px);
  }
  60% {
    transform: translateY(-8px);
  }
}
.videoArrowImage {
    position: absolute;
    bottom: 30px;
    left: 50%;
    z-index: 2;
    width: 30px;
    transform: translateX(-50%);
    animation: bounce 2s infinite;
}








/***************Calculator CSS***************/
.topLabelBar {
    display: inline-block;
    width: 100%;
    border-bottom: 3px solid #edb81b;
    padding: 20px 0 15px 0;
}
.topLabelBar h2 {
    font-size: 20px;
    font-weight: 500;
    color: #212221;
    text-transform: none;
    font-family: 'Noto Sans', sans-serif;
}
.backBtnHLE {
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
    margin-top: 20px !important;
}
.backButtonHLE {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 28px;
}
.backBtnHLE h3 {
    font-size: 24px;
}
.allCalculatorsList {
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
}
.allCalculatorsList li {
    display: inline-block;
    width: 100%;
}
.allCalculatorsList a {
    display: inline-block;
    width: 100%;
    background: #f2f2f2;
    box-shadow: 2px 2px 4px 0 rgb(0 0 0 / 40%) !important;
    padding: 15px 10px;
    text-align: center;
    border-radius: 5px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #1f1f1f;
    text-decoration: none !important;  
}


.stepsMainDivHLE {
    display: inline-flex;
    width: 100%;
    justify-content: center;
    margin-top: 40px;
    padding: 0 15px;
}
.singleStepHLE {
    display: inline-block;
    width: 25%;
    margin: 0 5px;
    padding-bottom: 20px;
    border-bottom: 10px solid #414042;
    text-align: center;
}
.singleStepHLE h2 {
    font-size: 66px;
    width: 105px;
    height: 105px;
    background: #414042;
    color: #fff;
    border-radius: 50%;
    line-height: 55px;
    font-weight: 900;
    display: inline-block;
}
.singleStepHLE.active h2 {
    background: #eeb91b;
    color: #414042;
}
.singleStepHLE.active {
    border-bottom: 10px solid #eeb91b;
}
.singleStepHLE h2 span {
    font-size: 20px;
    display: inline-block;
    width: 100%;
    line-height: 25px;
    margin: 15px 0 0 0;
    float: left;
}
.monthlyIncomeDivHLE {
    margin: 50px 0 40px 0;
    display: inline-block;
    width: 100%;
    background: #414042;
}
.monthlyIncomeDivHLE h3 {
    font-size: 25px;
    color: #fff;
    padding: 15px 0;
    font-weight: 500;
    text-align: center;
}
.customNewFormHLE {
    padding: 0 30px;
}
.customInputDivHLE {
    display: inline-block;
    width: 100%;
    margin-bottom: 35px;
}
.customInputDivHLE label {
    width: 80%;
    float: left;
    margin-left: 10%;
    background: #414042;
    border-radius: 10px 10px 0 0;
    text-align: center;
    padding: 6px 15px;
    font-size: 17px;
    color: #fff;
    margin-bottom: 0px;
}
.customInputDivHLE select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url(../images/select-icon.png);
    background-repeat: no-repeat;
    background-position: right center;
}
.customInputDivHLE input, .customInputDivHLE select {
    float: left;
    width: 100%;
    border: 2px solid #414042;
    padding: 6px 8px;
    border-radius: 10px;
    font-size: 16px;
    background: #fff !importnt;
}
.inputWithLeftTextHLE {
    position: relative;
    float: left;
    width: 100%;
}
.inputWithLeftTextHLE span {
    position: absolute;
    left: 12px;
    top: 8px;
    font-size: 17px;
    font-weight: 900;
}
.inputWithLeftTextHLE input {
    padding-left: 60px;
}
.nextPreDivHLE {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 30px;
}
.previousDivHLE {
    float: left;
    width: 50%;
}
.nextDivHLE {
    float: right;
    width: 50%;
    text-align: right;
}
.nextPreDivHLE a {
    display: inline-flex;
    font-size: 18px;
    text-align: center;
    align-items: center;
    justify-content: center;
    color: #1f1f1f;
}
.nextPreDivHLE a img {
    margin: 0 10px 0;
}
.nameDetailHLE {
    display: inline-block;
    width: 100%;
}
.nameDetailHLE h4 {
    font-size: 25px;
    text-transform: unset;
    font-weight: 900;
}
.nameDetailHLE p {
    font-size: 18px;
    text-transform: unset;
    color: #202020;
}
.nameDetailHLE .monthlyIncomeDivHLE {
    margin-top: 10px;
}
.nameDetailHLE .monthlyIncomeDivHLE h3 {
    font-size: 60px;
}
.baseOnDivHLE {
    display: inline-block;
    width: 100%;
    margin-top: 15px;
}
.baseOnSingleHLE {
    width: 100%;
    float: left;
    padding: 5px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    text-align: left;
}
.baseOnSingleHLE span {
    width: 250px;
    float: left;
    font-size: 18px;
}
.baseOnSingleHLE h3 {
    text-align: left;
    width: calc(100% - 265px);
    font-size: 18px;
    float: left;
    font-weight: 900;
}
.loanEligibilityButtonHLE {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 40px 0;
}
.customButtonHLE {
    border: 1px solid #eeb91b;
    color: #414042;
    background: #eeb91b;
    font-size: 16px;
    padding: 6px 20px 3px;
    min-width: 120px;
    margin: 0 10px;
    border-radius: 15px;
    font-weight: 600;
}
.simpleSelectBoxHLE {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}
.simpleSelectBoxHLE select {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    float: left;
    font-weight: 600;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url(../images/select-icon.png);
    background-repeat: no-repeat;
    background-position: right center;
    text-align: center;
    padding: 8px 10px;
    background-color: #f1f2f2;
    border: 2px solid #d1d3d4;
}
.legalFeeButton {
    display: inline-block;
    width: 100%;
}
.legalFeeButton .customButtonHLE {
    display: inline-block;
    min-width: 150px;
}
.fromSquareMeaterDivHLE {
    display: inline-block;
    width: 100%;
}
.fromSquareMeaterDivHLE input {
    display: inline-block;
    width: 100%;
    border: 2px solid #d1d3d4;
    border-bottom: none;
    padding: 30px 15px;
    text-align: center;
    font-size: 20px;
    color: #000000;
    font-weight: 600;
}
.simpleSelectBoxHLE {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}
.simpleSelectBoxHLE select {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    float: left;
    font-weight: 600;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url(../images/select-icon.png);
    background-repeat: no-repeat;
    background-position: right center;
    text-align: center;
    padding: 8px 10px;
    background-color: #f1f2f2;
    border: 2px solid #d1d3d4;
}
.newStyleTableDiv {
    display: inline-block;
    width: 100%;
}
.customCartButtonHLE {
    background-color: #eeb91b;
    background-image: url(../images/select-icon.png);
    background-repeat: no-repeat;
    background-position: right center;
    border: 2px solid #eeb91b;
    color: #414042;
    font-size: 20px;
    font-weight: 900;
    width: 100%;
    border-radius: 8px;
    padding: 6px 15px;
}
.newStyleTableDiv table {
    width: 100%;
}
.newStyleTableDiv table td, .newStyleTableDiv table th {
    font-size: 14px;
    padding: 5px 4px;
}
.newStyleTableDiv table tbody tr:nth-child(even) {
    background: #e6e7e8 !important;
}
.tab {
    display: none
  }
.thanks-message {
    display: none
}
.thanks-message img {
  max-width: 150px;
}
form#regForm {
    min-height: calc(100vh - 300px);
}
input.invalid {
    border: 2px solid red !important;
}








@media only screen and (min-width: 1650px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1600px;
    }
}


@media only screen and (max-width: 1649px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1400px;
    }
    .getInTouchSec .nav li button {
        max-width: 200px;
    }
    /*.container {
        max-width: 1200px;
    }*/
    .flip-card-back h4 {
        font-size: 18px;
    }
    .flip-card-back p {
        font-size: 17px;
    }
    .flip-card {
        height: 335px;
    }
    .ourStory p {
        font-size: 17px;
        line-height: 22px;
    }
    .ourStory h2 {
        font-size: 40px;
        line-height: 44px;
    }
    .ourServiceSec .container::after {
        width: 20px;
        height: 40px;
        margin-top: 0;
    }
    .bottomArrow {
        width: 45px !important;
    }
    .topWhiteArrow {
        width: 40px !important;
        margin-bottom: 5px;
    }
    .collabDevSec {
        background-size: 500px;
        padding-top: 92px !important;
    }
    .trackRecordImageHeading {
        top: 72px;
    }
    .recordContent ul li {
        /* width: 48%; */
        font-size: 12px;
        min-height: 36px;
        margin: 0;
        align-items: center;
    }
    .collabDevSec.trackRecordSecNew {
        padding-top: 40px !important;
    }
    .recordContent {
        padding: 20px 20px;
    }
    .recordContent ul li img {
        width: 18px !important;
        height: 18px;
        margin-right: 7px;
    }
    .recordBtn {
        font-size: 19px;
    }
    .collabDevSec::before {
        right: calc(100% - 500px);
        border-top: 53px solid transparent;
        border-right: 36px solid #000;
    }
    .collabDevSec::after {
        width: calc(100% - 500px);
        height: 53px;
    }
    .trackRecordSlider::after {
        width: 19px;
        height: 50px;
        margin: 10px 0 20px 30px;
    }
    .awardSec h1 {
        font-size: 50px;
        line-height: 50px;
    }
    .projectinnerContent h2 {
        font-size: 42px;
        line-height: 42px;
        /* max-width: 250px; */
    }
    .projectinnerContent p {
        font-size: 16px;
    }
    .projectPLayIcon {
        width: 35px !important;
        right: 10px;
        bottom: 30px;
    }
    .exploreMoreContent h2 {
        font-size: 26px;
    }
    .getInTouchSec .tab-content p strong {
        font-size: 60px;
        line-height: 60px;
    }
    .getInTouchSec .tab-content p {
        font-size: 18px;
        padding-left: 260px;
    }
    .socialLinks li {
        margin-left: 5px;
        width: 30px;
    }
    .leftFooterSec > img {
        width: 180px;
    }
    .fotterInfo li p {
        font-size: 13.5px;
        line-height: 20px;
    }
    .fotterInfo li a {
        font-size: 13.5px;
    }
    .customFooter p {
        font-size: 13px;
    }
    .bottomLinks li a {
        font-size: 13px;
    }
    .recordContent h3 {
        font-size: 22px;
    }
    .featuredProjectsSec {
        /* padding-top: 55px; */
    }
    .futuredProjectSlider {
        margin-top: 32px !important;
    }
    .featuredProjectDiv p {
        font-size: 20px;
        margin-top: 14px;
        line-height: 28px;
    }
    .exploreMoreSec {
        padding-bottom: 0px;
        padding-top: 20px;
    }
    .exploreMoreSec h1 {
        margin-bottom: 10px;
    }
    #section7 .ourStory {
        margin-top: 15px;
    }
    .assendign_1 .projectinnerContent h2 {
        /* max-width: 70px; */
    }

    .assendign_10 .projectinnerContent h2,
    .assendign_9 .projectinnerContent h2,
    .assendign_8 .projectinnerContent h2,
    .assendign_6 .projectinnerContent h2,
    .assendign_4 .projectinnerContent h2 {
        /* max-width: 150px; */
    }

    .assendign_2 .projectinnerContent h2 {
        /* max-width: 200px; */
    }
}
/*@media only screen and (max-width: 1450px) {
    .getInTouchSec .nav li button {
        max-width: 200px;
    }
}*/
@media only screen and (max-width: 1399px) {
    .container {
        max-width: 1080px;
    }
    .ourServiceSec h2 {
        font-size: 30px;
    }
    .flip-card {
        height: 325px;
    }
    .flip-card-back h4 {
        font-size: 16px;
    }
    .flip-card-back p {
        font-size: 15px;
        line-height: 18px;
    }
    .topWhiteArrow {
        width: 30px !important;
        margin-bottom: 5px;
    }
    .bottomArrow {
        width: 35px !important;
    }
    .collabDevHeading h1 {
        font-size: 30px;
    }
    .collabDevHeading p {
        font-size: 18px;
        margin-top: 18px;
    }
    .collabDevSec h2 {
        font-size: 30px;
    }
    .trackRecordSlider .owl-nav button {
        top: -65px;
        width: 44px;
        height: 44px;
    }
    .recordContent {
        padding: 15px 15px;
    }
    .recordImage {
/*        width: 220px;*/
    }
    .recordContent {
/*        width: calc(100% - 220px);*/
    }
    .trackRecordSlider {
        max-width: 1100px;
    }
    .recordContent ul li {
        margin-top: 2px;
    }
    .recordContent h3 {
        font-size: 20px;
        margin-bottom: 6px;
    }
    .recordBtn {
        font-size: 16px;
        padding: 2px 10px;
        margin-top: 6px;
    }
    .awardSec h1 {
        font-size: 40px;
        line-height: 40px;
    }
    .CustomAwardBox h3 {
        font-size: 30px;
        line-height: 30px;
    }
    .CustomAwardBox p {
        font-size: 14px;
        line-height: 16px;
    }
    .featuredProjectsSec {
        padding: 80px 0 40px;
    }
    .exploreMoreSec {
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .featuredProjectDiv h1 {
        font-size: 30px;
    }
    .featuredProjectDiv p {
        font-size: 18px;
        margin-top: 10px;
    }
    .featuredProjectDiv {
        margin-bottom: 15px !important;
    }
    .projectinnerContent h2 {
        font-size: 37px;
        line-height: 37px;
        /* max-width: 190px; */
    }
    .projectinnerContent p {
        font-size: 14px;
    }
    .exploreMoreContent h2 {
        font-size: 20px;
    }
    .exploreMoreContent h2 img {
        width: 30px;
    }
    .ourStory h2 {
        font-size: 38px;
        line-height: 38px;
    }
    .ourStory p {
        font-size: 16px;
    }
    .yellowColorBtn {
        min-width: 270px;
    }
    .customButton {
        font-size: 20px;
    }
    .customButton img {
        width: 25px;
        left: 20px;
    }
    .getInTouchSec h1 {
        font-size: 28px;
    }
    .getInTouchSec p {
        font-size: 18px;
        max-width: 800px;
    }
    .getInTouchSec .nav li button {
        max-width: 160px;
    }
    .getInTouchSec .tab-content p strong {
        font-size: 40px;
    }
    .getInTouchSec .tab-content p {
        font-size: 16px;
        padding-left: 180px;
        line-height: 21px;
        padding-top: 6px;
    }
    .getInTouchSec {
        padding: 100px 0 50px;
    }
    .leftFooterSec > img {
        width: 130px;
    }
    .socialLinks li img {
        width: 26px;
    }
    .fotterInfo li p strong {
        margin-bottom: 5px;
    }
    .cutomRegBtn::before {
        left: -40px;
    }
    .collabDevSec::before {
        right: calc(100% - 501px);
    }
    .assendign_1 .projectinnerContent h2 {
        /* max-width: 70px; */
    }

    .assendign_10 .projectinnerContent h2,
    .assendign_9 .projectinnerContent h2,
    .assendign_8 .projectinnerContent h2,
    .assendign_6 .projectinnerContent h2,
    .assendign_4 .projectinnerContent h2 {
        /* max-width: 140px; */
    }

    .assendign_2 .projectinnerContent h2 {
        /* max-width: 170px; */
    }
 }
@media only screen and (max-width: 1280px) {
    .cutomLoginBtn {
        font-size: 18px;
        padding: 10px 40px;
    }
    .featuredProjectDiv {
        padding-right: 290px;
    }
    .cutomLoginBtn::after {
        height: 60px;
    }
    .cutomRegBtn {
        padding: 16px 40px;
        font-size: 18px;
    }
    .cutomRegBtn::before {
        border-bottom: 60px solid transparent;
    }
    .ourServiceSec h2 {
        margin-bottom: 10px;
    }
    .customHeader .navbar {
        padding: 3px 1rem;
    }
    .customHeader .navbar-collapse {
        top: 59px;
    }
    .ourStory {
        padding: 22px 0;
    }
    .ourStory p {
        font-size: 15px;
        line-height: 20px;
    }
    .ourStory h2 {
        font-size: 35px;
        line-height: 35px;
    }
    .ourServiceSec .owl-nav button {
        position: absolute;
        top: -47px;
        width: 38px;
        height: 38px;
    }
    .flip-card {
        height: 310px;
    }
    .flip-card-front h3 {
        font-size: 25px;
        line-height: 25px;
    }
    .flip-card-front h3 {
        top: 25px;
        left: 28px;
    }
    .bottomArrow {
        width: 30px !important;
    }
    .trackRecordSlider {
        max-width: 950px;
    }
    section#section4 {
        padding-top: 72px !important;
    }
    .awardSec h1 {
        font-size: 35px;
        line-height: 35px;
    }
    .CustomAwardBox h3 {
        font-size: 26px;
        line-height: 26px;
    }
    .CustomAwardBox p {
        font-size: 13px;
        line-height: 15px;
    }
    .featuredProjectDiv h1 {
        font-size: 28px;
    }
    .featuredProjectDiv p {
        font-size: 16px;
        margin-top: 5px;
        line-height: 22px;
    }
    .featuredProjectDiv {
        margin-bottom: 10px !important;
    }
    .customButton {
        font-size: 18px;
    }
    .customButton img {
        width: 21px;
        left: 20px;
    }
    .projectinnerContent {
        padding: 18px;
    }
    .projectinnerContent h2 {
        font-size: 27px;
        line-height: 27px;
        /* max-width: 150px; */
    }
    .projectinnerContent p {
        font-size: 10px;
    }
    .assendign_1 .projectinnerContent h2 {
        /* max-width: 60px; */
    }

    .assendign_10 .projectinnerContent h2,
    .assendign_9 .projectinnerContent h2,
    .assendign_8 .projectinnerContent h2,
    .assendign_6 .projectinnerContent h2,
    .assendign_4 .projectinnerContent h2 {
        /* max-width: 100px; */
    }

    .assendign_2 .projectinnerContent h2 {
        /* max-width: 120px; */
    }
    .projectPLayIcon {
        width: 32px !important;
    }
    .exploreMoreSec h1 {
        font-size: 30px;
    }
    .exploreMoreContent h2 img {
        width: 22px;
    }
    .exploreMoreContent h2 {
        font-size: 18px;
    }
    section.ourStory.joinAffrimSec {
        margin-top: 0;
        padding: 30px 0;
    }
    div#section7 {
        padding-top: 42px;
    }
    .getInTouchSec p {
        font-size: 16px;
        line-height: 22px;
    }
    .trackRecordImageHeading {
        top: 60px;
    }

    .recordImage img {
        max-height: 280px;
    }
    .awardSec {
        padding: 60px 0 0;
        overflow: hidden;
    }
    .featuredProjectsSec {
        padding: 65px 0 30px;
    }
    .featuredProjectDiv {
       margin-bottom: 0px !important;
    }
    .featuredProjectDiv p {
        margin-top: 2px;
        line-height: 20px;
    }
    .futuredProjectSlider .item > img {
        max-height: 460px;
    }
    .getInTouchSec {
        padding: 70px 0 50px;
    }
    .getInTouchSec .nav li button {
        max-width: 150px;
    }
    .workHardSlider {
        max-width: 850px;
    }
    .peopleImageDiv h2 {
        font-size: 34px;
        line-height: 34px;
    }
    .peopleImageDiv p {
        font-size: 13px;
    }
    .peopleContentDiv {
        padding: 18% 25px 0;
    }
    .peopleHeading > a {
        width: 32px;
    }
    .peopleContentDiv > img {
        width: 60px !important;
    }
    .peopleContentDiv p {
        font-size: 13px;
        margin: 14px 0 0;
    }
    .peopleContentDiv a {
        width: 32px;
    }
    .digitalPresenceSec {
        padding: 30px 0;
    }
    .digitalPresenceSec h1 {
        font-size: 28px;
    }
    .digitalPresenceSec p {
        font-size: 15px;
        margin-top: 10px;
    }
    .digitalPresenceList li img {
        width: 55px;
        margin-right: 12px;
    }
    .digitalPresenceList li p {
        line-height: 19px;
    }
    .digitalPresenceList li {
        padding: 15px 0;
    }
    .playStoreIcons li {
       width: 140px;
       margin: 0 10px;
    }
    .digitalPresenceList {
       margin-top: 10px !important;
    }
    .recentEventSec h1 {
        font-size: 28px;
    }
    .recentEventSec p {
        font-size: 16px;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .recentEventInnerDiv h3 {
        font-size: 18px;
        margin-top: 10px;
    }
    .recentEventSec {
        padding: 20px 0;
     }
     .recentEventInnerDiv {
        margin-top: 18px;
    }
    .whImageDiv img {
        width: 110px;
        height: 110px;
    }
    .workingHereSlider {
        padding: 0 8%;
    }
    .workingHereSlider .owl-nav button {
        top: 65px;
    }
    .workingHereSlider .item p {
        font-size: 18px;
        line-height: 22px;
    }
    .ourPeopleSec h1 {
        top: 90px;
    }

}
@media only screen and (max-width: 1023px) {
    .container {
        max-width: 960px;
    }
    .cutomLoginBtn {
        padding: 17px 25px;
        font-size: 17px;
    }
    .cutomRegBtn {
        padding: 18px 26px;
        font-size: 16px;
    }
    .ourStory {
        padding: 40px 0;
    }
    .flip-card {
        height: 265px;
    }
    .flip-card-front h3 {
        font-size: 23px;
        line-height: 23px;
    }
    .flip-card-back {
        padding: 15px 15px;
    }
    .flip-card-back p {
        font-size: 14px;
        line-height: 16px;
        margin-top: 5px;
    }
    .bottomArrow {
        width: 22px !important;
    }
    .topWhiteArrow {
        width: 22px !important;
    }
    .ourServiceSec .container::after {
        width: 8px;
        height: 28px;
    }
    .collabDevHeading h1 {
        font-size: 26px;
        margin-top: 7px;
    }
    .collabDevHeading p {
        font-size: 15px;
        margin-top: 10px;
    }
    .trackRecordSlider::after {
        width: 9px;
        height: 40px;
        margin: 0;
    }
    .featuredProjectDiv h1 {
        font-size: 25px;
    }
    .featuredProjectDiv p {
        font-size: 15px;
        margin-top: 7px;
    }
    .projectinnerContent h2 {
        font-size: 30px;
        line-height: 30px;
    }
    .fotterInfo li a {
        font-size: 12px;
    }
    .logoSlider .item {
        width: calc(100% / 8 - 10px);
    }
    .assendign_2 .projectinnerContent h2 {
        /* max-width: 140px; */
    }
}
@media only screen and (max-width: 959px) {
    .container {
        max-width: 720px;
    }
    .customHeader a.navbar-brand img {
        width: 160px;
    }
    .customHeader .navbar-toggler img {
        width: 40px;
        height: 40px;
    }
    .customHeader .navbar-toggler .menuCloseIcon {
        width: 30px;
        height: 30px;
    }
    .cutomLoginBtn::after {
        height: 69px;
    }
    .cutomLoginBtn {
        padding: 15px 25px;
    }
    .cutomRegBtn {
        padding: 19px 26px;
    }
    .cutomLoginBtn::after {
        top: -6px;
    }
    .cutomRegBtn::before {
        border-bottom: 64px solid transparent;
    }
    .flip-card-front h3 {
        top: 20px;
        left: 20px;
    }
    .awardSec {
        /* display: none; */
    }
    .featuredProjectDiv {
        padding-right: 0;
    }
    .featuredProjectDiv .customButton {
        position: relative;
        margin-top: 12px;
    }
    .exploreMoreSec h1 {
        font-size: 26px;
    }
    .exploreMoreContent h2 {
        font-size: 17px;
    }
    .exploreMoreContent h2 img {
        width: 22px;
    }
    .exploreMoreSec {
        padding-bottom: 50px;
    }
    .getInTouchSec .nav li {
        margin: 0 3px;
    }
    .getInTouchSec .nav li button {
        max-width: 120px;
        padding: 8px;
    }
    .customFooter {
        padding-bottom: 30px;
        padding-top: 30px;
    }
    .customFooter .col-lg-6 p {
        text-align: center;
    }
    .bottomLinks {
        justify-content: center;
    }
    .trackRecordSlider {
        padding: 0;
    }

    .logoSlider .item {
        width: calc(100% / 6 - 10px);
    }
    /*#section5 {
        display: none !important;
    }*/
}
@media only screen and (max-width: 719px) {
    .customFooter p {
        text-align: center;
    }
    .container {
        max-width: 540px;
    }
    .customHeader a.navbar-brand img {
        width: 120px;
    }
    .customHeader .navbar-toggler img {
        width: 30px;
        height: 30px;
    }
    .customHeader .navbar-toggler .menuCloseIcon {
        width: 25px;
        height: 25px;
    }
    .cutomLoginBtn {
        padding: 10px 14px;
    }
    .cutomRegBtn {
        padding: 15px 14px;
    }
    .customHeader .navbar-collapse {
        top: 65px;
    }
    .cutomRegBtn::before {
        border-bottom: 56px solid transparent;
    }
    .cutomLoginBtn::after {
        height: 63px;
        top: -8px;
    }
    .ourStory h2 {
        font-size: 30px;
        line-height: 36px;
    }
    .mobileView {
        display: block !important;
    }
    .desktopView {
        display: none !important;
    }
    .ourStory h2 {
        margin-bottom: 10px;
    }
    .ourStory h2 br {
        display: none;
    }
    .flip-card-front h3 {
        font-size: 28px;
        line-height: 28px;
    }
    .flip-card {
        height: 224px;
    }
    .bottomArrow {
        width: 28px !important;
    }
    .topWhiteArrow {
        width: 25px !important;
    }
    .flip-card-back {
        padding: 15px 15px;
    }
    .flip-card-back h4 {
        font-size: 14px;
        margin-top: 0px;
    }
    .flip-card-back p {
        font-size: 12px;
        line-height: 15px;
        margin-top: 2px;
    }
    .ourServiceSec h2 {
        font-size: 25px;
        margin: 0 0 18px;
    }
    .ourServiceSec .owl-nav button {
        /* top: -46px; */
        width: 30px;
        height: 30px;
    }
    .collabDevHeading h1 {
        font-size: 25px;
        margin-top: 25px;
    }
    .collabDevHeading p {
        margin-bottom: 0px;
    }
    .collabDevSec h2 {
        font-size: 20px;
        margin-bottom: 15px;
        max-width: 240px;
    }
    .workingHereSlider .owl-nav button {
        top: 15%;
        width: 30px;
        height: 30px;
    }
    .whImageDiv img {
        width: 60px;
        height: 60px;
    }
    .ourPeopleSec h1 {
        top: 135px;
        font-size: 66px;
    }
    .whImageDiv {
        padding: 0;
    }
    .applicationFormSec .form-row .col-md-6:nth-child(odd) {
        padding-right: 5px;
    }
    .applicationFormSec .form-row .col-md-6:nth-child(even) {
        padding-left: 5px;
    }
    .peopleImageDiv h2 {
        font-size: 40px;
        line-height: 40px;
    }
    .peopleImageDiv p {
        font-size: 13px;
        color: #fff;
    }
    .peopleContentDiv > img {
        width: 50px !important;
    }
    .peopleContentDiv p {
        font-size: 14px;
        margin: 20px 0 0;
    }
    .trackRecordSlider .owl-nav button {
        top: -45px;
        width: 30px;
        height: 30px;
    }
    .ourStory.joinAffrimSec h2 {
        text-align: left;
        padding-left: 10px;
        width: 100%;
    }
    .ourStory.joinAffrimSec h2 br {
        display: inline-block !important;
    }
    .ourStory.joinAffrimSec p {
        padding-left: 0;
        margin-bottom: 40px;
        margin-top: 10px;
    }
    .ourStory.joinAffrimSec .customButton {
        margin-left: 10px;
        margin-top: 180px !important;
    }
    .getInTouchSec h1 {
        font-size: 24px;
    }
    .getInTouchSec p {
        font-size: 14px;
        margin-top: 7px;
    }
    .getInTouchSec .nav li button.active::after {
        bottom: -51px;
        border-bottom: 29px solid #000;
        border-left: 22px solid transparent;
        border-right: 22px solid transparent;
    }
    .getInTouchSec .nav li button.active::before {
        bottom: -50px;
        border-bottom: 30px solid #fff;
        border-left: 23px solid transparent;
        border-right: 23px solid transparent;
    }
    button.navbar-toggler.mx-auto {
        margin-left: 0px !important;
    }

    .fotterInfo {
        margin-top: 15px;
    }
    .whyWorkSec .col-sm-5 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .whyWorkImage {
        position: unset;
        width: 100%;
        height: auto;
    }
    .digitalPresenceSec .fullWidthImg {
        margin-top: 40px;
    }
    .digitalPresenceSec {
        background-size: 650px;
    }

    .logoSlider .item {
        width: calc(100% / 4 - 10px);
    }
    .workHardSlider {
        padding: 0 35px;
    }
    .workHardSec h1 {
        font-size: 24px;
    }
    .workHardSlider .owl-nav button.owl-prev {
        left: 0;
    }
    .workHardSlider .owl-nav button.owl-next {
        right: 0px;
    }
    .workHardSlider .owl-nav button {
        width: 30px;
        height: 30px;
        top: 40%;
    }

}
@media only screen and (max-width: 519px) {
    .customHeader {
        padding: 3px 0px 3px;
    }
    nav.navbar {
        justify-content: space-between;
    }
    button.navbar-toggler.mx-auto {
        margin-left: auto !important;
        margin-right: 0 !important;
    }
    a.navbar-brand.displayNoneForMobile {
        display: none;
    }
    .customLoginFormHeader {
        top: 56px;
        width: 100%;
    }
    .projectDetailPage {
        padding: 30px 0;
    }
    form.customLoginFormHeader a {
        width: 50%;
        text-align: center;
        justify-content: center;
    }
    .cutomLoginBtn::after {
        display: none !important;
    }
    .cutomRegBtn {
        padding: 11px 14px;
    }
    .cutomRegBtn::before {
        border-bottom: 46px solid transparent;
    }
    .customHeader .navbar-collapse {
        top: 59px;
        z-index: 9;
    }
    .ourStory {
        padding: 25px 0;
        background: #fed402;
    }
    .ourStory p {
        font-size: 15px;
    }
    .ourServiceSec {
        padding: 25px 0;
    }
    .flip-card-back h4 {
        font-size: 16px;
        margin-top: 0px;
    }
    .flip-card-back p {
        font-size: 15px;
        line-height: 19px;
    }
    .trackRecordSlider .item {
        display: inline-block;
    }
    .recordImage {
        width: 100% !important;
    }
    .recordContent {
        width: 100% !important;
    }
    .collabDevSec {
        background: #FFD400;
        padding: 25px 0
    }
    .featuredProjectsSec {
        padding: 25px 0;
    }
    .futuredProjectSlider {
        margin-top: 15px !important;
    }
    .exploreMoreSec h1 {
        font-size: 23px;
        margin-bottom: 16px;
    }
    .exploreMoreContent {
        margin-bottom: 15px;
    }
    .exploreMoreSec {
        padding-bottom: 20px;
    }
    .getInTouchSec .nav li button {
        max-width: 65px;
        padding: 5px;
    }
    .getInTouchSec .tab-content {
        padding: 0 0 12px;
    }
    .getInTouchSec .tab-content p {
        padding-left: 0;
    }
    .getInTouchSec .tab-content p strong {
        position: unset;
        display: inline-block;
        width: 100%;
    }
    .fotterInfo li {
        display: inline-block;
        width: 100%;
    }
    .fotterInfo {
        display: inline-block;
    }
    .customFooter p {
        font-size: 10px;
    }
    .bottomLinks li a {
        font-size: 12px;
    }
    .ourPeopleSec h1 {
        top: 140px;
        font-size: 36px;
    }
    .digitalPresenceSec {
        background-size: 370px;
    }
    .logoSlider .item img {
        padding: 10px;
    }
    .logoSlider .item {
        width: calc(100% / 4 - 10px);
    }
}
@media only screen and (max-width: 575px) {
    .workingHereSlider .owl-nav button {
        top: 23%;
    }
}
@media only screen and (max-width: 405px) {
    .workingHereSlider .owl-nav button {
        top: 23%;
        width: 24px;
        height: 24px;
    }
}
@media only screen and (min-width: 992px) {
    .trackRecordSlider .owl-nav button {
        top: 50%;
        transform: translateY(-50%);
    }
    .awardSec {
        padding-top: 0px;
    }
    .awardSec h1 {
        position: relative;
        z-index: 1;
        top: 80px;
    }
    .awardImageDiv {
        position: relative;
        top: -0;
    }
}


@media only screen and (max-width: 719px) {
    .trackRecordImageHeading {
        top: 65px;
        width: 70%;
        left: 50%;
        transform: translateX(-50%);
    }
    .trackRecordSlider .owl-nav {
        display: none !important;
    }
    .trackRecordSlider .owl-dots {
        display: inline-block !important;
        margin-top: 20px !important;
    }
    .trackRecordSlider .owl-dots button.owl-dot {
        display: inline-block !important;
        width: 9px !important;
        height: 9px !important;
        background: #fff !important;
        position: relative;
        border-radius: 10px;
        margin: 0 4px
    }
    .trackRecordSlider .owl-dots button.owl-dot.active {
        background: #000000 !important;
    }
    .youtubeVFideo video {
        height: auto;
        aspect-ratio: 1;
    }
    .ourStory {
        margin-top: 0px;
        background: #ffd400;
    }
    ul.ourStoryIconList {
        display: inline-flex;
        width: 100%;
        justify-content: space-between;
        gap: 30px;
        position: relative;
    }
    ul.ourStoryIconList::after {
        position: absolute;
        content: "";
        width: calc(100% - 100px);
        height: 1px;
        background-color: #fff;
        top: 30%;
        left: 50px;
        z-index: 1;
    }
    .ourStory h2 {
        margin-bottom: 20px;
    }
    ul.ourStoryIconList li {
        width: 33.33%;
        text-align: center;
        padding: 0 0;position: relative;
        z-index: 2;
    }
    .ourStoryIconList li a {
        display: inline-block;
        width: 100%;
    }
    ul.ourStoryIconList li::after {
        width: 6px;
        height: 6px;
        position: absolute;
        top: 28.9%;
        right: -17px;
        content: "";
        background-color: #fff;
        border-radius: 50px;
    }
    ul.ourStoryIconList li:last-child::after {
        display: none !important;
    }
    ul.ourStoryIconList li span {
        display: inline-block;
        width: 100%;
        margin-bottom: 10px;
        padding: 5%;
    }
    ul.ourStoryIconList li p {
        display: inline-block;
        width: 100%;
        font-size: 15px;
        font-weight: 300;
        font-family: 'HelveticaNeue';
    }
    ul.ourStoryIconList li p strong {
        display: inline-block;
        width: 100%;
        font-weight: 600;
    }
    .bottomWhiteArrow {
        display: inline-block;
        width: 100%;
        text-align: center;
    }

    .bottomWhiteArrow img {
        width: 15px;
        margin-top: 15px
    }
    .leftFooterSec {
        justify-content: center;
    }
    .socialLinks.d-none.mobileView,
    .fotterInfo {
        text-align: center;
    }
    .fotterInfo li {
        margin-bottom: 12px;
    }
    .featuredProjectDiv {
        text-align: center;
        padding-top: 0;
        background: transparent;
    }
    .serviceSlider {
        padding: 0;
    }
    .serviceSlider .owl-nav {
        display: none !important;
    }
    .serviceSlider .owl-dots {
        display: inline-block !important;
        margin-top: 10px !important;
        width: 100%;
        text-align: center;
    }
    .serviceSlider .owl-dots button.owl-dot {
        display: inline-block !important;
        width: 9px !important;
        height: 9px !important;
        background: #000000 !important;
        position: relative;
        border-radius: 10px;
        margin: 0 4px
    }
    .serviceSlider .owl-dots button.owl-dot.active {
        background: #ffd400 !important;
    }
    .flip-card-front h3 {
        top: 20px;
        left: 50%;
        width: 100%;
        text-align: center;
        font-size: 20px;
        line-height: 22px;
        transform: translateX(-50%);
        max-width: 180px;
    }
    .flip-card-front h3 br {
        display: none !important;
    }
    .bottomArrow {
        transform: rotate(180deg) translateX(50%);
        pointer-events: none !important;
    }
    .flip-card-front {
         position: relative;
     }
   .flip-card-back {
        position: relative;
        transform: translateY(0) !important;
        padding: 15px 15px;
        min-height: 180px;
        display: inline-flex;
        align-items: center;
    }
    .flip-card {
        height: auto;
        pointer-events: none !important;
    }
    .flip-card * {
        pointer-events: none !important;
    }
    .flip-card-back h4,
    .flip-card-back .topWhiteArrow {
        display: none !important;
    }
    .collabDevSec {
        padding-top: 40px !important;
    }
    .logoSlider {
        margin: 10px 0;
    }
    .awardSec h1 {
        text-align: center;
    }
    .awardImageDiv img {
        width: calc(100% + 20px) !important;
        min-width: calc(100% + 20px) !important;
        margin-left: -10px;
    }
    .CustomAwardBox h3 {
        font-size: 18px;
        line-height: 18px;
    }
    .CustomAwardBox p {
        font-size: 9.5px;
        line-height: 11px;
    }
    .awardSec {
        padding: 60px 0 20px;
        overflow: hidden;
    }
    #box1 {
        top: 16%;
        left: 10%;
    }
    #box3 {
        right: 9%;
        top: 21%;
        text-align: right;
    }
    #box4 {
        left: 10%;
        top: 30%;
    }
    #box7 {
        bottom: 45%;
        right: 30%;
    }
    #box2 {
        top: auto;
        left: 36%;
        bottom: 32%;
    }
    #box6 {
        bottom: 10%;
        left: 10%;
        text-align: right;
    }
    #box5 {
        left: auto;
        top: auto;
        max-width: 100px;
        right: 0;
        bottom: 7%;
    }
    .getInTouchSec .nav li button {
        max-width: 165px;
        margin: 0 auto 28px;
        padding-bottom: 0;
        padding-right: 0;
    }
    .owl-item.active + .owl-item.active .nav-item button {
        margin-left: 0px;
        padding-left: 0%;
    }
    .owl-item.active + .owl-item.active,
    .owl-item.active + .owl-item.active * {
        pointer-events: none;
    }
    .tabMobileSlider .owl-nav {
        display: none !important;
    }
    .getInTouchSec .tab-content {
        margin-top: -7px;
    }
    .getInTouchSec .tab-content p {
        text-align: center;
        font-size: 14px;
        line-height: 22px;
    }
    .youtubeVFideo {
        display: inline-block;
        width: 100%;
        position: relative;
    }
    /*****************One section Scroll css****************/
    .youtubeVFideo video {
        min-height: 50vh;
    }
    .menuInnerDiv {
        flex-wrap: wrap;
    }
    .ourStory.hideForDesktop {
        min-height: 50vh;
        margin-top: -6px;
    }
    form.customLoginFormHeader.hideForDesktop {
        position: relative;
        display: inline-flex !important;
        background: #000;
        top: 0 !important;
    }
    .customHeader .navbar-collapse {
        top: 55px;
        z-index: 9;
        padding: 0;
    }
    .menuInnerDiv ul {
        width: 100%;
    }
    .ourServiceSec {
        min-height: 100vh;
        background-image: url(../images/our-service-bg.png);
        background-repeat: no-repeat;
        background-position: top left;
        background-size: 100% auto;
        padding-top: 80px;
    }
    .collabDevSec {

    }
    .logoSlider .item {
        width: 100% !important;
        aspect-ratio: unset !important;
    }
    .logoSlider .item img {
        padding: 10px;
        position: unset;
        width: 100%;
        aspect-ratio: 1 / 1;
        object-fit: contain;
        object-position: center;
        transform: translate(0);
    }
    section#section4 {
        padding-top: 110px !important;
    }
    .awardSec .container {
        overflow: hidden;
    }
    .featuredProjectsSec {
        padding-top: 75px;
        background-size: 18px;
    }
    .featuredProjectsSec .mobileView {
        margin: 7px 0 0 !important;
    }
    .exploreMoreSec {
        padding-top: 100px;
        background-image: url(../images/our-service-bg.png);
        background-repeat: no-repeat;
        background-position: top left;
        background-size: 100% auto;
     }
    .exploreMoreContent a>img {
        height: 32vh;
    }
    .ourStory.joinAffrimSec h2 {
        text-align: center;
    }
    .joinAffrimSec {
        background-color: transparent;
        padding-top: 100px;
        background-image: url(../images/yellow-bg-new-02.png);
        background-repeat: no-repeat;
        background-position: top left;
        background-size: 100% auto;
        text-align: center;
    }
    .digitalPresenceSec {
        background-size: 240px;
        background-position: 110% 70%;
        text-align: center;
    }
    .digitalPresenceSec h1 {
        font-size: 22px;
    }
    .digitalPresenceList {
        padding: 0 15px;
    }
    .digitalPresenceList li {
        text-align: left;
        padding: 10px 0;
    }
    .digitalPresenceSec .fullWidthImg {
        margin-bottom: 70px;
    }
    .digitalPresenceSec .col-md-5.col-lg-3.mt-3 {
        position: unset;
    }
    .dotsImg {
        width: 80px;
        margin-top: 0;
        position: absolute;
        bottom: -30px;
        left: 20px;
    }
    .whyWorkSec,
    .recentEventSec {
        text-align: center;
    }
    .applicationFormSec h1,
    .workHardSec h1,
    .whyWorkSec h1,
    .recentEventSec h1 {
        font-size: 22px;
    }
    .recentEventInnerDiv {
        text-align: left;
    }
    .recentEventInnerDiv h3 {
        font-size: 15px;
    }
    .recentEventSec p {
        font-size: 13px;
    }
    .whyWorkSec {
        padding-bottom: 0px;
    }
    .collabDevSec.workingHereSec {
        background-size: 75% !important;
    }
    .workingHereSlider .item p {
        font-size: 15px;
        line-height: 19px;
        margin-top: 10px;
        margin-bottom: 15px;
        font-weight: 400;
    }
    .workingHereSlider {
        padding: 0px !important;
        width: calc(100% + 15px);
    }
    .workingHereSlider .owl-nav,
    .workingHereSlider .owl-dots {
        display: none !important;
    }
    .whImageDiv img {
        height: 90px;
    }
    .CustomItem .item {
        margin-bottom: 25px;
        padding: 0 14%;
    }
    .whImageDiv span {
        display: none !important;
    }
    .workHardSlider {
        padding: 0px;
    }
    .workHardSlider .owl-nav {
        display: none !important;
    }
    .custominput {
        padding: 8px 12px;
        font-size: 16px;
    }
    .customForm label {
        font-size: 15px;
        margin-bottom: 2px;
    }
    .peopleContentDiv {
        padding: 20% 14px 0;
    }
    .getInTouchSec a.customButton {
        margin-top: 0 !important;
    }
    .customFooter.sectionMobile {
        margin-top: -10px;
    }
    .whyWorkContentInner {
        position: unset;
    }
    .whyWorkSec .whyWorkContentInner h1 {
        font-size: 25px;
    }
    section.ourStory.joinAffrimSec {
        min-height: 520px;
    }
    .workHardSlider {
        width: calc(100% + 30px);
        margin-left: -15px;
    }
    .workHardSlider .item img {
        aspect-ratio: 1.2;
        object-fit: cover;
        object-position: center;
    }
    .ourPeopleSec h3 {
        margin-bottom: 35px;
    }
    .ourPeopleSec h1 {
        top: 125px !important;
    }
    .workingHereSec .dotsImg {
        display: none !important;
    }
    div#workingHereSlider2 {
        margin: 8px 0 !important;
    }
}
.hideForDesktop {
    display: none !important;
}

.hideForMobile {
    display: inline-block !important;
}

@media only screen and (max-width: 719px) {
    .hideForDesktop {
        display: inline-block !important;
    }

    .customLoginFormHeader.hideForMobile,
    .hideForMobile {
        display: none !important;
    }
}
