@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Courier+Prime:wght@700&display=swap');

:root {
    --main_bg: #050c1c;
    --sub_bg: #1abcc208;
    --white: #ffffff;
    --gray_color: #858590;
    --dark_sky_blue: #36abe7;
    --button_grey: #19202f;
    --red: #f7380b;
    --lipstick: #e73653;
    --light_green: #00af8c;
    --gunmetal: #505560;
    --stripe_bg: #0f1421;
    --footer_bg: #111723;
    --small_p_font: #858590;
    --scrollbar: #7a7a7a;
    --small_font: 10px;
    --medium_font: 14px;
    --sub_head_font: 18px;
    --h1_font: 30px;
    --h2_font: 26px;
}

* {
    box-sizing: border-box;
}

body {
    width: 100%;
    margin: 0;
    background-color: var(--main_bg);
    color: var(--white);
    font-family: Mulish, sans-serif;
    box-sizing: border-box;
    overflow-x: hidden;
    background-image: none;
}

body::-webkit-scrollbar {
    width: 8px;
    background: #00000020;
    color: #00000050;
}

body::-webkit-scrollbar-thumb {
    width: 8px;
    background: var(--scrollbar);
}

.main {
    max-width: 1086px;
    margin: 0 auto;
}

a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style-type: none;

}

p,
li {
    color: var(--white);
    margin: 0;
}

p {
    font-family: mulish;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.60;
    letter-spacing: 0.14px;
    text-align: left;
    color: #858590;
}

p.light {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.21px;
    text-align: left;
    color: var(--gunmetal);
    text-transform: uppercase;
    cursor: pointer;
}

p.link {
    font-size: 14px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: var(--dark_sky_blue);
    text-transform: uppercase;
    cursor: pointer;

}

p.linkN {
    opacity: 0.8;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: 0.14px;
    text-align: left;
    color: var(--dark_sky_blue);
}

p.linkUnderline {
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.21px;
    text-align: left;
    color: var(--dark_sky_blue);
    text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

h3.fontX,
h1 {
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.23;
    letter-spacing: normal;
    color: var(--white);
}

h3.fontS {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.54;
    color: var(--white);
}

h3 {
    font-size: 26px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.85;
    letter-spacing: normal;
    color: var(--white);
}

.fontBlue {
    color: var(--dark_sky_blue);
}

.startupHead {
    position: relative;
    margin: 0 0 0 10px;
}

.startupHead:before {
    content: ' ';
    position: absolute;
    width: 4px;
    height: 46px;
    background: var(--dark_sky_blue);
    left: -10px;
}

h3.fontL {
    font-size: 40px;
    font-weight: 800;
    color: var(--white);
    line-height: normal;
}

h3.fontLightL {
    font-size: 40px;
    font-weight: 800;
    color: var(--white);
    opacity: 0.25;
    line-height: normal;
    letter-spacing: 0.6px;
}

h3.boldBlue {
    font-size: 52px;
    font-weight: 800;
    color: var(--dark_sky_blue);
}

h4 {
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: 0.3px;
    color: var(--white);
}

h4.fontS {
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    color: var(--white);
}

h5.fontX {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.24px;
    color: var(--white);
}

h5 {
    font-size: 14px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.21px;
    color: var(--white);
    text-transform: uppercase;

}

h5.fontS {
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.77;
    letter-spacing: 1.2px;
    text-align: left;
    color: var(--white);
}

h5.light {
    opacity: 0.45;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.18px;
    text-align: left;
    color: var(--white);
}

h5.normal {
    opacity: 0.85;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.18px;
    text-align: left;
    color: var(--white);
}

.padding-88 {
    padding: 0 0 88px 0;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.clear {
    clear: both;
}

.center {
    text-align: center;
}

section {
    margin: 160px 0 0 0;
}

button {
    background: var(--dark_sky_blue);
    color: var(--white);
    border: none;
    font-family: Mulish, sans-serif;
    cursor: pointer;
}

.buttonTrans {
    background: transparent;
    color: var(--white);
    border: 1px solid var(--white);
    font-family: Mulish, sans-serif;
    cursor: pointer;
}


.buttonTrans:hover {
    background-color: var(--dark_sky_blue);
    border: var(--dark_sky_blue) 1px solid;

}

/*----------Emergency Button------------*/
.emergencyBtn {
    position: static !important
}

button.emergency {
    position: fixed;
    width: 96px;
    height: 32px;
    background-color: #ff2e5e;
    color: var(--white);
    right: 32px;
    top: 144px;
    padding: 0;
    transform-origin: top right;
    z-index: 1000;
    font-family: Muslish, sans-serif;
    font-size: 12px;
    transition: ease 0.8s;
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);


}

.emergency.slide {
    right: 358px
}

.emergencyForm {
    background: #2b2c3775;
    width: 326px;
    height: 389px;
    margin: 0 0 0 31px;
    padding: 28px 24px 27px 28px;
    backdrop-filter: blur(30px);
    position: fixed;
    right: -326px;
    top: 144px;
    z-index: 1000;
    transition: ease 0.8s;
}

.emergencyForm.slide {
    right: 0;
}

.input {
    position: relative;
}

.emergencyForm input,
.emergencyForm textarea {
    font-family: Mulish, sans-serif;
    position: relative;
    border: none;
    width: 100%;
    height: 40px;
    background-color: #ffffff15;
    outline: none;
    padding: 11px 23.5px;
    color: var(--white);
    border-radius: 4px;
    margin-bottom: 16px;
}

.emergencyForm textarea {
    resize: none;
    height: 80px;
}

.emergencyForm input::placeholder,
.emergencyForm textarea::placeholder {
    font-weight: 400;
    color: #ffffff80;
    font-size: 14px;
    letter-spacing: 0.21px;
    text-align: left;
}

.emergencyForm .responseCallBack {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.42;
    letter-spacing: normal;
    text-align: center;
    color: var(--dark_sky_blue);
    padding: 18px 0;
}

.input span {
    position: absolute;
    top: 12px;
    right: 10px;
    font-size: 8px;
    line-height: 2.13;
    text-align: left;
    color: #e73653;
    display: none;
}

.requestCallback {
    width: 100%;
    height: 40px;
    border: none;
    border-radius: 3px;
    background-color: #e73653;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 800;
    color: var(--white);
    margin-top: 8px;

}




#freeDemoForm {
    display: none;
    background: var(--main_bg);
    width: 100vw;
    height: 100vh;
    padding: 28px 24px 27px 28px;
    position: fixed;
    z-index: 1000;
    transform: translate(-50%, -50%);
    transition: ease 0.8s;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    margin: 0;
}

