/******** @@@Internship page css Start ******/
/* twoColumnCard starts */
.sysk-twoColumnCard .row>div {
    margin: 10px 0;
}

.sysk-twoColumnCard .row>div>div {
    border: 1px solid rgba(60, 60, 59, 1);
    padding: 30px;
    text-align: center;
    height: 100%;
}

.sysk-twoColumnCard .row>div>div>div {
    padding: 30px 0;
}

.sysk-twoColumnCard h3 {
    font-size: 35px;
    font-weight: 700;
    line-height: 40px;
    color: rgba(60, 60, 59, 1);
    padding: 20px 0;
}

.sysk-twoColumnCard p {
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    color: #3C3C3B;
}

.sysk-twoColumnCard .sysk-button {
    background: #d40000;
    color: #ffffff;
    border: 1px solid #d40000;
    margin-top: 30px;
}

.sysk-twoColumnCard .sysk-button:hover {
    background: #fff;
    color: #d40000;
}

/* twoColumnCard ends */


/* twoColumnData starts */
.sysk-twoColumnData .container {
    border-top: 1px solid rgba(60, 60, 59, 1);
    padding-top: 90px;
}

.sysk-twoColumnData .row>div p {
    font-size: 20px;
    line-height: 28px;
}

.sysk-twoColumnData .row>div img {
    margin-bottom: 50px;
}

.sysk-twoColumnData .row>div>div {
    padding-right: 50px;
}

.sysk-twoColumnData .row>div>div:first-child a {
    color: #d40000;
}

.sysk-twoColumnData .row>div>div:first-child p {
    font-weight: 600;
    padding: 10px 0 0 0;
}

.sysk-twoColumnData .row div:last-child p {
    font-weight: 400;
}

/* twoColumnData ends */


/* resumeTips starts */
.sysk-resumeTips {
    background: #d40000;
}

.sysk-resumeTips h3 {
    color: #fff;
}

.sysk-resumeTips p {
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: #fff;
}

.sysk-resumeTips .container>p {
    padding: 10px 0 20px 0;
}

.sysk-resumeTips .row {
    border-top: 1px solid rgba(255, 255, 255, 1);
    border-bottom: 1px solid rgba(255, 255, 255, 1);
    padding: 20px 0;
}

.sysk-resumeTips .row .syskTipslist {
    padding: 12px 0px;
}

.sysk-resumeTips .syskTipslist>div i {
    font-size: 35px;
    color: #fff;
}

.sysk-resumeTips .row>div>div {
    padding-right: 40px;
}

.sysk-resumeTips .syskTipslist>div:first-child {
    margin-right: 15px;
}

.sysk-resumeTips .row .syskTipslist p {
    font-weight: 600;
    line-height: 28px;
}

/* resumeTips ends */


/* twoColumnVideo starts */
.sysk-twoColumnVideo .row>div p {
    font-weight: 400;
    margin-bottom: 30px;
}

.sysk-twoColumnVideo .syskaPlayer .syskaPlayer-controls {
    background: #ffffff;
}

.sysk-twoColumnVideo.sysk-whiteBG .syskaPlayer .syskaPlayer-controls {
    background: #f0f1f0;
}

/* twoColumnVideo ends */

/******** @@@Internship page css End ******/




/******** @@@connections page css Start ******/

/* sysk-connectionTwoCol starts */
.sysk-connectionTwoCol .row>div>div {
    padding-right: 30px;
}

.sysk-connectionTwoCol .row>div h3 {
    font-weight: 700;
    padding-bottom: 20px;
}

.sysk-connectionTwoCol .row>div h3 span {
    font-weight: 400;
}

.sysk-connectionTwoCol .row>div p {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #3C3C3B;
    font-weight: 600;
}


.sysk-connectionTwoCol .row>div ul {
    margin-left: 30px;
}

.sysk-connectionTwoCol .row>div ul li {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #3C3C3B;
    font-weight: 400;
}

.sysk-connectionTwoCol .row>div>div img {
    width: 100%;
    height: auto;
}

/* sysk-connectionTwoCol ends */


/* PastIssues starts */
.sysk-pastIssues h3 {
    margin: 0 0 30px 10px;
}

