/*!
Theme Name: GIC
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 2.0.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: gic
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

GIC is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/* admin bar: prevent overlaying design @link http://www.aclockworkberry.com/take-care-admin-bar-wordpress-theme/ */
html {
	margin-top: 32px !important;
}

* html body {
	margin-top: 32px !important;
}

@media screen and ( max-width: 782px ) {
	html {
		margin-top: 46px !important;
	}

	* html body {
		margin-top: 46px !important;
	}
}

.admin-bar .navbar {
	top: 32px;
}

@media screen and ( max-width: 782px ) {
	.admin-bar .navbar {
		top: 46px;
	}
}

/*common css*/

body {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #333;
	position: relative;
}
.juicer-feed{
	font-family: 'Lato', sans-serif !important;

}
p {
	margin-bottom: 0px;
	font-size: 17px;
	font-weight: 400;
}

strong {
	font-weight: 700;
}

.location-details-wrap br{
	display: none;
}

/* MODULE - SECTION **/
.section {
	padding: 110px 0px 150px;
	position: relative;
}

.section--slant::before {
    content: '';
    position: absolute;
    -webkit-transform: skewY(-4deg) translateZ(0) translate3d(0,0,0);
    -moz-transform: skewY(-4deg) translateZ(0) translate3d(0,0,0);
    -ms-transform: skewY(-4deg) translateZ(0) translate3d(0,0,0);
    -o-transform: skewY(-4deg) translateZ(0) translate3d(0,0,0);
    transform: skewY(-4deg) translateZ(0) translate3d(0,0,0);
    max-width: 100%;
    height: 100%;
    top: -18px;
    background: #eee;
    width: 100%;
}

/* MODULE - HEADINGS **/
.section-heading {
	font-size: 30px;
	line-height: 34px;
	color: #243a81;
	font-weight: 700;
	text-align: center;
}

.section-heading--with-divider {
	position: relative;
	margin-bottom: 40px;
}

.section-heading--with-divider::after {
	position: absolute;
	bottom: -20px;
	content: "";
	width: 30px;
	height: 2px;
	background: #bca480;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

/* MODULE - LIST **/
ol li {
	padding-bottom: 10px;
}

/*header css*/
.header-main {
	height: 122px;
}

.navbar {
	background: rgba(255, 255, 255, 0.95); /*issue slide 140 changed solid white to this*/
}

.navbar-brand img {
	max-width: 115px;
	width: 100%;
}

.mobile {
	display: none !important;

}
a{
	color: #bca480;
	text-decoration: underline;
	font-weight: 700
}

.navbar{
	padding: 0px;
	flex-basis: 100%;
	display: block;
	-ms-flex-preferred-size: 100%;
	text-align: right;
	padding-bottom: 10px;
}
.navbar-nav{
	flex-basis: 100%;
	display: block;
	-ms-flex-preferred-size: 100%;
	text-align: right;
}
li.nav-item{
	display: inline-block;
}
.nav-link{
	color: #bca480 !important;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
}
.top-nav li{
	display: inline-block;
}
.top-nav li a{
	font-size: 12px;
	text-transform: uppercase;
	color: #999;
	margin-right: 30px;
	letter-spacing: 1px;
	padding: 2px 5px;
}
.top-nav li a:hover,.top-nav li a.activated,.top-nav li.current_page_item a, .top-nav li.current_page_ancestor a {
	background-color: #243A81;
	color: #fff;
}
.top-nav li:last-child a{
	margin-right: 0px;
}
.mlp-current-language-item {
	text-decoration: underline;
}
.top-nav .mlp-language-nav-item a {
	margin-right: 0;
}
.navbar-brand{
	padding: 0px;
	margin-top: 55px;
	margin-right: 0px;
}
.navbar .navbar-nav .nav-link{
	padding: 10px 15px
}
.navbar-nav{
	margin-right: -15px;
}
.dropdown-toggle::after{
	display: none;
}
.top-nav{
	margin-top: 15px;
	margin-bottom: 5px;
}
.nav-item.dropdown:hover .dropdown-menu{
	display: block;
}
.nav-item.dropdown:hover,.activatedParent{
	background: #f3f3f3;
}
.navbar-nav .dropdown-menu{
	min-width: 295px;
    margin-top: 0px;
    border: none;
    background: #f3f3f3;
    border-radius: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.navbar-nav .dropdown-menu a{
	padding: 15px 0px 15px 25px;
	color: #999;
    text-transform: uppercase;
}
.navbar-nav .dropdown-item:hover,.navbar-nav .dropdown-item:active,.navbar-nav .dropdown-item:focus,.navbar-nav .dropdown-item.activated{
	background: #bca480 !important;
	color: #fff !important
}
.search-input{
	opacity: 0px;
	position: absolute;
	top: 0px;
	right: 0px;
	-webkit-transition: 0.3s all ease;
    transition: 0.3s ease all;
    margin-right: -100%;
}
.navbar .navbar-collapse{
	position: relative;
}
.search-input input{
	background: #f3f3f3;
	border: none;
	padding: 10px 40px 10px 30px;
	width: 400px;
	outline: none !important;
}
.search-input .search-close{
	position: absolute;
	right: 15px;
	top: 12px;
	opacity: 0;
	-webkit-transition: 0.3s all ease;
    transition: 0.3s ease all;
    cursor: pointer;
}
.youtube-player{
	width: 100%!important
}
.search-head-wrap a:hover{border: none !important;}

.top-nav .icon-search {
	width: 16px;
	height: 16px;
	fill: #999;
	padding: 0;
	vertical-align: middle;
}

/* UTILITIES */
.h-auto {
	height: auto;
}

.overflow-hidden {
	overflow: hidden;
}

.overflow-y-hidden  {
	overflow-y: hidden;
}

.text-primary {
	color: #243a81 !important; /* override Bootstrap style */
}

.mw-70 {
	max-width: 70%;
}

.border-primary {
	border-color: #bca480 !important; /* override Bootstrap style */
}

.border-right-2 {
	border-right: 2px solid;
}

.border-left-2 {
	border-left: 2px solid;
}

.mt-n1 {
	margin-top: -0.5rem;
}

.text-xl {
	font-size: 4.5rem;
}

.text-large {
	font-size: 1.2rem;
}

.position-relative {
	position: relative;
}

/* Page - Our Volunteers */
#volunteers-slider .slick-dots {
	bottom: -40px;
}

#volunteers-slider .slick-prev.slick-arrow--hneg {
	left: -50px;
}

#volunteers-slider .slick-next.slick-arrow--hneg {
	right: -50px;
}

#gic-instagram-feed::before {
	content: "";
	background-image: url('./assets/svg/instagram-blue.svg');
	background-size: 100%;
	background-position: center center;
	width: 35px;
	height: 35px;
	display: inline-block;
	margin-right: 6px;
}

/* Latest GIC Reports */
.margin-110{
	margin: 110px 0px;
}
.gic-report-main .latest-gic-inner{
	margin: inherit;
	max-width: 100%;
}
.latest-gic-report{
	background: #243a81;
    color: #fff;
    position: relative;
    padding: 120px 0px 120px 0px;
    -webkit-transform: skewY(-4deg);
    -moz-transform: skewY(-4deg);
    -ms-transform: skewY(-4deg);
    -o-transform: skewY(-4deg);
    transform: skewY(-4deg);
    outline: 1px solid transparent;
	-webkit-backface-visibility: hidden;
	translateZ(0);
	will-change: transform;
	-webkit-perspective: 1000;
}
.latest-gic-report .latest-gic-inner{
	max-width: 780px;
}
.report-right span{
	letter-spacing: 1.5px;
	font-weight: 500;
}
.gic-report-main .report-right{
	max-width: 49%;
	padding-top: 0px;
	padding-left: 30px;
}
.gic-report-main .report-right h2{
	margin-bottom: 30px
}
.report-right p{
	font-size: 17px;
	font-weight: 400;
	margin-bottom: 25px;
}
.ml-10{
	margin-left: 10px;
}
.report-right-wrap h4{
	color: #fff;
	position: relative;
	margin-bottom: 30px;
}
.report-right-wrap h4:after{
	content: '';
	position: absolute;
	width: 30px;
	left: 0px;
	background: #bca480;
    height: 2px;
    bottom: -15px;
    display: none;
}
.report-right-wrap a{
	color: #bca480;
	font-size: 15px;
	text-transform: uppercase;
	display: block;
	margin-top: 10px;
}
.report-right-wrap a:hover{
	text-decoration: underline !important;
}
.report-right-wrap a img,.load-more-wrap a img{
	margin-left: 4px;
	vertical-align: baseline;
}
.load-more-wrap a{
	font-size: 15px;
	text-transform: uppercase;
	color: #977e58;
}

.border-left-white{
	border-left: 1px solid #ddd
}
.report-right-wrap{
	padding-left: 25px;
	padding-top: 32px;
	padding-bottom: 40px;
}
.latest-gic-inner{
	-webkit-transform: skewY(4deg);
    -moz-transform: skewY(4deg);
    -ms-transform: skewY(4deg);
    -o-transform: skewY(4deg);
    transform: skewY(4deg);
    max-width: 650px;
    margin: 0 auto
}
.report-left{
	width: 372px;
	height: 214px;
	background-size: cover;
	background-position: 50%;
	display: inline-block;
	background-image: url(assets/img/report_new.png);
}
.mb-30{
	margin-bottom: 30px !important;
}
.mb-70{
	margin-bottom: 70px !important;
}
.mb-75{
	margin-bottom: 75px !important;
}
.mb-80{
	margin-bottom: 80px !important;
}
.mb-20{
	margin-bottom: 20px !important;
}
.mb-minus-20{
	margin-bottom: -20px !important
}
.pb-20{
	padding-bottom: 20px!important
}
.pb-30{
	padding-bottom: 30px!important
}
.pb-50{
	padding-bottom: 50px!important
}
.pb-70{
	padding-bottom: 70px!important
}
.pt2{
	padding-top: 2px !important
}
.pt30{
	padding-top: 30px !important
}
.border-1px{
	border-top: 1px solid #ddd !important
}
.border-bottom-1px{
	border-bottom: 1px solid #ddd !important
}
.report-right{
	max-width: 410px;
	padding-left: 70px;
	display: inline-block;
	vertical-align: top;
	padding-top: 0px;
}
.report-right h2{
	color: #fff;
	position: relative;
	margin-bottom: 60px;
}
.report-right p:empty{
	margin-bottom: 0px !important
}
.report-right h2:after{
	content: '';
	position: absolute;
	width: 30px;
	left: 0px;
	background: #bca480;
    height: 2px;
    bottom: -15px;
}
.report-right .buttons-gic:hover{
	color: #bca480 !important
}
.report-right .buttons-gic img{
	margin-left: 4px;
	vertical-align: inherit;
	display: inline-block;
}
.report-right .buttons-gic img.hover,.report-right .buttons-gic:hover img.active{
	display: none;
}

.report-right .buttons-gic:hover img.hover{
	display: inline-block;
}
.report-right .buttons-gic:hover:before{
	background: #fff
}
#yearSelect{
	height: 50px;
    border: 1px solid #ddd;
    padding: .5rem .75rem;
    width: 194px;
    color: #666;
    outline: none !important;
}
#yearSelect:focus{
	border: 1px solid #bca480;
}

.page-numbers{
	text-align: center;
	margin-top: 40px;
}
#jp-relatedposts{
	display: none !important;
}
.page-numbers li{
	display: inline-block;
    color: #bca480;
    font-weight: 700;
    padding: 0px 10px;
}
.page-numbers li a{
	color: #bca480;
	text-transform: uppercase;
}
.page-numbers li .current{
    /*padding: 3px 5px;*/
    color: #333;
    cursor: pointer;
}
.juicer-feed.modern .j-poster{
	display: none !important;
}
.j-overlay .j-close{
	top: 10px !important;
	right: 10px !important;
}
/*.juicer-feed .j-instagram{
	display: none !important;
}*/
ul#quicknav-menu{
	display: inline-block;
    margin-right: 26px;
}
ul.search-container{
	display: inline-block;
}
#primary-menu .sub-menu{
	display: none;
	margin: 0;
	padding: 0;
}
#primary-menu li{
	display: inline-block;
	vertical-align: top;
}
#primary-menu li:last-child{
	margin-right: 0px;
}
#primary-menu li a{
	padding: 10px 15px;
	color: #bca480;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.5px;
    display: inline-block;
    text-decoration: none;
}
.top-nav li a,.ui-autocomplete a,.news-single h4 a,.highlighted-three .nav-tabs .nav-link,.footer-list li a,.page-numbers li a,.report-right-wrap a,.past-report-single a,.faq-accordion h4 a{
	text-decoration: none;
}
#primary-menu li:hover,#primary-menu li.current-page-parent,#primary-menu li.current-menu-item{
	background: #f3f3f3
}
#primary-menu li:hover .sub-menu{
	display: block;
	position: absolute;
	min-width: 295px;
    margin-top: 0px;
    border: none;
    background: #f3f3f3;
    border-radius: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    z-index: 99999;
}
#primary-menu .sub-menu li{
	display: block;
	text-align: left;

}
#primary-menu .sub-menu li a{
	padding: 15px 0px 15px 25px;
    color: #999;
    display: block;
    text-transform: uppercase;
}
#primary-menu .sub-menu li a:hover,#primary-menu .sub-menu li.current_page_item a{
	background: #bca480 ;
    color: #fff ;
}
/* Latest GIC Reports  ends */
.ml-0{
	margin-left: 0px !important
}
.learning-experience.head-text-wrap p:empty{
	margin-bottom: 0px !important;
}
#reportloadmore img{
	display: none !important;
}
.back-top-btn{
	position: fixed;
    right: 20px;
    display: inline-block;
    bottom: 200px;
    background: #efefef;
    width: 60px;
    border-radius: 50%;
    height: 60px;
    text-align: center;
    z-index: 5;
    overflow: hidden;
    display: none;
    webkit-box-shadow: 0px 5px 6px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 5px 6px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 5px 6px 0px rgba(0,0,0,0.4);
}
.back-top-btn span{
	background-image: url('assets/img/back-to-top.png');
	display: inline-block;
	width: 60px;
	height: 60px;
	-webkit-transition: 0.6s all ease;
    transition: 0.6s ease all;
}
.back-top-btn:hover span{
	background-position: 0px -60px;
}
@media (min-width: 1200px){
	.container {
	    max-width: 1170px;
	}
}
@media (min-width: 768px){
	.navbar .navbar-collapse{
		display: block !important;
	}
}
/*header css end*/

#gic-wrapper{
	position: relative;
	min-height: 100vh;
}

/*footer css*/
.footer{
	padding: 220px 0 30px;
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index: 1;
}


.footer:after{
	width: 100%;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 71px;
    -webkit-transform: skewY(-4deg);
    -moz-transform: skewY(-4deg);
    -ms-transform: skewY(-4deg);
    -o-transform: skewY(-4deg);
    transform: skewY(-4deg);
    background-color: #b7afa2;
    z-index: 2;
    outline: 1px solid transparent;
	-webkit-backface-visibility: hidden;
	translateZ(0);
	will-change: transform;
	-webkit-perspective: 1000;
}
.footer-main{
    position: relative;
    z-index: 3;
}
.powered-by-botm{
	padding-top: 10px;
	text-align: right;
}
.powered-by-botm,.powered-by-botm a{
	color: rgba(221, 221, 221, 0.7);
	font-weight: 400;
	font-size: 12px;
	position: relative;
	z-index: 3;
}
.subpage-head.news-article-single{
	padding-bottom: 70px;
}
.news-article-single p{
	text-align: left;
}
.news-article-single .news-btn-wrap{
	margin-top: 20px;
	float: left;
}
.news-article-single .news-btn-wrap a:first-child{
	margin-right: 10px;
}
.social-icons li{
	display: inline-block;
	padding-right: 22px;
}
.social-icons li:last-child{
	padding-right: 0px;
}
.social-icons img{
	max-width: 23px;
}
.wechat-panel {
	position: relative;
	z-index: 2;
}
.wechat-panel:hover .wechat-popup {
	display: block;
}
.wechat-popup {
	display: none;
	position: absolute;
	width: 200px;
	top: -200px;
	right: 40px;
}

.wechat-popup-inner {
	background-color: #fff;
	padding: 9px 0;
}

.wechat-popup__text {
	text-align: center;
	padding: 0 15px;
}

.wechat-popup img {
	max-width: 100%;
}

