<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    margin: 0px;
    padding: 0px;
    outline: none;
}

li {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.cloud-content.case-study-pg table {
    width: 100% !important;
}

.cloud-content.case-study-pg table td {
    padding: 10px;
}

.cloud-content.case-study-pg table td strong ,
.cloud-content.case-study-pg table td b{
    color: #f15623;
    font-weight: 600 !important;
}
.cloud-content.case-study-pg .cloud-left h3 + p {
    padding-top: 0 !important;
}
.cloud-content.case-study-pg table td p, .cloud-content.case-study-pg table td span {
    padding: 0 !important;
    margin: 0 !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
}

a {
    text-decoration: none;
    font-family: gotham;
}

a:hover {
    text-decoration: none;
}

body {
    background: #fff;
}

html body {
    width: 100%;
    overflow-x: hidden !important;
    scroll-behavior: smooth;
}

body.bodyfixed {
    width: 100% !important;
    height: 100vh !important;
    overflow: hidden !important;
}

body.bodyfixed.overNone {
    overflow: inherit !important;
}

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

h1, h2, h3, h4, h5, h6 {
    margin: 0px;
    padding: 0px;
    font-family: gotham;
}

.main-title {
    font-size: 46px;
    color: #141a21;
    font-weight: 800;
    font-family: gotham;
    text-transform: uppercase;
    /*border-bottom: 1px solid #f15623;*/
}

.main-title span {
    display: inline-block;
    border-bottom: 1px solid #f15623;
}

p {
    margin: 0px;
    padding: 0px;
    font-family: gotham;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
}

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

.clearfix {
    clear: both;
}

@font-face {
    font-family: gotham;
    src: url(../fonts/gotham-book.ttf);
}

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

@font-face {
    font-family: gotham;
    src: url(../fonts/gotham-rounded-medium.otf);
    font-weight: 600;
}

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

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

.more-btn {
    width: 144px;
    height: 48px;
    line-height: 47px;
    border: 1px solid #141a21;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    color: #141a21;
    font-weight: 500;
    margin-top: 70px;
}

.more-btn.more-btn2 {
    margin-top: 30px;
}

.more-btn:hover {
    background: #141a21;
    color: #fff;
}

header {
    position: absolute;
    z-index: 999;
    padding: 25px 50px 25px 100px;
    width: 100%;
}

header.openmenu {
    position: fixed;
    top: 0px;
    left: 0px;
}

header.openmenu .logo img {
    opacity: 0;
}

header.openmenu .logo {
    background: url(../images/main-menu-logo.png) center center no-repeat;
    background-size: cover;
}

header.openmenu.cv-up .logo img {
    opacity: 1;
}

header.openmenu.cv-up .logo {
    background: none;
    background-size: cover;
}

header .logo {
    float: left;
}

header .head-right {
    float: right;
    text-align: right;
    margin-top: 45px;
}

header .head-right li {
    display: inline-block;
    margin-left: 25px;
    line-height: 30px;
}

header .head-right li a {
    font-size: 18px;
    color: #fff;
}

header .head-right li.phone a {
    width: auto;
    height: auto;
    background: none;
    color: #fff;
}

header .head-right li.phone img {
    margin-right: 5px;
}

header .head-right li a {
    width: 30px;
    height: 30px;
    display: inline-block;
    background: #ffffff;
    color: #f35825;
    text-align: center;
}

header.openmenu .head-right li a {
    color: #141a21;
}

header.openmenu .head-right li.phone a {
    color: #fff;
}

.banner-content {
    margin: 0 auto;
    width: 100%;
    height: auto;
    height: 100vh;
    position: relative;
}

.banner-content.sub-page {
    min-height: 750px;
}

.banner-content.sub-page::after {
    display: none;
}

.banner-content.sub-page::before {
    height: 750px;
}

.banner-content::after {
    content: ' ';
    position: absolute;
    background: #f4f2ef;
    width: 50%;
    height: 170px;
    z-index: 1;
    left: 0px;
    bottom: 0px;
}

.banner-content .inner-banner {
    width: 75%;
    text-align: right;
    color: #fff;
    position: absolute;
    bottom: 280px;
    padding-right: 80px;

}

.banner-content .inner-banner h1 {
    font-size: 60px;
    line-height: 70px;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
}

.banner-content .inner-banner h1 span {
    border-bottom: thin solid #f15623;
}

.banner-content::before {
    content: ' ';
    position: absolute;
    background: rgba(246, 86, 35, .9);
    width: 470px;
    height: 100vh;
    z-index: 0;
    right: 0px;
    top: 0px;
}

.banner-content.cases::before {
    z-index: 1;
}

.search-sec {
    width: 100%;
    padding-bottom: 130px;
    background: #f4f2ef;
}

.search-sec .search-content {
    margin: 0 auto;
    width: 100%;
    max-width: 1656px;
}

.search-sec .search-content .search-box {
    max-width: 447px;
    background: url(../images/line.png) bottom center no-repeat;
    padding-bottom: 20px;
}

.search-sec .search-content .search-box li {
    display: inline-block;
    margin-right: 10px;
}

.search-sec .search-content .search-box li a {
    color: #f15623;
    font-size: 22px;
}

.search-sec .search-content .search-box li input[type="text"] {
    width: 398px;
    height: 40px;
    line-height: 40px;
    border: none;
    font-size: 20px;
    color: #f15623;
    font-weight: 500;
    background: none;
    text-indent: 15px;
}

.search-sec .search-content .boston-sec {
    padding-top: 120px;
}

.search-sec .search-content .boston-sec .boston-sec-left {
    float: left;
    width: 50%;
}

.search-sec .search-content .boston-sec .boston-sec-left p {
    color: #141a21;
    padding-top: 35px;
    padding-left: 100px;
    max-width: 700px;
}

.search-sec .search-content .boston-sec .boston-sec-left .trade-sec {
    padding-top: 150px;
}

.search-sec .search-content .boston-sec .boston-sec-left .trade-sec h3 {
    font-size: 24px;
    color: #f15623;
    font-weight: 500;
    text-transform: uppercase;
}

.search-sec .search-content .boston-sec .boston-sec-left .trade-sec ul {
    margin-left: -43px;
    margin-right: -43px;
    padding-top: 13px;
}

.search-sec .search-content .boston-sec .boston-sec-left .trade-sec ul li {
    margin-left: 43px;
    margin-right: 43px;
    display: inline-block;
    width: calc(33.3% - 90px);
    font-size: 60px;
    color: #f15623;
    font-weight: 500;
    max-width: 300px;
    vertical-align: top;
}

.search-sec .search-content .boston-sec .boston-sec-left .trade-sec ul li p {
    padding-left: 0px;
    padding-top: 0px
}

.search-sec .search-content .boston-sec .boston-sec-right {
    float: right;
    width: 50%;
}

.search-sec .search-content .boston-sec .boston-sec-right ul {
    padding-top: 170px;
}

.search-sec .search-content .boston-sec .boston-sec-right ul li {
    display: inline-block;
    margin-left: 34px;
    font-size: 24px;
    line-height: 38px;
    color: #141a21;
    font-weight: 700;
    max-width: 415px;
    vertical-align: top;
}

.search-sec .search-content .boston-sec .boston-sec-right ul li p {
    color: #141a21;
    line-height: 32px;
    padding-top: 76px;
    padding-left: 75px;
}

.search-sec .search-content .boston-sec .boston-sec-right ul li img {
    padding-top: 10px;
}

.search-sec .search-content .boston-sec .boston-sec-right ul li:first-child {
    margin-left: 0px;
}

.looking-sec {
    width: 100%;
    height: auto;
    margin-top: 110px;
}

.looking-sec .looking-content {
    margin: 0 auto;
    width: 100%;
    max-width: 1656px;
}

.looking-sec .looking-content .cloud-btn {
    padding-top: 30px;

    padding-bottom: 25px;
}

.looking-sec .looking-content h3 {
    padding-top: 40px;
    font-size: 24px;
    color: #141a21;
    font-weight: 700;
    padding-bottom: 10px;
}

.looking-sec .looking-content p {
    color: #141a21;
    line-height: 32px;
    max-width: 724px;
}

.looking-sec .looking-content ul {
    padding-top: 50px;
    margin-left: -8px;
    margin-right: -8px;
}

.looking-sec .looking-content ul li {
    margin-left: 8px;
    margin-right: 8px;
    display: inline-block;
    width: calc(20% - 20px);
    padding-top: calc(20% - 20px);
    background: #141a21;
    text-align: center;
    vertical-align: top;
    position: relative;
}

.looking-sec .looking-content ul li .look-cont {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 220px;
}

.looking-sec .looking-content ul li h4 {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}

.looking-sec .looking-content ul li img {
    padding-bottom: 20px;
}

.what-sec {
    margin: 0 auto;
    width: 100%;
    /*max-width: 1656px;*/
    background: url(../images/what-bg.png) left center no-repeat;
    margin-top: 120px;
    padding-top: 140px;
    padding-bottom: 120px;
    animation: shrink 10s infinite alternate;
}

@keyframes shrink {
    0% {
        background-size: 105% 110%;
    }
    100% {
        background-size: 100% 100%;
    }
}

.what-sec .what-content {
    margin: 0 auto;
    max-width: 1400px;
    height: auto;
}

.what-sec .what-content h2 {
    margin: 0 auto;
    font-size: 46px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 80px;
    text-align: center;
    text-transform: uppercase;
}

.what-sec .what-content h2 span {
    border-bottom: 1px solid #fff;
}

.what-sec .what-content ul {
    margin-left: -86px;
    margin-right: -86px;
}

.what-sec .what-content ul li {
    margin-left: 26px;
    margin-right: 26px;
    display: inline-block;
    width: calc(33% - 60px);
    text-align: center;
    vertical-align: top;
    cursor: pointer;
    transition: ease-in-out all .2s;
}

.what-sec .what-content ul li:hover {
    transform: scale(1.05);
}

.what-sec .what-content ul li h3 {
    padding-top: 60px;
    font-size: 26px;
    color: #fff;
    font-weight: 700;
    background: url(../images/white-line.png) bottom center no-repeat;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.what-sec .what-content ul li p {
    font-size: 16px;
    min-height: 120px;
}

.what-sec .what-content ul li .learn-btn {
    width: 160px;
    height: 48px;
    line-height: 48px;
    border: 1px solid #fff;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    margin-top: 60px;
}

.what-sec .what-content ul li .learn-btn:hover {
    background: #fff;
    color: #8b2d05;
}

.practice-sec {
    width: 100%;
    height: auto;
    padding-top: 120px;
}

.practice-sec .practice-content {
    margin: 0 auto;
    width: 100%;
    max-width: 1590px;
}

.practice-sec .practice-content .area-sec {
    margin: 0 auto;
    width: 100%;
    max-width: 1346px;
}

.practice-sec .practice-content .area-sec h2 {
    margin: 0 auto;
    margin-bottom: 50px;
    text-transform: uppercase;
    text-align: center;
}

.practice-sec .practice-content .area-sec ul li {
    margin-left: 50px;
    display: inline-block;
    vertical-align: top;
}

.practice-sec .practice-content .area-sec ul li a {
    font-size: 16px;
    color: #141a21;
    font-weight: 500;
    text-transform: uppercase;
    padding-left: 0px;
    padding-right: 0px;
}

.practice-sec .practice-content .area-sec ul li a:hover {
    color: #f15623;
    border-bottom: thin solid #f15623;
}

.practice-sec .practice-content .area-sec ul li .active {
    color: #f15623;
    border-bottom: thin solid #f15623;
}

.practice-sec .practice-content .area-sec ul li:first-child {
    margin-left: 0px;
}

.practice-sec .practice-content .proven-sec {
    padding-top: 80px;
    height: 300px;
}

.practice-sec .practice-content .proven-sec .proven-left {
    float: left;
    max-width: 652px;
}

.practice-sec .practice-content .proven-sec .proven-left h3 {
    font-size: 30px;
    color: #141a21;
    font-weight: 700;
    padding-bottom: 28px;
}

.practice-sec .practice-content .proven-sec .proven-left p {
    color: #141a21;
    line-height: 33px;
}

.practice-sec .practice-content .proven-sec .proven-left .more-btn {
    margin-left: 0px;
    margin-top: 37px;
}

.practice-sec .practice-content .proven-sec .proven-right {
    float: right;
    min-height: 265px;
    position: relative;
}

.practice-sec .practice-content .proven-sec .proven-right figure {
    position: absolute;
    margin: 0;
    padding: 0;
    /*-webkit-animation-name: fadeinfadeout;
  -webkit-animation-duration: 10s;
	animation-name: fadeinfadeout;
	animation-duration: 10s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	background-color:#FFFFFF;*/
}

.practice-sec .practice-content .proven-sec .proven-right figure.fade-img {
    position: relative;
}

.practice-sec .practice-content .proven-sec .proven-right figure.fade-img img {
    position: absolute;
    background-color: #FFFFFF;
}


.practice-sec .practice-content .proven-sec .proven-right .img01 {
    animation-delay: 8s;
}

.practice-sec .practice-content .proven-sec .proven-right .img02 {
    animation-delay: 15s;
}


.practice-sec .practice-content .proven-sec .proven-right .img03 {
    animation-delay: 6s;
}

.practice-sec .practice-content .proven-sec .proven-right .img04 {
    animation-delay: 8s;
}

.practice-sec .practice-content .proven-sec .proven-right .img05 {
    animation-delay: 10s;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes fadeinfadeout {
    0% {
        opacity: 1;
    }
    25% {
        opacity: 0;
    }
    60% {
        opacity: 1;
    }
    80% {
        opacity: 0;
    }
    110% {
        opacity: 1;
    }
}

/* Standard syntax */
@keyframes fadeinfadeout {
    0% {
        opacity: 1;
    }
    25% {
        opacity: 0;
    }
    60% {
        opacity: 1;
    }
    80% {
        opacity: 0;
    }
    110% {
        opacity: 1;
    }
}


.practice-sec .practice-content .proven-sec .proven-right li {
    padding: 40px 0px;
    display: inline-block;
    width: calc(16.66% - 4px);
    text-align: center;
}

.customer-sec {
    margin: 0 auto;
    width: 100%;
    padding-top: 170px;
}

.customer-sec .customer-content {
    margin: 0 auto;
    width: 100%;
    max-width: 1660px;
}

.customer-sec .customer-content h2 {
    margin: 100px auto 70px;
    text-align: center;
}

.customer-sec .customer-content ul {
    margin-top: 90px;
    margin-left: -16px;
    margin-right: -16px;
}

.customer-sec .customer-content ul li {
    margin-left: 16px;
    margin-right: 16px;
    width: calc(33.3% - 36px);
    float: left;
    height: 680px;
    margin-bottom: 50px;
}

.customer-sec .customer-content ul li h3 {
    font-size: 28px;
    color: #141a21;
    font-weight: 700;
    text-transform: uppercase;
    background: url(../images/RED-LINE.png) left bottom no-repeat;
    padding-bottom: 20px;
    margin-bottom: 20px;
    height: 115px;
}

.customer-sec .customer-content ul li h4 {
    text-align: center;
    padding: 115px 0;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

.customer-sec .customer-content ul li p {
    margin-top: 40px;
    font-size: 22px;
    line-height: 34px;
    color: #141a21;
    font-weight: 500;
    height: 100px;
    position: relative;
    padding-right: 15px;
}

.customer-sec .customer-content ul li .blog-bot {
    text-align: right;
}

.customer-sec .customer-content ul li span {
    margin-top: 30px;
    font-size: 20px;
    line-height: 34px;
    color: #f15623;
    font-weight: 700;
    text-align: right;
    margin-right: 10px;
    display: block;
}

.customer-sec .customer-content ul li .view-btn {
    width: 144px;
    height: 48px;
    line-height: 47px;
    border: 1px solid #141a21;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    color: #141a21;
    font-weight: 500;
    margin-top: 30px;
}

.customer-sec .customer-content ul li .view-btn:hover {
    background: #141a21;
    color: #fff;
}

.footer-sec {
    width: 100%;
    height: auto;
    padding-top: 140px;
    margin-top: 140px;
    background: #f4f2ef;
    padding-bottom: 110px;
}

.footer-sec .footer-content {
    margin: 0 auto;
    width: 100%;
    max-width: 1485px;
}

.footer-sec .footer-content .contact-sec {
    float: left;
    padding-top: 20px;
    width: 50%;
    padding-right: 40px;
}

.footer-sec .footer-content .contact-sec h2 {
    font-size: 30px;
    color: #141a21;
    font-weight: 700;
    line-height: 42px;
    max-width: 193px;
}

.footer-sec .footer-content .contact-sec p {
    padding-top: 30px;
    line-height: 34px;
    color: #141a21;
    max-width: 617px;
}

.footer-sec .footer-content .contact-sec p span {
    font-size: 24px;
    font-weight: 700;
}

.footer-sec .footer-content .contact-sec .visit {
    max-width: 180px;
}

.footer-sec .footer-content .contact-sec .social-sec {
    display: inline-block;
    vertical-align: bottom;
}

.footer-sec .footer-content .contact-sec .footer-logo {
    display: inline-block;
    vertical-align: bottom;
    margin-left: 60px;
    margin-top: 0;
}

.footer-sec .footer-content .contact-sec .footer-logo a {
    margin-left: 10px;
}

.footer-sec .footer-content .contact-sec .social-sec i {
    background: #f15623;
    display: inline-block;
    color: #fff;
    padding: 8px;
    margin-right: 20px;
    font-size: 22px;
}

.footer-sec .footer-content .contact-sec .social-sec i:hover {
    background: #141a21;
    color: #fff;
}

.footer-sec .footer-content .let-sec {
    float: right;
    width: 50%;
    padding-left: 40px;
    position: relative;
}

.footer-sec .footer-content .let-sec h2 {
    color: #141a21;
    border: none;
    max-width: 678px;
}

.footer-sec .footer-content .let-sec h2 span {
    color: #f15623;
    background: url(../images/lets-line.png) left bottom no-repeat;
}

.footer-sec .footer-content .let-sec .book-form {
    padding-top: 70px;
}

.footer-sec .footer-content .let-sec .book-form p {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
}

.footer-sec .footer-content .let-sec .book-form ul {
    padding-top: 0;
    margin-left: -10px;
    margin-right: -10px;
}

.footer-sec .footer-content .let-sec .book-form ul li {
    margin-left: 10px;
    margin-right: 10px;
    display: inline-block;
    width: calc(50% - 24px);
}

.footer-sec .footer-content .let-sec .book-form ul li.footsubject {
    width: calc(100% - 24px);
}

.footer-sec .footer-content .let-sec .book-form ul li.widetxtbox {
    width: 100%;
}

.footer-sec .footer-content .let-sec .book-form input[type="text"] {
    width: 100%;
    height: 52px;
    line-height: 52px;
    background: #f4f2ef;
    border: none;
    border-bottom: 1px solid #e63d11;
    font-size: 20px;
    color: #141a21;
    font-weight: 400;
    margin-bottom: 40px;
}

.footer-sec .footer-content .let-sec .book-form span.drpsltitl {
    display: inline-block;
    width: 120px;
    font-size: 20px;
    color: #141a21;
}

.footer-sec .footer-content .let-sec .book-form input[type="text"].dropslect {
    display: inline-block;
    max-width: calc(100% - 126px);
    background: url(../images/drop-select.png) right top 23px no-repeat;
    cursor: pointer;
}

.footer-sec .footer-content .let-sec .book-form input[type="text"].dropslect + .selectdrop-cont {
    position: absolute;
    background: #f4f2ef;
    width: 100%;
    max-width: calc(100% - 120px);
    z-index: 9;
    right: 0px;
    top: 50px;
    padding-bottom: 20px;
    border-bottom: 2px solid #e63d11;
    display: none;
}


.footer-sec .footer-content .let-sec .book-form input[type="text"].dropslect + .selectdrop-cont ul {
    padding-top: 0px;
}

.footer-sec .footer-content .let-sec .book-form input[type="text"].dropslect + .selectdrop-cont li {
    display: block;
    width: 100%;
    font-size: 20px;
    line-height: 36px;
}

.footer-sec .footer-content .let-sec .book-form input[type="text"].dropslect + .selectdrop-cont li:hover {
    color: #e63d11;
    cursor: pointer;
}

.footer-sec .footer-content .let-sec .book-form input[type="text"].dropslect + .selectdrop-cont li.active {
    color: #e63d11;
    cursor: pointer;
}

.footer-sec .footer-content .let-sec .book-form input[type="text"]::placeholder {
    color: #141a21;
    opacity: 1;
}

.footer-sec .footer-content .let-sec .book-form textarea {
    background: none;
    color: #141a21;
    font-size: 20px;
    font-weight: 300;
    border: none;
    width: calc(100% - 28px);
    padding: 15px 15px 20px;
    border: 1px solid #e63d11;
    min-height: 300px;
    margin-top: 10px;
    box-sizing: border-box;
    resize: none;
    margin-bottom: 30px;
}

.footer-sec .footer-content .let-sec .book-form input[type="submit"] {
    float: right;
    width: 319px;
    height: 52px;
    line-height: 52px;
    background: #e63d11;
    border: none;
    border-bottom: 1px solid #e63d11;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 40px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
}

.footer-sec .footer-content .let-sec .book-form input[type="submit"]:hover {
    background: #141a21;
    color: #fff;
}

.footer-sec .footer-bottom {
    margin: 0 auto;
    max-width: 1490px;
    padding-top: 120px;
}

.footer-sec .footer-bottom li {
    display: inline-block;
    margin-right: 20px;
}

.footer-sec .footer-bottom li a {
    font-size: 16px;
    line-height: 30px;
    color: #141a21;
}

.footer-sec .footer-bottom li a:hover {
    text-decoration: underline;
}

.main-menu {
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 999;
    background: #f15623;
    display: none;
    top: 0px;
    left: 0px;
}

.main-menu::after {
    content: ' ';
    position: absolute;
    width: 50%;
    height: 100vh;
    background: #141a21;
    right: 0px;
    top: 0px;
    z-index: 100;
}

.main-menu .menu-inner {
    margin: 0 auto;
    width: 100%;
    height: auto;
    max-width: 1650px;
    padding-top: 150px;
    position: relative;
    z-index: 102;
}

.main-menu .menu-inner &gt; ul {
    max-width: 60%;
}

.main-menu .menu-inner &gt; ul &gt; li {
    font-size: 27px;
    line-height: 30px;
    font-weight: 800;
    padding-left: 18px;
    margin-left: 20px;
    color: #141a21;
    position: relative;
}

.main-menu .menu-inner &gt; ul &gt; li &gt; a {
    font-size: 38px;
    line-height: 80px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
}

.main-menu .menu-inner &gt; ul &gt; li:hover {
    list-style-type: decimal;
}

.main-menu .menu-inner &gt; ul &gt; li:hover &gt; a {
    color: #141a21;
}

.main-menu .menu-inner &gt; ul li ul {
    position: absolute;
    left: 95%;
    top: -5%;
    width: 70%;
    display: none;
}

/*.main-menu .menu-inner&gt;ul li:hover ul {*/
/*	display: block;*/
/*}*/
.main-menu .menu-inner &gt; ul li.active ul {
    display: block;
}

.main-menu .menu-inner &gt; ul li ul li a {
    font-size: 30px;
    line-height: 70px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

.main-menu .menu-inner &gt; ul li ul li a:hover {
    color: #f15623;
}

.top-search-sect {
    position: absolute;
    left: 125px;
    bottom: 55px;
    width: 440px;
    border-bottom: 2px solid #f15623;
    z-index: 9;
}

.top-search-sect input[type='text'] {
    width: calc(100% - 56px);
    height: 50px;
    font-size: 20px;
    color: #f15623;
    border: none;
    background: none;
    display: inline-block;
}

.top-search-sect input[type='text']::placeholder {
    opacity: 1;
}

.top-search-sect input[type='submit'] {
    width: 50px;
    height: 50px;
    border: none;
    background: url(../images/search-icon.png) center center no-repeat;
    display: inline-block;
    text-indent: -200px;
    overflow: hidden;
    cursor: pointer;
}

.sticky-right {
    position: fixed;
    right: 0px;
    bottom: 0px;
    height: calc(100vh - 230px);
    background: rgba(255, 255, 255, 0.6);
    width: 120px;
    z-index: 999;
    text-align: center;
    padding-top: 15px;
    transition: ease-in-out all .2s;
    box-shadow: 0px 0px 20px 20px rgba(0, 0, 0, 0.1);
}

.sticky-right:hover {
    background: rgba(255, 255, 255, 0.95);
}

.sticky-right li {
    width: 120px;
    height: auto;
    margin: 50px 0px;
    cursor: pointer;
}

.sticky-right li p {
    font-size: 12px;
    color: #141a21;
    text-transform: uppercase;
    /*margin-top: 9px;*/
    font-weight: 400;
}

.sticky-right li.menu-toggle {
    cursor: pointer;
}

.sticky-right li .sr-icons {
    text-align: center;
}

.sticky-right li .sr-icons .icon {
    min-height: 34px;
    display: block;
}

/*.sticky-right li .sr-icons img{ position:absolute; left:0; right:0; margin:0 auto;}*/


.sticky-right li .sr-icons.menu-icon {
    display: block;
}

.sticky-right li .sr-icons.menu-icon.closed {
    display: none;
}

.sticky-right li .sr-icons.close-icon {
    display: none;
}

.sticky-right li .sr-icons.close-icon.opened {
    display: block;
}


/*.sticky-right.openmenu li.menu-toggle .sr-icons img {opacity: 0;}
.sticky-right.openmenu li.menu-toggle .sr-icons {background: url(../images/close-icon.png) center center no-repeat;}

.sticky-right.openupcv li.cv-upload-toggle .sr-icons img {	opacity: 0;}
.sticky-right.openupcv li.cv-upload-toggle .sr-icons {background: url(../images/close-icon.png) center center no-repeat;}

.sticky-right.openjobserch li.job-search-toggle .sr-icons img {opacity: 0;}
.sticky-right.openjobserch li.job-search-toggle .sr-icons {background: url(../images/close-icon.png) center center no-repeat;}

.sticky-right.opentimesheets li.timesheet-toggle .sr-icons img{opacity:0;}
.sticky-right.opentimesheets li.timesheet-toggle .sr-icons{background:url(../images/close-icon.png) center center no-repeat;}

.sticky-right.openlogin li.login-toggle .sr-icons img{	opacity:0;}
.sticky-right.openlogin li.login-toggle .sr-icons{background:url(../images/close-icon.png) center center no-repeat;}*/
.menu-toggle.opened-area,
.cv-upload-toggle.opened-area,
.timesheet-toggle.opened-area, .job-search-toggle.opened-area {
}

.menu-toggle.closed-area,
.cv-upload-toggle.closed-area,
.timesheet-toggle.closed-area, .job-search-toggle.closed-area {
}


.timesheet-pop {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0px;
    left: 0px;
    z-index: 999;
    background: #141a21;
    display: none;
}

.timesheet-pop .timesheet-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 900px;
}

.timesheet-pop .timesheet-inner h2 {
    color: #f15623;
}

.timesheet-pop .timesheet-inner .tsbtn {
    display: block;
    width: 90%;
    padding: 20px;
    background: none;
    border: #f15623 2px solid;
    color: #fff;
    margin-top: 30px;
    text-align: center;
    font-size: 20px;
    transition: ease-in-out all .2s;
}

.timesheet-pop .timesheet-inner .tsbtn:hover {
    background: #f15623;
    color: #fff;
}

.timesheet-pop .timesheet-inner .main-title {
    color: #fff;
    margin-bottom: 40px;
    text-align: left;
}

.login-pop {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0px;
    left: 0px;
    z-index: 999;
    background: #141a21;
    display: none;
}

.login-pop .login-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 900px;
}

.login-pop .login-inner h2 {
    color: #f15623;
}

.login-pop .login-inner .tsbtn {
    display: block;
    width: 90%;
    padding: 20px;
    background: none;
    border: #f15623 2px solid;
    color: #fff;
    margin-top: 30px;
    text-align: center;
    font-size: 20px;
    transition: ease-in-out all .2s;
}

.login-pop .login-inner .tsbtn:hover {
    background: #f15623;
    color: #fff;
}

.login-pop .login-inner .main-title {
    color: #fff;
    margin-bottom: 40px;
    text-align: left;
}

.sticky-right .fillslider {
    position: absolute;
    width: 4px;
    background: #141a21;
    margin-left: -4px;
    top: 0px;
    height: 0px;
    transition: height .1s;
}

.statsprogress {
    position: relative;
    text-align: left;
}

.job-search-pop {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0px;
    left: 0px;
    z-index: 999;
    background: #141a21;
    display: none;
}

.job-search-pop .jsearch-pop-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 900px;
}

.job-search-pop .jsearch-pop-inner .main-title {
    color: #fff;
    margin-bottom: 70px;
}

.job-search-pop .jsearch-pop-inner input[type='text'] {
    width: calc(100% - 244px);
    border: none;
    background: none;
    height: 80px;
    line-height: 80px;
    border-bottom: 2px solid #fff;
    font-size: 26px;
    font-weight: 600;
    text-indent: 35px;
    color: #fff;
}

.job-search-pop .jsearch-pop-inner input[type='text']::placeholder {
    opacity: 1;
}

.job-search-pop .jsearch-pop-inner input[type='text']:focus::placeholder {
    opacity: 0;
}

.job-search-pop .jsearch-pop-inner input[type='submit'] {
    width: 200px;
    border: none;
    background: #f15623;
    height: 80px;
    line-height: 80px;
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    margin-left: 20px;
}

.job-search-pop .jsearch-pop-inner input[type='submit']:hover {
    background: #ffffff;
    color: #f15623;
    cursor: pointer;
}

.upload-cv-pop {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0px;
    left: 0px;
    z-index: 999;
    background: #141a21;
    display: none;
}

.upload-cv-pop .upload-cv-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 900px;
}

.upload-cv-pop .upload-cv-inner .main-title {
    color: #fff;
    margin-bottom: 70px;
    text-align: left;
}

.upload-cv-pop .upload-cv-inner input[type='file'] {
    width: calc(100% - 244px);
    height: 80px;
    line-height: 80px;
    opacity: 0;
    position: relative;
    z-index: 9999;
    cursor: pointer;
}

.upload-cv-pop .upload-cv-inner input[type='file'] + label {
    width: calc(100% - 244px);
    background: none;
    height: 80px;
    line-height: 74px;
    border: 2px solid #fff;
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    position: absolute;
    z-index: 999;
    left: 0px;
    margin-bottom: 0px;
    padding-left: 90px;
    background: url(../images/clip-icon.png) left 30px top 24px no-repeat;
}

.upload-cv-pop .upload-cv-inner input[type='file'] + label span {
    color: #f15623;
}

.upload-cv-pop .upload-cv-inner input[type='text']::placeholder {
    opacity: 1;
}

.upload-cv-pop .upload-cv-inner input[type='text']:focus::placeholder {
    opacity: 0;
}

.upload-cv-pop .upload-cv-inner input[type='submit'] {
    width: 200px;
    border: none;
    background: #f15623;
    height: 80px;
    line-height: 80px;
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    margin-left: 20px;
}

.upload-cv-pop .upload-cv-inner input[type='submit']:hover {
    background: #ffffff;
    color: #f15623;
    cursor: pointer;
}

.dropzone.dz-clickable {
    border: 2px dashed #f15623;
    text-align: center;
    color: #fff;
    padding: 30px 0px;
}

.dz-default.dz-message span {
    font-size: 26px;
    line-height: 32px;
    display: inline-block;
    position: relative;
    background: url(../images/clip-icon.png) left top no-repeat;
    padding-left: 60px;
}

.dz-preview.dz-processing {
    margin-top: 30px;
}

.dz-preview.dz-processing .dz-image, .dz-preview.dz-processing .dz-details {
    display: inline-block;
    text-align: left;
    margin-left: 10px;
    margin-right: 10px;
}

.dz-preview.dz-processing .dz-error-message, .dz-preview.dz-processing .dz-success-mark, .dz-preview.dz-processing .dz-error-mark {
    display: none;
}

/*login*/
.aboutpagewrapper {
    width: 100%;
    height: auto;
    position: relative;
    margin: 0 auto;
    padding-top: 120px;
}

.login-sec .box .box-left {
    float: left;
    width: 30%;
}

.login-sec .box .box-left .box-top .sub-title {
    font-size: 46px;
    color: #141a21;
    font-weight: 800;
    padding-bottom: 20px;
    text-transform: uppercase;
}

.login-sec .box .box-left .inner-box {
    margin-top: 10px;
}

.login-sec .box .box-left .inner-box input[type="text"] {
    width: 100%;
    border: none;
    border-bottom: 2px solid #141a21;
    background: none;
    color: #141a21;
    font-size: 20px;
    font-weight: 300;
    padding: 20px 0px 10px;
}

.login-sec .box .box-left .inner-box input[type="password"] {
    width: 100%;
    border: none;
    border-bottom: 2px solid #141a21;
    background: none;
    color: #141a21;
    font-size: 20px;
    font-weight: 300;
    padding: 20px 0px 10px;
}

.login-sec .box .box-left .inner-box input[type="submit"] {
    width: 100%;
    height: 64px;
    line-height: 64px;
    background: #141a21;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    transition: ease-in-out all .2s;
    margin-bottom: 20px;
    margin-top: 50px;
}

.login-sec .box .box-left .inner-box input[type="submit"]:hover {
    background: #f15623;
}

.login-sec .box .box-right {
    float: left;
    width: 70%;
    padding-left: 60px;
}

.login-sec .box .box-right .right-top .sub-title {
    font-size: 40px;
    color: #141a21;
    font-weight: 800;
    line-height: 50px;
    padding-bottom: 10px;
    text-transform: uppercase;
    max-width: 450px;
}

.login-sec .box .box-right .right-inner h3 {
    font-size: 24px;
    color: #141a21;
    font-weight: 700;
    line-height: 32px;
    padding-bottom: 10px;
}

.login-sec .box .box-right .right-inner p {
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    color: #141a21;
    padding-left: 35px;
    background: url(../images/check-arrow.png) left top 10px no-repeat;
}

.login-sec .box .box-right .right-inner ul {
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 20px;
}

.login-sec .box .box-right .right-inner li {
    margin-left: 15px;
    margin-right: 15px;
    display: inline-block;
    width: calc(50% - 34px);
}

.login-sec .box .box-right .right-inner li input[type="text"] {
    width: 100%;
    border: none;
    background: none;
    color: #141a21;
    font-size: 20px;
    font-weight: 300;
    border-bottom: 2px solid #141a21;
    padding: 20px 0px 10px;
}

.login-sec .box .box-right .right-inner input[type="checkbox"] + label {
    position: relative;
    padding-left: 50px;
    cursor: pointer;
    color: #141a21;
    font-size: 18px;
    font-weight: 300;
    margin-top: 30px;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    opacity: 0;
}

.login-sec .box .box-right .right-inner input[type="checkbox"] + label::after {
    content: ' ';
    position: absolute;
    width: 33px;
    height: 33px;
    border: 2px solid #141a21;
    left: 0px;
    cursor: pointer;
}

.login-sec .box .box-right .right-inner input[type="checkbox"] + label a {
    text-decoration: underline;
    color: #f15623;
}

.login-sec .box .box-right .right-inner input[type="checkbox"]:checked + label::after {
    background: url(../images/check-arrow.png) center center no-repeat;
}

.login-sec .box .box-right .right-inner input[type="submit"] {
    width: calc(100% - 30px);
    background: #141a21;
    height: 54px;
    line-height: 50px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    border: none;
    margin-top: 30px;
    margin-left: 15px;
    transition: ease-in-out all .2s;
}

.login-sec .box .box-right .right-inner input[type="submit"]:hover {
    background: #f15623;
}

/*contact*/
.aboutpagewrapper {
    width: 100%;
    height: auto;
    position: relative;
    margin: 0 auto;
    padding-top: 120px;
}

.contact-detail-sec .contact-left {
    width: 40%;
    float: left;
    padding-right: 60px;
}

.map-sec {
    width: 300px;
    padding-bottom: 30px;
}

.contact-detail-sec .contact-left .sub-title {
    color: #141a21;
    font-size: 32px;
    line-height: 40px;
    font-weight: 800;
    text-transform: uppercase;
    padding-bottom: 0px;
    margin-bottom: 15px;
    padding-top: 0px;
}

.contact-detail-sec .contact-left p {
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    color: #141a21;
}

.contact-detail-sec .contact-right {
    width: 60%;
    float: right;
}

.contact-detail-sec .contact-right .title {
    color: #141a21;
    font-size: 46px;
    line-height: 48px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: left;
}

.contact-detail-sec .contact-right .inner-box ul {
    margin-left: -15px;
    margin-right: -15px;
}

.contact-detail-sec .contact-right .inner-box ul li {
    margin-left: 12px;
    margin-right: 12px;
    vertical-align: top;
    width: calc(50% - 27px);
    display: inline-block;
    border-bottom: 3px solid #141a21;
    padding: 28px 0px 10px;
}

.contact-detail-sec .contact-right .inner-box ul li input[type="text"] {
    background: none;
    border: none;
    width: 100%;
    font-size: 20px;
    font-weight: 300;
}

.contact-detail-sec .contact-right .inner-box ul li:last-child {
    width: 100%;
    border: none;
}

.contact-detail-sec .contact-right .inner-box ul li textarea {
    background: #fff;
    color: #141a21;
    font-size: 20px;
    font-weight: 300;
    border: none;
    width: calc(100% - 28px);
    padding: 15px 15px 20px;
    border: 3px solid #141a21;
    min-height: 300px;
    margin-top: 10px;
    box-sizing: border-box;
    resize: none;
}

.contact-detail-sec .contact-right .inner-box input[type="checkbox"] + label {
    position: relative;
    padding-left: 50px;
    cursor: pointer;
    color: #141a21;
    font-size: 18px;
    font-weight: 300;
}

.contact-detail-sec .contact-right .inner-box input[type="checkbox"] + label::after {
    content: ' ';
    position: absolute;
    width: 33px;
    height: 33px;
    border: 2px solid #141a21;
    left: 0px;
    cursor: pointer;
}

.book-form input[type="checkbox"] + label::after {
    content: ' ';
    position: absolute;
    width: 20px;
    height: 20px;
    border: 2px solid #141a21;
    left: 40px;
    cursor: pointer;
}

.book-form input[type="checkbox"] + label {
    padding-left: 20px;
}

.contact-detail-sec .contact-right .inner-box input[type="checkbox"]:checked + label::after, .book-form input[type="checkbox"]:checked + label::after {
    background: url(../images/check-arrow.png) center center no-repeat;
}

.book-form input[type="checkbox"]:checked + label::after {
    background-size: contain;
}

.contact-detail-sec .contact-right .inner-box input[type="submit"] {
    background: #141a21;
    width: 100%;
    color: #fff;
    text-align: center;
    height: 54px;
    line-height: 50px;
    font-size: 20px;
    font-weight: 700;
    display: block;
    text-transform: uppercase;
    font-family: korolev-compressed, sans-serif;
    margin-top: 20px;
    cursor: pointer;
    border: none;
}

.contact-detail-sec .contact-right .inner-box input[type="submit"]:hover {
    background: #f15623;
}

.contact-detail-sec .contact-right .inner-box input[type="checkbox"] + label a {
    text-decoration: underline;
    color: #f15623;
}

/*job-overview*/
.jobpagewrapper {
    margin: 0 auto;
    width: 100%;
    height: auto;
    position: relative;
    padding-top: 120px;
}

.jobpagewrapper .jobpage-inner {
    margin: 0 auto;
    width: 100%;
    height: auto;
    max-width: 1650px;
}

.jobpleft .filter-sec h3 .plusminus {
    float: right;
    font-weight: lighter;
    color: #666;
}

.jobpagewrapper .jobpage-inner .jobpleft {
    float: left;
    width: 375px;
    min-height: 500px;
    position: relative;
    top: 0px;
    margin-bottom: 40px;
}

.jobpagewrapper .jobpage-inner .jobpleft .top-form .sub-head {
    color: #141a21;
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    padding-bottom: 10px;
}

.jobpagewrapper .jobpage-inner .jobpleft .top-form input[type="text"] {
    color: #141a21;
    font-size: 18px;
    font-weight: 300;
    background: none;
    border: none;
    padding-left: 25px;
    width: calc(100% - 60px);
    height: 60px;
    line-height: 54px;
    border: 1px solid #141a21;
    float: left;
}

.jobpagewrapper .jobpage-inner .jobpleft .top-form input[type="submit"] {
    background: none;
    border: none;
    width: 60px;
    height: 60px;
    line-height: 54px;
    border: 1px solid #141a21;
    border-left: inherit;
    float: left;
    text-indent: 60px;
    background: url(../images/search-bg.png) center center no-repeat;
    cursor: pointer;
}

.jobpagewrapper .jobpage-inner .jobpleft .filter-sec {
    background: #fff;
    padding-top: 30px;
    padding-left: 35px;
    padding-right: 35px;
    margin-top: 23px;
    border: 1px solid #141a21;
}

.jobpagewrapper .jobpage-inner .jobpleft .filter-sec h3 {
    color: #141a21;
    font-size: 24px;
    line-height: 52px;
    font-weight: 600;
    border-bottom: 1px solid #141a21;
}

.jobpagewrapper .jobpage-inner .jobpleft .filter-sec ul {
    margin: 0 auto;
    width: 100%;
    height: auto;
    padding: 15px 0px;
    padding-bottom: 60px;
}

.jobpagewrapper .jobpage-inner .jobpleft .filter-sec li {
    display: block;
    width: 100%;
    height: auto;
    line-height: 38px;
    color: #141a21;
    position: relative;
}

.jobpagewrapper .jobpage-inner .jobpleft .filter-sec li input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

.jobpagewrapper .jobpage-inner .jobpleft .filter-sec li input[type="checkbox"] + label {
    position: relative;
    font-size: 18px;
    display: block;
    padding-left: 32px;
    cursor: pointer;
    width: 100%;
    line-height: 30px;
}

.jobpagewrapper .jobpage-inner .jobpleft .filter-sec li input[type="checkbox"] + label::before {
    content: ' ';
    position: absolute;
    width: 17px;
    height: 17px;
    border: thin solid #141a21;
    background: none;
    left: 0px;
    top: 8px;
}

.jobpagewrapper .jobpage-inner .jobpleft .filter-sec li span {
    color: #141a21;
    font-size: 16px;
    line-height: 38px;
    position: absolute;
    right: 0;
    content: "";
}

.jobpagewrapper .jobpage-inner .jobpleft .filter-sec li input[type="checkbox"]:checked + label::before {
    background: url(../images/checkbox-bg.png) center center no-repeat;
}

.jobpagewrapper .jobpage-inner .jobpleft .filter-sec li a {
    color: #141a21;
    font-size: 18px;
    line-height: 38px;
    text-decoration: underline;
    padding-left: 30px;
    font-weight: 300;
}

.jobpagewrapper .jobpage-inner .jobpleft .filter-sec li a:hover {
    color: #f15623;
}

.jobpagewrapper .jobpage-inner .jobpleft .top-form .sub-head {
    color: #141a21;
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    padding-bottom: 10px;
}

.jobpagewrapper .jobpage-inner .jobpright {
    float: right;
    width: calc(100% - 425px);
}

.jobpagewrapper .jobpage-inner .jobpright.internal-vacancies {
    width: 100%;
}

.jobpagewrapper .jobpage-inner .jobpright.internal-vacancies .featured-job-sec .featured-job-cont .box-sec .inner-box {
    min-height: 520px;
}

.featured-job-sec .featured-job-cont .top-sec {
    max-width: 1360px;
    margin: 0 auto;
}

.jobpagewrapper .jobpage-inner .jobpright .featured-job-sec .title {
    font-size: 40px;
    font-weight: 800;
    color: #141a21;
    line-height: 50px;
    text-transform: uppercase;
}

.jobpagewrapper .jobpage-inner .jobpright .featured-job-sec p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    color: #141a21;
}