.formClose {
    position: relative;
    float: right;
    padding: 64px 82px 54px 0;
}

.freeForm {
    max-width: 1088px;
    margin: 130px auto;
}

.freeForm .content {
    width: 40%;
}

.freeForm .content h3 {
    line-height: 1.4;
}

.freeForm .content p {
    color: var(--white);
    opacity: 0.65;
    padding: 28px 0 0 0;
}

.freeForm .content p.callUs {
    line-height: 1.36;
    letter-spacing: 0.14px;
    text-align: left;
    color: var(--white);
    opacity: 1;
    padding: 16px 0 0 0;
}

.freeForm .content p.callUs span {
    color: #e73653;
}

.freeForm .form {
    width: 40%;
}

.form .groupInput {
    position: relative;
}

.form .groupInput .errorMsg {
    width: fit-content;
    position: absolute;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    top: 50%;
    right: -30px;
    font-size: 14px;
    line-height: 1.36;
    letter-spacing: 0.14px;
    color: #e73653;
    z-index: 100;
}

.form .groupInput .errorMsg i {
    padding: 0 0 0 16px;
}


.freeForm .form input:focus,
.freeForm .form input:hover {
    border: 2px solid var(--dark_sky_blue);
}

.freeForm button {
    width: 100%;
    height: 50px;
    text-transform: uppercase;
}

.submittingResponse {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.42;
    letter-spacing: normal;
    text-align: center;
    color: var(--dark_sky_blue);
    padding: 18px 0;
}



