@charset "UTF-8";

@font-face {
 font-family: 'Gotham';
 src: url('https://www.tatacommunications.com/apps/survey/assets/cloud_cmm_lan/css/fonts/Gotham-Thin.woff2') format('woff2'),
  url('https://www.tatacommunications.com/apps/survey/assets/cloud_cmm_lan/css/fonts/Gotham-Thin.woff') format('woff');
 font-weight: 100;
 font-style: normal;
}

@font-face {
 font-family: 'Gotham';
 src: url('https://www.tatacommunications.com/apps/survey/assets/cloud_cmm_lan/css/fonts/Gotham-Bold.woff2') format('woff2'),
  url('https://www.tatacommunications.com/apps/survey/assets/cloud_cmm_lan/css/fonts/Gotham-Bold.woff') format('woff');
 font-weight: bold;
 font-style: normal;
}

@font-face {
 font-family: 'Gotham';
 src: url('https://www.tatacommunications.com/apps/survey/assets/cloud_cmm_lan/css/fonts/Gotham-Black.woff2') format('woff2'),
  url('https://www.tatacommunications.com/apps/survey/assets/cloud_cmm_lan/css/fonts/Gotham-Black.woff') format('woff');
 font-weight: 900;
 font-style: normal;
}

@font-face {
 font-family: 'Gotham Condensed';
 src: url('https://www.tatacommunications.com/apps/survey/assets/cloud_cmm_lan/css/fonts/GothamCondensed-Medium.woff2') format('woff2'),
  url('https://www.tatacommunications.com/apps/survey/assets/cloud_cmm_lan/css/fonts/GothamCondensed-Medium.woff') format('woff');
 font-weight: 500;
 font-style: normal;
}

@font-face {
 font-family: 'Gotham Condensed';
 src: url('https://www.tatacommunications.com/apps/survey/assets/cloud_cmm_lan/css/fonts/GothamCondensed-Light.woff2') format('woff2'),
  url('https://www.tatacommunications.com/apps/survey/assets/cloud_cmm_lan/css/fonts/GothamCondensed-Light.woff') format('woff');
 font-weight: 300;
 font-style: normal;
}

@font-face {
 font-family: 'Gotham';
 src: url('https://www.tatacommunications.com/apps/survey/assets/cloud_cmm_lan/css/fonts/Gotham-Light.woff2') format('woff2'),
  url('https://www.tatacommunications.com/apps/survey/assets/cloud_cmm_lan/css/fonts/Gotham-Light.woff') format('woff');
 font-weight: 300;
 font-style: normal;
}

@font-face {
 font-family: 'Gotham';
 src: url('https://www.tatacommunications.com/apps/survey/assets/cloud_cmm_lan/css/fonts/Gotham-Medium.woff2') format('woff2'),
  url('https://www.tatacommunications.com/apps/survey/assets/cloud_cmm_lan/css/fonts/Gotham-Medium.woff') format('woff');
 font-weight: 500;
 font-style: normal;
}

@font-face {
 font-family: 'Gotham Ultra';
 src: url('https://www.tatacommunications.com/apps/survey/assets/cloud_cmm_lan/css/fonts/Gotham-Ultra.woff2') format('woff2'),
  url('https://www.tatacommunications.com/apps/survey/assets/cloud_cmm_lan/css/fonts/Gotham-Ultra.woff') format('woff');
 font-weight: normal;
 font-style: normal;
}

@font-face {
 font-family: 'Gotham Pro';
 src: url('https://www.tatacommunications.com/apps/survey/assets/cloud_cmm_lan/css/fonts/GothamPro.woff2') format('woff2'),
  url('https://www.tatacommunications.com/apps/survey/assets/cloud_cmm_lan/css/fonts/GothamPro.woff') format('woff');
 font-weight: normal;
 font-style: normal;
}


