<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&amp;family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');
/*font-family: 'Inter', sans-serif;
font-family: 'Poppins', sans-serif;
*/

body {
	font-family: 'Poppins', sans-serif;
	color: #000;
	font-size:16px;
	font-weight:normal;
	line-height: 1.8;
}
.mt-100 {
	margin-top: 100px;
}
.mt-80 {
	margin-top: 80px;
}
.sec-1 {
	float:left;
	width:100%;
	clear:both;
	margin-bottom:60px;
}
.grey-bg {
	background:#e4e4e4;
}
.sec-2 {
	float:left;
	width:100%;
	clear:both;
	margin-bottom:60px;
}
.sec-3, .sec-4, .sec-5, .sec-6 {
	float:left;
	width:100%;
	clear:both;
	margin-bottom:60px;
}
a {
	color:#dbb250;
	text-decoration:none;
}
a:hover {
	color:#000;
	text-decoration:none;
}
.main-title h2 {
	font-family: 'Inter', sans-serif;
	font-size:42px;
	line-height:36px;
	color:#DBB250;
	font-weight:bold;
	margin-top:0;
	margin-bottom:38px;
	text-transform:capitalize;
	position:relative;
}


.main-title h2 span{
	color:#000;
	display:inline-block;
	position:relative;
}


.main-title h2 span:before{
	content:'';
	display:block;
	width:114px;
	height:4px;
	background:#DBB250;
	position:absolute;
	top:-30px;
}


.sec-3 .main-title h2 span:before{
	content:'';
	display:block;
	width:114px;
	height:4px;
	background:#DBB250;
	position:absolute;
	top:-30px;
	left:50%;
	transform:translateX(-50%);
}

.sec-4 .main-title h2 span:before{
	display:none;
}
.sec-4 .main-title h2:before{
	content:'';
	display:block;
	width:114px;
	height:4px;
	background:#DBB250;
	position:absolute;
	top:-30px;
	left:50%;
	transform:translateX(-50%);
}