/* -------------------footer-------------------
footer {
    position: relative;
    background: var(--footer_bg);

}

.footerCenter {
    max-width: 1088px;
    margin: 0 auto;
    padding: 62px 0 126px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 170px !important;
}

.footerLinks {
    width: 60%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}

.footerCenter .Newsletter {
    width: 270px;
}

.footerCenter ul {
    margin: 0;
    padding: 0;
}

.footerCenter h5 {
    line-height: 1.5;
    letter-spacing: 1.2px;
    text-align: left;
    color: var(--white);
    text-transform: uppercase;
    padding-bottom: 26px;
    color: var(--white)
}

.footerCenter li {
    font-size: 14px;
    line-height: 30px;
    color: #98989f;
    font-weight: 600;
    letter-spacing: 0.21px;

}

.footerCenter p {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.36;
    letter-spacing: 0.21px;
    text-align: left;
    color: #98989f;
}

.footerCenter .Newsletter input {
    width: 200px;
    height: 36px;
    padding: 11px 62.1px 8px 5px;
    border: solid 1px var(--dark_sky_blue);
    background-color: transparent;
    padding: 12px;
    font-size: 11px;
    line-height: 4.55;
    letter-spacing: 0.88px;
    color: #959595;
    float: left;
    outline: none;
    position: relative;
}

.footerCenter .Newsletter div {
    position: relative;
    margin: 16px 0 34px 0;
}

.footerCenter .Newsletter input:focus,
.footerCenter .Newsletter input:active,
.footerCenter .Newsletter input:focus-within {

    border: solid 1px var(--dark_sky_blue);
    color: var(--white);
}

.footerCenter .Newsletter input:not(:placeholder-shown):not(:focus):invalid {
    border: solid 1px var(--lipstick);

    transition: ease 0.9s;
}

.footerCenter .Newsletter .invalidText {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 18px;
    right: 20%;
    font-size: 8px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.13;
    letter-spacing: normal;
    text-align: left;
    color: #e73653;
    display: none;
}

.footerCenter .Newsletter button {
    background-color: var(--dark_sky_blue);
    border: none;
    height: 36px;
    width: 58px;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    color: var(--white);
    letter-spacing: 0.88px;
    font-size: 11px;
}

.footerCenter .Newsletter button i {
    display: none;
}

.footerCenter .Newsletter input:not(:placeholder-shown):not(:focus):invalid+span+button {
    background-color: var(--lipstick);
    transition: ease 0.9s;

}

.footerCenter .Newsletter input:not(:placeholder-shown):not(:focus):invalid+span {
    display: block;
    transition: ease 0.9s;
}

.footerCenter .Newsletter input:not(:placeholder-shown):not(:focus):invalid+span+button i {
    display: block;
    font-size: 16px;
}


.footerCenter .Newsletter input:not(:placeholder-shown):not(:focus):invalid+span+button span {
    display: none;
}


.fcenter {
    background-color: #161b27;
}

footer .copyRight {
    height: 62px;
    max-width: 1088px;
    margin: 0 auto;
    text-align: center;
    flex-wrap: nowrap;
    align-items: center;
}



.copyRight img {
    margin: 0 10px 0 0;
}

.copyRight p {
    width: 100%;
    font-size: 11px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 62px;
    letter-spacing: normal;
    color: #959595;
}
 */

/*//////////////////////////////////////*/
.intro .blogintro {

    line-height: 1.42;
    padding: 140px 0 180px 0;
}

.blogintro h1 {
    font-size: 26px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.42;
    letter-spacing: normal;
    text-align: left;
    color: var(--white);
}

.blogintro h1:after {
    content: 'Blog';
    position: absolute;
    width: 50%;
    opacity: 0.02;
    font-family: Muli;
    font-size: 308px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: var(--dark-sky-blue);
    top: 84px;
    left: 50%;
    overflow-x: hidden;
}





/*------------fresh topics--------*/
.topicsLabels {
    padding: 38px 0 48px 0;
    row-gap: 20px;
    justify-content: start !important;
}

.topicsLabels button {
    padding: 16px 32px;
    text-transform: uppercase;
    margin: 0 16px 0 0;
    background-color: #19202f;
}

.topicsLabels button:hover {
    background-color: #76bee3;
}

.topicsLabels button.activeBlog {
    background-color: var(--dark_sky_blue);
}

.blogContainer {
    row-gap: 42px;
    column-gap: 3%;
    justify-content: center;

}

.blogContainer .article {
    width: 326px;
}

.blogContainer img {
    padding: 0;
}

.blogContainer .article h4 {
    letter-spacing: normal;
    padding: 16px 0 8px 0;
    /* 12px 0 6px 0;*/
    font-size: 17px;
    /*18px*/
}

