@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;
}

.img-right-cont{
    width: 100%;
    height: 100%;
   
}
.border-btm{
    border-bottom: 4px solid #5F51CB;
}

.first-fold {
	height: calc(100vh);

	position:relative;	
}
.first-fold.home-page {
	background-color:transparent;
	background-image: url(../images/Header_Image.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}
.first-fold-inner {
	position:absolute;
	left:100px;
	right:100px;
	top:0;
	bottom:100px;
	font-size:33px;
	line-height:47px;
	color:#fff;
	font-family: 'Roboto-Bold';
	
	display: flex;
	/*align-items: center;
	justify-content: left;*/
}
.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;
}
.first-fold-inner > div {
	align-self: flex-end;
}
.first-fold-inner span {
	font-size:52px;
	color:#F1A06B;
}
.mobile-top-layer{
    display: none;
}
.logo {
	position:absolute;
	left:33px;
	top:40px;
	width:226px;
	height:33px;
	
	background-image: url(../images/KGPLogo.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;
		
}
.read-more-big:hover {
	color:#5F51CB;
}
.read-more-big:hover i {
	background-image:url(../images/ReadMore_Big_Hover.svg);
}
.home-tabs-wrap {
	margin:0 100px;
}
.home-tabs {
	float:left;
    width:31.33%;
    margin: 0 1%;
	height:325px;
	font-size:16px;
	line-height:24px;
	position:relative;	
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}
.cont-img{
    margin: 0 -1%
}
.home-tabs-wrap .home-tabs:last-child{
    margin-right: 0px;
}
.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';
	
}
.border-light{
    border-bottom: 1px solid #222222;
}
.img-1 {
	background-image: url(../images/Topic1_Image.png);
}
.img-2 {
	background-image: url(../images/Topic2_Image.png);
}
.img-3 {
	background-image: url(../images/Topic3_Image.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);
}
header {
	height:80px;
}
.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:48px;
	height:48px;
	background-image:url(../images/KGPLogoIcon.svg);
	background-repeat:no-repeat;
	background-position:0 center;
	background-size:100%;
	margin:30px 50px 0 0;
}


.first-fold-inner-page {
	height: calc(100vh - 130px);
	position:relative;
	margin-left:50px;
}
.left-wrap {
	position:absolute;
	left:0;
	right:50%;
	top:0;
	bottom:0;

	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}
.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:50%;
	right:0;
	top:0;
	bottom:0;
}
.right-inner-wrap {
	position:absolute;
	left:50px;
	right:80px;
	bottom:0px;
	top:0;
	padding-right:50px;
	overflow:auto;
}
.left-wrap.home-thumb {
	background-image: url(../images/Page01_Image.png);
}
.left-wrap.img-1 {
	background-image: url(../images/Component.png);
}
.left-wrap.img-2 {
	background-image: url(../images/Component_c.png);
}
.left-wrap.img-3 {
	background-image: url(../images/img-3-thumb.png);
}
.left-wrap.img-4 {
	background-image: url(../images/comp_d.png);
}
.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/LeftArrow.svg);
	background-repeat:no-repeat;
	background-position:0 center;
	background-size:cover;
	position:absolute;
	top:50%;
	margin-top:-27px;
	left:26px;
	
}
.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:-27px;
	right:26px;
	
}
.normal-india{
    height: 190px;
    position: relative;
}
.normal-india-wrap {
    margin: 21px 100px;
}
.normal-india.home-page{
    background-color: transparent;
    background-image: url(../images/Normal_India_BG.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    cursor: pointer;
}
.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;
}
.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:250px;
}
.author-name {
	font-size:23px;
	line-height:25px;
	color:#5F51CB;
	font-family: 'Roboto-Bold';
	margin-top:20px;
	margin-bottom:10px;
	text-align:center;
	width:250px;

}
.author-desti {
	font-size:15px;
	line-height:25px;
	color:#707070;
	margin-bottom:20px;
	text-align:center;
	width:250px;

}
.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:#fff;
	padding:20px 30px;
	font-size:24px;
	line-height:32px;
	font-family: 'Roboto-Bold';
}
.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;
}
@media (max-width: 1023px) {
	body {
		font-size:16px;
		line-height:24px;
	}
	.logo {
		left:20px;
		top:20px;
	}
	.desktop {
		display:none !important;
	}
	.mobile {
		display:block !important;
	}

	.first-fold {
		height:360px;
		display: flex;
	}
	.first-fold-inner {
		position:static;
		padding:80px 20px 20px 20px;
		font-size:20px;
		line-height:normal;
		align-self: flex-end;
	}
	.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;
	}
	.left-wrap {
		position:relative;
		min-height:300px;
		display: flex;
		align-items: bottom;
		justify-content:bottom;
	}
	.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;
	}
	.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: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;
	}
	.home-link {
		margin-top:18px;
		margin-left:20px;
	}
	.kgp-icon {
		width:38px;
		height:38px;
		margin:10px 20px 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/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;
	}
	.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;
	}
	.download-pdf{
		right: 20px;
		top: 20px;
	}
		
	
}
