/*reset css*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    margin: 0px;
    padding: 0px;
}

body {
    background: #fff;
    font-family: kontora;
}

.clearfix {
    clear: both;
}

p {
    font-size: 20px;
    line-height: 34px;
    font-weight: 400;
    color: #000000;
    margin: 0px;
    padding: 0px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0px;
    margin: 0px;
}
em {
    font-style: italic;
}
.para {
    font-size: 25px;
    line-height: 40px;
    font-weight: 400;
    color: #000;
}

.main-title {
    font-size: 112px;
    line-height: 115px;
    color: #000000;
    font-weight: 900;
    margin: 0px;
    padding: 0px;
    text-transform: uppercase;
    position: relative;
}

.main-title span {
    display: inline-block;
    vertical-align: top;
    margin-top: 0 !important;
    margin-left: 0 !important;
    transform: rotate( 0deg );
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    background-size: contain !important;
    width: 25px;
    height: 25px;
    position: relative;
    right: 30px;
}

.main-title span img {
    display: block;
    width: 20px;
    margin: 0 auto;
}

/*.main-title::after {
position: absolute;
right: 0;
bottom: 0;
content: " ";
background: url(../images/main-title-after.png) right bottom;
width: 22px;
height: 22px;
}*/
.title {
    font-size: 100px;
    line-height: 138px;
    color: #000000;
    font-weight: 900;
    margin: 0px;
    padding: 0px;
    text-transform: uppercase;
}
.title.candidatest {
    font-size: 74px;
    line-height: 90px;
}

.sub-title {
    font-size: 40px;
    line-height: 55px;
    color: #000000;
    font-weight: 900;
    margin: 0px;
    padding: 0px;
    text-transform: uppercase;
}
#blogList h2.sub-title {
    font-size: 30px;
    line-height: 42px;
}

h4 {
    font-size: 25px;
    line-height: 40px;
    font-weight: 400;
    color: #000000;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
    border: none;
    object-fit: cover;
}

@font-face {
    font-family: kontora;
    src: url(../fonts/kontora-thin.otf);
    font-weight: 200;
}

@font-face {
    font-family: kontora;
    src: url(../fonts/kontora-light.otf);
    font-weight: 300;
}

@font-face {
    font-family: kontora;
    src: url(../fonts/kontora-regular.otf);
    font-weight: 400;
}

@font-face {
    font-family: kontora;
    src: url(../fonts/kontora-medium.otf);
    font-weight: 500;
}

@font-face {
    font-family: kontora;
    src: url(../fonts/kontora-semibold.otf);
    font-weight: 600;
}

@font-face {
    font-family: kontora;
    src: url(../fonts/kontora-bold.ttf);
    font-weight: 700;
}

@font-face {
    font-family: kontora;
    src: url(../fonts/kontora-black.otf);
    font-weight: 800;
}

@font-face {
    font-family: kontora;
    src: url(../fonts/kontora-extrablack.otf);
    font-weight: 900;
}

.cust-container {
    width: 100%;
    max-width: calc(100% - 160px);
    margin: 0 auto;
}

.outer-wrapper {
    overflow-x: hidden;
}

body.body-fix {
    overflow-y: hidden;
}

.cmn-btn {
    font-size: 17px;
    color: #000000;
    text-transform: uppercase;
    width: 155px;
    height: 27px;
    line-height: 27px;
    position: relative;
    text-align: center;
    display: block;
    border: 1px solid transparent;
    font-weight: 600;
}

.cmn-btn::before {
    position: absolute;
    left: -1px;
    top: -1px;
    content: " ";
    width: 15px;
    height: 15px;
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    transition: all 700ms ease-in-out;
}

.cmn-btn::after {
    position: absolute;
    right: -1px;
    bottom: -1px;
    content: " ";
    width: 15px;
    height: 15px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    transition: all 700ms ease-in-out;
}

.cmn-btn:hover::before,
.cmn-btn:hover::after,
.neuclear-tags .cmn-btn.selected::before,
.neuclear-tags .cmn-btn.selected::after {
    width: calc(100% + 1px);
    height: calc(100% + 1px);
}

.cmn-btn:hover {
    color: #000;
}

header {
    width: 100%;
    position: absolute;
    top: 30px;
    height: auto;
    z-index: 999;
}

header .inner-sec {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}

header.scrolled .inner-sec .logo-sec a {
    display: block;
}

header.scrolled .logo-sec {
    visibility: hidden;
}

header.scrolled.header-mobile-menu .logo-sec {
    visibility: visible;
}

header .menu-right {
    background: #000000;
    padding: 10px 40px;
    width: 940px;
    max-width: 980px;
    margin-right: -50px;
    position: relative;
}

header .menu-right ul {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
}

header .menu-right ul li a {
    font-size: 17px;
    line-height: 27px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
}

.main-menu ul li.active a {
    position: relative;
}

.main-menu ul li.active a::before {
    position: absolute;
    content: "";
    left: 0;
    top: auto;
    bottom: 0px;
    margin: auto;
    width: 87px;
    height: 6px;
    background: #F7A636;
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
}

.menu-right {
    padding-top: 20px;
}

header .menu-right ul li.call-us a {
    color: #F7A636;
}

header .menu-right ul li a:not(.menu-toggle):before {
    content: " ";
    position: absolute;
    left: -14px;
    top: -7px;
    height: 14px;
    width: 14px;
    background: none;
    border-top: thin solid #fff;
    border-left: thin solid #fff;
    display: none;
}

header .menu-right ul li.call-us a:before {
    border-top: thin solid #F7A636;
    border-left: thin solid #F7A636;
}

header .menu-right ul li a:not(.menu-toggle):after {
    content: " ";
    position: absolute;
    right: -14px;
    bottom: -7px;
    height: 14px;
    width: 14px;
    background: none;
    border-bottom: thin solid #fff;
    border-right: thin solid #fff;
    display: none;
}

header .menu-right ul li.call-us a:after {
    border-bottom: thin solid #F7A636;
    border-right: thin solid #F7A636;
}

header .menu-right ul li a:not(.menu-toggle):hover:before,
header .menu-right ul li a:not(.menu-toggle):hover:after {
    display: block;
    ;
}

header .menu-right ul li:last-child {
    position: relative;
    z-index: 9;
}

header .menu-right ul li.w-logo {
    margin-top: 0;
}

header .menu-right ul li.w-logo a:hover::after,
header .menu-right ul li.w-logo a:hover::before {
    display: none;
}

header .menu-right ul li.w-logo a {
    display: block;
}

header .menu-right ul li a.menu-toggle {
    width: 65px;
    height: 65px;
    background: url(../images/menu-toggle.svg) left 18px center no-repeat;
    display: block;
    position: relative;
    transition: 0.3s;
}

header .menu-right ul li a.menu-toggle:hover {
    background: url(../images/menu-toggle-hvr.svg) left 18px center no-repeat;
}

header .menu-right ul li a.menu-toggle::before {
    position: absolute;
    content: " ";
    width: 65px;
    height: 65px;
    background: url(../images/toggle-shape.png) center center no-repeat;
    z-index: -1;
}

@keyframes slideLeft {
    from {
        opacity: 0;
        transform: translateX(-200px);
    }

    to {
        opacity: 1;
        transform: translateX(0%);
    }
}

.cust-scrollbar ul li a {
    display: block;
    animation: slideLeft 1.5s forwards;
    opacity: 0;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

.cust-scrollbar ul li:first-child a {
    animation-delay: 0.55s !important;
}

.cust-scrollbar ul li:nth-of-type(2) a {
    animation-delay: 0.59s !important;
}

.cust-scrollbar ul li:nth-of-type(3) a {
    animation-delay: 0.65s !important;
}

.cust-scrollbar ul li:nth-of-type(4) a {
    animation-delay: 0.69s !important;
}

.cust-scrollbar ul li:nth-of-type(5) a {
    animation-delay: 0.74s !important;
}

.cust-scrollbar ul li:nth-of-type(6) a {
    animation-delay: 0.79s !important;
}

.cust-scrollbar ul li:nth-of-type(7) a {
    animation-delay: 0.84s !important;
}

.cust-scrollbar ul li:nth-of-type(8) a {
    animation-delay: 0.89s !important;
}

.cust-scrollbar ul li:nth-of-type(9) a {
    animation-delay: 1s !important;
}

.cust-scrollbar ul li:nth-of-type(10) a {
    animation-delay: 1.1s !important;
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }

    100% {
        opacity: 1;
        left: 0;
    }
}

.banner-sec {
    width: 100%;
    height: 100vh;
    position: relative;
}

.video-sec {
    width: 63%;
    position: absolute;
    right: 0;
    height: 100%;
    overflow: hidden;
}

.video-sec video {
    width: auto;
    filter: grayscale(100%);
    height: 100%;
}


.banner-sec .banner-cont {
    position: absolute;
    bottom: 0;
    max-width: 33%;
}

.banner-sec .banner-cont p {
    padding-bottom: 35px;
}

.search-box .form-control {
    border: none;
    border-bottom: 1px solid #000000;
    background: none;
    border-radius: inherit;
    font-size: 17px;
    text-transform: uppercase;
    padding-left: 0px;
    width: 100%;
    max-width: 508px;
    color: #747474;
    padding-bottom: 24px;
    position: relative;
    height: 44px;
    font-weight: 600;
}

.search-box::after {
    position: absolute;
    right: 0;
    content: " ";
    background: url(../images/search-field-icon.png) right center no-repeat;
    height: 15px;
    width: 15px;
    top: 12px;
}

.search-box .form-control::placeholder {
    color: #747474;
    opacity: 1;
}

.search-box .form-control:focus {
    color: #000;
    background-color: #fff;
    border-color: #000;
    outline: 0;
    box-shadow: none;
}

.client-sec {
    width: 100%;
    position: relative;
    height: auto;
    padding: 193px 0px 140px 0px;
}

/*.client-sec::after {
position: absolute;
right: 300px;
top: 60px;
content: " ";
width: 360px;
height: 360px;
background: url(../images/client-after.png) right top no-repeat;
}*/
.client-sec .inner-sec {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    position: relative;
    z-index: 9;
    margin-left: -22px;
    margin-right: -22px;
}

.client-sec .inner-sec .client-box:first-child {
    background: url(../images/job-search-bg.png) center center;
    background-size: cover;
}

.client-sec .inner-sec .client-box:first-child::before {
    display: none;
}

.client-sec .inner-sec .client-box {
    width: 100%;
    max-width: calc(25% - 44px);
    background-image: linear-gradient(to bottom, #f6a234, #f4932a, #f18421, #ee751a, #eb6416);
    padding: 35px 40px 20px 50px;
    transition: 0.3s;
    min-height: 600px;
    position: relative;
    margin-left: 22px;
    margin-right: 22px;
}

.client-sec .inner-sec .client-box::before {
    position: absolute;
    left: 15px;
    top: 60px;
    content: ' ';
    width: 380px;
    height: 370px;
    background: url(../images/job-search-shape.png) center center no-repeat;
    mix-blend-mode: soft-light;
    opacity: .8;
    background-size: cover;
}

.client-sec .inner-sec .title {
    font-size: 90px;
    line-height: 120px;
    color: #fff;
    font-weight: 900;
    margin: 0px;
    padding: 0px;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    left: 25px;
    max-width: 320px;
}

.client-sec .inner-sec .more-btn {
    position: absolute;
    top: 25px;
    right: 25px;
    border: 9px solid #fff;
    background: url("../images/white-arrow.png") center no-repeat;
}

.client-sec .inner-sec .client-box:hover .more-btn {
    background: url(../images/black-arrow.png) #fff center center no-repeat;
}

.client-sec .inner-sec .more-btn::before {
    display: none;
}

.client-sec .inner-sec .more-btn::after {
    display: none;
}

.client-sec .inner-sec .client-box h3 {
    color: #fff;
    font-size: 20px;
    line-height: 33px;
    text-transform: uppercase;
    font-weight: 900;
    position: relative;
}

.client-sec .inner-sec .client-box a {
     display: block;
    position: absolute;
    width: 100%;
    height: 80%;
    z-index: 1;
    top: 0px;
    left: 0px;
}

.client-sec .inner-sec .client-box p {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    padding-bottom: 20px;
    position: absolute;
    bottom: 0;
    max-width: 310px;
}

.client-sec .inner-sec .client-box .detail-sec span {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    text-transform: uppercase;
    display: inline-block;
    width: 50%;
}

.client-sec .inner-sec .client-box .detail-sec span:last-child {
    width: 100%;
}

.client-sec .inner-sec .client-box .client-cont {
    max-width: 310px;
    padding-top: 150px;
    word-break: break-all;
}

.client-sec .inner-sec .client-box .detail-sec {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 20px 0px;
    position: relative;
}

/*.more-btn {
display: inline-block;
border-radius: 50%;
text-align: center;
width: 56px;
height: 56px;
border-width: 9px;
border-image:  linear-gradient(to right top, #eb6215, #ef7419, #f28621, #f4962a, #f7a636);
border-style: solid;
border-image-slice: 9;
border-radius: 50%;
background: url(../images/white-arrow.png) center center no-repeat;
box-sizing: border-box;
}*/
.smarter-sec {
    width: 100%;
    position: relative;
    padding-top: 198px;
    overflow: hidden;
}

.smarter-sec .smarter-top {
    display: flex;
    justify-content: space-between;
}

.smarter-sec .smarter-top .left-sec {
    width: 50%;
}

.smarter-sec .smarter-top .right-sec {
    max-width: 951px;
    width: 50%;
    position: relative;
    display: flex;
    align-items: center;
}

.smarter-sec .smarter-top .right-sec::before {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    content: " ";
    width: 960px;
    height: 960px;
    background: url(../images/orange-white-animaiton-shape.gif) center center no-repeat;
    background-size: 100% 100%;
    z-index: 1;
    animation: none !important;
    transform: none !important;
    margin: auto;
}

.smarter-sec .smarter-top .right-sec::after {
    display: none !important;
}

.smarter-sec .smarter-top p {
    font-size: 25px;
    line-height: 36px;
    color: #000;
    font-weight: 400;
    padding-bottom: 10px;
}

.smarter-sec .smarter-top .right-cont {
    max-width: 560px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 1;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spin2 {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-360deg);
    }
}

