@font-face {
    font-family: 'Poppins Regular';
    src: url('../fonts/Poppins/Poppins-Regular.ttf');
}
@font-face {
    font-family: 'Poppins ExtraBold';
    src: url('../fonts/Poppins/Poppins-ExtraBold.ttf');
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, 
img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, 
tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, 
summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
    scroll-behavior: smooth;
    position: relative;
}
html, body {
    width: 100%;
    position: relative;
    display: block;
    font-family: 'Poppins Regular', Verdana, sans-serif;
    font-size: 20px;
    background-color: white;
    color: #666666;
}
h1,h2,h3,h4,h5,h6 {
    font-family: 'Poppins ExtraBold', Verdana, sans-serif;
    color: #333333;
}
h1{
    font-size: 60px;
    text-align: center;
}
h2{
    font-size: 40px;
}
button{
    font-family: 'Poppins ExtraBold', Tahoma, Verdana, sans-serif;
    padding: 14px 25px 12px;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    background: transparent;
    color: #3e48a2;
    background: #ffffff;
}
button span {
    font-family: sans-serif;
}
a{
    text-decoration: none;
    font-size: 14px;
}
body > section {
    overflow: hidden;
}

.container{
    width: 1100px;
    margin: auto;
    position: relative;
    display: table;
}

/* Header Section Starts */

header{
    position: absolute;
    display: inline-block;
    width: 100%;
    z-index: 2;
}
.logo{
    float: left;
    padding: 33px 0;
}
.logo img {
    cursor: pointer;
}
.menu {
    float: right;
}
.menu ul li{
    display: inline-block;
    padding: 25px 20px;
}
.menu ul li a {
    color: #ffffff;
    text-decoration: none;
}
.menu ul li a:before {
    content: "";
    position: absolute;
    width: 90%;
    height: 2px;
    bottom: 12px;
    left: 7px;
    background-color: #fff;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.menu ul li a:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.Layer {
    position: absolute !important;
    display: block;
    width: 100% !important;
    height: calc(100% - 100px);
    background: transparent;
    z-index: 1;
    right: -30%;
    top: 100px;
}

.homebanner {
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
}
.banner-section > div{
    display: flex;
    align-items: center;
}
.banner-section{
    background: linear-gradient(to right, #3e5cb7 , #2ca6e3);
    position: relative;
    display: block;
}
.banner-section h1{
    padding-bottom: 1em;
    text-align: left;
    color: #fff;
    font-size: 40px;
    line-height: 55px;
}

.about-banner {
    background: #fff;
}
.svg-snowscene {
    width: 88%;
    overflow: visible;
    transform: rotate(110deg);
    margin-left: 7%;
    position: absolute;
}
  
.snow {
    fill: #fff;
    animation-name: snowing;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-out;
    fill-opacity: 0;
}
.snow:nth-child(2n) {
    animation-delay: 1.5s;
}
.snow:nth-child(3n) {
    animation-delay: 2.3s;
    animation-duration: 10.3s;
}
.snow:nth-child(4n) {
    animation-delay: 0.8s;
    animation-duration: 10.2s;
}
.snow:nth-child(5n) {
    animation-delay: 2.8s;
}

@keyframes snowing {
    0% {
      fill-opacity: 1;
    }
    100% {
      fill-opacity: 0;
      transform: translateY(500px);
    }
}

/* Header Section Ends */
#slider {
    width: 100%;
    height: 150px;
    overflow: hidden;
    display: none;
  }
  .slides {
    position: relative;
    margin: 0;
    padding: 0;
  }
  .slide {
    position: absolute;
    list-style-type: none;
    text-align: left;
    width: 100%;
    top: 0;
    left: 0;
    color: white;
  }
  .banner-section .container > div {
      position: relative;
      display: inline-block;
      width: 100%;
      text-align: center;
      margin-top: -50px;
  }
/* Highlights Section Starts  */