.jobpagewrapper .jobpage-inner .jobpright .featured-job-sec .featured-job-cont .box-sec {
    padding-top: 0px;
}

.featured-job-sec .featured-job-cont .box-sec ul {
    margin-left: -10px;
    margin-right: -10px;
}

.jobpagewrapper .jobpage-inner .jobpright .featured-job-sec .featured-job-cont .box-sec li {
    display: inline-block;
    vertical-align: top;
    width: calc(33% - 27px);
    margin-left: 12px;
    margin-right: 12px;
    position: relative;
    margin-bottom: 20px;
}

.jobpagewrapper .jobpage-inner .jobpright .featured-job-sec .featured-job-cont .box-sec .inner-box {
    min-height: 520px;
}

.featured-job-sec .featured-job-cont .box-sec li .inner-box h3 {
    color: #141a21;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
}

.featured-job-sec .featured-job-cont .box-sec li .inner-box h2 {
    color: #f15623;
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    padding-bottom: 10px;
    min-height: 110px;
}

.featured-job-sec .featured-job-cont .box-sec li .inner-box p {
    color: #141a21;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    padding-bottom: 10px;
}

.featured-job-sec .featured-job-cont .box-sec li .inner-box .internal p {
    min-height: 95px;
}

.featured-job-sec .featured-job-cont .box-sec li .inner-box h4 {
    color: #f15623;
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
    padding-top: 30px;
    padding-bottom: 10px;
}

