@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);
	

	position:relative;	
}
.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-image: url(../images/HeadingImage.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}
.first-fold-inner {
	position: absolute;
    left: 100px;
    right: 0px;
    top: 0;
    bottom: 100px;
    /* font-size: 30px;
    line-height: 38px; */
    color: #fff;
    font-family: 'Roboto-Regular';
    display: flex;
    width: 50%;
}
.tabs-inner-sec{
	width: 100%;
    height: 100%;
    display: inline-block;
    margin: auto;
}
.tab50-left{
	width: 49.25%;
	background: #EBEBEB;
    height: 531px;
	float: left;
	position: relative;
}
.tab50-right{
	width: 49.25%;
	background: #EBEBEB;
    height: 531px;
	float: right;
	position: relative;
}
.tab-bottom-sec{
	/* position: relative; 
    width: 100%;
    margin: auto;
    width: 85%;
    display: inline-block;
	margin: 0px 0px;
	padding-top:58px; */
	position: absolute;
    width: 85%;
    margin: 0px 0px;
    bottom: 50px;
    left: 50px;
    right: 50px;

}
.pannel-click{
	display: block;
	height: 100%;
}
.tab-bottom-sec .read-more-small i{
	display: inline-block;
    vertical-align: middle;
    width: 101px;
    height: 80px;
    background-image: url(../images/ReadMore_Button.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
.mouse-scroll{
	height: 52px;
    width: 52px;
    position: absolute;
    cursor: pointer;
    bottom: 20px;
    left: 50%;
    margin-left: -30px;
}
.first-fold-inner > div {
	align-self: flex-end;
    width: 100%;
}
.first-fold-inner span {
	font-size: 30px;
    color: #F1A06B;
    text-transform: uppercase;
    font-weight: 900;
	width: 438px;
    display: inline-block;
    line-height: 38px;
    margin-bottom: 40px;
}
.first-fold-wrap-inner{
	font-size: 16px;
	font-family: 'Roboto-Regular';
	line-height: 25px;
	width: 662px;
}
.logo {
	position: absolute;
    left: 50px;
    top: 40px;
    width: 226px;
    height: 33px;
    background-image: url(../images/KGPLogo.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.download-pdf {
	position:absolute;
	right:33px;
	top:40px;
	width:48px;
	height:33px;	
	background-image: url(../images/PDF-Icon.svg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}
.pdf-icon{
	float: right;
    height: 40px;
    background-image: url(../images/PDF_Icon.svg);
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: contain;
    margin: 35px 23px 0 0;
    width: 40px;
}
.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;
		
}
.read-more-big:hover {
	color:#5F51CB;
}
.read-more-big:hover i {
	background-image:url(../images/ReadMore_Big_Hover.svg);
}
.home-tabs-wrap {
	margin: 1.5%;
}
.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';
}
.tab-main-logo{
	padding-top:70px;
}
.services-image{
	max-width: 100%;
    height: 288px;
    margin: auto;
    display: block;
}
.operation-image{
	max-width: 100%;
    height: 288px;
    margin: auto;
    display: block;
}
.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: 19px;
    /* display: inline-block; */
    /* line-height: 19px; */
    font-size: 14px;
    color: #fff;
    float: right;
    /* vertical-align: middle; */
    height: 100%;
}
.text-50{
	display: inline-block;
    float: left;
    width: 273px;
    letter-spacing: 0px;
    color: #5F51CB;
    font-size: 28px;
	line-height: 35px;
	font-family: 'Roboto-Bold';
}
.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);
}
header {
	height:80px;
	position: fixed;
    top: 0px;
    right: 0px;
    left: 0;
    z-index: 11;
}
.home-link {
	height:24px;
	float:left;
	margin-top:28px;
	margin-left: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: right;
    width: 40px;
    height: 40px;
    background-image: url(../images/KGPLogoIcon.svg);
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: 100%;
    margin: 35px 50px 0 0;
}