.highlights-section {
    background: #ffffff;
    position: relative;
    display: block;
    padding: 2em 0 0;
}
.highlights-section h1 {
    padding: 1em;
}
.highlight-divisions {
    width: 100%;
    position: relative;
    display: block;
}
.highlight-divisions article {
    width: 100%;
    position: relative;
    display: inline-block;
}
.highlight-divisions div {
    width: 33%;
    float: left;
    text-align: center;
    margin: 3em 0;
    min-height: 140px;
}
.highlight-divisions div p {
    width: 60%;
    margin: auto;
    font-size: 16px;
}
.highlight-divisions span {
    background: linear-gradient(to right, #3e5cb7 , #2ca6e3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 37px;
    font-weight: 900;
}
.Rborders{
    border-right: 1px solid #e7e7e7; 
}
.extraSec {
    padding: 8%;
    position: relative;
    float: left;
}
.comingSoon {
    position: absolute;
    display: none;
    margin: auto;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #3e5cb7 , #2ca6e3);
    z-index: 9;
}
.comingSoon::after{
    content: "Video Coming Soon";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    color: white;
    height: 50px;
    text-align: center;
    font-size: 1.5em;
}
.highlight-video-section{
    width: 100%;
    height: auto;
    background: linear-gradient(to bottom, transparent 0%,transparent 50%,#fbfbfb 50%,#fbfbfb 100%);
}
.highlight-video-section .container {
    width: 750px;
}
.highlight-works {
    position: relative;
    display: table;
    background: white;
    padding: 0 0 3em;
    width: 100%;
}
.highlight-works > div > div{
    width: 33%;
    float: left;
    padding: 3em 0;
    min-height: 175px;
}
.highlight-works > div > div > div{ 
    padding: 0 2em 0 3em;
}
.highlight-works > div > div > div span {
    position: absolute;
    top: 25px;
    left: 2em;
    background: #edf1fa;
    border-radius: 50%;
    font-size: 13px;
    color: #abb9e0;
    height: 25px;
    width: 25px;
}
.highlight-works > div > div > div span note {
    padding: 5px 9px;
    position: relative;
    display: table;
}
.highlight-works h4{
    font-size: 24px;
    padding: 20px 0;
    color: #4a65be;
}
.highlight-works > div > div > div p{
    font-size: 14px;
}
/* Highlights Section Ends */

/* Insight Section Starts */
.insight{
    background: #fbfbfb;
    padding: 4em 0;
}
.insight .container > h1 {
    margin-top: 1em;
}
.insight-img{
    position: relative;
    display: block;
    margin-bottom: 3em; 
}
.insight-img img{
    width: 45%;
    display: block;
    margin: auto;
    margin-bottom: 15px;
}
.insight-img ul {
    width: 100%;
}
.insight-img ul li {
    list-style: none;
    font-size: 14px;
    display: inline-block;
    width: 24%;
    color: #666;
    text-align: center;
}
.insight-img ul li:after {
    content: "";
    width: 22%;
    height: 1px;
    background: #979797;
    position: absolute;
    right: -12%;
    top: 0;
    bottom: 0;
    margin: auto;
}
.insight-img ul li:last-child:after{
    display: none;
}
.insight > div > div {
    position: relative;
    display: table;
    width: 100%;
    text-align: center;
}
.insight > div > div > article {
    position: relative;
    display: table;
    width: 100%;
}
.insight > div > div > article > h2 {
    text-align: left;
    padding: 2em 20px 0;
    font-size: 30px;
}
.insight-sec {
    width: 40%;
    float: left;
    margin: 5em 20px;
    background: #ffffff;
}
.companySecProf .insight-sec {
    width: 30%;
    margin: 5em 1.2%;
    float: left !important;
}
.companyPage .insight-sec {
    box-shadow: 3px 3px 2px -1px #888;
    margin: 2em 1.2%;
}
.companyPage .insight-sec h2{ 
    background: linear-gradient(to right, #3e5cb7 , #2ca6e3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 1em;
    font-size: 22px;
}
.companyPage .insight-sec span{ 
    display: block;
}
.companyPage .insight-sec p{ 
    display: block;
    padding: 0 2em;
    font-size: 14px;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 100px;
    margin: 2em auto;
    /* line-height: 1; */
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.companyPage .insight-sec button {
    margin-bottom: 5em;
}
.member-sec {
    width: 26%;
    /*float: left;*/
    margin: 3em 10px;
    background: transparent;
    padding: 2%;
    display: inline-block;
}
.member-sec span{
    /*background: linear-gradient(to bottom, transparent 0%,transparent 50%,#ffffff 50%,#ffffff 100%);*/
    position: relative;
    display: block;
}
.insight-sec:nth-child(even) {
    float: right;
}
/*.member-sec:nth-child(even){
    float: left;
}*/
.insight-sec img {
    width: 100%;
    cursor: pointer;
}
.member-sec .dec {
    position: relative;
    display: none;
    padding: 20px;
    font-size: 14px;
}
.member{
    background: transparent;
    box-shadow: none;
    text-align: center;
    min-height: auto;
}
.insight-sec div {
    box-shadow: 0px 3px 1px 1px #e7e7e7;
    text-align: left;
    background: white;
    min-height: 180px;
}
.insight-sec p{
    padding: 2em 2em 1em;
    line-height: 25px;
    font-size: 14px;
    text-align: left;
}
.insight-sec button {
    margin: 0 0 2em 1em;
}
.insight-sec button a{
    background: linear-gradient(to right, #3e5cb7 , #2ca6e3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.insight > div > div > button {
    background: linear-gradient(to right, #3e5cb7 , #2ca6e3);
    color: white;
}
/* Insignt Section Ends */
.menu_active {
    background: linear-gradient(to right, #3e5cb7 , #2ca6e3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.abt-menu ul li a {
    color: #333333;
}
.abt-menu ul li a:hover {
    background: linear-gradient(to right, #3e5cb7 , #2ca6e3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.abt-menu ul li a:before {
    background-color: transparent;
}
.abt-menu .bar1, .abt-menu .bar2, .abt-menu .bar3 {
    background-color: #24cdfc !important;
}
.about-banner > div{
    display: flex;
    align-items: center;
    text-align: center;
}
.about-banner > div > div {
    width: 65%;
}
.about-banner > div > div img {
    width: 100%;
}
.about-banner{
    background: #fff;
    position: relative;
    display: block;
    padding-top: 8em;
    padding-bottom: 8em;
}
.about-banner h1{
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
}
.about-banner p {
    width: 80%;
    text-align: left;
}
.members  div > article > h2 {
    text-align: center !important;
}
.member-sec span img {
    width: 200px;
    border-radius: 50%;
}
.member h3 {
    padding: 15px 20px 5px;
    font-size: 15px;
    /*width: 79%;*/
}
.member p {
    padding: 0px 20px;
    font-size: 14px;
    text-align: center;
}
.member img {
    width: 24px;
    height: 24px;
   /* position: absolute;
    top: 15px;
    right: 25px;*/
    padding: 10px 20px;
}
.multiColor{
    background: linear-gradient(to right, #3e5cb7 , #2ca6e3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.modal {
    display: none;
}
.modal > .bgSec {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
    opacity: .5; 
}
.modal article {
    z-index: 9999;
    width: 500px;
    position: fixed;
    top: 25px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.modal article div {
    box-shadow: none;
}
.mem{
    background: linear-gradient(to bottom, transparent 0%,transparent 50%,#ffffff 50%,#ffffff 100%);
}
.modal article img{
    width: 250px;
    border-radius: 50%;
    margin: auto;
    position: relative;
    display: block;
}
.mem-dec {
    padding: 2em;
    background: white;
    font-size: 14px;
}
.close-model {
    position: absolute;
    right: 20px;
    color: #ccc;
    z-index: 9;
    top: 55%;
    cursor: pointer;
}
.platform-banner {
    padding-top: 100px;
    background-image: linear-gradient(to bottom, white 75%, #fbfbfb 25%);
    overflow: visible;
}
.platform-banner h1 {
    padding-bottom: 1em;
    font-size: 50px;
}
.platform-banner p {
    width: 100%;
    margin: auto;
    text-align: center;
}
.platform {
    background: #f8f8f8;
    padding: 4em 0;
}
.platform h1 {
    text-align: left;
    padding: 0em 0 1em;
}

.platform > div > div {
    position: relative;
    display: table;
    width: 100%;
    text-align: left;
    line-height: 75px;
    font-size: 33px;
}

.platform > div > div > p {
    color: #999999;
}

.platformDiv {
	width: 100%;
	display: block;
	position: relative;
    margin: 1em auto 0;
}

.platform-video{   
    margin: 3em auto;
    width: 1100px;
}
.carousel {
    left: 0 !important;
    position: relative !important;
}
.carousel-indicators {
    left: 0;
    width: auto;
    right: 0;
    margin: auto;
    bottom: -50px;
    display: block;
}
.carousel-indicators .active {
    background-color: #3d61ba;
}
.carousel-indicators li {
    border: 1px solid #3d61ba;
}
.carousel-inner .item:nth-child(odd) .slider-content{
    float: left;
}
.carousel-inner .item:nth-child(odd) .slider-img{
    float: right;
}
.carousel-inner .item:nth-child(even) .slider-content{
    float: right;
}
.carousel-inner .item:nth-child(even) .slider-img{
    float: left;
}
.carousel-control.right{
    background-image: none;
    right: -5%;
}
.carousel-control.left {
    background-image: none;
    left: -5%;
}
.platformDiv .carousel-control span:before {
    color: #007dff;
}
.carousel-control {
    width: 2%;
    opacity: 1;
}
.platformDiv h3 {
	width: 100%;
	display: block;
    font-size: 32px;
    padding-bottom: 0em;
}
.platformContent {
	width: 48%;
	position: relative;
	display: inline-block;
}
.platformContent p {
	width: 100%;
	text-align: left;
	font-size: 14px;
}
.platformDiv ul {
	padding: 1.2em;
	font-size: 14px;
	list-style-type: disc;
}
.platformDivhr{
	width: 90%;
	height: 1px;
	position: relative;
	margin: auto;
	background-color: #ccc;
	opacity: .2;
	margin-top: 1em;
	margin-bottom: 2em;
}
.platformImg{
    position: relative;
    display: table;
    padding: 2em 0px;
    width: 100%;
    margin-bottom: 2em;
}
.platformImg h3 >span {
	font-size: 35px;
}
.platform-tab h1 >span {
	font-size: 35px;
}
.platformImg > span {
    width: 62%;
    /*margin: 0 auto;*/
    display: block;
    float: right;
}
.platformImg > span img {
    width: 90%;
    position: relative;
    display: table;
	/*margin: auto;*/
}
.platformDiv a {
    text-decoration: none;
}
.platformDiv button{
    background: linear-gradient(to right, #3e5cb7 , #2ca6e3);
    color: white;
    margin: 1.5em 0 0em;
    font-family: 'Poppins Regular';
    font-size: 14px;
    padding: 13px 16px 12px;
}
.platformDiv .platformImg .slider-content > span {
    font-size: 12px;
    margin-left: 10px;
}
.platform-tab {
    position: relative;
    display: block;
    width: 100%;
    background: #fbfbfb;
    padding: 4em 0;
}
.platform-tab table{
    width: 100%;
    border-collapse: collapse;
    margin-top: 3em; 
}
.platform-tab tr {
    width: 100%;
    display: table-row;
    font-size: 15px;
    border: 1px solid #ebeaea;
}
.platform-tab thead tr,
.platform-tab tbody tr:last-child  {
    background: transparent !Important;
    border-bottom: none;
}
.platform-tab tr:last-child {
    text-align: center;
    /*display: none;*/
}
.platform-tab tr td:nth-child(1),
.platform-tab tr th:nth-child(1){
    width: 32%;
    text-align: left;
}
.platform-tab tr td a {
    font-weight: 900;
    text-align: center;
    width: 100%;
    position: relative;
    display: block;
    font-style: 18px;
}
.platform-tab tr td,
.platform-tab tr th {
    width: 13%;
    position: relative;
    display: table-cell;
    padding: 10px 15px;
    border: 1px solid #ebeaea;
}
.platform-tab tr td {
    font-size: 12px;
    text-align: center;
}
.platform-tab thead tr td{
    color: #000;
    text-align: center;
    padding: 2em 0;
}
.platform-tab thead tr td p {
    color: #000;
    font-family: 'Poppins Regular', Verdana, sans-serif;
    font-size: 14px;
}
.pricingXmark {
	font-size: 13px !important;
	color: red !important;
	font-weight: 900;
	border: 2px solid;
	padding: 0 0 0px 0;
	width: 22px;
	height: 22px;
	position: relative;
	display: inline-block;
	border-radius: 50%;
}
.platform-tab thead tr td span {
    font-size: 30px;
    color: #5db9ea;
	font-weight: 900;
}
.platform-tab ul.tabs {
	float: right;
	border: 2px solid #5db9ea;
	margin-top: 1.2em;
}
.platform-tab ul.tabs li {
	display: inline-block;
	padding: 0 10px;
	cursor: pointer;
	color: #5db9ea;
}
.platform-tab ul.tabs li.active {
	background: #5db9ea;
	color: white;
}
.startupsTab {
	display: none;
}
.tooltipIcon{
	position: relative;
	float: right;
}
.tooltipIcon img{
	width: 13px;
	float: right;
	right: -2px;
	top: 2px;
	cursor: pointer;
}
.tooltipIcon:hover tooltip{
	display: block;
}
tooltip{
	position: absolute;
	display: none;
	color: #000;
	width: 100px;
	padding: 5px;
	border-radius: 5px;
	top: -7px;
	left: 28px;
	background: #ccc;
	z-index: 99;
}
tooltip:before {
	content: "";
	width: 0; 
	height: 0; 
	border-top: 7px solid transparent;
	border-bottom: 6px solid transparent;
	border-right: 13px solid #ccc;
	position: absolute;
	left: -12px;
	top: 10px; 
}
/*.platform-tab thead tr td:nth-child(2){
    border: none;
}
.platform-tab thead tr td:nth-child(4){
    border: none;
}
.platform-tab thead tr td:nth-child(3){
    border: none;
}*/
.platform-tab tbody tr:last-child td {
    cursor: pointer;
    padding: 2em 0;
}
.platform-tab button {
    background: transparent;
    border: 1px solid #ccc;
    color: #ccc;
    font-family: 'Poppins Regular', Verdana, sans-serif;
}
.platform-tab button:hover {
    background: linear-gradient(to right, #3e5cb7 , #2ca6e3);
    color: white;
    border: none;
}
/*.platform-tab tbody tr:last-child td:nth-child(2){
    background: #2e9ede;
    border-left: 2px solid #2e9ede;
    border-right: 2px solid #445ade;
    color: white;
}
.platform-tab tbody tr:last-child td:nth-child(4){
    color: white;
    background: #3d61ba;
    border-left: 2px solid #445ade;
    border-right: 2px solid #3d61ba;
}
.platform-tab tbody tr:last-child td:nth-child(3){
    color: white;
    background: #445ade;
    border-left: 2px solid #3d61ba;
    border-right: 2px solid #3d61ba;
}
.platform-tab tr:last-child td:nth-child(5){
    background: #3889bc;
    color: white;
}*/
.platform-tab tr:first-child,
.platform-tab tr:last-child {
    border: none;
}
.platform-tab thead tr:first-child td:first-child,
.platform-tab tr:last-child td:first-child {
    border: none;
}
.platform-tab tbody tr td span {
    color: #5db9ea;
    text-align: center;
    font-size: 9px;
}
/*.platform-tab tr td:nth-child(3) span {
    background: #445ade;
}
.platform-tab tr td:nth-child(4) span {
    background: #3c60b9;
}
.platform-tab tr td:nth-child(5) span {
    background: #3889bc;
}*/
.platform-tab tr td:nth-child(2),
.platform-tab tr td:nth-child(3),
.platform-tab tr td:nth-child(4){
    border-left: 1px solid #ebeaea;
    border-right: 1px solid #ebeaea;
}
.platform-tab tr:nth-child(odd) {
    background: #f8f8f8;
}
.platform-tab tr:nth-child(even) {
    background: #fff;
}
.benchmarkSec {
    position: relative;
    display: block;
    width: 100%;
    background: #ffffff;
    background-image: linear-gradient(to bottom, white 75%, #fbfbfb 25%);
    padding: 4em 0 0;
    overflow: visible;
}
.slider-content {
    width: 35%;
    padding: 2em 0;
}
.platform-banner .slider-content {
    float: left;
}
.benchmarkSec .slider-content {
    float: right;
}
.slider-content p {
    text-align: left;
    padding: 1em 0;
    color: #666;
    font-size: 14px;
}
.benchmarkSec .slider-img {
    float: left;
}
.benchmarkPricing {
    padding-top: 3em;
    position: relative;
    display: table;
    width: 100%;
    text-align: center;
}
.benchmarkPricing > div{
    width: 28%;
    margin: 2%;
    text-align: center;
    background: #fff;
    padding: 25px 0;
    display: inline-block;
    cursor: pointer;
    box-shadow: -2px 3px 2px #ccc;
}
.benchmarkPricing > div:hover {
    background: linear-gradient(to right, #3e5cb7 , #2ca6e3);
    color: white;
    box-shadow: -3px 5px 5px #888;
    transform: scale(1.2);
}
.benchmarkPricing > div p{ 
    width: 62%;
    margin: auto;
    font-size: 12px;
    font-weight: 900;
}

.benchmarkPricing > div span{ 
    font-size: 30px;
    color: #5db9ea;
    padding: 15px 0 0;
    position: relative;
    display: block;
}

.benchmarkPricing > div span a{
    color: #5db9ea;
    text-decoration: none;
}

.benchmarkPricing > div span sub{ 
    font-size: 12px;
    top: -3px;
    left: 5px;
}

.benchmarkPricing > div:hover span{
    color: #fff;
}
.benchmarkPricing > div:hover span a{
    color: #fff;
}
/*.platform-tab tr td:last-child {
    border-right: 0px solid #3d61ba;
 }*/
.wwdo {
    position: relative;
    display: block;
    width: 100%;
    background: #f8f8f8;
    padding: 4em 0;
}
.wwdo > div > div > p {
    color: #666666;
    padding: 10px 1em 0;
    font-weight: 600;
}
.wwdo ul {
    padding-left: 3em; 
}
.wwdo ul li ul {
    padding-left: 1.5em;
}
.wwdo ul li ul li {
    list-style-type: none;
}
.wwdo ul li ul li:before{
    content: "-";
    position: absolute;
    left: -1em;
}
.wwdo ul li{
    color: #7a7a7a;
    text-align: left;
}
.wwdo-banner {
    padding-top: 100px;
    padding-bottom: 5em;
}
.wwdo-banner > div {
    padding: 5em 0;
}

.wwdo-banner > div > div{
    width: 50%;
    float: left;
}

.wwdo-banner > div > div img {
    width: 100%;
}

.wwdo-banner h1 {
    padding-bottom: .5em;
    text-align: left;
}
.wwdo-banner p {
    width: 80%;
    text-align: left;
}
.wwdo-division {
    position: relative;
    display: inline-table;
    width: 30%;
    margin: 3em 10%;
}
.wwdo-division div{
    width: 45%;
    position: relative;
    display: inline-block;
}
.wwdo-heading{
    text-align: right;    
    float: left;
    position: absolute !important;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 100px;
}
.wwdo-content{
    text-align: left;   
    float: right;
}
.wwdo-division:nth-child(even) .wwdo-heading {
    float: right;
    text-align: left;
    right: 0;
}
.wwdo-division:nth-child(even) .wwdo-content {
    float: left;
}
.wwdo-heading:before {
    content: "";
    position: absolute;
    right: 0;
    top: -10px;
    width: 100px;
    height: 5px;
    background: linear-gradient(to right, #3e5cb7 , #2ca6e3);
}
.wwdo-division:nth-child(even) .wwdo-heading:before {
    left: 0;
}
.client {
    padding: 2em 0;
}
.client div > div {
    padding: 2em 0;
    display: inline-block;
    text-align: center;
}
.client div img {
    width: 25%;
    margin: 0 2% 2em;
}
.contact-banner {
    padding-top: 100px;
    padding-bottom: 5em;
}
.contact{
    position: relative;
    display: block;
    width: 100%;
    background: #f8f8f8;
    padding: 4em 0;
}
.col-6 {
    width: 50%;
    float: left;
}
.col-6 img {
    width: 100%;
}
.col-6 div{
    padding: 3em;
}
.contact button{
    background: linear-gradient(to right, #3e5cb7 , #2ca6e3);
    color: white;
    margin: 20px 0;
}
/* Footer Section Starts */

.footer-banner {
    text-align: center;
    background: linear-gradient(to right, #3e5cb7 , #2ca6e3);
    padding: 5em;
}
.footer-banner h1{
    color: #ffffff;
    margin-bottom: 1em; 
}
.footer-banner button {
    padding: 0;
}
.footer-banner button a{
    background: linear-gradient(to right, #3e5cb7 , #2ca6e3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 14px 25px 12px;
    position: relative;
    display: block;
}
.footer-social-media{
    position: relative;
    display: table;
    width: 100%;
    padding: 1em 0;
    background: #fff;
}
.footer-social-media .container > span{
    position: relative;
    display: block;
    float: left;
    padding: 20px;
}
.footer-social-media ul {
    float: left;
    padding-top: 15px;
    padding-bottom: 15px; 
    margin: auto .7em;
}
.footer-social-media ul li{
    display: block;
    padding: 5px;
    font-size: 14px;
}
.footer-social-media ul li:nth-child(1) {
    padding-bottom: 1em;
    font-size: 16px;
    color: #000;
}
.footer-social-media ul li a {
    color: #666;
    text-decoration: none;
}
.footer-social-media .container > div {
    position: relative;
    float: left;
    display: block;
    color: #666;
    padding: 20px 1em 1em;
    font-size: 16px;
}
.footer-social-media .container > div article {
    padding-bottom: 1em;
}
.footer-social-media p{
    padding: 10px 0;
    color: #fff;
    font-size: 12px;
}
.footer-social-media .container > div > div a {
    color: #666;
}
/* Footer Section Ends */


.indexBenchmark {
        background: #ffffff;
}
.indexInsigts {
        background: #fbfbfb;
}
@media (max-width: 1200px) {
    .container {
        width: 100%;
    }
    .logo {
        padding: 27px 15px 0;
    }
    .banner-section h1 {
        padding-left: 15px;
    }
    .banner-section button {
        margin-left: 15px;
    }
    .highlight-works > div > div > div{
        padding: 0 2em 0 2em;
    }
    .highlight-works > div > div > div span{
        top: 6px;
        left: 6px;
    }
    .highlight-works h4 {
        font-size: 25px;
        padding: 0px 0 20px;
    }
    .platform h1 {
        width: 90%;
        margin: auto;
    }
    .platform > div > div {
        width: 90%;
        margin: auto;
        font-size: 25px;
    }
    .wwdo h1 {
        padding-left: .3em; 
    }
    .about-banner {
        width: 95%;
        margin: auto;
    }
    .platformImg h3 >span {
    	font-size: 30px;
    }
}
@media (max-width: 915px) { 
    .highlight-works > div > div {
        width: 95%;
        padding-left: 15px;
        margin: auto;
        float: none;
        clear: both;
        min-height: auto;
    }
    .highlight-works .Rborders{
        border: none;
    }
    .highlight-works > div > div{
        padding: 2em 0;
    }
    .highlight-works > div > div > div{
        padding: 0 2em 0 3em;
    }
    .banner-section .container > div {
        width: 60%;
    }
    .menu ul li {
        padding: 25px 10px;
    }
    .platformImg h3 >span {
    	font-size: 25px;
    }
}
@media (max-width: 767px) {
    html, body {
        font-size: 17px;
    }

    h1,.platform-banner h1,.banner-section h1{
        font-size: 28px;
    }

    h2,.insight > div > div > article > h2 {
        font-size: 22px;
    }

    .logo {
        padding: 15px 20px;
    }

    .mobMenu {
        display: inline-block;
        cursor: pointer;
        position: absolute;
        right: 20px;
        top: 10px;
    }

    .bar1, .bar2, .bar3 {
        width: 28px;
        height: 4px;
        background-color: #ffffff;
        margin: 5px 0;
        transition: 0.4s;
    }
    
    .change .bar1 {
        -webkit-transform: rotate(-42deg) translate(-5px, 6px);
        transform: rotate(-42deg) translate(-5px, 6px);
    }
    
    .change .bar2 {opacity: 0;}
    
    .change .bar3 {
        -webkit-transform: rotate(40deg) translate(-6px, -8px);
        transform: rotate(40deg) translate(-6px, -8px);
    }

    .menu ul li {
        padding: 7px 10px 7px 25px;
        display: block;
        text-align: right;

    }
    .menu ul li a:before {
        background: transparent;
    }
    .menu{
        display: none;
        width: auto;
        margin-right: 15px;
        margin-top: 3em;
    }
    .abt-menu.menu {
        margin-top: 0;
        margin-right: 0;
        width: 100%;
        background: #eee;
    }
    .platform > div > div {
        font-size: 20px;
        line-height: 50px;
    }
    .contact{
        padding-top: 0px; 
    }
    .col-6{
        width: 100%;
    }
    .banner-section .container > div {
        width: 100%;
    }
    #slider {
        height: 100px;
    }
    .platform-tab table{
        width: 750px;
        margin: 3em auto 0;
    } 
    .platform-tab .container {
        overflow-x: auto;
        width: auto;
        display: block;
    }
    .highlight-video-section .container {
        width: 90%;
    }
    .member-sec {
        width: 45%;
        padding: 0;
    }
    .wwdo-division {
        margin: 1em auto;
        display: block;
        width: 100%;
        text-align: center;
    }
    .wwdo-division div {
        width: 97%;
        margin: auto;
        float: none !important;
        text-align: center !important;
    }
    .wwdo-heading {
        padding: 2em 0;
        position: relative !important;
    }
    .wwdo-heading:before {
        margin: auto;
        left: 0;
        top: 1em;
    }
    .wwdo-content{
        padding: 2em 0;
    }
    .platformDiv {
        width: 100%;
    }
    .benchmarkSec {
        padding-top: 0;
    }
    .slider-content {
        width: 95%;
        margin: auto;
        float: none;
        clear: both;
    }
    .platform-banner .slider-content,
    .benchmarkSec .slider-content {
        float: none;
    }
    .platformImg > span {
        width: 90%;
        margin: auto;
        float: none;
        clear: both;
    }
    .benchmarkSec .slider-img {
        float: none;
    }
    .platform-video {
        width: 100%;
    }
    .platform-video-content {
        width: 100%;
        float: none;
        clear: both;
    }
    .platform-banner {
        padding-top: 0;
    }
    .platformDiv h3 {
        font-size: 28px;
    }
    .platform-tab button {
        padding: 10px 11px 8px; 
    }
    .benchmarkPricing > div span {
        font-size: 25px;
    }
    .platform-tab {
        padding-top: 0;
    }
    .about-banner > div > div {
        width: 100%;
        text-align: center;
    }
    .about-banner h1 {
        text-align: center;
    }
    .about-banner p{
        text-align: center;
        margin: auto;
    }
    .wwdo-banner > div {
        padding: 0 0;
    }
    .wwdo-banner > div > div {
        width: 90%;
        float: none;
        clear: both;
        margin: auto;
    }
    .wwdo-banner h1{
        text-align: center;
    }
    .wwdo-banner p {
        text-align: center;
        margin: auto;
    }
    .about-banner > div {
        display: block;
    }

    .about-banner > div img {
        width: 100%;
    }

    .wwdo-banner > div > div img{
        width: 100%;
    }
    .carousel {
        position: relative;
    }
    .insight-img ul li {
        width: 49%;
        margin-bottom: 25px;
    }
    .insight-img ul li:nth-child(even):after {
        display: none;
    }
}

@media (max-width: 555px) { 
    .highlight-divisions div {
        width: 300px;
        margin: auto;
        float: none;
        clear: both;
        min-height: auto;
        padding: 3em 0;
    }
    .highlight-divisions div p {
        width: 75%;
    }
    .Rborders{
        border: none;
    }
    .Bborders{
        border-bottom: 1px solid #e7e7e7;
    }
    .highlight-works h4 {
        font-size: 20px;
    }
    .highlight-works > div > div > div span {
        top: 4px;
        left: 10px;
    }
    .insight-sec {
        width: 80%;
        float: none;
        clear: both;
        margin: 5em auto;
    }
    .insight-sec:nth-child(even) {
        float: none;
    }
    .insight-sec p {
        padding: 2em 1em 1em;
        font-size: 15px;
    }
    .footer-banner{
        padding: 5em 0;
    }
    .footer-social-media .container > span {
        float: none;
        margin: auto;
        text-align: center;
    }
    .footer-social-media .container > div {
        float: none;
        clear: both;
        text-align: center;
    }
    .footer-social-media ul {
        float: left;
        margin: auto;
        text-align: center;
        width: 50%;
        min-height: 200px;
    }
    .footer-social-media p {
        float: none;
        clear: both;
        margin: auto;
        text-align: center;
    }
    .platform > div > div {
        font-size: 15px;
        line-height: 37px;
    }
    .benchmarkPricing > div span {
        font-size: 22px;
    }
    .benchmarkPricing > div {
        width: 48%;
        margin: 0 1% 20px 0%;
        display: inline-table;
        min-height: 167px;
    }
    .member-sec {
        width: 90%;
    }
    .insight-img ul li {
        width: 100%;
        margin-bottom: 25px;
    }
    .insight-img ul li:after {
        display: none;
    }
}

/* Post Detail Page Styles*/
.post__detail {
    padding: 4em 0;
}
.post__detail .post__header {
    background: url(../images/postbg.png) repeat-x;
    padding-top: 150px;
}

.post__detail .post__title {
    font-size: 52px;
    text-shadow: 0 0 10px #fff;
    color: #34ccfc;
    font-weight: 500;
    font-family: 'Poppins Regular';
}
.post__detail .raw-content {
    padding: 20px;
}
.post__detail a {
    color: #34ccfc; 
}
.post__detail a:hover {
    color: #000; 
}
.post__detail .raw-content p {
    font-size: 16px;
    color: #2b2e3b;
    line-height: 28px;
    margin-bottom: 10px;
}
.post__detail .raw-content img {
    width: 100% !important;
}

.post__detail .companyList {
    padding: 20px; 
}
.post__detail .companyList .button {
    background: linear-gradient(to right, #3e5cb7 , #2ca6e3);
    color: white;
    margin: 20px 0;
    font-family: 'Poppins ExtraBold', Tahoma, Verdana, sans-serif;
    padding: 14px 25px 12px;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    margin-right: 10px; 
}

.post__detail .col-md-9 {
    width: 75%;
    float: left;
}

.post__detail .col-md-12 {
    width: 100%;
    float: left;
}

.post__detail .col-md-3 {
    width: 25%;
    float: left;
}
.user-feed-filter__header {
    padding: 16px 16px 5px;
}
.user-feed__filter-box, .user-feed__user-lists-box {
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 4px;
    margin-bottom: 16px;
    background: #fff;
    margin : 20px 0;
}
.user-feed-filter__title {
    color: #2b2e3b;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}
.user-feed-filter__selected-companies {
    font-size: 12px;
    line-height: 31px;
    color: #95969d;
}
.user-feed__filter-box ul li {
    list-style: none;
}
.user-feed-filter__user-lists-fadeout-container {
    padding: 0px 16px 5px;
    border-top: 1px solid #dfdfe1;
}

.legacy-us__suggestions {
    visibility: visible;
    position: absolute;
    width: 100%;
    height: 200px;
    z-index: 3;
    top: 50px;
}

.legacy-us-suggestions {
    background-color: #2a292b;
    border: 1px solid #2a292b;
    padding-bottom: 25px;
    text-align: left; 
}
.legacy-us-suggestions__heading {
    color: #86898e;
    font-size: 16px;
    margin: 16px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #373538;
}
.legacy-us-suggestions__type {
    padding: 0 17px;
}
.legacy-us-suggestions__type-heading {
    color: #86898e;
    font-size: 16px;
    padding: 10px 0 6px;
}

.legacy-us-suggestions__type-item {
    position: relative;
    display: block;
    padding: 3px 0;
    font-size: 13px;
    color: #b9c4cc;
    -webkit-transition: color .3s ease-out;
    transition: color .3s ease-out;
}

.legacy-us-suggestions__type-logo-container {
    display: block;
    border-radius: 12px;
    position: absolute;
    top: 6px;
    left: 3px;
}
.legacy-us-suggestions__type-item-company-name {
    padding-left: 10px;
}
.row.nomargin {
    margin-right: 0px;
    margin-left: 0px;
}

.home_top_header h2 {
    padding: 0px 0 20px;
    margin: 0 auto;
    text-align: center;
    font-size: 40px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 1px;
    text-shadow: 0 0 2px rgba(0,0,0,.3);
    font-family: 'Poppins Regular', Verdana, sans-serif;
    margin-top: -100px;
}
.companyName {
    font-size: 36px;
    font-weight: 400;
    margin: 0 0 12px;
    text-align: left; 
}
.description {
    text-align: left;
    padding: 1em 0;
    color: #666;
    font-size: 14px;
}
.summary__top-metric {
    list-style: none;
    margin: 0 16px 10px 0;
    width: 246px;
    border-radius: 4px;
    border: 1px solid hsla(240,3%,88%,.5);
}
.summary__top-metric-link {
    display: block;
    padding: 12px 16px;
    border-radius: 4px;
}
.summary__top-metric-title {
    display: block;
    color: #2b2e3b;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}
.summary__top-metric-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}
.summary__top-metric-value {
    display: block;
    color: #2b2e3b;
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
}
.summary__top-metric-period {
    display: block;
    color: #6a6c75;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-align: right;
}
.inforight {
    width: 33%;
    float: right;
}
.summary__top-metrics {
    
}
.companyDetails .info {
    width: 66%;
    float: left;
}
.companyDetails {
    margin-top: 50px;
    padding-top: 55px;
}
.companyFinancial {
    clear: both;
}
.summary__tags {
    list-style: none;
    margin: 0px 0 0;
    padding: 0;
    line-height: 24px;
}
.summary__tag {
    display: inline-block;
    margin-right: 4px;
}

.craft-tag {
    display: inline-block;
    background-color: #ffffff;
    border: 1px solid #2e7acb;
    border-radius: 2px;
    height: 20px;
    line-height: 18px;
    padding: 1px 8px;
    white-space: nowrap;
    font-size: 12px;
    font-weight: 400;
    color: #3866be !important;
}
.craft-tag:hover {
    background-color: #2e7acb;
    color: #fff !important;
}

.summary__overview-table {
    width: 100%;
    margin-top: 10px;
}
.summary__overview-table-content-cell, .summary__overview-table-label-cell, .summary__overview-table-link-cell {
    color: #6a6c75;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    padding: 4px 4px 4px 0;
    max-width: 180px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.summary__overview-table-content-cell {
    color: #2b2e3b;
}

.company-navigation__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    float: right;
}
.company-navigation__item {
    margin: 0;
    height: 100%;
}
.company-navigation__link--active {
    background-color: #fff;
    border-bottom: 1px solid #3865bd;
    color: #3865bd;
}
.company-navigation__link:not(.dropdown-toggle) {
    display: block;
    font-size: 14px;
    color: #3865bd;
    font-weight: normal;
    line-height: 40px;
    padding: 0 10px;
    border-radius: 0;
    font-family: 'Poppins Regular', Verdana, sans-serif;
}
.post_header {
    position: absolute;
    top: 100px;
    z-index: 999;
    background: #ecfbfe;
    /* right: 20px; */
    width: 100%;
    padding: 10px 0;
}
.company-navigation__box-shadow {
    height: 56px;
    -webkit-box-shadow: 0 -1px 15px 0 hsla(0,0%,80%,.75);
    box-shadow: 0 -1px 15px 0 hsla(0,0%,80%,.75);
}
.companySubTitle {
    font-size: 24px;
    color: #666;
    padding-top: 60px;
    border-bottom: 3px solid #efefef;
    padding-bottom: 5px;
}
.post_header_fixed {
    position: fixed;
    top: 0;
}

.col-md-6 {
    width: 50%;
    float: left;
}

.infocharts {
    clear: both;
    margin: 20px 0;
}

.infocharts h4 {
    text-align: center;
    padding-top: 30px;
    color: #3569c0;
}
.infocharts #chartdiv {
    width: 70%;
    height: 500px;
    padding: 0 15%;
}

.infocharts #chartdivbar {
    width: 90%;
    height: 500px;
    padding: 0 5%;
}

.infocharts #chartdivrevenue {
    width: 90%;
    height: 500px;
    padding: 0 5%;
}

#chartdivtelenttree {
    width: 90%;
    height: 500px;
    padding: 0 5%;
}
.clearboth {
    clear: both;
}

.company_left {
    width: 20% !important;
    float: left;
    margin-top: 40px;
}
.company_right {
    width: 80% !important;
    float: right;
}
.company_left h5 {
    text-align: left;
    font-family: 'Poppins Regular';
    font-weight: bold;
    font-size: 18px;
    border-bottom: 1px solid #d9ecf1;
    padding-bottom: 7px;
}
.company_left h6 {
    text-align: left;
    font-family: 'Poppins Regular';
    font-weight: 100;
    font-size: 14px;
    padding: 10px 0;
}
.company_left h6 label {
    display: block;
    margin-right: 5px;
    font-size: 11px;
}
.company_left_sort, .company_left_category
{
    background: #4ed5fc1a;
    padding: 8px;
    margin-bottom: 20px;

}
.company_left_category ul li {
    list-style: none;
    text-align: left;
}
.radio {
  float: right;
}
.radio input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.radio input[type="radio"] + .radio-label:before {
    content: '';
    background: #f4f4f4;
    border-radius: 100%;
    border: 1px solid #b4b4b4;
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    position: relative;
    top: 0em;
    margin-right: 0px;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
}
.radio input[type="radio"]:checked + .radio-label:before {
  background-color: #3197EE;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}
.radio input[type="radio"]:focus + .radio-label:before {
  outline: none;
  border-color: #3197EE;
}
.radio input[type="radio"]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}
.radio input[type="radio"] + .radio-label:empty:before {
  margin-right: 0;
}


/* Login Section */

.login-section {
    background: linear-gradient(to right, #3e5cb7 , #2ca6e3);
    position: relative;
    display: block;
}

.login-section .container {
    margin: 100px auto;
    width: 90%;
    max-width: 500px;
}
.login-section .container h2 {
    padding: 0px 0 50px;
    margin: 0 auto;
    text-align: center;
    font-size: 40px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 1px;
    text-shadow: 0 0 2px rgba(0,0,0,.3);
    font-family: 'Poppins Regular', Verdana, sans-serif;
    margin-top: 20px;
}

.login-section .container form {
    padding: 20px 50px;
    background: #fff;
    border-radius: 5px; 
}

.login-section .container form .input {
    padding: 10px 0;
}

.login-section .container form label {
    font-size: 12px;
    margin-bottom: 10px;
}

.button1 {
    background: linear-gradient(to right, #3e5cb7 , #2ca6e3);
    color: white;
    font-family: 'Poppins ExtraBold', Tahoma, Verdana, sans-serif;
    padding: 14px 25px 12px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-size: 14px;
}

.existing-user {
    padding: 2em;
    color: #939393;
    text-align: center;
    font-size: 14px;
    margin: 0;
    display: block;
}

.login-section a:hover {
    text-decoration: none;
}

.alert {
    font-size: 12px;
}