.featured-job-sec .featured-job-cont .box-sec li .inner-box h4 span {
    padding-left: 40px;
}

.featured-job-sec .featured-job-cont .box-sec li .inner-box h5 {
    color: #141a21;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    padding-bottom: 10px;
}

.featured-job-sec .featured-job-cont .box-sec li .inner-box {
    border: 1px solid #141a21;
    padding-left: 48px;
    padding-top: 40px;
    padding-bottom: 60px;
    padding-right: 47px;
    position: relative;
    z-index: 10;
    background: #fff;
}

.featured-job-sec .featured-job-cont .box-sec li::after {
    position: absolute;
    content: " ";
    background: #f15623;
    width: 100%;
    height: 100%;
    left: 10px;
    top: 10px;
    opacity: 0;
    transition: opacity .6s;
}

.featured-job-sec .featured-job-cont .box-sec li:hover::after {
    opacity: 1;
}

.jobpagewrapper .jobpage-inner .jobpright .featured-job-sec .featured-job-cont .box-sec .sign-btn {
    max-width: 300px;
    line-height: 54px;
    height: 54px;
    background: none;
    color: #141a21;
    float: none;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-top: 40px;
    border: 1px solid #141a21;
}

.job-details-left p span {
    color: #f15623;
    font-weight: bold;
}