.first-fold-inner-page {
	position:relative;
	margin-left: 0;
    margin-top: 80px;
    height: calc(100vh - 80px);
}
.left-wrap {
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right: 58.2%;
	background-color: #ebebeb;
}
.left-wrap-banner{
	margin: auto;
	display: block;
	margin-top:50px;
}
.left-wrap-banner-two{
	margin: auto;
	display: block;
	margin-top:90px;
}
.left-inner-wrap {
	position:absolute;
	left:58px;
	right: 80px;
	bottom:30px;
	color:#fff;
	font-family: 'Roboto-Bold';
}
.left-inner-wrap span {
	color:#F1A06B;
	font-size:38px;
}
.left-inner-wrap .tab-heading {
	font-size: 38px;
    line-height: 50px;
    margin-bottom: 0;
	color: #5F51CB;
	width: 433px;

}

.right-wrap {
	position:absolute;
	right:0;
	bottom:0;
	left: 42.8%;
    top: 40px;
}
.right-inner-wrap {
	right:80px;
	padding-right:31px;
    left: 40px;
    position: absolute;
    bottom: 0px;
    top: 0;
    overflow: auto;
	overflow-x: hidden;
	font-size: 18px;
	line-height: 28px;
	color: #222222;
}
.fm-bold{
	font-family: 'Roboto-Bold';
	font-weight: bold;
}
.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);
}
.mob-pad{
	display: none;
}
.left-wrap .nav {
	width:46px;
	height:46px;
	line-height:46px;
	font-size:25px;
	bottom:30px;
	right:30px;
}
.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:19px;
	font-style:italic;
	display: inline-block;
	word-wrap: break-word;
	
	width:315px;
}
.quote img {
	margin-right:20px;
}
.ficci-logo img {
	width:50px;
}
.srmg-logo img {
	width:69px;
	height:39px;
	margin-left:55px;
}
.mc-logo img {
	width:126px;
}
.fortune-logo img {
	width:85px;
	margin-left:40px;
}
.hindu-logo img {
	width:126px;
}
.prev-arrow {
	width:28px;
	height:54px;
	background-image:url(../images/Left_arrow.svg);
	background-repeat:no-repeat;
	background-position:0 center;
	background-size:cover;
	position:absolute;
	top:50%;
	margin-top:-27px;
	left:26px;
	
}
.drop-down {
    font-size: 15px;
    color: rgb(255, 255, 255);
    font-family: Roboto-Regular;
    position: absolute;
    top: 40px;
    right: 50px;
    z-index: 11;
}
.drop-down span {
   /* opacity:0.6;*/
    float:left;
    margin-right:20px;
    height:30px;
    line-height:30px;
    color: #ffffff;
}
.drop-down ul {
    float:left;
    width:125px;
    cursor:pointer;
    height:31px;
    overflow:hidden;
}
.drop-down ul.active {
    height:auto;
}
.drop-down ul li {
    height:30px;
    line-height:30px;
    /* border-bottom:1px solid rgba(0,0,0,0.5); */
    position:relative;
    
}
.drop-down ul li::before {
    position:absolute;
    content:'';
    left:0;
    right:0;
    top:0;
    bottom:0;
    background: rgba(95, 81, 203, 1);
    mix-blend-mode: multiply;
    z-index:0;
}
.drop-down ul li:first-child {
    /* border-bottom:1px solid rgba(255,255,255,0.5); */
    /*background:rgba(241,160,107,0.5);*/
}
.drop-down ul li:first-child::before {
    background:none;    
}
.drop-down ul li:hover::before {
    background:rgba(241,160,107,0.8);
    mix-blend-mode: normal;
}
.drop-down ul li:first-child:hover::before, .drop-down ul.active li:first-child::before {
    background:rgba(241,160,107,0.5);
    mix-blend-mode: multiply;
}
.drop-down ul li a, .drop-down ul li:first-child span{
        color: #ffffff;
}
.drop-down ul li a, .drop-down ul li span {
    display:block;
    height:30px;
    line-height:30px;
    color: #ffffff;
    padding:0 10px;
    opacity:1;
    position:relative;
    z-index:1; 
    text-decoration: none; 
}
.drop-down ul li i {
    z-index:10;
    position:absolute;
    width:100%;
    height:30px;
    top:0;
    right:0;
    
    background-image:url(../images/drop_down_arrow_white.svg);
    background-repeat:no-repeat;
    background-position:95% center;
    background-size:10%;
}
.drop-down ul li i:hover {
    background-image:url(../images/drop_down_arrow_peach.svg);
    background-repeat:no-repeat;
    background-position:5% center;
    background-size:10%;
    
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.drop-down ul li i.active, .drop-down ul li i.active:hover { 
    background-image:url(../images/drop_down_arrow_peach.svg);
    background-repeat:no-repeat;
    background-position:95% center;
    background-size:10%;
    
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    
}
.prev-arrow:hover{
	background-image: url(../images/Left_Arrow_Hover.svg);
}
.next-arrow {
	width:28px;
	height:54px;
	background-image:url(../images/RightArrow.svg);
	background-repeat:no-repeat;
	background-position:0 center;
	background-size:cover;
	position:absolute;
	top:50%;
	margin-top:-50px;
	right:26px;
	
}
.next-arrow:hover{
	background-image: url(../images/Right_Arrow_Hover.svg);
}
.authors-wrap {
	margin: 35px 55px;
}
.author-inner-wrap{
	width: 100%;
	height:100%;
	display: inline-block;
}
.author-tab50-left{
	width: 49.25%;
    float: left;
}
.author-tab50-right{
	width: 49.25%;
    float: right;
}
.author-title{
	font-size: 28px;
    text-align: center;
    color: #F1A06B;
    line-height: 47px;
	display: block;
	font-family: 'Roboto-Bold';
}
.authors-box {
	float:left;
	width:25%;
	font-size:16px;
	line-height:24px;
	position:relative;
	
}
.author-inner-tab50{
	margin: auto;
	text-align: center;
	padding-top: 50px;
}
.padTop{
	padding-top: 70px;
}
.author-inner-context{
	width: 49%;
	display: inline-block;
	vertical-align: top;
}
.authors-heading {
	font-size:43px;
	line-height:47px;
	color:#5F51CB;
	font-family: 'Roboto-Bold';
	text-align:center;
	line-height:260px;
}
.author-img {
	width:250px;
}
.author-name {
    font-size: 20px;
    line-height: 21px;
    color: #5F51CB;
    font-family: 'Roboto-Bold';
    margin-top: 22px;
    text-align: center;

}
.author-desti {
	font-size: 14px;
    line-height: 21px;
    color: #000000;
	text-align: center;
	width:200px;
	margin:auto;

}
.author-comp-name{
	font-size: 14px;
    line-height: 21px;
    color: #000000;
    text-align: center;
}
.author-inner-wrap::after{
	display: table;
    content: '';
    border-right: 1px solid #ccc;
    width: 7px;
    height: 770px;
}
.author-social {
	text-align:center;
	width:250px;
}
.kgp-link {
	display:inline-block;
	width:28px;
	height:28px;
	margin:0 10px;
	
	background-image:url(../images/KGPBioIcon.svg);
	background-repeat:no-repeat;
	background-position:0 center;
	background-size:cover;
}
.kgp-link:hover {
	background-image:url(../images/KGPBioIcon_Hover.svg);
}
.in-link {
	display:inline-block;
	width:28px;
	height:28px;
	margin:0 10px;
	
	background-image:url(../images/LinkedInIcon.svg);
	background-repeat:no-repeat;
	background-position:0 center;
	background-size:cover;
}
.in-link:hover {
	background-image:url(../images/LinkedInIcon_Hover.svg);
}
.inner-Quote {
	background: #F1A06B;
	color: #5F51CB;
    padding: 15px;
    font-size: 18px;
    line-height: 25px;
    font-family: 'Roboto-Bold';
}
.bullets{
	margin-bottom: 10px;
}
.bullets li{
	color: #F1A06B;
    font-size: 18px;
    line-height: 30px;
    font-family: 'Roboto-Bold';
    border-bottom: 1px solid #F1A06B;
    padding: 20px 0;
    position: relative;
}
.inner-list{
	display: inline-block;
    width: 94%;
    vertical-align: top;
}
.list-num{
	display: inline-block;
    margin-right: 5px;
    color: #000000;
}
.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-Quote span{
	color: #000000;
    font-weight: normal;
	font-style: italic;
	font-family: 'Roboto-Regular';
}
.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;
}
.clear-both {
	clear:both;
}
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
	
