@font-face {
	font-family: 'Roboto-Bold';
	src: url('../fonts/Roboto-Bold.eot');
	src: local('☺'), url('../fonts/Roboto-Bold.woff') format('woff'), url('../fonts/Roboto-Bold.ttf') format('truetype'), url('../fonts/Roboto-Bold.svg') format('svg');
}
@font-face {
	font-family: 'Roboto-Light';
	src: url('../fonts/Roboto-Light.eot');
	src: local('☺'), url('../fonts/Roboto-Light.woff') format('woff'), url('../fonts/Roboto-Light.ttf') format('truetype'), url('../fonts/Roboto-Light.svg') format('svg');
}
@font-face {
	font-family: 'Roboto-Regular';
	src: url('../fonts/Roboto-Regular.eot');
	src: local('☺'), url('../fonts/Roboto-Regular.woff') format('woff'), url('../fonts/Roboto-Regular.ttf') format('truetype'), url('../fonts/Roboto-Regular.svg') format('svg');
}

html,body {
	margin: 0;
	padding:0;
	font-family: 'Roboto-Regular';
	color:#231f20;
	font-size:20px;
	color:#222222;
	line-height:28px;

}
h1,h2,h3,h4,h5,h6,p,a,em,span,ul,li,ol,img,form,div {
	margin:0;
	padding:0;
	list-style:none;
	font-style:normal;
	font-weight:normal;
	border:none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent; 
}

header, nav, section, article, footer, address {   
    display: block;   
}
a {
	color:#000;
	text-decoration:none;
}
a:focus { outline: none; }
a:hover {
	text-decoration:none;
}