.sysk-pastIssues .row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.sysk-pastIssues .row>div {
    width: 100%;
}

.sysk-pastIssues .row>div>div img {
    width: 100%;
    height: auto;
}

.sysk-pastIssues .row>div>div p {
    margin-top: 20px;
}

@media (max-width:767px) {
    .sysk-pastIssues .row {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width:575px) {
    .sysk-pastIssues .row {
        grid-template-columns: repeat(1, 1fr);
    }

}

/* PastIssues ends */

/* sysk-newsletter starts */
.sysk-newsletter {
    background: #D40000;
}

.sysk-newsletter .row>div>div h3 {
    color: #fff;
    margin-bottom: 15px;
}

.sysk-newsletter .row>div>div p {
    color: #fff !important;
    font-weight: 400;
}

.sysk-newsletter .row>div>div {
    padding-right: 50px;
}

.sysk-newsletter .row>div form>div {
    display: flex;
    gap: 10px;
    align-items: center;
}

.sysk-newsletter .row>div form>div input.sysk-email {
    padding: 8px 10px;
    outline: none;
    border: 1px solid #3C3C3B;
    font-size: 17px;
    line-height: 36px;
    font-weight: 400;
    width: 100%;
}

.sysk-newsletter .row>div form>div input.sysk-subscrible-btn {
    background: #3C3C3B;
    padding: 8px 30px;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    line-height: 36px;
    outline: none;
    border: none;
    width: 100%;
    flex: 0;
}

/* sysk-newsletter ends */

/******** @@@connections us page css End ******/



/******** @@@contact us page css Start ******/

/* breadcrumb starts */
.sysk-breadcrumb ul {
    padding: 10px;
    list-style: none;
    /* display: flex;
    align-items: center; */
    margin: 0;
    padding: 0;
}

.sysk-breadcrumb ul li {
    font-size: 12px;
    font-weight: 400;
    line-height: 30px;
    color: #3C3C3B;
    text-transform: uppercase;
    display: inline-block;
}

.sysk-breadcrumb ul li:last-child {
    font-weight: 600;
}

.sysk-breadcrumb ul li+li:before {
    content: "/\00a0";
}

.sysk-breadcrumb ul li a {
    color: #3C3C3B;
    text-decoration: none;
}

.sysk-breadcrumb ul li a:hover {
    text-decoration: underline;
}

/* breadcrumb ends */

/* contactTwoCol starts */
.sysk-contactTwoCol .row>div:first-child>div {
    padding-right: 90px;
}

.sysk-contactTwoCol .row>div>div p {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    color: #3C3C3B;
}

.sysk-contactTwoCol .row>div>div p {
    margin-bottom: 30px;
}

.sysk-contactTwoCol .row>div>div p a {
    font-weight: 400;
    color: #3C3C3B;
    text-decoration: underline;
}

.sysk-contactTwoCol .sysk-contactForm .syskaForm {
    padding-top: 0;
}

/* contactTwoCol ends */

/******** @@@contact us page css End ******/

/******** @@@projects css starts ******/
.sysk-twoColumnSidebar .row>div:first-child {
    padding: 0 90px 20px 0;
}

@media (max-width:767px) {
    .sysk-twoColumnSidebar .row>div:first-child {
        padding-right: 0;
    }
}

.sysk-twoColumnSidebar .row>div:last-child {
    border: 1px solid #3C3C3B;
    padding: 20px 40px;
    height: 100%;
}

.sysk-twoColumnSidebar .row>div p strong {
    font-weight: 700;
}

.sysk-twoColumnSidebar .row>div p,
.sysk-twoColumnSidebar .row>div li a {
    padding-top: 20px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    color: #3C3C3B;
    margin: 0;
}

.sysk-twoColumnSidebar .row>div p span,
.sysk-twoColumnSidebar .row>div li a {
    font-weight: 700;
    color: #d40000;
}

.sysk-twoColumnSidebar .row>div li {
    list-style: none;
}

.sysk-twoColumnSidebar .row>div:last-child p {
    padding-top: 10px;
}

.sysk-itemGridBlock .container>div {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 20px;
}

.sysk-itemGridBlock .container>div>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.sysk-itemGridBlock .container>div>div p {
    text-align: center;
}

/******** @@@projects css End ******/

/******** @@@listings css starts ******/
.sysk-listing-wrapper .row {
    padding: 0 0 30px 0;
}

.sysk-listing-wrapper .row>div {
    padding: 10px;
}

.sysk-listing-wrapper .row>div select {
    width: 100%;
    padding: 5px 12px;
    margin: 0 10px;
    border: 1px solid #d40000;
    color: #d40000;
    background: #fff;
    font-size: 17px;
    font-weight: 700;
    line-height: 36px;
}

.sysk-listing-wrapper .row>div select:focus {
    outline: #d40000;
}

.sysk-listing-wrapper .row>div select option {
    background: #d40000;
    color: #fff;
}

.sysk-listing-wrapper .row>div select option:hover {
    background-color: #fff;
    color: #d40000;
}

.sysk-listing-wrapper .row.sysk-project-row>div {
    margin-bottom: 30px;
}

.sysk-listing-wrapper .row>div p {
    margin: 0;
}

.sysk-listing-wrapper .row>div>div button {
    background: #d40000;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    line-height: 36px;
    border: none;
    padding: 5px 15px;
    width: 100%;
}

.sysk-listing-wrapper .row>div img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

@media (max-width:575px) {
    .sysk-listing-wrapper .row>div {
        flex-direction: column;
        gap: 20px;
    }

    .sysk-listing-wrapper .row>div select {
        margin: 0 !important;
    }

    .sysk-listing-wrapper .row>div>div button,
    .sysk-listing-wrapper .row>div>div {
        width: 100%;
    }
}

@media (max-width:860px) {
    .sysk-listing-wrapper .row>div select {
        font-size: 13px;
    }
}

/******** @@@listings css ends ******/


/******** @@@job search css starts ******/
.sysk-officeLocation h3 {
    font-size: 35px;
    line-height: 40px;
    font-weight: 700;
    color: #3C3C3B;
    padding: 20px 0;
}

.sysk-officeLocation .sysk-officeLocationTab {
    padding: 20px 0;
}

.sysk-officeLocation #sysk-officeLocationTab {
    height: 100%;
}