@font-face {
 font-family: 'Gotham Pro';
 src: url('https://www.tatacommunications.com/apps/survey/assets/cloud_cmm_lan/css/fonts/GothamPro-LightItalic.woff2') format('woff2'),
  url('https://www.tatacommunications.com/apps/survey/assets/cloud_cmm_lan/css/fonts/GothamPro-LightItalic.woff') format('woff');
 font-weight: 300;
 font-style: italic;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

@-ms-viewport {
  width: device-width; }

html {
  font-size: 16px;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #373a3c;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: none !important; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #818a91; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: bold; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

a {
  color: #0275d8;
  text-decoration: none; }
  a:focus, a:hover {
    color: #014c8c;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: none; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle; }

[role="button"] {
  cursor: pointer; }

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

table {
  border-collapse: collapse;
  background-color: transparent; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #818a91;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: left; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
textarea {
  margin: 0;
  line-height: inherit;
  border-radius: 0; }

input[type="radio"]:disabled,
input[type="checkbox"]:disabled {
  cursor: not-allowed; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit; }

input[type="search"] {
  -webkit-appearance: none; }

output {
  display: inline-block; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }

h1, .h1 {
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 2rem; }

h3, .h3 {
  font-size: 1.75rem; }

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

/*..........................General Css......................*/

.container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1600px;
}
.llogo .tataLogo {
    width: 238px;
}
.left-img {
  width: 90%;
}
.tata-logo-right {
    width: 60px;
}
.container-fluid.plr {
    padding: 12px 55px 10px;
}
.llogo {
    padding-top: 26px;
}

.top-head {
  color: #3D85C6;
    font-family: Gotham Pro;
    text-align: left;
    font-size: 52px;
    letter-spacing: 0;
    line-height: 57px;
    margin-bottom: 35px;
}
p {
    color: #000000;
    font-family: Gotham Pro;
    text-align: left;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 21px;
    margin-bottom: 30px;
}
.nav-tabs .nav-link {
      color: #000;
}
.leftlsec {
    padding: 85px 25px 85px 0;
}
.btn {
    background: #3D85C6;
    color: #fff;
    line-height: 20px;
    vertical-align: middle;
    border-radius: 3px;
    font-size: 16px;
    padding: 11px 23px;
    font-family: Gotham;
    font-weight: 500;
}
.banner-landing {
  padding-top: 40px;
  padding-bottom: 10px;
}

img {
    width: 100%;
}
.left-img {
    padding-left: 30px;
}

h2{  
	color:#000000;
	 font-family:Gotham Pro;
	text-align:left;
  font-size: 30px;
  letter-spacing: 0;
  line-height: 36px;
  margin-bottom: 30px
 
}
.pl10{ padding-left: 10px}
.pl20{ padding-left: 20px}
.pl30{ padding-left: 30px}
.pl40{ padding-left: 40px}
.pl50{ padding-left: 50px}
.pl60{ padding-left: 60px}
.pl70{ padding-left: 70px}
.pl80{ padding-left: 80px}
.pl90{ padding-left: 90px}
.pl100{ padding-left: 100px}

.pr10{ padding-right: 10px}
.pr20{ padding-right: 20px}
.pr30{ padding-right: 30px}
.pr40{ padding-right: 40px}
.pr50{ padding-right: 50px}
.pr60{ padding-right: 60px}
.pr70{ padding-right: 70px}
.pr80{ padding-right: 80px}
.pr90{ padding-right: 90px}
.pr100{ padding-right: 100px}
 
.lefttxt {
  padding-left: 100px;
  padding-right: 0;
}
.ingright {
     width: 495px;
}
.lefttxt p {
    padding-right: 60px;
}
 
.tabs {
    padding-top: 15px;
}
.solutiontright {
    padding-left: 0;
    padding-top: 60px;
    padding-right: 10px;
}
.cyberthreat-sec {
  padding-bottom: 20px;
  padding-top: 60px;
}
.col3-box {
  padding-top: 50px;
}
.quotient-sec {
    background: #f9f9f9;
}
.box h3 {
    color: #3D85C6;
    font-family: Gotham;
    font-weight: 500;
    text-align: center;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 20px;
    padding-bottom: 15px;
}
.box h3 img {
  height: 120px;
  margin-bottom: 30px;
}

.box h3 span {
    color: #000000;
    font-family: Gotham;
    font-weight: 325;
    text-align: center;
    font-size: 38px;
    letter-spacing: 0;
    line-height: 20px;
    padding-bottom: 15px;
}

.box p{
  text-align: center;
  font-weight: 325;
  padding-bottom: 40px; 
}

#e1_744 { 
	color:rgba(236.00000113248825, 155.00000596046448, 49.00000087916851, 1);
	opacity:1;
	width:45px;
	height:19px;
	font-family:Gotham;
	text-align:left;
	font-size:16px;
	letter-spacing:0;
	line-height:undefined;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #EA7926;
    background-color: transparent;
    border-color: #dee2e6 #dee2e6 transparent;
    border: none;
      border-bottom: 2px solid #EA7926;
}
.cyberthreat-sec.tabs-inc {
  padding-top: 60px;
}
.tab-content > .active {
    display: block;
    background: #fff;
    padding: 40px 0px;
    color: #000;
    font-family: Gotham Pro;
    text-align: left;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 20px;
}
.nav-link {
    display: block;
    padding: 5px 40px 10px 0;
}
.footer-home {
    background: #f1f3f4;
    padding: 20px 0;
}
.footer-home p {
    margin-bottom: 0;
    text-align: center;
}
.quotient-sec.survey-results {
    background: #fff;
    padding: 100px 0 150px;
}
.survey-results .solutiontright {
    padding-right: 37px;
    padding-top: 100px;
}
.start-assesment {
    text-align: center;
    padding: 80px 0 80px;
}
.center-assesment h3 {
    color: #000;
    opacity: 1;
    font-family: Gotham Pro;
    text-align: center;
    font-size: 36px;
    letter-spacing: 0;
    line-height: 40px;
    margin-bottom: 50px;
}
/* Icon Wobble Horizontal */
@-webkit-keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
a:hover, a {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -mz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.btn:hover {
    background: #EA7926;
    color: #fff;
}
.bottom-small-text{
  color: #717171;
  font-family: Gotham Pro;
  font-size: 13px;
    padding-top: 0;
    text-align: center;
}
.bottom-small-text1 {
    color: #000;
    font-family: Gotham Pro;
    font-size: 15px;
    padding-top: 20px;
}
.hvr-icon-wobble-horizontal::before {
    content: "\2192";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    font-weight: bold;
}
 
.hvr-icon-wobble-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
   padding-right: 50px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.hvr-icon-wobble-horizontal:hover::before, .hvr-icon-wobble-horizontal:focus::before, .hvr-icon-wobble-horizontal:active::before {
    -webkit-animation-name: hvr-icon-wobble-horizontal;
    animation-name: hvr-icon-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.cl_lp_1sec{
  width: 100%;
  float: left;
}

.hdg_yl_lp{
  font-size: 50px;
  color: #EA7926;
  float: left;
  margin-top: 12px;
}

.smll_hdg_lp{
  font-size: 15px;
  color: #181615;
  margin-left: 10px;
  margin-top: 0px;
  float: left;
}

.list_icon_cntt_mn{
  list-style-type: none;
  padding-left: 0;
  float: left;
  width: 100%;
}

.list_icon_cntt_mn li{
  float: left;
  width: 100%;
  padding-left: 0;
}

.list_icon_left{
  float: left;
  width: 80px;

}

.list_icon_cntt {
  float: left;
  width: calc(100% - 80px);
  padding-left: 30px;
  padding-right: 80px;
}

.lp_leader_view{
  width: 100%;
  padding: 20px 0px 30px 0px;
}

.slick-dotted.slick-slider {
  padding-bottom: 50px;
  cursor: grab;
}

.solutiontright h2{
  text-align: center;
}
.solutiontright p{
  text-align: center;
}

.slick-dots li button:before {
  font-size: 10px;
  opacity: 1;
  color: #cdcdcd;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #EA7926;
}

.nav-tabs .nav-link  {
  padding: 5px 0px 10px 3px;
  font-weight: 500;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
  padding: 0 40px 0 0;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: transparent;
}

.nav-tabs .nav-link.active{
  border-bottom: 2px solid #EA7926!important;
  font-weight: 500;
}

.lefttxt_lp{
  padding-left: 0;
  padding-right: 70px;
}
.box {
  min-height: 340px;
}
li:last-child .list_icon_cntt p{
  margin-bottom: 0;
}
.ldr_main_slider .container{
  padding-left: 0;
  padding-right: 0;
}
.right-lsec {
  display: flex;
  justify-content: center;
}