.job-details-left a {
    text-decoration: none;
    color: #141a21;
}

.jobpagewrapper .jobpage-inner .jobpright .featured-job-sec .featured-job-cont .box-sec .sign-btn:hover {
    background: #141a21;
    color: #fff;
}

/*job-detail*/
.job-outer {
    width: 100%;
    position: relative;
    padding-top: 120px;


}

.job-details {
    width: 100%;
    margin: 0 auto;
    max-width: 1500px;
    padding-bottom: 40px;
}

.job-details .job-details-left {
    float: left;
    width: calc(100% - 460px);
    margin-right: 60px;
}

.job-details .job-details-left .title {
    padding-bottom: 20px;
    color: #141a21;
    line-height: 50px;
    font-size: 40px;
    font-weight: 800;
    text-transform: uppercase;
}

.job-details .job-details-left .job-left {
    float: left;
}

.job-details .job-details-left p {
    color: #141a21;
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
}

.job-details .job-details-left .job-right {
    float: right;
}

.job-right p a {
    color: #141a21;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
}

.job-right p a span {
    padding-left: 10px;
    padding-right: 10px;
    color: #f15623;
}

.job-details .job-details-left .job-box {
    background: #ffffff;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, .2);
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 50px;
    padding-bottom: 40px;
}

.job-details .job-details-left .job-box li {
    display: inline-block;
    width: calc(33% - 3px);
    vertical-align: top;
}

.job-details .job-details-left h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    color: #f15623;
}

.job-details .job-details-left .key-sec {
    padding-top: 50px;
}

.job-details .job-details-left .key-sec .sub-title {
    color: #141a21;
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 20px;
}

.job-details .job-details-left .job-box p span {
    color: #f15623;
    padding-right: 10px;
}

.job-details .job-details-left .key-sec p {
    padding: 10px 0px;
}

b, strong {
    font-size: inherit !important;
    font-weight: 600 !important;
}

.job-details .job-details-left .key-sec ul {
    padding-left: 35px;
}

.job-details .job-details-left .key-sec li {
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    color: #141a21;
    padding: 10px 0px;
    list-style-type: disc;
}

.job-details .job-details-right {
    float: right;
    width: 400px;
    text-align: center;
}

.job-details .job-details-right .right-box {
    background: #f15623;
    padding: 40px;
    margin-top: 80px;
}

.job-details .job-details-right .right-box p {
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    font-weight: 300;
    padding: 10px 0px;
}

.job-details .job-details-right .right-box h3 {
    color: #141a21;
    font-size: 24px;
    font-weight: 700;
    padding: 20px 0px;
}

.job-details .job-details-right .right-box p span {
    padding-right: 10px;
    color: #fff;
}

.job-details .job-details-right .right-box p:nth-of-type(1) {
    border-bottom: 1px solid #fff;
    margin-bottom: 0px;
}

.job-details .job-details-right .right-box p a {
    color: #fff;
}

.job-details .job-details-right .right-box ul {
    padding-top: 40px;
}

.job-details .job-details-right .right-box li:first-child a {
    border: 2px solid #fff;
}

.job-details .job-details-right .right-box li a {
    color: #fff;
    font-size: 18px;
    line-height: 58px;
    font-weight: 600;
    height: 60px;
    cursor: pointer;
    margin-bottom: 15px;
    display: block;
}

.job-details .job-details-right .right-box li a:hover {
    background: #fff;
    color: #141a21;
}

.job-details .job-details-right .right-box li:nth-child(2) a {
    background: #141a21;
    border: 2px solid #fff;
}

.job-details .job-details-right .right-box li:nth-child(2) a:hover {
    background: none;
    color: #fff;
}

.job-details .job-details-right .right-box .register {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.featured-job-sec {
    margin: 0 auto;
    width: 100%;
    height: auto;
    position: relative;
}

.featured-job-sec .featured-job-cont .top-sec {
    max-width: 1360px;
    margin: 0 auto;
}

.featured-job-sec.details .featured-job-cont .title {
    text-align: center;
    color: #141a21;
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
}

.featured-job-sec.details .featured-job-cont .box-sec {
    padding-top: 30px;
    width: 100%;
    max-width: 1650px;
    margin: 0 auto;
}

.featured-job-sec .featured-job-cont .box-sec ul {
    margin-left: -10px;
    margin-right: -10px;
}

.featured-job-sec .featured-job-cont .box-sec li {
    display: inline-block;
    vertical-align: top;
    width: calc(25% - 24px);
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
}

.featured-job-sec .featured-job-cont .box-sec li .inner-box {
    border: 1px solid #141a21;
    padding-left: 48px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 47px;
    position: relative;
    z-index: 10;
    background: #fff;
}

.featured-job-sec .featured-job-cont .box-sec .sign-btn.job-det {
    border: 2px solid #141a21;
    background: none;
    color: #141a21;
}

.featured-job-sec .featured-job-cont .box-sec .sign-btn:hover {
    background: #141a21;
    color: #fff;
}

.featured-job-sec .featured-job-cont .box-sec .sign-btn {
    max-width: 300px;
    line-height: 54px;
    height: 54px;
    background: #141a21;
    color: #fff;
    float: none;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-top: 0px;
    margin-top: 40px;
}

/*our-team*/
.team-sect .inner-sect {
    padding-top: 120px;
    max-width: 1360px;
    margin: 0 auto;
}

.team-sect .inner-sect .img-cont {
    padding-top: 30px;
}

.team-sect .inner-sect h2 {
    color: #f15623;
    font-size: 28px;
    font-weight: 700;
    line-height: 38px;
}

.team-sect .inner-sect h3 {
    color: #141a21;
    font-size: 20px;
    font-weight: 700;
    line-height: 34px;
    padding-bottom: 10px;
}

.team-sect .inner-sect p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    color: #141a21;
    display: block;
}

.team-sect .inner-sect .show-btn {
    line-height: 54px;
    height: 54px;
    background: #141a21;
    color: #fff;
    float: none;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    display: block;
    margin-top: 20px;
    transition: ease-in-out all .2s;
}

.team-sect .inner-sect .show-btn:hover {
    background: #f15623;
}

.customer-sec.blog-sect {
    padding-top: 0px;
    padding-bottom: 0px;
}

.customer-sec.blog-sect .customer-content ul li {
    margin-top: 60px;
    margin-bottom: 40px;
}

.fade {
    opacity: 0;
    margin-top: 20px;
    transition: ease-in-out all .6s;
}

.fade.show {
    margin-top: 0px;
}

/*our-story*/
.banner-content.story-sec {
    width: 100%;
    height: auto;
    background: #f4f2ef;
    min-height: 800px;
}

.banner-content.story-sec::after {
    display: none;
}

.banner-content.story-sec .story-inner {
    max-width: 100%;
    margin: 0 auto;
    padding-top: 230px;
    padding-left: 120px;
    padding-right: 120px;
}

.banner-content.story-sec .story-inner .left-sec {
    float: left;
    width: 50%;
    padding-right: 100px;
    margin-bottom: 50px;
}

.banner-content.story-sec .story-inner .right-sec {
    float: right;
    width: calc(50% - 14px);
    position: relative;
    z-index: 9;
}

.banner-content.story-sec .story-inner h2 ,
.banner-content.story-sec .story-inner h1 {
    font-size: 60px;
    line-height: 70px;
    font-weight: 800;
    color: #141a21;
    border-bottom: thin solid #f15623;
    padding-bottom: 0px;
    padding-top: 7px;
    max-width: 619px;
    text-transform: uppercase;
}

.banner-content.story-sec .story-inner h4 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    color: #141a21;
    padding-left: 100px;
    padding-top: 30px;
}

.banner-content.story-sec .story-inner .right-sec .img-sec {
    position: relative;
    z-index: 9;
}

