html,body {
	margin: 0;
	padding:0;
	font-family: 'Nolan Next Regular';
	color:#231f20;
	font-size:20px;
	color:#222222;
	line-height:28px;

}
*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
.row{
	margin-left:-10px !important;
	margin-right:0px !important;
	height:65px;
}
.main-wrap{
    display: block;
    height: 100vh;
    overflow: hidden;
}
header{
    width:100%;
    height:200px;
    position: relative;
}
.heading{
    /* width: 65%; */
    width: 100%;
    display: block;
    text-align: left;
    margin: auto;
    /*text-transform: uppercase;*/
    font-size: 28px;
    font-family: 'Forma DJR Micro Extra Bold';
    color: #1F3E49;
    padding: 60px 0px;
    /* padding-left: 185px; */
    padding-left: 40px;
	line-height:36px;
}
.drop-down {
    font-size: 15px;
    color: #ffffff;
    font-family: 'Nolan Next Regular';
    position: absolute;
    top: 8px;
    left: 25px;
    z-index: 11;
}
.drop-down span {
   /* opacity:0.6;*/
    float:left;
    margin-right:20px;
    height:30px;
    line-height:30px;
    color: #5F51CB;
}
.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: #5F51CB;
}
.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);
    
}
.kgp-icon{
    float: right;
    width: 196px;
    height: 29px;
    background-image: url(../images/KGPLogoIcon.png);
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: 100%;
    margin: 40px 40px 0 0;
}
.slide-wrap{
    /* width: 766px; */
    width: 450px;
    float: left;
}
.content{
    width: 100%;
    display: inline-block;
    /* background-color: #6453EB; */
    background-color: #1F3E49;
    height: 360px;
    position: relative;
}
.abs-img{
    background-image: url(../images/David.png);
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: 100%;
    width: 50%;
    height: 657px;
    position: absolute;
    left: 0px;
    bottom: -177px;
}
.description-kingsley a{
    text-decoration: none;
}
.description-kgp{
    /* width: 300px; */
    width: 370px;
    margin: auto;
    height: 170px;
    position: absolute;
    right: 39px;
    top: 68px;
    font-size: 23px;
    font-family: 'Nolan Next Bold';
    color: #FFFFFF;
    letter-spacing: -0.57px;
    line-height: 30px;

}
.item-heading{
	font-family:'Nolan Next Bold';
	font-size:21px;
	line-height:24px;
	color: #FFFFFF;
	text-transform: uppercase;
	display:block;
	margin-bottom:15px;
	opacity:0.5;
}
.topic-sub-heading{
	margin-bottom:15px;
}
.item .inner-content{
    display: none;
    float: right;
    height: 100%;
    /* line-height: 14px; */
    line-height: 16px;
    width: 92%;
    /* font-size: 11px; */
    font-size: 12px;
    font-family: 'Nolan Next Regular';
    color: #ffffff;
    padding-right: 32px;
    cursor: initial;
}

.item {
    width: 16.66%;
    transition: width 0.5s;
    float: left;
    height: 360px;
    cursor: pointer;
    
}

.w10{
    width: 10%;
}

.active {
    color: #ffffff;
    width: 50%;
}

.one{
    overflow: hidden;
    display: block;
}

.is-visible {
    display: inline-block;
    width: 50%;
  }
  .pannel-one{
    /* background: #F8A566 url('../images/new_shadow.png') repeat-y left top; */
    background: #6CAAC0 url('../images/new_shadow.png') repeat-y left top;
    position: relative;
    
}
.pannel-two{
    background: #AA0A6C url('../images/new_shadow.png') repeat-y left top;
    position: relative;
}
.pannel-three{
    
    background: #003C5B url('../images/new_shadow.png') repeat-y left top;
    position: relative;
}
.pannel-four{
   
    background: #EAB346 url('../images/new_shadow.png') repeat-y left top;
    position: relative;
}
.pannel-five{
   
    background: #3C788E url('../images/new_shadow.png') repeat-y left top;
    position: relative;
}
.pannel-six{
    background: #767171 url('../images/new_shadow.png') repeat-y left top;
    position: relative;
}
.icon-open{
    width: 20px;
    height: 20px;
    position: absolute;
    background-image: url(../images/plus_sign.svg);
    background-repeat: no-repeat;
    background-position: 0 center;
    right: 20px;
    top: 20px;
    cursor: pointer;
}