@keyframes spin2 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

.smarter-btm {
    background: #000;
    padding: 50px 100px 61px 100px;
    width: 100%;
    max-width: 1590px;
    margin-top: 255px;
}

.smarter-btm h2 {
    color: #fff;
    font-size: 90px;
    line-height: 100px;
    font-weight: 900;
}

.product-sec {
    width: 100%;
    padding: 140px 0px 55px;
    position: relative;
}

.product-sec .cmn-btn {
    margin-top: 50px;
}

.product-sec .inner-sec {
    display: flex;
    justify-content: space-between;
}

.product-sec .inner-sec .more-btn::after,
.theme-btn::after,
.banner-more-btn::after {
    background: url("../images/black-arrow.png") center no-repeat;
}

.product-sec .inner-sec .left-sec {
    width: 45%;
    padding-left: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.product-sec .inner-sec h5 {
    font-size: 25px;
    line-height: 40px;
    font-weight: 400;
    color: #000000;
    margin: 0px;
    padding: 0px;
}

.product-sec .inner-sec .left-sec .title {
    position: relative;
    z-index: 9;
    margin-bottom: 17px;
}

.product-sec .inner-sec .left-sec .title::before {
    position: absolute;
    left: -30px;
    top: -15px;
    content: " ";
    width: 309px;
    height: 293px;
    background: url(../images/animation-path1.svg) left center no-repeat;
    z-index: -1;
    transform: rotate(0deg);
    -webkit-animation: spin 25s linear infinite;
    animation: spin 20s linear infinite;
    background-size: contain !important;
}

.product-sec .inner-sec .left-sec .title::after {
    position: absolute;
    left: -30px;
    top: -15px;
    content: " ";
    width: 309px;
    height: 293px;
    background: url(../images/animation-path2.svg) left center no-repeat;
    z-index: -1;
    transform: rotate(0deg);
    -webkit-animation: spin2 25s linear infinite;
    animation: spin2 20s linear infinite;
    background-size: contain;
}

.product-sec .inner-sec .right-sec {
    width: 65%;
    padding-left: 100px;
    padding-top: 65px;
}

.product-sec .inner-sec .right-sec .right-inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.product-sec .inner-sec .right-sec .right-inner .box {
    position: relative;
    margin-bottom: 70px;
    width: 50%;
}

.product-sec .inner-sec .right-sec .right-inner .box .box-inner {
    max-width: 420px;
    position: relative;
}

.product-sec .inner-sec .right-sec .right-inner .box .sub-title::before {
    position: absolute;
    left: -25px;
    top: -13px;
    content: " ";
    background: url(../images/product-border.png) left top no-repeat;
    width: 48px;
    height: 48px;
}

.product-sec .inner-sec .right-sec .right-inner .more-btn {
    background: url(../images/black-arrow.png) center center no-repeat;
    float: right;
}

.product-sec .inner-sec .right-sec .right-inner .sub-title {
    position: relative;
    display: inline-block;
}

.product-sec .inner-sec .right-sec .right-inner .sub-title::after {
    position: absolute;
    right: 0;
    top: 52%;
    transform: translate(20px,-52%);
    content: " ";
    height: 13px;
    width: 13px;
    background: url(../images/atom-icon.png) right top no-repeat;
}

.product-sec .inner-sec .right-sec .right-inner .sub-title.energy::after {
    background: url(../images/energy-icon.png) right top no-repeat;
}

.product-sec .inner-sec .right-sec .right-inner .sub-title.react::after {
    background: url(../images/react-icon.png) right top no-repeat;
}

.product-sec .inner-sec .right-sec .right-inner .sub-title.base::after {
    background: url(../images/base-icon.png) right top no-repeat;
}

.product-sec .inner-sec .right-sec .right-inner p {
    max-width: 400px;
    min-height: 130px;
}

.more-btn,
.banner-more-btn {
    position: relative;
    width: 56px;
    height: 56px;
    display: block;
    border-radius: 50%;
}

.banner-more-btn {
    display: inline-block;
}

.more-btn::before,
.banner-more-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50px;
    padding: 10px;
    background: linear-gradient(45deg, red, blue);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    background: linear-gradient(to right top, #eb6215, #ef7419, #f28621, #f4962a, #f7a636);
    background: -webkit-linear-gradient(to right top, #eb6215, #ef7419, #f28621, #f4962a, #f7a636);
}

.jobs-link:hover {
    color: #fff;
}

.more-btn:hover::before,
.banner-more-btn:hover::before,
.wrap-banner-video .jobs-link span:hover+.banner-more-btn::before {
    padding: 28px;
}

.community-sec .btm-sec .box a:hover .more-btn::before {
    padding: 28px;
}

.blog-det-btm .inner-sec .right-sec .box a:hover .more-btn::before {
    padding: 28px;
}

.more-btn::after,
.banner-more-btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: 2px;
    right: 0;
    bottom: 0;
    width: 13px;
    height: 23px;
    margin: auto;
    background: url("../images/white-arrow.png") center no-repeat;
    z-index: 2;
}

.diff-sec {
    width: 100%;
    height: auto;
    padding: 90px 0px 110px;
    color: #fff;
}

.diff-sec .title {
    color: #fff;
}

.diff-sec .inner-sec h5 {
    font-size: 25px;
    line-height: 40px;
    font-weight: 400;
    color: #fff;
    padding: 0px;
    max-width: 700px;
    margin: 0 auto;
    padding-top: 10px;
}

.diff-sec .inner-sec .cmn-btn {
    margin: 0 auto;
    color: #fff;
    margin-top: 35px;
}

.diff-sec .cmn-btn:hover {
    color: #fff;
}

.diff-sec .cmn-btn::before {
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
}

.diff-sec .cmn-btn::after {
    right: -2px;
    bottom: -2px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.diff-sec .top-sec {
    text-align: center;
}

.diff-sec .btm-sec {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 60px;
}

.diff-sec .btm-sec .box {
    width: calc(33.3% - 4px);
    max-width: 500px;
}

.diff-sec .btm-sec .box h3 {
    font-size: 60px;
    line-height: 60px;
    color: #fff;
    font-weight: 900;
    margin: 0px;
    padding: 0px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.diff-sec .btm-sec .box p span {
    font-size: 60px;
    line-height: 60px;
    color: #fff;
    font-weight: 900;
    margin: 0px;
    padding: 0px;
    text-transform: uppercase;
    position: absolute;
    left: -10px;
    transform: rotate(-90deg);
    top: 6px
}

.diff-sec .btm-sec .box:first-child p span {
    left: 0px;
}

.diff-sec .btm-sec .box p {
    color: #fff;
    padding-left: 70px;
    position: relative;
}

.smarter-btm.operate {
    float: right;
    margin-top: 120px;
}

.community-sec {
    width: 100%;
    height: auto;
    padding-top: 130px;
    padding-bottom: 145px;
}

.community-sec .top-sec {
    text-align: center;
}

.community-sec .top-sec .cmn-btn {
    margin: 0 auto;
    margin-top: 35px;
}

.community-sec .btm-sec {
    padding-top: 120px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-left: -50px;
    margin-right: -50px;
}

.community-sec .btm-sec .box {
    padding-left: 50px;
    padding-right: 50px;
    width: 33.33% !important;
    max-width: initial !important;
}

.community-sec .btm-sec .box .img-sec {
    height: 557px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.community-sec .btm-sec .box .img-sec img {
    width: 100%;
    object-fit: unset;
}

.community-sec .btm-sec .more-btn::after {
    background: url("../images/black-arrow.png") center no-repeat;
}

.community-sec .btm-sec .img-cont {
    padding-top: 45px;
}

.community-sec .btm-sec .img-cont .sub-title {
    padding-bottom: 10px;
    min-height: 120px;
}

.community-sec .btm-sec .img-cont h6 {
    font-size: 17px;
    line-height: 27px;
    color: #000;
    font-weight: 600;
    padding-bottom: 10px;
}

footer {
    width: 100%;
    padding: 90px 0px;
    background: #000;
    color: #ffff;
}

footer p {
    color: #fff;
    line-height: 30px;
    font-weight: 400;
}

footer .footer-logo {
    padding-right: 70px;
}

footer .footer-top {
    display: flex;
    align-items: center;
}

footer .social-icon {
    padding: 100px 0px 70px;
}

footer .brand-logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 100px;
}

footer .social-icon a {
    margin-right: 45px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    display: inline-block;
}

footer .social-icon a.facebook,
.social-icon a.facebook {
    background: url(../images/facebook.png) center center no-repeat;
}

footer .social-icon a.instagram,
.social-icon a.instagram {
    background: url(../images/twitter.png) center center no-repeat;
}

footer .social-icon a.linkdin,
.social-icon a.linkdin {
    background: url(../images/linkdin.png) center center no-repeat;
}

footer .sub-title {
    color: #fff;
    font-weight: 900;
}

footer .sub-title a {
    color: #fff;
}

footer .inner-sec {
    display: flex;
    justify-content: space-between;
}

footer .inner-sec .footer-left {
    width: 52%;
}

footer .inner-sec .footer-right {
    width: 48%;
    padding-left: 80px;
    margin-top: -12px;
}
.menu-desktop .main-menu .menu-right p {
    font-size: 16px;
    line-height: 26px;
}
footer .inner-sec .footer-right .sub-title {
    max-width: 550px;
}

footer .inner-sec .form-group {
    margin-bottom: 50px;
}

footer .inner-sec .form-group:nth-last-child(2),
footer .inner-sec .form-group:nth-last-child(3) {
    margin-bottom: 0px;
}

footer .inner-sec .form-control,
.popup-form .form-control {
    background: inherit;
    border: inherit;
    border-bottom: 1px solid #fff;
    height: 60px;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    border-radius: inherit;
    padding: 0px;
    line-height: 20px;
    padding-bottom: 40px;
}

footer .form-control::placeholder,
.popup-form .form-control::placeholder {
    color: #fff;
    opacity: 1;
}

.form-control:focus {
    color: #fff;
    background-color: #fff;
    border-color: #fff;
    outline: none;
    box-shadow: none;
}

footer .inner-sec form {
    padding-top: 65px;
}

textarea.form-control {
    height: 100px !important;
    resize: none;
}

input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

input[type="checkbox"]+label::before {
    content: " ";
    position: absolute;
    width: 16px;
    height: 16px;
    border: 1px solid #fff;
    left: 0;
    top: 0;
}

input[type="checkbox"]+label {
    position: relative;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    padding-left: 35px;
    vertical-align: middle;
    margin: 0;
    cursor: pointer;
}

input[type="checkbox"]:checked+label::before {
    background: url("../images/checked.png") center center no-repeat;
}

input[type="submit"] {
    background: inherit;
}

footer .cmn-btn {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    float: right;
    width: 85px;
}

footer .cmn-btn:hover {
    color: #fff;
}

footer .cmn-btn::before {
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
}

footer .cmn-btn::after {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
}

.testi-sec {
    width: 100%;
    height: auto;
    background: #f4f4f4;
    padding: 30px 0px 26px 0px;
    overflow: hidden;
}

.testi-sec .testi-inner {
    width: 100%;
    min-width: 160%;
    margin-left: -30%;
}

.testi-sec .testi-inner ul {
    height: auto !important;
}

.testi-sec .testi-inner ul li {
    margin-left: 20px;
    margin-right: 20px;
}

.testi-sec span {
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: top;
    margin-top: 11px;
    margin-right: 30px;
}

.smarter-sec .cust-container {
    position: relative;
}

/*******animation-circle*****/
.extra-small-outer {
    position: absolute;
    right: 610px;
    top: 160px;
    content: " ";
}

.extra-small-icon {
    width: 32px;
    height: 32px;
    background: url(../images/client-path-2.png) left top no-repeat;
    animation-name: spin;
    animation-duration: 4000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.small-outer {
    position: absolute;
    right: 435px;
    top: 190px;
    content: " ";
}

.small-outer.small-2 {
    top: 370px;
    right: 860px;
}

.small-outer.green-icon {
    top: 300px;
}

.small-outer.green-icon .small-icon {
    background: url(../images/employe-icon-2.png) left top no-repeat;
}

.small-icon {
    width: 52px;
    height: 52px;
    background: url(../images/small-icon-2.png) left top no-repeat;
    animation-name: spin;
    animation-duration: 5000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.medium-outer {
    position: absolute;
    right: 180px;
    top: 250px;
    content: " ";
}

.medium-outer .medium-icon {
    background: url(../images/med-icon-2.png) left top no-repeat;
}

.medium-icon {
    width: 107px;
    height: 107px;
    animation-name: spin;
    animation-duration: 5000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.medium-outer.right-side {
    left: inherit;
    top: 230px;
    right: 130px;
    display: none;
}

.medium-outer.right-side.pink .medium-icon {
    background: url(../images/small-icon-2.png) left top no-repeat;
}

.medium-outer.yellow-left {
    top: 360px;
    left: 355px;
}

.medium-outer.yellow-left .medium-icon {
    background: url(../images/small-icon-3.png) left top no-repeat;
}

.medium-outer.yellow-right {
    top: inherit;
    left: inherit;
    right: 350px;
    bottom: 180px;
}

.medium-outer.yellow-right .medium-icon {
    background: url(../images/small-icon-3.png) left top no-repeat;
}

.medium-outer.right-side.red {
    left: inherit;
    top: inherit;
    right: 250px;
    bottom: 70px;
}

.medium-outer.right-side.red .medium-icon {
    background: url(../images/small-icon-2.png) left top no-repeat;
}

.larger-outer {
    position: absolute;
    right: 545px;
    content: " ";
    top: 230px;
    display: block;
}

.larger-outer .large-icon {
    background: url(../images/large-icon-2.png) left top no-repeat;
}

.large-icon {
    width: 134px;
    height: 134px;
    animation-name: spin;
    animation-duration: 6000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.outer-right {
    position: absolute;
    left: inherit;
    right: 80px;
    content: " ";
    bottom: inherit;
    top: 370px;
    display: none;
}

.large-icon.right-side {
    background: url(../images/med-icon-2.png) left top no-repeat;
}

.outer {
    position: absolute;
    left: 230px;
    top: 160px;
    content: " ";
}

.extra-large-icon {
    width: 140px;
    height: 140px;
    background: url(../images/large-icon.png) left top no-repeat;
    display: block;
    -webkit-animation: spin 20s infinite linear;
    animation: spin 20s infinite linear;
    animation-name: spin;
    animation-duration: 5000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    display: none;
}

.outer-large.right-side {
    position: absolute;
    ;
    left: inherit;
    top: 130px;
    right: 250px;
}

.extra-large-icon.right-side {
    background: url(../images/large-icon-2.png) left top no-repeat;
}

.green {
    width: 100px;
    height: 100px;
    background-color: #0CB1C4;
}

.step-1 {
    animation-duration: 4s;
}

.step-2 {
    animation-duration: 5s;
}

.step-3 {
    animation-duration: 5s;
}

.step-4 {
    animation-duration: 5s;
}

.step-5 {
    animation-duration: 4s;
}

.step-6 {
    animation-duration: 6s;
}

.step-7 {
    animation-duration: 4s;
}

.step-8 {
    animation-duration: 6s;
}

.step-9 {
    animation-duration: 5s;
}

.step-10 {
    animation-duration: 6s;
}

.step-11 {
    animation-duration: 5s;
}

input:focus::placeholder,
textarea:focus::placeholder {
    opacity: 1 !important;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px rgba(0, 0, 0, .0) inset !important;
    transition: background-color 5000s ease-in-out 0s !important;
    color: #fff;
}

.popup-form input:-webkit-autofill,
.popup-form input:-webkit-autofill:hover,
.popup-form input:-webkit-autofill:focus,
.popup-form textarea:-webkit-autofill,
.popup-form textarea:-webkit-autofill:hover,
.popup-form textarea:-webkit-autofill:focus,
.popup-form select:-webkit-autofill,
.popup-form select:-webkit-autofill:hover,
.popup-form select:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px rgb(0 0 0) inset !important;
    transition: background-color 5000s ease-in-out 0s !important;
    color: #fff;
    -webkit-text-fill-color: #fff !important;
}

.popup-form .form-control:focus {
    background: transparent;
}

#contact_form input:-webkit-autofill,
#contact_form input:-webkit-autofill:hover,
#contact_form input:-webkit-autofill:focus,
#contact_form textarea:-webkit-autofill,
#contact_form textarea:-webkit-autofill:hover,
#contact_form textarea:-webkit-autofill:focus,
#contact_form select:-webkit-autofill,
#contact_form select:-webkit-autofill:hover,
#contact_form select:-webkit-autofill:focus,

.contact-form-page input:-webkit-autofill,
.contact-form-page input:-webkit-autofill:hover,
.contact-form-page input:-webkit-autofill:focus,
.contact-form-page textarea:-webkit-autofill,
.contact-form-page textarea:-webkit-autofill:hover,
.contact-form-page textarea:-webkit-autofill:focus,
.contact-form-page select:-webkit-autofill,
.contact-form-page select:-webkit-autofill:hover,
.contact-form-page select:-webkit-autofill:focus {
    -webkit-text-fill-color: #fff !important;
}

/*****menu*******/
.menu-desktop {
    width: 100%;
    position: fixed;
    display: none;
    height: 100vh;
    top: 0;
    background: #fff;
    z-index: 99;
    background-size: cover;
    overflow-y: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    transition: height .4s;
    overflow: hidden;
}
body.body-fix li.dropdown-lang {
    display: none !important;
}
.menu-desktop::after {
    position: absolute;
    right: -160px;
    top: -200px;
    width: 1147px;
    height: 1228px;
    background: url(../images/menu-shape.png) right top no-repeat;
    content: " ";
    transition: height .5s;
    transition-delay: .5s;
    background-size: 100%;
}

.menu-desktop .main-menu {
    display: flex;
    justify-content: space-between;
    padding-top: 14vh;
    position: relative;
    z-index: 9;
}

.menu-desktop .main-menu ul li a {
    font-size: 48px;
    line-height: 68px;
    color: #000000;
    font-weight: 800;
}

.menu-desktop .main-menu .menu-right .title {
    color: #fff;
    font-size: 73px;
    line-height: 122px;
    font-weight: 800;
    padding-right: 90px;
}

.testi-sec .lSAction {
    display: none;
}

.menu-desktop .main-menu .menu-right p {
    color: #fff;
}

.menu-desktop .main-menu .social-icon a {
    margin-right: 45px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    display: inline-block;
}

.menu-desktop .main-menu .social-icon a.facebook {
    background: url(../images/facebook.png) center center no-repeat;
}

.menu-desktop .main-menu .social-icon a.instagram {
    background: url(../images/twitter.png) center center no-repeat;
}

.menu-desktop .main-menu .social-icon a.linkdin {
    background: url(../images/linkdin.png) center center no-repeat;
}

.menu-desktop .main-menu .social-icon {
    padding: 25px 0px 20px;
}

.menu-desktop .main-menu h6 {
    font-size: 25px;
    line-height: 35px;
    color: #fff;
    font-weight: 800;
}

.menu-desktop .main-menu h6 a {
    color: #fff;
}

.menu-desktop .main-menu .menu-right .top-sec {
    display: flex;
    align-items: center;
}

.header-mobile-menu .menu-right {
    background: transparent;
}

.header-mobile-menu .menu-right li {
    display: none;
}

.header-mobile-menu .menu-right li:last-child {
    display: block;
}

.header-mobile-menu .menu-toggle::before {
    background: url(../images/menu-toggle-black.png) center center no-repeat !important
}

.header-mobile-menu .menu-toggle {
    background: url(../images/close-icon.png) left 18px center no-repeat !important;
    background-size: 18px !important;
}

.header-mobile-menu .menu-right ul {
    justify-content: flex-end;
}

.jobs-link {
    position: absolute;
    bottom: 23px;
    left: 30px;
    color: #fff;
    margin-right: 12px;
    display: flex;
    padding-right: 12px;
    align-items: center;
    font-family: kontora;
}

.jobs-link span {
    display: inline-block;
    margin-right: 20px;
    font-weight: 800;
    font-size: 34px;
}

.wrap-banner-video {
    position: relative;
    max-height: 100%;
    overflow: hidden;
}

.wrap-banner-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 100%;
    min-height: 100vh;
}

.wrap-banner-video .jobs-link {
    text-transform: uppercase;
}

.video-sec .lSSlideOuter,
.video-sec .lSSlideOuter .lSSlideWrapper,
.video-sec .lSSlideOuter #banner-cara,
.video-sec .lSSlideOuter #banner-cara .item,
.video-sec .lSSlideOuter #banner-cara .item .wrap-banner-video {
    height: 100% !important;
}

img.banner-slider-img {
    width: 100%;
    height: 100%;
}

.who-we-are {
    width: 100%;
    height: auto;
}

.who-we-are .cust-container {
    max-width: 1230px;
    margin: 0 auto;
    text-align: center;
}

.who-we-are .inner-sec {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 80px;
}

.who-we-are .inner-sec .client-logo {
    width: 25%;
    padding-top: 10px;
}

/*****about-page*****/
.banner-sec.about-page .banner-cont {
    max-width: 500px;
}

.banner-sec.about-page .main-title span {
    margin-top: -60px;
    margin-left: 20px;
}

.banner-sec.about-page .banner-cont p {
    padding-bottom: 20px;
}

.banner-sec.about-page .main-title {
    padding-bottom: 40px;
}

.our-product {
    width: 100%;
    padding-top: 90px;
    padding-bottom: 350px;
}

.our-product .inner-sec {
    display: flex;
    align-items: center;
}

.our-product .left-sec {
    width: 44%;
}

.our-product .right-sec {
    width: 56%;
    display: flex;
    justify-content: end;
}

.our-product .inner-sec p {
    padding-bottom: 10px;
}

.our-product .right-cont {
    max-width: 760px;
    margin: 0 auto;
}

.our-product .img-sec img {
    width: 100%;
    object-fit: cover;
    filter: grayscale(100%);
}
.our-product .img-sec img:hover {
    filter: grayscale(0);
}

.story-sec {
    width: 100%;
    padding-bottom: 340px;
}

.story-sec .inner-sec {
    display: flex;
}

.story-sec .left-sec {
    background: #000;
    padding: 80px 5%;
}

.story-sec .title {
    font-size: 90px;
    line-height: 110px;
    color: #fff;
}

.story-sec .left-sec {
    width: 40%;
}

.story-sec .right-sec {
    width: 60%;
    position: relative;
    max-width: 1148px;
    margin: 0 auto;
}

.story-sec .right-sec p {
    padding-top: 10px;
}

.story-sec .right-sec .right-cont {
    max-width: 610px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 9;
}

.story-sec .right-sec::before {
    background: url(../images/story-before.png) center center no-repeat;
    transform: rotate(180deg);
    -webkit-animation: spin2 30s linear infinite;
    animation: spin2 30s linear infinite;
    background-size: 100% 100%;
}

.story-sec .right-sec::after {
    background: url(../images/story-after.png) center center no-repeat;
    transform: rotate(90deg);
    -webkit-animation: spin1 15s linear infinite;
    animation: spin1 15s linear infinite;
    background-size: 100% 100%;
}

.story-sec .right-sec::after,
.story-sec .right-sec::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    content: " ";
    width: 900px;
    height: 900px;
}

.story-sec .right-sec {
    display: flex;
    align-items: center;
}

@-moz-keyframes spin1 {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin1 {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin1 {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.value-sec {
    width: 100%;
    background: url(../images/value-bg.png) center top no-repeat;
    position: relative;
    z-index: 9;
    height: 760px;
    background-size: cover !important;
}

.value-sec .inner-sec {
    display: flex;
    padding-top: 85px;
    padding-bottom: 140px;
}

.value-sec .inner-sec .value-left {
    width: 50%;
}

.value-sec .inner-sec .value-left .left-cont {
    max-width: 630px;
    margin: 0 auto;
}

.value-sec .inner-sec .value-right {
    width: 50%;
    padding-top: 60px;
    padding-left: 40px;
}

.value-sec .inner-sec .value-left .title {
    font-size: 100px;
    line-height: 130px;
    color: #fff;
    padding-bottom: 40px;
}

.value-sec a.title {
    color: #fff;
    font-size: 70px;
    line-height: 86px;
    opacity: .5;
    display: block;
    transition: 0.1s;
}

.value-sec a.title {
    font-size: 70px;
    line-height: 86px;
    margin-bottom: 10px;
}

.value-sec li.active a {
    font-size: 100px;
    opacity: 1;
}

.value-sec .para {
    color: #fff;
    padding-bottom: 20px;
}

.diversity-sec {
    width: 100%;
    position: relative;
    padding-top: 140px;
}

.diversity-sec::before {
    position: absolute;
    left: -145px;
    top: -270px;
    content: " ";
    background: url(../images/diversity-shape.png) left top no-repeat;
    width: 663px;
    height: 734px;
}

.diversity-sec .inner-sec {
    display: flex;
}

.diversity-sec .left-sec {
    width: 50%;
    position: relative;
    padding-left: 7.80%;
}

.diversity-sec .left-sec p {
    padding-top: 10px;
}

.diversity-sec .cmn-btn {
    margin-top: 70px;
    width: 175px;
}

.diversity-sec .left-cont {
    max-width: 680px;
    padding-top: 60px;
}

.diversity-sec .right-sec {
    width: 50%;
    position: relative;
}

.diversity-sec .right-sec::before {
    position: absolute;
    left: -30px;
    top: -240px;
    content: " ";
    width: 442px;
    height: 490px;
    background: url(../images/diversity-border-y.png) left top no-repeat;
    z-index: 1;
}

.diversity-sec .right-sec::after {
    position: absolute;
    right: 60px;
    bottom: -40px;
    content: " ";
    width: 516px;
    height: 495px;
    background: url(../images/diversity-border-b.png) left top no-repeat;
}

.diversity-sec .right-sec .right-cont {
    text-align: right;
    position: relative;
}

.diversity-sec .right-sec .right-cont .img-sec {
    position: relative;
    z-index: 1;
}

.diversity-sec .right-sec .right-cont::before {
    position: absolute;
    left: 0;
    top: -170px;
    content: " ";
    background: url(../images/diversity-shape2.png) left top no-repeat;
    width: 557px;
    height: 581px;
}

.diversity-sec .right-sec img {
    filter: grayscale(100%);
}
.diversity-sec .right-sec img:hover {
    filter: grayscale(0);
}
.diversity-sec .right-sec .img-cont {
    background: #000;
    max-width: 650px;
    padding: 75px 35px 35px 35px;
    position: absolute;
    bottom: -100px;
    text-align: left;
    z-index: 1;
}

.diversity-sec .right-sec .img-cont::before {
    position: absolute;
    left: 40px;
    top: 35px;
    width: 40px;
    height: 13px;
    content: " ";
    background: url(../images/q-mark.png) left top no-repeat;
}

.diversity-sec .right-sec .img-cont p {
    color: #fff;
}

.diversity-sec .right-sec .img-cont h6 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 800;
    padding-top: 20px;
    text-transform: uppercase;
    color: #fff;
}

.sub-banner {
    width: 100%;
    height: auto;
    position: relative;
    padding-top: 190px;
}

.sub-banner .inner-sec {
    display: flex;
    position: relative;
}

.sub-banner .inner-sec .left-sec {
    width: 47%;
    padding-left: 4%;
    padding-top: 0px;
    padding-right: 20px;
    
}

.sub-banner .inner-sec .left-sec .left-cont {
    max-width: 550px;
}

.sub-banner .inner-sec p {
    padding-top: 10px;
}

.sub-banner .inner-sec .main-title {
    padding-bottom: 18px;
}

.sub-banner .inner-sec .right-sec {
    width: 56%;
    position: relative;
}

.sub-banner .inner-sec .right-sec .img-sec {
    position: relative;
    height: 913px;
    max-width: 100%;
    overflow: hidden;
}

.sub-banner .inner-sec .right-sec .img-sec img{
    filter: grayscale(100%);
    max-height: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    width: 100% !important;
}
.sub-banner .inner-sec .right-sec .img-sec:hover img{
    filter: grayscale(0);
}

.sub-banner .inner-sec .right-sec::before {
    position: absolute;
    left: -20px;
    top: -230px;
    content: " ";
    width: 505px;
    height: 490px;
    background: url(../images/about-shape.png) left top no-repeat;
}

.full-sider {
    width: 100%;
    padding-top: 290px;
    min-width: 160%;
    margin-left: -30%;
}

.team-sec {
    width: 100%;
    height: auto;
    padding-top: 220px;
    text-align: center;
}

.team-sec .cust-container {
    max-width: calc(100% - 300px);
    margin: 0 auto;
}

.team-sec .team-inner {
    padding-top: 65px;
}

.team-sec .team-member {
    display: flex;
    justify-content: space-between;
    padding-bottom: 70px;
}

.team-sec .team-member img {
    filter: grayscale(100%);
    transition: .3s;
    cursor: pointer;
}

.team-sec .team-member img:hover {
    filter: grayscale(0%);
}

.team-sec .team-inner .para {
    max-width: 650px;
    margin: 0 auto;
}

.team-sec .cmn-btn {
    margin: 0 auto;
    margin-top: 50px;
}

.join-us {
    width: 100%;
    background: #000;
    margin-top: 100px;
    padding: 55px 0px 60px 0px;
    color: #fff;
}

.join-us .join-left {
    width: 50%;
    padding-left: 7.80%;
}

.join-us .join-left .left-inner {
    max-width: 650px;
}

.join-us .join-right {
    width: 50%;
    padding-top: 60px;
    padding-left: 30px;
}

.join-us .title {
    color: #fff;
}

.join-us .para {
    color: #fff;
    padding-top: 15px;
}

.join-us .cmn-btn {
    color: #fff;
    margin-top: 50px;
}

.join-us .cmn-btn::after {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
}

.join-us .cmn-btn::before {
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
}

.join-us h4 {
    color: #fff;
    font-size: 37px;
    line-height: 47px;
    font-weight: 800;
    text-transform: uppercase;
    padding-bottom: 30px;
}

.join-us .join-inner {
    display: flex;
    justify-content: space-between;
}

.quote-sec {
    width: 100%;
    padding-top: 150px;
    text-align: center;
    padding-bottom: 40px;
    position: relative;
}

.quote-sec::before {
    position: absolute;
    left: 50%;
    top: 100px;
    transform: translateX(-50%);
    content: " ";
    width: 560px;
    height: 580px;
    background: url(../images/quote-shape.png) center center no-repeat;
}

.quote-sec .quote-inner {
    max-width: 1180px;
    margin: 0 auto;
    position: relative;
}

.quote-sec h5 {
    font-size: 30px;
    line-height: 60px;
    color: #000;
    font-weight: 400;
}

.quote-sec h4 {
    font-size: 37px;
    line-height: 40px;
    color: #000;
    font-weight: 800;
    text-transform: uppercase;
    padding-top: 20px;
}

.quote-sec .q-mark {
    padding-bottom: 20px;
    display: block;
}

.smarter-btm.about-page {
    margin-top: 20px;
    margin-bottom: 70px;
}

.work-outer .sub-title a {
    color: #000000;
}

.work-outer .sub-title {
    padding-left: 7.80%;
}

.work-outer {
    padding-bottom: 150px;
}

/*****blog-details*******/
.sub-banner.common-page .main-title {
    font-size: 40px;
    line-height: 55px;
}

.sub-banner.common-page .date {
    font-size: 20px;
    color: #22C6F2;
    font-weight: 600;
    line-height: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.blog-det-btm {
    width: 100%;
    padding: 210px 0px 140px 0px;
}

.blog-det-btm .left-sec {
    width: 64%;
    padding-right: 150px;
    padding-left: 80px;
}

.blog-det-btm .right-sec {
    width: 36%;
    padding-top: 15px;
    position: relative;
    padding-left: 50px;
}

.blog-det-btm .inner-sec {
    display: flex;
    position: relative;
}

.blog-det-btm .inner-sec .para {
    padding-bottom: 25px;
    line-height: 50px;
}

.blog-det-btm .inner-sec .right-sec .img-cont {
    padding-top: 45px;
}

.blog-det-btm .inner-sec .right-sec h6 {
    font-size: 17px;
    line-height: 27px;
    color: #000;
    font-weight: 600;
    padding-bottom: 10px;
}

.blog-det-btm .inner-sec .right-sec .sub-title {
    padding-bottom: 15px;
    padding-right: 4%;
}

.blog-det-btm .inner-sec .right-sec .more-btn::after {
    background: url("../images/black-arrow.png") center no-repeat;
}

.blog-det-btm .inner-sec .right-sec .box {
    padding-bottom: 70px;
}

.blog-det-btm .inner-sec .social-icon p {
    font-weight: 800;
    padding-bottom: 10px;
}

.blog-det-btm .inner-sec .social-icon a {
    padding-right: 50px;
}

.blog-det-btm .inner-sec .job-cta {
    background: #000000;
    padding: 45px 50px 50px 50px;
    margin-top: 30px;
    position: relative;
    right: 30px;
}

.blog-det-btm .inner-sec .job-cta .sub-title {
    color: #fff;
}

.blog-det-btm .inner-sec .job-cta p {
    color: #fff;
}

.blog-det-btm .inner-sec .cmn-btn::after {
    background: url(../images/btn-border-right-w.png) right bottom no-repeat;
}

.blog-det-btm .inner-sec .cmn-btn::before {
    background: url(../images/btn-border-left-w.png) left top no-repeat;
}

.blog-det-btm .inner-sec .cmn-btn {
    color: #fff;
}

.blog-det-btm .inner-sec .cmn-btn:hover {
    border-color: #fff;
    color: #fff;
}

.sub-banner.blog-detail .inner-sec .left-sec {
    padding-top: 65px;
}

.sub-banner.blog-detail .inner-sec .right-sec::before {
    position: absolute;
    left: -20px;
    top: -250px;
    content: " ";
    width: 523px;
    height: 540px;
    background: url(../images/blog-det-shape.png) left top no-repeat;
}

/*****product-page*****/
.sub-banner.product-page .inner-sec .right-sec::before {
    left: -20px;
    top: -230px;
    width: 530px;
    height: 552px;
    background: url(../images/product-shape-2.png) left top no-repeat;
}

.sub-banner.product-page .inner-sec .left-sec .left-cont {
    max-width: 670px;
}

.sub-banner .inner-sec .left-sec .para {
    max-width: 560px;
}

.product-list {
    width: 100%;
    padding: 120px 0px 170px 0px;
}

.product-list .inner-sec {
    display: flex;
}

.product-list .inner-sec .product-box {
    margin-right: 0;
    position: relative;
}

.product-list .inner-sec .product-box .more-btn {
    position: absolute;
    top: 30px;
    right: 30px;
}

.product-list .inner-sec .product-box .more-btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 13px;
    height: 23px;
    margin: auto;
    background: url("../images/white-arrow.png") center no-repeat;
    z-index: 2;
}

.product-list .inner-sec .product-box .more-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50px;
    padding: 10px;
    background: linear-gradient(45deg, red, blue);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    background: linear-gradient(to right top, #eb6215, #ef7419, #f28621, #f4962a, #f7a636);
    background: -webkit-linear-gradient(to right top, #eb6215, #ef7419, #f28621, #f4962a, #f7a636);
}

.product-list .inner-sec .product-box .more-btn {
    position: absolute;
    top: 25px;
    right: 25px;
    border: 9px solid #fff;
    background: url("../images/white-arrow.png") center no-repeat;
}

.product-list .inner-sec .product-box .more-btn:hover {
    background: url(../images/black-arrow.png) #fff center center no-repeat;
}

.product-list .inner-sec .product-box .more-btn::before {
    display: none;
}

.product-list .inner-sec .product-box .more-btn::after {
    display: none;
}

.product-list .inner-sec .img-sec {
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.product-list .inner-sec .img-sec>.product-vid {
    width: 100% !important;
    object-fit: cover !important;
}

.product-list .inner-sec .img-sec>img,
.product-list .inner-sec .img-sec>.product-vid {
    height: 650px;
        display: block;
}

.product-list .inner-sec .img-sec>img,
.product-list .inner-sec .img-sec>.product-vid {
    transition: transform .4s;
}

.product-list .inner-sec .img-sec:hover>img,
.product-list .inner-sec .img-sec:hover .product-vid {
    transform: scale(1.2);
}

.product-list .inner-sec .img-cont {
    position: absolute;
    bottom: 40px;
    left: 30px;
    right: 30px;
    padding: 20px;
}

.product-list .inner-sec .icon-sec img {
    width: auto;
}

.product-list .inner-sec .img-cont p {
    font-size: 18px;
    line-height: 34px;
    color: #fff;
    transition: 0.3s;
    display: none;
}

.product-list .inner-sec .img-cont .icon-sec {
    padding-bottom: 20px;
}
.product-list .inner-sec .img-cont .icon-sec img{
	mix-blend-mode: unset;
}
.product-list .inner-sec .img-cont .sub-title {
    color: #fff;
}

.product-list .inner-sec .img-cont .sub-title span {
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
    margin-left: 10px;
}

/*.product-list .inner-sec .img-sec:hover .img-cont p {*/
/*    display: block;*/
/*}*/
.product-list .inner-sec  .img-cont {
    background-color: rgba(255, 255, 255, 0.01);
    -webkit-backdrop-filter: blur(30px);
    -moz-backdrop-filter: blur(30px);
    -ms-backdrop-filter: blur(30px);
    -o-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
}

.product-list .inner-sec .product-box {
    margin-right: 0 !important;
}

/*****employer-page******/
.sub-banner.employer-page .inner-sec .right-sec::before {
    left: 190px;
    top: -250px;
    width: 655px;
    height: 671px;
    background: url(../images/employer-shape.png) left top no-repeat;
}

.sub-banner.employer-page .inner-sec .left-sec .left-cont {
    max-width: 700px;
}

.employer-logo {
    width: 100%;
    padding: 160px 0px 100px;
}

.employer-logo .inner-sec {
    display: flex;
    max-width: 1300px;
    margin: 0 auto;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.employer-logo .inner-sec .logo-img {
    width: 20%;
    padding-bottom: 10px;
}

.testimonial-sec {
    width: 100%;
    padding-bottom: 90px;
    position: relative;
}

.testimonial-sec .box-inner {
    background: #f4f4f4;
    padding: 0px 80px;
    max-width: 830px;
    position: relative;
    min-height: 540px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
    z-index: 1;
}

.testimonial-sec .testimonial-repeat .box:first-child .box-inner {
    margin-right: 80px;
}

.testimonial-sec .box-inner h5 {
    font-size: 28px;
    line-height: 40px;
    font-weight: 800;
    text-transform: uppercase;
    padding-top: 40px;
    color: #000;
    max-width: 440px;
}

.testimonial-sec .testimonial-repeat {
    display: flex;
    padding-bottom: 80px;
    position: relative;
}

.testimonial-sec .para {
    padding-top: 20px;
    position: relative;
}

.testimonial-sec .box-inner .para:first-child::before {
    position: absolute;
    left: 0px;
    top: 0px;
    content: " ";
    width: 27px;
    height: 9px;
    background: url(../images/testi-qmark.png) left top no-repeat;

}

.emp-job-cta {
    width: 100%;
    background-image: linear-gradient(to right, #f7a536, #f5962b, #f28622, #ef761b, #ec6517);
    padding: 50px 0px 60px 0px;
}

.emp-job-cta .title {
    color: #fff;
    font-size: 100px;
    line-height: 138px;
}

.emp-job-cta .para {
    color: #fff;
}

.emp-job-cta .cmn-btn::after {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.emp-job-cta .cmn-btn::before {
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
}

.emp-job-cta .cmn-btn {
    color: #fff;
    margin-top: 50px;
}

.emp-job-cta .inner-sec {
    display: flex;
    align-items: center;
}

.emp-job-cta .inner-sec .left-sec {
    width: 47%;
    padding-left: 4.5%;
}

.emp-job-cta .inner-sec .right-sec {
    width: 53%;
}

.emp-job-cta .inner-sec .right-inner {
    max-width: 530px;
}

.b-icon {
    position: absolute;
    top: 650px;
    left: 70px;
}

.b-icon.small-icon {
    left: inherit;
    top: 560px;
    right: 90px;
}

.b-icon.small-icon {
    background: inherit;
}

.b-icon.med-icon {
    left: 762px;
    bottom: 770px;
    top: inherit;
}

.b-icon.med-icon.green-icon {
    left: inherit;
    right: 90px;
    top: inherit;
    bottom: 670px;
}

.b-icon.small-icon.blue {
    left: 900px;
    bottom: 400px;
    right: inherit;
    top: inherit;
}

/******candidate-page*******/
.sub-banner.candidate-banner .inner-sec .left-sec .left-cont {
    max-width: 100%;
    height: 100%;
}
.sub-banner.candidate-banner .inner-sec .right-sec::before {
    left: -20px;
    top: -230px;
    width: 525px;
    height: 515px;
    background: url(../images/candidate-shape.png) left top no-repeat;
}

.sub-banner.candidate-banner .cmn-btn {
    margin-top: 40px;
}

.sub-banner.candidate-banner .job-cta {
    background: #000;
    max-width: 765px;
    padding: 35px 90px 30px 100px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 765px;
}

.sub-banner.candidate-banner .job-cta .title {
    color: #fff;
    font-size: 90px;
}

.sub-banner.candidate-banner .job-cta .job-cta-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.client-sec.candidate-page {
    padding-top: 150px;
    padding-bottom: 140px;
}

.staff-sec {
    width: 100%;
    padding-bottom: 140px;
}

.staff-sec .inner-sec {
    display: flex;
}

.staff-sec .left-sec {
    width: 35%;
}

.staff-sec .right-sec {
    width: 65%;
    padding-top: 30px;
}

.staff-sec .inner-sec h5 {
    font-size: 26px;
    line-height: 32px;
    color: #000;
    font-weight: 800;
    padding-top: 30px;
}

.staff-sec .right-sec .right-inner {
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.diff-sec.principal-sec .btm-sec {
    align-items: flex-end;
}

.diff-sec.principal-sec .cust-container {
    max-width: calc(100% - 440px);
}

.diff-sec.principal-sec {
    padding-bottom: 190px;
}

.diff-sec.principal-sec .btm-sec .box {
    width: auto;
}

.testimonial-sec .cmn-btn {
    margin: 0 auto;
}

.testimonial-sec.candidate-sec {
    padding-bottom: 150px;
}

.compliance-sec {
    width: 100%;
    padding: 200px 0px;
    position: relative;
}

.compliance-sec .inner-sec {
    display: flex;
}

.compliance-sec .inner-sec .left-sec {
    width: 50%;
}

.compliance-sec .inner-sec .right-sec {
    width: 50%;
    padding-left: 120px;
    margin-right: 7%;
}

.compliance-sec .inner-sec .right-inner {
    width: 1000px;
    height: 1000px;
    position: relative;
    display: flex;
    align-items: center;
    text-align: center;
    padding-left: 0;
    margin-top: -160px;
    background: url(../images/orange-white-animaiton-shape.gif) center center no-repeat;
    background-size: 100% 100%;
}

.compliance-sec .inner-sec .right-inner p {
    color: #000;
}

.compliance-sec .inner-sec .right-inner #demo {
    position: relative;
    z-index: 9;
    max-width: 50%;
}

.compliance-sec div#demo {
    max-width: 84%;
    margin: 0 auto;
}

.compliance-sec .inner-sec .right-inner .para {
    color: #000;
    max-width: 100%;
    font-size: 25px;
    line-height: 45px;
    margin: 0 auto;
}

.compliance-sec .black-sec {
    background: #000;
    padding: 80px 100px 80px 100px;
    margin-bottom: 30px;
    max-width: 780px;
}

.compliance-sec .title {
    font-size: 90px;
    color: #fff;
    line-height: 110px;
}

.compliance-sec .left-sec .para {
    max-width: 550px;
    padding-top: 10px;
}

.compliance-sec .btm-sec {
    padding-left: 80px;
}

.compliance-sec .carousel-indicators {
    bottom: -40px;
    align-items: center;
}

.compliance-sec .carousel-indicators li,
#demo .carousel-indicators li {
    width: 10px !important;
    height: 10px !important;
    border-radius: 60px !important;
    flex: none !important;
    -webkit-box-flex: none !important;
    -ms-flex: none !important;
    flex: none !important;
    margin: 0 7px 0;
    display: inline-block;
    background: #000;
    border: none !important;
}

#demo .carousel-indicators li::before,
#demo .carousel-indicators li::after {
    display: none;
}

.sub-banner.candidate-banner .job-cta {
    padding: 35px 45px 30px 100px;
}

.sub-banner.join-banner .inner-sec .left-sec .para {
    max-width: 575px;
}

/*****join-us*****/
.sub-banner.join-banner .inner-sec .right-sec::before {
    width: 534px;
    height: 548px;
    background: url(../images/join-us-shape.png) left top no-repeat;
}

.staff-sec.join-page .right-sec {
    width: 100%;
    padding-top: 0px;
}

.staff-sec.join-page .inner-sec {
    display: flex;
    max-width: 1490px;
    margin: 0 auto;
}

.staff-sec.join-page {
    padding-top: 170px;
}

.staff-sec .right-sec .right-inner .icon-cont {
    margin: 0 auto;
}

.value-sec.join-page {
    background: url(../images/value-bg-join.png) center center no-repeat;
}

.client-sec.join-page .inner-sec .client-box:first-child {
    background-image: linear-gradient(to bottom, #f6a234, #f4932a, #f18421, #ee751a, #eb6416);
    background-size: cover;
}

.client-sec.join-page .inner-sec .client-box:first-child::before {
    display: block;
}

.client-sec.join-page .title {
    text-align: center;
}

.client-sec.join-page .inner-sec {
    padding-top: 90px;
}

.quote-sec.join-page {
    padding-top: 200px;
}

.quote-sec.join-page .quote-inner {
    max-width: 1050px;
}

.quote-sec.join-page {
    margin-top: 70px;
}

.team-sec.join-page {
    padding-bottom: 170px;
}

.client-sec.join-page {
    padding-bottom: 160px;
}

.client-sec.join-page.inner-sec .client-box .client-cont {
    max-width: 280px;
}
/****otto section*****/
.otto-section {
    padding: 106px 0; color:#fff;
    width: 100%;
    background: url(../images/otto-bg.jpg) center center no-repeat;
    position: relative;
    background-size: cover; margin-bottom:175px;
}
.otto-section .cust-container {
    max-width: 1620px;
}
.otto-section .title, .otto-section p{
    color:#fff;
}
.otto-section p{
    font-size:25px; line-height: 1.6;
}
.left-otto-section .title {
    margin-bottom: 46px;
    line-height: 1;
}
.right-otto-section .title {
    margin-bottom: 18px;
}
.left-otto-section {
    max-width: 670px;
}
.left-otto-section p:last-child {
    margin-top: 10px; max-width: 670px;
}
.right-otto-section .title {
    font-size: 60px;
    line-height: 1.2;
}
.right-otto-section .col-lg-6 p {
    margin-bottom: 35px;
}
.right-otto-section .col-lg-6:first-child {  
-ms-flex: 0 0 52%;
flex: 0 0 52%;
max-width: 52%;
}
.right-otto-section .col-lg-6:last-child {  
    -ms-flex: 0 0 48%;
flex: 0 0 48%;
max-width: 48%;
}
.right-otto-section .btm-enhancement p {
    max-width: 780px;
}

/****contact-page*****/
.sub-banner.contact-page .inner-sec .left-sec {
    width: 40%;
    min-height: 733px;
    position: relative;
}

.sub-banner.contact-page .inner-sec .right-sec {
    width: 60%;
    background: #000;
    padding: 150px 150px 140px 150px;
}

.sub-banner.contact-page .inner-sec .right-sec::before {
    display: none;
}

.sub-banner.contact-page .form-control {
    background: inherit;
    border: inherit;
    border-bottom: 1px solid #fff;
    height: 60px;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    border-radius: inherit;
    padding: 0px;
    line-height: 20px;
    padding-bottom: 40px;
}

.sub-banner.contact-page .form-control::placeholder {
    color: #fff;
}

.sub-banner.contact-page .cmn-btn {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    float: right;
    width: 85px;
}

/* 
.sub-banner.contact-page .cmn-btn::after {
background: url(../images/btn-border-right-w.png) right bottom no-repeat;
bottom: -2px;
}
.sub-banner.contact-page .cmn-btn::before {
background: url(../images/btn-border-left-w.png) right bottom no-repeat;
} */
.sub-banner.contact-page .cmn-btn:hover {
    color: #fff;
    /* border: 1px solid #fff; */
}

.sub-banner.contact-page input[type="checkbox"]+label::before {
    top: 5px;
}

.form-group {
    margin-bottom: 45px;
}

.sub-banner.contact-page {
    padding-bottom: 175px;
}

.sub-banner.contact-page .social-icon a {
    margin-right: 45px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    display: inline-block;
}

.sub-banner.contact-page .social-icon {
    padding-bottom: 25px;
}

.sub-banner.contact-page .left-sec .sub-title {
    font-size: 30px;
    line-height: 55px;
}

.sub-banner.contact-page .left-sec .sub-title a {
    color: #000;
}

.sub-banner.contact-page .inner-sec .left-sec .left-cont {
    max-width: 600px;
}

.sub-banner.contact-page .btm-sec {
    position: absolute;
    bottom: 0;
}

.sub-banner.contact-page .form-group {
    margin-bottom: 23px;
    margin-top: 23px;
}

/*****team-page****/
.sub-banner.team-page .inner-sec .left-sec {
    width: 60%;
}

.sub-banner.team-page .inner-sec .right-sec {
    width: 40%;
    position: relative;
}

.sub-banner.team-page .inner-sec .right-sec::before {
    left: inherit;
    width: 655px;
    height: 671px;
    background: url(../images/employer-shape.png) right top no-repeat;
    right: 360px;
}

.sub-banner.employer-page .inner-sec .left-sec .left-cont {
    max-width: 100%;
}

.team-outer {
    width: 100%;
    padding-top: 120px;
    padding-bottom: 90px;
}

.team-outer .inner-sec .left-sec {
    width: 50%;
}

.team-outer .inner-sec .right-sec {
    width: 50%;
}

.team-outer .inner-sec .sub-title {
    font-size: 60px;
    line-height: 80px;
    padding-bottom: 60px;
}

.team-outer .inner-sec p {
    font-size: 18px;
    font-weight: 800;
}

.team-outer .inner-sec p a {
    color: #000;
    text-transform: uppercase;
}

.team-outer .inner-sec .top-sec .img-cont {
    padding-left: 25px;
    width: 50%
}

.team-outer .inner-sec .top .img-sec {
    width: 50%
}

.team-outer .inner-sec .img-sec img {
    filter: grayscale(100%);
    width: 100%;
}

.team-outer .inner-sec .img-sec:hover img{
    filter: grayscale(0%);
}

.team-outer .inner-sec .left-inner {
    display: flex;
    height: 100%;
    align-items: center;
}

.team-outer .inner-sec .left-inner .img-sec {
    width: 50%;
    height: 524px;
}

.team-outer .inner-sec img {
    height: 100%;
}

.team-outer .social-icon a.linkdin {
    background: url(../images/linkdin-b.png) center center no-repeat;
}


.team-outer .social-icon a.phone {
    background: url(../images/phone.png) center center no-repeat;
}

.team-outer .social-icon a.email {
    background: url(../images/mail.png) center center no-repeat;
}

.team-outer .social-icon a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    margin-right: 15px;
}

.team-outer .social-icon {
    padding-top: 15px;
}

.team-outer .top-sec {
    width: 100%;
    display: flex;
}

.team-outer .btm-sec {
    padding-top: 110px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
}

.team-outer .btm-sec h5 {
    font-size: 28px;
    line-height: 40px;
    color: #000;
    text-transform: uppercase;
    font-weight: 800;
}
.team-outer .btm-sec h5.team-job-title {
    font-size: 20px;
    line-height: 30px;
    color: #000;
    text-transform: uppercase;
    font-weight: 800;
}

.team-outer .btm-sec .img-cont {
    padding-top: 15px;
}

.team-outer .btm-sec .box-outer {
    padding-bottom: 60px;
    margin-left: 20px;
    margin-right: 20px;
    width: calc(20% - 44px);
}

/******job-search******/
.sub-banner.job-search .inner-sec .left-sec {
    width: 100%;
    padding-left: 4%;
    padding-top: 0px;
}

.job-sec {
    width: 100%;
    padding-top: 60px;
}

.job-sec .left-sec {
    width: 460px;
    float: left;
}

.wrap-left-filer {
    width: 100%;
    background: #f4f4f4;
    padding: 50px;

}

.job-sec .right-sec {
    width: calc(100% - 514px);
    margin-left: 50px;
    float: right;
}

.job-sec .inner-sec .client-box {
    max-width: calc(33.3% - 16px);
    margin-bottom: 30px;
}

.job-sec .inner-sec .right-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}


.job-sec .inner-sec .client-box:first-child::before {
    display: block;
}

.job-sec .inner-sec .client-box:first-child {
    background-image: linear-gradient(to bottom, #f6a234, #f4932a, #f18421, #ee751a, #eb6416);
    background-size: cover;
}

.job-sec .inner-sec {
    display: inherit;
}

.job-sec .left-sec h5 {
    color: #6f6f6f;
    font-size: 17px;
    font-weight: 600;
    border-bottom: 1px solid #000000;
    padding-bottom: 25px;
    text-transform: capitalize;
}

.job-sec .left-sec .filter-item-box:nth-of-type(1) {
    padding-top: 20px;
}

.job-sec .left-sec .filter-item-box h4 {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
}

.job-sec .left-sec .filter-items {
    padding: 10px 0 13px;
}

.job-sec .left-sec .checkbox {
    margin-bottom: 10px;
}

.job-sec .left-sec input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

.job-sec .left-sec input[type="checkbox"]+label::before {
    content: " ";
    position: absolute;
    width: 11px;
    height: 11px;
    border: 1px solid #000000;
    left: 0;
    top: 2px;
    border-radius: 50%;
}

.job-sec .left-sec input[type="checkbox"]+label {
    font-size: 17px;
    font-weight: 600;
    padding-left: 22px;
    color: #000;
    text-transform: uppercase;
    position: relative;
    vertical-align: middle;
    word-break: break-all;
}

.job-sec .left-sec input[type="checkbox"]:checked+label::before {
    background: #EB6215;
    border: 1px solid #EB6215;
}

.job-sec .left-sec .cmn-btn {
    margin: 0 auto;
    margin-top: 25px;
    background: transparent;
}

.job-sec .left-sec .form-control {
    background: inherit;
    border: inherit;
    border-bottom: 1px solid #000;
    height: 45px;
    font-size: 17px;
    font-weight: 600;
    color: #000000;
    border-radius: inherit;
    padding: 0px;
    padding-bottom: 25px;
}

.job-sec .left-sec .form-control::placeholder {
    color: #6f6f6f;
}

.sub-banner.job-search {
    padding-top: 280px;
}

/****blog-page*****/
.sub-banner.blog-page .inner-sec .right-sec::before {
    display: none;
}

.sub-banner.blog-page .inner-sec .right-sec .img-sec img {
    filter: grayscale(0%);
}

.sub-banner.blog-page .inner-sec .right-sec {
    margin-top: -20px;
}

.sub-banner.blog-page .inner-sec .left-sec .left-cont {
    max-width: 760px;
}

.sub-banner.blog-page .inner-sec h5 {
    font-size: 20px;
    line-height: 35px;
    font-weight: 400;
    color: #000;
    padding-top: 10px;
    max-width: 600px;
}

.sub-banner.blog-page .recent-blog {
    background: #000;
    padding: 20px 15px 30px 30px;
    max-width: 860px;
    position: absolute;
    width: 860px;
    bottom: 20px;
    left: -20px;
}

.sub-banner.blog-page .recent-blog h6 {
    font-size: 23px;
    font-weight: 600;
    color: #fff;
    line-height: 33px;
}

.sub-banner.blog-page .recent-blog .sub-title {
    font-size: 35px;
    line-height: 50px;
    color: #fff;
}

.sub-banner.blog-page .recent-blog .recent-inner {
    display: flex;
}

.community-sec.blog-page .btm-sec {
    margin-left: -25px;
    margin-right: -25px;
    width: 100%;
    justify-content: flex-start;
}

.community-sec.blog-page .btm-sec .box {
    max-width: 33.33%;
    margin-bottom: 40px;
    padding-left: 25px;
    padding-right: 25px;
    width: auto;
}

.community-sec.blog-page .pagination {
    padding-top: 90px;
    text-align: center;
    justify-content: center;
}

.testi-sec.blog-page {
    margin-top: 130px;
}

.community-sec.blog-page .page-item.active .page-link {
    margin-left: 0;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    color: #000;
    font-weight: 800;
}

.community-sec.blog-page .page-link {
    position: relative;
    display: block;
    padding: 0px;
    margin-left: 0px;
    color: #808080;
    font-size: 40px;
    line-height: 55px;
    background-color: #fff;
    border: inherit;
    padding-right: 35px;
    font-weight: 400;
}

.community-sec.blog-page .page-link:hover {
    color: inherit;
    text-decoration: none;
    background-color: inherit;
    border-color: inherit;
}

.community-sec.blog-page .page-link:focus {
    z-index: 2;
    outline: none;
    box-shadow: inherit;
}

.community-sec.blog-page {
    padding-bottom: 130px;
}

.community-sec.blog-page .top-sec {
    text-align: center;
    max-width: 1250px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

/*******job-details-page*****/
.sub-banner.job-det .inner-sec .left-sec {
    width: 63%
}

.sub-banner.job-det .right-sec {
    width: 37%;
    padding-top: 100px;
}

.sub-banner.job-det .inner-sec .right-sec::before {
    display: none;
}

.sub-banner.job-det .inner-sec h4 {
    font-size: 28px;
    line-height: 40px;
    color: #000;
    font-weight: 800;
    padding-top: 15px;
}

.sub-banner.job-det .inner-sec .cmn-btn {
    margin-bottom: 25px;
}

.sub-banner.job-det .inner-sec .btm-det {
    padding-top: 15px;
    margin-top: 40px;
}

.sub-banner.job-det .inner-sec .apply-btn {
    color: #fff;
    font-size: 28px;
    line-height: 40px; cursor:pointer;
    font-weight: 800;
    background: url(../images/apply-btn-shape.png) center center no-repeat;
    width: 268px;
    height: 262px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 28%;
    -webkit-transition: 500ms ease-in-out;
    -moz-transition: 500ms ease-in-out;
    -o-transition: 500ms ease-in-out;
    transition: 500ms ease-in-out;
}

.sub-banner.job-det .inner-sec .apply-btn:hover {
    transform: scale(1.1);
}

.job-det-info {
    width: 100%;
    padding-top: 50px;
}

.job-det-info .left-sec {
    width: 64%;
    padding-left: 80px;
    padding-right: 80px;
}

.job-det-info .left-sec div {
    font-size: 20px;
    line-height: 34px;
    font-weight: 400;
    color: #000000;
}

.job-det-info .right-sec {
    width: 36%;
    padding-top: 20px;
}

.job-det-info .inner-sec {
    display: flex;
}

.job-det-info .inner-sec .recruiter.info .img-sec {
    position: relative;
    max-width: 500px;
    max-height: 500px;
    overflow: hidden;
    min-height: 500px;
    background: #000;
}

.job-det-info .inner-sec .recruiter.info .img-sec img {
    width: 100% !important;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.8;
    margin: auto;
}

.job-det-info .inner-sec .recruiter.info h5 {
    font-size: 28px;
    line-height: 40px;
    color: #fff;
    font-weight: 800;
}

.job-det-info .inner-sec .recruiter.info p {
    color: #fff;
}

.job-det-info .inner-sec .recruiter.info p a {
    color: #fff;
    text-transform: uppercase;
}

.job-det-info .inner-sec .recruiter.info .img-cont {
    position: absolute;
    left: 22px;
    bottom: 22px;
    z-index: 3;
}

.job-det-info .inner-sec .recruiter.info {
    padding-left: 80px;
}

.job-det-info .inner-sec .job-cta {
    background: #000000;
    padding: 45px 50px 50px 50px;
    margin-top: 80px;
    margin-right: 30px;
}

.job-det-info .inner-sec .sub-title {
    color: #fff;
}

.job-det-info .inner-sec .sub-title {
    padding-bottom: 15px;
}

.job-det-info .inner-sec .job-cta p {
    color: #fff;
}

.job-det-info .inner-sec .para {
    padding-bottom: 40px;
}

.job-det-info .inner-sec .right-sec .cmn-btn::before {
    background: url(../images/btn-border-left-w.png) left top no-repeat;
}

.job-det-info .inner-sec .right-sec .cmn-btn::after {
    background: url(../images/btn-border-right-w.png) right bottom no-repeat;
}

.job-det-info .inner-sec .right-sec .cmn-btn {
    color: #fff;
}

.job-det-info .inner-sec .right-sec .cmn-btn:hover {
    border: 1px solid #fff;
}


.job-det-info .left-sec p {
    font-size: 25px;
    line-height: 50px;
    padding-bottom: 20px;
}

.sub-banner.job-det {
    padding-top: 300px;
}

.job-det-info .left-sec h5 {
    font-size: 28px;
    line-height: 40px;
    color: #000;
    text-transform: uppercase;
    font-weight: 800;
    padding-bottom: 15px;
}

.job-det-info .left-sec .info-repeat {
    padding-top: 50px;
}

.job-det-info .left-sec .info-repeat:nth-of-type(3) {
    padding-bottom: 40px;
}

.job-det-info .left-sec .info-repeat p {
    padding-left: 0;
    position: relative;
    padding-bottom: 0px;
}

.job-det-info .left-sec .info-repeat p::before {
    position: absolute;
    left: 0;
    top: 23px;
    background: #EB6215;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    content: " ";
    display: none;
}

.job-det-info .left-sec .social-icon {
    padding-top: 60px;
}

.job-det-info .left-sec .cmn-btn {
    margin-top: 40px;
}

.job-det-info .left-sec .social-icon p {
    font-size: 20px;
    font-weight: 800;
}

.job-det-info .left-sec .social-icon a {
    padding-right: 50px;
}

.client-sec.job-det {
    padding-top: 150px;
    padding-bottom: 180px;
}

.menu-left {
    width: 50%;
}

header.header-mobile-menu .cust-scrollbar ul {
    width: 100%;
}

.cust-scrollbar-wrap {
    position: relative;
    height: 80vh;
    overflow: hidden;
}

.cust-scrollbar {
    position: absolute;
    top: 20px;
    bottom: 20px;
    left: 0px;
    right: -35px;
    overflow-y: auto;
    height: 96%;
}

.cust-scrollbar ul li {
    visibility: visible;
}

.body-fix {
    position: fixed;
    width: 100%;
    height: 100%;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.to-show-mobile {
    display: none;
}

.home-page-screen .banner-sec .banner-cont {
    padding-top: 90px;
}

.home-page-screen .search-box {
    margin-bottom: 90px;
}

.home-page-screen .product-sec .more-btn {
    margin-top: 0px;
}

.home-page-screen .product-sec {
    padding: 140px 0px 4px;
}

.blue-check label,
.neuclear-tags .cmn-btn:first-child label {
    color: #22C6F2;
}

.blue-check::before,
.neuclear-tags .cmn-btn:first-child::before {
    border-top: 1px solid #22C6F2;
    border-left: 1px solid #22C6F2;
}

.blue-check::after,
.neuclear-tags .cmn-btn:first-child::after {
    border-bottom: 1px solid #22C6F2;
    border-right: 1px solid #22C6F2;
}

.blue-check:hover,
.neuclear-tags .cmn-btn:first-child:hover {
    color: #22C6F2;
}

.pink-check label,
.neuclear-tags .cmn-btn:nth-child(2) label {
    color: #DC3875;
}

.pink-check::before,
.neuclear-tags .cmn-btn:nth-child(2)::before {
    border-top: 1px solid #DC3875;
    border-left: 1px solid #DC3875;
}

.pink-check::after,
.neuclear-tags .cmn-btn:nth-child(2)::after {
    border-bottom: 1px solid #DC3875;
    border-right: 1px solid #DC3875;
}

.pink-check:hover,
.neuclear-tags .cmn-btn:nth-child(2):hover {
    color: #DC3875;
}

.green-check label,
.neuclear-tags .cmn-btn:nth-child(3) label {
    color: #00C876;
}

.green-check::before,
.neuclear-tags .cmn-btn:nth-child(3)::before {
    border-top: 1px solid #00C876;
    border-left: 1px solid #00C876;
}

.green-check::after,
.neuclear-tags .cmn-btn:nth-child(3)::after {
    border-bottom: 1px solid #00C876;
    border-right: 1px solid #00C876;
}

.green-check:hover,
.neuclear-tags .cmn-btn:nth-child(3):hover {
    color: #00C876;
}


.neuclear-tags .cmn-btn.selected label {
    color: #f27d00;
}

.neuclear-tags .cmn-btn.selected::before {
    border-top: 1px solid #f27d00;
    border-left: 1px solid #f27d00;
}

.neuclear-tags .cmn-btn.selected::after {
    border-bottom: 1px solid #f27d00 !important;
    border-right: 1px solid #f27d00 !important;
}

.neuclear-tags .cmn-btn.selected:hover {
    color: #f27d00;
}

.neuclear-tags .cmn-btn label {
    z-index: 99;
}

.cat-tags .cmn-btn {
    margin-top: 0 !important;
    width: 155px;
}

form.cat-tags {
    display: flex;
    justify-content: space-between;
    width: 55.9%;
}

.search-box {
    position: relative;
    width: 100%;
    max-width: 507px;
    margin-bottom: 130px;
}

.community-sec.blog-page .search-box {
    width: 40.7%;
    max-width: initial;
}

.community-sec.blog-page .search-box input {
    max-width: 100%;
}

form.cat-tags {
    display: flex;
    justify-content: flex-start;
    width: auto;
    min-width: 694px;
    margin-left: -10px;
    margin-right: -10px;
}

.wrap-sectors-cat {
    padding-left: 10px;
    padding-right: 10px;
}

.community-sec .top-sec form.cat-tags .cmn-btn {
    margin: 0;
}

.cust-checkbox-container {
    display: inline-block;
    ;
    position: relative;
    padding-left: 0;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 17px;
    font-weight: 500;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.cust-checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: transparent;
}

.cust-checkbox-container:hover input~.checkmark {
    background-color: transparent;
}

.cust-checkbox-container input:checked~.checkmark {
    background-color: transparent;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.cust-checkbox-container input:checked~.checkmark:after {
    display: block;
}

.cust-checkbox-container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid transparent;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.community-sec.blog-page .btm-sec {
    padding-top: 40px;
}

.work-outer .smarter-btm.about-page {
    max-width: 1372px;
}

.testimonial-sec .testimonial-repeat.t-right {
    padding-left: 180px;
    justify-content: flex-end;
}

.testimonial-sec .testimonial-repeat.t-left {
    justify-content: flex-start;
}

.sub-banner.job-search.job-det .main-title {
    font-size: 90px;
    line-height: 110px;
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.testi-sec.nc {
    margin-top: 80px;
}

#searchfree {
    text-transform: uppercase;
}

/******what-we-do*******/
.sub-banner.employer-page.what-we-do .inner-sec .right-sec::before {
    display: none;
}

.sub-banner.employer-page.what-we-do .inner-sec .left-sec {
    width: 50%;
    padding-left: 4%;
    padding-top: 190px;
    padding-right: 20px;
}

.sub-banner.what-we-do .inner-sec .right-sec {
    width: 50%;
    position: relative;
    padding-right: 60px;
}

.sub-banner.what-we-do .btm-logo {
    display: flex;
    padding-top: 130px;
}

.sub-banner.what-we-do {
    padding-top: 160px;
}

.sub-banner.what-we-do .btm-logo .logo-image {
    padding-right: 60px;
}

.skilled-sect {
    width: 100%;
    padding-top: 120px;
}

.skilled-sect .top-sec {
    display: flex;
    padding-top: 90px;
}

.skilled-sect .top-sec .left-sec {
    width: 44%;
}

.skilled-sect .top-sec .img-sec {
    position: relative;
}

.skilled-sect .top-sec .phase-title {
    background: #000000;
    color: #fff;
    position: absolute;
    left: 0;
    top: 80px;
    padding: 30px 100px;
}

.skilled-sect .top-sec .phase-title .title {
    color: #fff;
    font-size: 90px;
}

.skilled-sect .top-sec .right-sec {
    width: 56%;
    padding-left: 220px;
}

.skilled-sect .top-sec .left-sec img {
    filter: grayscale(100%);
}

.skilled-sect .top-sec .left-sec img:hover {
    filter: grayscale(0);
}

.skilled-sect .title {
    text-align: center;
}

.skilled-sect .top-sec li {
    font-size: 37px;
    line-height: 70px;
    color: #000000;
    font-weight: 900;
    text-transform: uppercase;
}

.skilled-sect .top-sec.discipline-sec {
    flex-direction: row-reverse;
}

.btm-services {
    width: 100%;
    padding: 140px 0px;
}

.btm-services .inner-sec {
    display: flex;
    justify-content: space-between;
}

.btm-services .inner-sec .service-box {
    background: #f4f4f4;
    padding: 50px 80px;
    width: calc(33.3% - 10px);
}

.btm-services .sub-title {
    padding-bottom: 30px;
    padding-top: 10px;
}

.btm-services .para {
    padding-bottom: 10px;
    max-width: 470px;
}

img.top-sec-image {
    width: 430px !important;
}

img.small-image {
    width: 245px !important;
}

img.main-blog-image {
    width: 934px !important;
}

.sub-cmn-btn input.cmn-btn,
.cmn-btn input.cmn-btn {
    position: relative;
    z-index: 99;
}

.cmn-btn input.cmn-btn::before,
.cmn-btn input.cmn-btn::after {
    display: none;
}

.contact-form-page .cmn-btn::before,
.contact-form-page .cmn-btn::after {
    border-color: #fff;
}

form#contact_form .title-small,
form .title-small {
    color: #fff;
    font-size: 28px;
    padding-left: 17px;
    font-weight: 700;
    font-family: kontora !important;
}

.site-credit {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    border-top: 1px solid #424141;
    margin-top: 70px;
    align-items: center;
}

.site-credit .para a {
    color: #fff;
    line-height: 30px;
    font-size: 20px;
    font-weight: 400;
    padding-right: 20px;
}

.site-credit .para a:last-child {
    padding-right: 0;
}

.site-credit a.bold-logo {
    width: 150px;
}

.contact-form-page .form-group.checkbox label {
    line-height: 29px;
}

.cust-modal .modal-content {
    padding: 50px;
    background: #000;
}

.cust-modal .modal-dialog {
    max-width: 700px;
}

.cust-modal .sub-heading.sub-title {
    color: #fff;
    display: block;
    text-align: center;
    width: 100%;
}

.cust-modal .modal-header {
    border-bottom: none;
}

.file-upload {
    color: #fff;
}

label.custom-file-label {
    background: transparent;
    border: none;
    color: #fff;
}

.cust-modal .form-group.sub-btn button {
    background: transparent;
    color: #fff;
}

.cust-modal .form-group.sub-btn button::after,
.cust-modal .form-group.sub-btn button::before {
    display: none;
}

.cust-modal .cmn-btn::before,
.cust-modal .cmn-btn::after {
    border-color: #fff;
}

.cust-modal .form-group.sub-btn {
    display: flex;
    justify-content: center;
    margin-bottom: 0;
}

.modal.popup1.cust-modal.show {
    padding-right: 0 !important;
}

.cust-modal .custom-file-input {
    cursor: pointer;
}

.cust-modal .custom-file-label::after {
    background: #fff;
    color: #000;
    border-radius: 0;
}

.cust-modal span.cv_file_name {
    /* display: flex; */
    position: absolute;
    left: 0;
}

.cust-modal .custom-file-input:focus~.custom-file-label {
    border-color: transparent;
    box-shadow: none;
}


.cust-modal .custom-file-label.pf-label {
    cursor: pointer;
    padding: 0;
}

.cust-modal .form-control,
.popup-form .form-control {
    padding: 4px 0px;
    height: 50px;
    padding-bottom: 30px;
}

.cust-modal .custom-file.form-control {
    padding: 0;
    height: 37px;
    height: 50px;
    padding-bottom: 30px;
}

.cust-modal .modal-header button.close {
    background: url("../images/close-icon.png") no-repeat center;
    font-size: 0;
    opacity: 1;
    position: absolute;
    top: 50px;
    right: 50px;
}

.cust-modal .modal-header button.close:focus {
    outline: 0;
}

.cust-modal button:focus {
    outline: none;
    box-shadow: none;
}

.cust-modal .form-group p {
    font-size: 17px;
}

.cust-modal h3.title-small {
    text-align: center;
    margin-top: 30px;
    /* margin-bottom: 30px; */
    padding-left: 0;
}

.cust-link-btn.cmn-btn {
    cursor: pointer;
}

.cust-link-btn.cmn-btn .cmn-btn {
    display: block;
    cursor: pointer;
    position: relative;
    z-index: 9;
}

.cust-link-btn.cmn-btn .cmn-btn::after,
.cust-link-btn.cmn-btn .cmn-btn::before {
    display: none;
}

.cust-link-btn.cmn-btn .cmn-btn:hover {
    border-color: transparent;
    border: none;
}

.cust-link-btn.cmn-btn:hover,
.cust-link-btn.cmn-btn {
    border: none;
}

.cust-link-btn.cmn-btn::before {
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    background: none !important;
}

.cust-link-btn.cmn-btn::after {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    background: none !important;
}

.no-record {
    text-align: center;
    display: block;
    width: 100%;
    font-size: 30px;
    line-height: 40px;
    color: #000000;
    font-weight: 900;
    margin: 0px;
    padding: 0px;
    text-transform: uppercase;
}

.cust-innerpage {
    padding-top: 280px;
}

.cust-innerpage-outer.team-outer {
    padding-top: 50px;
}

.cust-innerpage-outer.team-outer .inner-sec p,
.cust-innerpage-outer.team-outer .inner-sec li {
    font-size: 20px;
    line-height: 35px;
    font-weight: 400;
    color: #000;
    padding-top: 10px;
}

.cust-innerpage-outer.team-outer .inner-sec ul {
    margin-top: 6px;
}

.cust-innerpage-outer.team-outer .inner-sec li {
    padding-top: 0;
}

.cust-innerpage-outer.team-outer .inner-sec li strong {
    font-weight: 800;
}

.cust-innerpage.privacy-page {
    position: relative;
}

.cust-innerpage.privacy-page::after {
    position: absolute;
    content: "";
    right: 10%;
    top: -109px;
    background: url(../images/shape-privacy.png) no-repeat center;
    width: 660px;
    background-size: 540px;
    height: 540px;
}

.cust-innerpage.key-feature-page::after {
    background: url(../images/smarter-after.png) no-repeat center;
    background-size: 480px;
}

.banner-cont h1 {
    position: relative;
}

.cmn-btn.sub-cmn-btn button {
    position: relative;
    z-index: 99;
}

.cust-compliance-sec {
    padding-bottom: 122px;
}

.compliance-capabilities-sec {
    padding-bottom: 10%;
}

.compliance-capabilities-sec .com-cap-row {
    display: flex;
    margin-left: 0;
    margin-right: -80px;
    max-width: 1473px;
    position: relative;
    padding-bottom: 50px;
    margin: 0 auto;
}

.compliance-capabilities-sec .com-cap-row .cmn-btn {
    position: absolute;
    width: 220px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.compliance-capabilities-sec .com-cap-row .com-cap-cell>div {
    /* align-items: flex-end; */
    /* justify-content: space-between; */
    position: relative;
}

.compliance-capabilities-sec .com-cap-row h5 {
    font-size: 28px;
    color: #000;
    line-height: 38px;
    font-weight: 900;
    text-transform: uppercase;
    padding-right: 96px;
    max-width: 446px;
}

.compliance-capabilities-sec .com-cap-row .com-cap-cell:last-of-type h5 {
    padding-right: 0;
}

.compliance-capabilities-sec .com-cap-row .com-cap-cell:nth-child(2) h5 {
    max-width: 371px;
}

.compliance-capabilities-sec .com-cap-row span {
    font-size: 28px;
    line-height: 38px;
    font-weight: 900;
    display: inline-block;
    color: #EB6215;
    transform: rotate(-90deg);
}

.compliance-capabilities-sec .com-cap-row .com-cap-cell {
    position: relative;
    padding: 20px 80px 20px 20px;
}

.compliance-capabilities-sec .com-cap-row .com-cap-cell::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 46px;
    height: 46px;
    background: url("../images/product-border.png") no-repeat center;
    background-size: 45px;
}

.compliance-capabilities-sec .com-cap-row .com-cap-cell>div a {
    width: 30px;
    height: 30px;
    display: block;
    background: url(../images/arrow-long-right.png) no-repeat center;
    background-size: 30px;
    margin-bottom: 0;
    position: absolute;
    right: 0;
    bottom: 4px;
}

.compliance-capabilities-sec .com-cap-row .com-cap-cell:last-of-type {
    padding-right: 0;
}

.cust-product-list .inner-sec {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.cust-product-row {
    display: flex;
}

.cust-product-list .inner-sec .main-title-wrap {
    background: #000;
    min-height: 402px;
    display: flex;
    min-width: 500px;
    align-items: center;
    margin-right: 70px;
}

.cust-product-list .inner-sec .main-title {
    font-size: 90px;
    color: #fff;
    text-align: left;
    max-width: 322px;
    margin: 0 auto;
}

.cust-product-list .product-box {
    width: 100% !important;
}

div#product-slider {
    max-width: inherit;
}

footer .brand-logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 100px;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
}

footer .brand-logo img {
    width: 100%;
    margin: 0 auto;
    display: block;
}

.brand-logo .b-logo {
    padding: 0 20px 20px;
}

.brand-logo .b-logo:first-child {
    width: 292px;
}

.brand-logo .b-logo:nth-child(2) {
    width: 118px;
}

.brand-logo .b-logo:nth-child(3) {
    width: 150px;
}

.brand-logo .b-logo:nth-child(4) {
    width: 180px;
}

.brand-logo .b-logo:nth-child(5) {
    width: 220px;
}

.brand-logo .b-logo:last-child {
    width: 200px;
}

.cust-innerpage-outer .para strong,
.cust-innerpage-outer p strong {
    font-weight: 800;
    font-size: 20px;
    line-height: 35px;
    font-weight: 400;
    color: #000;
}

.cust-content-page h2 {
    font-size: 40px;
    line-height: 55px;
    color: #000000;
    font-weight: 900;
    text-transform: uppercase;
    margin-top: 40px;
}

.cust-content-page h3 {
    font-size: 30px;
    line-height: 45px;
    color: #000000;
    font-weight: 900;
    text-transform: uppercase;
    margin-top: 40px;
}

.cust-content-page h2+h3 {
    margin-top: 0;
}

.cust-innerpage-outer.cust-content-page p,
.cust-content-table td,
.cust-content-table th {
    font-size: 20px;
    line-height: 35px;
    font-weight: 400;
    color: #000;
}

.cust-innerpage-outer.cust-content-page p {
    padding-top: 0;
}

.cust-content-page p strong,
.cust-content-page li strong,
.cust-content-table td,
.cust-content-table th {
    font-weight: 800 !important;
}

.disc-ul,
.num-ul {
    padding-left: 27px;
    margin-left: 0;
}

.cust-content-page ul,
.disc-ul,
.num-ul {
    margin-bottom: 30px;
}

.disc-ul li {
    list-style-type: disc;
    padding-left: 10px;
}

.num-ul li {
    list-style-type: numeric;
    padding-left: 15px;
}

.cust-content-page h4 {
    font-weight: 800;
    font-size: 24px;
    line-height: 34px;
    text-transform: uppercase;
}

.cust-content-page .inner-sec {
    max-width: 1380px;
}

.alpha-ul li {
    list-style-type: lower-alpha;
}

.cust-content-page a {
    text-transform: none !important;
    font-weight: 800;
}

.cust-content-table {
    margin-top: 30px;
}

.cust-content-table td {
    border: 1px solid #000;
    width: 50%;
}

.cust-content-table td:first-child {
    font-weight: 700;
}

.cust-content-cell h3 {
    text-align: center;
}

.cust-content-table td,
.cust-content-table th {
    padding: 8px !important;
}

.divr-cell {
    margin-bottom: 30px;
}

.cust-innerpage.privacy-page .left-sec {
    width: 100% !important;
    position: relative;
    z-index: 2;
}

.cust-two-cell {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.cust-two-right.cust-table-y-n {
    width: 530px;
}

.cust-two-right.cust-table-y-n th {
    text-align: center;
    border: 1px solid #000
}

.cust-two-right.cust-table-y-n td {
    width: 33.33%;
    min-height: 52px;
}

.cust-two-right.cust-table-y-n td,
.cust-two-right.cust-table-y-n th {
    padding: 2px 0 !important;
    font-size: 16px;
    line-height: 26px;
}

.cust-two-left {
    width: 67%;
    padding-right: 50px;
}

.diversity-page .inner-sec {
    max-width: 100%;
}

.cust-content-page h2 span,
.cust-content-page h4 span {
    margin-right: 10px;
}

.cust-scrollbar-wrap-fields {
    position: relative;
    overflow: hidden;
}

.cust-scrollbar-wrap-fields .cust-scrollbar-wrap {
    overflow: hidden;
    overflow-y: auto;
    max-height: 220px;
    padding-right: 9px;
    height: auto !important;
}

.cust-scrollbar-wrap-fields .cust-scrollbar-wrap::-webkit-scrollbar {
    width: 8px;
    height: 8px;

}

.cust-scrollbar-wrap-fields .cust-scrollbar-wrap::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

.cust-scrollbar-wrap-fields .cust-scrollbar-wrap::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: none;
    border-radius: 10px;
}

section.job-sec.client-sec .filter-item-box {
    margin-bottom: 60px;
}

header .menu-right {
    position: fixed;
    right: 80px;
}

.job-sec .right-sec .load-more-cnt {
    display: flex;
    align-items: center;
    margin: 50px auto 100px;
    justify-content: center;
}

center.no-data h4 {
    font-weight: 900;
    text-transform: uppercase;
    font-size: 50px;
}

center.no-data {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}

.smarter-sec .smarter-top .left-sec .img-sec img {
    filter: grayscale(100%);
    height: 681px !important;
}

.smarter-sec .smarter-top .left-sec .img-sec:hover img {
    filter: grayscale(0);
}

.custom-file-input:lang(en)~.custom-file-label::after {
    content: "Browse";
    height: 50px;
    display: flex;
    align-items: center;
    color: #000;
    font-weight: 700;
    width: 90px;
    justify-content: center;
    font-family:kontora !important
}

.job-specification-field .custom-file-input:lang(en)~.custom-file-label::after {
    content: "";
    background: url(../images/upload-white.png) no-repeat center;
    border: none;
    top: auto;
    bottom: 0 !important;
    right: 0;
    width: 28px;
}

.form-group.file-upload.job-specification-field .custom-file.form-control {
    padding-bottom: 0 !important;
    border: none;
    height: auto;
}

.form-group.file-upload.job-specification-field {
    margin-bottom: 30px;
}

.team-outer .btm-sec .box-outer .img-sec {
    height: 440px;
    overflow: hidden;
}

.team-member .img-box {
    width: 15.33%;
}

.team-outer .btm-sec .box-outer .img-sec img {
    height: 100%;
}

.team-member .img-inner {
    height: 100%;
}

.team-member .img-inner img {
    height: 100%;
    width: 100% !important;
}

.testimonial-sec .testimonial-repeat .box .box-inner {
    width: 830px;
    max-width: initial;
}

.pagination li:last-child a{
    padding-right: 0 !important;
}


section.job-sec.client-sec .right-inner.cust-client-row,
.latest-client-row{
    margin-left: -13px !important;
    margin-right: -13px !important;
}

.inner-sec.latest-client-row,
.join-row{
    justify-content: flex-start !important;
}

section.job-sec.client-sec .inner-sec .cust-client-box,
.latest-client-row .latest-client-box ,
.join-row .join-client-box{
    padding-left: 13px !important;
    padding-right: 13px !important;
    width: 33.33%;
    margin: 0 0 26px !important;
}
.latest-client-row .latest-client-box,
.join-row .join-client-box{
    width: 25%;
}
.join-row .join-client-box .client-box {
    height: 100%  !important;
}
section.job-sec.client-sec .inner-sec .cust-client-box .client-box,
.latest-client-row .latest-client-box .client-box,
.join-row .join-client-box .client-box{
    width: 100% !important;
    max-width: initial !important;
    margin:0 !important;
}

.privacy-page .left-cont {
    max-width: 70% !important;
}


.join-banner-right video {
    width: 100%;
    filter: none;
    object-fit: cover !important;
    height: 100%;
}

.item.atom-item .img-sec {
    background: url("../images/gradiant-bg-atom.png") no-repeat center;
    background-size: 100% 100%;
}

.item.react-item .img-sec {
    background: url("../images/gradiant-bg-base.png") no-repeat center;
    background-size: 100% 100%;
 }
 
.item.energy-item .img-sec {
    background: url("../images/gradiant-bg-energy.png") no-repeat center;
    background-size: 100% 100%;
 }
 .item.base-item .img-sec {
    background: url("../images/gradiant-bg-react.png") no-repeat center;
    background-size: 100% 100%;
 }
  .item.coaching-item .img-sec {
    background: url("../images/gradiant-bg-coaching.png") no-repeat center;
    background-size: 100% 100%;
 }
.item.exe-search-item .img-sec {
    background: url("../images/gradiant-bg-exe.png") no-repeat center;
    background-size: 100% 100%;
 }
 .item.bid-item .img-sec {
    background: url("../images/gradiant-bg-bid.png") no-repeat center;
    background-size: 100% 100%;
 }
.item.otto-item .img-sec {
    background: url("../images/gradiant-bg-otto.png") no-repeat center;
    background-size: 100% 100%;
 }
.product-list .inner-sec .item.otto-item .img-cont p {
	max-width: 310px; width:100%;
}
.cust-product-row .item .img-sec video,
.cust-product-row .item .img-sec img{
    mix-blend-mode: multiply;
}

.join-slider .img-sec {
    height: 650px;
}
.join-slider .img-sec  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sub-banner.product-page.candidate-banner video {
    filter: grayscale(100%);
}

.sub-banner .inner-sec .right-sec.join-banner-right .img-sec{
    height: 723px;
}

.employer-logo .inner-sec .logo-img img ,
.who-we-are .inner-sec .client-logo img{
    width: 80%;
    margin: 0 auto;
    display: block;
}
.product-list .inner-sec .img-cont .sub-title span img {
    mix-blend-mode: normal;
}

.product-sec .inner-sec .right-sec .right-inner .sub-title.atom-circle-ico::after {
    background: url(../images/atom-sm-ico.png) right top no-repeat;
}

.product-sec .inner-sec .right-sec .right-inner .sub-title.energy-circle-ico::after {
    background: url(../images/energy-sm-ico.png) right top no-repeat;
}
.product-sec .inner-sec .right-sec .right-inner .sub-title.react-circle-ico::after {
    background: url(../images/react-sm-ico.png) right top no-repeat;
}

.product-sec .inner-sec .right-sec .right-inner .sub-title.base-circle-ico::after {
    background: url(../images/base-sm-ico.png) right top no-repeat;
}

.product-sec .inner-sec .right-sec .right-inner .sub-title.exe-circle-ico::after {
    background: url(../images/exe-sm-ico.png) right top no-repeat;
}

.product-sec .inner-sec .right-sec .right-inner .sub-title.coaching-circle-ico::after {
    background: url(../images/coaching-sm-ico.png) right top no-repeat;
}

.wrap-bnner-btn {
    display: flex;
    flex-wrap: wrap;
    flex-direction:column;
    margin-top: 0;
}

.wrap-bnner-btn a {
    margin-top: 0 !important;
    margin-bottom: 20px;
}

.wrap-bnner-btn a.cmn-btn.survey-btn {
    width: 412px;
}

.cust-testimonial-block {
    padding-top: 119px;
}

.cust-testimonial-block h2 {
    font-size: 100px;
    line-height: 130px;
    text-align: center;
    font-weight: 900;
    margin-bottom: 131px;
}

.exellence-block {
    margin-top: 20px;
}

.cust-cara-logo-block .cust-cara-inner {
    margin-top: 0;
    display: flex;
    background: url("../images/principal-bg.png") no-repeat center;
    background-size: cover;
    align-items: center;
    padding-left: 96px;
    padding-right: 96px;
}

.cust-cara-logo-block .cust-cara-logo {
    max-width: 1400px;
}

.cust-cara-logo-block h2 {
    text-align: center;
    margin-top: 105px;
    margin-bottom: 5px;
}

.cust-cara-logo-block .owl-item .item {
    display: flex;
    height: auto;
    min-height: 200px;
    align-items: center;
}

.acsb-trigger.acsb-bg-lead.acsb-ready.acsb-trigger-position-x-right.acsb-trigger-position-y-bottom.acsb-trigger-size-medium {
    bottom: 100px !important;
}

.wrap-banner-highlight-box {
    background: #000000;
    color: #fff;
    padding: 25px 45px 35px 80px;
    margin-top: 34px;
    margin-left: -10%;
    max-width: 765px;
    overflow: hidden;
    position: relative;
}
.wrap-banner-highlight-box + .wrap-bnner-btn {
    margin-top: 41px;
}
.wrap-banner-highlight-box::after {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    width: 273px;
    height: 273px;
    background: url(../images/round-shape-orange.png) no-repeat center;
    background-size: cover;
}

.wrap-banner-highlight-box .job-cta-inner {
    position: relative;
    z-index: 2;
}
.wrap-banner-highlight-box h2 {
    font-size: 37px;
    line-height: 71px;
    font-weight: 900;
}
.wrap-banner-highlight-box h3 {
       font-size: 25px;
    line-height: 30px;
    margin-bottom: 2px;
    max-width: 383px;
}
.wrap-banner-highlight-box h4 {
    margin-bottom: 17px;
}
.wrap-banner-highlight-box h5,
.wrap-banner-highlight-box a{
        font-size: 20px;
    line-height: 18px;
    color: #fff;
    font-weight: 600;
}
.wrap-banner-highlight-box h5 {
    margin-bottom: 10px;
}
.wrap-banner-highlight-box p,
.wrap-banner-highlight-box h4{
    color: #fff;
}
#join-slider .img-sec {
    height: 700px;
}
#join-slider .img-sec img {
    height: 100%;
    
}

.sub-banner.product-page .right-sec .img-sec img {
    filter: grayscale(1);
}

.sub-banner.product-page .right-sec .img-sec:hover img {
     filter: grayscale(0);
}

.who-we-are.cust-cara-logo-block.employer-logo-block {
    margin-top: 180px;
    margin-bottom: 150px;
}

.sub-banner.product-page.employer-page .para {
        margin-bottom: 50px;
}

section.sub-banner.product-page .inner-sec .right-sec .img-sec,
section.sub-banner.product-page .right-sec .img-sec img{
    height: auto !important;
    min-height: 552px !important;
    max-height: 400px !important;
}
.jobs-link.upload-cv {
	left: 330px;
	color: #fff !important;
	cursor:pointer;
}
.candidate-banner .btn-wrapper {
	display: flex;
}
.candidate-banner .btn-wrapper .cmn-btn.upload-cv {
	margin-left: 40px;
}
.job-sec .left-sec .cmn-btn.upload-cv  {
	margin-top: 30px;
	margin-bottom: 30px;
	cursor:pointer;
}

.client-sec .inner-sec .client-box a.cmn-btn.show_more {
    position: absolute;
    display: block;
    width: 170px;
    height: auto;
    margin: 0 auto;
    top: auto;
    margin: auto;
    bottom: 30px;
    left: 0;
    right: 0;
    color: #fff;
    cursor: pointer;
    z-index: 999;
}

.client-sec .inner-sec .client-box a.cmn-btn.show_more::before,
.client-sec .inner-sec .client-box a.cmn-btn.show_more::after{
    border-color: #fff;
}
.sub-banner.product-page .right-sec .img-sec {
    display:none;
}
.team-outer .inner-sec .jjbttl{
    font-size: 22px;
}
select.form-control:not([size]):not([multiple]) { height:auto; }
.form-control.source-drop-down option {
    color: #000;
}
img.job-detail-logo {
    max-width: 140px;
}

section.blog-det-btm strong , section.blog-det-btm b {
    font-weight: 900;
}
.banner-sec h1.main-title.wow.fadeInLeft.animated {
    font-size: 74px;
    line-height: 88px;
}
header .menu-right select#language {
    background: none;
    color: #fff;
    border: none !important;
    cursor: pointer;
    outline: none;
    font-size: 20px;
}
header .menu-right select#language option{
    
    color:#000;
}


li.dropdown-lang{
    cursor:pointer;
    display: block !important;
}
.grecaptcha-badge {
  width: 70px !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
  left: 4px !important;
}
.grecaptcha-badge:hover {
  width: 256px !important;
}
.add-infoFooter .add-infoInner {
    width: 165px;
}
.add-infoFooter .add-infoInner p {
    font-size: 16px;
    line-height: 26px;
}
.add-infoFooter {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}
.add-infoFooter h6{
    font-family: kontora !important;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color:#F7A636;
}
.menu-right .address-header-main .adress-sec h6.title {
    font-size: 22px;
    line-height: normal;
    margin-bottom: 5px;
}
.address-header-main {
    display: flex;
    gap: 11px;
}