.blogContainer p {
    line-height: 1.2;
    letter-spacing: 0.23px;
}

.blogContainer .article p {
    font-size: 13px;
    padding: 8px 0px;
}

/*-----------Pagination ----------------*/
.blogPagination {
    padding: 8px 0 92px 0;
    text-align: center;
    user-select: none;
}

.blogPagination li {
    display: inline-block;
    width: 38px;
    height: 38px;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: var(--white);
    cursor: pointer;
    text-align: center;
    padding: 7px 0 0 0;
    background-color: transparent;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.nextPage {
    width: 30px;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
}

.nextPage .pageLink {
    color: var(--dark_sky_blue);

}

.nextPage:hover {
    transform: translateX(5px);
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
}

.pageItem:hover {
    background-color: #36abe705;

}

.pageItem.activeBlog {
    background-color: #36abe715;
}

.pageItem.activeBlog a {
    color: var(--dark_sky_blue);


}

.pageItem.disable {
    display: none;

}

/*--------------------Blog Article---------------*/
.arrow {
    width: 60px;
    height: 60px;
}

.arrow img {
    margin: 20px;
}

.containerBlog {
    width: 92%;
}

.publishDateContainer {
    padding: 38px 0 0 0;
}

.publishDateContainer p.publishDate {
    opacity: 0.5;
    font-family: Muli;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: var(--white);

}

.socialMedia {
    column-gap: 26px;
    font-size: 25px;
}


.containerBlog img {
    width: 100%;
    padding: 0 0 48px 0;
}

.containerBlog h1.fontL {
    padding: 0;
}

.containerBlog h1 {
    font-size: 40px;
    font-weight: 800;
    color: var(--white);
    line-height: normal;
    padding: 48px 0 36px 0;
}


.containerBlog h4 {
    padding: 20px 0 36px 0;
}

.containerBlog p {
    font-size: 15px;
    opacity: 0.85;
    line-height: 1.6;
    letter-spacing: 0.23px;
    text-align: left;
    color: #666;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    color: var(--white);
    padding: 0 0 36px 0;
}



.contentBlogFlex {
    width: calc(100% - (352px + 32px));
}

.copyCode {
    padding: 28px 36px 28px 48px;
    position: relative;
    border-radius: 4px;
    background-color: #ffffff04;
    color: var(--dark_sky_blue);
    margin: 0 0 42px 0;
}

.copyCode:before {
    content: '';
    position: absolute;
    width: 4px;
    height: 44px;
    background-color: var(--dark_sky_blue);
    left: 0;
    top: 0;


}

.copyCode p {
    color: var(--dark_sky_blue);
    padding: 0;
}

.copyCode button.copyBtn {
    background-color: transparent;
    color: var(--dark_sky_blue);
    height: 20px;
}

.copyCode code {
    opacity: 0.85;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: 0.23px;
    text-align: left;
    color: var(--dark-sky-blue);
}

hr {
    border: 1px solid #e6e6e6;
    height: 0px;
    margin: 40px 0;
    opacity: 0.11
}

.authorDescription {
    height:90px;
}
.authorImg{
    float: left;
    width: 60px;
    height: 90px;
    margin: 0 32px 0 0;
}
.authorDescription img {
    width: 60px;
    height: 60px;
    padding: 0;
}
.authorDesc .flex{
    width:60px;
}

.authorDesc p.light {
    opacity: 0.6;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: 0.21px;
    text-align: left;
    color: var(--white);
    text-transform: none;
    padding: 0;
}

.authorDesc p.name {
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.24px;
    text-align: left;
    color: var(--main-bg);
    padding: 6px 0 16px 0
}

.authorDesc div {
    width: 50%;
}

.paginationContainer {
    padding: 64px 0 90px 0;
    gap:40px;
}

.paginationContainer .light-xs {
    font-size: 10px;
    letter-spacing: 0.15px;
    color: #666666;
}

.paginationContainer h5 {
    font-weight: normal;
    line-height: 1.42;
    letter-spacing: normal;
    text-transform: capitalize;

}

.paginationContainer p {
    line-height: 1.27;
    letter-spacing: 0.15px;
    padding: 8px 0 0 0;
    color: var(--white)
}

.paginationNext h5,
.paginationNext p.bold-xs {
    text-align: right;
}

.paginationPrev .arrowimg i,
.paginationNext .arrowimg i {
    font-size: 26px;
}

.paginationPrev .arrowimg {
    margin: 12px 36px 0 16px;
}

.paginationNext .arrowimg {
    margin: 12px 16px 0 36px;
}

.paginationContainer .content {
    width: 200px;
}

/*-------------------------*/
.blogBreadCrumb {
    padding: 88px 0 50px 0;
}

.blogBreadCrumb li {
    position: relative;
    display: inline;
    font-size: 15px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.27;
    letter-spacing: 0.15px;
    text-align: left;
    color: var(--dark_sky_blue);
}

.blogBreadCrumb li+li:before {
    content: "\276F";
    padding: 8px;
}

/*****************************Careers*********************************************/
.helpUs {
    margin: 80px auto;

    text-align: center;
}


.perksHeading {
    text-align: center;
}

.helpUs p,
.perksHeading p {
    font-size: 14px;
    line-height: 1.36;
    letter-spacing: 0.14px;
    text-align: center;
    color: var(--white);
    width: 50%;
    margin: 0 auto;
    text-align: center;
    padding: 20px 0 80px 0;
}

.helpUs h3+p {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.18px;
    text-align: center;
    color: var(--white);
    width: 86%;
    margin: 0 auto;
    text-align: center;
}

.weAreSlider {
    overflow-x: hidden;
    padding: 88px 0 0 0;
}

.weAreSlider h3 {
    width: 280px;
}

.careerSlideWrapper {
    width: calc(100% - 280px);
    position: relative;
    width: 64%;
    background-color: #ffffff03;
    margin: -100px -40px 0 0;
    clip-path: inset(-100vw -100vw -100vw -10vw);
}

.careerSlider {
    width: calc(800px *4);
    position: relative;

}

.careerSlide {
    position: relative;
    width: 800px;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    height: 100%;

}

.careerTopic {
    position: absolute;
    width: 324px;
    height: 158px;
    padding: 52px 54px;
    border-radius: 3px;
    background-color: #091021;
    transform: rotate(270deg)translate(-50%, -50%);
    -webkit-transform: rotate(270deg)translate(-50%, -50%);
    -moz-transform: rotate(270deg)translate(-50%, -50%);
    -ms-transform: rotate(270deg)translate(-50%, -50%);
    -o-transform: rotate(270deg)translate(-50%, -50%);
    left: -76px;
    top: -44px;
}

.careerTopic h3 {
    opacity: 0.15;
    font-family: Muli;
    font-size: 40px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.6px;
    text-align: left;
    color: var(--white);
    padding: 0;
}

.careerContent {
    padding: 76px 160px 76px 160px;
}

.perks {
    row-gap: 48px;
}

.perks .perksContent {
    width: 22%;
    text-align: center;
}

.perksContent img {
    width: 80px;
    height: 80px;
}

.perksContent p {
    text-align: center;
    padding: 20px 0 0 0;
}

.careerJobs .flex {
    padding: 78px 0 88px 0;
}

.careerOption {
    width: 260px;
    height: 74px;
    padding: 16px 30px;
}

.careerOption h5 {
    padding: 0 0 6px 0;
    text-transform: capitalize;
}

.careerOption:hover {
    background-color: #ffffff08;
    cursor: pointer;
}

.careerOption p.light {
    font-size: 13px;
    letter-spacing: 0.2px;
    text-align: left;
    color: #ffffff40;
    text-transform: capitalize;
}

.careerJobs .center {
    width: 46%;
    margin: 0 auto 90px auto;
}

.careerJobs .center a:hover {
    color: var(--dark_sky_blue);
}

.careerButton {
    position: relative;
    height: 42px;
    margin: 40px 0 0 0;
    justify-content: flex-end;
}

.careerControls {
    width: 120px;
    position: absolute;
    height: inherit;
    bottom: 0;

}

.careerControls button {
    width: 42px;
    height: 42px;
    background: transparent;
    color: var(--white);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: solid 2px #707070;
    bottom: 0;
    padding: 0;
}

/************careers job description*********/
.closeBtn {
    position: relative;
    width: 100%;
    height: 24px;
    margin: 62px 64px;
    float: right;
    cursor: pointer;
}

.close {
    position: absolute;
    right: 0;
    width: 24px;
    height: 24px;
    opacity: 0.5;
}

.close:hover {
    opacity: 1;
}

.close:before,
.close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 33px;
    width: 2px;
    background-color: #ffffff;
}