.footer-list li{
	padding-bottom: 30px;
}
.footer-list li:hover a{
	border-bottom: 1px solid #fff
}
.footer-list li:last-child{
	padding-bottom: 0px;
}
.footer-list li a{
	text-transform: uppercase;
	color: #fff !important;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1.5px;
}
.copyright-text{
	text-align: right;
	font-size: 12px;
	color: rgba(221, 221, 221, 0.7);
	font-weight: 500;
	letter-spacing: 0.3px;
}
.footer-logo-wrap{
	text-align: right;
	padding-bottom: 20px;
	margin-top: -30px;
}
.footer-logo-wrap img{
	max-width: 116px;
}
/*footer css end*/

.no-results.not-found{
	min-height: 42.8vh;
}
/*mast head*/
.master-img-wrap{
	max-width: 60%;
	margin: 0  auto;
}

.master-description {
	font-size: 18px;
}
.master-img img,
.master-img-wrap img{
	max-width: 100%;
	height: auto;
}

.master-head-container{
	position: relative;
}
.master-heading {
	margin-bottom: 60px;
	position: relative;
}
.master-left-text{
	position: absolute;
    padding-top: 15%;
    width: 360px;
    left: 15px;
    top:0px;
}
.master-left-text h1{
	margin: 0px;
}
.master-left-text:after,
.master-heading::after {
	content: '';
	position: absolute;
	width: 60px;
	height: 4px;
	background: #bca480;
	bottom: -30px;
	left: 0px
}
.master-right-text{
	position: absolute;
    width: 265px;
    bottom: 11%;
    right: 0px;
    font-size: 18px;
    font-weight: 700;
}
.master-right-text p{
	margin-bottom: 30px;
	width: 265px;
}
.buttons-gic{
	display: inline-block;
    background: #bca480;
    position: relative;
    font-size: 14px;
    padding: 20px;
    border-radius: 30px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff !important;
    text-decoration: none !important;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s ease all;
    z-index: 2;
    outline: 1px solid transparent!important;
	-webkit-backface-visibility: hidden;
	translateZ(0);
	will-change: transform;
	-webkit-perspective: 1000;
}
.buttons-gic:before{
	-webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    position: absolute;
    top: 0;
    left: 50%;
    right: 50%;
    bottom: 0;
    opacity: 0;
    content: '';
    background-color: #243a81;
    z-index: -2;
    border-radius: 30px;
}
.buttons-gic img{
	display: none !important;
}
.buttons-gic:after{
	content: '>';
    margin-left: 5px;
    display: inline-block;
}