.banner-content.story-sec .story-inner .right-sec .img-sec img {
    width: 100%;
}

.banner-content.story-sec .story-inner .right-sec .img-sec::after {
    position: absolute;
    content: " ";
    width: calc(100% + 20px);
    height: 100%;
    background: #f66537;
    left: -20px;
    bottom: -20px;
    z-index: -1;
}

.intro-sec {
    width: 100%;
    height: auto;
    padding-bottom: 90px;
}

.intro-sec .intro-inner {
    max-width: 1550px;
    padding-top: 170px;
}

.intro-sec .intro-inner p {
    color: #141a21;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    padding-bottom: 40px;
}

.intro-sec .intro-inner p:nth-of-type(3) {
    padding-bottom: 0px;
}

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

.intro-sec .intro-inner .right-sec {
    float: right;
    width: 48%;
    padding-top: 120px;
    padding-left: 10%;
    z-index: 9;
}

.intro-sec .intro-inner .img-sec {
    position: relative;
}

.intro-sec .intro-inner .img-sec::after {
    position: absolute;
    content: " ";
    width: 460px;
    height: 200px;
    top: -40px;
    left: 0;
    background: #f15623;
    z-index: -1;
}

.value-sec {
    width: 100%;
    height: auto;
}

.value-sec .value-inner-top {
    max-width: 1550px;
    float: right;
    padding-top: 170px;
    margin-bottom: -120px;
    padding-right: 120px;
}

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

.value-sec .value-inner-top .right-sec {
    float: right;
    width: 50%;
}

.value-sec .value-inner-top .right-sec .img-sec {
    float: right;
    position: relative;
}

.value-sec .value-inner-top .right-sec .img-sec::after {
    position: absolute;
    width: 450px;
    right: 0px;
    bottom: -40px;
    background: #dad5cb;
    content: "";
    height: 40px;
}

.value-sec .value-inner-top .right-sec .img-sec::before {
    position: absolute;
    width: 450px;
    right: 0;
    top: -40px;
    background: #dad5cb;
    content: "";
    height: 40px;
}

.value-sec .value-inner-top p {
    color: #141a21;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    padding-bottom: 40px;
}

.value-sec .value-inner-top h4 {
    color: #141a21;
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    padding-bottom: 20px;
}

.value-sec .cust-up {
    margin-left: -10px;
    margin-right: -10px;
    max-width: 1480px;
    padding-left: 60px;
}

.value-sec li {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    margin-right: 10px;
    width: calc(33.3% - 24px);
    max-width: 316px;
    margin-bottom: 20px;
}

.value-sec li:nth-last-child(-n+3) {
    float: right;
}

.value-sec .cust-up .box {
    background: #dad5cb;
    text-align: center;
    position: relative;
}

.value-sec .cust-up .box .box-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 80%;
    width: 100%;
}

.value-sec .cust-up .box h5 {
    color: #ffffff;
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
}

.value-sec .cust-up .box p {
    color: #ffffff;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    padding-top: 10px;
}

.timeline-sec {
    width: 100%;
    height: auto;
    padding: 120px 0px 0px 0px;
}

.timeline-sec .main-title {
    text-align: center;
}

.timeline-sec .carousel {
    margin-top: 60px;
}

.timeline-sec h3 {
    width: 50%;
    text-align: center;
    font-size: 20px;
    margin: auto;
    margin-top: 20px;
    font-weight: bold;
}

#loginform input[type=text] {
    display: block;
    width: 100%;
    border: #f15623 2px solid;
    padding: 15px;
    background: none;
    color: #fff;
    font-size: 20px;
    font-weight: lighter;
}

#loginform input[type=password] {
    display: block;
    width: 100%;
    border: #f15623 2px solid;
    padding: 15px;
    background: none;
    color: #fff;
    font-size: 20px;
    font-weight: lighter;
}

#loginform input[type=submit] {
    display: block;
    width: 100%;
    border: #f15623 2px solid;
    padding: 15px;
    background: #f15623;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
    cursor: pointer;
}

#loginform input[type=submit]:hover {
    background: #ff3f00;
    border-color: #ff3f00;
}

#loginform input[type=button] {
    display: block;
    width: 100%;
    border: #f15623 2px solid;
    padding: 15px;
    background: #f15623;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
    cursor: pointer;
}

#loginform input[type=button]:hover {
    background: #ff3f00;
    border-color: #ff3f00;
}

.location-sec {
    width: 100%;
    height: auto;
    padding-top: 120px;
}

.location-sec .location-content {
    margin: 0 auto;
    width: 100%;
    max-width: 1655px;
}

.location-sec .location-content h2 {
    text-align: center;
}

.location-sec .location-content .map-sec {
    margin-top: 60px;
    width: 100%;
}

.footer-sec.story-footer {
    margin-top: 80px;
}

/*sector-page*/
.search-sec.sub-sector {
    background: #fff;
    padding-bottom: 100px;
}

.search-sec.sub-sector .boston-sec .boston-sec-left {
    width: 100%;
    max-width: 1070px;
}

.search-sec.sub-sector .boston-sec .boston-sec-left p {
    max-width: inherit;
    padding-left: 0px;
}

.search-sec.sub-sector .boston-sec .boston-sec-left .trade-sec {
    padding-top: 70px;
}

.looking-sec.sector-sec {
    background: #f4f2ef;
}

.sector-sec {
    width: 100%;
    height: auto;
    padding: 110px 0px;
    background: #f4f2ef;
}

.sector-sec .sector-content {
    margin: 0 auto;
    width: 100%;
    max-width: 1656px;
}

.sector-sec .sector-content p {
    font-size: 24px;
    color: #141a21;
    font-weight: 800;
    padding-top: 40px;
    max-width: 465px;
}

.sector-sec .sector-content ul {
    padding-top: 50px;
    margin-left: -4px;
    margin-right: -4px;
}

.sector-sec .sector-content ul li {
    margin-left: 4px;
    margin-right: 4px;
    display: inline-block;
    width: calc(14.2% - 12px);
    padding-top: calc(14.2% - 12px);
    background: #141a21;
    text-align: center;
    vertical-align: top;
    position: relative;
    margin-bottom: 12px;
    transition: all ease-in-out 0.4s;
}

.sector-sec .sector-content ul li:hover {
    transform: scale(1.07);
}

.sector-sec .sector-content ul li .look-cont {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 220px;
    display: inline-block;
}

.sector-sec .sector-content ul li img {
    padding-bottom: 20px;;
}

.sector-sec .sector-content ul li h4 {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}

.sector-team-sec {
    width: 100%;
    height: auto;
    padding: 120px 0px;
}

.sector-team-sec .sector-team-content {
    margin: 0 auto;
    width: 100%;
    max-width: 1656px;
}

.sector-team-sec .sector-team-content h2 {
    text-align: center;
}

.sector-team-sec .sector-team-content .excutive-sec {
    padding-top: 40px;
}

.sector-team-sec .sector-team-content .excutive-sec ul {
    margin-left: -20px;
    margin-right: -20px;
}

.sector-team-sec .sector-team-content .excutive-sec ul li {
    display: inline-block;
    margin-left: 20px;
    margin-right: 20px;
    width: calc(48.89% - 41px);
	vertical-align: top;
}

.sector-team-sec .sector-team-content .excutive-sec ul li .exe-img-sec {
    float: left;
    width: 100%;
    max-width: 243px;
}

.sector-team-sec .sector-team-content .excutive-sec ul li .exe-content {
    float: right;
    width: calc(100% - 243px);
    background: #f15623;
    padding: 77px 40px 0px 40px;
    margin-bottom: 30px;
    min-height: 243px;
}

.sector-team-sec .sector-team-content .excutive-sec ul li .exe-content h3 {
    font-size: 26px;
    color: #fff;
    font-weight: 800;
}

.sector-team-sec .sector-team-content .excutive-sec ul li span {
    font-family: gotham;
    color: #141a21;
    font-size: 18px;
    font-weight: 500;
}

.account-sec {
    width: 100%;
    height: auto;
    background: #f4f2ef;
    padding: 100px 0px;
}

.account-sec .account-cont {
    margin: 0 auto;
    width: 100%;
    max-width: 1656px;
}

.account-sec .account-cont h2 {
    text-align: center;
}

.account-sec .account-cont ul {
    padding-top: 60px;
    margin-left: -18px;
    margin-right: -18px;
}

.account-sec .account-cont ul li {
    margin-left: 18px;
    margin-right: 18px;
    display: inline-block;
    width: calc(33.3% - 40px);
    margin-bottom: 30px;
    vertical-align: top;
}

.account-sec .account-cont ul li .contr-sec {
    padding: 40px;
    background: #fff;
}

.account-sec .account-cont ul li .contr-sec h3 {
    font-size: 24px;
    color: #141a21;
    font-weight: 700;
    border-top: 1px solid #f15623;
    padding-top: 30px;
	height: 80px;
}

.account-sec .account-cont ul li .contr-sec h3 span {
    font-size: 14px;
    color: #f15623;
    text-transform: uppercase;
}

.account-sec .account-cont ul li .contr-sec p {
    color: #141a21;
    padding-top: 40px;
}

.account-sec .account-cont .center {
    text-align: center;
}

.account-sec .account-cont .center .view-btn {
    width: 144px;
    height: 48px;
    line-height: 48px;
    border: 1px solid #141a21;
    text-align: center;
    font-size: 16px;
    color: #141a21;
    font-weight: 600;
    display: inline-block;

}

.account-sec .account-cont .center .view-btn:hover {
    background: #141a21;
    color: #fff;
}

.customer-sec.sector-customer {
    padding: 0px 0px;
}

.news-sec {
    width: 100%;
    height: auto;
}

.news-sec .news-content {
    margin: 0 auto;
    width: 100%;
    max-width: 1656px;
}

.news-sec .news-content .news-left {
    float: left;
    width: 70%;

}

.news-sec .news-content .news-left .insight-left {
    float: left;
    width: 50%;
    min-height: inherit;
    position: relative;
}

.news-sec .news-content .news-left .insight-left h3 {
    font-size: 24px;
    color: #141a21;
    font-weight: 700;
    line-height: 38px;
    padding-top: 30px;
    max-width: 401px;
}

.news-sec .news-content .news-left .insight-left .turn-sec {
    position: absolute;
    max-width: 400px;
    right: 0px;
    bottom: 0px;
    text-align: right;
}

.news-sec .news-content .news-left .insight-left .turn-sec h3 {
    font-size: 30px;
    color: #141a21;
    font-weight: 800;
}

.news-sec .news-content .news-left .insight-left .turn-sec p {
    color: #141a21;
    padding-top: 10px;
}


.news-sec .news-content .news-left .insight-right {
    float: right;
    width: 50%;
    position: relative;
    padding-left: 60px;
}

.news-sec .news-content .news-right {
    float: right;
    width: 30%;
    padding-left: 50px;

}

.news-sec .news-content .news-left .insight-right .news-img-content {
    position: absolute;
    line-height: 40px;
    background: #f15623;
    right: 0px;
    top: 5px;
    z-index: 1;
    color: #fff;
    text-transform: uppercase;
    padding: 0px 20px;
}

.news-sec .news-content .news-right .supply-sec {
    position: relative;;
}

.news-sec .news-content .news-right .supply-sec img {
    width: 100%;
}

.news-sec .news-content .news-right .supply-sec .chain {
    position: absolute;
    line-height: 40px;
    background: #f15623;
    right: 0px;
    color: #fff;
    text-transform: uppercase;
    padding: 0px 20px;
    max-width: 300px;
}

.news-sec .news-content .news-right .supply-sec h3 {
    font-size: 24px;
    line-height: 36px;
    color: #141a21;
    font-weight: 800;
    padding-top: 20px;
    text-transform: uppercase;
    padding-bottom: 80px;
}

.footer-sec.sector-footer {
    margin-top: 80px;
}

/*blog-detail*/
.banner-content.story-sec .story-inner .left-sec.blog-left h2 ,
.banner-content.story-sec .story-inner .left-sec.blog-left h1{
    font-size: 43px;
    line-height: 53px;
    padding-bottom: 0px;
}

