@font-face {
    font-family: 'GilroyBold';
    src: url('../fonts/GilroyBold.eot');
    src: url('../fonts/GilroyBold.eot') format('embedded-opentype'),
         url('../fonts/GilroyBold.woff2') format('woff2'),
         url('../fonts/GilroyBold.woff') format('woff'),
         url('../fonts/GilroyBold.ttf') format('truetype'),
         url('../fonts/GilroyBold.svg#GilroyBold') format('svg');
}
@font-face {
    font-family: 'GilroyLight';
    src: url('../fonts/GilroyLight.eot');
    src: url('../fonts/GilroyLight.eot') format('embedded-opentype'),
         url('../fonts/GilroyLight.woff2') format('woff2'),
         url('../fonts/GilroyLight.woff') format('woff'),
         url('../fonts/GilroyLight.ttf') format('truetype'),
         url('../fonts/GilroyLight.svg#GilroyLight') format('svg');
}
@font-face {
    font-family: 'GilroySemiBold';
    src: url('../fonts/GilroySemiBold.eot');
    src: url('../fonts/GilroySemiBold.eot') format('embedded-opentype'),
         url('../fonts/GilroySemiBold.woff2') format('woff2'),
         url('../fonts/GilroySemiBold.woff') format('woff'),
         url('../fonts/GilroySemiBold.ttf') format('truetype'),
         url('../fonts/GilroySemiBold.svg#GilroySemiBold') format('svg');
}
@font-face {
    font-family: 'GilroyMedium';
    src: url('../fonts/GilroyMedium.eot');
    src: url('../fonts/GilroyMedium.eot') format('embedded-opentype'),
         url('../fonts/GilroyMedium.woff2') format('woff2'),
         url('../fonts/GilroyMedium.woff') format('woff'),
         url('../fonts/GilroyMedium.ttf') format('truetype'),
         url('../fonts/GilroyMedium.svg#GilroyMedium') format('svg');
}
@font-face {
    font-family: 'GilroyBlack';
    src: url('../fonts/GilroyBlack.eot');
    src: url('../fonts/GilroyBlack.eot') format('embedded-opentype'),
         url('../fonts/GilroyBlack.woff2') format('woff2'),
         url('../fonts/GilroyBlack.woff') format('woff'),
         url('../fonts/GilroyBlack.ttf') format('truetype'),
         url('../fonts/GilroyBlack.svg#GilroyBlack') format('svg');
}
@font-face {
    font-family: 'gilroyregular';
    src: url('../fonts/gilroyregular.eot');
    src: url('../fonts/gilroyregular.eot') format('embedded-opentype'),
         url('../fonts/gilroyregular.woff2') format('woff2'),
         url('../fonts/gilroyregular.woff') format('woff'),
         url('../fonts/gilroyregular.ttf') format('truetype'),
         url('../fonts/gilroyregular.svg#gilroyregular') format('svg');
}
@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;
}
@font-face {
    font-family: 'KohSantepheapRegular';
    src: url('../fonts/KohSantepheapRegular.eot');
    src: url('../fonts/KohSantepheapRegular.eot') format('embedded-opentype'),
         url('../fonts/KohSantepheapRegular.woff2') format('woff2'),
         url('../fonts/KohSantepheapRegular.woff') format('woff'),
         url('../fonts/KohSantepheapRegular.ttf') format('truetype'),
         url('../fonts/KohSantepheapRegular.svg#KohSantepheapRegular') format('svg');
}
@font-face {
    font-family: 'KohSantepheapThin';
    src: url('../fonts/KohSantepheapThin.eot');
    src: url('../fonts/KohSantepheapThin.eot') format('embedded-opentype'),
         url('../fonts/KohSantepheapThin.woff2') format('woff2'),
         url('../fonts/KohSantepheapThin.woff') format('woff'),
         url('../fonts/KohSantepheapThin.ttf') format('truetype'),
         url('../fonts/KohSantepheapThin.svg#KohSantepheapThin') format('svg');
}