.master-right-text .buttons-gic img{
	margin-left: 15px;
	vertical-align: inherit;
}
.buttons-gic:focus:before,
.buttons-gic:hover:before{
    left: 0;
    right: 0;
    opacity: 1;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.master-right-text .buttons-gic {
	background-color: #243a81;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	align-content: center;
}
.master-right-text .buttons-gic:focus::before,
.master-right-text .buttons-gic:hover::before {
	background-color: #bca480;
}
.master-right-text .buttons-gic .fa {
	width: 2rem;
	height: 2rem;
	font-size: 2rem;
	margin: auto;
	margin-right: 1.5rem;
}
.master-description__meta {
	margin-top: 35px;
}
.subpage-master .master-img-wrap{
	max-width: 50%;
}
.subpage-master.subpage-inner-master .master-img-wrap{
	max-width: 60%;
}
.master-subpage-head{
	color: #999;
	font-size: 14px;
	font-weight: 700;
	display: inline-block;
	margin-bottom: 8px;
	letter-spacing: 1px;
}
.subpage-master .master-right-text,.subpage-master .master-right-text p{
	width: 360px;
}
.subpage-master .master-right-text{
	bottom: auto;
	top: 21%;
}
.subpage-master .master-left-text{
	padding-top: 9%;
	width: 395px;
}
.max-width-txt .master-left-text{
	width: 420px
}
.max-width-300 .master-left-text{
	width: 300px !important
}
.mb30{
	margin-bottom: 30px;
}
/* heading styles */
h1{
	font-size: 40px;
	line-height: 44px;
	color: #243a81;
	font-weight: 700;
}
h2{
	font-size: 30px;
	line-height: 34px;
	color: #243a81;
	font-weight: 700;
}
h3{
	font-size: 25px;
	line-height: 33px;
	color: #243a81;
	font-weight: 700;
}
h4{
	font-size: 20px;
	line-height: 28px;
	color: #243a81;
	font-weight: 700;
}
h5{
	font-size: 18px;
	line-height: 26px;
	color: #243a81;
	font-weight: 700;
}
.common-para{margin: 0 auto;font-size: 17px;color: #333;padding-top: 10px;}
.color-gold{color: #bca480 !important;}
.no-list-style li:before{display: none;}
/*quote syling*/
.quote-bg{
	background: #243a81;
	color: #fff;
	z-index: 1;
	position: relative;
	padding: 90px 0px;
	-webkit-transform: skewY(-4deg);
    -moz-transform: skewY(-4deg);
    -ms-transform: skewY(-4deg);
    -o-transform: skewY(-4deg);
    transform: skewY(-4deg);
    margin-bottom: -77px;
    margin-top: 60px;
    outline: 1px solid transparent;
	-webkit-backface-visibility: hidden;
	translateZ(0);
	will-change: transform;
	-webkit-perspective: 1000;
}
.quote-bg .quote-holder{
	-webkit-transform: skewY(4deg);
    -moz-transform: skewY(4deg);
    -ms-transform: skewY(4deg);
    -o-transform: skewY(4deg);
    transform: skewY(4deg);
}
.quote-holder{
	letter-spacing: 0.5px;
    padding-top: 35px;
    max-width: 740px;
    margin: 0 auto
}
.quote-text{
	max-width: 670px;
	margin: 0 auto;
	font-size: 20px;
	font-weight: 700;
	font-style: italic;
	position: relative;
	padding-top: 7px;

}
.quote-holder .carousel-indicators{
	position: relative;
	margin-top: 50px;
	margin-bottom: 40px;
	z-index: 9999;
}
.quote-holder .carousel-indicators li{
	-ms-flex: inherit;
    flex: inherit;
    margin-right: 4px;
    margin-left: 4px;
    text-indent: inherit;
    width: 15px;
    height: 15px;
    cursor: pointer;
    border-radius: 50%;
}
.quote-holder .carousel-indicators li img{
	opacity: .2
}
.quote-holder .carousel-indicators li.active img{
	opacity: 1;
}
.quote-holder .carousel-indicators li::after,.quote-holder .carousel-indicators li::before{
	display: none;
}
.quote-autor{
	padding-top: 40px;
	color: #999999;
	font-weight: 700;
}
.quote-designation{
	font-style: italic;
	color: #fff;
	font-weight: 700;
	font-size: 14px;
}
.quote-bg .quote-designation{
	color: #fff !important
}
.quote-bg .quote-autor{
	color: #999 !important
}
.qoute-icn{
	position: absolute;
    left: -35px;
    top: -4px;
}
.qoute-icn.alternate{
	position: absolute;
	left: auto;
	right: -20px;
    top: auto;
    bottom: -20px;
}
/*end quote syling*/

/*responsive video*/
.custom-video-wrap{
	width: 770px;
	margin: 0 auto;
	position: relative;
}

.video-mask{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	background-size: cover;
	background-position: 50%;
	height: 100%;
	z-index: 9;
	cursor: pointer;
}
.video-mask.video-mask-bg{
	background-image: url('assets/img/video-poster.jpg')
}
.play-button{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);

}
@media only screen and (max-width: 992px) {
    .custom-video-wrap{
    	width: 80%;
    }

    .play-button{
    	max-width: 50px;
    }
}
/*end responsive video*/

/* social */
.social-section{
	padding: 120px 0px 50px;
}
.section-heading span{
	display: block;
	color: #999;
	font-size: 14px;
	padding-bottom: 5px;
	letter-spacing: 3px;
}
.section-heading h2{
	position: relative;
	display: inline-block;
}
.section-heading h2:after{
	content: '';
	position: absolute;
	bottom: -20px;
	width: 30px;
	height: 2px;
	background: #bca480;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}
.section-subheading{
	color: #333;
	font-weight: 400;
	font-size: 17px;
	padding-top: 40px;
}
.social-main-wrap{
	max-width: 575px;
	margin: 0 auto;
	padding-top: 55px;
}
.social-thumbnail-wrap{
	width: 170px;
	height: 170px;
	background-size: cover;
	background-position: 50%;
	float: left;
}
.social-content-wrap{
	float: left;
	padding-left: 30px;
	max-width: 405px;
	padding-top: 0px;
	text-align: left;
}
.social-postdate{
	font-size: 12px;
	color: #999;
}
.social-postdate span{
	padding-left: 10px;
	display: inline-block;
	border-left: 1px solid #999;
	line-height: 10px;
	vertical-align: middle;
	letter-spacing: 0.5px;
}
.social-postdate img{
	margin-right: 10px;
	max-width: 25px;
}
.social-content-wrap p{
	margin-top: 10px;
	color: #333;
	font-weight: 400;
	font-size: 17px;
	margin-bottom: 20px;
}
.social-content-wrap p a{
	color: #243a81 !important;
}
.view-post-btn a{
	color: #bca480;
	font-size: 15px;
	text-transform: uppercase;
}
.view-post-btn a:hover{
	text-decoration: underline !important;
}
.view-post-btn a img{
	margin-left: 5px;
	vertical-align: baseline;
}
.social-single{
	padding-bottom: 30px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
}

/*social ends*/

/*input components*/
.form-group{
	margin-bottom: 25px;
	position: relative;
}
.form-group label{
	font-size: 14px;
	font-weight: 400;
	color: #666;
	margin-bottom: 5px;
}
.form-control{
	border: 1px solid #ddd;
	border-radius: 0px;
}
.form-control:focus,.form-control:active,.form-control:visited{
	border: 1px solid #bca480;
}
.text-field{
	height: 50px;
	color: #666;
	font-weight: 400;
	font-size: 16px;
}
.error-msg{
	display: none;
	color: #db1422;
	font-size: 14px;
	font-weight: 400;
	margin-top: 4px;
}
.form-group.error .text-field,.form-group.error textarea{
	border: 1px solid #db1422
}
.form-group.error .error-msg{
	display: inline-block;
}
textarea.form-control{
	height: 120px;
}
.word-left{
	position: absolute;
	right: 15px;
	bottom: 10px;
	font-size: 14px;
	color: #999;
	font-weight: 400;
}
.form-group .dropdown{
	border: 1px solid #ddd;
    height: 50px;
    line-height: 32px;
    color: #666;
    font-weight: 400;
    cursor: pointer;
}
.form-group .dropdown span{
	padding: .5rem .75rem;
	display: block;
	position: relative;
}
.form-group .dropdown span:before{
	content: url(assets/img/dropdown-arrow.png);
	position: absolute;
	right: 15px;
}
.form-group .dropdown-menu{
	width: 100%;
	border-radius: 0px;
	color: #999;
	font-size: 16px;
	border: 1px solid #ddd;
	margin: 0px;
	padding: 0px;
	max-height: 210px;
	overflow:auto;
}
.form-group .dropdown.show{
	border: 1px solid #bca480
}
.form-group .dropdown-item:focus, .form-group .dropdown-item:hover{
	background: #bca480;
	color: #fff
}
.form-group .dropdown-item{
	padding: .25rem .75rem;
}
.date-picker-input input{
	position: relative;
	background-image: url(assets/img/calendar-icon.jpg);
	background-position: 98%;
	background-repeat: no-repeat;
	cursor: pointer;
}
.ui-widget-header .ui-icon{
	background-image: url(assets/img/ui-icons_444444_256x240.png);
}
.form-group ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #999;
}
.form-group ::-moz-placeholder { /* Firefox 19+ */
  color: #999;
}
.form-group :-ms-input-placeholder { /* IE 10+ */
  color: #999;
}
.form-group :-moz-placeholder { /* Firefox 18- */
  color: #999;
}
/*input components end*/

/*component book*/
.book-section{
	position: relative;
	padding: 120px 0px;
}
.book-left-img{
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.book-right-img{
	position: absolute;
	right: 0px;
	bottom: 30px;
}
.book-poster-wrap{
	max-width: 710px;
	margin: 0 auto
}
.book-poster{
	float: left;
	width: 189px;
	height: 258px;
	margin-right: 75px;
}
.book-poster.poster-bg{
	background-image: url('assets/img/book.png')
}
.book-poster-wrap h2{
	max-width: 282px;
	position: relative;
	margin-bottom: 20px;
}
.book-poster-content{
	float: left;
	max-width: 440px;
}
.book-poster-content h2:after{
	content: '';
	position: absolute;
	bottom: -13px;
	width: 30px;
	height: 2px;
	background: #bca480;
	left: 0px;
}
.book-poster-content p{
	color: #333;
	font-size: 17px;
	font-weight: 400;
	margin-bottom: 30px;
}
.button-gic-small{
	padding: 15px 20px
}
/*component book end*/

/*profile card without header*/
.margin-right-0{
	margin-right: 0px;
}
.profile-avatar{
	width: 270px;
	height: 235px;
	background-size: cover;
	background-position: 50%;
}
.profile-avatar:hover{
	opacity: .9
}
.j-poster img{
	border-radius: 50%;
}
.profile-card{
	display: inline-block;
	background: #eee;
	margin-top: 25px;
	cursor: pointer;
}
.profile-details{
	min-height: 170px;
}
.profile-name{
	color: #243a81;
	font-size: 17px;
	padding-top: 15px;
}
.profile-designation,.profile-company{
	color: #333;
	font-weight: 400;
	font-style: italic;
	font-size: 14px;
	max-width: 225px;
	margin: 0 auto
}
.profile-card-main  h3{
	margin-bottom: 20px;
	position: relative;
}
.profile-card-main  h3:after{
	content: '';
    position: absolute;
    bottom: -20px;
    width: 30px;
    height: 2px;
    background: #bca480;
    left: 50%;
    transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}
.profile-directors-wrap{
	padding-top: 50px;
}
/*profile card without header ends*/

/*profile detail dialogue*/
#profileDetail .modal-dialog {
	max-width: 770px;
}
#profileDetail .modal-body{
	padding: 0px;
	position: relative;
}
.profiledetail-avatar{
	width: 308px;
	height: 260px;
	float: left;
	background-size: cover;
}
.profiledetail-head{
	background: #f5f5f5;
}
.profiledetail-head-inner{
	padding-top: 75px;
	max-width: 610px;
	margin: 0 auto;
	position: relative;
}
.profiledetail-name-desg{
	float: left;
	max-width: 300px;
	padding-left: 90px;
	padding-top: 40px
}
.profiledetail-content{
	max-width: 570px;
	margin: 0 auto;
	padding-top: 40px;
	color: #666;
	font-size: 16px;
	font-weight: 400;
	padding-bottom: 110px;
}
.profile-title{
	font-weight: 700
}
.modal-controls{
	position: absolute;
	color: #bca480;
	font-size: 14px;
	width: 100%;
	top: 50%;
	text-transform: uppercase;
}
.modal-controls .prev-modal{
	left: -50px;
    bottom: 50%;
    position: absolute;
    cursor: pointer;
}
.modal-controls .next-modal{
	right: -50px;
    bottom: 50%;
    position: absolute;
    cursor: pointer;
}
.profiledetail-desg{
	color: #333;
	font-weight: 400;
	font-style: italic;
}
.modal-close{
	position: absolute;
	right: 40px;
	top: 40px;
	cursor: pointer;
	max-width: 18px;
}
/*profile detail dialogue ends*/

/*prime*/
.custom-col-five{
	-ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
	position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.prime-main{
	padding: 50px 0px 50px 0px;
}
.prime-head{
	color: #333;
	font-size: 30px;
	font-weight: 900;
	margin-bottom: 10px;
}
.prime-head span{
	color: #243a81;
	text-transform: uppercase;
}
.prime-inner p{
	font-weight: 400;
	color: #333;
	font-size: 17px;
}
/*prime ends*/
/*higlighted first*/
.highlighted-one{
	max-width: 845px;
	margin: 0 auto;
	padding: 40px 30px 40px 0px;
	border-top: 4px solid #ccc;
	border-bottom: 4px solid #ccc;
}
.highlighted-left{
	max-width: 258px;
	float: left;
	margin-bottom: 0px;
	text-align: left;
}
.highlighted-right{
	float: left;
	padding-left: 40px;
	max-width: 460px;
	vertical-align: top;
	text-align: left;
}
.learning-journey-higlight .highlighted-right{
	padding-left: 90px;
}
.learning-journey-higlight .highlighted-left{
	padding-left: 25px;
}
.highlighted-right span{
	font-size: 17px;
	color: #333;
}
.highlighted-right ul{
	padding-top: 25px;
	list-style-type: upper-alpha;
	padding-left: 16px;
}
.highlighted-right ul li{
	color: #333;
	font-size: 17px;
	font-weight: 400;
	padding-bottom: 10px;
}
.highlighted-right ul li:last-child{
	padding-bottom: 0px;
}
.highlighted-ul{
	padding-left: 30px !important;
	padding-top: 0px !important;
}
.head-text-wrap ul.highlighted-ul li:before{
	left: -20px !important
}

/*higlighted first ends*/

/*higlighted second*/

.highlighted-two{
	background: #243a81;
    color: #fff;
    z-index: 1;
    position: relative;
    padding: 110px 0px 120px 0px;
    -webkit-transform: skewY(-4deg);
    -moz-transform: skewY(-4deg);
    -ms-transform: skewY(-4deg);
    -o-transform: skewY(-4deg);
    transform: skewY(-4deg);
    outline: 1px solid transparent;
	-webkit-backface-visibility: hidden;
	translateZ(0);
	will-change: transform;
	-webkit-perspective: 1000;
}
.highlighted-two h2{
	color: #fff;
	margin-bottom: 50px;
	position: relative;
}
.highlighted-two h2:after{
	content: '';
    position: absolute;
    bottom: -20px;
    width: 30px;
    height: 2px;
    background: #bca480;
    left: 50%;
    transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}
.highlighted-two-inner, .highlighted-three-inner{
	-webkit-transform: skewY(4deg);
    -moz-transform: skewY(4deg);
    -ms-transform: skewY(4deg);
    -o-transform: skewY(4deg);
    transform: skewY(4deg);
}
.highlighted-two-inner span{
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 25px;
	display: block;
	font-weight: 500;
    color: rgba(255, 255, 255, 0.8);
}
.highlighted-two-inner > div {
    font-size: 16px;
    color: #bca480;
}
.highlighted-two .buttons-gic:hover:before{
	background: #fff;
}

.highlighted-two .buttons-gic:hover{
	color: #bca480 !important;
}
.highlighted-two .buttons-gic img{
	margin-left: 4px;
}
.highlighted-two .buttons-gic img.hover,.highlighted-two .buttons-gic:hover img.active-img{
	display: none;
}
.highlighted-two .buttons-gic:hover img.hover{
	display: inline-block;
}
/*higlighted second ends*/
.highlighted-three{
	background: #243a81;
    color: #fff;
    z-index: 1;
    position: relative;
    padding: 130px 0px 160px 0px;
    -webkit-transform: skewY(-4deg);
    -moz-transform: skewY(-4deg);
    -ms-transform: skewY(-4deg);
    -o-transform: skewY(-4deg);
    transform: skewY(-4deg);
    outline: 1px solid transparent;
    -webkit-backface-visibility: hidden;
    will-change: transform;
    -webkit-perspective: 1000;
}

.highlighted-three--transparent {
	background-color: transparent;
	color: #333;
}

.highlighted-three-inner{
	-webkit-transform: skewY(4deg);
    -moz-transform: skewY(4deg);
    -ms-transform: skewY(4deg);
    -o-transform: skewY(4deg);
    transform: skewY(4deg);
}

.highlighted-three--no-skew,
.highlighted-three-inner--no-skew {
	-webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.highlighted-three .nav-tabs{
	display: inline-block;
	width: 275px;
	border-bottom: none;
	border-right: 1px solid #6675a7;
}
.highlighted-three .nav-tabs li{
	display: block;
	position: relative;
}
.highlighted-three .nav-tabs .nav-link{
	border: none !important;
	background: transparent !important;
	text-transform: inherit;
	color: #bca480;
	padding: 0px 0px 30px;
	font-size: 20px;
}
.highlighted-three--transparent .nav-tabs .nav-link {
	color: #999 !important; /* required to override base style's !important */
}
.highlighted-three .nav-tabs .nav-item:last-child .nav-link{
	padding-bottom: 0px;
}
.highlighted-three .nav-tabs .nav-link.active{
	color: #fff !important;
}

.highlighted-three--transparent .nav-tabs .nav-link.active {
	color: #243a81 !important; /* required to override base style's !important */
}

.highlighted-three-inner{
	max-width: 735px;
	margin: 0 auto;
	display: flex;
}
.highlighted-three .tab-content{
	max-width: 450px;
    display: inline-block;
    vertical-align: top;
    padding-left: 30px;
    font-size: 17px;
    font-weight: 400;
}
.highlighted-three .nav-tabs .nav-link:after{
	content: '';
    width: 25px;
    height: 1px;
    background: #6675a7;
    position: absolute;
    right: 0px;
    top: 15px;
    opacity: 0;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s ease all;
}
.highlighted-three .nav-tabs .nav-link.active:after{
	opacity: 1;
}
.highlighted-three .tab-content{
	padding-top: 0px;
}
.highlighted-three .tab-content .buttons-gic{
	margin-top: 25px;
	padding: 15px 21px 15px 21px
}
.highlighted-three .tab-content p{
	margin-bottom: 0px
}
.highlighted-three .tab-content .buttons-gic img{
	margin-left: 4px;
	vertical-align: inherit;
}
.highlighted-three .tab-content .buttons-gic img.hover,.highlighted-three .tab-content .buttons-gic:hover img.active-img{
	display: none;
}
.highlighted-three .tab-content .buttons-gic:hover img.hover{
	display: inline-block;
}
.highlighted-three .tab-content .buttons-gic:hover{
	color: #bca480 !important;
}
.highlighted-three .tab-content .buttons-gic:hover:before{
	background: #fff;
}
.highlighted-three .tab-pane{
	position: relative;
	will-change: opacity;
}
.highlighted-three .tab-pane:before{
	content: '';
	position: absolute;
	top: -20px;
	left: 0px;
	width: 30px;
	background: #bca480;
	height: 2px;
	display: none;
}
/*table responsive*/
.responsive-table{
	max-width: 770px;
	margin: 0 auto;
	outline: 1px solid transparent!important;
    -webkit-backface-visibility: hidden !important;
    will-change: transform !important;
    -webkit-perspective: 1000 !important;
}

.responsive-table .table thead th{
	border-top: none;
	font-size: 18px;
	color: #243a81;
	padding-bottom: 20px;
	border-bottom: 3px solid #bbb;
}
.responsive-table .table thead th:first-child{
	padding-left: 15px;
}
.responsive-table .table thead th:nth-child(2),.responsive-table .table thead th:nth-child(3){
	text-align: center;
}
.responsive-table .table thead th span{
	font-size: 14px;
}
.responsive-table .table tbody td{
	padding-bottom: 20px;
	padding-top: 20px;
	border-top: none;
	border-bottom: 1px solid #bbb;
	color: #333;
	font-weight: 400;
	font-size: 17px;
}
.responsive-table .table tfoot tr td{
	color: #333;
	font-size: 17px;
	font-weight: 400;
}
.responsive-table .table tbody tr td:first-child,.responsive-table .table tfoot tr td:first-child{
	padding-left: 15px;
	font-weight: 700;
}
.responsive-table .table tfoot tr td{
	padding-top: 20px;
	padding-bottom: 20px;
	background: #bbb;
}


/*table responsive ends*/


/*GIC Benefits*/
.gic-benefit-head-inner{
	background: #6e4f31;
    padding: 40px 35px;
    color: #fff;
}
.gic-benefit-head-inner h3{
	color: #fff;
	position: relative;
}
.gic-benefit-head-inner h3:after{
	content: '';
	position: absolute;
	width: 30px;
	background: #fff;
	height: 3px;
	left: 0px;
	bottom: -10px;
}
.gic-benefit-head-inner span{
	font-size: 17px;
	font-weight: 400;
}
.colbg-1{
	background-color: #ccbb8d
}
.colbg-2{
	background-color: #b7afa2
}
.colbg-3{
	background-color: #969fa9
}
.underline-link{
	text-decoration: underline !important;
	color: #bca480 !important;
}
.benefit-inner{
	padding: 35px;
	color: #fff;
}
.benefit-head{
	font-size: 20px;
	margin-bottom: 25px;
	position: relative;
}
.benefit-head:after{
	content: '';
	position: absolute;
	width: 28px;
	height: 2px;
	background: #fff;
	bottom: -10px;
	left: 0px;
}
.benefit-list{
	list-style-type: none;
	padding: 0px;
}
.benefit-list li{
	padding-bottom: 25px;
	font-size: 17px;
	font-weight: 400;
}
.icon-benefit{
	width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    font-size: 30px;
    line-height: 36px;
    position: absolute;
    right: -20px;
    z-index: 9;
    top: 50%;
    margin-top: -20px;
}
.benefit-list li:last-child{
	padding-bottom: 0px;
}
/*GIC Benefits end*/

/*Past GIC Reports*/
.past-gic-report-inner{
	max-width: 775px;
	margin: 0 auto;
}
.past-gic-report-wrap{
	text-align: center;
	margin-bottom: 80px;
}
.past-gic-report-wrap h2{
	position: relative;
	margin-bottom: 70px;
}
.past-gic-report-wrap h2:after{
	position: absolute;
    bottom: -20px;
    content: "";
    width: 30px;
    height: 2px;
    background: #bca480;
    left: 50%;
    transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}
.past-report-single{
	border-bottom: 1px solid #ddd;
    padding: 0px 20px 25px;
    margin-bottom: 25px;
}
.past-report-single span{
	color: #243a81;
	font-weight: 700;
	float: left;
	font-size: 20px;
}
.past-report-single a{
	float: right;
	text-transform: uppercase;
	font-size: 15px;
	color: #977e58;
	line-height: 24px;
}
.past-report-single a:hover{
	text-decoration: underline !important;
}
/*Past GIC Reports ends*/

 /*Experience Articles*/
 .experience-article-inner{
 	max-width: 775px;
 	margin: 0 auto;
 }

 .experience-article-img{
	width: 100%;
	background-size: cover !important;
	background-position: 50% !important;
}
.experience-article-single h4{
	margin-top: 25px;
}
.experience-article-single p{
	color: #333;
	font-size: 17px;
	font-weight: 400;
	margin-bottom: 30px;
}
.experience-article-single .buttons-gic img{
	margin-left: 4px;
}
/*Experience Articles ends*/

/*Board Chart Starts*/
.board-main-head{
	background: #ebe7e4;
	color: #fff;
	font-size: 25px;
	font-weight: 700;
	text-align: center;
	padding: 12px 0px;

}
.board-main-head a:hover,.board-main ul li a:hover,.learning-resources h4 a:hover{
	color: #bca480
}
.board-main-head.committees{
	background: #a4855b
}
.board-main{
	margin-bottom: 60px;
}
.mb-30{
	margin-bottom: 30px;
}
.board-committee-inner{
	max-width: 960px;
	margin: 0 auto;
	padding-top: 40px;
}
.board-main ul{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.board-main ul li{
	padding-bottom: 25px;
	font-size: 17px;
	color: #333;
}
.board-main ul li:last-child{
	padding-bottom: 0px;
}
.board-main-head.grp-committees{
	background: #a3855b;
}
.board-grp-excommittee-inner{
	padding-top: 40px;
}
.board-member-name{
	font-size: 17px;
	color: #333;
	margin-bottom: 7px;
	display: block;
}
.board-member-desg{
	font-weight: 400;
	font-style: italic;
	font-size: 14px;
	color: #333;
	margin-bottom: 30px;
	display: block;
}
.board-main-head.small{
	background: #bca480;
	min-height: 100px;
}
.board-small-wrap{
	padding-top: 40px;
}
.investment-type{
	color: #999;
	font-size: 14px;
	display: block;
	padding-bottom: 8px;
}
.board-small-wrap .col-sm-6{
	min-height: 124px;
}
.no-bg-brdr{
	background: transparent!important;
	border-bottom: 4px solid #ddd;
	color: #243a81;
}
.no-bg-no-brdr{
	background: transparent!important;
	border: none;
	color: #243a81;
}
.border-white{border: solid 4px #fff;}
/*Board Chart Ends*/
.about-full-width{
	padding-bottom: 130px!important;
}
.about-full-width .gic-way-content{
	max-width: 100%;
}
.about-full-width .gic-way-content-left{
	width: 400px;
}
.about-full-width .gic-way-content-right{
	width: 740px;
	max-width: 740px;
}
.gic-way-single{
	border-top: 1px solid #ddd;
	padding-top: 40px;
}
.about-full-width .gic-way-content-right ul{
	padding-left: 20px;
	padding-bottom: 20px;
}
.about-full-width .gic-way-content-right ul li{
	color: #243a81;
	font-weight: 700;
	font-size: 20px;
}
.about-full-width .gic-way-content-right a{
	color: #bca480;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 700;
	display: block;
}
.about-full-width .gic-way-content-right a:hover{
	text-decoration: underline!important;
}
.about-table-structure h4{
	text-align: center;
	margin-bottom: 15px;
}
.about-table-structure .row{
	background: #ebe7e4;
    color: #333;
    padding: 20px 15px;
    font-weight: 700;
    font-size: 17px;
    margin-bottom: 35px;
}
.mt-20{
	margin-top: 20px;
}
.mt15{
	margin-top: 15px !important;
}
.border-btm-3{
	border-bottom: 2px solid #ddd;
}
/*Progress Starts*/
.progress-wrap{
	padding: 30px 0px 50px;
	overflow-x:hidden;
}
.progress-col1{
	background: #ccbb8d;
	position: relative;
}
.progress-col2{
	background: #b7afa2;
	position: relative;
}
.progress-col3{
	background: #969fa9;
	position: relative;
}
.progress-inner h4{
	color: #fff;
	margin-bottom: 40px;
	position: relative;
}
.progress-inner h4:before{
	content: '';
	position: absolute;
	width: 28px;
	height: 2px;
	background: #fff;
	bottom: -20px;
}
.progress-inner{
	max-width: 315px;
	padding: 50px 0px 50px 30px;
	color: #fff;
}
.progress-col1,.progress-col2{
	position: relative;
}
.progress-inner:after{
	content: '';
    width: 46px;
    position: absolute;
    height: 100%;
    top: 0px;
    right: -46px;
    z-index: 1;
    background-size: 46px 100%;
}
.progress-col1 .progress-inner:after{
	background-image: url(assets/img/progress-1.png)
}
.progress-col2 .progress-inner:after{
	background-image: url(assets/img/progress-2.png);
	right: -45px;
}
.progress-col3 .progress-inner:after{
	display: none;
}
.progress-inner p{
	max-width: 100% !important;
	margin-bottom: 0px !important;
	padding-left: 0px !important;
}
.progress-subhead{
	max-width: 238px;
	margin-bottom: 20px;
	font-size: 17px;
	display: block;
}
.progress-inner p{
	font-size: 17px;
	font-weight: 400;

}
.progress-indicator{
	position: absolute;
    right: -51px;
    top: 0px;
    z-index: 1;
    height: 100%;
}
.progress-col2 .progress-indicator{
	right: -50px;
}
.progress-col2 .progress-inner,.progress-col3 .progress-inner{
	padding-left: 70px;
}
/*Progress Ends*/

/*Faq starts*/
.faq-main{
	padding-bottom: 60px;
}
.faq-filter-wrap{
	max-width: 715px;
	margin: 0 auto
}
.faq-filter-head{
	font-size: 15px;
	color: #333;
	text-align: center;
}
.custom-control-indicator{
	background-image: url(assets/img/checkbox.svg) !important;
	width: 23px;
	height: 21px;
	background-size: cover;
	background-position: -30px;
	background-color: transparent !important;
	border-radius: 0px !important;
	border: none !important;
	top:0px;
	outline: 4px solid #fff !important;
}
.custom-control-description{
	display: inline-block;
	margin-left: 12px;
}
.custom-checkbox .custom-control-input:checked~.custom-control-indicator{
	background-position: 0px;
}
.faq-filter{
	margin-top: 20px;
}
.custom-control{
	margin-bottom: 0px;
}
.faq-accordion{
	padding-top: 50px;
}
.faq-accordion-head{
	padding-bottom: 20px;
}
.questions-text{
	color: #999;
	font-size: 14px;
	float: left;
	letter-spacing: .5px;
}
.expandall-text{
	float: right;
	letter-spacing: .5px;
	text-transform: uppercase;
	color: #bca480;
	font-size: 15px;
	cursor: pointer;
}
.expandall-text:hover{
	text-decoration: underline;
}
.faq-accordion h4{
	position: relative;
	padding-bottom: 0px;
}
.faq-accordion h4 a{
	color: #333;
	display: block;
	padding: 15px 20px 20px 20px;
}
.faq-accordion h4 a:after{
	content: '+';
	position: absolute;
	top: 15px;
	color: #bca480;
	right: 20px;
}
.card-header{
	background-color: transparent;
	border: none;
	padding: 0px;
}

.card{
	border: none;
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
	border-radius: 0px;
}
.card-body{
	font-weight: 400;
	font-size: 17px;
	color: #333;
	max-width: 670px;
	margin: 0 auto;
	padding-left: 0px;
	padding-right: 0px;
}
.card-body p{
	padding-bottom: 45px;
}
.faq-accordion .card-body a{
	color: #bca480
}
.accordion-subhead{
	padding-bottom: 13px;
	display: inline-block;
}
.card-body li{
	padding-bottom: 8px;
}
/*Faq ends*/

/*News Room Archive*/
.latest-news-wrap{
	padding: 125px 0px 150px;
}
.latest-news-wrap h2{
	position: relative;
	margin-bottom: 70px
}
.latest-news-wrap .buttons-gic{
	margin-top: 40px;
}
.latest-news-wrap h2:after {
    position: absolute;
    bottom: -20px;
    content: "";
    width: 30px;
    height: 2px;
    background: #bca480;
    left: 50%;
    transform: translate(-50%, -50%);
}
.news-filter-wrap .form-check{
	display: inline-block;
}
.news-filter-head{
	padding-right: 45px;
}
.news-filter-wrap .custom-control{
	padding-right: 15px;
}
.news-dropdown{
	display: inline-block;
	width: 195px;
	text-align: left;
}
.news-list-wrap{
	max-width: 970px;
	margin: 0 auto;
	padding-top: 30px;
}
.breadcrumb-news{
	color: #999;
	font-size: 12px;
	text-transform: uppercase;
	padding-bottom: 10px;
}
.news-single h4{
	text-transform: initial;
    color: #333;
    max-width: 310px;
    float: left;
}
.news-single h4 a{
	color: #bca480;
}
.news-single h4 a:hover{
	border-bottom: 1px solid #bca480;
}
.news-featuredimage{
	background-size: cover;
	background-position: 50%;
	width: 130px;
	height: 130px;
	float: right;
}
.readmore-link{
	display: inline-block;
	color: #bca480 !important;
	font-size: 15px;
	margin-top: 15px;
	font-weight: 500;
}
.collapse.show-all{
	display: block !important;
}
.readmore-link img{
	margin-left: 4px
}
.news-single{
	padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    text-align: left;
    min-height: 175px;
    letter-spacing: 0.3px;
}
.readmore-link:hover{
	text-decoration: underline !important;
}
.news-headimage-wrap{
	padding-right: 25px;
}
.news-single.no-image .news-featuredimage{
	display: none;
}
.news-single.no-image  h4{
	max-width: 100%;
}
/*News Room Ends*/
.footer-minus-bottom{
	margin-bottom: -90px;
}
.mb-minus-30{
	margin-bottom: -30px;
}
/*Home career section*/
.career-single{
	width: 169px;
	display: inline-block;
	background-size: cover;
	background-position: 50%;
	margin-right: 5px;
}
.career-img-wrap .career-single:last-child{
	margin-right: 0px;
}
.block-three{
	padding-top: 60px;
}
/*Home career section ends*/

/*page templates*/


.subpage-head{
	padding: 110px 0px;
}
.subpage-head h1{
	position: relative;
}
.subpage-head h1:after{
	position: absolute;
	bottom: -30px;
	content: "";
	width: 80px;
	height: 4px;
	background: #bca480;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}
.news-article-single h1{
	max-width: 775px;
	margin: 0 auto;
	line-height: 54px;
}
.subpage-head p{
	max-width: 770px;
	margin: 0 auto;
	font-size: 18px;
	color: #333;
	padding-top: 40px;
	font-weight: 700;
}
.pl-50{
	padding-left: 50px!important;
}
.subpage-head span{
	color: #999999;
	letter-spacing: 1px;
}
/*Santiago Principles*/

.santiago-content{
	max-width: 750px;
	margin: 0 auto;
	font-size: 17px;
	color: #333;
	font-weight: 400;
	padding: 60px 0px 120px;
}
.santaigo-p{
	max-width: 770px;
	margin: 0 auto;
	text-align: center;
}
.mb-0{
	margin-bottom: 0px !important
}
.mt-minus-20{
	margin-top: -20px !important;
}
.mt-minus-60{
	margin-top: -60px !important;
}
.gic-way-content-right-link{
	color: #ccbb8d!important;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 700;
}
.gic-way-content-right-link:hover{
	text-decoration: underline !important;
}
.santaigo-p p{
	color: #333;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 40px;
}
/*Santiago Principles ends*/

/*Learning Experience*/
.learning-experience .block-two{
	max-width: 770px;
	margin: 0 auto;
	text-align: left;
	padding: 0px 0px 40px;
}
.embed-responsive p:empty{
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
}
.pt20{
	padding-top: 20px;
}
.last-reserve-wrap{
	max-width: 770px;
	margin: 0 auto;
}
.last-reserve-left{
	width: 369px;
	height: 208px;
	background-size: cover;
	background-position: 50%;
	float: left;
}
.last-reserve-right{
	float: left;
	padding-left: 30px;
	width: 400px
}
.last-reserve-right h2{
	text-align: left !important;
	margin-bottom: 30px !important
}
.block-slant-inner .last-reserve-right p a{
	color: #fff!important;
	text-decoration: none !important;
}
.last-reserve-right h2:after{
	left: 22px !important;
}
.learning-experience.head-text-wrap p{
	padding-bottom: 0px;
	margin-bottom: 20px;
}
.learning-experience .custom-video-wrap{
	margin-top: 40px
}
.learning_experience_slant.block-slant-wrap p{
	padding-left: 0px;
}
.learning-resources .custom-video-wrap{
	width: 100%;
}
.learning-resource-img{
	height: 218px;
	background-size: cover;
	background-position: 50%;
	background-image: url(assets/img/learning.jpg);
}
.pb50{
	padding-bottom: 50px !important;
}
.pb80{
	padding-bottom: 80px
}
.pb20{
	padding-bottom: 20px !important;
}
.learning-resources h4{
	margin-top: 30px;
	text-align: left;
}
.pb-0{
	padding-bottom: 0px;
}
.pl15{padding-left: 15px;}

/*Learning Experience ends*/

/*Investment framework starts*/
.chart-wrap{
	max-width: 770px;
	margin: 0 auto;
	padding-top: 50px;
}
.border-top{
	border-top: 1px solid #ddd;
}
.max-width-770{
	max-width: 770px !important;
	margin: 0 auto !important
}
.pt70{
	padding-top: 70px;
}
.diagram-wrap{
	padding-top: 30px;
}
/*Investment framework ends*/
/*Sparks*/
.max-width-770{
	max-width: 770px;
}
.logo-wrap img{
	margin-bottom: 40px;
}
.pt200{
	padding-top: 200px !important
}
.pb50{
	padding-bottom: 50px !important
}
.no-padding{padding: 0 !important;}
.no-margin{margin: 0 !important;}
.logo-wrap{
	padding-top: 60px;
}
/*Sparksends*/
/*Communties*/
.communties-two-block p{
	margin-left: 0px!important;
	padding-left: 0px!important;
}
.communties-two-block .block-slant-inner p a{
	color: #fff!important;
	text-decoration: none !important;
	font-size: 14px !important
}
.communty-icn-wrap{
	text-align: center;
	margin-bottom: 20px;
}

.mastheadslider__content-wrapper--small {
	max-width: 550px;
	margin-right: 0;
}

/*Communties end*/
/*Our History*/
.our-story-wrap{
	position: relative;
	padding-top: 80px;
	margin-bottom: 50px;
}
.story-bg{
	background-image: url('assets/img/story-bg.png');
	background-position: bottom;
	background-repeat: no-repeat;
}
.story-left-image{
	position: absolute;
	left: 0px;
	bottom: 0px;
	max-width: 25%;
}
.story-right-image{
	position: absolute;
	right: 0px;
	bottom: 0px;
	max-width: 25%;
}
.our-story-wrap h2{
	position: relative;
	display: inline-block;
	margin-bottom: 50px;
}
.our-story-wrap .quote-text{
	max-width: 80%;
}
.our-story-wrap h2:after{
	position: absolute;
	bottom: -30px;
	content: "";
	width: 80px;
	height: 4px;
	background: #bca480;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}
.story-subhead{
	max-width: 760px;
	margin: 0 auto;
	color: #333;
	font-size: 17px;
	font-weight: 400;
	padding-bottom: 50px;
}
.quote-autor{
	font-size: 17px;
	color: #243a81;
}
.quote-designation{
	color: #999;
	font-weight: 400;
}
.quote-holder h2{
	position: relative;
	color: #fff;
	margin-bottom: 60px;
}
.quote-holder h2:after{
	position: absolute;
	bottom: -30px;
	content: "";
	width: 35px;
	height: 2px;
	background: #bca480;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}
/*Our History ends*/


/*Sustainability*/
.our-mission-wrap{
	padding: 65px 0px 100px;
}
.our-mission-wrap h2{
	position: relative;
	margin-bottom: 40px;
}
.our-mission-wrap h2:after{
	position: absolute;
	bottom: -20px;
	content: "";
	width: 30px;
	height: 2px;
	background: #bca480;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}
.our-mission-wrap p{
	font-size: 17px;
	font-weight: 400;
	color: #333;
	max-width: 750px;
	text-align: left;
	margin: 0 auto;
}
.sustainability-beliefs{
	background: transparent;
    padding: 110px 0px 150px;
    outline: 1px solid transparent;
	-webkit-backface-visibility: hidden;
	translateZ(0);
	will-change: transform;
	-webkit-perspective: 1000;
	position: relative;
}
.sustainability-beliefs:before{
	left: 0px;
    content: '';
    position: absolute;
    -webkit-transform: skewY(-4deg) translateZ(0) translate3d(0,0,0);
    -moz-transform: skewY(-4deg) translateZ(0) translate3d(0,0,0);
    -ms-transform: skewY(-4deg) translateZ(0) translate3d(0,0,0);
    -o-transform: skewY(-4deg) translateZ(0) translate3d(0,0,0);
    transform: skewY(-4deg) translateZ(0) translate3d(0,0,0);
    max-width: 100%;
    height: 100%;
    top: -18px;
    background: #eee;
    width: 100%;
}
.sustainability-beliefs h2{
	position: relative;
	margin-bottom: 40px;
}
.sustainability-beliefs h2:after{
	position: absolute;
	bottom: -20px;
	content: "";
	width: 30px;
	height: 2px;
	background: #bca480;
	left: 50%;
	transform: translate(-50%, -50%);
}

.sustainability-beliefs-inner p{
	font-size: 17px;
	color: #333;
	text-align: left;
	font-weight: 400;
	max-width: 765px;
	margin: 0 auto;
	padding-bottom: 40px;
}
.sustainability-beliefs-inner p:last-child{
	padding-bottom: 0px;
}
/*Sustainability ends*/

/*Values starts*/
.prime-heading-sec{
	padding: 60px 0px 0px;
}
.prime-heading-sec h2{
	position: relative;
	margin-bottom: 40px;
}
.prime-heading-sec h2:after{
	position: absolute;
	bottom: -20px;
	content: "";
	width: 30px;
	height: 2px;
	background: #bca480;
	left: 50%;
	transform: translate(-50%, -50%);
}
.prime-heading-sec p{
	max-width: 745px;
	margin: 0 auto;
	color: #333;
	font-size: 17px;
	font-weight: 400;
}

.gic-way-inner{
	max-width: 770px;
	margin: 0 auto;
	border-top: 2px solid #ddd;
	padding-top: 70px;
}
.gic-way-inner h2,
.section-heading {
	position: relative;
	margin-bottom: 40px;
}
.gic-way-wrap{
	padding-bottom: 40px;
}
.gic-way-inner h2::after,
.with-divider::after {
	position: absolute;
	bottom: -20px;
	content: "";
	width: 30px;
	height: 2px;
	background: #bca480;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}
.gic-way-inner p{
	font-size: 17px;
	font-weight: 400;
}

.gic-way-content{
	max-width: 770px;
	margin: 0 auto;
	padding-top: 30px;
}
.gic-way-content-left{
	float: left;
	width: 260px;
	text-align: left;
}
.gic-way-content-left h4{
	margin-bottom: 0px;
}
.gic-way-content-left p{
	font-size: 17px;
}
.gic-way-content-right{
	float: left;
	padding-left: 40px;
	text-align: left;
	max-width: 500px;
}
.gic-way-content-right ul{
	list-style-type: none;
	padding-bottom: 30px;
}
.gic-way-content-right li{
	font-size: 17px;
	font-weight: 400;
	padding-bottom: 7px;
	position: relative;
}
.gic-way-content-right li.pl15{
	padding-left: 0px;
}
.gic-way-content-right li:before{
	position: absolute;
	content: url(assets/img/list-type.png);
	left: -20px;

}

.gic-way-content-right li:last-child{
	padding-bottom: 0px;
}
/*Values End*/

/*About Page*/
.gic-who-we-are{
	padding-bottom: 80px;
}

.gic-who-we-are .gic-way-inner{
	border: none;
}

.gic-who-we-are .gic-way-content-right p{
	font-size: 17px;
	font-weight: 400;
	margin-bottom: 50px;
}
/*About Page Ends*/

/*Investment Principles*/
.img-responsive{
	max-width: 100%;
	display: inline-block;
}
.investment_graph_inner{
	max-width: 710px;
	margin: 0 auto;
	padding-top: 80px;
}
/*Investment Principles Ends*/
/*heading-text wrap*/

.head-text-wrap{
	padding: 100px 0px 80px;
}
.head-text-wrap ul{
	max-width: 750px;
    margin: 0 auto;
    text-align: left;
    list-style-type: none;
    position: relative;
    padding-left: 60px;
}
.head-text-wrap ul li:before {
    position: absolute;
    content: url(assets/img/list-type.png);
    left: 40px;
}
.head-text-wrap ul li{
	color: #333;
	font-size: 17px;
	font-weight: 400;
	padding-bottom: 10px;
}
.head-text-wrap ul li:last-child{
	padding-bottom: 0px;
}
.section-small-head{
	color: #999;
	font-weight: 500;
	letter-spacing: 1.5px;
}
.head-text-wrap.max-width-small p{
	max-width: 530px;
	margin: 0 auto;
	text-align: center;
}
.head-text-wrap h2{
	position: relative;
	margin-bottom: 40px;
}
.head-text-wrap h2:after{
	position: absolute;
	bottom: -20px;
	content: "";
	width: 30px;
	height: 2px;
	background: #bca480;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}
.head-text-wrap p{
	font-size: 17px;
	font-weight: 400;
	text-align: left;
	max-width: 750px;
	margin: 0 auto;
	padding-bottom: 35px;
}
.head-text-wrap p:last-child{
	padding-bottom: 0px;
}
.head-text-wrap p{
	margin-bottom: 0px;
	padding-bottom: 0px;
}
/*heading-text wrap ends*/

/*block slant wrap*/
.block-slant-wrap{
    background: transparent;
    padding: 110px 0px 150px;
    outline: 1px solid transparent;
	-webkit-backface-visibility: hidden;
	will-change: transform;
	-webkit-perspective: 1000;
	position: relative;
}
.block-slant-wrap:before{
	left: 0px;
    content: '';
    position: absolute;
    -webkit-transform: skewY(-4deg) translateZ(0) translate3d(0,0,0);
    -moz-transform: skewY(-4deg) translateZ(0) translate3d(0,0,0);
    -ms-transform: skewY(-4deg) translateZ(0) translate3d(0,0,0);
    -o-transform: skewY(-4deg) translateZ(0) translate3d(0,0,0);
    transform: skewY(-4deg) translateZ(0) translate3d(0,0,0);
    max-width: 100%;
    height: 100%;
    top: -18px;
    background: #eee;
    width: 100%;
}
.block-slant-wrap.slant-white:before{
	background: #fff;
}

.block-slant-inner p a{
	color: #977e58 !important;
	font-size: 17px;
	text-decoration: underline !important;
}
.block-slant-inner p a.button-gic-small{
	color: #fff !important;
	text-decoration: none !important;
	font-size: 15px !important
}
.block-slant-wrap h2{
	position: relative;
	margin-bottom: 40px;
	text-align: center;
}
.block-slant-wrap h2:after{
	position: absolute;
	bottom: -20px;
	content: "";
	width: 30px;
	height: 2px;
	background: #bca480;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}
.block-slant-wrap p{
	font-size: 17px;
	font-weight: 400;
	max-width: 770px;
	padding-left: 15px;
    margin: 0 auto;
	margin-bottom: 30px;
}
.pl-15{
	padding-left: 15px;
}
.border-none{
	border: none !important;
}
.before-none .gic-way-content-right li:before{
 	display: none;
}
.before-none ul{
	padding-left: 25px;
}
.before-none .gic-way-content-right{
	max-width: 485px;
}
.home-career-wrap h2,.home-career-wrap p{
	max-width: 700px;
	margin: 0 auto;
	margin-bottom: 40px;
	padding-left: 0px;
}
.block-slant-wrap.no-bg{
	background: transparent;
}
.block-no-slant{
	-webkit-transform: skewY(0deg);
    -moz-transform: skewY(0deg);
    -ms-transform: skewY(0deg);
    -o-transform: skewY(0deg);
    transform: skewY(0deg);
}
.block-no-slant .block-slant-inner{
	-webkit-transform: skewY(0deg);
    -moz-transform: skewY(0deg);
    -ms-transform: skewY(0deg);
    -o-transform: skewY(0deg);
    transform: skewY(0deg);

}
.block-no-slant:before{
	display: none !important;
}
.risk-management-aproach{
	max-width: 750px;
	margin: 0 auto;
	padding-top: 20px;
}
.investment-framework-approach{
	padding-top: 60px;
	max-width: 770px;
}

.risk-management-aproach span{
	font-size: 17px;
	color: #333;
	display: block;
	padding-bottom: 25px;
	position: relative;
	font-weight: 400;
	padding-left: 30px;
	max-width: 100%;
}
.investment-framework-approach span{
	padding-bottom: 15px;
}
.risk-management-aproach span:before{
	position: absolute;
    content: url(assets/img/list-type.png);
    left: 5px;
}
.risk-management-aproach span img{
	margin-left: 4px;
	vertical-align: baseline;
}
/*block slant ends*/

/*governance structure*/
.governance-structure{
	padding-top: 25px;
	text-align: left;
	padding-bottom: 110px;
}
.governance-single{
	border-top: 1px solid #ddd;
	padding-top: 40px;
	padding-bottom: 30px;
}
.governance-left{
	float: left;
	width: 400px;
}
.governance-right{
	float: left;
	width: 675px;
}
.governance-right p{
	margin-bottom: 20px;
}
.governance-right a{
	font-size: 15px;
	text-transform: uppercase;
	color: #bca480;
}
.governance-right a:hover{
	text-decoration: underline;
}
.governance-right ul{
	padding-left: 20px;
	margin-bottom: 15px;
}
.list-style-change{
	list-style-type: none;
}
.list-style-change li{
	position: relative;
}
.governance-structure-inner{
	border-bottom: 2px solid #ddd;
}
.list-style-change li:before{
	position: absolute;
    content: url(assets/img/list-type.png);
    left: -20px;
}
.list-style-change-white {
	position: relative;
}
.list-style-change-white li {
	padding-left: 20px;
	padding-bottom: 7px;
}
.list-style-change-white li:before{
	position: absolute;
	content: '';
	display: inline-block;
	left: 0;
	margin-top: 10px;
	height: 6px;
	width: 6px;
	transform: rotate(-45deg);
	background-color: white;
}
.column-sec{
	max-width: 765px;
	margin: 0 auto;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 15px;
	border-top: 1px solid #aaa;
}
.home-career-wrap p:empty{
	display: none;
}
.column-sec-left{
	padding-left: 15px;
	width: 385px;
	float: left;
}
.column-sec-right a{
	color: #333;
	font-size: 17px;
	font-weight: 400;
}
.column-sec-right{
	width: 300px;
	float: left;
}
.border-bottom-3px{
	border-bottom: 3px solid #aaa;
}
/*governance structure ends*/

/*investment-globe-wrap*/
.investment-globe-wrap{
	padding: 110px 0px 150px;
	text-align: center;
}
.investment-globe-wrap h2{
	position: relative;
	margin-bottom: 40px;
}
.investment-globe-wrap h2:after{
	position: absolute;
	bottom: -20px;
	content: "";
	width: 30px;
	height: 2px;
	background: #bca480;
	left: 50%;
	transform: translate(-50%, -50%);
}
.investment-globe-wrap p{
	font-size: 17px;
	font-weight: 400;
	max-width: 770px;
	text-align: left;
    margin: 0 auto;
	margin-bottom: 70px;
}
/*investment-globe-wrap ends*/

/*pargraph-wrap*/
.pargraph-wrap p{
	font-size: 17px;
	font-weight: 400;
	max-width: 770px;
	margin: 0 auto;
	margin-bottom: 30px;
}
.pargraph-wrap p:last-child{
	margin-bottom: 0px;
}
/*pargraph-wrap ends*/

/*risk-mangmnt-objectives*/
.risk-mangmnt-objectives{
	padding: 60px 0px 140px;
}
.p-ul{
	padding-bottom: 70px;
	border-bottom: 1px solid #ddd;
}
.risk-mangmnt-objectives h2{
	position: relative;
	margin-bottom: 40px;
}
.risk-mangmnt-objectives h2:after{
	position: absolute;
	bottom: -20px;
	content: "";
	width: 30px;
	height: 2px;
	background: #bca480;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}
.risk-mangmnt-objectives p{
	font-size: 17px;
	font-weight: 400;
	padding-left: 0px;
}
.risk-head-wrap{
	margin-bottom: 60px;
}
/*risk-mangmnt-objectives ends*/

/*leadership landing*/
.block-two h2{
	position: relative;
	margin-bottom: 20px;
}
.block-two h2:after {
    content: '';
    position: absolute;
    bottom: -13px;
    width: 30px;
    height: 2px;
    background: #bca480;
    left: 0px;
}
.block-two{
	padding: 70px 0px 50px;
}
.pt0{
	padding-top: 0px;
}
.pt50{
	padding-top: 50px;
}
.pb90{
	padding-bottom: 90px;
}
.block-two p{
	font-size: 17px;
	font-weight: 400;
	max-width: 525px;
	margin-bottom: 30px;
}
.block-two p:empty{
	margin-bottom: 0px;
}
/*leadership landing ends*/

/*news insights*/
.m80{
	margin-top: 80px;
	margin-bottom: 80px;
}
.news-main-wrap{
	padding-top: 30px;
	padding-bottom: 80px;
}
.news-main-wrap h2{
	position: relative;
	text-align: center;
	margin-bottom: 80px;
}
.news-main-wrap h2:after{
	content: '';
	position: absolute;
	bottom: -20px;
	width: 30px;
	height: 2px;
	background: #bca480;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}
/*news insights*/
.owl-carousel .owl-item img{
	display: inline-block;
	width: auto;
}

/*contact*/
.location-wrap{
	text-align: center;
	padding-bottom: 60px;
}
.location-main-wrap{
	display: block;
	margin: 0px;
	overflow: hidden;
}
.location-main-wrap .col-sm-4{
	display: inline-block;
	vertical-align: top;
	margin: -2px;
}
.location-details-wrap{
	padding-top: 15px;
}
.location-details-wrap h4{
	margin-bottom: 15px;
}
.location-details-wrap h4 span{
	display: block;
	font-weight: 400;
	color: #999;
	font-size: 17px;
}
.news-article-single ul{
	max-width: 755px;
    margin: 0 auto;
    padding-left: 15px;
}
.news-article-single p{
	font-weight: 400 !important;
}
.communties-two-block .communties-p{
	margin-left: auto!important
}
.address-wrap .addrs-detail-wrap span{
	font-size: 17px;
	color: #333;
	font-weight: 400;
	display: block;
}
.addrs-icn-wrap{
	vertical-align: top;
}
.addrs-detail-wrap{
	display: inline-block;
	vertical-align: top;
	max-width: 94%;
}
.pb110{
	padding-bottom: 110px;
}
/*contact*/
/*page templates ends*/
.bg-color-board{
	background-color: #eee;
}
.bg-color-board.new-bg{
	background-color: #ebe7e4;
}
.board-committee-inner .col-sm-4{
	padding-left: 0px;
	padding-right: 0px;
}
.pad-30{
	padding-top: 30px !important;
	padding-left: 30px !important
}
.board-committee-inner li{
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 20px !important
}

.ml-3{
	margin-left: 3px !important;
}
.letter-spac{
	letter-spacing: 0.3px !important;
}
.mr-10{
	margin-right: 10px
}
.modal{
	z-index: 99999;
}
.modal-open{
	position: fixed;
	width: 100%;
	height: 100%;
}

/* Slick Slider module */
.slick-arrow {
	position: absolute;
	border: none;
	background-color: transparent;
	appearance: none;
	-webkit-appearance: none;
	height: 50px;
	width: 50px;
	z-index: 2;
}

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -75px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
	text-align: center;
	z-index: 10;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-size: 20px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}

.slick-next {
	right: 0;
}

.slick-prev {
	left: 0;
}

.slick-arrow--vmid {
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
		    transform: translateY(-50%);
}

.slick-prev.slick-arrow--hneg {
	left: -90px;
}

.slick-next.slick-arrow--hneg {
	right: -90px;
}

.slick-arrow--semi-circle.slick-next {
	right: -44px;
}

.slick-arrow--semi-circle.slick-prev {
	left: -44px;
}

.slick-arrow svg {
	display: block;
    width: 26px;
    height: 26px;
    margin: auto;
}

.slick-arrow--semi-circle svg {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
			transform: translateY(-50%);
	width: 36px;
	height: 36px;
}

.slick-arrow--semi-circle.slick-prev svg {
	right: 2px;
}

.slick-arrow--semi-circle.slick-next svg {
	left: 2px;
}

.slick-arrow--large {
	width: 80px;
	height: 80px;
}

@media (min-width: 768px) {
	.slick-dots li button:before {
		font-size: 25px;
	}
}

.gic-slide__info {
	flex-grow: 1;
}

.gic-slider {
	opacity: 0;
	-webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

.gic-slide-img-wrapper {
	position: relative;
	overflow: hidden;
}

.gic-slide-img-wrapper::after {
	content: "";
	display: block;
	padding-bottom: 60.25%;
}

.gic-slide-img-wrapper--16-9::after {
	/* 16:9 aspect ratio */
	padding-bottom: 56.25%;
}

.gic-slide__img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
}

.gic-slide-content.faded:not(.slick-current) {
	opacity: .1;
}

/* Instagram module */
.sb_instagram_header.sbi_centered {
	padding-bottom: 40px !important; /* override default Instagram plugin style which uses !important */
}

.sb_instagram_header.sbi_centered a {
	display: flex;
	justify-content: center;
	align-items: center;
}

.sbi_header_text {
	width: auto;
}

.sb_instagram_header.sbi_centered .sbi_header_img {
	margin: 0 !important; /* override default Instagram plugin style which uses !important */
	width: 40px;
	height: 40px;
}

.sb_instagram_header.sbi_medium .sbi_header_text h3 {
	font-weight: 700;
	font-size: 30px;
}

.sbi_header_type_generic .sbi_header_hashtag_icon, .sbi_no_avatar .sbi_header_hashtag_icon {
	background-color: transparent;
}
.sbi_header_type_generic .sbi_header_img, .sbi_no_avatar .sbi_header_img {
	background-color: transparent;
}

.sb_instagram_header.sbi_medium .sbi_header_img_hover .sbi_new_logo,
.sb_instagram_header.sbi_medium .sbi_header_hashtag_icon .sbi_new_logo {
    color: #243a81 !important;
}

.sb_instagram_header.sbi_header_type_generic.sbi_medium .sbi_no_bio,
.sbi_header_text {
	padding-top: 0 !important;
}

.sbi_header_link {
	position: relative;
}

.sbi_header_link::after {
	position: absolute;
	bottom: -20px;
	content: "";
	width: 30px;
	height: 2px;
	background: #bca480;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

#sb_instagram {
	max-width: 1176px;
	margin: 0 auto;
	float: none;
}

.sbi_carousel .sbi-owl-nav > div {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	background-color: transparent;
	box-shadow: none;
    color: #fff;
    height: 50px;
    width: 50px;
}

.sbi_carousel:hover .sbi-owl-nav > div:hover,
.sbi_carousel:hover .sbi-owl-nav > div {
	background-color: transparent;
}

.sbi_carousel:hover .sbi-owl-nav > div {
	transform: none;
	box-shadow: none;
}

#sb_instagram .sbi-owl-nav .svg-inline--fa {
	display: none; /* hide default navigation arrows */
}

.sbi_carousel.sbi_carousel .sbi-owl-nav .sbi-owl-prev.sbi-owl-prev {
	left: -70px;
	background: url('./assets/img/prev.png') center center/auto no-repeat;
}

.sbi_carousel.sbi_carousel .sbi-owl-nav .sbi-owl-next.sbi-owl-next {
	right: -70px;
	background: url('./assets/img/next.png') center center/auto no-repeat;
}

.sbi-owl-nav {
	display: none; /* hide arrows on mobile */
}

.sbi-owl-dots {
	display: block;
}

.sbi-owl-dots .sbi-owl-dot span {
	width: 9px;
	height: 9px;
}

@media (min-width: 768px) {
	.sbi-owl-nav {
		display: block;
	}

	.sbi-owl-dots {
		display: none;
	}
}

/*responsive*/

@media only screen and (max-width: 1250px) {
	.profile-directors-wrap .col-lg-3{
		max-width: 33.3% !important;
		-ms-flex: inherit !important;
    	flex: inherit !important;
	}
	.profile-directors-wrap{
		max-width: 900px;
		margin: 0 auto
	}
}

@media only screen and (max-width: 1199px) {
	.master-left-text{
		width: 270px;
		padding-top: 5%;
	}
	.gic-report-main .report-right{
		padding-left: 0px;
		max-width: 100%;
		margin-top: 20px;
	}
	.report-right-wrap{
		padding-top: 25px;
	}
	.report-right p{
		margin-bottom: 55px;
	}
	.report-right-wrap{
		padding-top: 55px;
	}
	.social-icons{
		text-align: left;
	}
	.social-icons li{
		margin-bottom: 20px;
	}
	.custom-col-five{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.prime-head {
	    float: none;
	    width: 100%;
	}
	.prime-inner p {
	    max-width: 100%;
	    float: none;
	    margin-left: 0px;
	    margin-bottom: 15px;
	}
	.governance-left,.governance-right{
		float: none;
		width: 100%;
	}
	.governance-right ul{
		max-width: 100%;
	}
	.about-full-width .gic-way-content-right{
		padding-left: 0px;
	}
	.progress-col1 .progress-inner:after{
		right: -45px;
	}
	.progress-col2 .progress-inner:after{
		right: -44px;
	}
	.modal{
		-webkit-overflow-scrolling: touch;
	}
	.logo-wrap .col-sm-2{
		flex: 0 0 33.33%;
    	max-width: 33.33%;
	}
	.min-height-tab{
		min-height: 163px;
	}
	.story-left-image,.story-right-image,.book-left-img,.book-right-img{
		display: none;
	}
	.master-img-wrap{
		width: 40%;
	}
	.profile-directors-wrap,.profile-chairman{
		max-width: 850px;
		margin: 0 auto
	}
	.profile-chairman .col-sm-3{
		-ms-flex: 0 0 33.3%;
		flex: 0 0 33.3%;
		max-width: 33.3%;
	}
	.progress-indicator{
		right: -52px;
	}
	.progress-col2 .progress-indicator{
		right: -50px;
	}
	.master-img-wrap img{
		width: 100%;
	}
	.master-right-text{
		padding-top: 5%;
	}
	.prime-main{
		max-width: 100%;
		margin: 0 auto
	}
	.logo-wrap{
		text-align: center;
	}
}

@media only screen and (min-width: 1025px) {
	.owl-carousel .owl-item{
		width: 100% !important
	}

	.mastheadslider__content-wrapper--small {
		width: 50%;
	}
}
@media only screen and (max-width: 1024px) {

	.navbar .navbar-collapse.show{
		display: initial !important;
		opacity: 1;
		visibility: visible;
		max-height: calc(100vh - 100px);
		overflow-y: scroll;
		overflow-x: hidden;
	}

	.navbar .navbar-collapse.show.ios{
		max-height: calc(100vh - 200px);
	}

	.custom-video-width{
		width: 700px !important;
	}
	.book-poster{
		margin-right: 10px;
		width: 260px;
	}

	.about-table-structure{
		margin-left: 15px;
		margin-right: 15px;
	}
	.mmb-30{
		margin-bottom: 30px !important;
	}

	.gic-report-main .report-right{
		max-width: 100%;
		width: 100%;
		padding-left: 15px;
	}
	.gic-report-main .report-left{
		margin-left: 15px;
	}
	.report-right-wrap{
		padding-left: 15px;
	}
	.max-width-300 .master-left-text{
		max-width: 100% !important;
		width: 100% !important;
	}
	.max-width-770{
		max-width: 100%!important
	}
	.common-p.mt-minus-60{
		margin-top: 0px !important
	}
	.santaigo-p{
		max-width: 95%;
	}
	.about-full-width{
		padding-bottom: 80px!important
	}
	.last-reserve-left,.last-reserve-right{
		float: none;
		padding-left: 0px;
	}
	.last-reserve-right{
		margin-top: 30px;
		width: 100%;
	}
	.about-full-width .gic-way-content-right,.about-full-width .gic-way-content-left{
		width: 100%;
		max-width: 100%;
		padding-left: 0px;
	}
	#primary-menu li a{
		display: block;
	}
	#primary-menu,.top-nav{
		text-align: left;
	}
	.gic-benefit-main{
		margin-top: 40px;
	}
	.governance-left,.governance-right{
		width: 100%;
		float: none;
	}
	.tab-content>.tab-pane{
		display: block;
		opacity: 1;
		border-bottom: 1px solid #fff;
	}
	#primary-menu li{
		display: block;
	}
	#primary-menu li a{
		text-transform: uppercase;
	    letter-spacing: 1px;
	    font-size: 20px;
	}
	#primary-menu li.current-menu-item a{
		background: #bca480;
    	color: #fff;
	}
	#primary-menu li.current-menu-item .sub-menu a{
		background: transparent;
		color: #999;
	}
	#primary-menu li.current-menu-item .sub-menu a:hover{
		background: #bca480;
    	color: #fff;
	}
	#primary-menu .sub-menu{
		display: block;
	}
	#primary-menu .sub-menu li a{
		margin-right: 0px;
		padding-right: 0px;
	}
	#primary-menu li:hover .sub-menu{
		min-width: 100%;
		position: static;
		padding-top: 0px;
		padding-bottom: 0px;
	}
	body.overflow{
		overflow-y:hidden;
		position: fixed;
	}
	.tab-content>.tab-pane .inner-content-tab,.highlighted-three .tab-pane:before{
		opacity: 0;
		visibility: hidden;
		max-height: 0px;
		overflow: hidden;
	}
	.tab-content>.tab-pane .inner-content-tab{
		padding-left: 30px;
		-ms-transition: all .7s ease;
		-webkit-transition: all .7s ease;
		-moz-transition: all .7s ease;
		-o-transition: all .7s ease;
		transition: all .7s ease;
	}
	.highlighted-three{
		padding-top: 60px;
	}
	.tab-content>.tab-pane .inner-content-tab.actived{
		opacity: 1;
		visibility: visible;
		max-height: inherit;
	}
	.highlighted-three .tab-content{
		max-width: 100%;
		padding-left: 0px;
	}
	.highlighted-three-inner{
		max-width: 100%;
		display: block;
	}
	.highlighted-three .tab-content p{
		max-width: 70%;
	}

	.tab-content>.tab-pane h2{
		font-size: 23px;
		color: #bca480;
		position: relative;
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.tab-content>.tab-pane h2:after{
		content: '+';
		position: absolute;
		right: 15px;
		top: 30px;

	}
	.tab-content>.tab-pane h2.actived{
		color: #fff;
	}

	.highlighted-three--transparent .tab-content>.tab-pane h2 {
		color: #999;
	}

	.highlighted-three--transparent .tab-content > .tab-pane h2.actived {
		color: #243a81;
	}

	.tab-content>.tab-pane h2.actived:after{
		content: '-';
	}
	.faq-main{
		padding-bottom: 0px;
	}
	.faq-filter-wrap{
		padding-top: 40px;
	}
	.gic-report-main .col-sm-8,.gic-report-main .col-sm-4,.news-list-wrap .col-sm-6{
		max-width: 100% !important;
		-ms-flex: inherit !important;
    	flex: inherit !important;
	}

	.risk-mangmnt-objectives{
		padding-top: 40px;
	}

	.border-left-white{
		border: none;
	}
	.progress-indicator{
		display: none;
	}


	.gic-way-inner{
		padding-top: 60px;
	}
	.mpb0{
		padding-bottom: 0px !important
	}
	.mpb10{
		padding-bottom: 10px !important
	}
	.mpb20{
		padding-bottom: 20px !important
	}
	.mpb30{
		padding-bottom: 30px !important
	}
	.mpb40{
		padding-bottom: 40px !important
	}
	.mpb50{
		padding-bottom: 50px !important
	}
	.mpb60{
		padding-bottom: 60px !important
	}
	.mpb70{
		padding-bottom: 70px !important
	}
	.mpb80{
		padding-bottom: 80px !important
	}
	.mpb90{
		padding-bottom: 90px !important
	}
	.mpb100{
		padding-bottom: 100px !important
	}
	.mpb10{
		padding-top: 10px !important
	}
	.mpt20{
		padding-top: 20px !important
	}
	.mpt30{
		padding-top: 30px !important
	}
	.mpt40{
		padding-top: 40px !important
	}
	.mpt50{
		padding-top: 50px !important
	}
	.mpt60{
		padding-top: 60px !important
	}
	.mpt70{
		padding-top: 70px !important
	}
	.mpt80{
		padding-top: 80px !important
	}
	.mpt90{
		padding-top: 90px !important
	}
	.mpt100{
		padding-top: 100px !important
	}
	.footer-minus-bottom,.quote-bg{
		margin-bottom: -108px;
		position: relative;
		z-index: 3;
	}
	.investment-globe-wrap{
		padding-top: 80px;
	}
	.responsive-table .table tbody tr td:first-child, .responsive-table .table tfoot tr td:first-child,.responsive-table .table thead th:first-child{
		padding-left: 10px;
	}
	.gic-way-wrap{
		padding-bottom: 0px;
	}
	.subpage-head{
		padding: 40px 0px;
	}
	.master-img-wrap,.subpage-master .master-img-wrap,.subpage-master.subpage-inner-master .master-img-wrap{
		width: 90%;
		max-width: 90%;
	}
	.subpage-master .master-left-text,.subpage-master .master-right-text p,.subpage-master .master-right-text{
		width: 100%;
	}
	.subpage-master .master-right-text{
		padding-top: 18px;
		max-width: 770px;
		margin: 0 auto;
	}
	.search-head-wrap{
		margin-top: 12px;
		float: right;
	}
	.top-nav li{
		padding-left: 15px;
		font-size: 20px;
		padding-bottom: 30px;

	}
	.top-nav li a{
		font-size: 20px;
	}
	.header-main .navbar{
		-ms-transition: all .7s ease;
		-webkit-transition: all .7s ease;
		-moz-transition: all .7s ease;
		-o-transition: all .7s ease;
		transition: all .7s ease;
	}
	.search-input{
		top: -100px;
		right: 0px;
		width: 100%;
		height: 80px;
		-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.6);
		-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.6);
		box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.6);
		margin-right: 0px !important
	}
	.search-arrow{
		position: absolute;
		left: 15px;
		top: 26px;
		cursor: pointer;
	}
	.search-input{
		background: #f3f3f3;
		line-height: 30px;
	}
	.ui-widget.ui-widget-content{
		left: 0px !important
	}
	.search-input input{
		width: 100%;
		height: 80px;
		line-height: 30px;
		font-size: 24px;
	}
	.search-input .search-close{
		top: 30px;
	}
	#search-mob{
		margin-left: 60px;
	}
	.search-overlay{
		position: absolute;
	    top: 80px;
	    background: rgba(255, 255, 255, 0.7);
	    display: block;
	    width: 100%;
	    height: 100vh;
	    left: 0px;
	    opacity: 0;
	    visibility: hidden;
	}
	.search-overlay.active{
		opacity: 1;
		visibility: visible;
	}
	.search-input input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
		font-size: 24px
	}
	.search-input input::-moz-placeholder { /* Firefox 19+ */
		font-size: 24px
	}
	.search-input input:-ms-input-placeholder { /* IE 10+ */
		font-size: 24px
	}
	.search-input input:-moz-placeholder { /* Firefox 18- */
		font-size: 24px
	}
	.master-left-text,.master-right-text{
		width: 100%;
		text-align: center;
		position: relative;
		left: 0px;
	}
	.master-left-text:after{
		left: 50%;
		width: 80px;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
	}
	.master-left-text h1{
		margin-bottom: 30px;
	}
	.master-right-text p{
		width: 100%;
	}
	.buttons-gic{
		padding: 15px;
	}
	.master-right-text .buttons-gic img{
		margin-left: 5px;
	}
	.head-text-wrap{
		padding: 40px 0px 0px;
		text-align: left !important;
	}
	.head-text-wrap.max-width-small p{
		max-width: 100%;
		text-align: left;
	}
	.section-small-head{
		margin-top: 40px;
		display: block;
	}
	/*.latest-news-wrap,.block-slant-wrap{
		padding: 40px 0px 80px;
	}*/
	.report-right h2{
		margin-bottom: 50px;
	}
	.latest-news-wrap h2{
		margin-bottom: 40px;
	}
	.news-room-home .news-filter-wrap {
		display: none;
	}
	.news-room-home .news-list-wrap .col-sm-6{
		display: none;
	}
	.news-list-wrap .col-sm-6:first-child,.news-list-wrap .col-sm-6:nth-child(2),.news-list-wrap .col-sm-6:nth-child(3){
		display: block;
	}
	.home-career-wrap h2, .home-career-wrap p{
		max-width: 100%;
		padding-left: 0px;
	}
	.career-single{
		width: 101px;
		float: left;
	}
	.news-single h4{
		max-width: 70%;
	}
	.block-three{
		padding-top: 40px;
	}
	.report-left{
		margin: 0 auto;
		display: block;
	}
	.report-right{
		width: 372px;
		padding-left: 0px;
		margin: 0 auto;
		display: block;
		margin-top: 20px
	}
	.head-text-wrap p,.head-text-wrap .head-text-inner{
		text-align: center !important;
	}
	.text-left-mob p{
		text-align: left !important;
	}
	.text-left-mob p.text-center-mob,.text-left-mob p.text-center{
		text-align: center !important;
	}
	.header-main .navbar.grey{
		background: #f3f3f3 !important
	}
	.nav-link{
		font-size: 20px;
	}
	.footer-list{
		margin-bottom: 0px;
		text-align: left;
	}
	.footer-list li{
		padding-bottom: 25px !important
	}
	.social-icons{
		margin-bottom: 50px;
	}
	.button-gic-small img{
		margin-left: 4px;
	}
	.footer{
		padding: 220px 0px 80px;
		text-align: center;
	}

	.navbar-nav .dropdown-menu a{
		padding-left: 40px;
		font-size: 20px;
	}
	.navbar-nav .dropdown-menu{
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.navbar .navbar-collapse{
		opacity: 0;
		visibility: hidden;
		max-height: 0;
		-webkit-overflow-scrolling: touch;
	}
	.desktop{
		display: none !important;
	}
	.header-main,.header-main .navbar{
		height: 80px;
	}
	.navbar-brand img{
		max-width: 130px;
	}
	.top-nav{
		height: 295px
	}
	li.nav-item,.top-nav li{
		display: block;
		text-align: left;
	}
	.top-nav .search-head-wrap{
		display: none;
	}
	.navbar-nav .dropdown-menu{
		display: block;
		position: static !important;
	}
	.navbar .navbar-collapse{
		position: absolute;
		left: 0px;
		top: 80px;
		width: 100%;
		background: #f3f3f3;
	}
	.mobile{
		display: block !important;
	}
	.navbar-expand-md .navbar-toggler,.topnav-mob{
		display: block !important;
	}
	.container{
		max-width: 100%;
	}
	.navbar-brand{
		position: absolute;
		top: 45px;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		margin-top: 0px;
	}
	.navbar-toggler-icon{
		display: inline-block;
		cursor: pointer;
		line-height: 0px;
		text-align: left;
		top: 16px;
		left: 10px;
		position: absolute;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		-o-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
	}
	.navbar-toggler-icon span{
		position: absolute;
		opacity: 1;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .25s ease-in-out;
		-moz-transition: .25s ease-in-out;
		-o-transition: .25s ease-in-out;
		transition: .25s ease-in-out;
	}
	.navbar-toggler-icon span:first-child{
		display: inline-block;
	    width: 22px;
	    height: 3px;
	    background: #2b2e31;
	    border-radius: 9px;
	}
	.navbar-toggler-icon span:nth-child(2){
		display: inline-block;
	    width: 17px;
	    height: 3px;
	    background: #2b2e31;
	    border-radius: 9px;
	    top: 7px;
	}
	.navbar-toggler-icon span:nth-child(3){
		display: inline-block;
	    width: 12px;
	    height: 3px;
	    background: #2b2e31;
	    border-radius: 9px;
	    top: 15px;
	}
	.header-main .navbar.grey .navbar-toggler-icon span:nth-child(1){
	    top: 11px;
	    -webkit-transform: rotate(135deg);
	    -moz-transform: rotate(135deg);
	    -o-transform: rotate(135deg);
	    transform: rotate(135deg);
	}
	.header-main .navbar.grey .navbar-toggler-icon span:nth-child(2){
		opacity: 0;
    	left: -60px;
	}
	.header-main .navbar.grey .navbar-toggler-icon span:nth-child(3){
		top: 11px;
		width: 22px;
	    -webkit-transform: rotate(-135deg);
	    -moz-transform: rotate(-135deg);
	    -o-transform: rotate(-135deg);
	    transform: rotate(-135deg);
	}
	.navbar-toggler{
		background-color: transparent;
		outline: none !important;
		cursor: pointer;
		padding: 0px !important;
		float: left;
		width: 30px;
		height: 30px;
	}
	.social-main-wrap{
		max-width: 100%;
		padding-top: 30px;
	}
	.social-content-wrap,.social-thumbnail-wrap{
		max-width: 100%;
		float: none;
		padding-left: 0px;
		display: block;
	}
	.social-thumbnail-wrap{
		margin: 0 auto
	}
	.social-single{
		border: none;
	}
	.owl-dot{
		width: 8px;
		height: 8px;
		background: #999;
		display: inline-block;
		margin-right: 35px;
		border-radius: 50%;
	}
	.owl-dots .owl-dot:last-child{
		margin-right: 0px;
	}
	.owl-dot.active{
		background: #bca480
	}
	.social-section{
		padding: 80px 0px 0px
	}
	.top-nav ul{
		opacity: 1 !important
	}
	.profiledetail-content{
		padding-bottom: 40px;
	}
	.block-no-slant{
		padding-bottom: 0px;
	}
	.board-main{
		margin-bottom: 30px;
	}
	.news-main-wrap{
		padding-bottom: 0px;
	}
	.report-right-wrap{
		padding-top: 55px;
		padding-bottom: 20px;
	}
	.past-gic-report-wrap{
		margin-bottom: 0px;
	}
	.learning-experience h2{
		text-align: center;
	}
	.learning-experience h2:after,h2.mob-text-center:after{
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		left: 50%;
	}
	.learning_experience_slant{
		padding-top: 80px;
	}
	.mob-text-center{
		text-align: center;
	}

	.master-right-text .buttons-gic {
		display: table;
		margin: 0 auto;
	}

	.master-right-text .buttons-gic .fa {
		vertical-align: middle;
	}
}