.desktop {
	display:block;
}
.mobile {
	display:none;
}
.title_head::before{
	position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 120px;
    border-bottom: 2px solid #ffffff;
    width: 42px;
}
@media (max-width: 1023px) {
	
	body {
		font-size:16px;
		line-height:24px;
	}
	.logo {
		left:20px;
		top:20px;
	}
	.download-pdf {
		right:20px;
		top:20px;
	}
	.desktop {
		display:none !important;
	}
	.mobile {
		display:block !important;
	}

	.first-fold {
		height:auto;
		display: flex;
	}
	.first-fold-inner {
		position:static;
		padding:120px 20px 20px 20px;
		font-size:20px;
		line-height:normal;
		align-self: flex-end;
		width: 100%;
	}
	.drop-down{
		top:70px;
	}
	.first-fold-inner span {
		font-size:30px;
		width: 100%;
		margin-bottom: 20px;
	}
	.author-inner-tab50{
		padding-top: 20px;
	}
	.desktop{
		display: none;
	}
	.first-fold-wrap-inner{
		width: 100%;
	}
	.title_head::before{
		display: none;
	}
	.mouse-scroll{
		display: none;
	}
	.tab50-left{
		width: 100%;
		margin-bottom: 20px;
		height: 100%;
        padding: 20px 0px;
	}
	.tab-main-logo{
	    padding-top: 0px;
	}
	.tab50-right{
		width: 100%;
		height: 100%;
        padding: 20px 0px;
	}
	.author-tab50-left{
		width: 100%;
	}
	.author-name{
		margin-top: 20px;
	}
	.mob-pad{
		padding-bottom: 20px;
	}
	.author-tab50-right{
		width: 100%;
	}
	.padTop{
		padding-top: 20px!important;
	}
	.author-inner-context{
		width: 100%;
	}
	.author-inner-wrap::after{
		display: none;
	}
	.tab-bottom-sec{
		position: inherit;
		height: auto;
		display: inline-block;
		padding: 0px 20px;
	}
	.text-50{
		width: 100%;
		padding-top: 20px;
	}
	.operation-image{
		width:250px;
		height: 100%;
	}
	.services-image{
		width: 250px;
		height: 100%;
	}
	.read-more-small{
		width: 100%;
		height: 30px;
		line-height: 30px;
		display: inline-block;
		padding-top: 20px;
	}
	.tab-bottom-sec .read-more-small i{
		height: 100%;
	}
	.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-top: 0px;
	}
	.left-wrap {
		position:relative;
		min-height:300px;
		display: inline-block;
		align-items: bottom;
		justify-content:bottom;
		width: 100%;
	}
	.left-inner-wrap {
		position:static;
		padding:20px;
		font-size:20px;
		line-height:normal;	 
		align-self: flex-end;
	}
	.left-inner-wrap span {
		 font-size:30px;
	}
	.left-wrap .nav {
		bottom:20px;
		right:20px;
	}
	.inner-list{
		width: 92%;
	}
	.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;
		width:100%;
	}
	.quote {
		font-size:13px;
		line-height:normal;
		display:block;
	}
	.quote div img {
		margin:0;
		margin-bottom:10px;
	}
	.authors-wrap {
		margin:20px;
	}
	.authors-box {
		width:auto;
		float:inherit;
		text-align:center;
		margin-top:40px;
	}
	.authors-heading {
		line-height:normal;
	}
	.author-name, .author-desti, .author-social {
		width:auto;
	}
	header {
		height:60px;
		z-index: inherit;
		position: relative;
	}
	.left-wrap-banner{
		margin-top: 20px;
		width: 250px;
	}
	.left-wrap-banner-two{
		width: 250px;
		margin-top: 20px;
	}
	.list-num{
		margin-right: 0px;
	}
	.home-link {
		margin-top:18px;
		margin-left:20px;
	}
	.kgp-icon {
		width:38px;
		height:38px;
		margin:10px 20px 0 0;
	}
	.pdf-icon{
		margin: 10px 10px 0 0;
	}
	.prev-arrow {
		width: 18px;
		height: 35px;
		left:20px;
		margin-top:-17px;
	}
	.next-arrow {
		width: 18px;
		height: 35px;
		right:20px;
		margin-top:-17px;
		background-image: url(../images/RightArrow.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;
	}
	.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;
    }
		
	
}