.sysk-officeLocationTab ul li,
.sysk-officeLocationTab ul li.resp-tab-active {
    border: none;
    border-bottom: 1px solid #D3D7D4;
}

.sysk-officeLocationTab .resp-tabs-list {
    width: 45% !important;
}

.sysk-officeLocationTab .resp-tabs-list li {
    font-size: 20px;
    line-height: 50px;
    font-weight: 400;
    color: #3C3C3B;
    padding: 5px !important;
}

.sysk-officeLocationTab .resp-tabs-list li.resp-tab-active {
    font-weight: 600;
}

.sysk-officeLocationTab .resp-tabs-list li i {
    margin-left: 5px;
}

.sysk-officeLocationTab .resp-tabs-list li.resp-tab-active i::before {
    color: #d40000;
}

.sysk-officeLocationTab .resp-tabs-container {
    width: 45%;
    height: 100%;
    margin-left: 10%;
    border: none;
}

.sysk-officeLocationTab .resp-tabs-container .resp-tab-content {
    padding: 0;
    position: relative;
    background: #f0f1f0;
    height: 100%;
}

@media (max-width:767px) {
    .sysk-officeLocationTab .resp-tabs-container .resp-tab-content {
        height: auto;
    }
}

.sysk-officeLocationTab .resp-tabs-container .resp-tab-content p {
    position: absolute;
    top: 10px;
    left: 15px;
    background: #d40000;
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    font-weight: 900;
    padding: 5px;
    text-transform: uppercase;
}

.sysk-officeLocationTab .resp-tabs-container .resp-tab-content .sysk-ofc-position {
    padding: 10px 20px;
}

.sysk-officeLocationTab .resp-tabs-container .resp-tab-content .sysk-ofc-position h3 {
    font-size: 35px;
    line-height: 40px;
    font-weight: 700;
    color: #3C3C3B;
    padding: 20px 0;
}

.resp-tabs-container .resp-tab-content .sysk-ofc-position ul {
    padding-left: 40px;
}

