@font-face {
    font-family: 'Abhaya Libre';
    src: url('../fonts/AbhayaLibre-Bold.woff2') format('woff2'),
        url('../fonts/AbhayaLibre-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
body{background:#F8F0E5;}
html {scroll-behavior: smooth;}
li, td, table, tr, th, thead, input, label, select, textarea , button {
	font-family: "Poppins", sans-serif;
	font-weight:400;
	font-size:17px;
	color:#020202;
	outline:none;
}
h1 {
	font-family: 'Abhaya Libre';
	font-size:50px;
	text-align:center;
	color: #020202;
	margin-top:0;
	margin-bottom:60px;
}
h2 {
	font-family: 'Abhaya Libre';
	font-size:40px;
	margin: 0;
	text-align:center;
	color: #333333;
	margin-top:0;
}
h3{
	font-family: 'Abhaya Libre';
	font-size:30px;
    margin: 0;
    text-align: center;
	color: #020202;
	margin-top:0;
}
h4{	
	font-family: 'Abhaya Libre';
	font-size:20px;
	margin-top:0;
	color: #020202;
}
p{
	font-family: "Poppins", sans-serif;
	line-height:26px;
	color:#020202;
    margin: 0;
	font-size:17px;
	margin-bottom:10px;
}
a{color:#020202; font-family: 'Abhaya Libre';}

a:focus, a:hover {
    color: #231f20;
	outline:none;
    text-decoration: none;
}
 * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }
.no-pad{padding-left:0; padding-right:0;}
.navbar{
    border:none;
    margin-bottom:0;
    border-radius:0;
    background:transparent;
	background-size:cover;
    width:100%;
	padding:0;
	/* min-height:auto; */
	height: 70px;
	position:sticky;
    z-index:16;
}
.navbar-brand{
	float: left;
    height: auto;
    padding: 0;
	margin-left:0 !important;
}
.scrolled .navbar-brand{margin-top:0; transition: 0.5s;}
.navbar-default .navbar-nav>li{text-transform:uppercase;}
.navbar-default .navbar-nav>li>a{
	color:#000;
	line-height:17px;
	padding: 0;
	font-size:15px;
	font-weight:600;
}
.navbar-default .navbar-nav>li>a:hover{color:#32aa9a; border-bottom:4px solid #32aa9a;}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #b3914a;
    background-color: #203056;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{background-color:transparent;}
.navbar-default .navbar-toggle{margin-top: 20px; border-color:#b3914a;}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {background-color:transparent; }
.navbar-default .navbar-toggle .icon-bar {background-color: #b3914a;}
.navbar-default .navbar-nav>li>a:focus { color: #000;}
.dropdown-menu>li>a{line-height:30px; }
.dropdown-menu>li>a:hover{color:#b3914a;}
.navbar-toggle{background: #7f1e46;}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {background-color: #7f1e46;}
.nav>li {
    position: relative;
    display: block;
    padding: 0;
}
.nav>li:last-child{border-right:none;}
.dropdown-menu{
	padding:0;
    margin: 0;
    border: none;
    left: 0 !important;
    min-width: 250px;
	border-radius:0;
    background:#003D6C;
	/* display:block; */
}
#myNavbar ul{padding-inline-start:0; float:right; position:relative; padding: 23px 15px; background:rgba(255,255,255,.35); border-radius:40px;}
#myNavbar ul li{margin:0 9px;}
#myNavbar ul li a{font-size:20px; color:#020202; padding:0;}
#myNavbar ul li a:hover{color: #DE7C23;}
#myNavbar ul li.active a{background-color:transparent; color: #DE7C23;}
#myNavbar ul li:hover:after{
	content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #DE7C23;
    left:0;
    bottom: -23px;
    z-index: 99;
}
#myNavbar ul li.active:after{
	content: '';
    position: absolute;
    width: 100%;
    height:1px;
    background: #DE7C23;
    left:0;
    bottom: -23px;
    z-index: 99;
}
.navbar-nav>li>.dropdown-menu{margin-top:0 !important;}
@media screen and (min-width:992px) and (max-width:1199px){
.nav>li>a {}
}
@media screen and (max-width:991px) {
.navbar-header {float: none;}
.navbar-left,.navbar-right {float: none !important;}
.navbar-toggle {display: block;}
.navbar-collapse {border-top: 1px solid transparent; box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);}
.navbar-fixed-top {top: 0;	border-width: 0 0 1px;}
.navbar-collapse.collapse {display: none!important;}
.navbar-nav {
	float: none!important;
	margin-top: 7.5px;
	margin-right: 0 !important;
}
.navbar-nav>li {float: none; padding:0;}
.navbar-nav>li>a {padding-top:10px; padding-bottom: 10px;}
.collapse.in{display:block !important;}
.navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
	padding: 0;
    padding-bottom: 17px;
	margin:0 !important;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a {color: #FFF;	border-bottom:1px solid #384d81;}
.navbar-collapse {padding-right: 0; padding-left: 0;}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {border-color:#203056;}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover{background-color:transparent;}
}
@media (max-width: 767px){
.navbar-collapse {padding-right: 15px; padding-left: 15px;}
.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color:#b7944c;}
}
hr{border-top: 1px solid #DF7D24; margin-top:10px; margin-bottom:40px;}
.sidenav{margin-bottom:30px; background:#f6f5f1; padding:12px 0; border-radius: 6px;}
.sidenav h1.cntxt{margin: 15px 20px;}
.sidenav ul{padding-inline-start:0;}
.sidenav ul li{
	list-style-type:none;
	border-bottom:1px solid #e0d6d6;
	position:relative;
	font-size:15px;
}
.sidenav ul li a{padding:17px 25px; display:block; line-height:20px;}
.sidenav ul li a:hover:after{
	content: '';
    position:absolute;
    right:0;
    border-top:10px solid transparent;
    border-bottom:10px solid transparent;
    border-right:10px solid #f6f5f1;
    top:15px;
}
.sidenav ul li a.hvr-sweep-to-right:before{background:#35d397;}
.sidenav ul li a.active:after{
	content: '';
    position:absolute;
    right:0;
    border-top:10px solid transparent;
    border-bottom:10px solid transparent;
    border-right:10px solid #f6f5f1;
    top:15px;
}
.sidenav ul li a.active{background:#35d397; color:#FFF;}	
.sidenav ul li:last-child{border-bottom:none;}
.mobile-header{
	background:rgba(248,240,229,.75); 
	position:sticky;
	z-index:99; 
	padding: 0 0 10px; 
	width:100%; 
	top:0;
	box-shadow: none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
}
.mblnav{margin-top:30px;}
.sidebar {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	background:#F8F0E5;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top:0;
}
.sidebar hr{margin-bottom:20px;}
.sidebar a {
    padding: 0 24px;
    text-decoration: none;
    color:#020202;
    display: block;
    line-height: 60px;
    border-bottom: 1px solid #dc782e;
    font-size:20px;
}
.sidebar a:hover{background:#d27723; color:#FFF;}
.sidebar a img{padding:0; outline:none;}
.sidebar a:hover img{background:#F8F0E5;}
.sidebar a.hvr-sweep-to-right:before{background:transparent;}
.sidebar .closebtn {
	position: absolute;
    top:30px;
    right:10px;
    font-size: 50px;
    margin-left: 0;
    color: #000;
    padding: 0;
	font-weight: 100;
    border-bottom: none;
}
.openbtn {
    cursor:pointer;
    background-color:transparent;
    border:none;
    outline:none;
	margin-top:-3px;
}
.openbtn:hover {background-color:transparent;}
#main {
    transition:margin-right .5s;
    padding:35px 0 0;
	float:right;
}
#main a.bktxt:hover{background:#FFF; color:#000;}
#main a i.fas{
	color:#DF7D24;
    font-size:24px;
    margin-top:0;
    position:absolute;
    right:60px;
}
#main a i.fab{
	color: #12933c;
    font-size:40px;
    margin-right: 5px;
    margin-top: 0;
    position: absolute;
    right:50px;
    top:0;
}
/* ACCORDIAN CSS */
.panel-group {margin-bottom: 0;}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0;
    border-color: transparent;
	border:none;
}
.panel-group .panel+.panel {margin-top: 0;}
.panel .panel-heading{
	padding:0;
	background-color:transparent;
	border-color: transparent;
	border-top: 1px solid #ddd;
	border-bottom:none;
	color:#092948;
	border-top-left-radius:0;
    border-top-right-radius:0;
}
.panel .panel-heading h4{padding:15px 0;}
.panel .panel-heading h4 a{display:block;  font-size:17px; line-height:25px;}
.panel .panel-heading h4 a img{float:left; margin-right:10px; margin-top:2px;}
.panel .panel-heading a i.fas{float:right; margin-top:0; line-height: 25px;}
.panel-body {padding:0; border-top:none !important; padding: 0 0 15px;}
.panel{
  padding:0;
  color:#FFF;
  text-align:left;
  overflow: hidden;
  background:transparent;
  -webkit-box-shadow:none;
  box-shadow:none;
}
.panel ul{
	padding-inline-start: 0;
    margin-top: 0;
    margin-bottom:0;
	margin-left:0;
}
.panel ul li{list-style-type:none; border-bottom:1px solid #ddd;}
.panel ul li:last-child{border-bottom:none;}
.panel ul li a{
	outline: none;
	font-size:19px;
    line-height:22px;
    padding:15px 26px;
	outline:none;
	color:#FFF;
	border-bottom:none;
}
.panel ul li a:hover {color:#FFF; background:#EC1C24;}
.panel ul li a:focus {color:#FFF; background:#EC1C24;}
.panel ul li a:active {color:#FFF; background:#EC1C24;}
.sidebar .sclbox{padding:0 17px; background-color:#F8F0E5; margin-bottom:0; }
.sidebar .sclbox a{border-bottom:none; padding:0; margin-top: 0;}
.sidebar .fllwbox{padding:30px 24px;}
.sidebar .fllwbox h4{font-size:20px; color: #FFF;}
.sidebar .fllwbox ul{padding-inline-start: 0;}
.sidebar .fllwbox ul li{
	list-style-type:none;
	display:inline-block;
	margin:0;
}
.sidebar .fllwbox ul li a{padding:0; outline:none; border-bottom:none;}
.sidebar .fllwbox ul li a:hover{background:transparent;}
.sidebar .fllwbox ul li a i.fab{
	-webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
    line-height: 40px;
    color: #FFF;
    width: 40px;
    height: 40px;
	background:#B58C36;
    padding: 0px 8px;
    font-size:18px;
}
.custom-placeholder::placeholder {color: #1C1D52;}
/* NEW CSS STARTS HERE */
.mobileclr{background:transparent;}
.navcentr{
	display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
}
.loginbttn{
	background:#DE7C23;
	color:#FFF;
	display:inline-table;
	text-transform:uppercase;
	font-size:17px;
	padding: 15px 30px;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	font-family: "Poppins", sans-serif;
	text-transform:uppercase;
	display:table !important;
	margin:0 auto;
}
.loginbttn:hover{background-color:#d27723 !important; color:#FFF !important;}
.loginbttn:active{background-color:#d27723 !important; color:#FFF !important;}
.loginbttn:focus{background-color:#d27723 !important; color:#FFF !important;}
.homenav ul{background:rgba(0,0,0,.35); border-radius:40px; float: right; padding: 25px 9px;}
.homenav ul li{margin:0 10px;}
.homenav ul li a{color:#FFF !important; font-size:20px; padding:0;}
.homenav ul li a:hover{color:#dc782e !important;}
.scrolled {
    transition: 0.5s;
    width: 100%;
    left: 0;
    top: 0;
    padding: 0 0;
	height: auto;
	background:rgba(248,240,229,.90);
	box-shadow: none;
	-webkit-box-shadow:none;
	-moz-box-shadow: none;
}
.scrolled #myNavbar ul{border-bottom:none;}
.bannersctn{
	position:absolute;
	width:100%;
	top:0;
	background: url(../images/home-banner/home-banner.jpg) no-repeat center center / cover;
}
.hero-section {
    height: 100vh;
    padding-top: 70px;
    position: relative;
    text-align: center;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    color: #FFF;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-content: flex-start;
}
.hero-content{
	position: absolute;
    z-index: 2;
    max-width: 100%;
    top:290px;
    height: auto;
}
.hero-content h1{color:#FFF; margin-bottom:30px; text-align:left;}
.hero-content p{font-family: 'Abhaya Libre'; color:#FFF; font-size:22px; text-align:left;}
.hero-links{position:absolute; bottom:10px; text-align:left;}
.hero-links a {
    color: white;
    text-decoration: none;
    margin: 0 20px;
    border-bottom: 1px solid transparent;
    transition: border-color 0.3s;
	font-size:20px;
}
.hero-links a:first-child{margin-left:0;}
.hero-links a:hover{border-color: white;}
.bxsctn{padding:100px 0; background: #F8F0E5;}
.bxsctn h1{margin-bottom:30px;}
.bxsctn h2{margin-bottom:10px;}
.bxsctn p{line-height:30px; margin-bottom:30px; font-weight:300;}
.bxsctn p a{text-decoration:underline; padding:0 2px; font-size: 18px;}
.bxsctn p a:hover{background-color:#DE7C23; color:#FFF;}
.bxsctn h4{margin-bottom:15px; color:#DF7D24; font-family: "Poppins", sans-serif; text-align:center;}
.bxsctn ul.blulst{
	padding-inline-start: 0;
    margin: 40px auto;
    display: table;
}
.bxsctn ul.blulst li{
	display: inline-block;
    color: #020202;
    padding: 11px 25px;
	border:2px solid #DE7C23;
	font-size:22px;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	margin:0 15px;
	font-family: 'Abhaya Libre';
	font-weight:bold;
	text-align:center;
}
.bxsctn img.servicimg{margin: 60px auto;}
.bxsctn h3.strayegytxt{margin-bottom:30px;}
.bxsctn h3.strayegytxt span{}
.bxsctn ul{padding-inline-start:20px; margin-bottom:30px;}
.bxsctn ul li{padding:5px 0;}
.chssctn{
	display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: center;
    align-items: stretch;
	grid-column-gap:30px;
	grid-row-gap:30px;
	margin-top:60px;
}
.chssctn .chssctnbx{
	flex:1 30%;
	background:rgba(255,255,255,.50);
	padding:30px 25px;
	-webkit-border-top-right-radius: 40px;
	-webkit-border-bottom-left-radius:40px;
	-moz-border-radius-topright: 40px;
	-moz-border-radius-bottomleft: 40px;
	border-top-right-radius: 40px;
	border-bottom-left-radius:40px;
}
.chssctn .chssctnbx h3{font-size:20px;}
.chssctn .chssctnbx img{margin-bottom:25px;}
.chssctn .chssctnbx h4{
	display: block;
	padding-bottom: 20px;
	font-size:24px;
	color:#020202;
	text-align:left;
	font-family: 'Abhaya Libre';
	border-bottom:1px solid #DF7D24;
	margin-bottom: 20px;
}
.orngbndsctn{
	display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: center;
    align-items:center;
	background: #CD7220;
    padding:0;
    margin-top: 60px;
	-webkit-border-top-right-radius: 40px;
	-webkit-border-bottom-left-radius:40px;
	-moz-border-radius-topright: 40px;
	-moz-border-radius-bottomleft: 40px;
	border-top-right-radius: 40px;
	border-bottom-left-radius:40px;
	grid-column-gap:50px;
}
.orngbndsctnbx:first-child{
	flex: 0 15%;
	-webkit-border-top-right-radius: 40px;
	-webkit-border-bottom-left-radius:40px;
	-moz-border-radius-topright: 40px;
	-moz-border-radius-bottomleft: 40px;
	border-top-right-radius: 40px;
	border-bottom-left-radius:40px;
	background:#DE7C23;
	padding:40px;
}
.orngbndsctnbx{flex:0 75%;}
.orngbndsctnbx h3{color:#FFF; text-align:left; font-size:22px; line-height:28px;}
.apprchbx{margin-bottom:30px;}
.apprchbx h3{text-align:left; margin-bottom:20px;}
.apprchbx img{margin-bottom:10px;}
.apprchbx .apprchimgbx{
	float:left; 
	margin-right:30px; 
	display:block;
}
.apprchbx .apprchtxtbx{display:table-cell;}
.upprfootr{padding:60px 0; background:#FFF;}
.ftbxsctn{margin-bottom:30px;}
.ftbxsctn img{margin-bottom:25px;}
.ftbxsctn p a{word-break: break-all; font-size: 18px;}
.ftbxsctn p a:hover{text-decoration:underline; color:#d27723; background:transparent;}
.ftbxsctn ul{padding-inline-start:0;}
.ftbxsctn ul li{
	list-style-type: none;
    font-size: 20px;
    line-height: 22px;
    padding:4px 0;
}
.ftbxsctn ul li a{font-family: 'Abhaya Libre'; 	padding:5px;}
.ftbxsctn ul li a:focus{background-color: transparent; color:#DE7C23;}
.ftbxsctn ul li a:hover{background-color:transparent; color:#DE7C23; text-decoration:underline;}
.ftbxsctn h3{text-align:left; text-transform:uppercase; font-size:24px; margin-bottom:25px;}
.strategiesctn{border:1px solid #1C1D52;}
.strategiebx{padding:60px 35px; border-right:1px solid #1C1D52; margin: 0 !important;}
.strategiebx:last-child{border-right:none;}
.strategiesctn .strategiebx:hover{background-color:#FFF45F;}
.rsrcsctn{
	display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: space-between;
    align-items: stretch;
	grid-column-gap:30px;
    grid-row-gap:30px;
}
.rsrcbx{flex:0 25%; margin-bottom:15px;}
.rsrcbx .imgbx{
	border:1px solid #FFD4AD;
	border-radius:100%;
	padding:20px;
	margin-bottom:20px;
	display:table;
	background:#FFF;
}
.rsrcbx .imgbx img{margin:0 auto;}
.rsrcbx h4{ font-size:20px; margin:10px 0;}
/* Style the tab */
.tab {
	overflow: hidden; 
	background-color:rgba(255,255,255,.30); 
	margin:25px 0 0;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border:1px solid #DE7C23;
}
/* Style the buttons inside the tab */
.tab button {
	background-color: transparent;
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 20px 41px;
	transition: 0.3s;
	font-size: 16px;
	text-transform:uppercase;
	margin-right:0;
	display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.tab button:last-child{padding:20px 58px;}
.tab button img{margin-right:10px;  transition: filter 0.3s ease;}
/* Change background color of buttons on hover */
.tab button:hover{
	/* background-color: #DE7C23;  */
	color:#DE7C23;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
}
/* Create an active/current tablink class */
.tab button.active{
	background-color: #DE7C23; 
	color:#FFF;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
}
.tab button:hover img{filter: brightness(1) invert(0);}
.tab button.active img{filter: brightness(0) invert(1);}
/* Style the tab content */
.tabcontent{
	display: none;
	padding:40px 0 0;
	border-top: none;
}
.tabcontent h4{
	font-size:24px;
	text-align:left;
	color:#020202;
    margin-bottom: 15px;
	font-family: 'Abhaya Libre';
}
.strategyctnr{justify-content: center}
.strategysctn{
	flex:0 31%;
	background:rgba(255,255,255,.50);
	padding: 35px 25px;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
} 
.strategyctnr p{margin-bottom:0;}
.rsrcsctn .arbitrage{flex:0 45%;}
.nmbrbxtb{position:relative;}
.nmbrbxtb h4{ 
    font-size: 30px;
    text-align: center;
    border-bottom: 2px solid #DF7D24;
    display: table;
    margin: 0 auto 60px;
	padding-bottom:10px;
}
.frmsctnbx{margin-bottom:25px;}
.frmsctnbx h2{text-align:left; margin-bottom:40px; color:#333333;}
.cntctfrm{margin-top:30px;}
.cntctfrm .form-group{margin:0 10px 25px;}
.cntctfrm .form-group input{
	outline:none;
	border:1px solid #FFD4AD;
	color:#020202;
	font-size:17px;
	height:55px;
	width:100%;
}
.cntctfrm .frmsctnbx input{
	outline:none;
	border: 1px solid #FFD4AD;
    color: #020202;
	font-size:15px;
	height:55px;
	width:100%;
}
.cntctfrm textarea{
	outline:none;
	border:1px solid #FFD4AD;
	color: #020202;
	font-size:16px;
	width:100%;
	height:200px;
}
.cntctfrm button.loginbttn{border:none; width: 100%;}
.selectfrm{margin-top:30px;}
.selectfrm label{
	display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
	margin-bottom:20px;
}
.cntctfrm .frmsctnbx  label input{
	margin:5px 15px 0 0;
	outline:none;
	border:1px solid #1C1D52;
	width: auto;
    height: auto;
}
.selectfrm label .selectfrmbx h4{
	text-align:left;
	font-family: 'Abhaya Libre';
    font-size: 24px;
	color: #020202;
}
.selectfrm label .selectfrmbx p{font-family: "Poppins", sans-serif; line-height:25px; font-size:17px; line-height:28px;}
.selectfrm p{font-family: "Poppins", sans-serif; line-height:22px; font-size:14px; margin-bottom:5px;}
.investrsctn p a{color:#020202; font-size:18px; outline:none;}
.investrsctn p a:hover{color:#d27723; text-decoration:underline; background-color:transparent;}
.investrsctn h1{text-align:center;}
.privacysctn h4{
	font-size: 24px;
    text-align: left;
    color: #020202;
    font-family: 'Abhaya Libre';
}
.boxsctn .modal-header{border-bottom:none;}
.boxsctn .modal-header button.close{
    font-size: 50px;
    color: #dc782e;
    text-shadow: none;
    opacity: 99;
	line-height:55px;
	float:none;
	position:absolute;
	right:15px;
	top:0;
}
.boxsctn .modal-body{padding:35px 55px;}
.boxsctn .modal-body h3{ margin-bottom:15px;}
.boxsctn .modal-body p{text-align:center;}
.boxsctn .modal-body p a{text-decoration:underline; padding:0 5px; font-family: "Poppins", sans-serif;}
.boxsctn .modal-body p a:hover{background-color:#dc782e; color:#FFF;}
#error-message { font-size: 14px;}
.srvcsctn{margin-top:15px;}
.srvcrowbx{text-align:center; margin-bottom:50px;}
.srvcrowbx h4{ text-transform:uppercase; margin-bottom:25px;}
.srvcrowbx p{margin-bottom:5px;}
.srvcrowbx .srvcimgbx{
	border-bottom: 1px solid #151754;
    display: block;
    padding-bottom:30px;
    margin-bottom: 40px;
	position:relative;
}
.srvcrowbx .srvcimgbx img{margin:0 auto;}
.swal2-html-container{font-size:18px; font-family: "Poppins", sans-serif; color:#ED9342; line-height: 28px; padding: 10px 0;}
h2.swal2-title{font-size:30px; color:#333333;}
.swal2-actions button.swal2-confirm{
	background-color:#DE7C23;
	color: #FFF;
    text-transform: uppercase;
    font-size: 17px;
    padding: 15px 40px;
}
.swal2-actions button.swal2-confirm:hover{background-color: #ED9342; color:#FFF;}
.bxchstn{grid-column-gap:40px;}
.bxchstn .chssctnbx{
	background: transparent;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
	padding:30px 0;
}
.bxchstn .chssctnbx img{margin-right:25px;}
.bxchstn .chssctnbx h3{text-align:left; font-size:24px;}
.apprchstn{margin-bottom:60px;}
.apprchstn .chssctnbx{padding:0 0 30px; }
.apprchstn .chssctnbx .txtbxsctn{
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	padding:20px 25px;
	color:#FFF;
}
.apprchstn .chssctnbx .txtbxsctn h3{text-align:left; color:#FFF; font-size:24px;}
.orngclr-one{background:#DE7C23;}
.orngclr-two{background:#ED9342;}
.orngclr-three{background:#F8A65D;}
.prgrphbx{padding:20px 30px;}
.apprchstn .chssctnbx .prgrphbx h4{
	margin-bottom:0;
	padding-bottom:20px;
	border-bottom:none;
	font-family: "Poppins", sans-serif;
	font-weight:600;
	text-transform:uppercase;
	font-size:17px;
}
.apprchstn .chssctnbx .prgrphbx p{margin-bottom:0;}
.invstsctn .chssctnbx{background:transparent; padding:0;}
.invstsctn .nmbrbx{
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border:1px solid #DE7C23;
	display: inline-block;
	padding: 15px 20px;
    margin-bottom: 30px;
}
.invstsctn .chssctnbx h3{
	text-align:left; 
	font-size:24px; 
	margin-bottom:10px; 
}
.invstsctn .nmbrbx h1{
	text-align:left; 
	margin-bottom:0;
	font-family: "Poppins", sans-serif; 
	color:#333333;
}
.invstsctn .chssctnbx h3 a{border-bottom:1px solid #DE7C23;}
.invstsctn .chssctnbx h3 a:hover{background:#DE7C23; color:#FFF;}
.rscrwrpprbx{
	margin:60px 0;
	grid-column-gap: 40px;
    grid-row-gap: 40px;
}
.rscrwrpprbx .rsrcbx{
	flex:1 20%;
	background:rgba(255,255,255, .50);
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	padding:30px 15px;
	margin-bottom:0;
}
.rscrwrpprbx .rsrcbx .imgbx{margin:0 auto 25px; display:table; width:auto;}
.rscrwrpprbx .rsrcbx h4{font-family: 'Abhaya Libre'; font-size:24px; color:#333333;}
.prtnrsctn{
	margin-top:60px;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: space-between;
    align-items: stretch;
	grid-column-gap:40px;
    grid-row-gap:30px;
}
.prtnrsctnbx{
	flex:0 30%;
	text-align:center; 
	position:relative;
	padding-top:30px;
	z-index:1;
}
.prtnrsctnbx h4{color:#333333; font-size:24px; font-family: 'Abhaya Libre'; margin-bottom:5px;}
.prtnrsctnbx img{margin:0 auto 25px; display:table; width:auto;}
.prtnrsctnbx ul{padding-inline-start:0; margin:0 30px;}
.prtnrsctnbx ul li{list-style-type:none; border-bottom:1px solid #DE7C23; padding: 10px 0;}
.prtnrsctnbx ul li:last-child{border-bottom:none;}
.prtnrsctnbx .imgbx{position:absolute; top:0; left: -50px; z-index:0;}
.prtnrsctnbx:before{
	content: '';
    position: absolute;
    background: url(../images/service/right-arrow.svg) no-repeat left top;
    width: 38px;
    height: 15px;
    top: -6px;
    right:20px;
}
.prtnrsctnbx:after{
	content: '';
    position: absolute;
    background: url(../images/service/right-arrow.svg) no-repeat left top;
    width: 38px;
    height: 15px;
    bottom: -28px;
    right:20px;
}
::placeholder { color: #333333; opacity: .65; } /* opacity default varies by browser */
/* vendor fallbacks (older browsers) */
::-webkit-input-placeholder { color: #333333; } /* Chrome, Safari, Opera */
::-moz-placeholder { color: #333333; opacity:.65; } /* Firefox 19+ */
:-ms-input-placeholder { color: #333333; } /* IE 10+ */
::-ms-input-placeholder { color: #333333; } /* Edge */
/*MEDIA QUERY CSS STARTS HERE*/
@media only screen and (orientation:portrait){}
/* @media screen and (max-width:1799px){.bannersctn .evntbx .bannrbx{top: 180px;}} */
@media screen and (max-width:1366px){}
@media screen and (max-width:1280px){}
@media screen and (max-width:1080px){}
@media(min-width: 981px) and ( max-width: 1024px){
.scrolled{background:#1C1D52;}
.strategysctn{flex: 0 31%;}
.prtnrsctnbx{flex: 0 29%;}
.prtnrsctnbx:before{display:none;}
.prtnrsctnbx:after{display:none;}
.tab button:last-child {padding: 20px 21px;}
.tab button{padding: 20px 20px;}
} 
@media screen and (min-width:768px) and (max-width:991px){}
@media all and (min-width:768px) and (max-width:991px) and (orientation:landscape) {}
@media screen and (max-width:991px) {
.rsrcsctn{margin-top:60px;}
.rsrcsctn .rsrcbx{flex:0 29%;}
.tab button{width:100%; margin-right: 0; padding: 20px 10px;}
.rsrcsctn .strategysctn{flex:1 47%;}
.chssctn .strategiebx{flex:0 33%; padding: 30px 24px;}
.srvcsctn{
	display: flex;
    flex-wrap: wrap;
    justify-content:flex-start;
    align-items: stretch;
}
.srvcrowbx{flex:0 50%; padding:0 25px;}
.prtnrsctnbx{
	flex:0 46%;
	padding-bottom: 30px;
	background:rgba(255,255,255, .50);
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
}
.chssctn .chssctnbx{flex:1 32%;}
.orngbndsctnbx:first-child{flex: 0 23%;}
.orngbndsctnbx {flex: 0 62%;}
.bxsctn{padding: 50px 0;}
.prtnrsctnbx:before{display:none;}
.prtnrsctnbx:after{display:none;}
.tab button:last-child {padding: 20px 10px;}
}
@media screen and (max-width:767px){
.ftbxsctn ul li{border-bottom:1px solid #dc782e; padding: 10px 0;}
.ftbxsctn ul li:last-child{border-bottom:none;}
.upprfootr p.textvlue{font-size:14px; margin:0 15px;}
.bannersctn{background-position:60%;}
.bxsctn ul.blulst{margin:0 auto;}
.bxsctn ul.blulst li{margin:20px 5px;}
.orngbndsctnbx:first-child {flex: 0 100%;}
.orngbndsctnbx {flex:0 100%; padding: 35px 45px;}
.orngbndsctnbx img{margin:0 auto;}
.rsrcsctn .rsrcbx {flex:0 46%;}
.orngbndsctnbx:first-child{
	border-bottom-left-radius:0;
	-webkit-border-bottom-left-radius:0;
	-moz-border-radius-bottomleft:0;
}
}
@media screen and (max-width:540px){}
@media screen and (orientation: landscape) and (max-height: 500px) {
	.hero-content {margin-top:0; top:120px;}
	.hero-links{bottom:10px;}
	.hero-content h1{margin-bottom:15px;}
}
@media (max-width:480px){
.rsrcsctn .rsrcbx {flex: 1 50%;}
.hero-content h1{font-size:35px;}
.chssctn .chssctnbx{flex:0 100%; margin: 0 0;}
.rsrcsctn .strategysctn{flex:0 100%; text-align:left;}
.chssctn .strategiebx{border-right:none; padding: 30px 24px 0; border-bottom:1px solid #1C1D52;}
.frmsctnbx h2{font-size:22px; line-height:30px;}
.bxsctn h1{font-size:35px; margin-bottom:20px;}
.bxsctn h2{font-size:25px;}
.bxsctn h3{font-size:20px;}
.upprfootr{padding:30px 0;}
.bxsctn{padding-bottom:30px;}
.strategiesctn{margin-bottom:60px;}
.apprchbx .apprchimgbx{float:none; margin-bottom:10px;}
.investrsctn{margin-bottom:60px;}
.srvcrowbx{flex:0 100%;}
.bannersctn{background-position:60%;}
.prtnrsctnbx {flex: 1 46%;}
.bxsctn ul.blulst li{display:block;}
.hero-links a:last-child{margin-left:0;}
}
@media (max-width:390px){}
@media (max-width:375px){}
@media (max-width:320px){}