.banner-content.story-sec .story-inner .left-sec.blog-left .account {
    width: 282px;
    height: 40px;
    line-height: 40px;
    background: #f15623;
    display: inline-block;
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.banner-content.story-sec .story-inner .left-sec.blog-left .blog-share {
    padding-top: 50px;
}

.banner-content.story-sec .story-inner .left-sec.blog-left .blog-share .blog-share-left {
    float: left;
    max-width: 140px;
    font-size: 18px;
    color: #141a21;
    padding-top: 5px;
}

.banner-content.story-sec .story-inner .left-sec.blog-left .blog-share .blog-share-right {
    float: right;
    width: calc(100% - 140px);
}

.banner-content.story-sec .story-inner .left-sec.blog-left .blog-share .blog-share-right li {
    display: inline-block;
    margin-left: 40px;
}

.banner-content.story-sec .story-inner .left-sec.blog-left .blog-share .blog-share-right li.twitter a {
    font-size: 30px;
    color: #51ade2;
}

.banner-content.story-sec .story-inner .left-sec.blog-left .blog-share .blog-share-right li.facebook a {
    font-size: 30px;
    color: #38548e;
}

.banner-content.story-sec .story-inner .left-sec.blog-left .blog-share .blog-share-right li.linkedin a {
    font-size: 30px;
    color: #3775ab;
}

.banner-content.story-sec .story-inner .left-sec.blog-left .blog-share .blog-share-right li.envelope a {
    font-size: 30px;
    color: #c3c2bf;
}

.banner-content.story-sec .story-inner .left-sec.blog-left .blog-share p {
    color: #141a21;
    font-size: 18px;
    padding-top: 30px;
}

.banner-content.story-sec .story-inner .left-sec.blog-left .blog-share p a {
    color: #f15623;
    text-decoration: underline;
}

.banner-content.story-sec .story-inner .left-sec.blog-left .blog-share p img {
    padding-right: 10px;
    padding-left: 10px;
}

.cloud-sec {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 99;
    padding: 50px 0px;
    background: #fff;
}

.cloud-sec .cloud-content {
    margin: 0 auto;
    width: 100%;
    max-width: 1155px;
}

.blogpg-wrap .cloud-sec .cloud-content {
    max-width: 1655px;
}

.cloud-sec .cloud-left {
    float: left;
    width: 100%;
    max-width: 820px;
}

.blogpg-wrap .cloud-sec .cloud-left {
    width: 100%;
    max-width: inherit;
}

.blogpg-wrap .cloud-sec .cloud-left.sectors {
    width: calc(100% - 60px);
}

.cloud-sec .cloud-left p {
    color: #141a21;
    padding-top: 40px;
}
.cloud-content.case-study-pg .cloud-left p {
    padding-top: 20px;
}
.cloud-content.case-study-pg blockquote p {
    padding-top: 10px !important;
    display: contents;
    
}

.cloud-content.case-study-pg blockquote {
  font-size: 1.5em;
  line-height: 1.5em;
}

.cloud-content.case-study-pg blockquote:before {
  content: open-quote;
}

.cloud-content.case-study-pg blockquote:after {
  content: close-quote;
}

.cloud-content.case-study-pg blockquote:before,
.cloud-content.case-study-pg blockquote:after {
  display: inline-block;
  vertical-align: bottom;
  color: rgba(246, 86, 35, .9);
  font-size: 4em;
  top: .2em;
  position: relative;
}


.cloud-sec .cloud-left p a {
    color: #f15623;
    text-decoration: underline;
}

.cloud-sec .cloud-left h4 {
    font-size: 20px;
    line-height: 32px;
    color: #141a21;
    font-weight: 700;
    background: url(../images/blog-left-line.png) left top 20px no-repeat;
    padding-left: 20px;
    margin-top: 20px;
}

.cloud-sec .cloud-left .back-btn {
    width: 100px;
    height: 48px;
    line-height: 48px;
    border: 1px solid #141a21;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    color: #141a21;
    font-weight: 700;
    margin-top: 40px;
}

.cloud-sec .cloud-left .back-btn:hover {
    background: #141a21;
    color: #fff;
}

.cloud-sec .cloud-right {
    float: right;
    width: calc(100% - 855px);
}

.blogpg-wrap .cloud-sec .cloud-right {
    width: 100%;
}

/*.cloud-sec .cloud-right h2{
	font-size:30px;
}*/
.cloud-sec .cloud-right .cloud-btn {
    padding-top: 30px;

    padding-bottom: 25px;
}

.cloud-sec .cloud-right .cloud-btn p {
    padding-bottom: 20px;
    display: inline-block;
    margin-right: 5px;
}

.cloud-sec .cloud-right .cloud-btn .acc-btn {
    padding: 10px;
    font-size: 16px;
    color: #141a21;
    font-weight: 500;
    background: #f4f2ef;
    text-transform: uppercase;
}

.cloud-sec .cloud-right .cloud-btn .acc-btn:hover {
    background: #141a21;
    color: #fff;
}

.s-story .cloud-btn .acc-btn {
    padding: 10px;
    font-size: 16px;
    color: #141a21;
    font-weight: 500;
    background: #f4f2ef;
    margin: 10px 0;
    display: inline-block;
    text-transform: uppercase;
}

.s-story .cloud-btn .acc-btn:hover {
    background: #141a21;
    color: #fff;
}

.s-story .cloud-btn p {
    width: 100%;
    max-width: 100%;
}

.article-sec {
    width: 100%;
    height: auto;
}

.article-sec .article-content {
    margin: 0 auto;
    width: 100%;
    max-width: 1656px;
}

.article-sec .article-content h2 {
    text-align: center;

}

.article-sec .article-content ul {
    margin-left: -16px;
    margin-right: -16px;
    padding-top: 80px;
}

.article-sec .article-content ul li {
    display: inline-block;
    margin-left: 16px;
    margin-right: 16px;
    width: calc(33.3% - 36px);
    vertical-align: top;
}

.article-sec .article-content ul li h3 {
    font-size: 30px;
    line-height: 42px;
    color: #141a21;
    font-weight: 800;
    padding-top: 20px;
    text-transform: uppercase;
}

/*blog-overview*/
.banner-content.blog-overview {
    width: 100%;
    height: auto;
    min-height: 230px;
    background: #f4f2ef;
}

.blog-announce {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 550px;
    background: #fff;
    z-index: 99;
    padding-top: 40px
}

.blog-announce .announce-content {
    margin: 0 auto;
    width: 100%;
    max-width: 1655px;
}

.blog-announce .announce-content .announce-img {
    float: left;
    width: 100%;
    max-width: 803px;
}

.blog-announce .announce-content .announce-right {
    float: right;
    width: calc(100% - 890px);
    padding-top: 130px;
}

.blog-search {
    position: relative;
    width: 100%;
    height: auto;
    background: #fff;
    padding-top: 30px;
    z-index: 99;
}

.blog-search .top-search-sect.keyword-sec {
    position: relative;
    left: 0px;
    top: -60px;
    width: 440px;
    border-bottom: 2px solid #f15623;
    z-index: 9;
}

.blog-search .top-search-sect.keyword-sec input[type="text"]::placeholder {
    color: #f15623;
}

.blog-pic-sec {
    width: 100%;
    height: auto;
}

.blog-pic-sec .blog-pic-content {
    margin: 0 auto;
    width: 100%;
    max-width: 1655px;
}

.blog-pic-sec .blog-pic-content ul {
    margin-left: -50px;
    margin-right: -100px;
}

.blogpg-wrap .blog-pic-sec .blog-pic-content ul {
    margin-left: 0px;
    margin-right: 0px;
}

.blog-pic-sec .blog-pic-content ul li {
    margin-left: 20px;
    margin-right: 20px;
    display: inline-block;
    width: calc(33% - 44px);
    vertical-align: top;
    padding-bottom: 100px;

}

.blogpg-wrap .blog-pic-sec .blog-pic-content ul li {
    margin-left: 0;
    margin-right: 40px;
}

.blog-pic-sec .blog-pic-content ul li h3 {
    font-size: 25px;
    line-height: 42px;
    color: #141a21;
    font-weight: 800;
    padding-top: 20px;
    text-transform: uppercase;
    border-bottom: 1px solid #f15623;
    height: 160px;
}

.footer-sec.blog-footer {
    margin-top: 0px;
}


/*13.08.2019 contingency*/
.conti-sec {
    width: 100%;
    height: auto;
    min-height: 570px;
    background: #f4f2ef;
    position: relative;
    z-index: 99;
    padding-top: 10px;

}

.conti-sec .conti-cont {
    margin: 0 auto;
    width: 100%;
    max-width: 1557px;
    padding-bottom: 50px;
}

.conti-sec .conti-cont .conti-left {
    float: left;
    width: 100%;
    max-width: 802px;
    position: relative;
}

.conti-sec .conti-cont .conti-left::before {
    position: absolute;
    content: ' ';
    width: 660px;
    height: 540px;
    background: #f15623;
    left: -20px;
    top: 20px;
    z-index: -1;
}

.conti-sec .conti-cont .conti-right {
    float: right;
    width: calc(100% - 802px);
    padding-left: 90px;
    padding-top: 150px;
}

.conti-sec .conti-cont .conti-right h1 {
    font-size: 60px;
    line-height: 70px;
}

.conti-sec .conti-cont .conti-right p {
    font-size: 24px;
    line-height: 38px;
    color: #141a21;
    padding: 37px 0px 0px 100px;
    font-weight: 700;
}

.cont-serv {
    width: 100%;
    height: auto;
    padding: 90px 0px 10px;
    background: #fff;
    z-index: 99;
    position: relative;
}

.cont-serv .serv-cont {
    margin: 0 auto;
    width: 100%;
    max-width: 1558px;
    padding-left: 220px;
    padding-bottom: 90px;
}

.cont-serv .serv-cont .serv-btn {
    width: 100%;

}

.cont-serv .serv-cont .serv-btn .serv-name {
    float: left;
    width: 100%;
    max-width: 136px;
}

.cont-serv .serv-cont .serv-btn .serv-name h3 {
    font-size: 24px;
    color: #141a21;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 10px;
}

.cont-serv .serv-cont .serv-btn .serv-button {
    float: right;
    width: calc(100% - 136px);
}

.cont-serv .serv-cont .serv-btn .serv-button .cont-btn {
    padding: 10px 15px 10px 15px;
    display: inline-block;
    font-size: 18px;
    color: #141a21;
    margin-right: 6px;
    border-left: #f15623 2px solid;
}

/*.cont-serv .serv-cont .serv-btn .serv-button .cont-btn:hover{
	background:#141a21;
	color:#fff;
}*/
.cont-serv .serv-cont .appor-sec {
    padding-top: 100px;
}

.cont-serv .serv-cont .appor-sec .appor-left {
    float: left;
    width: calc(100% - 786px);
    padding-right: 30px;
}

.cont-serv .serv-cont .appor-sec .appor-left .under-sec {
    padding-top: 50px;
    padding-right: 30px;
}

.cont-serv h3 {
    font-size: 20px;
    color: #f15623;
    font-weight: 600;
    text-transform: uppercase;
    padding-top: 20px;
    padding-bottom: 20px;
}

.cont-serv .serv-cont .appor-sec .appor-left .under-sec p {
    color: #141a21;
    line-height: 32px;
    padding-top: 0px;
}

.cont-serv .serv-cont .appor-sec .appor-left p {
    color: #141a21;
    padding-top: 30px;
    line-height: 30px;
    font-size: 18px;
}

.cont-serv .serv-cont .appor-sec .appor-right {
    float: right;
    width: 100%;
    max-width: 802px;
    position: relative;
    margin-right: -48px;
}

.cont-serv .serv-cont .appor-sec .appor-right::after {
    position: absolute;
    content: ' ';
    width: 347px;
    height: 620px;
    right: 135px;
    bottom: -40px;
    background: #f15623;
    z-index: -1;
}


.cont-serv2 .serv-cont .appor-sec .appor-right .under-sec {
    padding-top: 80px;
}

.cont-serv2 .serv-cont .appor-sec .appor-right .under-sec h3 {
    font-size: 20px;
    color: #f15623;
    font-weight: 600;
    text-transform: uppercase;
    padding-top: 20px;
    padding-bottom: 20px;
}

.cont-serv2 .serv-cont .appor-sec .appor-right .under-sec p {
    color: #141a21;
    line-height: 32px;
    padding-top: 0px;
    font-size: 18px;
}

.cont-serv2 .serv-cont .appor-sec .appor-right p {
    color: #141a21;
    padding-top: 30px;
    line-height: 30px;
}

.cont-serv2 .serv-cont .appor-sec .appor-right {
    float: right;
    width: 100%;
    max-width: 802px;
    position: relative;
    margin-right: -48px;
}

.cont-serv2 .serv-cont .appor-sec .appor-left::after {
    position: absolute;
    content: ' ';
    width: 347px;
    height: 620px;
    left: 0;
    bottom: -40px;
    background: #f15623;
    z-index: -1;
}


.cont-serv .serv-cont .deliver-sec {
    padding-top: 90px;
}

.cont-serv .serv-cont .deliver-sec h3 {
    font-size: 20px;
    color: #f15623;
    font-weight: 600;
    text-transform: uppercase;
    padding-top: 20px;
    padding-bottom: 10px;
}

.cont-serv .serv-cont .deliver-sec p {
    color: #141a21;
    padding-top: 0px;
    line-height: 30px;
    margin-bottom: 30px;
}

.process-sec {
    width: 100%;
    height: auto;
    background: #f4f2ef;
    padding-top: 40px;
    position: relative;
    z-index: 1;
    padding-bottom: 100px;
}

.process-sec .process-left {
    float: left;
    width: 100%;
    max-width: 550px;
    position: relative;
}

.process-sec .process-left::before {
    position: absolute;
    content: ' ';
    width: 464px;
    height: 430px;
    background: #f15623;
    left: 0px;
    top: -40px;
    z-index: -1;
}

.process-sec .process-right {
    float: right;
    width: calc(100% - 550px);
    padding-left: 120px;
    padding-top: 80px;
    padding-right: 120px;
}

.process-sec .process-right .row {
    padding-top: 40px;
}

.process-sec h3 {
    font-size: 20px;
    color: #f15623;
    font-weight: 600;
    text-transform: uppercase;
    padding-top: 20px;
    padding-bottom: 10px;
}

.process-sec p {
    color: #141a21;
    line-height: 32px;
}

.process-sec .equal-sec {
    /*padding:80px 0px 0px 374px;*/
    padding: 80px 130px 0px 80px;
}


.footer-sec.conti-footer {
    background: #fff;
    margin-top: 0px;
}

.footer-sec.conti-footer .footer-content .let-sec .book-form input[type="text"] {
    background: #fff;
}

.footer-sec.conti-footer .footer-content .let-sec .book-form input[type="text"].dropslect {
    background: url(../images/drop-select.png) right top 23px no-repeat;
}

.footer-sec.conti-footer .footer-content .let-sec .book-form input[type="text"].dropslect + .selectdrop-cont {
    background: #fff;
}

/*work*/
.main-wrapper {
    width: 100%;
    height: auto;
    padding-left: 270px;
    padding-right: 120px;
}

.motiv-side {
    position: absolute;
    width: 270px;
    height: 100%;
    left: 0px;
    top: 240px;
    z-index: 99;
    padding: 146px 40px 0px 40px;
}

.motiv-side::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0px;
    margin-left: calc(60% + -1px);
    background: #f4f2ef;
    z-index: 9;
}