.icon-close{
    width: 20px;
    height: 20px;
    position: absolute;
    background-image: url(../images/close_sign.svg);
    background-repeat: no-repeat;
    background-position: 0 center;
    right: 20px;
    top: 20px;
    cursor: pointer;
    display: none;
}
.description-title.first{
    margin-top: 50px;
	width:14px;
}
.description-title{
    vertical-align: middle;
    width: 35px;
    margin-left: 2px;
    opacity: 0.35;
}
.description-title.second{
    vertical-align: top;
    margin-top: 50px;
	width:15px;
}
.description-title.third{
    vertical-align: top;
    margin-top: 50px;
}
.description-title.fourth{
    vertical-align: top;
    margin-top: 50px;
}
.description-title.five{
    vertical-align: top;
    margin-top: 50px;
}
.description-title.six{
    vertical-align: top;
    margin-top: 50px;
	width:14px;
}
.inner-content.first{
    padding-top: 30px;
}
.inner-content.second{
    padding-top: 30px;
}
.inner-content.third{
    padding-top: 30px;
}
.inner-content.fourth{
    padding-top: 40px;
}
.inner-content.five{
    padding-top: 40px;
}
.inner-content.six{
    padding-top: 30px;
}
.designation{
    color: #5F51CB;
    font-family: 'Nolan Next Bold';
    
}
.pageination-icon{
    width: 100%;
    display: inline-block;
    text-align: center;
    /* padding-top: 22%; */
    position: absolute;
    left: 0;
    bottom: 170px;
    right: 0px;

}
.next-icon{
    width: 20px;
    height: 20px;
    /*margin: 150px 20px 160px 260px;*/
	margin: 0px -100px 0px 210px;
    cursor: pointer;
}
.next-icon-last{
	margin:0px -100px 0px 200px;
}
.prev-icon{
    width: 20px;
    height: 20px;
    margin: 0px 69px 0px -110px;
    cursor: pointer;
}
.prev-icon-last{
	margin: 0px 150px 0px -150px;
}
.diversity{
    color: #f1a06b;
    font-family: 'Nolan Next Bold';
}
.executive{
    color: #2A364C;
    font-family: 'Nolan Next Bold';
}
.dateselect{
    color: #F1A06B;
    font-family: 'Nolan Next Regular';
    padding-bottom: 10px;
}
.what-next{
    font-family: 'Nolan Next Regular';
    padding-bottom: 10px;
}
.linkedin-title{
    color: #FFD907;
    font-family: 'Nolan Next Bold';
}
.twitter-title{
    color: #F1A06B;
    font-family: 'Nolan Next Regular';
}
.social-icon-sec{
	float: right;
    margin-right: 50px;
    margin-top: 10px;
}
.social-icons{
    width: 100%;
    display: inline-block;
    padding-top: 15px;
}
.kgp-bio-icon{
    width: 36px;
    height: 36px;
    background-image: url(../images/KGP-Bio.png);
    background-repeat: no-repeat;
    background-position: 0 center;
    cursor: pointer;
    display: inline-block;
}
.kgp-email-icon{
    width: 36px;
    height: 36px;
    background-image: url(../images/email-icon.png);
    background-repeat: no-repeat;
    background-position: 0 center;
    cursor: pointer;
    display: inline-block;
}
.linkedin-icon-author{
    width: 36px;
    height: 36px;
    background-image: url(../images/Linkedin-david.png);
    background-repeat: no-repeat;
    background-position: 0 center;
    cursor: pointer;
    display: inline-block;
}
.linkedin-icon{
    width: 35px;
    height: 35px;
    background-image: url(../images/LinkedIn_Logo.svg);
    background-repeat: no-repeat;
    background-position: 0 center;
    cursor: pointer;
    display: inline-block;
}
.twitter-icon{
    width: 35px;
    height: 35px;
    background-image: url(../images/Twitter_Logo.svg);
    background-repeat: no-repeat;
    background-position: 0 center;
    cursor: pointer;
    margin-left: 10px;
    display: inline-block;
}
.card {
    padding: 0rem 0rem;
    border-radius: 0px;
    max-width: 600px;
    margin: 0rem;
    position: relative;
    /* overflow: hidden; */
}

