 	 body {
	font-family: 'HelveticaNeueLTStd-Lt';
	overflow-x:hidden;
	overflow-y:scroll;
}
#main-nav {
	display:none;
	background:#22282d;
	position:fixed;
	width:100%;
	top:0;
	z-index:999;
}
/*start common css here*/
.jarallax {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.divider-img {
	margin:5px auto 0 auto;
	display:block;
}
.white-divider {
	margin:0 auto 20px auto;
	display:block;
}
.menu-bar {
	font-size:22px!important;
	color:#fff;
}
.inner-slider {
	width:100%;
	height:400px;
	object-fit:cover;
}
.inner-content {
	width:100%;
	height:0;
	position:absolute;
	top:40px;
	right:0;
	left:0;
	bottom:0;
	margin:auto;	
}
.contact-top .col-sm-5 {
    margin-left: 332px;
}



 .back-widget a {
	width: 200px;
    max-width: 100%;
    background: #4594d6;
    padding: 10px;
    color: #fff;
    display: block;
    text-align: center;
    margin: 10px 0 0 0;
	letter-spacing:1px;
	font-size:15px;
    transition: all 0.5s ease-in-out 0s;
}
.back-widget a:hover{
	background: #145d9a;
    color: #fff;
    text-decoration: none;
}
#inner-banner h1 {
	font-size:46px;
	padding:0;
	margin:0;
	color:#fff;
	letter-spacing:1px;
	text-transform:uppercase;	
	font-weight:normal;
	font-family: 'Lato-Black';
}
.inner-mobile {
	display:none;
	width:100%;
	padding:2em 0;
	background:#000;
}
#inner-banner h2 {
	font-size:30px;
	padding:0;
	margin:0;
	color:#fff;
	letter-spacing:1px;
	text-transform:uppercase;	
	font-weight:normal;
}
.inner-overlay {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	background:url(../images/inner-overlay.png) no-repeat;
}
/*end common css here*/

/*start banner css here*/
.slider-img {
	width:100%;
	height:100vh;
	object-fit:cover;
}
.banner-content {
	width:100%;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	height:100%;
}
.banner-widget {
	width:100%;
	/*border-left:4px solid #fff;
	padding:20px;
	background:rgba(0,0,0,0.5);*/
}
#banner-area h1 {
	color:#fff;
	padding:0 0 0 0;
	margin:0;
	font-size:25px;
	line-height:35px;
	letter-spacing:2px;
	font-weight:normal;
	font-family: 'Lato-Black';
	text-transform:uppercase;
}
#banner-area p {
	font-size:16px;
	padding:0;
	margin:0;
	color:#fff;
	letter-spacing:0.7px;
}
.mobile-content {
	padding:2em 0;
	background:#22282d;
	display:none;
}
/*end banner css here*/

/*start top menu*/
.nav-new {
  display: block;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
  padding: 15px 0;
  background:rgba(34,40,45,0.5);
}
.nav-new ul {
	margin-bottom:0;
}
.menu-new { display: block; }

.menu-new li {
  display: inline-block;
  position: relative;
  z-index: 100;
}

.menu-new li:first-child { margin-left: 0; }

.menu-new li a {
  font-weight: normal;
  text-decoration: none;
  padding: 12px 20px;
  display: block;
  color: #fff;
  transition: all 0.2s ease-in-out 0s;
  text-transform:uppercase;
  letter-spacing:0.5px;
  font-size:16px;
}

.menu-new li a:hover,
.menu-new li:hover>a {
  color: #fff;
  background: #4594d6;
}

.alink:hover{text-decoration:none;color: #e1e1e1 !important;}
.alink {
    margin-top: 10px;
}
.menu-new ul {
  visibility: hidden;
  opacity: 0;
  margin: 0;
  padding: 0;
  width: 270px;
  position: absolute;
  left: 0px;
  background: #fff;
  z-index: 99;
  /*transform: translate(0, 20px);*/
  transition: all 0.2s ease-out;
}

.menu-new ul:after {
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 6px;
  margin-left: -6px;
}

.menu-new ul li {
  display: block;
  float: none;
  background: none;
  margin: 0;
  padding: 0;
}

.menu-new ul li a {
  font-size: 14px;
  font-weight: normal;
  display: block;
  color: #797979;
  background: #fff;
  text-align:left;
  padding:15px;
}

.menu-new ul li a:hover,
.menu-new ul li:hover>a {
  background: #4594d6;
  color: #fff;
  border-left:4px solid #93ceff;
  padding:15px 15px 15px 20px;
}

.menu-new li:hover>ul {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
}

.menu-new ul ul {
  left: 169px;
  top: 0px;
  visibility: hidden;
  opacity: 0;
  transform: translate(20px, 20px);
  transition: all 0.2s ease-out;
}

.menu-new ul ul:after {
  left: -6px;
  top: 10%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 6px;
  margin-top: -6px;
}

.menu-new li>ul ul:hover {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
}

.responsive-menu {
  display: none;
  width: 100%;
  padding: 20px 15px;
  background: #E95546;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}

.responsive-menu:hover {
  background: #E95546;
  color: #fff;
  text-decoration: none;
}

a.homer { background: #FC6D58; }
 @media (min-width: 768px) and (max-width: 979px) {

.mainWrap { width: 768px; }

.menu-new ul { top: 37px; }

.menu-new li a { font-size: 12px; }

a.homer { background: #E95546; }
}
 @media (max-width: 767px) {

.mainWrap {
  width: auto;
  padding: 50px 20px;
}

.menu-new { display: none; }

.responsive-menu { display: block; }

.nav-new {
  margin: 0;
  background: none;
}

.menu-new li {
  display: block;
  margin: 0;
}

.menu-new li a {
  background: #fff;
  color: #797979;
}

.menu-new li a:hover,
.menu-new li:hover>a {
  background: #FC6D58;
  color: #fff;
}

.menu-new ul {
  visibility: hidden;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  transform: initial;
}

.menu-new li:hover>ul {
  visibility: visible;
  opacity: 1;
  position: relative;
  transform: initial;
}

.menu-new ul ul {
  left: 0;
  transform: initial;
}

.menu-new li>ul ul:hover { transform: initial; }
}
.menu-right {
	width:100%;
	text-align:right;
}
/*end top menu*/

/*start mobile css here */
.mobile-logo {
	position:absolute;
	top:10px;
	left:10px;	
	width:200px;
}
.mobile-logo img {
	margin:15px 0 0 0;
	width:200px;
}
.nav-new.active {
    background: #22282d;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}
/*end mobile css here */

/*start css about us css here*/
.about-oxford {
	padding:4em 0;
}
.about-top {
	width:100%;
	margin:50px 0 0 0;
}
.about-left {
	width:100%;
	/*border-right:1px solid #c5c5c5;*/
	padding:0 40px 0 0;
}
.about-right {
	width:100%;	
	padding:0 0 0 10px;
}
#about-oxford h2 {
	font-size:50px;
	padding:0 0 10px 0;
	margin:0;
	color:#1c1c1c;
	
}
#about-oxford p {
	font-size:16px;
	padding:0;
	margin:0;
	color:#323232;
	line-height:25px;
	letter-spacing:1px;
	text-align:justify;
}
/*end css about us css here*/

/*start our funds css here*/
.funds-overlay {
	padding:5em 0;
	background:rgba(21,61,95,0.4);
}
#our-funds h2 {
	font-size:50px;
	padding:0 0 10px 0;
	margin:0;
	color:#fff;
	
}
.funds-white {
	width:100%;
	background:#fff;
	transition:all 0.5s ease-in-out 0s;
}
.funds-white:hover {
	transform:scale(1.02);
}
.funds-white:hover .read-more a {
	background:#4594d6;
	color:#fff;
}
.funds-widget {
	width:100%;
	padding:2px;
}
.funds-content {
	width:100%;
	padding:15px;	
}
.funds-top p {
	font-size:16px;
	padding:0;
	margin:0;
	color:#323232;
	letter-spacing:1px;
}
.funds-top {
	width:100%;
	margin:35px 0 0 0;
}
#our-funds h3 {
	font-size:20px;
	padding:0 0 15px 0;
	margin:0;
	color:#1c1c1c;	
	font-weight:normal;
}
.read-more a {
	width:50px;
	height:50px;
	line-height:50px;
	text-align:center;
	background:#e5e5e5;
	color:#4594d6;	
	display:inline-block;
	transition:all 0.5s ease-in-out 0s;
}
.read-widget {
	width:100%;
	text-align:right;
}
.funds-main {
	width:100%;
}
.funds-main p {
	font-size:16px;
	padding:0;
	margin:0;
	color:#fff;
	letter-spacing:1px;
}
.funds-center {
	width:900px;
	margin:0 auto;
	max-width:100%;
}
/*end our funds css here*/

/*start award css here*/
.awards-area {
	padding:4em 0;
	background:url(../images/pattern.jpg);
}
.award-center {
	width:800px;
	margin:0 auto;
	max-width:100%;
}
#awards-area h2 {
	font-size:50px;
	padding:0 0 0 0;
	margin:0;
	color:#1c1c1c;
	
}
.awards-top {
	width:100%;
	margin:25px 0 0 0;
}
#awards-area p {
	font-size:16px;
	padding:0;
	margin:0;
	color:#323232;
	letter-spacing:1px;
}
.awards-top1 {
	width:100%;
	margin:45px 0 0 0;
}
#awards-area .img-fluid {
	margin:0 0 15px 0;
	padding:5px;
	background:#fff;
	/* border:1px solid #7f7f7f; */
}
.awards-top1 p {
	font-size:14px!important;
	font-weight:bold;
}
.awards-widget {
	width:100%;
}
/*end award css here*/