.first-fold {
	height: calc(100vh - 140px);
	position:relative;	
}
.first-fold.home-page{
	background-color: #fff;
    background-image: url(../images/background-white.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.normal-india-wrap {
    margin: 21px 33px;
}
.normal-india {
    height: 190px;
    position: relative;
}
.normal-india.home-page{
    background-color: transparent;
    background-image: url(../images/usa_bg_small.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    cursor: pointer;
}
.mobile-top-layer{
	display: none;
}
.normal-india-fold-inner{
    position: absolute;
    left: 48px;
    right: 100px;
    top: 0;
    bottom: 45px;
    font-size: 21px;
    line-height: 29px;
    color: #fff;
    font-family: 'Roboto-Regular';
    display: flex;
}
.normal-india-fold-inner > div{
    align-self: flex-end;
}
.normal-india-fold-inner span {
    font-size: 40px;
    font-family: 'Roboto-Bold';
    color: #F1A06B;
}
.normal-india-wrap .read-more-small i{
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    background-image: url(../images/ReadMore_Small_White.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    margin-right: 5px;
    margin-top: -2px;
    
}
.normal-india-wrap .read-more-small {
    position: absolute;
    bottom: 30px;
    right: 29px;
}
.normal-india-wrap:hover .read-more-small i {
	background-image: url(../images/ReadMore_Small_Beige_Hover.svg);
}
.normal-india-wrap:hover .read-more-small {
	color:#F1A06B;
}

/*.first-fold.home-page {
	background-color:#fff;
	background-image: url(../images/Homepage_Pattern@2x.png);
	background-repeat:no-repeat;
	background-position:left center;
	
}*/

.first-fold-inner {
	position: absolute;
    left: 182px;
    right: 182px;
    top: 0;
    bottom: 0px;
    font-family: 'Roboto-Regular';
	
/*	display: flex;
	align-items: center;
	justify-content: left;*/
}
.bullets{
   margin-bottom: 10px;
}
.bullets.bullets-left{
	margin-bottom: 0px;
}
.bullets-left.bullets li{
	color: #5F51CB;
    font-size: 18px;
    line-height: 21px;
    font-family: 'Roboto-Bold';
    letter-spacing: -0.04px;
    position: relative;
    margin: 0px;
    padding-bottom: 0;
    padding-top: 10px;
}
.sub_title{
	color: #5F51CB;
	font-size: 20px;
	font-family: 'Roboto-Bold';
	line-height: 24px;
	margin-bottom: 10px;
}
/*.bullets.list-type li:before{
	content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    left: 0px;
    top: 27px;
    background: #000000;
}
*/.padL {
    padding-left: 20px;
}
.inner-list {
    display: inline-block;
    width: 94%;
    vertical-align: top;
    margin-bottom: 10px;
}
.fist-fold-left, .fist-fold-right {
	position: absolute;
    left: 0;
    right: 43%;
    top: 20px;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: left;
}
.fist-fold-right {
	left:57%;
	right:0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.fist-fold-right img {
	width:500px;
}
.left-heading {
	color: #F1A06B;
    font-family: 'Roboto-Bold';
    font-size: 32px;
    line-height: 34px;
    text-transform: uppercase;
    letter-spacing: -0.06px;
    margin-bottom: 13px;
}
.fist-fold-left img{
	width: 464px;
}
.link-red{
	color: #2A364C;
}
.left-heading > span{
	color: #5f51cb;
	display: block;
}
.left-sub-heading {
	color:#F1A06B;
	font-family: 'Roboto-Bold';
	font-size:20px;
	line-height:24px;
	letter-spacing:-0.04px;
	margin-bottom:8px;
}
.left-desc {
	color: #707070;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.04px;
    margin-bottom: 13px;
    width: 90%;
}
.readmore-gray {
	color:#2A364C;
	font-size:16px;
	line-height: 28px;
}
.readmore-gray i {
	display:inline-block;
	vertical-align:middle;
	margin-left:5px;
	width:28px;
	height:9px;
	background:url(../images/read-more-normal-state.svg) no-repeat 
}
.readmore-gray:hover i {
	background:url(../images/ReadMore_Button_HoverState.svg) no-repeat
}
.readmore-gray:hover {
	color:#5F51CB;	
}
.logo {
	position:absolute;
	left:30px;
	top:50px;
	width:48px;
	height:48px;
	
	background-image: url(../images/KGPLogoIcon.svg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}
.download-pdf {
	position:absolute;
	right:50px;
	top:57px;
	width:48px;
	height:33px;
	
	background-image: url(../images/PDF-Icon.svg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}
.home-desc {
	margin:50px 220px;
	text-align:center;
}
.read-more-big {
	height:35px;
	line-height:35px;
	display:inline-block;
	color:#707070;
	font-size:20px;
}
.read-more-big i {
	display:inline-block;
	vertical-align:middle;
	width:35px;
	height:35px;
	background-image: url(../images/ReadMore_Big_.svg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:100%;
	
	margin-right:10px;
	margin-top:-4px;
		
}
.bullets.bullets-left{
   margin-bottom: 0px;
}
.bullets-left.bullets li{
	color: #5F51CB;
    font-size: 16px;
    line-height: 22px;
    font-family: 'Roboto-Bold';
    padding: 0px 0px;
    position: relative;
    margin: 0px;
}
.bullets.list-type li:before{
	content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    left: 0px;
    top: 5px;
    background: #F1A06B;
}
.inner-list{
	display: inline-block;
    width: 94%;
    vertical-align: top;
}
.padL{
    padding-left: 20px;
}.padL20{
    padding-left: 20px;
}

.read-more-big:hover {
	color:#5F51CB;
}
.read-more-big:hover i {
	background-image:url(../images/ReadMore_Big_Hover.svg);
}
.home-tabs-wrap {
	margin:0 33px;
}
.home-tabs {
	float:left;
	width:25%;
	height:325px;
	font-size:16px;
	line-height:24px;
	position:relative;
	
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}
.tab-inner {
	padding:30px;
}
.tab-heading {
	font-size:26px;
	line-height:35px;
	margin-bottom:24px;
	font-family: 'Roboto-Bold';
}
.overlay {
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background:#5F51CB;
	opacity:0;	
	
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-webkit-transition-timing-function: ease-in-out;
}
.home-tabs:hover .overlay {
	opacity:0.6;
}
.nav {
	width:28px;
	height:28px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background:#5F51CB;
	position:absolute;
	bottom:20px;
	right:20px;
	text-align:center;
	line-height:28px;
	color:#fff;
	font-size:18px;
	font-family: 'Roboto-Bold';
	
}
.img-1 {
	background-image: url(../images/img-1.png);
}
.img-2 {
	background-image: url(../images/img-2.png);
}
.img-3 {
	background-image: url(../images/img-3.png);
}
.home-tabs.img-4 {
	background-image: url(../images/img-4.png);
}
.bg-1 {
	background:#D9D9D9;
	color:#000000;
}
.bg-2 {
	background:#5F51CB;
	color:#fff;
}
.bg-3 {
	background:#F1A06B;
	color:#fff;
}
.bg-4 {
	background:#2A364C;
	color:#fff;
}
.read-more-small {
	height:25px;
	display:inline-block;
	line-height:25px;
	font-size:14px;
	color:#fff;
}
.home-tabs .read-more-small {
	position:absolute;
	bottom:30px;
	right:30px;
}
.home-tabs .read-more-small i {
	display:inline-block;
	vertical-align:middle;
	width:25px;
	height:25px;
	
	background-image: url(../images/ReadMore_Small_White.svg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:100%;
	
	margin-right:5px;
	margin-top:-2px;
		
}
.bg-1 .tab-heading {
	color:#2A364C;
}
.bg-1 .read-more-small i {
	background-image: url(../images/ReadMore_Small_Grey_.svg);
}
.bg-1 .read-more-small {
	color:#707070;
}
.bg-1:hover .read-more-small, .bg-3:hover .read-more-small {
	color:#5F51CB;
}
.bg-1:hover .read-more-small i, .bg-3:hover .read-more-small i {
	background-image: url(../images/ReadMore_Small_Purple_Hover.svg);
}
.bg-2:hover .read-more-small, .bg-4:hover .read-more-small {
	color:#F1A06B;
}
.bg-2:hover .read-more-small i, .bg-4:hover .read-more-small i {
	background-image: url(../images/ReadMore_Small_Beige_Hover.svg);
}
.inner-page {
	background-image: url(../images/inner-page-bg.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size:100%;
}
header {
	height: 165px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 11;
}
.home-link {
	height: 26px;
    float: right;
    margin-top: 55px;
    margin-right: 50px;
    line-height: 24px;
    color: #707070;
    font-size: 20px;
}
.home-link i {
	float:left;
	height:24px;
	width:47px;
	background-image:url(../images/HomeButton.svg);
	background-repeat:no-repeat;
	background-position:0 center;
	margin-right:10px;
}
.home-link:hover {
	color:#5F51CB;
}
.home-link:hover i {
	background-image:url(../images/HomeButton_hover.svg);
}
.kgp-icon {
	float: left;
    width: 48px;
    height: 48px;
    background-image: url(../images/KGPLogoIcon.svg);
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: 100%;
    margin: 45px 32px;
}


.first-fold-inner-page {
	height: 100vh;
    position: relative;
    margin-left: 112px;
    margin-right: 86px;
}
.left-wrap {
	position:absolute;
	left:0;
	right:60%;
	top:0;
	bottom:0;
	text-align:center;
}
.left-wrap img {
	width: 444px;
    margin-top: -175px;		
}
.left-inner-wrap {
	position:absolute;
	left:50px;
	right:50px;
	bottom:50px;
	color:#fff;
	font-size:24px;
	line-height:34px;
	font-family: 'Roboto-Bold';
}
.left-inner-wrap span {
	color:#F1A06B;
	font-size:38px;
}
.left-inner-wrap .tab-heading {
	color:#F1A06B;
	font-size:50px;
	line-height:50px;
	margin-bottom:0;

}

.right-wrap {
	position: absolute;
    left: 40%;
    right: 0;
    top: 165px;
    bottom: 0;
}
.right-inner-wrap {
	position:absolute;
	left:40px;
	right:30px;
	bottom:0px;
	top:0;
	padding-right:30px;
	overflow:auto;
	overflow-x: hidden;
}
.content_inner_fa{
	position: relative;
    display: inline-block;
    /*padding-top: 110px;*/
    width: 100%;
    height: 100%;
}
.left-wrap.home-thumb {
	background-image: url(../images/home-thumb.png);
}
.left-wrap.img-1 {
	background-image: url(../images/img-1-thumb.png);
}
.left-wrap.img-2 {
	background-image: url(../images/img-2-thumb.png);
}
.left-wrap.img-3 {
	background-image: url(../images/img-3-thumb.png);
}
.left-wrap.img-4 {
	background-image: url(../images/img-4-thumb.png);
}
.left-wrap .nav {
	width:46px;
	height:46px;
	line-height:46px;
	font-size:25px;
	bottom:30px;
	right:30px;
}
.leftwrap-inner-image{
	background-image: url(../images/featured-image.png);
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: cover;
}
.leftwrap-inner-image-sectwo{
	background-image: url(../images/featured-image-remote-management.png);
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: cover;
}
.leftwrap-inner-image-secthree{
	background-image: url(../images/featured-image-conclusion.png);
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: cover;
}
.leftwrap-inner-image-secfour{
	background-image: url(../images/featured-image-ensuring-diversity.png);
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: cover;
}
.leftwrap-inner-image-secfive{
	background-image: url(../images/featured-image-transformative-leadership.png);
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: cover;
}
.conc.inner-Quote{
	background: #5F51CB;
    color: #F1A06B;
    padding: 35px 31px;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
    margin-top: 5px;
    font-family: 'Roboto-Bold';
    border-radius: 5px;
    display: inline-block;
    width: 90%;
}
.img-before, .img-after{
	display: inline;
    width: 27px;
    height: 16px;
}

.rt-main{
	width: 100%;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.03px;
    color: #fff;
}
.txt-rl{
	font-family: 'Roboto-Bold';
	float: right;
}
.conc.inner-Quote .txt-lf{
    font-style: italic;
    font-family: 'Roboto-Regular';
}

.quote {
	font-size:15px;
	color:#8E8E8E;
	line-height:19px;
	font-style:italic;
	display: flex;
	align-items: center;
	justify-content: left;
	
}
.quote a {
	font-size:15px;
	color:#8E8E8E;
	line-height:20px;
	font-style:italic;
	display: inline-block;
	word-wrap: break-word;
	
	width:500px;
}
.author-bio .authors-wrap-1{
	padding: 150px 0px 0px 0px;
}
.author-bio{
	position: relative;
}
/* .author-bio header{
	height: 158px;
} */
.author-bio .prev-arrow{
	top: 50%;
	left: 0px;
}
.quote img {
	margin-right:20px;
}
.clutch-logo img {
	width:88px;
}
.harvard-logo img {
	width:88px;
}
.harvard-logo-1 img {
	width:66px;
	margin-left:38px;
}
.medicine-logo img {
	width:88px;
}
.fortune-logo img {
	width:88px;
}
.fortune-logo-1 img {
	width:88px;
	margin-left:18px;
}
.fortune-logo-2 img {
	width:88px;
}
.adweek-logo img {
	width:86px;
	margin-left:18px;
}
.adweek-logo-1 img {
	width:88px;
}
.science-logo img {
	width:86px;
	margin-left:18px;
}
.wharton-logo img {
	width:104px;
}
.McKinsey-logo img {
	width:104px;
}
.bullets {
	margin-bottom:10px;
}
/*.bullets li {
	color:#818181;
	font-size:18px;
	line-height:24px;
	font-family: 'Roboto-Bold';
	letter-spacing:-0.04px;
	border-bottom:1px solid #F1A06B;
	padding:20px 0;
	margin-left:20px;
	position:relative;
}*/

.bullets li:last-child {
	border-bottom:none;
}
/*.bullets li:before {
	content:'';
	position:absolute;
	width:8px;
	height:8px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	left:-20px;
	top:27px;
	background:#F1A06B;
}*/
.prev-arrow {
	width: 60px;
    height: 120px;
    background-image: url(../images/left_button.svg);
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    cursor: pointer;
    left: -112px;
	
}
.prev-arrow:hover {
	background-image:url(../images/left_button_hover.svg);
}
.next-arrow {
	width: 60px;
    height: 120px;
    background-image: url(../images/right_button.svg);
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    cursor: pointer;
    right: -86px;
    margin: auto;
	
}
.next-arrow:hover {
	background-image:url(../images/right_button_hover.svg);
}
.authors-wrap {
	padding:75px 140px;
	background-image:url(../images/background-purple.png);
	background-repeat:no-repeat;
	background-position:0 center;
	background-size:cover;
}
.authors-box {
	float:left;
	width:25%;
	font-size:16px;
	line-height:24px;
	position:relative;
	
}
.authors-heading {
	font-size:43px;
	line-height:47px;
	color:#5F51CB;
	font-family: 'Roboto-Bold';
	text-align:center;
	line-height:260px;
}
.author-img {
	width:230px;
}
.author-name {
	font-size: 19px;
    line-height: 23px;
    color: #F1A06B;
    font-family: 'Roboto-Bold';
    margin-bottom: 14px;
    text-align: left;
    width: 225px;
    padding-left: 25px;
    letter-spacing: -0.04px;
    margin-top: -10px;
}
.author-desti {
	font-size: 16px;
    line-height: 21px;
    color: #d9d9d9;
    margin-bottom: 30px;
    text-align: left;
    width: 217px;
    padding-left: 25px;
}
.readmore-white {
	font-size:16px;
	color:#fff;
	font-weight:normal;
}
.readmore-white:hover {
	color:#F1A06B;
}
.readmore-white i {
	display:inline-block;
	vertical-align:middle;
	margin-left:10px;
	width:28px;
	height:9px;
	background:url(../images/ReadMore_Button_White.svg) no-repeat 
}
.readmore-white:hover i {
	background:url(../images/ReadMore_Button_White_HoverState.svg) no-repeat
}
.author-social {
	text-align:left;
	width:225px;
	padding-left:25px;
}
.authors-wrap-1 {
	padding:75px 100px;
	background-repeat:no-repeat;
	background-position:0 center;
	background-size:cover;
	text-align:center;
}

.authors-wrap-1 .author-img{
	width: initial;
}

.author-bio-page .authors-box{
	width: 21% !important;
}
.authors-heading-1 {
	font-size: 36px;
    line-height: 47px;
    color: #F1A06B;
    font-family: 'Roboto-Bold';
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.authors-wrap-1 .authors-box {
	display: inline-block;
    float: none;
    width: 24.5%;
}
.authors-wrap-1 .authors-box .author-name {
    font-size: 23px;
    line-height: 25px;
    color: #5F51CB;
    font-family: 'Roboto-Bold';
    margin-top: 10px;
    margin-bottom: 5px;
    text-align: center;
    width: auto;
    padding: 0;
}
.authors-wrap-1 .authors-box .author-desti {
    font-size: 15px;
    line-height: 25px;
    color: #707070;
    margin-bottom: 10px;
    text-align: center;
    width: auto;
    padding: 0;
}
.authors-wrap-1 .authors-box .author-social {
    text-align: center;
    width:auto;
	padding:0;
}
.kgp-link {
	display:inline-block;
	width:28px;
	height:28px;
	margin:0 10px;	
	background-image:url(../images/kgp-logo-normal-state.svg);
	background-repeat:no-repeat;
	background-position:0 center;
	background-size:cover;
}
.kgp-link:hover {
	background-image:url(../images/kgp-logo-hover-state.svg);
}
.in-link {
	display:inline-block;
	width:28px;
	height:28px;
	margin:0 10px;
	background-image:url(../images/linkedIn-icon-normal-state.svg);
	background-repeat:no-repeat;
	background-position:0 center;
	background-size:cover;
}
.in-link:hover {
	background-image:url(../images/linkedIn-icon-hover-state.svg);
}
.inner-Quote {
	background:#F1A06B;
	color:#fff;
	padding:20px 30px;
	font-size:24px;
	line-height:32px;
	font-family: 'Roboto-Bold';
}
/*.content_inner_fa a{
	color: #818181;
}*/
.text_und{
	color: #5F51CB;
	font-family: 'Roboto-Bold';
}
.text_dec{
	color: #818181;
}
.inner-Quote-author-name {
	margin-top:10px;
	font-size:24px;
	line-height:27px;
	font-family: 'Roboto-Bold';
	text-align:right;
}
.inner-Quote-author-desti {
	font-size:20px;
	line-height:27px;
	font-family: 'Roboto-Regular';
	text-align:right;
}
.right-heading {
	color: #5F51CB;
    font-size: 36px;
    line-height: 40px;
    font-family: 'Roboto-Bold';
    margin-bottom: 0px;
    height: auto;
    z-index: 111;
    background: #fff;
}
/*.right-inner-wrap.first-pannel{
   top: 100px;
}
.right-inner-wrap.second-pannel, .right-inner-wrap.four-pannel{
	top: 60px;
}*/
/*.right-inner-wrap.third-pannel{
	top: 100px;
}*/
.comma_color{
	color: #f1a06b;
}
.bold_text{
 font-family: 'Roboto-Bold'; 
}
.right-sub-heading {
	color:#F1A06B;
	font-size:19px;
	line-height:23px;
	font-family: 'Roboto-Bold';
	letter-spacing:-0.04px;
	margin-bottom:10px;
}
.right-inner-wrap p {
	color:#2A364C;
	font-size:16px;
	line-height:21px;
	font-family: 'Roboto-Regular';
	letter-spacing:-0.03px;
	margin-bottom:10px;
}
.right-inner-wrap p.highlight {
	color:#F1A06B;
}
.clear-both {
	clear:both;
}
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
	
.desktop {
	display:block;
}
.mobile {
	display:none;
}
.mouse-scroll {
    height: 52px;
    width: 52px;
    position: absolute;
    cursor: pointer;
    bottom: 50px;
    left: 50%;
    margin-left: -10px;
}

@media (min-width: 1440px) {
  .right-sub-heading{
  	padding-left: 5px;  
  }
  .content_inner_fa{
  	    padding-left: 5px;
  }
  .right-heading{
  	left: 45%;
  }
}

@media (max-width: 1280px) {
  /*#content_fa{
  	padding-top: 30px;
  }*/
}
@media (max-width: 1023px) {
    
	.left-desc{
		width: 100%;
	}

	body {
		font-size:16px;
		line-height:24px;
	}
	.logo {
		left:20px;
		top:20px;
	}
	.download-pdf {
		left:auto;
		right:20px;
		top:27px;
	}
	.desktop {
		display:none !important;
	}
	.mobile {
		display:block !important;
	}

	.first-fold {
		height:auto;
	}
	.first-fold-inner {
		position:static;
		padding:80px 20px 30px 20px;
		font-size:20px;
		line-height:normal;

	}
	.fist-fold-right, .fist-fold-left {
		position:static;
		display:block;
		text-align:left;
	}
	.fist-fold-left{
		text-align: center;
	   justify-content: center;
	   height: 275px;
	}
	.fist-fold-left img{
		width:250px;
		margin-left: -30px;
	}
	/* .fist-fold-right {
		text-align:center;
	} */
	
	.fist-fold-right img {
		width:250px;
		margin-left:-20px;
	}
	.leftwrap-inner-image{
		height: calc(100vh - 200px);
		margin:auto;
	}
	.leftwrap-inner-image-sectwo{
	    height: calc(100vh - 200px);
		margin:auto;
	}
	.leftwrap-inner-image-secthree{
	    height: calc(100vh - 200px);
		margin:auto;
	}
	.leftwrap-inner-image-secfour{
		height: calc(100vh - 200px);
		margin:auto;
	}
	.leftwrap-inner-image-secfive{
		height: calc(100vh - 200px);
		margin:auto;
	}
	.author-bio .authors-wrap-1{
		padding-top: 0px;
	}
	.first-fold-inner span {
		font-size:30px;
	}
	.home-desc {
		margin:20px;
	}
	.home-tabs-wrap {
		margin:0;
	}
	.home-tabs {
		width:auto;
		height:auto;
		float:inherit;
		display:block;
		min-height:250px;
	}
	.home-tabs .read-more-small {
		display:block;
		position:static;
		margin:20px 0 0 auto;
		width:100px;
	}
	.first-fold-inner-page {
		height:auto;
		margin-left:0;
		margin-right:0;
	}
	.left-wrap {
		position:relative;
	}
	.left-wrap img {
		width:250px;
		margin-left:-25px;
		margin-top:0;
	}
	.left-inner-wrap span {
		 font-size:30px;
	}
	.left-wrap .nav {
		bottom:20px;
		right:20px;
	}
	.right-wrap {
		position:static;
	}
	.right-inner-wrap {
		position:static;
		padding:20px 20px 0 20px;
		
	}
	.left-inner-wrap .tab-heading {
		font-size:30px;
		line-height:normal;
	}
	.quote {
		font-size:13px;
		line-height:normal;
		display:block;
	}
	.quote div img {
		margin:0;
		margin-bottom:10px;
	}
	.authors-wrap {
		margin:0px;
		padding:1px 20px 30px 20px;
	}
	.authors-box {
		width:auto;
		float:inherit;
		text-align:center;
		margin-top:20px;
	}
	.author-name, .author-desti, .author-social {
		padding-left:0;
	}
	.author-img {
		margin-left:-15px;
	}
	.authors-heading {
		line-height:normal;
	}
	.author-name, .author-desti, .author-social {
		width:auto;
	}
	.author-name{
		margin-top: 0px;
		margin-bottom: 20px;
	}
	.author-desti{
		margin-bottom: 20px;
	}
	.right-heading{
		margin-top: 15px;
		position: relative;
		left: unset;
		top:unset;
		height: initial;
		right: unset;
		z-index: unset;
	}
	.left-heading{
		margin-bottom: 20px;
	}
	header {
		height:103px;
		position: relative;
	}
	.home-link {
		margin-top:18px;
		margin-right:20px;
	}
	.kgp-icon {
		width:38px;
		height:38px;
		margin:10px 0px 0 20px;
	}
	.prev-arrow {
		width: 18px;
		height: 35px;
		left:20px;
		margin-top:-17px;
		top:140px;
	}
	.next-arrow {
		width: 18px;
		height: 35px;
		right:20px;
		margin-top:-17px;
		top:140px;
		background-image: url(../images/LeftArrow.svg);
		-moz-transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	.inner-Quote {
		margin-left:-20px;
		margin-right:-20px;
		padding: 20px;
	}
	.conc.inner-Quote{
		width: 100%;
	}
	.inner-Quote, .inner-Quote-author-name {
		font-size:20px;
		line-height:24px;
	}
	.inner-Quote-author-desti {
		font-size:16px;
		line-height:24px;
	}
	.quote a {
		width:auto;
	}

	.normal-india-wrap{
        margin: 0;
    }
    .normal-india{
        height: 100%;
        padding:30px;

    }
    .normal-india-fold-inner{
        position: relative;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }
    .normal-india-fold-inner span{
        font-size: 32px;
    }
    .cont-img{
        margin: 0;
    }
    .home-tabs{
        margin: 0;
    }
    .normal-india-wrap .read-more-small{
        display: block;
        position: static;
        margin: 0px 0px 0 auto;
        width: 100px;
    }
    .mobile-top-layer{
        width:100%;
        height: 100%;
        display: block;
    }
	.go-to-top {
		width:50px;
		height:50px;
		background-image:url(../images/go_to_top.svg);
		background-size:100%;
		position:fixed;
		bottom:10px;
		right:10px;
		display:block;
	}	
	.go-to-top.active {
		display:block;
	}
	.prev-arrow {
		position:static;
		float:left;
		margin: -20px 0 20px 20px;
		height:30px;
		width:90px;
		background-image: url(../images/prev-mobile.svg);
	}
	.next-arrow {
		position:static;
		float:left;
		height:30px;
		width:90px;
		margin: -20px 0px 20px 20px;
		background-image: url(../images/next-mobile.svg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	.authors-wrap-1 {
		padding:30px 20px;
	}
	.authors-wrap-1 .author-img {
		margin-left:0;
		width: 230px;
	}
	.authors-heading-1 {
		margin-bottom:0px;
	}
	.authors-wrap-1 .authors-box {
	    margin-top: 20px;
		width:auto;
	}


	.author-bio.author-bio-page .authors-wrap-1{
		padding: 30px 20px;
	}
	.author-bio.author-bio-page .authors-box{
	   margin-top: 20px;
       width: auto!important;
	}
	.padL{
		padding-left: 0px;
	}
	.mouse-scroll {
		display: none;
	}
	.right-sub-heading{
		margin-bottom: 0px;
		margin-top: 10px;
	}
}