.motiv-side.sticky {
    position: fixed;
    top: 0px;
    padding-top: 100px;
}

.motiv-side li {
    display: block;
    margin-bottom: 70px;
}

.motiv-side li a {
    padding: 0px;
}

.motiv-side li a.active p {
    color: #f15623;
}

.motiv-side li a.active span.big-circle span.small-circle {
    background: #f15623;
}

.motiv-side p {
    color: #141a21;
    width: calc(100% - 50px);
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: right;
    padding-right: 10px;
}

.motiv-side span.big-circle {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: inline-block;
    background: #f4f2ef;
    vertical-align: middle;
    position: relative;
    z-index: 99;
}

.motiv-side span.big-circle span.small-circle {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.motiv-outer {
    width: 100%;
}

.motiv-outer .motiv-content {
    padding: 150px 120px 0px 120px;
}

.motiv-outer .motiv-content .motiv-left {
    float: left;
    width: 100%;
    max-width: 690px;
}

.motiv-outer .motiv-content .motiv-left p {
    font-size: 24px;
    line-height: 38px;
    color: #141a21;
    padding: 37px 0px 0px 100px;
    font-weight: 500;
}

.motiv-outer .motiv-content .motiv-right {
    float: right;
    width: calc(100% - 690px);
    padding-left: 140px;
    position: relative;
}

.motiv-outer .motiv-content .motiv-right::before {
    position: absolute;
    content: ' ';
    width: 200px;
    height: 48px;
    background: #f15623;
    right: 8px;
    top: -40px;
}

.motiv-outer .motiv-content .motiv-right img {
    z-index: 99;
    position: relative;
}

.overall-sec {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 1;
    background: #fff;
    padding: 140px 245px 140px 0px;
}

.overall-sec .overall-left {
    float: left;
    position: relative;
    width: 100%;
    max-width: 435px;
}

.overall-sec .overall-left::before {
    position: absolute;
    content: ' ';
    width: 200px;
    height: 48px;
    background: #f15623;
    left: 0px;
    top: -40px;
    z-index: -1;
}

.overall-sec .overall-right {
    float: right;
    padding-top: 180px;
    width: calc(100% - 435px);
    padding-left: 100px;
}

.overall-sec .overall-right ul {
    margin-left: -37px;
    margin-right: -37px;
}

.overall-sec .overall-right ul li {
    margin-left: 37px;
    margin-right: 37px;
    display: inline-block;
    width: calc(33.3% - 78px);
    vertical-align: top;
}

.overall-sec .overall-right ul li h2 {
    font-size: 60px;
    color: #f15623;
    font-weight: 500;
}

.overall-sec .overall-right ul li p {
    color: #141a21;
}

.great-sec {
    width: 100%;
    height: auto;
    padding: 120px 0px 40px;
}

.great-sec .great-top {
    padding: 0px 100px 0px 100px;
}

.great-sec .great-top .great-left {
    float: left;
    width: 100%;
    max-width: 386px;
}

.great-sec .great-top .great-left h1 {
    font-size: 45px;
    font-weight: 500;
}

.great-sec .great-top .great-right p {
    color: #141a21;
}

.great-sec .great-top .great-right {
    float: left;
    width: calc(100% - 386px);
    padding-left: 110px;
    max-width: 650px;
}

.great-sec .great-image {
    padding: 40px 0px 0px 0px;
    width: auto;

}

.great-sec .great-image .img-sec img {
    margin: auto;
    display: block;
}

.great-sec .great-image .img-content {
    position: absolute;
    width: 100%;
    bottom: 43px;
}

.great-sec .great-image .img-content p {
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    width: 100%;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
    font-weight: bold;
}

.gallery-sec {
    width: 100%;
    padding: 0px 0px 120px;

}

.gallery-sec h1 {
    text-align: center;
    margin-bottom: 40px;
}

.gallery-sec .gallery-img {
    position: relative;
    padding-top: 30px;
}

.gallery-sec .gallery-img img {
    width: 100%;
}

.gallery-sec .gallery-img .img-content {
    position: absolute;
    width: 200px;
    height: 71px;
    left: 66px;
    bottom: 50px;
}

.gallery-sec .gallery-img .img-content img {
    margin-right: 20px;
}

.reward-sec {
    width: 100%;
}

.reward-sec .reward-top {
    padding-left: 65px;
    padding-right: 270px;
}

.reward-sec .reward-top .reward-left {
    float: left;
    width: 100%;
    max-width: 345px;
}

.reward-sec .reward-top .reward-right {
    float: right;
    width: calc(100% - 345px);
    padding-left: 160px;
    padding-top: 15px;
}

.reward-sec .reward-top .reward-right p {
    color: #141a21;
}

.reward-sec .reward-top .salary-sec {
    padding-top: 50px;
    border-bottom: 1px solid #f4f2ef;
    padding-bottom: 0px;
}

.reward-sec .reward-top .salary-sec li {
    display: inline-block;
    padding-right: 60px;
}

.reward-sec .reward-top .salary-sec li a {
    font-size: 24px;
    color: #141a21;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0px;
    padding-bottom: 15px;
}

.reward-sec .reward-top .salary-sec li a:hover {
    color: #f15623;
    background: url(../images/work-img/line-2.png) bottom left no-repeat;
}

.reward-sec .reward-top .salary-sec li a.active {
    color: #f15623;
    background: url(../images/work-img/line-2.png) bottom left no-repeat;
}

.reward-sec .reward-top .rewa-com .img-sec {
    padding-top: 60px;
}

.reward-sec .reward-top .rewa-com .img-content h3 {
    font-size: 20px;
    color: #f15623;
    font-weight: 600;
    padding-top: 20px;
    padding-bottom: 10px;
}

.reward-sec .reward-top .rewa-com .img-content p {
    color: #141a21;
    max-width: 295px;
}

.carrier-sec {
    width: 100%;
    height: auto;
    background: #f4f2ef;
    min-height: 1771px;
    padding-top: 40px;
    margin-top: 100px;
}

.carrier-sec .carrier-content {
    width: 100%;
    max-width: 1380px;
}

.carrier-sec .carrier-content .carrier-left {
    float: left;
    width: 100%;
    max-width: 492px;
    position: relative;

}

.carrier-sec .carrier-content .carrier-left::before {
    position: absolute;
    content: ' ';
    width: 200px;
    height: 40px;
    left: 0px;
    top: -40px;
    background: #f15623;
}

.carrier-sec .carrier-content .carrier-right {
    float: right;
    width: calc(100% - 492px);
    padding-left: 90px;
    padding-top: 100px;
}

.carrier-sec .carrier-content .carrier-right .carrier-bold {
    color: #141a21;
    font-size: 24px;
    line-height: 38px;
    font-weight: 500;
    padding: 20px 0px 20px 100px;

}

.carrier-sec .carrier-content .carrier-right p {
    padding-left: 100px;
    color: #141a21;
    line-height: 32px;
}

.carrier-sec .carrier-content .carrier-right .more-btn {
    margin-left: 100px;
    margin-top: 30px;
}

.carrier-sec .carrier-content .choice-sec {
    padding-top: 110px;
    padding-left: 110px;
}

.carrier-sec .carrier-content .choice-sec .choice-step {
    margin-top: -50px;
}

.carrier-sec .choice-sec h1 {
    font-size: 24px;
}

.carrier-sec .choice-sec p {
    color: #141a21;
    max-width: 466px;
    padding-top: 20px;
}

.carrier-sec .hale-sec {
    padding-top: 70px;
    padding-left: 110px;
    max-width: 1511px;
}

.carrier-sec .hale-sec h1 {
    font-size: 24px;
}

.carrier-sec .hale-sec p {
    color: #141a21;
    max-width: 650px;
    padding-top: 20px;
    line-height: 32px;

}

.carrier-sec .hale-sec .already-sec .hale-left {
    float: left;
    width: 100%;
    max-width: 482px;
}

.carrier-sec .hale-sec .already-sec p {
    color: #141a21;
    line-height: 32px;
}

.carrier-sec .hale-sec .already-sec .hale-left .hale-pic {
    padding-top: 60px;
}

.carrier-sec .hale-sec .already-sec .hale-right {
    float: right;
    width: calc(100% - 482px);
    padding-left: 146px;
}

.carrier-sec .hale-sec .already-sec .hale-right ul {
    margin-left: -36px;
    margin-right: -36px;
}

.carrier-sec .hale-sec .already-sec .hale-right ul li {
    display: inline-block;
    margin-left: 36px;
    margin-right: 36px;
    width: calc(50% - 76px);
    vertical-align: top;
}

.carrier-sec .hale-sec .already-sec .hale-right ul li img {
    padding-top: 30px;
}

.join-sec {
    width: 100%;
    padding: 120px 0px 120px 110px;
}

.join-sec .join-content {
    width: 100%;
    max-width: 1170px;
    padding: 0 20px;
}

.join-sec .join-content .join-left {
    float: left;
    width: 100%;
    max-width: 386px;
}

.join-sec .join-content .join-left h1 {
    font-size: 46px;
}

.join-sec .join-content .join-right {
    float: right;
    width: calc(100% - 386px);
    padding-left: 110px;
    padding-top: 20px;
}

.join-sec .join-content p {
    color: #141a21;
}

.join-sec .join-content .img-sec {
    padding-top: 60px;
}

.join-sec .join-content .img-content h3 {
    font-size: 20px;
    color: #f15623;
    font-weight: 600;
    padding-top: 20px;
    padding-bottom: 10px;
}

.customer-sec.carrier-customer {
    background: #f4f2ef;
    padding: 100px;
}

.customer-sec.carrier-customer .customer-content ul {
    margin-left: -10px;
    margin-right: -10px;
    padding-right: 19px;
}

.customer-sec.carrier-customer .customer-content ul li {
    margin-left: 10px;
    margin-right: 10px;
    display: inline-block;
    width: calc(33.3% - 24px);
    height: auto;

}

.customer-sec.carrier-customer .customer-content ul li p,.client-test p {
    position: relative;
}

.customer-sec.carrier-customer .customer-content ul li p::before,.client-test p:before {
    position: absolute;
    content: ' ';
    width: 19px;
    height: 13px;
    left: -17px;
    top: 0px;
    background: url(../images/work-img/double-coma-left.png) left top no-repeat;
}

.customer-sec.carrier-customer .customer-content ul li p::after,.client-test p:after {
    position: absolute;
    content: ' ';
    width: 19px;
    height: 13px;
    background: url(../images/work-img/double-coma-rightt.png) right bottom no-repeat;
    padding-top: 32px;
    padding-left: 32px;
}

.customer-sec.carrier-customer .customer-content ul li img {
    width: 100%;
}

.customer-sec.carrier-customer .customer-content .current-btn {
    width: 100%;
    margin: 0 auto;
    max-width: 220px;
}

.customer-sec.carrier-customer .customer-content .current-btn .more-btn {
    width: 100%;
}

.follow-sec {
    width: 100%;
    padding-top: 120px;
    padding-right: 122px;
}

.follow-sec li {
    display: inline-block;
    width: calc(20% - 4px);
    text-align: center;
    padding-bottom: 5px;
}

.follow-sec li .follow-icon {
    padding-top: 50px;
}


.follow-sec li img {
    width: 100%;
}

.footer-sec.work-footer {
    padding-top: 100px;
    margin-top: 0px;
    background: #fff;
    padding-right: 100px;
}

.footer-sec.work-footer .footer-content .contact-sec {
    width: 100%;
}

.footer-sec.work-footer .footer-content .contact-sec p {
    width: 100%;
}

.footer-sec.work-footer .footer-content {
    border-bottom: 1px solid #000;
    padding-bottom: 50px;
}

.footer-sec.work-footer .footer-bottom {
    padding-top: 60px;
}

.bootcarcont {
    max-width: 140px;
}

.bootcarcont .carousel-control-prev {
    left: 110px;
    top: inherit;
    bottom: 70px;
    width: auto;
}

.bootcarcont .carousel-control-next {
    bottom: 70px;
    right: inherit;
    left: 190px;
    top: inherit;
    width: auto;
}

#map1 {
    height: 350px;
    margin-bottom: 50px;
}

#map2 {
    height: 800px;
    width: 93%;
    margin-top: 50px;
    margin-bottom: 50px;
    /*background: #fff url('../images/new-map.jpg') no-repeat center;*/
    position: relative;
}

#map2 .container {
    position: relative;
}

.new-pin {
    transition: all ease-in-out 0.3s;
    position: absolute;
    /*background: #777;*/
}

.new-pin:hover {
    z-index: 9999;
}

#australia {
    bottom: 140px;
    right: 120px;
    width: 140px;
    height: 88px;
}

#singapore {
    bottom: 296px;
    right: 270px;
    width: 39px;
    height: 23px;
}

#hong-kong {
    bottom: 334px;
    right: 233px;
    width: 26px;
    height: 24px;
}

#chicago {
    left: 242px;
    top: 221px;
    width: 40px;
    height: 22px;
}

/*#new-york {
    left: 336px;
    top: 246px;
    width: 50px;
    height: 37px;
}*/
#new-york {
    left: 142px;
    top: 232px;
    width: 246px;
    height: 100px;
}

#boston {
    left: 336px;
    top: 219px;
    width: 50px;
    height: 25px;

}

#germany {
    left: 558px;
    top: 247px;
    width: 25px;
    height: 35px;
}

#netherlands {
    left: 545px;
    top: 247px;
    width: 10px;
    height: 25px;
}

#england {
    left: 520px;
    top: 222px;
    width: 20px;
    height: 20px;
}