/*start testimonials css here*/
.testimonial-center {
	width:900px;
	margin:0 auto;
	max-width:100%;
}
.testimonials-overlay {
	padding:6em 0;
	background:rgba(255,255,255,0.9);
}
#testmonials-area p {
	font-size:16px;
	padding:0;
	margin:0;
	color:#323232;
	letter-spacing:1px;
	line-height:28px;
}
.name-content {
	width:100%;
	margin:15px 0 0 0;
	float:left;
}
#testmonials-area h3 {
	color:#4594d6;
	font-size:20px;
	padding:5px 0 5px 0;
	margin:0;
	display:inline-block;
	text-transform:uppercase;
	font-family: 'HelveticaNeueLTStd-Md';	
	border-top:2px solid #4594d6;
	letter-spacing:1px;
}
#testmonials-area h4 {
	color:#365772;
	font-size:17px;
	padding:0;
	margin:0;
	letter-spacing:1px;
	font-weight:bold;
}
.quotes-left {
	margin:0 40px 0 0;
	float:left;
}
.quotes-right {
	margin:0 0 0 20px;
	float:right;
}
.testimonials-widget {
	width:100%;
	padding:0 30px;
}
/*end testimonials css here*/

/*start footer css here*/
.footer-overlay {
	padding:3em 0;
	background:rgba(48,114,169,0.8);
}
.disclaimer p {
	color:#fff;
	font-size:14px;
	padding:0;
	margin:0;
	line-height:24px;
	letter-spacing:1px;
}
.disclaimer h2 {
	font-size:16px;
	padding:0 0 15px 0;
	margin:0;
	color:#fff;
	font-weight:normal;
	letter-spacing:1px;
}
.footer-logo {
	margin:0 0 30px 0;
	display:block;
	max-width:100%;
}
.footer-widget {
	width:100%;
	/*border-bottom:1px solid #7098b9;*/
	padding:0 0 0 0;
}
.footer-widget p {
	color:#fff;
	font-size:14px;
	padding:0;
	margin:0;
	line-height:24px;
	letter-spacing:1px;
}
.footer-widget p strong {
	color:#fff;	
	padding:0 0 10px 0;
	margin:0;
	font-size:16px;
	font-weight:bold;
	display:inline-block;
}
.disclaimer {
	width:100%;
	margin:40px 0 0 0;
}
#footer-new ul {
	list-style:none;
	margin:15px 0 0 -40px;
}
#footer-new li {
	width:auto;
	display:inline-block;
	margin:0 10px 0 0;
	padding:0 10px 0 0;
}
#footer-new li:after {
	content: "|";
	position: absolute;
	padding: 0 0 0 10px;
	color: #fff;	
}
#footer-new li:last-child:after {
	content:"";
	display: none;
}
#footer-new li a {
	color:#fff;
	font-size:14px;
	display:inline-block;
	padding:0;
	letter-spacing:0.5px;
	transition:all 0.5s ease-in-out 0s;
}
#footer-new li a:hover {
	text-decoration:none;
	color:#e1e1e1;
}
#footer-new li a:focus {
	text-decoration:none;
	color:#e1e1e1;
	outline:none;
	box-shadow:none;
}
.copyright-widget {
	width:100%;
	margin:15px 0 0 0;
}
.contact-right {
	width:100%;
}
.address-repeat {
	width:100%;
	margin:0 0 15px 0;
}
.address-link a {
	width:100%;
	display:inline-block;
	color:#fff;
	margin:0 0 10px 0;
	text-decoration:none;
	letter-spacing:0.5px;
	transition:all 0.5s ease-in-out 0s;
}
.address-link a:hover {
	color: #e1e1e1;
	text-decoration:none;
}
.address-link a:hover span {
	background: #e1e1e1;
}
/*.address-repeat span {
	width: 25px;
    height: 25px;
    line-height: 24px;
    text-align: center;
    background: #fff;
    color: #3f82ba;
    margin: 0 15px 0 0;
    border-radius: 50%;
    display: inline-block;
    font-size: 14px;
	padding:3px;
}*/
.alta-widget {
	width:100%;
	margin:15px 0 0 0;
}
.alta-widget p a {
	color:#fff;
	font-weight:bold;
	transition:all 0.5s ease-in-out 0s;
}
.alta-widget p a:hover {
	color:#e1e1e1;
	text-decoration:none;
}
.alta-widget p a:focus {
	color:#e1e1e1;
	outline:none;
	box-shadow:none;
	text-decoration:none;
}
/*end footer css here*/