html {scroll-behavior: smooth;}
li, td, table, tr, th, thead, input, label, select, textarea , button {
	font-family: 'KohSantepheapRegular';
	font-weight:400;
	font-size:17px;
	color:#1C1D52;
	outline:none;
}
h1 {
	font-family: 'GilroyBold';
	font-size:50px;
	text-align:center;
	color: #1C1D52;
	margin-top:0;
	margin-bottom:60px;
}
h2 {
	font-family: 'GilroySemiBold';
	font-size:36px;
	margin: 0;
	text-align:center;
	color: #1C1D52;
	margin-top:0;
}
h3{
	font-family: 'GilroyLight';
	font-size:30px;
    margin: 0;
    text-align: center;
	color: #1C1D52;
	margin-top:0;
}
h4{	
	font-family: 'GilroyLight';
	font-size:20px;
	margin-top:0;
	color: #1C1D52;
}
p{
	line-height:26px;
	color:#1C1D52;
    margin: 0;
	font-size:18px;
	margin-bottom:10px;
	font-family: 'KohSantepheapRegular';
}
a{color:#1C1D52;}

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 0; border-bottom:1px solid rgba(28,29,82, .2);}
#myNavbar ul li{font-family: 'gilroyregular';}
#myNavbar ul li a{}
#myNavbar ul li.active a{background-color:transparent; font-family: 'GilroySemiBold';}
#myNavbar ul li:hover:after{
	content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    background: #1C1D52;
    left: 0;
    bottom: -23px;
    z-index: 99;
}
#myNavbar ul li.active:after{
	content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    background: #1C1D52;
    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 #D9D9D9; margin-top:10px; margin-bottom:40px;}