.close:before {
    transform: rotate(45deg);
}

.close:after {
    transform: rotate(-45deg);
}


ul.breadcrumb li+li:before {
    content: "\003e";
    padding: 0 10px;
}

.careers {
    padding: 0 0 430px 0;
}

.careers ul.breadcrumb {
    padding: 0 !important;
}

.careers .breadcrumb li,
.careers .breadcrumb a {
    list-style: none;
    display: inline;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.18px;
    text-align: left;
    color: #ffffff45;
    cursor: pointer;
}

.careers h1 {
    padding: 16px 0;
}

.careers p {
    padding: 16px 0 46px 0;
    color: var(--white);
    opacity: 0.65;
}

.careers p.caption {
    opacity: 0.85;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.18px;
    text-align: left;
    color: var(--white);
    padding: 0 0 46px 0;
}

.careers ul {
    padding: 16px 0px 46px 16px;
}

.careers ul li {
    list-style-type: disc;
    font-size: 14px;
    line-height: 1.36;
    letter-spacing: 0.14px;
    text-align: left;
    color: var(--white);
    opacity: 0.65;
}

.careers button {
    width: 160px;
    height: 46px;
    text-transform: uppercase;
}





/*---------------mediaQueries--------------*/
/*-----------For Extra large screens----------*/
@media (min-width:1366px) {
    .containerBlog p {
        font-size: 18px;
    }

    h3 {
        font-size: 30px;
        ;
    }

    h4 {
        font-size: 24px;
    }

}