/*start inner pages css here*/
.contact-center {
	width:700px;
	margin:0 auto;
	max-width:100%;
}
#contact-us h2 {
	font-size:32px;
	padding:0 0 15px 0;
	margin:0;
	letter-spacing:1px;
	color:#000;	
	
}
#contact-us p {
	font-size:16px;
	padding:0;
	margin:0;
	color:#5e5e5e;
	letter-spacing:1px;
}
.contact-us {
	padding:10em 0 9em 0;
}
.contact-widget {
	width:100%;
	/*box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
}
.contact-top {
	width:100%;
	margin:0 0 0 0;
}
.right-contact {
	width:100%;
	padding: 20px 20px 20px 0;
}
.left-address {
	width:100%;
}
#contact-us h3 {
	font-size:20px;
	padding:0 0 10px 0;
	margin:0;
	color:#fff;
}
#contact-us ul {
	margin:0;
	list-style:none;
}
#contact-us li {
	padding:0 0 20px 30px;
	font-size:16px;
	color:#fff;
	background:url(../images/address.png) no-repeat 0 5px;
	letter-spacing:0.5px;
	line-height:inherit;
}
#contact-us li:nth-child(2) {
	background:url(../images/address.png) no-repeat 0 -135px;
}
#contact-us li:nth-child(3) {
	background:url(../images/address.png) no-repeat 0 -256px;
}
#contact-us li:last-child {
	margin:0 0 0 0;
}
#contact-us li a {
	color:#d5e1eb;
	transition:all 0.5s ease-in-out 0s;
}
#contact-us li a:hover {
	color:#fff;
	text-decoration:none;
}
#contact-us li a:focus {
	color:#fff;
	outline:none;
	box-shadow:none;
	text-decoration:none;
}
.left-overlay {
	width:100%;
	background:rgba(28,77,118,0.8);
	padding:4em 0;
}
#contact-us h3 {
	font-weight:bold;
	padding:0 0 10px 0;
	margin:0;
	color:#fff;
	letter-spacing:2px;
	font-size:18px;
}
#map iframe {
	width:100%;
	border:none;
	height:400px;
	margin:0 0 -30px 0;
}
.investor-relation {
	width:100%;
}
#investor-relation .container-fluid {
	padding-left:0;
	padding-right:0;
}
.search-investor {
	width:100%;
	padding:30px 20px;
	background:#e9e9e9;
}
#investor-relation h3 {
	font-size:16px;
	padding:0 0 10px 0;
	margin:0;
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing:1px;
	line-height:inherit;
}
#investor-relation .btn {
	background:#fff;
	color:#4594d6;
}
#investor-relation .form-control {
	border:none;
	height:auto;
	padding:10px;
}
.accordian-widget {
	width:100%;
	padding:30px 20px;
	background:#f3f3f3;
}
.accordian-widget1 {
	width:100%;
	padding:30px 20px;
}
#investor-relation .card-header > a:before {
    float: right !important;
    font-family: FontAwesome;
    content:"\f077";    
	width:25px;
	height:25px;
	line-height:23px;
	background:#e2e2e2;
	border:1px solid #d1d1d1;
	text-align:center;
	border-radius:50%;
	font-size:12px;
}
#investor-relation .card-header > a.collapsed:before {
    float: right !important;
    content:"\f078";
}
#investor-relation .card-header > a:hover, 
#investor-relation .card-header > a:active, 
#investor-relation .card-header > a:focus  {
    text-decoration:none;
}
#investor-relation .card-header {
	background:transparent;
}
#investor-relation .card {
	background:transparent;
	border:none;
}
.card-header {
	border-bottom:1px solid #ececec;	
	color:#1f384d;
}
.accordian-menu {
	width:100%;
}
#investor-relation .card-link {
	color:#1f384d;
	font-size:15px;	
	font-weight:bold;
	letter-spacing:1px;
}
.accordian-menu ul {
	list-style:none;
	margin:0 0 0 -30px;
}
.accordian-menu li {
	padding:0 0 10px 20px;
	background:url(../images/circle.png) no-repeat 0 9px;
}
.accordian-menu li a {
	color:#647d92;
	font-size:14px;
	transition:all 0.5s ease-in-out 0s;
	letter-spacing:1px;
}
.accordian-menu li a:hover {
	color:#4594d6;
	text-decoration:none;
}
.accordian-menu li a:focus {
	color:#4594d6;
	outline:none;
	box-shadow:none;
	text-decoration:none;
}
.accordian-widget .card-body {
	padding:15px;
}
.governace-document {
	padding:4em 0;
}
.table-widget {
	width:100%;
	padding:0 30px 0 0;
	margin:30px 0 0 0;	
}
.table-white {
	width:100%;
	padding:15px;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.table-white1 {
	width:100%;
	padding:20px;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#investor-relation h2 {
	color:#1c1c1c;
	font-size:27px;
	padding:0;
	margin:0;
	
	font-weight:bold;
}
#investor-relation table {
	margin:0;
	border:none;
}
.corporate-widget {
	width:100%;
	margin:30px 0;
}
/*end inner pages css here*/


/*start table css here*/
#investor-relation .table td, .table tr, .table th {
	border:none!important;
	vertical-align:middle;
	text-align:center;
}
#investor-relation .table td {
	text-align:left;
}
#investor-relation .table-striped tbody tr:nth-of-type(odd) {
	background:#f4f8fb;
}
#investor-relation .table-striped tbody tr:nth-of-type(even) {
	background:#fff;
}
.pdf-link a {
	width:35px;
	height:35px;
	text-align:center;
	line-height:35px;
	border-radius:50%;
	background:#fff;
	border-radius:50%;
	display:inline-block;
	border:1px solid #4c98d8;
	transition:all 0.5s ease-in-out 0s;
}
.pdf-link a:hover {
	background:#498ac1;
	color:#fff;
	border:1px solid #498ac1;
}
.pdf-link a:focus {
	background:#498ac1;
	outline:none;
	box-shadow:none;
	border:1px solid #498ac1;
}
.date {
	width:20%;
	text-align:center!important;
	color:#5d7284;
	font-size:15px;
	letter-spacing:1px;
}
.title-content {
	width:70%;
	color:#5d7284;
	font-size:15px;
	letter-spacing:1px;
}
.download-btn {
	width:20%;
	text-align:center!important;
	color:#5d7284;
	font-size:15px;
	letter-spacing:1px;
}
.left-widget {
	width:100%;
}
#investor-relation .col-sm-3 {
	background:#e9e9e9;
	padding-right:0;
}
.table-main {
	width:100%;
	padding:0 0 0 30px;
}
#investor-relation label{
	position: relative;
	cursor: pointer;
	color: #616161;
	font-size: 15px;
	letter-spacing:1px;
}
#investor-relation input[type="checkbox"], input[type="radio"]{
	position: absolute;
	right: 9000px;
}
/*Check box*/
#investor-relation input[type="checkbox"] + .label-text:before{
	content: "\f096";
	font-family: "FontAwesome";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing:antialiased;
	width: 1em;
	display: inline-block;
	margin-right: 5px;
}
#investor-relation input[type="checkbox"]:checked + .label-text:before{
	content: "\f14a";
	color: #2980b9;
	animation: effect 250ms ease-in;
}
#investor-relation input[type="checkbox"]:disabled + .label-text{
	color: #aaa;
}
#investor-relation input[type="checkbox"]:disabled + .label-text:before{
	content: "\f0c8";
	color: #ccc;
}
/*Radio box*/
#investor-relation input[type="radio"] + .label-text:before{
	content: "\f10c";
	font-family: "FontAwesome";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing:antialiased;
	width: 1em;
	display: inline-block;
	margin-right: 5px;
}
#investor-relation input[type="radio"]:checked + .label-text:before{
	content: "\f192";
	color: #4594d6;
	animation: effect 250ms ease-in;
}
#investor-relation input[type="radio"]:disabled + .label-text{
	color: #aaa;
}
#investor-relation input[type="radio"]:disabled + .label-text:before{
	content: "\f111";
	color: #ccc;
}
/*Radio Toggle*/
#investor-relation .toggle input[type="radio"] + .label-text:before{
	content: "\f204";
	font-family: "FontAwesome";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing:antialiased;
	width: 1em;
	display: inline-block;
	margin-right: 10px;
}
#investor-relation .toggle input[type="radio"]:checked + .label-text:before{
	content: "\f205";
	color: #16a085;
	animation: effect 250ms ease-in;
}
#investor-relation .toggle input[type="radio"]:disabled + .label-text{
	color: #aaa;
}
#investor-relation .toggle input[type="radio"]:disabled + .label-text:before{
	content: "\f204";
	color: #ccc;
}
@keyframes effect{
	0%{transform: scale(0);}
	25%{transform: scale(1.3);}
	75%{transform: scale(1.4);}
	100%{transform: scale(1);}
}
.accordian-menu li.active {
	color:#4594d6!important;
	background:url(../images/bullet.png) no-repeat 0 9px!important ;	
}
.accordian-menu li.active a {
	color:#4594d6!important;	
}
.acrobat-link {
	color:#4594d6;
	text-decoration:underline;
	transition:all 0.5s ease-in-out 0s;
}
.acrobat-link:hover {
	color:#1a5a8e;
	text-decoration:none;	
}
.acrobat-link:focus {
	color:#1a5a8e;
	outline:none;
	box-shadow:none;
	text-decoration:none;	
}
.bottom-content {
	width:100%;
	margin:30px 0;
}
#investor-relation p {
	font-size:15px;
	color:#5d7284;
	padding:0;
	margin:0;
	letter-spacing:1px;	
}
/*end table css here*/

