@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body {
	color: #000;
	font-family: "Inter", serif;
	/*font-family: 'Lato', sans-serif;*/
	font-size:16px;
	font-weight:normal;
	line-height: 1.8;
}
.mt-100 {
	margin-top: 100px;
}
.mt-80 {
	margin-top: 80px;
}
.mt-40 {
	margin-top: 40px;
}
.mt-20 {
	margin-top: 20px;
}
.mb-0 {
	margin-bottom:0 !important;
}
.mb-30 {
	margin-bottom:30px !important;
}
.mb-40 {
	margin-bottom:40px !important;
}
 .no-gutter > [class*='col-'] {
 padding-right:0;
 padding-left:0;
}
.sec-1 {
	float:left;
	width:100%;
	clear:both;
	margin-bottom:70px;
}
.sec-2 {
	float:left;
	width:100%;
	clear:both;
	margin-bottom:70px;
}
.sec-3, .sec-4, .sec-5, .sec-6 {
	float:left;
	width:100%;
	clear:both;
	margin-bottom:70px;
}
a {
	color:#a51e22;
	text-decoration:none;
}
a:hover {
	color:#000;
	text-decoration:none;
}
.main-title {
	float: left;
	/*text-align: center;*/
	width: 100%;
}
.main-title h2 {
	font-family: 'Inter', sans-serif;
	font-size:45px;
	line-height:45px;
	color:#1c417d;
	font-weight:300;
	margin-top:0;
	margin-bottom:20px;
	text-transform:capitalize;
}
.main-title h3 {
	font-size:28px;
	line-height:28px;
	color:#1c417d;
	font-weight:400;
	margin-top:0;
	text-transform:uppercase;
}
.main-title h5 {
	font-family: 'Inter', sans-serif;
	font-size:13px;
	line-height:13px;
	color:#1c417d;
	font-weight:bold;
	margin-bottom:30px;
	margin-top:0;
}
.text-left h2 {
	text-align:left;
}
.white {
	color:#fff !important;
}
.white h2 {
	color:#fff !important;
}
/*=================================================
buttons
===================================================*/
.ClsButton {
	font-family: 'Inter', sans-serif !important;
	width:88px !important;
	height:inherit !important;
	font-size:14px !important;
	color:#fff !important;
	font-weight:bold !important;
	border:none !important;
	background:#a51e22;
	border-radius:0px;
}
.btn-primary, .button, .size, .ClsButton {
	background:#a51e22;
	color:#fff;
	font-weight:300;
	text-decoration:none;
	border:none;
	outline:none;
	padding:11px 36px;
	text-transform:capitalize;
	border-radius:0px !important;
}
.btn-primary:hover, .button:hover, .size:hover, .ClsButton:hover,
.btn-primary:focus, .button:focus, .size:focus, .ClsButton:focus,
.btn-primary:active, .button:active, .size:active, .ClsButton:active,
.btn-primary:visited, .button:visited, .size:visited, .ClsButton:visited{
	background:#a51e22;
	color:#fff;
	font-weight:300;
	text-decoration:none;
	border:none;
	outline:none;
	padding:11px 36px;
	text-transform:capitalize;
	border-radius:0px !important;
}
.view-more {
	font-size:14px;
}
.white {
	color:#fff !important;
}
.nl-bcn {
	float:left;
	width:100%;
	margin-top:52px;
}
.csreq-form-btn {
	float:left;
	width:100%;
	margin-top:30px;
	text-align:right;
}


/*==========================================================================
Bursa Announcements CW link
============================================================================*/


.ba-cw-cont{
	float:left;

	background:#212E62;
	width:100%;
	padding:30px;
}

.ba-cw-cont .main-title h2{
	font-family: "Inter", Sans-serif;
    font-size: 25px;
    font-weight: 300;
    color: #FFFFFF;
	margin-bottom:20px;
}

.ba-link-item{
	float:left;
	width:100%;
	margin-bottom:30px;
	padding-bottom:30px;
	border-bottom:1px solid #ffffff75;
}

.ba-cw-date{
	font-size:15px;
	font-weight:300;
	color:#febc11;
	margin-bottom:20px;
}
.ba-cw-link{
	float:left;
	width:100%;
	 
 
}
.ba-cw-link a{
	float:left;
	width:100%;
	font-family: "Inter", Sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.2em;
    color: #FFFFFF;

}

.ba-last-link{
	border-bottom:none;
}

/*==========  Mobile First Method  ==========*/


@media(max-width:1199px) {
}







/* Large desktops and laptops */
@media (min-width: 1200px) {

.ba-cw-cont {
    float: left;
    background: #212E62;
    width: 100%;
    padding: 30px;
    min-height: 762px;
	height:762px;
}	
	
	
}
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
	
 
	
}
 @media (min-width: 992px) {
}
@media (max-width: 991px) {
	
.main-title h2 {
    font-family: 'Inter', sans-serif;
    font-size: 38px;
    line-height: 38px;
    color: #1c417d;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 20px;
    text-transform: capitalize;
}	
	
 .btn-primary, .button, .size, .ClsButton {
 background:#a51e22;
 color:#fff;
 font-weight:normal;
 text-decoration:none;
 border:none;
 outline:none;
 padding:11px 20px;
 text-transform:uppercase;
 border-radius:0px !important;
}
.btn-primary:hover, .button:hover, .size:hover, .ClsButton:hover {
 background:#a51e22;
 color:#fff;
 font-weight:normal;
 text-decoration:none;
 border:none;
 outline:none;
 padding:11px 20px;
 text-transform:uppercase;
 border-radius:0px !important;
}
.left-main-title {
    float: left;
    width: 100%;
    padding: 0;
}
.slick-prev {
    left: 77% !important;
}
.rp-btns a:first-child {
    margin-right: 0px;
    margin-bottom: 10px;
}
.vicon{
	width:148.1px;
}
}
/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
	
 
 
}
 @media (min-width: 768px) {
}
/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
	
.sec-1, .sec-2, .sec-3, .sec-4, .sec-5, .sec-6{
	margin-bottom:40px;
}
	
 
 
}

@media (max-width: 576px) {

	
}



/* Portrait phones and smaller */
@media (max-width: 480px) {

}
 @media(max-width:414px) {
 .sec-1, .sec-2, .sec-3, .sec-4, .sec-5, .sec-6 {
 float: left;
 width: 100%;
 clear: both;
 margin-bottom: 35px;
}


}

/* Portrait i phones and smaller */
@media (max-width: 380px) {
	
 .sec-1, .sec-2, .sec-3, .sec-4, .sec-5, .sec-6 {
 float: left;
 width: 100%;
 clear: both;
 margin-bottom:30px;
}
.main-title h2 {
    font-family: 'Inter', sans-serif;
    font-size: 30px;
    line-height: 30px;
    color: #1c417d;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.bursa-ann-sec .main-title h2 {
    font-family: 'Inter', sans-serif;
    font-size: 30px;
    line-height: 30px;
    color: #1c417d;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 20px;
    text-transform: capitalize;
}

	
}


@media (max-width: 320px){
 	
	
}