.card img {
    width: 50px;
	height:50px;
}
.infos {
    margin-left: 9.5rem;
    margin-top: -120px;
}
.title_blog_link {
    font-size: 24px;
    color: #f1a06b;
    font-family: 'Nolan Next Bold';
}
.blog-post-redi-lft {
      font-family: 'Nolan Next Regular';
    font-size: 11px;
    /* font-weight: 400; */
    color: #fff;
    padding-top: 1px;
    margin-top: -37px;
    margin-left: 54px;
    width: 70%;
    line-height: 10px;
}
.blog-post-redi-rht {
      font-family: 'Nolan Next Regular';
    font-size: 11px;
    /* font-weight: 400; */
    color: #fff;
    padding-top: 1px;
    margin-top: -37px;
    margin-left: 54px;
    width: 75%;
}
.bottom-fix{
	font-size: 10px;
    margin: 20px 0px 10px 5px;
}
.vrt-align{
	margin-top: -45px;
}
.center-fix{
	margin-top:-48px;
}
/*.middle-row-margin-2{
	margin-top:35px;
}
.middle-row-margin-3-2{
	margin-top:12px;
}
.middle-row-margin-3{
	margin-top:18px;
}
.middle-row-margin-3-3{
	margin-top:5px;
}*/
.cnt-highlight{
	font-family:'Nolan Next Bold';
	font-size:14px;
	letter-spacing:-0.5px;
	line-height:18px;
}
.dont-bold{
    font-family: 'Nolan Next Bold'; 
}


.mob-content{
    display: none;
}
.mob-description-title{
    display: none;
}
.mob-item{
    display: none;
}
.mob-inner-content{
    display: none;
}
.mob-on{
    display: none;
}
.description-title.five.port{
    margin-top: 70px;
}
.inner-content.five.port-five{
    padding-top: 70px;
}
.description-title.fourth.port{
    margin-top: 70px;
}
.inner-content.fourth.port-fourth{
    padding-top: 70px;
}
.description-title.third.port{
    margin-top: 70px;
}
.inner-content.third.port-third{
    padding-top: 70px;
}
.description-title.second.port{
    margin-top: 70px;
}
.inner-content.second.port-second{
    padding-top: 70px;
}
.description-title.first.port{
    margin-top: 70px;
}
.inner-content.first.port-first{
    padding-top: 70px;
}
.description-title.five.spa-port-five{
    width: 34px;
    margin-top: 38px;
}
.inner-content.five.spanish-five{
    padding-top: 37px;
}
.description-title.fourth.spa-port-fourth{
    width: 34px;
    margin-top: 38px;
}
.inner-content.five.spanish-fourth{
    padding-top: 37px;
}
.description-title.third.spa-port-third{
    width: 34px;
    margin-top: 38px;
}
.inner-content.third.spanish-third{
    padding-top: 37px;
}
.description-title.second.spa-port-second{
    width: 34px;
    margin-top: 38px;
}
.inner-content.second.spanish-second{
    padding-top: 37px;
}
.description-title.first.spa-port-first{
    width: 34px;
    margin-top: 38px;
}
.inner-content.first.spanish-first{
    padding-top: 37px;
}
.disIn{
        display: inline-block;
}

