@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
body {
	font-family: "Montserrat", sans-serif;
	overflow-x: hidden;
	font-size:16px;
	line-height:22px;
	color:#4c525f;
}
.mb-15 {
	margin-bottom:15px;
}
.mb-20 {
	margin-bottom:20px;
}
.mb-30 {
	margin-bottom:30px;
}
.mb-40 {
	margin-bottom:40px;
}
.vm-btn {
	color:#2d257d;
	font-size:16px;
	line-height:50px;
	text-decoration:none;
	font-weight:bold;
}
.ar-btn {
	color:#515362;
	font-size:16px;
	line-height:50px;
	text-decoration:none;
	font-weight:bold;
}
/*.vm-btn:after, .ar-btn:after {
	content:url(../images/right-arrow.png);
	width:50px;
	height:50px;
	border-radius:50px;
	display:inline-block;
	background-position:center center;
	background-size:cover;
	background-color:#fdea07;
	margin-left:90px;
	text-align:center;
}*/
.vm-btn-big {
	color:#2d257d;
	font-size:50px;
	line-height:55px;
	text-decoration:none;
	font-weight:bold;
}
.vm-btn-big:after {
	content:url(../images/right-arrow.png);
	width:80px;
	height:80px;
	border-radius:50px;
	display:inline-block;
	background-position:center center;
	background-size:cover;
	background-color:#fff;
	margin-left:150px;
	text-align:center;
	position:relative;
	top:-13px;
}
.rpt-links {
	color:#404155;
	font-size:16px;
	line-height:41px;
	text-decoration:none;
	font-weight:bold;
}
.rpt-links:after {
	content:url(../images/right-arrow-small.png);
	width:40px;
	height:40px;
	border-radius:50px;
	display:inline-block;
	background-position:center center;
	background-size:cover;
	background-color:#fdea07;
	margin-left:90px;
	text-align:center;
}
.btn-text{
	display:inline-block;
 
}


.y-circle{
	display:inline-block;
	margin-left:25px;
	background-color:#FDE907;
	width:50px;
	height:50px;
	border-radius:50px;
	position:relative;
	top:17px;
	
}

.y-circle:before{
	content:url(../images/right-arrow.png);
	display:inline-block;
	position:absolute;
	right:61px;
	z-index:2;
	opacity:0;
 
}

.y-circle:after {
	content:url(../images/right-arrow.png);
	display:inline-block;
	position:absolute;
	right:17px;
	z-index:2;
	opacity:1;
 
}

.vm-btn:hover .y-circle:after,
.rpt-links:hover .y-circle:after{
 
	z-index:2;
	opacity:1;
	opacity:0;
	transform:translateX(32px);
	transition:all .3s;
 
}
.vm-btn:hover .y-circle:before,
.rpt-links:hover .y-circle:before{
 
	z-index:2;
	opacity:1;
	opacity:1;
	transform:translateX(43px);
	transition:all .3s;
 
}








.sec-1, .sec-2, .sec-3, .sec-4, .sec-5, .sec-6, .sec-7 {
	float:left;
	width:100%;
}
.main-title h2 {
	font-size: 36px;
	font-family: 'Montserrat';
	color:#2d257d;
	margin-bottom: 40px;
	font-weight:700;
}
h2 {
	font-size: 36px;
	font-family: 'Montserrat';
	color:#2d257d;
	margin-bottom: 40px;
}
.bg-lb {
	background:#f0f9ff;
	padding:100px 0;
}
.bg-yellow {
	background:#fdea07;
	padding:80px 0;
}

/*================================================================================
KEY-HIGHLIGHTS  CSS STARTS HERE
==================================================================================*/
.sec-3 {
	margin-bottom:100px;
}
.kh-col-bg {
	background-color:#f0f9ff;
	padding:30px;
}
.kh-title {
	font-family: 'Montserrat';
	font-size:16px;
	line-height:20px;
	color:#474f5a;
	height:30px;
	font-weight:700;
}
.kh-val {
	font-family: 'Montserrat';
	font-size:42px;
	line-height:42px;
	font-weight:bold;
	color:#27aaf8;
	margin-bottom:20px;
}
.kh-val span {
	font-size:20px;
	line-height:20px;
	font-weight:bold;
	color:#27aaf8;
	display:block;
	padding-left:0;
}
.kh-fye {
	font-family: 'Montserrat';
	font-size:16px;
	font-weight:600;
}
.kh-up {
	font-family: 'Montserrat';
	font-size:16px;
	font-weight:500;
	color:#2ac382;
}