#portugal {
    left: 520px;
    top: 294px;
    width: 11px;
    height: 14px;
    z-index: 99999999;
}

#spain {
    left: 520px;
    top: 287px;
    width: 21px;
    height: 20px;
}

#mobmap {
    display: none;
}

/*#india {
    width: 50px;
    height: 60px;
    bottom: 283px;
    right: 339px;
}*/
#india {
    width: 60px;
    height: 88px;
    bottom: 284px;
    right: 327px;
}

.collapse {
}

.vacancymore {
    width: 75%;
    border: #000 2px solid;
    display: block;
    padding: 10px;
    text-align: center;
    color: #000;
    margin-top: 10px;
    text-transform: lowercase;
    font-weight: bold;
    font-size: 18px;
    transition: ease-in-out all .2s;
	position: absolute;
	bottom: 30px;
}

.vacancymore:hover {
    background: #000;
    color: #fff;
}

.location-currency {
    height: 100px;
}

.jobdesc {
    font-size: 18px;
    margin-bottom: 50px;
    line-height: 1.7;
}

.team-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.99);
    z-index: 999999;
    padding: 10vh;
    text-align: center;
    overflow-x: scroll;
    top: 0px;
    display: none;
    padding-bottom: 0px;
}

.team-overlay h1 {
    font-weight: bold;
    font-size: 45px;
    text-align: center;
    color: #fff;
    margin-bottom: 15px;
}

.team-overlay h2 {
    font-weight: 300;
    font-size: 30px;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
}

.team-overlay .name {
    margin-bottom: 40px;
}

.team-overlay .team-profile-desc {
    text-align: left;
}

.team-overlay .team-left-col {
    text-align: left;
}

.team-overlay .team-left-col img {
    margin-bottom: 20px;
    margin-top: 10px;
}

.team-overlay .team-overlay-close {
    width: 30px;
    height: 30px;
    background: url("../images/close.png");
    background-size: cover;
    display: block;
    position: absolute;
    right: 50px;
    top: 50px;
    cursor: pointer;
}

.team-overlay form {
    max-width: 500px;
    margin: auto;
}

.team-overlay form input[type=text] {
    display: block;
    width: 100%;
    text-align: center;
    padding: 15px;
    font-size: 18px;
    background: none;
    border: none;
    border-bottom: #e73e11 2px solid;
    margin-top: 10px;
    color: #fff;
}

.team-overlay form input[type=text]::placeholder {
    color: #fff;
}

.team-overlay form input[type=submit] {
    display: block;
    width: 100%;
    text-align: center;
    padding: 15px;
    font-size: 22px;
    border: #e73e11 1px solid;
    margin-top: 10px;
    cursor: pointer;
    background: none;
    color: #fff;
    font-weight: bold;
    transition: ease-in-out all .2s;
}

.team-overlay form input[type=submit]:hover {
    background: #e73e11;
    color: #fff;
}

.upload_box {
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

.upload_box #select_file {
    position: absolute;
    left: -300px;
}

.upload_box label {
    cursor: pointer;
    font-weight: lighter;
    background: #1d282c;
    padding: 10px 20px 10px 20px;
    color: #fff;
    font-size: 20px;
    display: inline-block;
    text-align: center;
    margin: auto;
    min-width: 100%;
    margin-top: 10px;
}

.upload_box_submit {
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

.upload_box_submit #select_file {
    position: absolute;
    left: -300px;
}

.upload_box_submit label {
    cursor: pointer;
    font-weight: lighter;
    background: #1d282c;
    padding: 10px 20px 10px 20px;
    color: #fff;
    font-size: 20px;
    display: inline-block;
    text-align: center;
    margin: auto;
}

.upload_box_submit label i {
    margin-right: 10px;
}

.gdprconfirm {
    font-weight: 200;
    font-size: 12px;
    color: #fff;
}

.gdprconfirm a {
    color: #e73e11;
}

.upload_box label i {
    margin-right: 10px;
}

.applied-bar {
    text-align: center;
    padding: 20px;
    color: #fff;
    background: #7BBF6A;
    font-size: 20px;
}

.applied-bar-vacancy {
    text-align: center;
    padding: 15px;
    color: #fff;
    background: rgba(231, 62, 17, 0.9);
    font-size: 22px;
    position: absolute;
    z-index: 999;
    width: 100%;
    font-weight: bold;
}

#gdpr {
    opacity: 1;
}

.team-profile-info h2 {
    margin-bottom: 25px;
    font-weight: lighter;
}

.team-profile-info p {
    margin-bottom: 15px;
}

.team-back {
    display: block;
    border: #000 1px solid;
    padding: 15px;
    text-align: center;
    margin-top: 20px;
    color: #000;
    font-weight: bold;
    transition: ease-in-out all .2s;
    margin-bottom: 30px;
}

.team-back:hover {
    background: #000;
    color: #fff;
}

.team-back .fa {
    margin-right: 10px;
}

.team-li {
    display: block;
    border: #0077B5 1px solid;
    padding: 15px;
    text-align: center;
    margin-top: 20px;
    color: #0077B5;
    font-weight: bold;
    transition: ease-in-out all .2s;
}

.team-li:hover {
    background: #0077B5;
    color: #fff;
}

.team-li .fa {
    margin-right: 10px;
}

.team-tile {
    margin-bottom: 30px;
}

.content-page p {
    margin-bottom: 20px;
    line-height: 2 !important;
}

.sectorcta {
    display: block;
    max-width: 500px;
    margin: auto;
    padding: 15px;
    float: none;
    border: #000 2px solid;
    text-align: center;
    margin-top: 50px;
    color: #000;
    font-weight: bold;
    transition: ease-in-out all .2s;
}

.sectorcta:hover {
    background: #000;
    color: #fff;
}


/* Flex */

.flex {
    display: flex;
    justify-content: flex-start;
}

.flex-btw {
    display: flex;
    justify-content: space-between;
}

.flex-vc {
    display: flex;
    align-items: center;
}

.flex-hc {
    display: flex;
    justify-content: center;
}

.center {
    text-align: center;
}

.orangebox {
    background: #f15623;
}

.blackbox {
    background: #000;
}

.whitebox {
    background: #fff;
}

.orangebox, .whitebox, .blackbox {
    text-align: center;
    padding: 45px 20px;
    height: 170px;
}

.whitebox p {
    color: #000;
}

a.bottom-app-link {
    text-decoration: none;
    color: #fff;
    background: #f15623;
    text-transform: uppercase;
    padding: 20px 50px;
    display: inline-block;
    margin-bottom: 30px;
    border: 2px solid #f15623;
    transition: all ease-in-out 0.3s;
    font-weight: 600;
    font-size: 18px;
    margin-top: 40px;
}

a.bottom-app-link:hover {
    color: #f15623;
    background: #fff;
}

.gridlayout .block {
    transition: all ease-in-out 0.3s;
    border-bottom: 1px solid #f15623;
    margin-bottom: 20px;
}

.gridlayout .block .details-area {
    position: relative;
}

.gridlayout .block .details-area h2 {
    font-weight: 800;
    font-size: 22px;
    font-family: gotham;
}

.gridlayout .block .details-area p {
    color: #000;
    font-size: 14px;
}

.gridlayout .block:hover {
    transform: scale(1.1);
}

.hoverbox {
    transition: all ease-in-out 0.3s;
}

.hoverbox:hover {
    transform: scale(1.1);
}

.hoverbox span {
    color: #000;
    font-weight: 700;
    font-size: 1.8em;
    display: block;
}

.wwd-link {
    transition: all ease-in-out 0.3s;
    text-align: center;
}

.wwd-link:hover {
    transform: scale(1.1);
}

div.sector-team-sec .sector-team-content .excutive-sec ul {
    margin-left: 0;
    margin-right: 0;
    /*display: flex;
	justify-content: space-between;*/
}

.bottom-solid {
    /*border-bottom: 3px solid #f15623;*/
}

.tab-content .col-md-4.col-12, .join-content .col-md-4.col-12, .join-content .col-md-3.col-12 {
    transition: all ease-in-out 0.3s;
}

.tab-content .col-md-4.col-12:hover, .join-content .col-md-4.col-12:hover, .join-content .col-md-3.col-12:hover {
    transform: scale(1.1);
}


div.sector-team-sec .sector-team-content .excutive-sec ul li .exe-img-sec {
    width: 55%;
}

div.sector-team-sec .sector-team-content .excutive-sec ul li .exe-content {
    width: 45%;
    min-height: 177.25px;
    padding: 40px 0px 0px 20px;
}

.casestudy_head {
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, .5);
}

.casestudy_head h2 {
    text-transform: uppercase;
}

.case-study-pg ul {
    list-style-type: disc;
    padding-left: 20px;
}

.case-study-pg li {
    list-style-type: disc;
    font-family: gotham;
    color: #141a21;
}
.employer-cont a {
    color: #f15623 !important;
}

@media (min-width: 320px) and (max-width: 767px){
  .case-study-pg li {  
    font-size: 14px;
  }
}

@media (max-width: 1599px) and (min-width: 1280px) {
    div.sector-team-sec .sector-team-content .excutive-sec ul li .exe-content {
        width: 45%;
        min-height: 177.25px;
        padding: 40px 0px 0px 20px;
    }
}

div.sector-sec .sector-content ul li h4 {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    padding-right: 10px;
    padding-left: 10px;
}

h2.bighead {
    font-size: 60px;
    line-height: 70px;
    font-weight: 800;
    color: #141a21;
    border-bottom: thin solid #f15623;
    padding-bottom: 0px;
    padding-top: 7px;
    max-width: 619px;
    text-transform: uppercase;
    margin-top: -70px;
    margin-bottom: 20px;
}

div.sector-team-sec .sector-team-content .excutive-sec ul li div {
    margin-bottom: 10px;
}

@media (min-width: 1936px) {
    div.sector-team-sec .sector-team-content .excutive-sec ul li .exe-content {
        width: 50%;
    }
}

.practice-sec .practice-content .proven-sec .proven-right {
    width: 55%;
}


/**** Edit By Aha:: Employee = Mahtab khan ***/
.my-shuffle {
    position: relative;
    overflow: hidden;
}

/* Make vertical gutters the same as the horizontal ones */
.image-item {
    margin-bottom: 30px;
}

.tabs-btns-custom.btn-group {
    position: relative;
}

.tabs-btns-custom.btn-group .btn-outline-primary {
    border-radius: 0;
    padding: 8px 15px;
    font-size: 16px;
    color: #141a21;
    font-weight: 500;
    background: #f4f2ef;
    border: none;
    margin-right: 5px;
    font-weight: 400;
    letter-spacing: 0.5px;
    box-shadow: none;
}

.tabs-btns-custom.btn-group .btn-outline-primary:not(:disabled):not(.disabled).active,
.tabs-btns-custom.btn-group .btn-outline-primary:not(:disabled):not(.disabled):active,
.show &gt; .tabs-btns-custom.btn-group .btn-outline-primary.dropdown-toggle {
    background: #141a21;
    color: #fff;
    box-shadow: none;
}


@media (max-width: 991px) {
    .tabs-btns-custom.btn-group {
        display: block;
        text-align: left;
    }

    .tabs-btns-custom.btn-group .btn-outline-primary {
        display: inline-block;
        margin-bottom: 5px;
    }
}


#topslider li {
    height: 100vh;
}

.boxed_sec {
    margin-left: -15px;
    margin-right: -15px;
}

.healthcare-img1 {
    margin-right: 50px;
    width: 150px;
}

.healthcare-img2 {
    width: 200px;

}

.footerformp {
    float: left;
    margin-bottom: 20px;
    color: #000 !important;
}

.g-recaptcha {
    width: 50%;
}
.blog_article ul {
	padding-left: 20px;
	font-size: 18px;
	font-weight: 500;
	font-family: gotham;
}
.blog_article li {
	list-style-type: disc;
font-size: 18px;
font-weight: 500;
font-family: gotham;
	color: #141a21; */
}
/*.boxed_sec .block:after {
	position: absolute;
	content: " ";	
	background:	#f15623;
	width: 100%;
	height: 100%;
	left: 10px;
	top: 10px;
	opacity: 0;
	transition: opacity .6s;
	z-index: -1;
}
.boxed_sec .block:hover:after {
	opacity: 1;
}*/

.cjob-content { height: 120px;}

.height_fix {
	min-height: 108px;
}

.qoute-format blockquote p:first-child:before {
	position: absolute;
	content: ' ';
	width: 19px;
	height: 13px;
	left: -17px;
	top: 39px;
	background: url(../images/work-img/double-coma-left.png) left top no-repeat;
}
.qoute-format blockquote {
	position: relative;
}
.qoute-format blockquote p:last-child:after {
	position: absolute;
	content: ' ';
	width: 19px;
	height: 13px;
	background: url(../images/work-img/double-coma-rightt.png) right bottom no-repeat;
	padding-top: 32px;
	padding-left: 32px;
}

.blog_article strong, .blog_article b {
    font-size: inherit !important;
}

@media screen and (max-width:767px){
	.qoute-format blockquote p:first-child {
    text-indent: 20px;
}
.qoute-format blockquote p:first-child:before {
    top: 22px;
    left: 0px;
}
}
.blog_article ol li {
list-style : decimal;
}

.job-details .job-details-left .key-sec li {
    font-family: gotham;
    font-size: 16px;
    font-weight: 500;
}
.job-details .job-details-left span {
    font-family: gotham;
    font-size: 16px;
    font-weight: 500;
}
.job-details .job-details-left strong {
    font-family: gotham;
    font-size: 16px;
}
.job-details .job-details-left p {
    font-family: gotham;
    font-size: 16px;
    font-weight: 500;
}
.cloud-sec .cloud-left li a {
    color: #f15623;
    text-decoration: underline;
}
</pre></body></html>