.governace-document ul {
	list-style:none;
	margin:0 0 0 -40px;
}
.governace-document li {
	font-size:15px;
	color:#323232;
	padding:0 0 10px 25px;
	letter-spacing:1px;
	background:url(../images/corporate-address.png) no-repeat 0 5px;
}
.governace-document li:nth-child(2) {
	background:url(../images/corporate-address.png) no-repeat 0 -60px;
}
.governace-document li:nth-child(3) {
	background:url(../images/corporate-address.png) no-repeat 0 -60px;
}
.governace-document li:nth-child(4) {
	background:url(../images/corporate-address.png) no-repeat 0 -207px;
}
.governace-document h3 {
	font-size:16px;
	padding:0 0 15px 0;
	margin:0;
	color:#4594d6;
	font-weight:bold;
	letter-spacing:1px;
}
.table-content {
	width:100%;
	margin:10px 0 0 0;
}
.table-content p {	
	padding:0 0 15px 0!important;
	margin:0;
	font-size:16px;
	color:#323232;
}
.table-content p:last-child {	
	padding:0 0 0 0!important;	
}
.press-realse {
	width:100%;
	margin:30px 0 0 0;
}
.governace-document h4 {
	font-size:20px;
	padding:0 0 15px 0;
	margin:0;
	color:#1c1c1c;
	font-weight:bold;
	letter-spacing:1px;
}
.governace-document h5 {
	font-size:16px;
	padding:0 0 10px 0;
	margin:0;
	color:#676767;
	font-weight:bold;
	letter-spacing:1px;
}
.governace-document {
	color:#676767!important;
}
/*start slick slider css here*/
/* Slider */
.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;    
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/slick.eot');
    src: url('../fonts/slick.eot?#iefix') format('embedded-opentype'), url('../fonts/slick.woff') format('woff'), url('../fonts/slick.ttf') format('truetype'), url('fonts/slick.svg#slick') format('svg');
}
/* Arrows */

.slick-prev {
	
}

.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    border: none;
    outline: none;
	background:url(../images/prev.png) no-repeat!important;
	color:#000;
}
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    border: none;
    outline: none;
	background:url(../images/next.png) no-repeat!important;
	color:#000;
}
.slick-prev:before, .slick-next:before {
	display:none;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    outline: none;
	color:#000;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: 0;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -15px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    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-family: 'slick';
    font-size: 6px;
    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;
}
.news {
	width:100%;
	padding:40px 20px;
	background:#f0f5fa;
}
.news-top {
	width:100%;
	margin:20px 0 0 0;
}
.divider-blue {
	width:60px;
	height:2px;
	background:#4594d6;
	margin:0 auto 20px auto;
}
.read-more-new a {
	color:#4594d6;
	font-size:13px;
	display:block;
	margin:20px 0 0 0;
	letter-spacing:1px;
	text-transform:uppercase;
	font-weight:bold;
	transition:all 0.5s ease-in-out 0s;
}
.read-more-new a:hover {
	color:#245c8a;
	text-decoration:none;
}
.read-more-new a:focus {
	color:#245c8a;
	outline:none;
	box-shadow:none;
	text-decoration:none;
}
.press-realse p {
	color:#676767!important;
}
.customer-logos {
	padding:0 30px;
}
/*end slick slider css here*/

.divider-new {
	display:block;
	margin:0 auto;
}
.excutive-team {
	padding:4em 0 0 0;
}

#excutive-team h2 {
	font-size:32px;
	padding:0 0 10px 0;
	margin:0;
	color:#000;
	letter-spacing:1px;
}
.team-top {
	width:100%;
	margin:15px 0 0 0;
}
.team-repeat {
	width:100%;
	margin:0 0 30px 0;	
}
#panel1 {
  padding: 50px;
  display: none;
  background:#eee;
  margin:30px 0 0 0;
}
#panel2 {
  padding: 50px;
  display: none;
  background:#eee;
  margin:30px 0 0 0;
}
#panel3 {
  padding: 50px;
  display: none;
  background:#eee;
  margin:30px 0 0 0;
}
.slide-widget p {
	font-size:15px;
	padding:0;
	margin:0;
	color:#777;
	line-height:inherit;
	letter-spacing:1px;
}
.cross-btn {
	float:right;
	margin:-30px -30px 0 0;
	cursor: pointer;

}
.investment-team {
	padding:0 0 0 0;
}
.divider-new1 {
	margin:50px 0;
}
.divider-new2 {
	margin:30px 0 50px 0;
}
.finance-team {
	padding:0 0 0 0;
}
.compliance-administration{
	padding:0 0 1em 0;
}
#excutive-team h2 {
	
	font-size:32px;
	padding:0 0 10px 0;
	margin:0;
	color:#1c1c1c;
}
#investment-team h2 {
	font-size:32px;
	padding:0 0 10px 0;
	margin:0;
	color:#1c1c1c;
}
#business-development h2 {
	font-size:32px;
	padding:0 0 10px 0;
	margin:0;
	color:#1c1c1c;
}
#finance-team h2 {
	
	font-size:32px;
	padding:0 0 10px 0;
	margin:0;
	color:#1c1c1c;
}
#compliance-administration h2{
	
	font-size:32px;
	padding:0 0 10px 0;
	margin:0;
	color:#1c1c1c;
}

.menu-bg {
	width:100%;
	background:#ededed;
	margin:0 0 50px 0;
	z-index:99;
}
.menu-bg .nav-link {
	font-size:15px;
	letter-spacing:1px;
	color:#1c1c1c;
	display:inline-block;
	margin:0 15px 0 0;
	/*width: 260px; */
    text-align: center;
    max-width: 100%;
	padding:15px;
	text-transform:uppercase;
	transition:all 0.5s ease-in-out 0s;
}
.menu-bg .nav-pills .nav-link.active {
	background:url(../images/active-arrow.png) no-repeat bottom center;
	color:#4594d6;
}

#toTop a {
    padding: 5px 3px;
    background: #000;
    color: #fff;
    position: fixed;
    bottom: 15px;
    right: 5px;
	width:40px;
	height:40px;
	border-radius:50%;
	line-height:28px;
	text-align:center;
    display: none;
	transition:all 0.5s ease-in-out 0s;
}
#toTop a:hover {
    background: #4594d6;
    color: #fff;
}
#toTop a:focus {
    background: #4594d6;
    color: #fff;
	outline:none;
	box-shadow:none;
}
#contact-us .nf-form-fields-required {
	display:none;
}
#contact-us .nf-field-container {
	margin-bottom:10px;
}
#contact-us .ninja-forms-field {
	height:auto;
	padding:10px;
	background:#fff;
}
#contact-us .ninja-forms-field:hover {
	border:1px solid #1ca9e1;
}
#contact-us .ninja-forms-field:focus {
	border:1px solid #1ca9e1;
	outline:none;
	box-shadow:none;
}
#contact-us textarea {
	height:130px!important;
	resize:none;
}
#contact-us ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #5e5e5e;
  font-size:14px;
  letter-spacing:1px;
  font-family: 'HelveticaNeueLTStd-Lt';
}
#contact-us ::-moz-placeholder { /* Firefox 19+ */
  color: #5e5e5e;
  font-size:14px;
  letter-spacing:1px;
  font-family: 'HelveticaNeueLTStd-Lt';
}
#contact-us :-ms-input-placeholder { /* IE 10+ */
  color: #5e5e5e;
  font-size:14px;
  letter-spacing:1px;
  font-family: 'HelveticaNeueLTStd-Lt';
}
#contact-us :-moz-placeholder { /* Firefox 18- */
  color: #5e5e5e;
  font-size:14px;
  letter-spacing:1px;
  font-family: 'HelveticaNeueLTStd-Lt';
}
#contact-us .nf-error.field-wrap .nf-field-element:after {
	display:none;
}
#nf-field-8 {
	width:200px;
	max-width:100%;
	background:#1ca9e1!important;
	padding:10px;
	letter-spacing:1px;
	border:1px solid #1ca9e1!important;
	transition:all 0.5s ease-in-out 0s;
}
#nf-field-8:hover {	
	text-decoration: none;
    background: #0f8ec0;
	color:#fff;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#nf-field-8:focus {	
	text-decoration: none;
    background: #0f8ec0;
	color:#fff;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);	
	outline:none;
	box-shadow:none;
}
/*start 404 error page*/
.error-center {
    width: 500px;
    margin: 0 auto;
    max-width: 100%;
}
.error-area {
	padding:10em 0 5em 0;
}
.error-title {
    font-size: 100px;
    padding: 0 0 10px 0;
    margin: 0;
	color:#222c36;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: bold;
}
.error-sub-title {
    font-size: 20px;
    padding: 0 0 15px 0;
    margin: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: bold;
}
#error-area p {
    font-size: 16px;
    padding: 0;
    margin: 0;
    color: #373737;
    letter-spacing: 1px;
    line-height: inherit;
}
.btn-widget-top {
    width: 100%;
    margin: 30px 0 0 0;
}
.home-btn {	
	font-size:15px;
	letter-spacing:1px;
	display: inline-block;
	text-transform:uppercase;
	transition: all 0.2s ease-in-out 0s;
	background:#1a5a8e;
	padding:12px;
	color:#fff;
	margin:0 0 0 0;
	width:100%;
	max-width:100%;
	text-align:center;
	text-transform:uppercase;	
}
.home-btn:hover {
	color:#fff;
	background:#0f416a;
	text-decoration:none;
}
.home-btn:focus {
	color:#fff;
	text-decoration:none;	
	outline:none;
	box-shadow:none;
}
.prev-btn {	
	font-size:15px;
	letter-spacing:1px;
	display: inline-block;
	text-transform:uppercase;
	transition: all 0.2s ease-in-out 0s;
	background:#222c36;
	padding:12px;
	color:#fff;
	margin:0 0 0 0;
	width:100%;
	max-width:100%;
	text-align:center;
	text-transform:uppercase;	
}
.prev-btn:hover {
	color:#fff;
	background:#1a5a8e;
	text-decoration:none;
}
.prev-btn:focus {
	color:#fff;
	background:#1a5a8e;
	text-decoration:none;	
	outline:none;
	box-shadow:none;
}