.kh-down {
	font-family: 'Montserrat';
	font-size:16px;
	font-weight:500;
	color:#ff1e07;
}

.kh-up:before {
	content:"";
	background:url(../images/arrowup.png) no-repeat;
	display:inline-block;
	width:11px;
	height:9px;
	background-size:cover;
	background-position:center center;
	margin-right:5px;
}
.kh-down:before {
	content:"";
	background:url(../images/arrowdown.png) no-repeat;
	display:inline-block;
	width:11px;
	height:9px;
	background-size:cover;
	background-position:center center;
	margin-right:5px;
}

























/*==========  Mobile First Method  ==========*/
/* Large desktops and laptops */
@media (min-width: 1200px){
	
 }
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px){

.main-title h2 {
    font-size: 32px;
    font-family: 'Montserrat';
    color: #2d257d;
    margin-bottom: 40px;
    font-weight: 700;
}	
	

.rpt-links:after {
    content: url(../images/right-arrow-small.png);
    width: 40px;
    height: 40px;
    border-radius: 50px;
    display: inline-block;
    background-position: center center;
    background-size: cover;
    background-color: #fdea07;
    margin-left: 50px;
    text-align: center;
}
.vm-btn:after, .ar-btn:after {
    content: url(../images/right-arrow.png);
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: inline-block;
    background-position: center center;
    background-size: cover;
    background-color: #fdea07;
    margin-left: 50px;
    text-align: center;
}
.vm-btn-big {
    color: #2d257d;
    font-size: 31px;
    line-height: 38px;
    text-decoration: none;
    font-weight: bold;
}
.vm-btn-big:after {
    content: url(../images/right-arrow.png);
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: inline-block;
    background-position: center center;
    background-size: cover;
    background-color: #fff;
    margin-left: 150px;
    text-align: center;
    position: relative;
    top: -4px;
}
.btn-small-title {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #2d257d;
}
	
	
	
}
/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px){

.main-title h2 {
    font-size: 28px;
    font-family: 'Montserrat';
    color: #2d257d;
    margin-bottom: 40px;
    font-weight: 700;
}

.hqrtr-cont{
	margin-bottom:30px;
}

.kh-col-bg{
	margin-bottom:30px;
}
.ld-cont-bg{
	margin-bottom:30px;
}

 
.bs-wrap{
	margin-top:30px;
}
.cc-fc-cont{
	margin-bottom:30px;
}
.cc-evnt-cont{
	margin-bottom:30px;
}

.cover-title {
    font-family: 'Montserrat';
    font-size: 15px;
    line-height: 19px;
    margin-bottom: 20px;
    color: #2d257d;
    font-weight: 800;
}
.ar-cont p {
    font-size: 13px;
    line-height: 19px;
    font-weight: 600;
}
.rpt-links:after {
    content: url(../images/right-arrow-small.png);
    width: 40px;
    height: 40px;
    border-radius: 50px;
    display: inline-block;
    background-position: center center;
    background-size: cover;
    background-color: #fdea07;
    margin-left: 40px;
    text-align: center;
}
.qt-val {
    float: left;
    width: 100%;
    font-family: 'Montserrat';
    font-size: 30px;
    line-height: 38px;
   
    font-weight: 800;
    color: #2d257d;
}
.qt-chg {
    float: left;
    width: 100%;
    font-family: 'Montserrat';
    font-size: 16px;
    line-height: 16px;
    color: #333c43;
    font-weight: 600;
    text-align: left;
}
.vm-btn {
    color: #2d257d;
    font-size: 13px;
    line-height: 50px;
    text-decoration: none;
    font-weight: bold;
}
.vm-btn:after, .ar-btn:after {
    content: url(../images/right-arrow.png);
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: inline-block;
    background-position: center center;
    background-size: cover;
    background-color: #fdea07;
    margin-left: 11px;
    text-align: center;
}

.sq-sec {
    float: left;
    width: 100%;
    background: #f0f9ff;
    padding: 30px 15px;
}
	
.open:before,
.high:before,
.vol:before,
.low:before{
	margin-bottom:15px;
	
}

.vm-btn-big {
    color: #2d257d;
    font-size: 31px;
    line-height: 38px;
    text-decoration: none;
    font-weight: bold;
}
.vm-btn-big:after {
    content: url(../images/right-arrow.png);
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: inline-block;
    background-position: center center;
    background-size: cover;
    background-color: #fff;
    margin-left: 150px;
    text-align: center;
    position: relative;
    top: -4px;
}
	
	
}
/* Landscape phones and portrait tablets */
@media (max-width: 767px){
	.hqrtr-cont{
	margin-bottom:30px;
}

.kh-col-bg{
	margin-bottom:30px;
}
.ld-cont-bg{
	margin-bottom:30px;
}

.dline:before {
    content: "";
    display: inline-block;
    border-left: 1px solid #d2d2d2;
    width: 1px;
    height: 450px;
    position: relative;
    left: 50%;
	display:none;
}
.bs-wrap{
	margin-top:30px;
}
.cc-fc-cont{
	margin-bottom:30px;
}
.cc-evnt-cont{
	margin-bottom:30px;
}

.vm-btn-big {
    color: #2d257d;
    font-size: 26px;
    line-height: 44px;
    text-decoration: none;
    font-weight: bold;
}
.vm-btn-big:after {
    content: url(../images/right-arrow.png);
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: inline-block;
    background-position: center center;
    background-size: cover;
    background-color: #fff;
    margin-left:20px;
    text-align: center;
    position: relative;
    top: -4px;
}

	
	
}
/* Portrait phones and smaller */