/*---------------Desktops, large screens--------*/
@media (max-width:1025px) {
    body{
        background-image: none;
    }
    .main {
        max-width: calc(100% - 80px);
    }

    .perks {
        justify-content: space-around;
    }

    .perks .perksContent {
        width: 30%;
    }

    .helpUs p,
    .perksHeading p,
    .careerJobs .center {
        width: 60%;
    }

    .careerSlider {
        width: calc(500px * 4) !important;
        position: relative;
    }

    .careerSlide {
        width: 500px !important;
    }

    .careerContent {
        padding: 22px 84px 60px 110px;
    }

    /* .footerCenter {
        max-width: 780px;
    }

    .footerLinks {
        width: 100%;
        margin: 0 auto;
    }

    .Newsletter {
        width: 100% !important;
    } */
}

@media (max-width: 900px) {
    body {
        background-image: none;
    }
}

/*------------------small screens, laptops-------------*/
@media(max-width:789px) {

    .helpUs p,
    .perksHeading p,
    .careerJobs .center {
        width: 80%;
    }

    .contentBlogFlex {
        width: 100%;
    }

    .careerSlideWrapper {
        width: 100%;
        margin: -100px -40px 0 40px;
    }

    .weAreSlider h3.weAreHeading {
        display: none;
    }

    .perks .perksContent {
        width: 44%;
    }

    /* .footerCenter {
        max-width: 480px;
    }

    .footerLinks {
        width: 100%;
        margin: 0 auto;
    }

    .Newsletter {
        width: 100%;
    }

    .copyRightL {
        width: 100%;
    }

    .copyRight p {
        text-align: center;
    } */
}

/*---------------iPads, tablets--------------*/
@media(max-width:481px) {

    .main {
        max-width: calc(100% - 40px);
    }

    .helpUs p,
    .perksHeading p,
    .careerJobs .center {
        width: 90%;
    }

    .careerSlider {
        width: calc(380px * 4) !important;
        position: relative;
    }

    .careerSlide {
        width: 380px !important;
    }

    .perks .perksContent {
        width: 80%;
        margin: 0 auto;
    }

    /* .footerLinks {

        justify-content: center;
    }

    .footerLinks {
        width: 100%;
        margin: 0 auto;
    }

    .Newsletter {
        width: 100%;
    }

    .footerLinks div {
        width: 100%;
        text-align: center;
        margin: 0 auto 30px auto;
    }

    .footerLinks div h5,
    .Newsletter h5,
    .Newsletter p,
    .Newsletter div {
        text-align: center;
    } */
}

/********************************************************************************************/


/*------------------mobile devices-----------*/
@media(max-width:320px) {}