.social-icons a{
    display: inline-block;
}
@media (min-width: 1701px){
	.prev-icon{ margin: 0px 240px 00px -100px;}
	.next-icon{ /* margin: 0px -106px 0px 100px; */ margin: 0px -100px 0px 400px;}
	.prev-icon-last{ /* margin: 0px 240px 0px -118px; */ margin: 0px 320px 0px -350px; }
	.next-icon-last{ /* margin: 0px -250px 0px 96px; */ margin: 0px -400px 0px 280px; }
}
@media (max-width: 1700px) and (min-width: 1601px){
	.prev-icon{ margin: 0px 240px 00px -100px;}
	.next-icon{ /* margin: 0px -106px 0px 100px; */ margin: 0px -90px 0px 310px;}
	.prev-icon-last{ /* margin: 0px 240px 0px -118px; */ margin: 0px 225px 0px -350px; }
	.next-icon-last{ /* margin: 0px -250px 0px 96px; */ margin: 0px -300px 0px 250px; }
}
@media (max-width: 1600px) and (min-width: 1501px){
	.prev-icon{ margin: 0px 240px 00px -100px;}
	.next-icon{ /* margin: 0px -106px 0px 100px; */ margin: 0px -100px 0px 250px;}
	.prev-icon-last{ /* margin: 0px 240px 0px -118px; */ margin: 0px 210px 0px -300px; }
	.next-icon-last{ /* margin: 0px -250px 0px 96px; */ margin: 0px -300px 0px 180px; }
}
@media (max-width: 1500px) and (min-width: 1400px){
	.prev-icon{ margin: 0px 160px 0px -100px;}
	.next-icon{ margin: 0px -100px 0px 290px;}
	.prev-icon-last{ margin: 0px 230px 0px -235px;}
	.next-icon-last{ margin: 0px -180px 0px 290px;}
}
@media (max-width: 1399px) and (min-width: 1024px){
	.prev-icon{ margin: 0px 100px 0px -100px;}
	.next-icon{ margin: 0px -100px 0px 220px;}
	.prev-icon-last{ margin: 0px 230px 0px -120px;}
	.next-icon-last{ margin: 0px -100px 0px 240px;}
}
@media (max-width: 1023px) {
    .row{
        margin-left:0px !important;
        margin-right:0px !important;
        height:65px;
    }
    .main-wrap{
        /* display: inline-block; */
        height: auto;
        /* overflow: inherit; */
    }
    .mob_display{
        padding-top: 30px;
    }
   

    
    header{
        padding: 30px;
        display: inline-block;
       /* height: 335px; */
    }
    header.spanish{
        height: 420px;
    }
     header.portuguese{
        height: 480px;
    }
   /* .spanish .heading span{
        display: inline-block;
    }
    .portuguese .heading span{
        display: inline-block;
    }*/

    .kgp-icon{
        width: 292px;
        height: 43px;
        margin: 0;
        float: left;
    }
    .heading{
        padding: 0;
        width: 100%;
        float: left;
        font-size: 18px;
        text-align: left;
		margin-top:30px;
		line-height:24px;
    }
    .slide-wrap{
        width: 100%;
        height:240px;
    }
    .one{
        overflow: initial;
    }
    .mob-content{
        display: block;
    }
    .content{
        position: relative;
        height: 240px; 
        
    }
    .abs-img{
        width: 250px;
        top: -66px;
        height: 400px;
        left: -48px;
        background-size: 100%;
    }
   .social-icon-sec {
		float: right;
		margin-right: 45px;
		margin-top: 0px;
	}
    .mob-description-title{
        display: block;
    }
    .description-kgp{
        /* width: 50%; */
        width: 100%;
        position: relative;
        float: right;
        /* padding: 15px 10px 0px 10px; */
        padding: 50px 20px 0px 20px;
        /* font-size: 17px;
        line-height: 22px; */
        font-size: 20px;
        line-height: 28px;
        right: unset;
        top:unset;
        bottom: unset;
    }
    .mob-item{
        width: 100%;
        transition: height 0.7s;
        display: inline-block;
        height: 85px;
        
    }
    .pannel1{
        background: #F8A566 no-repeat;
    }
    .pannel2{
        background: #203A6E no-repeat;
		margin-top: -10px;
    }
    .pannel3{
        background: #769846 no-repeat;
		margin-top: -10px;
    }
    .pannel4{
        background: #8441C3 no-repeat;
		margin-top: -10px;
    }
    .pannel5{
        background: #D51313 no-repeat;
		margin-top: -10px;
    }
	.pannel6{
        background: #868687 no-repeat;
		margin-top: -10px;
    }
    .description-title{
        margin-left: 30px;
    }

    .mob-item .mob-inner-content{
        display: none;
        height: auto;
        line-height: 16px;
        font-family: 'Nolan Next Regular';
        color: #ffffff;
        float: left;
        width: 90%;
        padding-right: 0px;
        padding: 0px 10px 0px 35px;
        font-size: 11px;
        padding-top: 10px;
        
     
    }
    .pageination-icon{
        /*bottom: 6px;*/
    }
    .next-icon{
        width: 30px;
        height: 30px;
    }
    .prev-icon{
        width: 30px;
        height: 30px;
		margin: 0px 140px 0px -100px;
    }
	
	.prev-icon-last-mob {
		margin: 0px 136px 0px -235px;
	}
	.next-icon-first-mob{
		margin: 0px 0px 0px 370px;
	}
	.next-icon-mob{
		/*margin: -168px -232px 0px 200px;*/
	}
	.prev-icon-mob{
		/*margin: 0px 100px 154px -245px;
		margin: 0px 134px 170px -236px;*/
	}
    .description-title.first{
        width: 65px;
        margin-top: 5px;

    }
    .description-title.second{
        padding-top: 0px;
        margin-top: 5px;
        width: 200px;
        
    }
    .description-title.third{
        padding-top: 0px;
        margin-top: 5px;
        width: 240px;
    }
    .description-title.fourth{
        padding-top: 0px;
        margin-top: 5px;
        width: 240px;
    }
    .description-title.five{
        padding-top: 0px;
        margin-top: 5px;
        width: 190px;
    }
	.description-title.six{
        padding-top: 0px;
        margin-top: 5px;
        width: 200px;
        
    }
    .item{
        display: none;
    }
    .icon-open{
        bottom: 20px;
        margin:auto;
    }
    .description-title.mob-port-first{
      margin-top: 0px;
      width: 200px;
    }
    .description-title.mob-port-second{
      margin-top: 0px;
      width: 175px;
    }
    .description-title.mob-port-third{
      margin-top: 0px;
      width: 120px;
    }
    .description-title.mob-port-fourth{
      margin-top: 0px;
      width: 160px;
    }
    .description-title.mob-port-five{
      margin-top: 0px;
      width: 340px
    }

    .description-title.mob-spanish-first{
      margin-top: 0px;
      width: 165px;
    }
    .description-title.mob-spanish-second{
      margin-top: 0px;
      width: 175px;
    }
    .description-title.mob-spanish-third{
      margin-top: 0px;
      width: 120px;
    }
    .description-title.mob-spanish-fourth{
      margin-top: 0px;
      width: 160px;
    }
    .description-title.mob-spanish-five{
      margin-top: 0px;
      width: 340px
    }
    .icon-close.portuguese{
        top: 40px;
    }
    .icon-close.spanish{
        top: 40px;
    }
	.mob-str-lft{
		width:50%;
		float:left;
		margin-top:5px;
		display:flex;
		align-items:center;
		justify-content:center;
	}
	.mob-str-rft{
		width:50%;
		float:left;
		margin-top:5px;
		display:flex;
		align-items:center;
		justify-content:center;
	}
	.mob-blog-post-redi-lft {
		font-family: 'Nolan Next Regular';
		font-size: 11px;
		color: #fff;
		width: 70%;
		padding-left:10px;
	}
	.mob-blog-post-redi-rht {
		font-family: 'Nolan Next Regular';
		font-size: 11px;
		color: #fff;
		width: 70%;
		padding-left:10px;
	}
	.middle-row-margin-2 {
		margin-top: 20px;
	}
	.middle-row-margin-3 {
		margin-top: 15px;
	}
	.middle-row-margin-2 {
		margin-top: 16px;
	}
	.bottom-fix {
		margin: 19px 0px 10px 5px;
		line-height: 13px;
	}
	.btm-margin{
		margin: 15px 0px 0px 0px;
	}
	.mob-inner-content.first{
		padding-top: 50px;
	}
	.mob-inner-content.second{
		padding-top: 53px;
	}
	.mob-inner-content.third{
		padding-top: 10px;
	}
	.mob-inner-content.fourth{
		padding-top: 10px;
	}
	.mob-inner-content.five{
		padding-top: 40px;
	}
	.mob-inner-content.six{
		padding-top: 40px;
	}
	.center-fix{
		margin-top:-48px;
	}
}
@media (max-width: 400px) {
	.next-icon-first-mob{
		margin:0px 0px 0px 340px;
	}
	.prev-icon{
		margin:0px 100px 0px -100px;
	}
	.prev-icon-last-mob{
		margin:0px 130px 0 -210px;
	}
}
@media (max-width: 550px) and (min-width: 401px) {
	.next-icon-first-mob{
		margin:0px 0px -50px 340px;
	}
	.prev-icon{
		margin:0px 100px 0px -100px;
	}
	.prev-icon-last-mob{
		margin:0px 130px 0 -270px;
	}
    .next-icon {
        margin: 0px -80px 0px 250px;
    }
    .description-kgp{
        height: auto;
        padding: 0px;
    }
    .content {
        position: relative;
        height: auto;
        padding: 50px 20px 50px 20px
    }
    .slide-wrap { height: auto; }
}
@media (max-width: 900px) and (min-width: 699px) {
	.next-icon-first-mob{
		margin:0px 0px -50px 340px;
	}
	.prev-icon{
		margin:0px 100px 0px -100px;
	}
	.prev-icon-last-mob{
		margin:0px 300px 0 -470px;
	}
    .next-icon {
        margin: 0px -100px 0px 600px;
    }
    .description-kgp{
        height: auto;
        padding: 0px;
    }
    .content {
        position: relative;
        height: auto;
        padding: 50px 20px 50px 20px
    }
    .slide-wrap { height: auto; }
}