@media only screen and (max-width: 992px) {
	.custom-col-five,.board-main-three .col-sm-4{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.board-main-head{
		font-size: 20px;
	}
	.board-main-head.small{
		min-height: inherit;
	}
	.prime-head{
		float: none;
		width: 100%;
	}
	.prime-inner p{
		margin-bottom: 15px;
	}
	.profile-chairman .col-lg-3,.profile-directors-wrap .col-lg-3{
		max-width: 50% !important;
		-ms-flex: inherit !important;
    	flex: inherit !important;
	}
	.profile-directors-wrap,.profile-chairman{
		max-width: 580px;
		margin: 0 auto
	}
	#profileDetail .modal-dialog {
	    max-width: 90%;
	    margin: 0 auto;
	}
	.profiledetail-head-inner{
		max-width: 100%;
	}
	.modal-controls .prev-modal{
		left: 10px;
	}
	.modal-controls .next-modal{
		right: 10px;
	}
	.profiledetail-name-desg{
		padding-left: 0px;
	}
	.profiledetail-avatar{
		float: none;
		margin: 0 auto;
		max-width: 308px;
	}
	.profiledetail-name-desg{
		text-align: center;
		margin: 0 auto;
		padding: 30px 0px;
		float: none;
	}
	.gic-way-content-right{
		max-width: 60%;
	}
	.highlighted-right{
		max-width: 60%;
		width: 60%;
	}
	.santiago-content{
		max-width: 95%;
		margin: 0 auto;
		padding-bottom: 70px;
	}
	.board-small-wrap .col-sm-6{
		min-height: inherit;
	}

}
@media (max-width: 1190px){
.j-post-overlay.juicer-feed ul.j-share {
    float: right !important;
    display: inline-block;
}
}
@media (max-width: 800px){
.j-post-overlay.juicer-feed ul.j-share {
    position: static !important;
    margin-top: 10px !important;

}
}
@media screen and (max-width: 1025px) and (min-width: 768px) {
	.subpage-head p,.head-text-wrap p,.santaigo-p p{
		max-width: 770px;
	}
	.santaigo-p p{
		margin: 0 auto;
	}
	.investment-framework-approach{
		max-width: 770px;
		margin: 0 auto;
	}
}