.resp-tabs-container .resp-tab-content .sysk-ofc-position li {
    border: none;
    font-size: 20px;
    line-height: 37px;
    font-weight: 600;
    color: #3C3C3B;
    margin-bottom: 3px;
}

.sysk-officeLocationTab .resp-tabs-container .resp-tab-content img {
    width: 100%;
}

@media (max-width:768px) {

    .sysk-officeLocationTab .resp-tabs-list,
    .sysk-officeLocationTab .resp-tabs-container {
        width: 100% !important;
    }

    .sysk-officeLocationTab .resp-tabs-container {
        margin-left: 0;
    }

    .sysk-officeLocation .resp-tabs-container h2 {
        font-size: 20px;
        line-height: 26px;
        font-weight: 600;
        color: #3C3C3B;
    }

    .sysk-officeLocation .resp-tabs-container h2.resp-tab-active {
        font-weight: 700;
    }

    .sysk-officeLocation .resp-tabs-container h2.resp-tab-active i::before {
        color: #d40000;
    }

    .sysk-officeLocationTab .resp-tabs-container .resp-tab-content p {
        font-size: 20px;
        line-height: 26px;
    }

    .sysk-officeLocationTab .resp-accordion i {
        margin-left: 5px;
    }
}

/******** @@@job search css ends ******/



/******** @@@leaders css starts ******/
.syskaLeaderSingle .syskaArticalSingular .row>div.articalContainer {
    padding-right: 70px;
}

.syskaLeaderSingle .syskaArticalSingular .row>div.articalSidebar>div h3 {
    padding-bottom: 0;
}

/******** @@@leaderscss ends ******/

/******** @@@early-startup css starts ******/
.sysk-evaluationRow .evaluationTab .resp-vtabs .resp-tabs-list li:last-child {
    border-bottom: 0 !important;
}

/******** @@@early-startup css ends ******/



/******** @@@innovations css starts ******/
@media (min-width:1200px) {

    .sysk-valueInformation .row>div:first-child {
        padding-right: 40px;
    }

}

/******** @@@innovations css ends ******/


/******** @@@events css starts ******/

.syskaEventSingle .articalSidebar>div p {
    font-weight: 700 !important;
}

/******** @@@events css ends ******/

/******** @@@privacy-policy and terms & conditions css starts ******/

.sysk-policy-conditions h3 {
    text-align: center;
    padding-bottom: 20px;
    text-transform: uppercase;
}

.sysk-policy-conditions h5 {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    color: #3C3C3B;
    line-height: 22px;
    margin-bottom: 10px;
    font-weight: 700;
}

.sysk-policy-conditions h6 {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    color: #3C3C3B;
    line-height: 20px;
    margin-bottom: 10px;
    font-weight: 700;
}

.sysk-policy-conditions .row p {
    font-weight: 400;
}

.sysk-policy-conditions .row p strong {
    font-weight: 600;
}

.sysk-policy-conditions .row a {
    color: #3C3C3B;
    text-decoration: underline;
}

.sysk-policy-conditions .row ol,
.sysk-policy-conditions .row ul {
    padding-left: 30px;
}

.sysk-policy-conditions .row ol li,
.sysk-policy-conditions .row ul li {
    font-size: 16px;
    font-weight: 400;
    margin: 8px 6px 8px 0;
    line-height: 22px;
}

/******** @@@privacy-policy and terms & conditions css ends ******/

/******** @@@sectors ul li home css starts ******/

.sysk-sectorsArea .sectorsAreaContent {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.sysk-sectorsArea .sectorsAreaContent ul {
    flex-direction: column;
    align-items: flex-start;
}

.sysk-sectorsArea .sectorsAreaContent ul li {
    width: 100%;
}

.sysk-sectorsArea ul li:nth-child(2n) {
    margin-left: 0 !important;
}

/******** @@@sectors ul li home css ends ******/

/******** @@@jobLocation css starts ******/

.sysk-officeLocation .sysk-officeLocationTab ul li a {
    color: #3C3C3B;
    font-weight: 400;
    font-size: 20px;
    line-height: 50px;
}

.sysk-officeLocation .sysk-officeLocationTab ul li.resp-tab-active a{
    font-weight: 600;
}

/******** @@@jobLocation css ends ******/