@media (max-width:570px){
.hqrtr-cont{
	margin-bottom:30px;
}

.kh-col-bg{
	margin-bottom:30px;
}
.ld-cont-bg{
	margin-bottom:30px;
}

.dline:before {
    content: "";
    display: inline-block;
    border-left: 1px solid #d2d2d2;
    width: 1px;
    height: 450px;
    position: relative;
    left: 50%;
	display:none;
}
.bs-wrap{
	margin-top:30px;
}
.cc-fc-cont{
	margin-bottom:30px;
}
.cc-evnt-cont{
	margin-bottom:30px;
}
	
	
}



@media (max-width: 480px){
	
.hqrtr-cont{
	margin-bottom:30px;
}

.kh-col-bg{
	margin-bottom:30px;
}
.ld-cont-bg{
	margin-bottom:30px;
}

.dline:before {
    content: "";
    display: inline-block;
    border-left: 1px solid #d2d2d2;
    width: 1px;
    height: 450px;
    position: relative;
    left: 50%;
	display:none;
}
.bs-wrap{
	margin-top:30px;
}
.cc-fc-cont{
	margin-bottom:30px;
}
.cc-evnt-cont{
	margin-bottom:30px;
}
	
}


/* Portrait i phones and smaller */
@media (max-width:414px){

.main-title h2 {
    font-size: 26px;
    font-family: 'Montserrat';
    color: #2d257d;
    margin-bottom: 40px;
    font-weight: 700;
}
/*.vm-btn:after, .ar-btn:after {
    content: url(../images/right-arrow.png);
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: inline-block;
    background-position: center center;
    background-size: cover;
    background-color: #fdea07;
    margin-left: 20px;
    text-align: center;
}*/

.vm-btn-big {
        color: #2d257d;
        font-size: 16px;
        line-height: 44px;
        text-decoration: none;
        font-weight: bold;
 }
	
	
	
}



/* Portrait i phones and smaller */
@media (max-width: 320px){
	
	
}