.error-widget {
	width:100%;
}
.red-color {
	color:#1a5a8e;
}
/*end 404 error page*/

.investor-widget {
	width:100%;
	margin:0 0 30px 0;
}


.governace-document .card-link {
	color:#000;
	font-size:16px;	
	letter-spacing:1px;
}
.governace-document .active-main {
	background: #1d3a64!important;
	border:none;
}
.governace-document .active-main .card-header {
	background: #1d3a64!important;
	border:1px solid #e9e9e9;
	position: relative;
}
.governace-document .card-header.active {
    background: #1a5a8e!important;	
}
.governace-document .card-header.active .card-link {
    color:#fff!important;
}
.governace-document .card-header {
	background:#fff;
	border:none;
	border-radius:0;
}
.governace-document .active-main .card-body {
	background: #f7f7f7!important;
	border-left:1px solid #e9e9e9;
	border-bottom:1px solid #e9e9e9;
	border-right:1px solid #e9e9e9;
}
.governace-document .card-header {
	background: #f7f7f7!important;
    border-left: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
}
.governace-document .card {
	margin:0 0 20px 0;
}
.governace-document .card-header.active .card-link {
	color:#fff!important;
}
.stock-link {
	font-weight:bold;
	color:#1a5a8e;
	transition:all 0.5s ease-in-out 0s;
}
.stock-link:hover {
	text-decoration:none;
	color:#0c4370;
}
.stock-link:focus {	
	color:#0c4370;
	outline:none;
	box-shadow:none;
}
.career-area {
	padding:4em 0;
}
#career-area h2 {
	font-size: 50px;
    padding: 0 0 10px 0;
    margin: 0;
    color: #1c1c1c;
    
}
.career-white {
	background:#fff;
	padding:30px;
	margin:30px 0 0 0;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#career-area p {
	font-size:15px;
	padding:0 0 15px 0;
	margin:0;
	color:#777;
	line-height:inherit;
	letter-spacing:1px;
}
.team-repeat .img-fluid {
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  width:100%;
  transition:all 0.5s ease-in-out 0s;
}
.team-repeat:hover .img-fluid {
	-webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */
  filter: grayscale(0);
}
.tabs-center {
	width:900px;
	margin:0 auto;
	max-width:100%;
}
.model-new .modal-dialog {
	width:800px;
	max-width:100%;
	position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    height: 50%;
}
.model-new .modal-header {
	background:#4594d6;
}
.model-new .modal-title {
	color:#fff;
	font-size:18px;
	text-transform:uppercase;
	letter-spacing:1px;
}
.model-new .modal-title span {
	color:#fff;
	font-size:14px;
	display:block;
	letter-spacing:1px;
	text-transform:capitalize;
}
.model-new .close {
	width:40px;
	height:40px;
	line-height:40px;
	padding:0;
	text-align:center;
	padding:0;
	background:#000;
	color:#fff;
	opacity:1;
	font-size:13px;
	border-radius:50%;
	float: right;
    position: absolute;
    right: -12px;
    top: -20px;
	margin:0;
}
.model-new .close:focus {
	outline:none;
	box-shadow:none;
}
.model-content {
	width:100%;
	height:350px;	
	padding:0 30px 0 0;
	overflow:scroll;
}
.model-new .img-fluid {
	padding:5px;
	background:#fff;
	max-width:100%;
	margin:0 0 30px 0;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.model-new p {
	font-size:16px;
	padding:0 0 15px 0;
	margin:0;
	letter-spacing:1px;
	text-align:justify;
}
.model-new p:last-child {	
	padding:0 0 0 0;
	margin:0;
}

#banner-area .carousel-control-next-icon, .carousel-control-prev-icon {
	background:rgba(0,0,0,0.5);
	border-radius:50%;
}

#banner-area span i {
	width:50px;
	height:50px;
	line-height:50px;
	font-size:30px;
	background:rgba(0,0,0,0.5);
	border-radius:50%;
	color:#fff;
	transition:all 0.5s ease-in-out 0s;
}
#banner-area span i:hover {
	background:rgba(0,0,0,0.5);
}
#banner-area .carousel-control-next, .carousel-control-prev {
	opacity:1;
}
.excutive-widget {
	width:100%;
	margin:0 0 40px 0;
}
#banner-area .carousel-indicators li {
	width:13px;
	height:13px;
	border-radius:50%;
}
a:not([href]):not([tabindex]) {
	color:#797979;
}
a:not([href]):not([tabindex]):hover {
	color:#fff;
}
.oxford-funds {
	padding:4em 0;	
}
#oxford-funds ul {
	list-style:none;
	margin:0 0 0 -40px;
}
#oxford-funds li {
	font-size: 16px;
    padding: 0 0 10px 30px;
    margin: 0;
    color: #000;
    line-height: 25px;
    letter-spacing: 1px;
	text-align:left;
	background:url(../images/arrow.png) no-repeat 0 5px;
}
#our-funds ul{
	list-style:none;
	margin:0 0 0 -40px;
}

#our-funds li {
	font-size: 16px;
    padding: 0 0 10px 30px;
    margin: 0;
    color: #323232;
    line-height: 25px;
    letter-spacing: 1px;
	background:url(../images/arrow.png) no-repeat 0 5px;
}
.heading-title {
	font-size: 31px;
    padding: 0 0 10px 0;
    margin: 0;
    color: #1c1c1c;
}

.heading-title4 {
	font-size: 25px;
    padding: 0 0 10px 0;
    margin: 0;
    color: #1c1c1c;
}
.heading-title5 {
	font-size: 20px;
    padding: 0 0 20px 0;
    margin: 0;
    color: #1c1c1c;
}
.heading-title2 {
	font-size: 26px;
    padding: 0 0 30px 0;
    margin: 0;
    color: #1c1c1c;
    
}
.heading-title3 {
	font-size: 21px;
    padding: 0 0 10px 0;
    margin: 0;
    color: #1c1c1c;
	display:block;
    
	transition:all 0.5s ease-in-out 0s;
}
.heading-title3:hover {
    color: #1c1c1c;
    text-decoration:none;
}
.heading-title3:focus {
    color: #1c1c1c;
	outline:none;
	box-shadow:none;
    text-decoration:none;
}
.funds-content-new {
	width:100%;
	margin:20px 0 0 0;
}
.funds-new {
	width:100%;
}
.funds-right {
	width:100%;
	background:url(../images/right-pattern.png) no-repeat left top;
	padding:30px 0 0 30px;	
}
#oxford-funds .img-fluid {
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#investment-strategy ul {
	list-style:none;
	margin:0 0 0 -40px;
}
#investment-strategy li {
	font-size: 16px;
    padding: 0 0 10px 30px;
    margin: 0;
    color: #323232;
    line-height: 25px;
    letter-spacing: 1px;
	background:url(../images/arrow.png) no-repeat 0 5px;
}
.investment-strategy {
	padding:4em 0;
	background: #f7f7f7;
	border-top:1px solid #e8e6e6;
	border-bottom:1px solid #e8e6e6;
}
.invest-left {
	width:100%;
}
.invest-widget {
	width:100%;
}
#optimization-equity ul {
	list-style:none;
	margin:0 0 0 -40px;
}
#optimization-equity li {
	font-size: 16px;
    padding: 0 0 10px 30px;
    margin: 0;
    color: #323232;
    line-height: 25px;
    letter-spacing: 1px;
	background:url(../images/arrow.png) no-repeat 0 5px;
}
.optimization-equity {
	padding:4em 0;
}
.common-center {
	width:900px;
	margin:0 auto;
	max-width:100%;
}
.historical-performance {
	padding:4em 0;
	background: #f7f7f7;
	border-top:1px solid #e8e6e6;
	border-bottom:1px solid #e8e6e6;
}
.tables-top p {
	font-size: 16px;
    padding: 0 0 10px 0;
    margin: 0;
    color: #323232;
    line-height: 25px;
    letter-spacing: 1px;
	}
