@charset "utf-8";

/*----------intial declartaion of css----------*/
@font-face {
	font-family: 'Gotham';
	src: url('fonts/Gotham-Thin.woff2') format('woff2'),
		url('fonts/Gotham-Thin.woff') format('woff');
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham';
	src: url('fonts/Gotham-Bold.woff2') format('woff2'),
		url('fonts/Gotham-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham';
	src: url('fonts/Gotham-Black.woff2') format('woff2'),
		url('fonts/Gotham-Black.woff') format('woff');
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham Condensed';
	src: url('fonts/GothamCondensed-Medium.woff2') format('woff2'),
		url('fonts/GothamCondensed-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham Condensed';
	src: url('fonts/GothamCondensed-Light.woff2') format('woff2'),
		url('fonts/GothamCondensed-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham';
	src: url('fonts/Gotham-Light.woff2') format('woff2'),
		url('fonts/Gotham-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham';
	src: url('fonts/Gotham-Medium.woff2') format('woff2'),
		url('fonts/Gotham-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham Ultra';
	src: url('fonts/Gotham-Ultra.woff2') format('woff2'),
		url('fonts/Gotham-Ultra.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham Pro';
	src: url('fonts/GothamPro.woff2') format('woff2'),
		url('fonts/GothamPro.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}


@font-face {
	font-family: 'Gotham Pro';
	src: url('fonts/GothamPro-LightItalic.woff2') format('woff2'),
		url('fonts/GothamPro-LightItalic.woff') format('woff');
	font-weight: 300;
	font-style: italic;
}


.header.fixed {
	position: fixed;
}

* {
	padding: 0;
	margin: 0;
	list-style: none;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

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,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
select,
input,
option {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-family: 'Gotham';
	font-weight: 500;
}

html {
	-webkit-text-size-adjust: none;
}

html,
body {
	height: 100%
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word
}

q {
	quotes: none
}

q:before,
q:after {
	content: '';
	content: none
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 65%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}
.copyright-sec a {
    color: #EA7926 !important;
}
button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
}

textarea {
	overflow: auto;
	vertical-align: top
}
.area-padd {
    padding-bottom: 5px;
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: none;
	cursor: pointer;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
	text-decoration: none;
}

ol,
ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	text-align: left;
	font-weight: normal;
}

a {
	text-decoration: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: """";
}

table {
	border: 0 none;
	border-collapse: collapse;
	border-spacing: 0;
}

td {
	vertical-align: top;
}

img {
	border: 0 none;
	max-width: 100%;
}

a {
	outline: none;
	cursor: pointer;
}

/* End hide from IE Mac */
.none {
	display: none;
}

/* End Clearfix */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block
}

.clear {
	clear: both;
}

img {
	max-width: 100%;
}

/* For modern browsers */
.cf:before,
.cf:after {
	content: "";
	display: table
}

.cf:after {
	clear: both;
}

.cf {
	*zoom: 1;
}

/* For IE 6/7 (trigger hasLayout) */

.btn.submit_form:focus {
	border-top: 4px solid #EA7926 !important;
	border-left: none !important;
	border-right: none !important;
	border-bottom: none !important;
}

.banner-info p {
	font-size: 16px;
	line-height: 20px;
	padding-bottom: 25px;
	color: #3D85C6;
	font-weight: 500;
	line-height: 34px;
	font-family: Gotham;
	font-weight: 500;
}

.contentright p {
	font-size: 12px;
	line-height: 20px;
	padding-bottom: 25px;
	color: #000000;
	font-weight: normal;
	line-height: 20px;
	font-family: Gotham Pro;
}

p {
	font-size: 15px;
    line-height: 18px;
	padding-bottom: 25px;
	color: #000000;
	font-weight: normal;
	line-height: 22px;
	font-family: Gotham Pro;
}

.colcon {
	position: relative;
}

.ileftimg {
	position: absolute;
	width: 33px;
	margin-right: 10px;
}

.contentright {
	padding-left: 44px;
	position: relative;
}
.sc-data tr td:first-child {
    padding-right: 15px !important;
}
.lpp {
    padding-top: 10px;
}
h2 {
	font-size: 26px;
	margin-bottom: 0px;
	font-family: Gotham Pro;
	font-size: 38px;
	font-weight: normal;
}

.lastul {
	padding-top: 28px;
}

h3 {
	font-size: 16px;
	margin-bottom: 6px;
	color: #000;
	font-size: 17px;
}

h4 {
	font-size: 16px;
	margin-bottom: 20px
}

h5 {
	font-size: 12px;
	margin-bottom: 20px
}

body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #000
}



/*--------------- content css start------------*/
.contentul li {
	list-style: decimal;
	padding-left: 19px;
	padding-bottom: 10px;
	font-size: 11px;
	color: #000;
	font-family: Gotham Pro;
}

.small-txt {
	color: #717171;
	font-family: Gotham;
	font-size: 16px;
	margin-bottom: 15px;
	margin-top: 5px;
}

.contentul a {
	color: #000;
	font-family: Gotham Pro;
}

.contentul ol {
	padding-left: 55px;
}

.content-home {
	height: 100vh;
	width: 1000px;
	display: table;
	max-width: 100% !important;
	margin: 0 auto;
}

.content {
	height: 100%;
	display: table-cell;
	vertical-align: bottom;
	text-align: left;
}
.socials img {
    width: 28px !important;
}
.btm-img img {
	height: 95%;
}

h1 {
	font-weight: bold;
	font-size: 48px;
	margin-bottom: 15px;
	color: #fff;
}

hr {
	height: 8px;
	width: 125px;
	background: #3D85C6;
	border-color: #3D85C6;
	margin: 35px auto;
}

.main-bg {
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
	position: relative;
}

body {
	overflow-x: hidden !important;
}

.container {
	max-width: 100% !important;
	width: 1200px;
}

.left-logo img {
	width: 240px;
}

.right-logo img {
	width: 50px;
}

.left-logo {
	float: left;
	padding-top: 30px;
}

.right-logo {
	float: right;
}
.content-cover {
    padding: 30px 0;
}
.logos {
	padding: 22px 20px 20px 0px;
}
.th-section {
    margin-bottom: 60px;
}
.row.th-section .col-lg-4 {
    padding: 2px !important;
	width: 33.33%;
}
.main-bg {
	width: 1200px;
	margin: 0 auto;

	padding: 0 25pt 20pt 25pt;

	position: relative;
}

.cont-section h2 {
    font-size: 36px;
    line-height: 66px;
    font-family: 'Gotham Pro';
	padding-bottom: 15px;
}
.cont-section h1 {
    font-size: 72px;
    line-height: 66px;
    font-family: 'Gotham';
	color: #3D85C6;
	font-weight: 900;
	padding-bottom: 30px;
}
.cont-section p {
    font-size: 20px;
    line-height: 24px;
    font-family: 'Gotham Pro';
}
.cont-section span {
    font-size: 20px;
    line-height: 24px;
    font-family: 'Gotham Pro';
	color: #EA7926;
}
.rlogo {
	width: 1200px;
	margin: 0 auto;
}

.banner-info {
	padding-bottom: 30px;
}

.cover-pg {

	/*
    min-height: 595pt;
    max-height: 595pt;
*/
	overflow: hidden;
	position: relative;

}

.r-logo {
	text-align: right;

}
.socials {
	margin: auto !important;
	text-align: left;
	padding-bottom: 5px;
  }
.score-row {
    padding-bottom: 20px;
    padding-top: 20px;
}

.sc-data th {
    text-align: left !important;
    padding: 10px 0px 10px 0px !important;
	border-bottom: 1px solid #C2C2C2;
}
.sc-data th p  {
    padding: 0px
}
.sc-data th:first-child p{
    padding-right: 15px !important;
    color: #3D85C6;
    font-weight: 600 !important;
}
.sc-data th:last-child p{
    padding-right: 15px !important;
    color: #EA7926;
    font-weight: 600 !important;

}
.sc-data td.top-class {
    padding-top: 10px;
}
.sc-data td p {
    padding: 0px;
}

.sc-data td {
    padding: 2px 0px;
}
.sc-data table {
    width: 100%;
}
.right-score::after {
    position: absolute;
    background: #3D86C6;
    height: 85%;
    width: 325px;
    right: 0;
    content: '';
    top: 40px;
}
.left-blue-score p{
    color: #3D85C6;
    font-size: 20px;
    line-height: 27px;
    font-weight: 400 !important;
}
.right-score .right-white-box {
    margin-right: 40px;
}
.scoreboard {
    padding-top: 20px;
}
.bold-txt.black {
    color: #000000;
}
.bold-txt.black span {
    color: #EA7926;
}
.btm-img {
	height: 100%;
	display: table-cell;
	vertical-align: bottom;
}

.right-img {
	height: 100%;
	display: table;
}

  .content-score h2
  { font-size: 15px;
    text-transform: uppercase;
    line-height: 23px;
	padding-bottom: 5px;
	margin-bottom: 0px;
}
.content-score.head{
  border-bottom: 3px solid #EA7926;
  margin-bottom: 20px;

}
.content-score  td, th {
	text-align: left;
	padding: 10px 15px;
	font-weight: 400;
    font-family: 'Gotham Pro';
	font-size: 15px;

  }
  .content-score .col-md-2:first-child {
    padding-left: 15px !important;
}
.content-score.rediness .col-md-2 {
    padding-left: 0px !important;
}
.content-score .col-md-2, .content-score .col-md-8 {
    padding: 0px;
}

.content-cover img {
    margin-bottom: 10px;
	
}
.digi-w img {
    margin-bottom: 2px !important;
	
}


.content-exp h3 {
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
	font-family: 'Gotham Pro';
}
.content-exp p {
    padding-top: 10px;
    font-size: 13px;
    line-height: 16px;
	font-family: 'Gotham Pro';
}
.content-exp h6 {
    font-size: 15px;
    line-height: 18px;
    font-weight: 700;
	font-family: 'Gotham Pro';
}
.content-exp ul li {
    font-size: 13px;
    line-height: 16px;
    padding-top: 10px;
    font-weight: 400;
	font-family: 'Gotham Pro';
	list-style: disc;
	padding-right: 5px;
}
.content-score.inner-area {
    padding: 20px 0px;
}
.ico-sec {
    font-weight: bold;
    color: #3D86C6;
    font-size: 15px;
    padding-right: 15px;
}
.content-score.rediness h4 {
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
}
.content-score.rediness {
    border-bottom: 1px solid #C4C4C4;
	padding-top: 20px;
	padding-bottom: 20px;
}
.content-score.rediness p {
    font-size: 12px;
    line-height: 15px;
    padding-bottom: 8px;
}
.content-score.rediness a, .content-score.rediness a:hover {
    color: #EA7926;
	font-size: 13px;
    font-weight: 600;
}
.content-score.head .col-md-3 {
    padding-right: 0px;
}
.content-score.head .col-md-9 {
    padding-left: 0px;
}
.border-sr {
    border-bottom: 1px solid #C4C4C4;
}
.content-exp ul {
padding-left: 15px;
}
.content-score p {
    padding-right: 10px;
}
.content-score.head {
    padding-bottom: 0px;
	margin-bottom: 0px !important;
}
.content-exp ul li::marker {
    color: #EA7926;
}
.digi-w {
		font-weight: bold;
		color: #3D86C6;
		font-size: 15px;
		padding-right: 15px;
		padding-bottom: 20px;
}

.digi-w .hidethis{
    display: none;
}
table span,
table span p {

	font-family: Gotham Pro !important;

}

.r-logo {
	padding: 22px 20px 7px 0px;
}

.r-logo img {
	width: 240px;
}

.top-title {
	color: #3D86C6;
	font-size: 40px;
	font-weight: 400;
	padding-top: 0px;
	padding-bottom: 20px;
	font-family: Gotham Pro;
	line-height: 46px;
}

.rlogo {
	border-bottom: 2px solid #e4e4e4;
}

.top-text {
	color: #000;
	font-family: Gotham Pro;
	font-size: 16px;
	margin-bottom: 14px;
	line-height: 22px;
	margin-bottom: 26px;
}

span p {
	margin: 0 0 8px;
	margin-bottom: 8px;
	font-size: 12px;
	color: #333333;
	line-height: 15px;
	vertical-align: middle;
	font-weight: 400;
	padding-bottom: 0;
	margin-bottom: 2px;
}

.bluebg-con p {
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	padding-bottom: 34px;
}

.bluebg-con {
	background: #3D86C6;
	padding: 23px;
	position: relative;
}

.bluebg-con::after {
	background: #fff;
	content: '';
	height: 83px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0px;
	z-index: 1;
}

.stage-img {
	position: relative;
	z-index: 2;
}

.top-sub-title {
	color: #333;
	font-size: 18px;

}

.digi-w h2 {
    display: none;
}

.top-sub-text {
	color: #000;
	font-family: Gotham Pro;
	margin-bottom: 40px;
	font-size: 15px;
}

.download-pdf {

	width: 55px;
	height: 55px;
	position: fixed;
	top: 41%;
	right: 0;

}

.download-pdf a {

	display: block;

}

.right-gray-txt span {
	color: #EA7926;
}

.clear {
	clear: both
}

.download-pdf img {

	width: 100%;
	padding-top: 12px;

}

.convsec {
	padding-top: 20px;
}

.convsec .right-para {
	padding-right: 20px;
	padding-top: 85px;
}

.gray-icon {
	position: absolute;
	width: 26px;
	left: 92px;
}

.slideleft-img img {
	padding-right: 42px;
}

.left-bluetxt {
	float: left;
	width: 25%;
	background: #3D86C6;
	color: #fff;
	height: 100%;
	text-align: right;
	padding-right: 50px;
    padding-top: 57px;
    padding-bottom: 58px;
	font-size: 19px;
	font-family: Gotham Pro;
}
.right-gray-txt p:last-child {
    padding-bottom: 0px;
}

.right-gray-txt p {
    font-size: 15px;
}
.right-gray-txt {
	float: left;
	width: 75%;
	position: relative;

	background: #F7F7F7;
	height: 100%;
	color: #000;
	padding: 15px 25px ;

	font-size: 19px;
	font-family: Gotham PRo;
}

.iconI {
	position: absolute;
	left: 0;
	width: 30px;
}

.iconTxt {
	padding-left: 45px;
	padding-right: 20px;
	position: relative;
	padding-bottom: 12px;
}

.bluesec .content-cover {
	padding: 0;
}

.bluesec .convsec {
	position: relative;
	padding: 65px 0;
}

.bluesec .convsec::after {
	position: absolute;
	background: #3D86C6;
	height: 100%;
	width: 300px;
	right: 0;
	content: '';
	top: 0;
}

.right-blue-area {
	position: relative;
	z-index: 1;
	padding-left: 100px;
	border-right: 1px solid #3d86c6;
}

.tab-style li.active {
	color: #3D86C6;
	font-family: Gotham;
	padding-bottom: 10px;
	border-bottom: 2px solid #EA7926;
}

.tab-style li {
	float: left;
	width: 30%;
	padding: 0 20px;
	padding-bottom: 0px;
	font-family: Gotham Pro;
	text-align: center;
}

.tab-style {
	border-bottom: 1px solid #D9D9D9;
	margin-bottom: 30px;
}

.lftico {
	width: 35px;
	position: absolute;
}

.leftpc p {
	padding-left: 57px;
}

.smtxt {
	color: #717171;
	font-size: 12px;
}

.tabslide .convsec {
	position: relative;
}

.tabslide .convsec::before {
	position: absolute;
    background: #3D86C6;
    height: 20%;
    width: 325px;
    left: 0;
    content: '';
	bottom: -45px;
}
.row.right-box-con {
    padding-bottom: 30px;
}
.right-white-box {
	background: #fff;
    box-shadow: 1px 1px 12px 3px #8a878726;
    -webkit-box-shadow: 1px 1px 12px 3px #8a878726;
    -moz-box-shadow: 1px 1px 12px 3px #8a878726;
	padding: 25px 25px 25px 25px;
    position: relative;
    z-index: 1;
    margin-left: 30px;
    margin-bottom: 15px;
}
.content-normal {
    font-size: 15px;
    font-family: 'Gotham Pro';
}
.case-study-txt {
	font-family: Gotham;
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	color: #3D85C6;
	padding-bottom: 20px;
}

.bold-txt {
	font-size: 24px;
    line-height: 32px;;
    text-transform: uppercase;
    color: #3A3A3A;
    font-weight: 600;
    font-family: 'Gotham Pro';
	margin-bottom: 15px;
}
.left-para {
    padding-right: 30px;
}
.btn-purple a {
	background: #EA7926;
	color: #fff;
	padding: 10px 30px;
	display: inline-block;
	font-family: Gotham;
	font-weight: bold;
}
.convsec {
    padding-top: 40px !important;
}
.btn-purple {
	margin-top: 25px;
}

.testi-con {
	font-family: Gotham;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	color: #3D85C6;
	position: relative;
}

.testi-icon {
	position: absolute;
	width: 27px;
	left: -38px;
}

.testi-con {
	font-family: Gotham;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	color: #3D85C6;
	position: relative;
	margin-bottom: 20px;
	margin-top: 40px;
	border-top: 1px solid #D6D6D6;
	padding-top: 30px;
}

.testi-name {
	font-family: Gotham;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #000000;
	padding-bottom: 3px;
}

.designation {
	font-family: Gotham;
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 14px;

	color: #717171;
}

.para-blue {
	font-family: Gotham;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #3D86C6;
	position: absolute;
	left: 0;
}

.parablue-black-text {
	position: relative;
	padding-left: 106px;
	padding-bottom: 20px;
	padding-top: 10px;
}

.small-p {
	font-family: Gotham Pro;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;

	color: #000000;
}


.que {
	margin-left: 55px;
	color: #000;
	padding: 10px 0 0px 45px;
	font-size: 15px;
	font-weight: normal;
	font-family: Gotham Pro;
	position: relative;
}

.que::before {

	content: "Q";
	background: #ea7926;
	color: #fff;
	font-family: Gotham Pro;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 10px;
	height: 28px;
	width: 28px;
	text-align: center;
	line-height: 25px;
	padding-top: 1px;
	font-size: 19px;

}

.qnatitle {
	padding-top: 18px;
	margin-left: 15px;
}

.title_2.pro img {
	width: 65px;
}
.ico-sec img {
    width: 50px;
}
.bottom-img {
	text-align: right;
}

.bottom-img img {
	width: 460px;
	margin-right: 0;
	margin-left: auto;
}

.ans {
	color: #3D85C6;
	font-family: Gotham Pro;
	margin-left: 55px;
	font-weight: normal;
	position: relative;
	font-size: 15px;
	padding: 13px 0 35px 45px;
}

.ans::before {
	content: "A";
	background: #3D85C6;
	color: #fff;
	font-family: Gotham Pro;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 12px;
	height: 28px;
	width: 28px;
	text-align: center;
	line-height: 25px;
	padding-top: 1px;
	font-size: 18px;
}

.title_2 {
	font-size: 25px;
	font-weight: 500;
	margin: 0;
	color: #000000;
	font-family: Gotham;
	padding-bottom: 22px;
	padding-top: 5px;
}

.title_2 img {
	padding-right: 15px;
	width: 65px;
	height: auto;
}

.last-slide .rlogo {
	background: #1C4F7A;
	border-bottom: none;
}

.container.lastcontentbg {
	background: #1C4F7A;
}

.lastp {
    padding: 50px 55px 50px;
    color: rgb(255, 255, 255);
}

.lastp p {
	color: #fff;
}
.lastp h2 {
    padding-bottom: 30px;
}
.bottom-boxes .col-md-4 {
    background-color: #EA7926;
    padding: 20px 75px 0px 20px;
    max-width: 28% !important;
    margin-right: 20px;
    margin-left: 15px;
}
.bottom-boxes a.right-ar {
    position: absolute;
    bottom: 20px;
    right: 15px;
}
.bottom-boxes {
    padding-top: 15px;
}
.new-sec-btn a {
	background: #ea7926;
	color: #fff;
	font-weight: 300;
	font-size: 16px;
	padding: 10px 20px;
	display: inline-block;
	font-family: Gotham;
	font-weight: bold;
}
.right-area img {
    margin-top: 20px;
	margin-bottom: 20px;
}
.content-sm p {
    font-size: 9px;
    line-height: 11px;
}
.new-sec-btn {
	margin-top: 20px;
}

.copyright p {
	font-family: Gotham;
	color: #000;
	font-size: 15px;
	padding-bottom: 5px;
}

.copyright .lpp p {
	font-family: Gotham Pro;
	color: #000000;
	font-size: 12px;
	padding-bottom: 5px;
	padding-top: 7px;
	text-align: right;
}

.copyright {
	padding: 20px 20px 20px 55px;
}

@media (max-width: 1250px) {
	.copyright .lpp p {
		text-align: left;
	}
	.lpp .col-md-2, .lpp .col-md-10 {
		max-width: 100% !important;
	}
	.lpp .row {
		display: block !important;
	}
	.bottom-boxes .col-md-4 {
		padding: 20px 35px 0px 20px;
	}
	.left-bluetxt {	
		padding-top: 64px;
		padding-bottom: 64px;
	}
	.cont-section h2 {
		font-size: 32px;
		line-height: 48px;
	}
	.cont-section h1 {
		font-size: 62px;
		line-height: 64px;
		padding-bottom: 20px;
	}
	.container,
	.main-bg {
		width: 980px;
	}
	.th-section {
		margin-bottom: 20px;
		padding: 15px;
	}
	.bold-txt {
		font-size: 22px;
		line-height: 34px;
		margin-bottom: 15px;
	}
	.convsec {
		padding-top: 20px !important;
	}
	.row.right-box-con {
		padding-bottom: 15px;
	}
	.btm-img img {
		height: 75%;
	}

	.rlogo {
		width: 980px;
	}

	.r-logo img {
		width: 210px;
	}

	.r-logo {
		padding: 22px 7px 4px 0px;
	}

	.left-logo {
		padding-top: 25px;
	}

	p {
		font-size: 14px;
		line-height: 20px;
	}
}

@media (max-width: 1024px) {
	.col-md-5.score-dynamic {
		padding-bottom: 10px;
	}
	.right-score::after {
	top: 90px !important;
	}
	.scoreboard .col-md-5, .scoreboard .col-md-7 {
		max-width: 100% !important;
	}
	.score-dynamic {
		text-align: center;
	}
	.row.scoreboard {
		display: block;
	}
	.content-score.rediness h4 {
		font-size: 14px;
	}
	.right-score .right-white-box {
		margin-right: 20px !important;
		margin-left: 20px;
	}
	.bottom-boxes .col-md-4 {
		margin-right: 0px;
	}
	.bottom-boxes .col-md-4 {
		padding: 20px 20px 0px 20px;
	}
	.bottom-boxes .col-md-4  br {
		display: none;
	}
	.cont-section h2 {
		font-size: 26px;
		line-height: 36px;
	}
	.cont-section h1 {
		font-size: 48px;
		line-height: 52px;
		padding-bottom: 20px;
	}

	.rlogo {
		width: 100%;
	}

	.container,
	.main-bg {
		width: 100%;
		padding: 0 30px;
	}

	.btm-img img {
		height: auto;
	}

	.btm-img {
		vertical-align: middle;
	}

	.left-logo {
		padding-top: 18px;
	}

	.left-logo {
		float: left;
		padding-top: 24px;
	}

	h1 {
		font-size: 38px;
		margin-bottom: 10px;
		color: #fff;
	}

	.r-logo {
		padding: 10px 20px 5px 0px;
	}

	.r-logo img {
		width: 210px;
	}

	.top-title {
		font-size: 38px;
		padding-bottom: 10px;
		line-height: 35px;
	}

	.top-text {
		font-size: 14px;
		margin-bottom: 14px;
		line-height: 20px;
		margin-bottom: 26px;
	}

	.contentright p {
		font-size: 13px;
		line-height: 20px;
		padding-bottom: 16px;
		color: #000000;
		font-weight: normal;
		line-height: 20px;
		font-family: Gotham Pro;
	}

	.lastul {
		padding-top: 0;
	}

	.small-txt {
		margin-bottom: 0;
		margin-top: 0;
	}

	.left-bluetxt {
		padding-right: 20px;
			padding-bottom: 65px;
			padding-top: 65px;
		font-size: 16px;
		font-family: Gotham Pro;
	}

	.right-gray-txt {
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 15px;
		padding-bottom: 15px;
		font-size: 16px;
		font-family: Gotham PRo;
	}

	.gray-icon {
		position: absolute;
		width: 23px;
		left: 12px;
	}

	.contentul li {
		padding-left: 6px;
	}

	.right-white-box {
	
		padding: 50px 25px 55px 42px;
		margin-top: 30px;
		margin-right: 15px;
	}

	.tab-style li.active {
		font-size: 12px;
	}

	.tab-style li {
		width: 31%;
		padding: 0 10px;
		padding-bottom: 0px;
		padding-bottom: 0px;
		font-family: Gotham Pro;
		font-size: 12px;
	}

	.bluesec .convsec::after {
		background: transparent;
	}

	.tabslide .convsec::after {
		background: transparent;
	}

	.testi-con {
		font-size: 13px;
		line-height: 19px;
		margin-bottom: 20px;
		margin-top: 20px;
		border-top: 1px solid #D6D6D6;
		padding-top: 15px;
	}

	.testi-name {
		font-size: 14px;
	}

	.bold-txt {
		font-size: 16px;
		line-height: 26px;
	}
	.left-para {
		padding-right: 0px;
	}
	.case-study-txt {
		font-size: 14px;
		line-height: 22px;
		padding-bottom: 15px;
	}

	.right-white-box {
		padding: 25px 25px 30px 25px;
		margin-top: 5px;
		margin-right: 15px;
	}

	.testi-icon {
		position: absolute;
		width: 22px;
		left: -31px;
	}

	.btn-purple a {
		padding: 7px 20px;
	}

	.btn-purple {
		margin-top: 15px;
	}

	.top-title {
		font-size: 32px;
	}

	.que {
		margin-left: 5px;
		font-size: 14px;
		padding: 10px 0 0px 45px;
	}

	.ans {
		margin-left: 4px;
		font-size: 14px;
		padding: 13px 0 20px 45px;
	}

	.ans::before {

		content: "A";
		background: #3D85C6;
		color: #fff;
		left: 0;
		top: 12px;
		height: 24px;
		width: 24px;
		line-height: 22px;
		padding-top: 1px;
		font-size: 14px;

	}

	.que::before {
		content: "Q";
		top: 10px;
		height: 24px;
		width: 24px;
		text-align: center;
		line-height: 22px;
		padding-top: 1px;
		font-size: 16px;
	}

	.bottom-img {
		text-align: center;
	}


	h2 {
		font-size: 30px;
	}
}

@media (max-width: 767px) {
	.digi-w h2 {
		color: #000000;
		padding-bottom: 5px;
		border-bottom: 3px solid #EA7926;
		margin-bottom: 20px;	
	}
	.digi-w h2 {
		display: block !important;
	}
	.digi-w {
	padding-right: 0px;
		
	}
	.copyright-sec {
		padding-top: 10px;
	}

	.content-score.rediness .col-md-2 {
		padding-left: 15px !important;
	}
	.hide-head {
		display: none;
	}
	.content-score.head .col-md-9 {
		padding-left: 15px;
	}
	
	.content-score.rediness {
		padding-top: 15px !important;;
		padding-bottom: 15px !important;
	}
	.content-score.rediness p {
		padding-bottom: 10px !important;
	}
	.title_2 {
		padding-bottom: 0px !important;
	}
	.box-padd {
		padding: 0px;
		margin-bottom: 30px;
	}
	.copyright-sec {
		padding-top: 10px;
	}
	.bottom-boxes .col-md-4 {
		padding:  15px 30px 0px 15px;
		max-width: 29% !important;
	}
	.bottom-boxes a.right-ar {
		position: absolute;
		bottom: 10px !important;
		right: 10px !important;
	}
	section.main-bg .col-lg-12.col-md-12 {
		padding: 0px;
	}
	.ico-sec {
		padding-bottom: 15px !important;
	}
	.container.border-sr {
		margin-bottom: 20px;
	}
	.content-score .col-md-2, .content-score .col-md-8 {
		padding: 0px 15px;
	}
	.tabslide .convsec::before, .right-score::after {
		display: none !important;
	}
	.right-score .right-white-box {
		margin-right: 0px !important;
		margin-left: 0px !important;
	}
	.content-score.head .col-md-3 h2 {
		display: none;
	}
	.right-white-box {
		padding: 25px 20px 25px 20px !important;
	}
	.row.th-section img {
		width: 100%;
	}
	.cont-section h2 {
		font-size: 22px;
		line-height: 31px;
	}
	.cont-section h1 {
		font-size: 38px;
		line-height: 46px;
		padding-bottom: 20px;
	}
	
	.cont-section p, .cont-section span {
		font-size: 15px;
		line-height: 24px;
	}
	.right-white-box {
   
    margin-left: 0px;
}
	.para-blue {
    font-size: 14px;
    }
	.right-grapgh-img {
		width: 400px;
		margin: 0 auto;
		padding: 10px 0;
	}
	.hide-767 {
		display: none;
	}
	.bottom-img {
		padding-top: 20px;
	}
	.top-sub-title {
		font-size: 16px;
	}

	.btm-img img {
		display: none;
	}

	.content-cover {
		padding: 20px 0;
	}

	.top-title {
		font-size: 29px;
	}

	p {
		font-size: 14px;
		line-height: 18px;
		padding-bottom: 15px;
		line-height: 20px;

	}

	.r-logo {
		padding: 0px 20px 5px 0px;
	}

	.cover-pg.slide2 {
		padding-top: 15px;
	}

	.right-blue-area {
		width: 400px;
		margin: 0 auto;
		padding-left: 0;
	}
.right-blue-area {
    width: 245px;
    }.right-grapgh-img {
    width: 255px;
    }.bluebg-con p {
      padding-bottom: 25px;
}.tab-style li.active {
    font-size: 11px;
}.tab-style li {
   font-size: 11px;
}
	.bluesec .convsec {
		padding: 18px 0;
	}

	.right-white-box {
		box-shadow: 0px 0px 7px 1px #d4d1d1;
	}
.container, .main-bg {
    width: 100%;
    padding: 0 20px;
}
	.convsec {
		padding-top: 2px;
	}

	.right-white-box {
		margin-top: 5px;
		margin-right: 0px;
	}

	.qnatitle {
		padding-top: 0px;
	}

	.title_2 {
		padding-top: 5px;
	}

	.title_2 {
		font-size: 17px;
	}

	.last-slide .r-logo {
		padding: 10px 10px 5px 0px;
	}

	.lastp {
		padding: 55px 55px 90px;

	}

	.copyright p {
		font-size: 13px;
		padding-bottom: 5px;
	}

	.copyright .lpp p {
		font-size: 12px;
	}

	.copyright {
		padding: 10px 20px 10px 20px;
	}

	.new-sec-btn a {
		font-size: 14px;
	}

	.lastp {
		padding: 55px 20px 90px;
	}

	.left-bluetxt {
		width: 100%;
		padding-right: 20px;
		padding-top: 25px;
		padding-bottom: 25px;
		font-size: 19px;
		padding-left: 20px;
	}

	.right-gray-txt {

		padding-top: 15px;
		padding-bottom: 15px;
		font-size: 15px;
		font-family: Gotham PRo;
		width: 100%;
		margin-bottom: 15px;
	}

	.left-bluetxt {
		padding-right: 20px;
		padding-top: 15px;
		padding-bottom: 15px;
		font-size: 15px;
		text-align: left;
	}

	.gray-icon {
		left: 20px;
	}

	.top-sub-text {
		margin-bottom: 12px;
	}

	.convsec .right-para {
		padding-right: 0;
		padding-top: 20px;
	}
}

@media (max-width: 600px) {

	.content-exp h6 {
		font-size: 13px;
		line-height: 16px;
		
	}

	.bottom-boxes .col-md-4 {
		background-color: #EA7926;
		padding: 15px 50px 0px 15px;
		max-width: 100% !important;
		margin-right: 15px !important;
		margin-left: 15px;
		margin-bottom: 15px;
		height: 105px;
	}
	
	.content-exp h3 {
		font-size: 13px;
		line-height: 15px;
	}
	
	
	.content-score tr td {
		padding: 10px !important;
	}
	.logos {
		padding: 20px 0px 0px 0px;
	}
	.cont-section p, .cont-section span {
		font-size: 13px;
		line-height: 21px;
	}
	.cont-section h2 {
		font-size: 20px;
		line-height: 27px;
	}
	.cont-section h1 {
		font-size: 26px;
		line-height: 32px;
		padding-bottom: 10px;
	}
	.th-section {
		margin-bottom: 10px;
	}
	.top-title {
		font-size: 20px;
		line-height: 25px;
	}

	.title_2 {
		font-size: 15px;
	}

	.top-title {
		font-size: 20px;
		line-height: 26px;
	}

	.r-logo img {
		width: 175px;
	}

	.lastp {
		padding: 20px 0px 30px;
	}
	.lastp h2 {
		padding-bottom: 20px;
	}
	p {
		font-size: 13px;
		line-height: 18px;
		padding-bottom: 15px;
		line-height: 18px;
	}

	.left-logo img {
		width: 175px;
	}

	.right-logo img {
		width: 43px;
	}

	.left-logo {
		padding-top: 19px;
	}

	.new-sec-btn a {
		font-size: 13px;
		padding: 10px 18px;
	}

	.copyright {
		padding: 15px 0px 10px 0;
	}

	.copyright .lpp p {
		font-size: 11px;
	}

	.que {
		font-size: 13px;
	}



	.slide1 .container {
		padding: 0;
	}

	.ans {
		margin-left: 4px;
		font-size: 13px;
		padding: 13px 0 10px 45px;
	}

	.content-home {
		height: auto;
		width: auto;
		display: block;
		max-width: 100% !important;
		margin: 0 auto;
	}

	.content {
		height: auto;
		display: block;
		vertical-align: bottom;
		text-align: left;
	}

	.content {
		padding-top: 390px;
	}

	h1 {
		font-size: 27px;
		margin-bottom: 10px;
		color: #fff;
	}

.banner-info p {
    font-size: 12px;
    line-height: 18px;
}
h3 {
    font-size: 16px;
}
	.r-logo {
		padding: 0px 10px 3px 0px;
	}

	.top-sub-title {
		font-size: 15px;
	}

	h4 {
		font-size: 14px;
		margin-bottom: 10px;
	}

	h2 {
		font-size: 21px;
	}.right-gray-txt {
     font-size: 14px;
     }
}

@media (max-width: 480px) {
	.cont-section h2 {
		font-size: 12px;
		line-height: 18px;
	}

.cont-section h1 {
    font-size: 17px;
    line-height: 28px;
    padding-bottom: 5px;
}
.cont-section p, .cont-section span {
    font-size: 12px;
    line-height: 18px;
}
}