@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');

@charset "utf-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    font-style: normal;
}

@font-face {
    font-family: 'antoniobold';
    src: url('../fonts/antonio-bold-webfont.eot');
    src: url('../fonts/antonio-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/antonio-bold-webfont.woff2') format('woff2'),
         url('../fonts/antonio-bold-webfont.woff') format('woff'),
         url('../fonts/antonio-bold-webfont.ttf') format('truetype'),
         url('../fonts/antonio-bold-webfont.svg#antoniobold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'antonioregular';
    src: url('../fonts/antonio-regular-webfont.eot');
    src: url('../fonts/antonio-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/antonio-regular-webfont.woff2') format('woff2'),
         url('../fonts/antonio-regular-webfont.woff') format('woff'),
         url('../fonts/antonio-regular-webfont.ttf') format('truetype'),
         url('../fonts/antonio-regular-webfont.svg#antonioregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

em {
    font-style: italic;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
.small,
small {
    font-size: 80%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
article {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
:focus {
    outline: 0;
}
::-moz-focus-inner {
    border: 0;
    outline: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.clear {
    clear: both;
}
.cf:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
}
.cf {
    display: inline-block;
}
* html .cf {
    height: 1%;
}
.cf {
    display: block;
}
img {
    border: 0;
    vertical-align: top;
}
.imgW100p {
    width: 100%;
}
a,
a:after,
a::before,
button {
    text-decoration: none !important;
    cursor: pointer !important;
    color: #10225d;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.btn-default.focus,
.btn-default:focus,
button:focus {
    outline: none !important;
}
a:hover {
    color: #000;
    text-decoration: none !important;
}
p {
    padding-bottom: 20px;
    line-height: 24px;
}
sub,
sup {
    font-size: 75% !important;
}
.pr {
    position: relative;
}
.marginAuto {
    margin: 0 auto;
}
.displayNone {
    display: none;
}
.hidden {
    display: none !important;
}
.m-block {
    display: none;
}
hr {
    border-top: 1px solid #3f3f3f;
    margin: 50px 0;
}


h2 {
	font-family: 'antonioregular'; 
    margin-bottom: 30px;
    color: #484b84;
    font-size: 60px;
    text-transform: uppercase;
}
h5 {
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    color: #000;
    margin-bottom: 15px;
}
h6 {
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    color: #484b84;
    margin-bottom: 20px;
}

html,
body {
    height: 100%;
    width: 100%;
}
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #707070;
    background-color: #fff;
    padding-top: 149px;
    -webkit-animation: fadein 2s;
    -moz-animation: fadein 2s;
    -o-animation: fadein 2s;
    animation: fadein 2s;
}

.container {
    width: 100%;
    max-width: 1090px;
    clear: both;
    position: relative;
}
.containerPadd {
    padding-top: 50px;
    padding-bottom: 50px;
}
.containerPaddBot {
    padding-bottom: 50px;
}

.header {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    height: 150px;
    width: 100%;
	z-index:9;
}
.header::before {
    content: " ";
    background-color: #f2f2f2;
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
}
.navbar {
    padding: 25px 0;
    justify-content: space-between;
}
.header .container {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
}
.header .toggle-close-menu {
    display: none;
}

.logo {
    max-width: 276px;
}
.logo img {
    width: 100%;
}

.toggle-menu,
.toggle-close-menu {
    display: none;
}

.mainMenu {
    width: 50%;
    padding-left: 35px;
}
.topNav {
    display: flex;
    font-size: 13px;
    flex-direction: row;
    justify-content: space-between;
    color: #707070;
}
.downloadApp {
    padding-top: 28px;
}
.downloadApp svg {
    width: 20px;
}
.downloadApp a {
    display: inline-block;
    margin-left: 3px;
}
.downloadApp a:hover svg {
    fill: #484b84;
}

.topNav ul {
    display: flex;
    width: 58%;
    flex-direction: row;
    justify-content: space-between;
}
.topNav ul li a {
    padding: 32px 13px 18px;
    display: block;
    color: #707070;
}
.topNav ul li a:hover,
.topNav ul .active a {
    color: #484b84;
}
.topNav ul .active > a {
    font-weight: 700;
}
.topNav ul .activeLogin a {
    background-color: #8c8eb0;
    color: #fff;
}
.topNav ul .activeLogin a:hover {
    background-color: #484b84;
    color: #fff;
}

.botNav {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 32px;
    padding: 0;
}
.botNav li a {
    display: block;
    color: #484b84;
    padding: 10px 0px;
}
.botNav li a:hover,
.botNav .active a {
    color: #484b84 !important;
}
.botNav .active > a {
    font-weight: 700;
    background-color: transparent !important;
}

.botNav .dropdown-menu {
    width: 250px;
    padding: 0;
    border-radius: 0 !important;
    border: 1px solid #eee;
    left: 50%;
    top: 52px;
    margin-left: -125px;
}
.botNav .dropdown-menu li {
    border-top: 1px solid #eee;
}
.botNav .dropdown-menu li:first-child {
    border-top: 0;
}
.botNav .dropdown-menu a {
    padding: 15px 20px;
    font-size: 14px;
    color: #707070;
}
.botNav .dropdown-menu a:hover,
.botNav .dropdown-menu .active a {
    background-color: #e4e5f5;
}
.botNav .dropdown-menu .active a {
    font-weight: 700;
}
.botNav .dropdown-toggle::after {
    color: #82889a;
}

.banner {
    overflow: hidden;
    position: relative;
    height: calc(100vh - 150px);
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    background: linear-gradient(rgba(72, 75, 132, 0.5), rgba(72, 75, 132, 0.5)), url(../images/banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px;
    width: 100%;
}
.bannerText {
    padding-bottom: 85px;
}
.banner h1 {
    font-family: 'antonioregular'; 
    border: 5px solid;
    padding: 40px 70px 20px;
    margin-bottom: 25px;
    display: inline-block;
    font-size: 77px;
    color: #fff;
}
.banner h4 {
    font-size: 1.5rem;
    font-weight: 700;
}

.scrollIcon {
    background: url(../images/banner-arrow.png) no-repeat center bottom 10px;
    border: 1px solid #fff;
    width: 30px;
    height: 65px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -11px;
    z-index: 1;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;

    animation: scroll 3s;
    -moz-animation: scroll 3s;
    -webkit-animation: scroll 3s;
    -o-animation: scroll 3s;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
}
@keyframes scroll {
    0% {
        bottom: 20px;
    }
    50% {
        bottom: 35px;
    }
    100% {
        bottom: 20px;
    }
}
@-moz-keyframes scroll {
    0% {
        bottom: 20px;
    }
    50% {
        bottom: 35px;
    }
    100% {
        bottom: 20px;
    }
}
@-webkit-keyframes scroll {
    0% {
        bottom: 20px;
    }
    50% {
        bottom: 35px;
    }
    100% {
        bottom: 20px;
    }
}
@-o-keyframes scroll {
    0% {
        bottom: 20px;
    }
    50% {
        bottom: 35px;
    }
    100% {
        bottom: 20px;
    }
}
.scrollStop {
    height: 1px;
    width: 100%;
    position: relative;
    top: 0px;
    margin-top: -1px;
}

.centerText {
    padding: 70px 55px;
    width: 100%;
    max-width: 545px;
}

.twoColList {
}
.twoCol {
    margin: 0;
}
.twoCol > .col-md-6 {
    padding: 0;
    float: left;
}
.twoCol h2 {
    font-family: 'antonioregular'; 
    margin: 5px 0 45px 0;
    color: #484b84;
    font-size: 60px;
    line-height: 70px;
    position: relative;
}
.twoCol h2::after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: -21px;
    width: 100px;
    height: 7px;
    background-color: #484b84;
}
.twoCol .bigPar {
    font-size: 17px;
    font-weight: 700;
}
.twoCol > .grayBg {
    background-color: #f2f2f2;
}

.firstGray .grayBg .centerText,
.twoColList .twoCol:nth-child(odd) .grayBg .centerText {
    float: right;
}
.firstGray .grayBg .centerText h2,
.twoColList .twoCol:nth-child(odd) .grayBg .centerText h2 {
    text-align: right;
}
.firstGray .grayBg .centerText h2::after,
.twoColList .twoCol:nth-child(odd) .grayBg .centerText h2::after {
    left: auto;
    right: 0;
}
.firstGray .grayBg .centerText .bigPar,
.twoColList .twoCol:nth-child(odd) .grayBg .centerText .bigPar {
    text-align: right;
}

.twoColList .twoCol:nth-child(even) .col-md-6.grayBg {
    order: 2;
}
.twoColList .twoCol:nth-child(even) .col-md-6 {
    order: 1;
}
.twoColList .twoCol:nth-child(even) .col-md-6 .centerText {
    float: right;
}
.twoColList .twoCol:nth-child(even) .col-md-6.grayBg .centerText {
    float: left;
}
grayBg {
}

.sliderPro {
    background-color: #f8f8f8;
}
.picInfo {
    float: right;
    padding-bottom: 0 !important;
    position: absolute;
    bottom: 0;
    right: 0;
}
.proInfo span {
    font-family: 'antonioregular'; 
    font-size: 20px;
    text-transform: uppercase;
    display: block;
    padding-bottom: 6px;
}
.sliderPro .bigPar {
    min-height: 200px;
}

.socialIcon {
    display: block;
    background-color: #666;
    width: 30px;
    height: 30px;
    text-align: center;
    margin-top: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}
.socialIcon svg {
    fill: #fff;
    width: 16px;
    margin-top: 6px;
}
.socialIcon:hover {
    background-color: #484b84;
}

.sliderPro .owl-theme .owl-nav {
    position: absolute;
    bottom: 130px;
    left: 50%;
    margin-left: -545px;
    width: 1090px;
    text-align: right;
    margin-top: 0px;
}
.sliderPro .owl-theme .owl-nav .owl-next {
    margin-left: 15px;
}

.expertise {
    display: block;
}
.expertise h2 {
    text-align: center;
    width: 100%;
}
.expertise ul {
    width: 100%;
    float: left;
}
.expertise ul li {
    width: 25%;
    float: left;
}
.expertise ul li a {
    margin: 8px;
    display: block;
    line-height: 26px;
    /*! min-height: 135px; */
    /*! background-color: #f0f0f0; */
    color: #818186;
    position: relative;
    font-size: 20px;
}
.expertise ul li a span {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px 40px 15px 15px;
    width: 100%;
}
.expertise ul li a span svg {
    position: absolute;
    bottom: 15px;
    right: 15px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.expertise ul li a:hover span svg {
    right: 5px;
}

.expertise ul li:nth-child(1) a,
.expertise ul li:nth-child(3) a,
.expertise ul li:nth-child(6) a,
.expertise ul li:nth-child(8) a {
    /*! background-color: #484b84; */
    color: #fff;
}
.expertise ul li:nth-child(1) a span svg g,
.expertise ul li:nth-child(3) a span svg g,
.expertise ul li:nth-child(6) a span svg g,
.expertise ul li:nth-child(8) a span svg g {
    stroke: #fff !important;
}

.liteGrayBg {
    background-color: #f0f0f0;
}
.cliebtsBox {
    background-color: #fff;
    border-bottom: 9px solid #484b84;
    padding: 35px 40px 20px;
    min-height: 100%;
}
.cliebtsBox h3 {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 6px;
}
.cliebtsBox span {
    font-size: 13px;
    padding-bottom: 23px;
    display: block;
}

.liteGrayBg .owl-theme .owl-nav {
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: 0px;
}
.liteGrayBg .owl-nav button {
    position: absolute;
    top: 6px;
}
.liteGrayBg .owl-nav button.owl-next {
    right: 0px;
}
.liteGrayBg .owl-nav button.owl-prev {
    left: 0px;
}
.owl-nav button:hover {
    background: none !important;
}
.owl-nav button span {
    display: block;
}
.owl-nav button svg {
    width: 40px;
}

.appDownload {
    text-align: center;
    padding: 60px 15px;
}
.appDownload a {
    display: inline-block;
    margin: 8px;
}

.footer {
    background-color: #f0f0f0;
    text-align: center;
    position: relative;
    margin-top: 70px;
    padding: 70px 15px 0;
    color: #818186;
}
.footer a {
    color: #818186;
}
.footer a:hover {
    color: #474b85;
}
.footLogo {
    position: absolute;
    top: -40px;
    left: 50%;
    margin-left: -40px;
}

.topFot {
    max-width: 370px;
    margin: 0 auto;
}
.topFot h4 {
    background-color: #f0f0f0;
    font-size: 20px;
    text-transform: uppercase;
    padding-bottom: 25px;
}

.botFoot {
    max-width: 530px;
    margin: 0 auto;
    border-top: 1px solid #474b85;
    font-size: 13px;
}
.botFoot ul {
    padding-bottom: 10px;
}
.botFoot li {
    display: inline-block;
    position: relative;
}
.botFoot li::before {
    content: "|";
    position: absolute;
    top: 5px;
    left: -3px;
}
.botFoot li:first-child::before {
    display: none;
}
.botFoot li a {
    display: block;
    padding: 5px 15px;
}

/*S Careers*/
.innerBanner {
    overflow: hidden;
    position: relative;
    height: 450px;
}
.innerBanner::before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(72, 75, 132, 0.7);
    width: 100%;
    height: 100%;
}
.innerBanner img {
    height: 100%;
    max-width: 100%;
    object-fit: cover;
}
.innerBanner h1 {
    font-family: 'antonioregular'; 
    color: #fff;
    font-size: 65px;
    width: 100%;
    height: 100%;
    justify-content: center;
    text-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
}
.bigFont {
    font-size: 21px;
    color: #3f3f3f;
    font-weight: 400;
    line-height: 31px;
}

.currentJobs .col-md-6 {
    padding-bottom: 45px;
    padding-top: 10px;
}
.currentJobs h5 {
    color: #484b84;
    margin-bottom: 8px;
}
.numVac {
    font-size: 16px;
    padding-bottom: 28px;
}
.numVac span {
    font-size: 20px;
    font-weight: 700;
    color: #484b84;
    padding-right: 3px;
}

.sliderBtn {
    font-family: 'antonioregular'; 
    display: inline-block;
    border-radius: 5px;
    border: solid 1px rgba(255, 255, 255, 0.4);
    background-image: linear-gradient(285deg, rgba(0, 0, 0, 0.4), rgba(255, 255, 255, 0.4) -1%);
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #484b84;
    padding: 12px 15px;
    -webkit-box-shadow: 5px 5px 10px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 5px 5px 10px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 5px 5px 10px 1px rgba(0, 0, 0, 0.3);
}
.sliderBtn:hover {
    background-image: linear-gradient(285deg, rgba(0, 0, 0, 0.4), rgba(255, 255, 255, 0.4) -1%);
    color: #484b84;
}
.sliderBtnArrow {
    padding-right: 48px !important;
    position: relative;
    min-width: 180px;
    padding-left: 20px;
    text-align: left;
}
.sliderBtnArrow:after {
    content: "\2192";
    font-weight: 400;
    font-size: 27px;
    line-height: normal;
    position: absolute;
    top: 55%;
    right: 30px;
    margin-top: -20px;
    color: #484b84;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.sliderBtnArrow:hover:not([disabled]):not(.is-disabled):after {
    -webkit-transform: translateX(0.5rem);
    transform: translateX(0.5rem);
}
/*E Careers*/

/* S News &amp; Articles */
.listView {
    color: #101010;
}
.listView .col-md-4 {
    margin-bottom: 50px;
}
.listView h3 {
    font-size: 18px;
    font-weight: 700;
    padding: 20px 0 5px 0;
}
.date {
    background: url(../images/date-icon.png) no-repeat 0 center;
    padding: 1px 0 2px 22px;
    min-height: 19px;
}
/* S News &amp; Articles */

/*S Professionals*/
.teamList {
    color: #484b84;
}
.teamList .col-md-4 {
    margin-bottom: 50px;
}
.teamList img {
    padding-bottom: 20px;
}
.teamList h3 {
    font-size: 18px;
    font-weight: 700;
    padding: 0px 0 10px 0;
    color: #101010;
}
.teamList .post {
    margin-bottom: 20px;
}

.teamList .call,
.teamList .mail {
    margin-bottom: 13px;
}
.call {
    background: url(../images/call.png) no-repeat 0 center;
    padding: 0px 0 2px 30px;
    min-height: 20px;
    display: block;
}
.mail {
    background: url(../images/mail.png) no-repeat 0 center;
    padding: 0px 0 2px 30px;
    min-height: 20px;
    display: block;
}

.teamSocialIcon {
}
.teamSocialIcon a {
    color: #484b84;
    width: 40px;
    height: 40px;
    line-height: 38px;
    float: left;
    text-align: center;
    display: block;
    margin-bottom: 10px;
    margin-right: 15px;
    border: 1px solid #484b84;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.teamSocialIcon a:hover {
    background-color: #484b84;
    color: #fff;
}
/*E Professionals*/

/* S Contact */
.contactPage .centerText {
    padding: 70px 15px 70px 70px;
}
.contactPage .grayBg .centerText {
    padding: 70px 70px 70px 15px;
}
.contactPage a {
    color: #707070;
}
.contactPage a:hover {
    color: #111;
}
.iconText img {
    float: left;
    padding: 5px 10px 0 0;
}
.iconText span {
    position: relative;
    overflow: hidden;
    display: block;
}
.whatsapp img {
    padding-top: 2px;
}

.redStar {
    color: red;
    font-size: 80%;
}
.customForm label {
    color: #101010;
}
.customForm .form-group {
    margin-bottom: 1.5rem;
}
.customForm .form-control {
    border: 1px solid #999;
}
/* E Contact */

/* S Expertise */
.decimalList {
    list-style-type: decimal;
    margin-left: 15px;
}
.decimalList li {
    line-height: 24px;
    padding-bottom: 15px;
}
.decimalList li::marker {
    font-weight: bold;
}

.detailTabNav {
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
}
.detailTabNav .nav-item {
    padding-right: 35px;
}
.detailTabNav .container {
    padding: 0 15px;
}
.detailTabNav .nav-link {
    background-color: transparent !important;
    color: #4d4d4d !important;
    text-align: center;
    padding: 23px 0px 20px;
    border-bottom: 3px solid #fff;
    font-size: 16px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.whiteTab .nav-link {
    border-bottom-color: #fff;
}
.detailTabNav .active {
    font-weight: 700;
    border-bottom-color: #484b84;
    color: #484b84 !important;
}
/* E Expertise */

/* liferay change */
.main-content-body {
    margin-top: 0px !important;
}
.portlet-header {
    display: none !important;
}
.portlet-column {
    padding: 0px !important;
}
.portlet-content {
    padding: 0px !important;
}
.portlet-layout.row {
    margin-right: 0;
    margin-left: 0;
}
.portlet {
    margin-bottom: 0px !important;
}
.slider {
    width: 100% !important;
    margin: 0 auto !important;
}

.slick-slide {
    margin: 0px !important;
}

.slick-slide img {
    width: 100% !important;
}

.slick-prev:before,
.slick-next:before {
    color: black !important;
}

.slick-slide {
    transition: all ease-in-out 0.3s !important;
    opacity: 0.2 !important;
}

.slick-active {
    opacity: 0.5 !important;
}

.slick-current {
    opacity: 1 !important;
}
.slick-prev {
    left: 15px !important;
}
.slick-next {
    right: 15px !important;
}
.slick-dots {
    bottom: 0 !important;
}
.slick-dots li button {
    display: none !important;
}
.slick-prev,
.slick-next {
    background: transparent !important;
    width: auto !important;
    height: auto !important;
    border-radius: 0 !important;
}
.slick-prev:before,
.slick-next:before {
    color: #ffffff !important;
    font-size: 26px !important;
    line-height: normal !important;
    font-family: FontAwesome !important;
}
.slick-prev::before {
    content: "\f053" !important;
}
.slick-next::before {
    content: "\f054" !important;
}
.slick-dots li {
    background-color: #ffffff !important;
    width: 10px !important;
    height: 10px !important;
    display: inline-block !important;
    border-radius: 50% !important;
    margin: 4px !important;
}
.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}


/* Expertise Timeline Design */

.timeline .content{margin-bottom:80px}
.timeline{
	position:relative;
	width:800px;
	padding:20px;
	display:flex;
	justify-content:center;
	align-items:center;
	margin: 0 auto;
}
.timeline:before{
	content: '';
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	width:2px;
	height:100%;
	/* background-color:#ccc; */
	background-image:url('../images/border.jpg');
}
.timeline:after{
	content: '';
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	width:15px;
	height:15px;
	border-radius:50%;
	background-color:#2b2d53;	
	bottom: 0;
}
.timeline ul:after{
	content: '';
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	width:15px;
	height:15px;
	border-radius:50%;
	background-color:#2b2d53;
	
	top: 0;
}
.timeline ul{
	list-style-type:none;
}
.timeline ul li{
	width:50%;
	padding:5px 50px 40px 50px;
	cursor:pointer;
	position: relative;
	margin-top: 15%;
}
.timeline ul li:nth-child(even):before{
	content:'';
	position:absolute;
	width:15px;
	height:15px;
	background-color:#d1d1d1;
	border-radius:50%;
	left:-6px;
	top:12px;
	transition:.5s;
}
.timeline ul li:nth-child(odd):before{
	content:'';
	position:absolute;
	width:15px;
	height:15px;
	background-color:#d1d1d1;
	border-radius:50%;
	right:-8px;
	top:12px;
	transition:.5s;
}
.timeline ul li:hover:before{
	box-shadow:0px 0px 5px 2px #484b84;
}
.timeline ul li:nth-child(even){
	float:right;
	text-align:left;
	clear:both;
}
.timeline ul li:nth-child(odd){
	float:left;
	text-align:right;
	clear:both;
}

.timeline ul li:nth-child(odd) .time{
	position:absolute;
	right:calc(-100% + -25px);
	top: -50%;
	/*! background-color:#0fb9b1; */
	color:#fff;
	text-align:left;
	padding-left:10px;
	width:100%;
	height:auto;
	line-height:28px;
	border-radius:20px; 
	/*! box-shadow:0px 0px 0px 3px rgba(15,185,177,.3); */
}
.timeline ul li:nth-child(even) .time{
	position:absolute;
	left:calc(-100% + -25px);
	top: -50%;
	/*! background-color:#0fb9b1; */
	color:#fff;
	text-align:right;
	padding-right:10px;
	width:100%;
	height:auto;
	line-height:28px;
	border-radius:20px; 
	/*! box-shadow:0px 0px 0px 3px rgba(15,185,177,.3); */
}
.timeline ul li .content h3{
	color:#484b84;
	font-size:30px;
	margin-bottom: 15px;
}
.timeline ul li .content p{
	color:#222;
}

/*@media (min-width:750px){.timeline ul li .time{margin-top:200px}} */
@media (max-width:750px){
	.timeline:after{left:20px}
	.timeline ul:after{left:20px}
	.timeline .content{margin-bottom:0px !important}
	.timeline ul li .content img {width:24px}
	.timeline ul li .content h3 {
    color: #484b84;
    font-size: 24px;
    margin-bottom: 15px;
    margin-top: 20px;
}
	.timeline ul li {width:80% !important;margin-top: 0 !important;}
	.timeline{
		width:100%;
		margin:5px 0px;
	}
	.timeline:before{
		left:20px;
	}
	.timeline ul li{
		width:100%;
		padding:3px 0px 40px 20px;
		cursor:pointer;
	}
	.timeline ul li:nth-child(even):before{
		left:-6px;
	}
	.timeline ul li:nth-child(odd):before{
		left:-6px;
	}
	.timeline ul li:nth-child(even){
		float:left;
		text-align:left;
	}
	.timeline ul li:nth-child(odd){
		float:left;
		text-align:left;
	}
	.timeline ul li:nth-child(odd) .time{
		position:static;
		text-align:left;
		padding-left:5px;
		box-shadow:0px 0px 0px 0px ;
	}
	.timeline ul li:nth-child(even) .time{
		position:static;
		text-align:left;
		padding-left:5px;
		box-shadow:0px 0px 0px 0px ;
	}
}

/* Expertise Timeline Design */