.tables-top {
	width:100%;
	margin:0 0 0 0;
}
.content-widget {
	width:100%;
	margin:0 0 0 0;
}
.tables-widget {
	width:100%;
}
/*.table-white-new {
	width:100%;
	background:#fff;
	padding:20px;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.table-white-new1 {
	width:100%;
	background:#fff;
}*/
#historical-performance table {
	margin:0;
}
#historical-performance th {
	background:#22282d;
	color:#fff;
	font-size:16px;
	text-align:center;
}
.colo-markets {
	padding:4em 0;
}
#colo-markets ul {
	list-style:none;
	margin:0 0 0 -35px;
}
#colo-markets li {
	font-size: 16px;
    padding: 0 0 10px 30px;
    margin: 0;
    color: #323232;
    line-height: 25px;
    letter-spacing: 1px;
	background:url(../images/arrow.png) no-repeat 0 5px;
}
.market-opportunity {
	padding:4em 0;
	background: #f7f7f7;
	border-top:1px solid #e8e6e6;
	border-bottom:1px solid #e8e6e6;
}
#market-opportunity ul {
	list-style:none;
	margin:0 0 0 -35px;
}
#market-opportunity li {
	font-size: 16px;
    padding: 0 0 10px 30px;
    margin: 0;
    color: #323232;
    line-height: 25px;
    letter-spacing: 1px;
	background:url(../images/arrow.png) no-repeat 0 5px;
}
.history-debt {
	padding:4em 0;
}
/*.table-white-new {
	width:100%;
	background:#fff;
	padding:25px;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}*/
#history-debt p {
	font-size: 16px;
    padding: 0 0 10px 0;
    margin: 0;
    color: #323232;
    line-height: 25px;
    letter-spacing: 1px;
}
.table-top {
	width:100%;
	margin:20px 0 0 0;
}
#history-debt th {
	background:#22282d;
	color:#fff;
	font-size:16px;
}
table tr {
	background:#fff;
}
#history-debt table {
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#history-debt ul {
	list-style:none;
	margin:0 0 0 -35px;
}
#history-debt li {
	font-size: 16px;
    padding: 0 0 10px 30px;
    margin: 0;
    color: #323232;
    line-height: 25px;
    letter-spacing: 1px;
	text-align:left;
	background:url(../images/arrow.png) no-repeat 0 5px;
}
.risk-disclaimer {
	padding:4em 0;
	background: #f7f7f7;
	border-top:1px solid #e8e6e6;
	border-bottom:1px solid #e8e6e6;
}
#risk-disclaimer ul {
	list-style:none;
	margin:0 0 0 -35px;
}
#risk-disclaimer li {
	font-size: 16px;
    padding: 0 0 10px 30px;
    margin: 0;
    color: #323232;
    line-height: 25px;
    letter-spacing: 1px;
	text-align:left;
	background:url(../images/arrow.png) no-repeat 0 5px;
}
.stargies-white {
	width:100%;
	background:#fff;	
	margin:0 0 30px 0;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.19);
	transition:all 0.5s ease-in-out 0s;
}
.stargies-white:hover {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	transform: scale(1.02);
}
.strategies-page {
	padding:4em 0 3em 0;
}
#strategies-page .container {
	text-align:center;
}
#strategies-page .col-sm-4 {
	float:none;
	display:inline-block;
	max-width:32%;
	flex:0 0 32%;
}
#strategies-page .row {
	display:inherit;
}
.divider-new {
	margin:5px auto 15px auto;
	display:inline-block;
}
.read-more2 a {
	width:150px;
	max-width:100%;
	background:#4594d6;
	padding:8px;
	color:#fff;
	display:block;
	text-align: center;
	margin:10px 0 0 0;
	transition:all 0.5s ease-in-out 0s;
}
.read-more2 a:hover {
	background:#145d9a;
	color:#fff;
	text-decoration:none;
}
.read-more2 a:focus {
	background:#145d9a;
	color:#fff;
	outline:none;
	box-shadow:none;
	text-decoration:none;
}
.stargies-white:hover .read-more2 a {
	background: #145d9a;
    color: #fff;
}
.single-funds #oxford-funds ul {
	margin:0 0 0 -40px;
}
.single-funds #oxford-funds p {
	font-size: 16px;
    padding: 0 0 15px 0;
    margin: 0;
    color: #000;
    letter-spacing: 1px;
}
.single-funds #oxford-funds h3 {
	font-size: 32px;
    padding: 0 0 15px 0;
    margin: 0;
    letter-spacing: 1px;
    color: #000;
    
}
.private-funds {
	width:100%;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
	margin:0 0 15px 0;
}
.private-funds h3 {
	padding:10px!important;
	background:#4594d6;	
	color:#fff!important;
	font-size: 23px!important;
    margin: 0!important;
    letter-spacing: 1px;
    
}
.private-top {
	width:100%;
	margin:20px 0 0 0;	
}
.private-bg {
	width:100%;
	padding:20px;
	background:#f4f4f4;	
}
.single-funds #oxford-funds p a {
	color:#5e5e5e;
	transition:all 0.5s ease-in-out 0s;
		
}
.single-funds #oxford-funds p a:hover {
	color:#4594d6;
	text-decoration:none;
}
.single-funds #oxford-funds p a:focus {
	color:#4594d6;
	text-decoration:none;
	outline:none;
	box-shadow:none;
}
.references p {
	font-size:13px!important;
}

.justify-content{
	display: -webkit-flex; /* Safari */
  -webkit-justify-content: center; /* Safari 6.1+ */
  display: flex;
  justify-content: center;
}
#strategies-page .card-header {
	text-align:left;
}
#strategies-page .card-body {
	text-align:left;
}
#strategies-page .card {
	margin:0 0 15px 0;
}
#strategies-page .card-link {
	color:#000;
	font-size:16px;	
	letter-spacing:1px;
}
#strategies-page p {
	font-size: 16px;
    padding: 0 0 15px 0;
    margin: 0;
    color: #5e5e5e;
    letter-spacing: 1px;
}
#strategies-page p:last-child {
    padding: 0 0 0 0;
    margin: 0;
}
#strategies-page .active-main {
	background: #1d3a64!important;
	border:none;
}
#strategies-page .active-main .card-header {
	background: #1d3a64!important;
	border:1px solid #e9e9e9;
	position: relative;
}
#strategies-page .card-header.active {
    background: #1a5a8e!important;	
}
#strategies-page .card-header.active .card-link {
    color:#fff!important;
}
#strategies-page .card-header {
	background:#fff;
	border:none;
	border-radius:0;
}
#strategies-page .active-main .card-body {
	background: #f7f7f7!important;
	border-left:1px solid #e9e9e9;
	border-bottom:1px solid #e9e9e9;
	border-right:1px solid #e9e9e9;
}
#strategies-page .card-header > a:before {
    float: right !important;
    font-family: FontAwesome;
    content:"\f068";
    padding-right: 5px;
}
#strategies-page .card-header > a.collapsed:before {
    float: right !important;
    content:"\f067";
}
#strategies-page .card-header > a:hover, 
#strategies-page .card-header > a:active, 
#strategies-page .card-header > a:focus  {
    text-decoration:none;
}
.privacy-policy {
	padding:4em 0 2em 0;
}
#privacy-policy p {
	font-size: 16px;
    padding: 0 0 15px 0;
    margin: 0;
    color: #323232;
    line-height: 25px;
    letter-spacing: 1px;    
}
#privacy-policy p a {    
   font-size: 16px;
    padding: 0;
    margin: 0;
    color: #4594d6;
    letter-spacing: 1px;
    transition: all 0.5s ease-in-out 0s; 
    word-break: break-all;
   }