.main-title h3 {
	font-family: 'Inter', sans-serif;
	font-size:30px;
	line-height:30px;
	color:#DBB250;
	font-weight:bold;
	margin-top:0;
	text-transform:uppercase;
}
.main-title h5 {
	font-family: 'Inter', sans-serif;
	font-size:13px;
	line-height:13px;
	color:#DBB250;
	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, .ClsButton.active {
	font-family: 'Poppins', sans-serif !important;
	height:inherit !important;
	font-size:16px !important;
	color:#fff !important;
	font-weight:600 !important;
	border:none !important;
	background:#DBB250 !important;
	border-radius:5px;
 
	padding:15px 20px;
}

.ClsButton:hover{
	background:#DBB250 !important;
	color:#fff !important;
}

.btn-primary, .button, a.size {
	font-family: 'Poppins', sans-serif;
	font-size:16px !important;
	display:inline-block;
	background:#DBB250;
	color:#fff;
	font-weight:600;
	text-decoration:none;
	border:none;
	border-radius:5px;
	outline:none;
	padding:15px 20px;
	text-transform:uppercase;
	width:135px;
	text-align:center;
  
}
 

.btn-primary:hover, .button:hover, a.size:hover, .btn-primary:focus, .button:focus, a.size:focus, .btn-primary:visited, .button:visited, a.size:visited, .btn-primary:active, .button:active, a.size:active,  .btn-primary.active, .button.active, a.size.active{
	font-family: 'Poppins', sans-serif;
	font-size:16px !important;
	background:#DBB250;
	color:#fff !important;
	font-weight:600 !important;
	text-decoration:none;
	border:none;
	border-radius:5px;
	outline:none;
	padding:15px 20px;
	text-transform:uppercase;
	width:135px;
	text-align:center;
 
}




.view-more {
	font-size:14px;
	margin-left:20px;
}
.white, .white:hover {
	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;
}
.btn-hldr {
	float:left;
	width:46%;
	margin-left:2%;
	margin-right:2%;
}
.hldr-left {
	padding-left:20px;
}
/*==============================================================
IR HOME PAGE  CSS STARTS HERE
================================================================*/

.qt-sec{
	background:#DEDEDE;
	padding:26px 65px;
}
 
.qt-sec, .graph-sec, .stk-footer {
	float:left;
	width:100%;
	 
}
.stk-title {
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	line-height:16px;
	font-weight:bold;
	color:#DBB250;
	margin-bottom: 10px;
	text-transform:uppercase;
}
.stk-prcsec {
	float:left;
	width:38%;
}
.stk-price {
	font-family: 'Inter', sans-serif;
	font-size: 40px;
	line-height: 40px;
	font-weight: bold;
	color: #000000;
	display: inline-block;
}
.stk-price span {
	font-size: 20px;
	line-height: 20px;
	font-weight: 600;
	color: #000000;
}
.ChgUp:after {
	content: url(../images/Up.png);
	width: 16px;
	height: 11px;
	display: inline-block;
	margin-left:20px;
}
.ChgDown:after {
	content: url(../images/Down.png);
	width: 16px;
	height: 11px;
	display: inline-block;
	margin-left:20px;
}
.stk-chg {
	font-family: 'Poppins', sans-serif;
	display: inline-block;
	margin-left: 15px;
	color: #000;
	font-size:16px;
	font-weight:500;
}
.stk-chg span {
	font-family: 'Poppins', sans-serif;
	color: #5A5C5D;
}
.chgUp {
	color: #5A5C5D;
}
.chgDown {
	color: #5A5C5D;
}
.ohlv-sec {
	float: left;
	width: 48%;
	 
	text-align:left;
}
.open, .high, .low, .vol {
	font-family: 'Poppins', sans-serif;
	display: inline-block;
	 
	
	font-weight: bold;
	font-size: 22px;
	line-height:32px;
	text-align: left;
	color: #000;
	width:22%;
	padding:20px 12px;
	position:relative;
}

.open:after, .high:after, .low:after{
	content:'';
	width:2px;
	
	background: #ff0000;
background: linear-gradient(0deg,#fff 50%, #707070 50%);
background: -webkit-linear-gradient(0deg,#fff 50%, #707070 50%);
background: -moz-linear-gradient(0deg,#fff 50%, #707070 50%);
	 border-image-slice:2;
	 height:86px;
	 position:absolute;
	 display:block;
	 right:10px;
	 top:0;
}

.vol {
	border-right: none;
}
.open span, .high span, .low span, .vol span {
	font-family: 'Inter', sans-serif;
	display: block;
	text-align: left;
	font-weight: 300;
	color:#DBB250;
	font-size:16px;
	line-height:16px;
	margin-bottom:5px;
}

.rm-btn-sec{
	float:left;
	width:10%;
	margin-top:15px;
}

.rm-btn, .eod {
	float: left;
	width: 50%;
}
.eod {
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	line-height: 12px;
	color: #000000;
	 
	text-align:left;
}
/*==============================================================
BURSA SECTION CSS STARTS HERE
================================================================*/
.sec-2 {
	margin-bottom:0;
}
.regular{
	float:left;
	width:100%;
}

.ba-rimage {
	float:left;
	width:100%;
	background-image:url(../images/bursa-img.png);
	background-size:cover;
	background-position:center center;
	height:510px;
	border-radius:30px;
}

.ba-right-img{
	  position:absolute;
	  right:0;
 }

.bursa-ann-sec &gt; [class*="col-"]{
	padding:0;
}


.bursa-ann-sec {
	font-family: 'Poppins', sans-serif;
	float:left;
	width:100%;
	padding:110px 0;
}
.bursa-ann-sec .main-title {
	margin-top:40px;
	margin-bottom:20px;
	color:#fff;
}
.bursa-ann-sec .main-title h2 {
	margin-bottom:0px;
}
.bursa-ann-sec .ba-footer {
	margin-top:0;
}
.ba-item {
	color: #000;
	margin:0 0px;
	
}

.line-bar{
	border-bottom: 1px solid #BFBFBF;
    float: left;
    width: 77%;
    margin-top: 58px;
    margin-bottom: 58px;
}
.ba-item-cont {
	font-family: 'Poppins', sans-serif;
	background: #fff;
	margin:6px 15px;
	 padding:0 41px;
	min-height:282px !important;
	color:#000;
	text-align:left;
	border-radius: 15px 15px 15px 15px;
	display:block;
	cursor:pointer;
	font-size:16px;
	line-height:16px;
	font-weight:normal;
 
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.08);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	position:relative;
}
/*.ba-item-cont {
	color:#000000;
	background:#fff;
	font-size:16px;
	line-height:16px;
	font-weight:normal;
}*/
.ba-item-cont .ba-cont {
	float:left;
	width:100%;
	color:#000;
	font-size:16px;
	line-height:25px;
	color:#000;
}
.ba-item-cont:hover {
	color:#000;
	background:#fff;
	font-size:16px;
	line-height:16px;
	font-weight:normal;
	display:block;
}
.ba-item-cont:hover .ba-cont {
	color:#000;
	cursor:pointer;
}
.ba-cal {
	font-family: 'Inter', sans-serif;
	width: 85px;
    height: 85px;
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 0;
    font-weight: bold;
    background: #DBB250;
    position: absolute;
    right: 0;
	top:0;
    border-radius: 0 15px 0 100px;
	text-align:center;
	padding-top:10px;
}
.ba-cal span{
	display:block;
}

.ba-cont {
	color: #000;
	font-size: 20px;
	line-height: 20px;
}
.ba-footer {
	float:left;
	width:100%;
	margin-top:25px;
	text-align:left;
}
.bursa-ann-sec .btn-primary, .bursa-ann-sec .btn-primary:hover {
	color:#fff !important;
}
/*==============================================================
MEDIA NEWS SECTION CSS STARTS HERE
================================================================*/
.mn-bg {
	float:left;
	width:100%;
	background-image:url(../images/mn-bg.jpg);
	background-size:cover;
	background-position:center center;
	height:402px;
}
.mn-footer {
	float:left;
	width:100%;
	margin-top:25px;
	text-align:left;
}
/*==============================================================
REPORTS SECTION CSS STARTS HERE
================================================================*/
.sec-3 {
	padding-top:110px;
	padding-bottom:110px;
	background:#F8F8F8;
 
}
.reports-sec {
	float:left;
	width:100%;
	height:355px;
}
.rp-cont {
	float:left;
	width:100%;
	text-align:center;
	color:#fff;
 
	 
}
.rp-box{
	float:left;
	width:100%;
	border-radius: 15px 15px 15px 15px;
	padding:81px 0 40px 0;
	background:#fff;
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.08);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	position:relative;
	z-index:1;
	top:-81px;
}
/*.rp-con-in{
	float:left;
	width:100%;
	text-align:center;
		background:#F2F2F2;
		padding:40px 0;
}*/
.rp-title, .rp-icon, .rp-btns {
	float:left;
	width:100%;
	text-align:center;
}
.rp-title {
	font-family: 'Inter', sans-serif;
	font-size:18px;
	line-height:30px;
	/*min-height:60px;*/
	font-weight:600;
	margin-bottom:30px;
	color:#000;
}
.rp-icon {
	position:relative;
	z-index:2;
	 
}
/*.rp-btns a:first-child {
	margin-right:15px;
}*/
.rp-icon img{
	width:198px;
	height:198px;
	margin:0 auto;
}

.rp-vw {
	font-weight:bold;
}
/*==============================================================
SUSTAINABILITY SECTION CSS STARTS HERE
================================================================*/

.sec-4 {
	padding-top:60px;
	padding-bottom:60px;
}
.shm-sec{
		float:left;
	width:100%;
	border-radius: 15px 15px 15px 15px;
	padding:50px;
	background:#fff;
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.08);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.sh-date{
	font-family: 'Poppins', sans-serif;
	font-style:normal;
	font-size:16px;
	line-height:16px;
	color:#DBB250;
	margin-bottom:12px;
}
.sh-cont{
	font-family: 'Poppins', sans-serif;
	font-style:normal;
	font-size:16px;
	line-height:25px;
	color:#000000;
	overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 11; /* number of lines to show */
           line-clamp: 11; 
   -webkit-box-orient: vertical;
 
}

.sec-4 .btn-cont{
	margin-top:60px;
}

/*==============================================================
NEWS ALERT SECTION CSS STARTS HERE
================================================================*/

.nl-sec, .ir-cont-sec{
	float:left;
	width:100%;
	border-radius: 15px 15px 15px 15px;
	padding:55px;
	background:#fff;
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.08);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}


.sec-6 {
 
	padding-top:60px;
	padding-bottom:60px;
}
.news-alert-sec {
	float:left;
	width:100%;
}
.frm-cnt {
	float:left;
	width:100%;
}

.frm-cnt [class*="col-"]{
	padding:0;
	
}

.nl-sec{
	text-align:left;
}
.nl-sub {
	margin-bottom: 22px;
	font-weight:400;
}
.form-control {
	font-family: 'Poppins', sans-serif;
	display: block;
	width: 100%;
	height: 49px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #b3b2b2;
	background-color: #fff;
	background-image: none;
	border: 1px solid #707070;
	border-radius: 8px;
	-webkit-box-shadow: inset 0 1px 1px rgba(177, 0, 35, .075);
	box-shadow: inset 0 1px 1px rgba(177, 0, 35, .075);
 -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
 -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
 transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.frm-cnt input {
	margin-bottom:20px;
}
/*.btn-cont {
	float:left;
	width:100%;
	text-align:center;
}
.frm-cnt .btn-cont a:first-child{
	margin-right:15px;
}
.frm-cnt .btn-cont a:nth-child(2){
	margin-left:15px;
}*/


.view-more {
	color:#064f94;
	margin-left:5px;
}
.pp-link, .pp-link:hover {
	font-size:16px;
	line-height:16px;
	padding-top:17px;
	display:block;
	color:#DBB250;
	font-weight:300;
}
/*==============================================================
CONTACT SECTION CSS STARTS HERE
================================================================*/



.ir-cont-sec {
	float:left;
	width:100%;
	padding:55px;
}
.ir-cont-sec .main-title h2, .nl-sec .main-title h2 {
	margin-top:30px;
}
.nl-sub {
	font-family: 'Poppins', sans-serif;
	float:left;
	width:100%;
	margin-bottom:33px;
	color:#000;
}
.cont-person {
	font-family: 'Poppins', sans-serif;
	font-size:18px;
	line-height:18px;
	font-weight:normal;
	color:#DBB250;
	text-align:left;
	display: inline-block;
	height: 54px;
	width: 100%;
	position:relative;
	left:73px;
	margin-bottom:17px;
}
.cont-person span {
	font-size:16px;
	line-height:16px;
	margin-top:15px;
	font-weight:normal;
	color:#000;
	display:block;
}
.cont-person:before {
	content: url(../images/profile.png);
	width:52px;
	height:54px;
	margin:0 20px 0 0;
	display:inline-block;
	position:absolute;
	left:-73px;
	
}
.phone, .email, .fax {
	font-family: 'Poppins', sans-serif;
	margin-bottom:17px;
	text-align:left;
	display:inline-block;
	height: 54px;
	width: 100%;
}
.phone a, .fax a {
	font-family: 'Poppins', sans-serif;
	font-size:20px;
	line-height:20px;
	color:#000;
	font-weight:normal;

}
.phone a span {
	font-family: 'Poppins', sans-serif;
	font-size:20px;
	color:#000;
	font-weight:normal;
	vertical-align:top;
}
.email a {
	font-size:20px;
	line-height:20px;
	color:#000;
	font-weight:normal;
	margin-bottom:25px;
	display:inline-block;
	
}
.email a span {
	font-size:20px;
	color:#0098b7;
	font-weight:normal;
	display:inline-block;
	vertical-align:top;
}
.email a:hover {
	font-size:20px;
	line-height:20px;
	color:#000;
	font-weight:normal;
	margin-bottom:20px;
}
.phone a:before {
	content: url(../images/phone-icon.png);
	width:52px;
	height:54px;
	margin:0 20px 0 0;
	display:inline-block;
	position:relative;
	top:15px;
}
.fax:before {
	content: url(../images/fax-icon.png);
	width:52px;
	height:54px;
	margin:0 20px 0 0;
	display:inline-block;
	position:relative;
	top:15px;
}
.email a:before {
	content: url(../images/mail-icon.png);
	width:52px;
	height:54px;
	margin:0 20px 0 0;
	display:inline-block;
	position:relative;
	top:15px;
}



.mob-off{
	display:block;
}

.mob-on{
	display:none;
}

.ralign{
	text-align:right;
}



.ir-cont-sec .mhfx{
	padding-left:0;
}





/*==========  Mobile First Method  ==========*/


@media(max-width:1199px) {
}







/* Large desktops and laptops */
@media (min-width: 1200px) {

	
	
}
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {


.btn-primary, .button, a.size{
	width:125px;
	text-align:center;
	padding:15px 15px;
}
.btn-primary:hover, .button:hover, a.size:hover, .btn-primary:focus, .button:focus, a.size:focus, .btn-primary:visited, .button:visited, a.size:visited, .btn-primary:active, .button:active, a.size:active,  .btn-primary.active, .button.active, a.size.active{

width:125px;
text-align:center;
padding:15px 15px;	
}

.qt-sec{
	padding:30px;
}
.stk-prcsec {
    float: left;
    width: 35%;
}
.ohlv-sec {
    float: left;
    width: 47%;
    text-align: left;
}
.rm-btn-sec {
    float: left;
    width: 16%;
	margin-top:15px;
}
.stk-price {
    font-family: 'Inter', sans-serif;
    font-size: 29px;
    line-height: 29px;
    font-weight: bold;
    color: #000000;
    display: inline-block;
}
.stk-chg, .ChgUp:after, .ChgDown:after{
	margin-left:10px;
}
.open, .high, .low, .vol{
	font-size:18px;
	line-height:18px;
}
.open:after, .high:after, .low:after{
	right:6px;
}
.nl-sec, .ir-cont-sec{
	min-height:525px;
}

}
 @media (min-width: 992px) {
}
@media (max-width: 991px) {
}
/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
	
.qt-sec{
	padding:26px;
}
.stk-prcsec{
	width:50%;
}
.ohlv-sec {
    float: left;
    width: 50%;
    text-align: left;
}

.stk-price {
    font-family: 'Inter', sans-serif;
    font-size: 29px;
    line-height: 29px;
    font-weight: bold;
    color: #000000;
    display: inline-block;
}
.stk-chg, .ChgUp:after, .ChgDown:after{
	margin-left:10px;
}
.open, .high, .low, .vol{
	font-size:18px;
	line-height:18px;
}
	
.open,.low{
	width:40%;
	padding: 16px 12px;
}

.high, .vol{
	width:47%;
	padding: 16px 12px;
}

.open,.low, .high, .vol,
.open span,.low span, .high span, .vol span{
	text-align:center;
}


.open:after, .high:after, .low:after, .vol:after {
    content: '';
    width: 2px;
    
    background: linear-gradient(0deg,#fff 50%, #707070 50%);
    background: -webkit-linear-gradient(0deg,#fff 50%, #707070 50%);
    background: -moz-linear-gradient(0deg,#fff 50%, #707070 50%);
    border-image-slice: 2;
    height: 86px;
    position: absolute;
    display: block;
    right: -5px;
    top: 0;
}	
 .low:before, .vol:before{
	 /*border-top:2px solid #000;*/
	   content: '';
    width: 100%;
    
    background: linear-gradient(0deg,#fff 50%, #707070 50%);
    background: -webkit-linear-gradient(90deg,#fff 50%, #707070 50%);
    background: -moz-linear-gradient(90deg,#fff 50%, #707070 50%);
    border-image-slice: 2;
    height: 2px;
    position: absolute;
    display: block;
    right: -2px;
    top: 0

 }

.high:after, .vol:after{
	background:none;
}
.rm-btn-sec{
	width:100%;
	text-align:right;
}
.eod{
	position:relative;
	top:-15px;
}

}
@media (min-width: 768px) {
	
}


/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
.stk-prcsec {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.ohlv-sec {
    float: left;
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
}
.rm-btn-sec {
    float: left;
    width: 50%;
	margin-top:0;
    
}	
.eod{
	margin-top:20px;
	text-align:right;
}

.ba-right-img {
    position: static;
    right: 0;
}
.ba-rimage{
	height:135px;
	background-position:center center;
}
.slick-dots{
	padding:0 26px !important;
}
.bursa-ann-sec .ba-footer{
	padding-left:21px;
}
.hldr-left{
	text-align:right;
}
.hldr-right{
	text-align:left;
}
.rp-cont{
}

.reports-sec {
    float: left;
    width: 100%;
    height: 1250px;
}


}
 @media (max-width:576px) {

.shm-sec{
	margin-bottom:30px;
}
.sec-4 .btn-cont {
    margin-top: 30px;
}
.nl-sec{
	margin-bottom:30px;
}
 
}



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

.main-title h2{
	font-size:28px;
	line-height:28px;
}
.qt-sec {
    background: #DEDEDE;
    padding: 26px 26px;
}
.open, .high, .low, .vol{
	width:100%;
}
.open:after, .high:after, .low:after, .vol:after {
    content: '';
    width: 100%;
    background: #ff0000;
    background: linear-gradient(90deg,#fff 50%, #707070 50%);
    background: -webkit-linear-gradient(90deg,#fff 50%, #707070 50%);
    background: -moz-linear-gradient(0deg,#fff 50%, #707070 50%);
    border-image-slice: 2;
    height: 2px;
    position: absolute;
    display: block;
     right: 0; 
     top: 95px; 
}
.open, .high, .low, .vol,
.open span, .high span, .low span, .vol span{
	text-align:center;
}

}
 @media(max-width:414px) {
.ir-cont-sec {
    float: left;
    width: 100%;
    padding: 55px 20px;
}	 

.phone a, .fax a, .email a{
	font-size:16px;
	line-height:16px;
}

.rm-btn-sec {
        float: left;
        width: 100%;
        margin-top: 0;
}

 .eod {
    float: left;
    width: 100%;
}



}

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

.main-title h2 {
    font-size: 24px;
    line-height: 28px;
}

    .ir-cont-sec {
        float: left;
        width: 100%;
        padding: 55px 6px;
    }	

}

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

.main-title h2 {
    font-size: 24px;
    line-height: 28px;
}

    .ir-cont-sec {
        float: left;
        width: 100%;
        padding: 55px 6px;
    }	
	
.phone a:before, 
.fax:before, 
.email a:before{
	margin: 0 10px 0 0;
	
}
	

}</pre></body></html>