hr.yllwbrdr{border-top:4px solid #FFF45F; margin-top:20px; margin-bottom:20px; width:10%;}

.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-color:#1C1D52; 
	position:sticky;
	z-index:99; 
	padding: 0 0; 
	width:100%; 
	top:0;
	box-shadow: 1px 13px 13px -5px rgba(82,82,82,0.1);
	-webkit-box-shadow: 1px 13px 13px -5px rgba(82,82,82,0.1);
	-moz-box-shadow: 1px 13px 13px -5px rgba(82,82,82,0.1);
}
.sidebar {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	background:#1C1D52;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top:0;
}
.sidebar hr{margin-bottom:20px;}
.sidebar a {
    padding: 0 24px;
    text-decoration: none;
    color:#FFF;
    display: block;
    line-height: 60px;
    border-bottom: 1px solid #FFF;
    font-size:20px;
	font-family: 'gilroyregular';
}
.sidebar a:hover{background:#ffc731; color:#1C1D52;}
.sidebar a img{padding:0; outline:none;}
.sidebar a:hover img{background:#192050;}
.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: #fff16d;
    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:27px 17px; background-color:#1C1D52; 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 */
.loginbttn{
	background:#1C1D52;
	color:#FFF;
	display:inline-table;
	text-transform:uppercase;
	font-family: 'GilroyBold';
	font-size:17px;
	padding: 15px 30px;
}
.loginbttn:hover{background-color:#FFF45F !important; color:#1C1D52 !important;}
.loginbttn:active{background-color:#FFF45F !important; color:#1C1D52 !important;}
.loginbttn:focus{background-color:#FFF45F !important; color:#1C1D52 !important;}
.homenav ul{border-bottom:1px solid rgba(255,255,255,.2); float:right; padding:15px 0;}
.homenav ul li a{color:#FFF !important; font-family: 'gilroyregular';}
.homenav ul li a:hover{color:#;}
.scrolled {
    transition: 0.5s;
    width: 100%;
    left: 0;
    top: 0;
    padding: 0 0;
	height: auto;
	background:rgba(255,255,255,.99);
	box-shadow: 1px 13px 13px -9px rgba(82,82,82,0.1);
	-webkit-box-shadow: 1px 13px 13px -9px rgba(82,82,82,0.1);
	-moz-box-shadow: 1px 13px 13px -9px rgba(82,82,82,0.1);
}
.scrolled #myNavbar ul{border-bottom:none;}
.bannersctn{
	position:absolute;
	width:100%;
	top:0;
}
.hero-section {
    background: url('../images/home-banner/home-banner.jpg') no-repeat center center / cover;
    height: 100vh;
    /* width: 100%; */
	padding-top: 70px; /* equal to header height */
	position: relative;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	color: #FFF;
    /* display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
	text-align: center;
    position: relative; */
}
.hero-content{
	/* position:relative; 
	margin-top:-320px; */
	position: absolute;
	z-index: 2;
	max-width: 90%;
	top:195px;
}
.hero-content h1{color:#FFF; margin-bottom:30px;}
.hero-content p{font-family: 'Abhaya Libre'; color:#FFF; font-size:22px;}
.hero-links{position:absolute; bottom: 100px;}
.hero-links a {
    color: white;
    text-decoration: none;
    margin: 0 15px;
    border-bottom: 1px solid transparent;
    transition: border-color 0.3s;
	font-family: 'GilroySemiBold';
	font-size:20px;
}
.hero-links a:hover{border-color: white;}
.innrnav li a{color:#1C1D52 !important;}
.bxsctn{padding:100px 15px;}
.bxsctn h1{text-align:left; text-transform:uppercase; margin-bottom:30px;}
.bxsctn p{line-height:30px; margin-bottom:30px;}
.bxsctn p a{text-decoration:underline;}
.bxsctn p a:hover{background-color:#FFF45F;}
.bxsctn h2{text-align:left; text-transform:uppercase; margin-bottom:10px; font-family: 'GilroyBold';}
.bxsctn h3{text-align:left; text-transform:uppercase; margin-bottom:15px;}
.bxsctn ul.blulst{padding-inline-start:0; margin:30px 0;}
.bxsctn ul.blulst li{
	display: inline-block;
    background: #151754;
    color: #FFF;
    padding: 11px 25px;
    margin: 0 8px;
	font-family: 'GilroyBold';
	text-transform:uppercase;
	font-size:20px;
}
.bxsctn img.servicimg{margin: 60px auto;}
.bxsctn h3.strayegytxt{font-family: 'GilroyMedium'; font-size: 25px;}
.bxsctn h3.strayegytxt span{font-family: 'GilroyBold';}
.bxsctn ul{padding-inline-start:20px; margin-bottom:30px;}
.bxsctn ul li{padding:5px 0;}
.pagnavgtn{padding-inline-start:0; border-top:2px solid #151754; margin:40px 0;}
.pagnavgtn li{list-style-type:none; display:inline-block;}
.pagnavgtn li a{
	font-family: 'GilroyBold';
	color:#151754;
	font-size:18px;
	text-transform:uppercase;
	padding: 20px 25px;
	display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}
.pagnavgtn li a svg.icon{margin-right:15px; fill: #151754;}
.pagnavgtn li a svg.icon:hover{fill: #FFF;}
.pagnavgtn li a:hover{background:#151754; color:#FFF;}
.pagnavgtn li a.active{background:#151754; color:#FFF;}
.chssctn{
	display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: space-between;
    align-items: stretch;
}
.chssctn .chssctnbx{flex:1 20%; margin:0 15px;}
.chssctn .chssctnbx h3{font-size:20px; font-family: 'GilroyBold';}
.chssctn .chssctnbx img{margin-bottom:25px;}
.chssctn .chssctnbx h4{
	background:#FFF45F;
	display:inline-block;
	padding:0 15px;
	font-family: 'GilroyBold';
	font-size:17px;
}
.nmbrbx{position:relative; margin-bottom:10px;}
.nmbrbx h1{
	text-align:left;
	font-family: 'KohSantepheapThin';
	margin-bottom:0;
	font-size:100px;
}
.nmbrbx:after{
	content:'';
	position:absolute;
	background:url(../images/stallion-image.svg) no-repeat left top;
	width:35px;
	height:68px;
	z-index:-1;
	bottom: 0;
    left: 10px;
}
.blubndsctn{background:#151754; padding:60px 15px;}
.blubndsctn h3{color:#FFF; text-align:center; font-family: 'GilroyBold'; font-size:20px; text-transform:uppercase; line-height:28px;}
.apprchbx{margin-bottom:30px;}
.apprchbx h3{font-size:20px; font-family: 'GilroyBold';}
.apprchbx img{margin-bottom:10px;}
.apprchbx .apprchimgbx{
	float:left; 
	margin-right:30px; 
	display:block;
}
.apprchbx .apprchtxtbx{display:table-cell;}
.upprfootr{border-top:1px solid rgba(28,29,82, 0.5); padding:60px 0;}
.upprfootr p{font-family: 'gilroyregular';}
.ftbxsctn{margin-bottom:30px;}
.ftbxsctn img{margin-bottom:25px;}
.ftbxsctn p{font-family: 'gilroyregular';}
.ftbxsctn p a{color:#1C1D52; word-break: break-all;}
.ftbxsctn p a:hover{text-decoration:underline;}
.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'; 
	color:#1C1D52;
	padding:5px;
	text-transform:uppercase;
}
.ftbxsctn ul li a:focus{background-color: transparent; color: #1C1D52;}
.ftbxsctn ul li a:hover{background-color:transparent; color:#1C1D52; text-decoration:underline;}
.ftbxsctn h3{text-align:left; font-family: 'KohSantepheapRegular'; text-transform:uppercase; font-size:20px; 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;
}
.rsrcbx{flex:0 25%; margin-bottom:15px;}
.rsrcbx .imgbx{
	border:1px solid #D0D0D0;
	border-radius:100%;
	padding:20px;
	margin-bottom:5px;
}
.rsrcbx .imgbx img{margin:0 auto;}
.rsrcbx h4{font-family: 'GilroyBold'; font-size:20px; margin:10px 0;}
.rsrcbx:hover .imgbx{background:#FFF45F;}
/* Style the tab */
.tab {overflow: hidden; background-color:transparent; border-top:2px solid #151754; margin:25px 0 0;}
/* Style the buttons inside the tab */
.tab button {
	background-color: inherit;
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	padding:20px 20px;
	transition: 0.3s;
	font-size: 16px;
	font-family: 'GilroyBold';
	text-transform:uppercase;
	margin-right:5px;
	display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.tab button img{margin-right:10px;  transition: filter 0.3s ease;}
/* Change background color of buttons on hover */
.tab button:hover{background-color: #151754; color:#FFF;}
/* Create an active/current tablink class */
.tab button.active{background-color: #151754; color:#FFF;}
.tab button:hover img{filter: brightness(0) invert(1);}
.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-family: 'GilroyBold';
	text-transform:uppercase;
	font-size:20px;
    margin-bottom: 15px;
}
.strategyctnr{justify-content: flex-start;}
.strategysctn{flex:0 20%; padding:0 12px;}
.strategysctn:hover .imgbx{background:#FFF45F;}
.strategyctnr p{margin-bottom:0;}
.rsrcsctn .arbitrage{flex:0 25%;}
.nmbrbxtb{position:relative;}
.nmbrbxtb h4{padding-left:10px; margin-bottom: 30px; font-size:25px;}
.nmbrbxtb:after{
	content:'';
	position:absolute;
	background:#FFF45F;
	width:218px;
	height:19px;
	z-index:-1;
	bottom:-3px;
    left:0;
}
.frmsctnbx{margin-bottom:25px;}
.cntctfrm{margin-top:30px;}
.cntctfrm .form-group{margin:0 10px 25px;}
.cntctfrm .form-group input{
	outline:none;
	border:1px solid #1C1D52;
	color:#1C1D52;
	font-size:17px;
	height:55px;
	width:100%;
	font-family: 'gilroyregular';
}
.cntctfrm .frmsctnbx input{
	outline:none;
	border:1px solid #1C1D52;
	color:#1C1D52;
	font-size:17px;
	height:55px;
	width:100%;
	font-family: 'gilroyregular';
}
.cntctfrm select{
	cursor:pointer;
	outline:none;
	border:1px solid #1C1D52;
	color:#1C1D52;
	font-size:17px;
	height:55px;
	width:100%;
	 font-family: 'gilroyregular';
}
.cntctfrm textarea{
	outline:none;
	border:1px solid #1C1D52;
	color:#1C1D52;
	font-size:17px;
	width:100%;
	height:200px;
	font-family: 'gilroyregular';
}
.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-transform:uppercase; font-family: 'GilroyBold';}
.selectfrm label .selectfrmbx p{font-family:'GilroyLight'; line-height:25px; font-size:18px; line-height:25px;}
.selectfrm p{font-family:'GilroyLight'; line-height:22px; font-size:14px; margin-bottom:5px;}
.investrsctn p a{color:#1C1D52;}
.investrsctn p a:hover{color:#1C1D52; text-decoration:underline; background-color:transparent;}
.investrsctn h1{text-align:center;}
.privacysctn h4{font-size:25px;}
.boxsctn .modal-header{border-bottom:none;}
.boxsctn .modal-header button.close{
    font-size: 50px;
    color: #192050;
    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{font-family: 'gilroybold'; margin-bottom:15px;}
.boxsctn .modal-body p{text-align:center; font-family: 'gilroyregular';}
.boxsctn .modal-body p a{text-decoration:underline; padding:0 5px;}
.boxsctn .modal-body p a:hover{background-color:#FFF45F;}
#error-message {font-family: 'gilroyregular'; font-size: 14px;}
.srvcsctn{margin-top:15px;}
.srvcrowbx{text-align:center; margin-bottom:50px;}
.srvcrowbx h4{font-family: 'gilroybold'; 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;
}
.yellowbx:after{
	content:'';
    position: absolute;
    background: url(../images/service/yellow-arrow.svg) no-repeat 0 0;
    width: 50px;
    height: 50px;
    left:38%;
    bottom: -27px;
}
.bluebx:after{
	content:'';
    position: absolute;
    background: url(../images/service/blue-arrow.svg) no-repeat 0 0;
    width: 50px;
    height: 50px;
    left:40%;
    bottom: -27px;
	rotate:180deg;
}
.srvcrowbx .srvcimgbx img{margin:0 auto;}
.swal2-html-container{font-size:18px; font-family:'gilroyregular'; color:#1C1D52; line-height: 28px; padding: 10px 0;}
h2.swal2-title{font-size:30px; color:#1C1D52;}
.swal2-actions button.swal2-confirm{
	background-color:#1C1D52;
	color: #FFF;
    text-transform: uppercase;
    font-family: 'GilroyBold';
    font-size: 17px;
    padding: 15px 40px;
}
.swal2-actions button.swal2-confirm:hover{background-color: #FFF45F; color:#1C1D52;}
.srvcsctnwrp{
	margin-top:35px;
	position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    align-content: space-between;
}
.srvcsctnwrp:before{
	content: '';
    position: absolute;
    background:#151754;
    height: 2px;
    top:130px;
    left: 0;
	width:100%;
}
.srvcsctnwrpbx{flex:1 20%; text-align:center;}
.srvcsctnwrpbx h4{font-family: 'GilroyBold'; text-transform:uppercase;}
.srvcsctnwrpbx p{margin-bottom:5px;}
.srvcsctnwrpbx .srvcsctnwrpimgbx{padding-bottom:60px; position:relative; margin-bottom:30px;}
.srvcsctnwrpbx .srvcsctnwrpimgbx img{margin:0 auto; display:table;}
.srvcsctnwrpbx .yellowbx:after{bottom:0;}
.srvcsctnwrpbx .imgboxone{
	padding-bottom:0;
	padding-top:80px;
	margin-bottom:0;
	position:relative;
}
.srvcsctnwrpbx .imgboxone:before{
	content: '';
    position: absolute;
	bottom:0;
	top:10px;
	rotate:180deg;
	background: url(../images/service/blue-arrow.svg) no-repeat 0 0;
    width: 50px;
    height: 50px;
	left:90px;
}
.srvcsctnwrpbx .imgboxone:after{display:none;}
/*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 33%;}
} 
@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 33%;}
/* .chssctn .chssctnbx{flex:0 44%;} */
.tab button{width:100%; margin-right: 0; padding: 20px 10px; font-size: 17px;}
.rsrcsctn .strategysctn{flex:0 50%;}
.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;}
}
@media screen and (max-width:767px){
.ftbxsctn ul li{border-bottom:1px solid #D9D9D9; padding: 10px 0;}
.ftbxsctn ul li:last-child{border-bottom:none;}
.upprfootr p.textvlue{font-size:14px; margin:0 15px;}
}
@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: 0 50%; text-align:center; padding:0 15px;}
.hero-content h1{font-size:35px;}
.chssctn .chssctnbx{flex:0 100%; margin: 0 0;}
.bxsctn ul.blulst li{display: block; margin:0 0 2px;}
.rsrcsctn .strategysctn{flex:0 100%; padding:0 15px; 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;}
.nmbrbx h1{font-size:100px;}
.upprfootr{padding:30px 0;}
.bxsctn{padding-bottom:30px;}
.strategiesctn{margin-bottom:60px;}
.apprchbx .apprchimgbx{float:none; margin-bottom:10px;}
/* .rsrcbx h4{font-size:16px;} */
.investrsctn{margin-bottom:60px;}
.hero-links{bottom:50px;}
.srvcrowbx{flex:0 100%;}
}
@media (max-width:390px){}
@media (max-width:375px){}
@media (max-width:320px){}