#privacy-policy p a:hover { 
	color: #323232; text-decoration: none; 
   }
#privacy-policy p:last-child {
    padding: 0 0 0 0;
    margin: 0;   
}
#privacy-policy h2 {
	font-size: 40px;
    padding: 0 0 10px 0;
    margin: 0;
    color: #1c1c1c;
    
}
#privacy-policy h3 {
	font-size: 30px;
    padding: 0 0 10px 0;
    margin: 0;
    color: #1c1c1c;
    
}

#privacy-policy ul {
	list-style:none;
	margin:0 0 0 -40px;
}
#privacy-policy li {
	font-size: 16px;
    padding: 0 0 15px 30px;
    margin: 0;
    color: #323232;
    line-height: 25px;
    letter-spacing: 1px; 
	background: url(../images/arrow.png) no-repeat 0 5px;
}
.stargies-content {
	width:100%;
	padding:30px 25px;
}
.stargies-white:hover .read-more a {
	background: #4594d6;
    color: #fff;
}
.strategies-link:hover {
	text-decoration:none;
}
.strategies-link:hover .heading-title3 {
	color:#4594d6;
}

.stargies-white .img-fluid{
	height: 200px; 
}
.mobile-stragies {
	width:100%;
	display:none;
}
.desktop-stragies {
	width:100%;
}
.postid-64 .references { margin-top:10px; }

.table-new-top .table {
	margin:0!important;
}














.menu-tabs {
    width: 100%;    
    background: #ededed;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
	z-index:999;
}
#menu-center {
    width: 980px;
    margin: 0 auto;
	max-width:100%;
}
#menu-center ul {
    margin: 0 0 0 0;
}
#menu-center ul li a{
	font-size: 15px;
    letter-spacing: 1px;
    color: #1c1c1c;
    display: inline-block;
    margin: 0 15px 0 0;
    /* width: 260px; */
    text-align: center;
    max-width: 100%;
    padding: 15px;
    text-transform: uppercase;
    transition: all 0.5s ease-in-out 0s;
}
#menu-center ul li {
    list-style: none;
    margin: 0 0 0 -4px;
    display: inline;

}
.active-new, #menu-center ul li a:hover  {
    background:url(../images/active-arrow.png) no-repeat bottom center!important;
	color:#4594d6!important;
	background-color:transparent!important;
}
.active-new, #menu-center ul li a:focus  {
    background:url(../images/active-arrow.png) no-repeat bottom center!important;
	color:#4594d6!important;
	background-color:transparent!important;
}
#home {
    background-color: #286090;
    height: 100vh;
    width: 100%;
    overflow: hidden;
}
#portfolio {
    background: gray; 
    height: 100vh;
    width: 100%;
}
#about {
    background-color: blue;
    height: 100vh;
    width: 100%;
}
#contact {
    background-color: rgb(154, 45, 45);
    height: 100vh;
    width: 100%;
}


.affix {
      top:0!important;
      width: 100%;
      z-index: 9999 !important;
  }
  .navbar {
      margin-bottom: 0px;
  }
  .affix ~ .container-fluid {
     position: relative;
     top: 50px;
  }

  #section1 { padding-top:50px;height:500px;color: #fff; background-color: #1E88E5; }
  #section2 { padding-top:50px;height:500px;color: #fff; background-color: #673ab7; }
  #section3 { padding-top:50px;height:500px;color: #fff; background-color: #ff9800; }
  #section41 { padding-top:50px;height:500px;color: #fff; background-color: #00bcd4; }
  #section42 { padding-top:50px;height:500px;color: #fff; background-color: #009688; }
  
  
.address-repeat {
	width:100%;
}	

#contact-us i {
    width: 80px;
    height: 80px;
    line-height: 80px;
    border: 1px dashed #4594d6;
    border-radius: 50%;
    text-align: center;
    font-size: 25px;
    color: #4594d6;
    margin: 0 0 15px 0;
}
#contact-us p a {
	font-size: 16px;
    padding: 0;
    margin: 0;
    color: #5e5e5e;
    letter-spacing: 1px;
	transition:all 0.5s ease-in-out 0s;
}
#contact-us p a:hover {	
    color: #4594d6;
    text-decoration:none;
}
#contact-us p a:focus {	
    color: #4594d6;
	outline:none;
	box-shadow:none;
    text-decoration:none;
}
.page-id-762 .nav-new {
	position:absolute;
}
.page-id-762 #main-nav {
	position:absolute;
}
.page-id-762 .navbar {
	border-radius:0;
	background: #ededed;
	padding: 0 0;
	border:none;
}
.page-id-762 .nav>li>a {
	font-size:16px;
	text-transform:capitalize;
	color:#1c1c1c;
	letter-spacing: 1.5px;
	margin:0 15px 0 0;
	transition:all 0.5s ease-in-out 0s;
}
.page-id-762 .nav>li>a:focus {
	color:#1c1c1c;
}
.page-id-762 .nav>li>a:last-child {
	margin:0 0 0 0;	
}
.page-id-762 .nav>li>a:hover {
	color:#4594d6;	
}
.tab-menu-center {
	width:750px; width: 925px;
	margin:0 auto;
	max-width:100%;
}
.page-id-762 .navbar-inverse .navbar-nav>.active>a {
	background: url(../images/active-arrow.png) no-repeat bottom center;
	color:#4594d6;
}
#footer-new a {
	display:inline-block;
}
.footer-address-new {
	width:100%;
}
.footer-address a {
	width:auto;
	display:block!important;
	font-size:16px;
	color:#fff;
	margin:0 0 15px 0;
	transition:all 0.5s ease-in-out 0s;
}
.footer-address a:hover {	
	color:#e1e1e1;
	text-decoration:none;
}
.footer-address a:focus {	
	color:#e1e1e1;
	outline:none;
	box-shadow:none;
	text-decoration:none;
}
.footer-icon, .footer-right-address {
	vertical-align:middle;
	height:l00%;
	display:table-cell;
}
.footer-icon {
	width:30px;
	box-sizing:border-box;
}
.footer-right-address {
	width:250px;
	max-width:100%;
	box-sizing:border-box;
}
.circle-new {
	display:inline-block;
	width:25px;
	height:25px;
	line-height:25px;
	text-align:center;
	background:#fff;
	font-size:14px;
	color:#f00;
	border-radius:50%;
	margin:0 10px 0 0;
}
.circle-img {
	display:inline-block;
	margin:0 15px 0 0;	
	vertical-align:middle;
}


.justify-content {
    display: -webkit-flex; /* Safari */
 -webkit-justify-content: center; /* Safari 6.1+ */
 display: flex;
 justify-content: center;
}
.postid-64 h5 {
	font-size:20px;
	padding:0 0 23px 0;
	margin:0;
	color:#000;
	letter-spacing:1px;
	font-weight:bold;
}
.postid-64 .oxford-funds {
	padding:4em 0 3em 0;
}	
.postid-64 .private-bg {
	padding:0;
}
.postid-64 .private-funds h3 {
	text-align:center;
	padding: 30px 20px!important;
	text-align: center;	
	background:url(../images/white-light.jpg);
}


/*.postid-64 .private-top {
	display:none;
}
.postid-64 .single-funds #oxford-funds p {
	display:none;
}
.postid-64 .references {
	display:none;
} */
.logged-in .inner-content {
	 height: 8%;
}

#our-funds .img-fluid {
	width:100%;
}
.banner-overlay {
	width:100%;
	height:100%;
/*	background:rgba(255,255,255,0.2);*/
	position:absolute;
	background:url(../images/overlay.png) center no-repeat;
	top:0;
}
.banner-center {
	width:700px;
	margin:0 auto;
	max-width:100%;
}