@media only screen and (max-width: 768px) {
	.prime-head{
		float: none;
		width: auto;
	}
	.block-two p{
		max-width: 100%;
	}
	.social-icons{
		text-align: center;
	}
	.social-icons li{
		padding-right: 22px;
		margin-bottom: 0px;
	}
	.footer-list,.copyright-text,.footer-logo-wrap{
		text-align: center;
	}
	.news-article-single .newsouter .new-image{
		float: none!important;
		margin: 0px!important;
		display: inline-block;
	}
	.prime-inner{
		margin-bottom: 15px;
	}
	.career-img-wrap {
		max-width: 215px!important;
		margin: 0 auto;
		margin-bottom: 35px;
	}
	.gic-way-inner p{
		text-align: left
	}
	.block-slant-wrap p{
		padding-left: 0px;
	}
	.learning-experience .block-two{
		padding-top: 50px;
	}
	.section-small-head,.block-two h2,.text-center-mob,.book-poster-wrap h2{
		text-align: center!important;
	}
	.book-poster-wrap h2{
		max-width: 100%;
	}
	.home-career-wrap p,.santaigo-p p{
		text-align: left;
	}
	.story-subhead{
		text-align: left;
		max-width: 100%;
	}
	.last-reserve-right h2{
		text-align: center !important;
	}
	.last-reserve-right h2:after{
		left: 50% !important
	}
	.block-two h2:after,.book-poster-wrap h2:after{
		left: 50%;
		transform: translate(-50%, -50%);
	    -webkit-transform: translate(-50%, -50%);
	    -moz-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	    -o-transform: translate(-50%, -50%)
	}
	.quote-holder{
		overflow-x: hidden;
	}
	.j-navigate{
		display: none !important;
	}
	.learning-resources h2{
		text-align: center !important;
	}
	.learning-resources h2:after{
		left: 50% !important;
	}
	.min-height-tab{
		min-height: 215px;
	}
	.investment-framework-approach{
		overflow: hidden;
		padding-right: 15px;
	}
	.page-numbers li .current{
		border: none;
	}
	.risk-management-aproach span:before{
		left: 15px;
	}
	.risk-management-aproach span{
		max-width: 100%;
	}
	.benefit-inner{
		padding: 35px 0px;
	}
	.powered-by-botm{
		padding-top: 10px;
	}
	.news-room-archive .col-sm-12{
		padding: 0px 0px;
	}
	.our-story-wrap{
		padding-top: 40px;
	}
	.mpl-0{
		padding-left: 0px;
	}
	.before-none ul{
		padding-left: 0px;
	}
	.gic-way-content-left h4{
		text-align: left;
	}
	.column-sec-left,.column-sec-right{
		float: none;
		width: 100%;
		padding-left: 0px;
	}
	.book-poster{
		float: none;
		margin: 0 auto;
		width: 100%;
		height: inherit;
		text-align: center;
	}
	.book-poster img.mobile{
		display: inline-block !important;
	}
	.book-section{
		padding: 60px 0px 0px;
	}
	.book-poster-content{
		float: none;
		max-width:100%;
		margin-top: 20px
	}
	.news-filter-head{
		padding: 27px 15px;
		background: #eee;
		text-align: left;
		position: relative;
		cursor: pointer;
		display: block;
		width: 100%;
	}
	.news-filter-head:after {
	    content: url(assets/img/faq-arrow-mob.png);
	    position: absolute;
	    right: 15px;
	    top: 25px;
	}
	.news-filter-wrap .form-check{
		display: block;
		padding-left: 15px;
	}
	.news-filter-wrap{
		text-align: left !important;
	}
	.news-dropdown{
		display: block;
		padding-left: 15px;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.news-list-wrap{
		padding: 0px 15px;
	}
	.news-filter-wrap{
		padding-bottom: 30px;
	}
	.news-filter {
		margin-top: 0px;
		display: block;
		background: #eee;
		max-height: 0px;
		overflow: hidden;
		visibility: hidden;
		opacity: 0;
		-webkit-transition: 0.3s all ease;
		transition: 0.3s ease all;
	}
	.news-filter.active {
		opacity: 1;
	    max-height: inherit;
	    visibility: visible;
	    padding-top: 30px !important;
	    padding-bottom: 30px !important;
	}
	.faq-filter-wrap{
		max-width: 100%;
	}
	.learning_experience_slant .buttons-gic{
		margin-bottom: 15px;
	}
	.margin-side-15{
		margin-left: 0px;
		margin-right: 0px;
	}
	.faq-main .col-sm-12{
		padding: 0px;
	}
	.faq-filter-head{
		padding: 27px 15px;
		background: #eee;
		text-align: left;
		position: relative;
		cursor: pointer;
	}
	.faq-filter{
		margin-top: 0px;

		background: #eee;
		max-height: 0px;
		overflow: hidden;
		visibility: hidden;
		opacity: 0;
		-webkit-transition: 0.3s all ease;
    	transition: 0.3s ease all;
	}
	.faq-filter.active{
		opacity: 1;
		max-height: inherit;
		visibility: visible;
		padding-top: 0px !important;
		padding-bottom: 30px !important
	}
	.faq-accordion{
		padding-top: 30px !important
	}
	.faq-filter .form-check{
		margin-bottom: 16px;
	}
	.faq-accordion h4 a{
		padding-left: 0px;
		padding-right: 0px;
	}
	.faq-accordion h4 a:after{
		right: 0px;
	}
	.faq-main .custom-control-indicator,.news-main-wrap .custom-control-indicator{
		outline: 4px solid #eee !important;
	}
	.faq-filter .col-sm-4{
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.faq-filter,.faq-accordion{
		padding: 0px 15px;
	}
	.faq-filter-head:after{
		content: url(assets/img/faq-arrow-mob.png);
		position: absolute;
		right: 15px;
		top: 25px;

	}
	.learning-resources .col-sm-4{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.board-main-two .col-sm-6{
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.logo-wrap{
		text-align: center;
		overflow: hidden;
	}
	.logo-wrap .col-sm-2{
		flex: 0 0 50%;
    	max-width: 50%;
	}
	.footer-minus-bottom,.quote-bg{
		margin-bottom: -132px;
	}
	.learning-resources{
		text-align: center;
	}
	.quote-text{
		max-width: 80%;
	}
	.qoute-icn{
		left: -26px;
	}

	.learning-resources{
		padding-bottom: 40px
	}
	.learning-resources h4{
		margin-bottom: 30px;
		text-align: center;
	}
	.gic-way-content-right{
		max-width: 50%;
	}
	.profile-avatar{
		border-bottom: 1px solid #ccc;
	}
	.modal-close{
		top: 10px;
		right: 10px;
	}
	.footer-main .col-sm-3,.footer-main .col-sm-2,.footer-main .col-sm-5,.footer-main .col-sm-4{
		width: 100%;
		max-width: 100%;
		-ms-flex: inherit !important;
		flex: inherit !important
	}
	.navbar-expand-md>.container{
		padding-left: 15px;
		padding-right: 15px;
	}
	.prime-inner p{
		max-width: 100%;
		float: none;
		margin-left: 0px;
	}
	.footer-logo-wrap{
		margin-top: 20px;
	}
	.powered-by-botm{
		text-align: center;
	}
	.profile-directors-wrap{
		max-width: 550px;
		margin: 0 auto
	}
	.profiledetail-content{
		max-width: 95%;
		margin: 0 auto
	}
	.profiledetail-avatar{
		width: 250px;
		background-size: cover !important;
		background-position: 50% !important
	}
	.highlighted-right{
		max-width: 50%;
		width: 50%;
	}
	.block-two .col-sm-6{
		max-width: 100% !important;
		-ms-flex: inherit !important;
    	flex: inherit !important;
	}
	.block-two .row .col-sm-6:first-child{
		padding-bottom: 40px;
	}
}
@media only screen and (max-width: 690px) {
	.profile-directors-wrap .col-lg-3,.profile-chairman .col-lg-3,.gic-benefit-wrap .col-sm-4{
		max-width: 100% !important;
		-ms-flex: inherit !important;
    	flex: inherit !important;
	}
	.faq-accordion h4{
		max-width: 95%;

	}
	.m-marginside-0{
		margin-left: 0px;
		margin-right: 0px;
	}
	.bg-color-board.border-white{
		border: none;
	}
	.board-main-head{
		padding: 10px;
	}
	.gic-way-content-left h4{
		margin-bottom: 15px;
	}
	.faq-accordion h4 a:after{
		right: -5px;
	}
	.profile-directors-wrap,.profile-chairman{
		max-width: 100%;
	}
	.icon-benefit{
		top: auto;
		bottom: -40px;
		right: auto;
		margin-top: 0px;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
	}
	.highlighted-left,.highlighted-right{
		width: 100%;
		max-width: 100%;
		float: none;
		padding-left: 0px!important;
		margin-left: 0px;
	}
	.profile-directors-wrap .row{
		margin-right: -15px;
	}
	.gic-way-content-right,.gic-way-content-left{
		float: none;
		max-width: 100%;
		padding-left: 0px;
		width: 100%;
	}
	.gic-way-content-left{
		text-align: center;
	}

}
@media only screen and (max-width: 621px) {
	.board-main-head{
		min-height: 80px;
	}
}
@media only screen and (max-width: 576px) {
	.bg-color-board.ml-3{
		margin-left: 0px !important
	}
	.mob-pad-20{
		padding-top: 20px;
	}
	.news-single h4 {
		max-width:60%;
	}
	.news-featuredimage{
		width:90px;
		height:90px;
	}
}

@media only screen and (max-width: 480px) {
	.past-report-single span,.past-report-single a{
		float: none;
		display: block;
	}
	.latest-gic-report{
		overflow-x:hidden;
	}
	.last-reserve-left{
		width: 100%;
	}
	.qoute-icn img{
		max-width: 15px;
	}
}
@media only screen and (max-width: 420px) {
	.report-left,.gic-report-main .report-left{
		width: 100%;
		margin-left: 0px;
	}
	.report-left{
		background-size: cover !important
	}
}
@media only screen and (max-width: 378px) {
	.board-main-head{
		min-height: 109px;
	}
}


/*responsive*/

.max-width-100{
	max-width: 100%!important;
}
.contact-main-higlight{
	margin-top: 50px;
}
.contact-main-higlight h2{
	color: #fff !important;
	position: relative;
	margin-bottom: 30px;
	text-align: center;
}
.contact-main-higlight h2:after{
	content: '';
	position: absolute;
	width: 60px;
	height: 2px;
	background: #bca480;
	bottom: -10px;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}
.contact-main-higlight .form-left p{
	font-size: 17px;
	font-weight: 400;
}
.highlighted-ul{
	list-style-type: none !important;
}
.highlighted-ul li{
	position: relative;
}
.highlighted-ul li:before{
	position: absolute;
    content: url(assets/img/list-type.png);
    left: -20px;
}
.contact-main-higlight .form-wrap label span{
	display: none !important;
}
.max-width-580{
	max-width: 580px;
	margin: 0 auto;
}
.form-wrap{
	width: 100%;
}
.form-wrap input,.form-wrap select{
	width: 100% !important;
	height: 50px;
	max-width: 100% !important;
	border: 2px solid #bca480;
	margin-bottom: 30px!important;
	outline: 1px solid transparent !important;
	-webkit-backface-visibility: hidden;
    will-change: transform;
    -webkit-perspective: 1000;
	padding-left: 10px;
}
.form-wrap textarea{
	width: 100% !important;
	max-width: 100% !important;
	padding-left: 10px;
	border: 2px solid #bca480;
	margin-bottom: 30px!important;
	outline: 1px solid transparent !important;
	    -webkit-backface-visibility: hidden;
    will-change: transform;
    -webkit-perspective: 1000;
	height: 180px !important;
}
.form-wrap .contact-submit{
	position: relative;
	display: block;
	text-align: center;
	-webkit-transition: 0.3s all ease;
    transition: 0.3s ease all;
    z-index: 2;
}
.contact-main-higlight .contact-form label{
	display: none !important;
}
.form-wrap .contact-submit input{
	display: inline-block;
	 margin-bottom: 0px !important;
    background: #bca480;
    font-size: 14px;
    padding: 13px 40px 20px 40px;
    border-radius: 30px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff !important;
    text-decoration: none !important;
    outline: 1px solid transparent!important;
    -webkit-backface-visibility: hidden;
    will-change: transform;
    -webkit-perspective: 1000;
    width: auto!important;
	cursor:pointer;
}
#yearSelect{
	height: 50px;
    border: 1px solid #ddd;
    padding: .5rem .75rem;
    width: 194px;
    color: #666;
    outline: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    background-image: url('assets/img/dropdown-arrow.png');
    background-repeat: no-repeat;
    background-position: 94%;
    visibility: hidden;
    display: none;
}

/*custom select box*/


.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  color: black;
  min-width: 194px;
  min-height: 50px;
}
.styledSelect {
	height: 50px;
	border: 1px solid #ddd;
	padding: .5rem .75rem;
	width: 194px;
	color: #666;
	outline: none !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	text-overflow: '';
	background-image: url(assets/img/dropdown-arrow.png);
	background-repeat: no-repeat;
	background-position: 94%;
}


.styledSelect:active, .styledSelect.active {
  border: 1px solid #bca480
}
.news-dropdown .dropdown{
	border: none !important;
}
.options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0 0;
  padding: 0 0;
  list-style: none;
  border: 1px solid #ccc;
  background-color: white;
  max-height: 210px;
  overflow: auto;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.options span {
  margin: 0 0;
  padding: 2px 10px;
  font-size: 16px;
  font-weight: 400;
  color: #212529;
  transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  display: block;
}
.options span:before{
	display: none !important;
}
.options span:hover {
  background-color: #bca480;
  color: #fff;
}

#select-input{
	display:none
}
.page-numbers{
	text-align: center;
	margin-top: 40px;
}

.page-numbers li{
	display: inline-block;
    color: #bca480;
    font-weight: 700;
    padding: 0px 10px;
}
.page-numbers li a{
	color: #bca480;
	text-transform: uppercase;
}
.page-numbers li a:hover,.page-numbers li .current:hover{
	border-bottom: 1px solid #ddd;
}
.search-results .nav-links{
	width: 100%;
}
.subpage-head p:empty{
	display: none !important;
}
.sharing-anchor{
	display: inline-block !important;
    background: #bca480 !important;
    position: relative !important;
    font-size: 14px !important;
    padding: 15px 20px 13.4px !important;
    border-radius: 30px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    color: #fff !important;
    text-decoration: none !important;
    -webkit-transition: 0.3s all ease !important;
    transition: 0.3s ease all !important;
    z-index: 2 !important;
    outline: 1px solid transparent!important;
    -webkit-backface-visibility: hidden !important;
    will-change: transform !important;
    -webkit-perspective: 1000 !important;
    color: #fff !important;
    font-family: 'Lato', sans-serif !important;
    border: none !important;
}
.sharing-anchor:before{
	-webkit-transition: 0.5s all ease !important;
    transition: 0.5s all ease !important;
    position: absolute !important;
    top: 0 !important;
    left: 50% !important;
    right: 50% !important;
    bottom: 0 !important;
    opacity: 0 !important;
    content: '' !important;
    background-color: #243a81 !important;
    z-index: -2 !important;
    border-radius: 30px !important;
    border: none !important;
    line-height: 21px !important;
}
.sharing-anchor:hover:before {
    left: 0 !important;
    right: 0 !important;
    opacity: 1 !important;
    -webkit-transition: 0.5s all ease !important;
    transition: 0.5s all ease !important;
}
.sharing-anchor span{
	color: #fff!important
}
.sharing-anchor:after{
	content: '>';
    margin-left: 5px;
    display: inline-block;
    color: #fff !important
}
.career-img-wrap {
	margin-bottom: 35px;
}
.newsouter{
	max-width: 775px;
	margin: 0 auto
}
.newsouter a{
	color: #bca480;
}
.newsouter a:hover{
	text-decoration: underline !important;
}
.newsouter a.button-gic-small:hover{
	text-decoration: none !important;
}
.sd-sharing-enabled{
	float: left;
	margin-top: 20px;
	position: relative;
}
.no-max-width{
	max-width: 100% !important;
	margin-bottom: 0px !important
}
.common-ul-class,.news-article-single ul{
	font-size: 17px;
    font-weight: 400;
    max-width: 770px;
    padding-left: 30px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.common-p{
	font-size: 17px;
	color: #333;
	font-weight: 400;
}
.learning-experience.head-text-wrap p:empty{
	margin: 0!important;
	padding: 0px!important
}
.common-ul-class li,.news-article-single ul li{
	padding-bottom: 10px;
}
.sharing-hidden .inner{
	top: 58px !important;
	width: 304px
}
.sharing-hidden .inner li a{
	display: inline-block !important;
    background: #bca480 !important;
    border-radius: 30px !important;
    color: #fff !important;
    text-decoration: none !important;
    outline: 1px solid transparent!important;
    border: none !important;
}
.sharing-hidden .inner li a:before,.sharing-hidden .inner li a span{
	color: #fff!important
}
.sharing-hidden .inner li a:before{
	font-size: 12px;
}

/*ui auto complete styling [start]*/
.ui-widget.ui-widget-content{z-index: 1050;border:none;}
.ui-autocomplete .ui-menu-item{background: #f3f3f3;}
.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper{position: relative;padding: 8px 15px;border: none;display: inline-block;width: 100%;vertical-align: middle;font-family: 'Lato', sans-serif;transition: all 200ms ease-in-out;-webkit-transition: all 200ms ease-in-out;}
.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper:after{position: absolute;right: 10px;top: 10px;content: url(assets/img/search-ie.png);font-size: 11px;z-index: 1;color: #bca480;}
.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper.ui-state-active{background: #bca480;border: none;}
.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper:hover{background: #bca480;}
.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper:hover:after{color: #fff;}
.ui-widget-content{color: #bca480;font-weight: 400;}
.ui-state-highlight{color: #243a81 !important;font-weight: 700;}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight{background: none;border:none;}
/*ui auto complete styling [end]*/

/*news router updates[start]*/
.news-article-single .newsouter .new-image{float: left;margin:0 20px 20px 0;} /*fix slide no 120 */
.news-article-single .newsouter ul{text-align: left;list-style-position: inside;} /*fix slide no  123*/
/*news router updates[end]*/
.search-input input.searchbox{padding:10px 15px;} /*fix slide no  122*/
.readmore-link{text-decoration: none !important;transition: all 200ms ease;} /*fix slide no  125 / 2*/
.readmore-link:hover{color: #243a81 !important;}/*fix slide no  125 / 2*/
.search-para-p p{margin: 0 auto;font-size: 17px;color: #333;} /*fix slide 126 / 2*/
a.readmore-link.multi-link{margin-right: 40px;} /*fix slide 126 / 4a*/
.governance-right p{margin-bottom: 40px;}/*fix slide 125 / 1*/
.governance-right p a{transition: all 200ms ease;-webkit-transition: all 200ms ease;}/*fix slide 125 / 2*/
.governance-right p a:hover{/*color: #243a81;*/text-decoration: underline !important;}/*fix slide 125 / 2*/
.purpose-fund-para-adj .block-slant-inner p{padding: 0;}/*fix slide 142*/
.learning-resources h4{margin-top: 15px;} /*fix slide 144 */

/*.faq-accordion .faq-list .card h4 a[aria-expanded="true"]:after{content: '-';}/*fix slide 139 / 3 */*/
/*.faq-accordion .faq-list .card h4 a[aria-expanded="false"]:after{content: '+';}/*fix slide 139 / 3 */
.faq-accordion .faq-list .card h4 a.collapsed:after{content: '+';}/*fix slide 139 / 3 */
.faq-accordion .faq-list .card h4 a.firstloadBtn:after{content: '-';}/*fix slide 139 / 3 */

.visible-xs{display: none;} /*fix slide 137 / 2 */

.not-found{text-align: center;padding: 50px 0;} /*fix slide 154 / 1 */
.not-found .page-content{padding-top:10px; }/*fix slide 154 / 1 */
.not-found .page-content p{font-size: 17px;font-weight: 400;}/*fix slide 154 / 1 */
.not-found .page-content form{padding-top:15px;display: none;}/*fix slide 154 / 2 */

@media only screen and (max-width: 767px){
	.news-main-wrap span.custom-control-indicator {
	    outline: none !important;
	}
	.news-filter-wrap .form-check{padding: 10px 15px;margin-bottom: 0;}
	.modal-close{top: 20px;right: 20px;}
	.modal-content .profiledetail-head-inner{padding-top: 30px;}
	.modal-content .profiledetail-name-desg{background: #fff;padding: 20px 50px;max-width: 100%;}
	.custom-video-width{
		width: 80%!important;
	}
	.widget.widget_eu_cookie_law_widget {
		bottom: 1em;
	}
}

/*.faq-accordion h4 a[aria-expanded="false"]:after{content: '+';}*/
@media only screen and (min-width: 576px) and (max-width: 991px) {
	.location-main-wrap .col-sm-4{max-width: 50%;width: 50%;} /*fix slide 152 */
}

.profiledetail-name-desg{padding-left: 50px;} /*fix slide 143 / 2*/
@media only screen and (max-width: 992px){
	#profileDetail .modal-dialog {max-width: 100%;margin: 0 auto;} /*fix slide 143 / 1*/
	/*.before-none .gic-way-content-left{float: none;}
	.before-none .gic-way-content-left h4{width: 100%;}
	.before-none .gic-way-content-right{padding: 0;}
	.before-none .gic-way-content-right ul{padding: 0;}*/
	.jetpack-video-wrapper{margin-bottom: 0;}
	.custom-video-wrap {width: 90%;}

}

@media only screen and (max-width: 1049px){
	.visible-xs{display: block;}/*fix slide 137 / 2 */
	.progress-wrap .progress-inner{padding: 150px 0px 50px 30px;padding-left: 0px !important}/*fix slide 137 / 2 */
	.progress-wrap .progress-col1 .progress-inner{padding-top: 50px;padding-left: 0px !important;}/*fix slide 137 / 2 */
	.progress-wrap .mob-arrow{margin-bottom: -50px;position: absolute;z-index: 1;left: 0px;width: 100%;}/*fix slide 137 / 2 */
	.progress-wrap .mob-arrow .mob-arrow-img{display: block;width: 100%;}/*fix slide 137 / 2 */
	.progress-wrap .col-sm-4{
		max-width: 100% !important;
		-ms-flex: inherit !important;
    	flex: inherit !important;
	}
	.progress-inner,.progress-inner p{
		max-width: 100%;
		padding-left: 0px;
	}
	.progress-col2 .progress-inner, .progress-col3 .progress-inner{
		padding-left: 0px
	}
}

@media only screen and (max-width: 699px) {
	.progress-wrap .progress-inner{padding: 100px 0px 50px 30px;}/*fix slide 137 / 2 */
	a.readmore-link.multi-link{margin: 5px;display: block;}/*fix slide 126 / 4b*/
	.board-committee-inner .col-sm-8{padding: 0;} /*fix slide 128 / 2*/
	.risk-mangmnt-objectives p{padding-bottom: 20px;} /*fix slide 130 / 1*/
}

/*menu update for slide 160 */
@media only screen and (max-width: 1024px){
	.header-main .navbar.grey{background: rgba(243, 243, 243, 0.95) !important;}
	.governance-right ul{
		margin-left: 0px;
	}
	.career-img-wrap{
		max-width: 422px;
		margin: 0 auto;
		margin-bottom: 35px;
	}
	.highlighted-three .tab-content .buttons-gic{
		margin-bottom: 30px;
	}


	.gic-way-content-right ul{
		padding-left: 30px;
	}
	.book-section{
		padding-top: 0px;
	}
	.navbar-nav{padding-top: 30px;}
	#primary-menu .sub-menu{padding-bottom:0px!important;}
	#primary-menu li{margin-bottom: 50px;}
	#primary-menu .sub-menu li{margin-bottom: 0px;}
	#primary-menu .sub-menu li a{padding: 12px 0 12px 40px;}
	#primary-menu li a{font-size: 18px;}
	.search-head-wrap.mobile .svg-search {
		width: 21px;
		height: 21px;
		fill: #2b2e31;
	}
	.tab-content>.tab-pane h2:after{top: 30px;font-size: 30px; left: auto;}
	.tab-content>.tab-pane h2.actived:after {content: '';background: #fff;height: 3px;width: 14px;top: 30px;}
	.highlighted-three--transparent .tab-content>.tab-pane h2.actived:after {
		background-color: #243A81;
	}
	.tab-content>.tab-pane{border-bottom:1px solid #6675a7}

	.highlighted-three--transparent .tab-content>.tab-pane {
		border-bottom: 1px solid #999;
	}
	.tab-content>.tab-pane .inner-content-tab{padding-left: 0;}
	.highlighted-three .tab-content p{max-width: 100%;}
	.ie .navbar-toggler{
		position: absolute;
		left: 15px;
		top: 2px;
	}
	.ie .search-head-wrap{
		margin-top: 15px;
	}

	.search-head-wrap.mobile .svg-search {
		display: inline-block;
	}


}

.j-post-overlay.juicer-feed a.juicer-button{
	display: none !important;
}
.j-post-overlay.juicer-feed .j-meta{
	float: left;
}
.santaigo-p p{
	text-align: left;
}
.justify-center{
	justify-content: center;
}
.ie .custom-control-indicator{
		background-image: url(assets/img/checkbox.png) !important;
}
.ie .ui-autocomplete .ui-menu-item .ui-menu-item-wrapper:after{
	content: url(assets/img/search-ie.png);
}
.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper:hover:after{
	content: url(assets/img/search-ie-hover.png);
}
.search-single{
	min-height: inherit;
}
.mb5{
	margin-bottom: 5px;
}
@media only screen and (max-width: 360px) {
	.buttons-gic{
		font-size: 11px
	}
	.sharing-anchor{
		font-size: 11px !important;
		padding: 12px 20px 11.6px!important;
	}

}
@-moz-document url-prefix() {
    .navbar-brand img {
        height: 50px;
    }
}
.max-img-width{
	max-width: 369px;
	text-align: center!important;
}
.ie .news-filter-head{
	vertical-align: super;
}
.search-single,.search-single h3{
	font-weight: 400;
}
.search_bold{
	color: #333!important;
	font-weight: 700;
}
.search-single h3 .search_bold{
	color: #bca480 !important;
	font-weight: 700
}

.search-single .entry-title .search_bold{
	color: #243a81 !important
}
.search-single .color-gold .search_bold{
	color: #bca480 !important
}
.juicer-feed .j-meta ul{
	visibility: hidden;
}
#sharing_email .g-recaptcha {
	margin-bottom: 10px;
}
.gic-gcaptcha {
	margin-bottom: 30px;
	text-align: center;
}
.gic-gcaptcha > div {
    width: 100% !important;
}
.gic-gcaptcha ul.form-errors {
    list-style: none;
    margin-top: 20px;
    text-align: center;
    padding-left: 0;
}

/** Chat message box CSS **/
*, *::before, *::after {
  box-sizing: border-box;
}
.msg-chat-bot-button {
  width: 60px;
  height: 60px;
  border-radius: 47px;
  display: block;
  background: #BCA480;
  padding: 15px;
  border: 0;
  cursor: pointer;
  outline: none;
}
.msg-chat-bot-button img {
  max-width: 100%;
}
.msg-chat-bot-button:hover {
  opacity: 0.9;
}
div.chat-bot-widget button.buttons-gic:after {
  content: '';
}
.msg-chat-bot-button:focus {
  outline: none;
}
.chat-bot-widget {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
}
.chat-bot-widget.show .chat-bot-content {
  z-index: 100;
  display: block;
  background: #ffffff;
  border: 1px solid #ddd;
	display: block;
	width: auto;
	height: auto;
	overflow: unset;
}

.chat-bot-content {
	display: none;
	width: 0;
	height: 0;
	overflow: hidden;
  position: absolute;
  bottom: calc(100% + 20px);
  right: 0;
  box-shadow: 0px 0px 5px #aaaaaa;
}
.chat-bot-content iframe {
  width: 360px;
  height: 440px;
}
.zindex5 {
	z-index: 5;
}
@media only screen and (max-width: 447px) {
	.chat-bot-widget.show .chat-bot-content {
		width: calc( 100VW - 40px );
	}
	.chat-bot-content iframe {
		width: calc( 100VW - 42px );
	}
}
@media only screen and (max-height: 550px) {
	.chat-bot-widget.show .chat-bot-content {
		height: calc(100VH - 101px);
		z-index: 1;
	}
	.chat-bot-content iframe {
		height: calc(100VH - 101px);
	}
}
@media only screen and (min-width: 1280px) {
	.chat-bot-content iframe {
		width: calc(100VW/3);
	}
}
@media only screen and (min-width: 1024px) {
	div.chat-bot-content {
		bottom: 0;
		right: 70px;
	}
}
button.show-chat-img img.chat-img {
	display: block !important;
}
button.show-chat-img img.cross-img {
	display: none;
}
div.chat-bot-widget button:not(.show-chat-img) img.cross-img {
	display: block !important;
}
.cross-img {
	position: absolute;
	top: 57%;
	left: 51%;
	transform: translate(-50%, -50%);
}

.font-size-16 {
	font-size: 16px !important;
}
.font-weight-700 {
	font-weight: 700 !important;
}
.font-color-gold {
	color: #bca480 !important;
}

/* Technology Page */
.about-us__technology .social-feed-wrap {
	background: #eeeeee;
	color: #333333;
	z-index: 1;
	position: relative;
	padding: 110px 0 120px;
	-webkit-transform: skewY(-4deg);
	-moz-transform: skewY(-4deg);
	-ms-transform: skewY(-4deg);
	-o-transform: skewY(-4deg);
	transform: skewY(-4deg);
	outline: 1px solid transparent;
	-webkit-backface-visibility: hidden;
	will-change: transform;
	-webkit-perspective: 1000;
}

@media only screen and (max-width: 1024px) {
	.about-us__technology .social-feed-wrap {
		padding-top: 80px;
		padding-bottom: 30px;
	}
}

.about-us__technology .social-feed {
	transform: skewY(4deg);
}

.about-us__technology .social-feed .head-text-wrap {
	padding-bottom: 40px;
}
.about-us__technology .social-feed .juicer-feed {
	background-color: #eeeeee !important; /* since .juicer-feed has !important. */
}

.about-us__technology .social-feed .j-text {
	background-color: #ffffff !important; /* since .juicer-feed has !important. */
}

.about-us__technology .social-feed .head-text-wrap {
	padding-top: 0;
}

/*** GIC Events menu link ***/
li.gic-event-link a {
	background-image: url(assets/img/gic-event-logo.png);
	background-repeat: no-repeat;
	background-size: 109px 25px;
	display: inline-block;
	color: transparent;
	height: 25px;
	width: 109px;
}

li.gic-event-link a:hover {
	border-bottom: 0px;
}

@media only screen and (max-width: 1024px) {
	li.gic-event-link a {
		background-size: cover;
		height: 42px;
		width: 173px;
	}
}

.top-nav li {
	line-height: 28px;
}

.overlay {
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0,0,0,.45);
	display: none;
	position: fixed;
	cursor: pointer;
	z-index: 999;
}

.lock-screen {
	position: fixed;
	width: 100%;
}

@media only screen and (min-width: 1025px) {
	.navi-link {
		width: 104px;
		height: 48px;
	}
}

@media (min-width: 768px) {
	.footer-404 {
		position: absolute;
		bottom: 0;
	}
	.wechat-popup {
		left: 50px;
	}


	.border-md-right-2 {
		border-right: 2px solid;
	}

	.border-md-left-2 {
		border-left: 2px solid;
	}
}