.banner-center-widget {
	display:flex;
	justify-content:center;
	width:100%;
	height:100vh;
}	
.banner-middle {
	align-self:center;
}
.banner-widget-new {
	width:100%;

	padding:20px;
	/* background:rgba(0,0,0,0.5);
	border-left:4px solid #fff; */
}
.table-new {
	width:100%;	
}
.table-wigdte2 {
	width:100%;
	padding:0 30px 0 0;
}
.table-wigdte3 {
	width:100%;
	padding:0 20px 0 0;
}
.first-paragraph {
	width:100%;
}
.first-paragraph p {
    font-size: 16px;
    padding: 0 0 10px 0;
    margin: 0;
    color: #323232;
    line-height: 25px;
    letter-spacing: 1px;
}
.first-paragraph ul {
	list-style:none;
}
.first-paragraph li {
	font-size: 16px;
	background:url(../images/bullet.png) no-repeat 0 7px;
    padding: 0 0 5px 20px;
    margin: 0;
    color: #323232;
    line-height: 25px;
    letter-spacing: 1px;
}
.page-id-762 .container {
	width: 1140px;
	max-width:100%;
	margin:0 auto;
}
.leveraged-loans {
	padding:2em 0 0 0;
}
.leveraged-repeat {
	width:100%;
	margin:0 0 0 0;
}
#leveraged-loans p {
    font-size: 16px;
    padding: 0 0 20px 0;
    margin: 0;
    color: #323232;
    line-height: 25px;
    letter-spacing: 1px;
}
.leverage-loans ul {
	list-style:none;
	margin:0 0 0 -40px;
}
.leverage-loans li {
	font-size: 16px;
	background:url(../images/blue-arrow.png) no-repeat 0 5px;
    padding: 0 0 25px 25px;
    margin: 0;
    color: #323232;
    line-height: 25px;
    letter-spacing: 1px;
}
.right-widget-new {
	width:100%;
	text-align:center;
}
.tables-main-widget {
	width:100%;
}
.contact-information {
	width:100%;
	margin:2em 0 0 0;
}
.postid-64 .contact-information { margin:3em 0 0 0 !important; }
.postid-64 .contact-information p { color: #5e5e5e !important; }

.footnote {
	width:100%;
	margin:20px 0 0 0;
}
.footnote p {
	font-size:13px!important;
	height:auto;
	line-height:20px;
	font-weight:bold;
}
.years {
	width:100px;
	max-width:100%;
	display:inline-block;
}
.years1 {
	width:100px;
	max-width:100%;
	display:inline-block;
	padding:25px!important;
}

.below-chart {  
	font-size: 11px !important;
    line-height: 18px !important;
    text-align: left;
    width: 425px;
    margin: 2em auto 0 auto!important;
    max-width: 100%;
	padding:0!important;
}
.table-widget-new {
	margin:0 0 2em 0;
}
.leveraged-chart {
	width:100%;
	margin:0 0 50px 0;
	padding:30px 0;
	border-top:1px solid #d0d0d0;
	border-bottom:1px solid #d0d0d0;
}
#leveraged-loans h2 {
	font-size:30px;
	padding:0 0 20px 0;
	margin:0;
	color:#1c1c1c;
	text-transform:uppercase;
}
.leveraged-chart .below-chart {
	width:100%;
}
.clos-widget {
	width:100%;
}
.clos-top {
	width:100%;
	margin:60px 0 0 0;
}
.clos-widget ul {
	list-style:none;
	margin:0 0 0 -40px;
}
.clos-widget li {
	font-size: 16px;
	background:url(../images/blue-arrow.png) no-repeat 0 5px;
    padding: 0 0 5px 25px;
    margin: 0;
    color: #323232;
    line-height: 25px;
    letter-spacing: 1px;
}
.clo-top {
	width:100%;
	margin:40px 0 0 0;
	border-top:1px solid #d0d0d0;
	padding:50px 0 0 0;
}
.clo-top h4 {
	font-size:16px;
	padding:0;
	margin:0;
	color:#5e5e5e;
	letter-spacing:1px;
	font-weight:bold;
}
.table-top1 {
	width:100%;
	margin:30px 0 0 0;
}
.table-center {
	width:900px;
	margin:0 auto;
	max-width:100%;
}
.table-top1 p {
	font-size:12px!important;
	text-align:justify;
	line-height:20px!important;	
}

.table-top1 th {
	background:#638cae;
	color:#fff;
	font-size:17px;
	font-weight:normal;
}
.left-blue {
	background:#638cae!important;
	color:#fff!important;
}
.table-top1 td {
	background:#f3f3f3;
}
.table-bg {
	background:#638cae;
	padding: 10px 0;
}
.table-bg h5 {
	font-size:17px;
	padding:0;
	margin:0;
	color:#fff;
} 
.postid-62 .inner-overlay {
	background:rgba(0,0,0,0.3);
}
.postid-63 .inner-overlay {
	background:rgba(0,0,0,0.3);
}
.postid-64 .inner-overlay {
	background:rgba(0,0,0,0.3);
}

/*.postid-62 .menu-item-983 { display: none; }*/
.postid-62 #footer-new .menu-item-983 { display: none; }
/*.postid-63 .menu-item-984 { display: none; }*/
.postid-63 #footer-new .menu-item-984 { display: none; }



.postid-64 .funds-new-center {
	width:100%;
	max-width:100%;
	margin:0 auto;
}
.dd {
   border: 1px solid
#007bff;
padding: 10px;
display: block;
width: 175px;
font-size: 13px;
margin: 5px 0 0 0;
}
a.dd:hover {
    background-color:#4594d6;
	text-decoration: none;
	color:#fff !important;
}
.page-template-privacy-policy .privacy-policy {
	padding:2em 0;
}






/*start new funds page css here*/
.anual-total {
	padding:2em 0 0 0;	
}
.annual-report {
	border-top: 1px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
	padding:2em 0;
}
#anual-total h2 {
    font-size: 30px;
    padding: 0 0 20px;
    margin: 0;
    color: #1c1c1c;
    text-transform: uppercase;
}
#anual-total p {
	font-size: 11px;
    line-height: 18px;
    text-align: left;    
    margin: 2em 0 0 0;    
    padding: 0;
	letter-spacing:1px;
}
.why-us-clos {
	padding:2em 0 0 0;	
}
.clos-report {	
	border-bottom: 1px solid #d0d0d0;
	padding:0 0 2em 0;
}
#why-us-clos p{
	font-size: 16px;
    padding: 0 0 20px;
    margin: 0;
    color: #323232;
    line-height: 25px;
    letter-spacing: 1px;
}
#why-us-clos ul {
	list-style:none;
	margin:0 0 0 -40px;
}
#why-us-clos li {
	font-size: 16px;
	background:url(../images/blue-arrow.png) no-repeat 0 5px;
    padding: 0 0 10px 25px;
    margin: 0;
    color: #323232;
    line-height: 25px;
    letter-spacing: 1px;
}
#why-us-clos h2 {
    font-size: 30px;
    padding: 0 0 20px;
    margin: 0;
    color: #1c1c1c;
    text-transform: uppercase;
}
.us-report {	
	padding:2em 0;
}
#us-equity h2 {
    font-size: 30px;
    padding: 0 0 20px;
    margin: 0;
    color: #1c1c1c;
    text-transform: uppercase;
}
#us-equity h4 {
    font-size: 16px;
    padding: 0;
    margin: 0;
    color: #5e5e5e;
    letter-spacing: 1px;
    font-weight: 700;
}
.equity-top {
	padding:2em 0 0 0;
}
#us-equity p {
	font-size: 12px;
    text-align: justify;
    line-height: 20px;
	margin: 0 0 15px 0;
    color: #323232;
	letter-spacing:1px;
}
#us-equity p:last-child {	
	margin: 0 0 0 0;    
}
/*end new funds page css here*/


.icon-img {
	max-width:100%;
	width:100%;
	display:block;
	margin: 0;
	position: relative;
    display: inline-block;
	transition: all 0.2s ease-in-out 0s;
}
.icon-img-hover {
	max-width:100%;
	display:none;	
	transition: all 0.2s ease-in-out 0s;
	position: absolute;
	top: 0;
	left: 0;
	right:0;	
	margin: 0;
	z-index: 99;
}
.services-repeat:hover .icon-img-hover {
	display:inline;	
}