/*
Theme Name: Enfold
Description: <strong>A superflexible and responsive Business Theme by Kriesi</strong> - <br/> Update notifications available on twitter, facebook and via newsletter:<br/> <a href='http://twitter.com/kriesi'>Follow me on twitter</a><br/> - <a href='http://www.facebook.com/pages/Kriesi/333648177216'>Join the Facebook Group</a> - <a href='http://www.kriesi.at/newsletter'>Subscribe to our Newsletter</a>
Version: 4.5.7
Author: Kriesi
Author URI: https://kriesi.at
License: Themeforest Split Licence
License URI: -
Theme URI: www.kriesi.at/themes/enfold/
Envato_ID: 4519990
*/


/*
* PLEASE DO NOT EDIT THIS FILE!
* 
* This file is only in your themefolder for WordPress to recognize basic theme data like name and version
* CSS Rules in this file will not be used by the theme. 
* Instead use the custom.css file that is located in your themes /css/ folder to add your styles. 
* You can copy a style rule from any of your css files and paste it in custom.css and
* it will override the original style. If you just want to add small css snippets you might also
* want to consider to add it to the designated CSS option field in your themes backend at: Theme Options->General Styling
*/
body{
	font-family: 'Poppins', sans-serif !important;
}
.avia-menu-text {
    text-transform: uppercase !important;
    font-family: 'Poppins', sans-serif !important;
}
.box{
	width: 100%;
	height: 200px;
	background-color: yellow;
	float: left;
	
}
.box2{
	width: 100%;
	height: 1000px;
	background-color: red;
	float: left;
}
.topbar{
	width: 100%;
	height: auto;
	background-color: #b21e3b;
	float: left;
	padding: 10px 0;
	display: none !important; 
}
.topbar_social{
	width: auto;
	height: auto;
	float: left;
	color: #fff;
}
.topbar_social i{
	margin-right: 15px;
}
.topbar_right{
	width: auto;
	height: auto;
	float: left;
	color: #fff;
}
.topbar_right span{
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	font-weight: 300;
	margin-left: 5px;
	margin-right: 15px;
}
.topbar_rightinn{
	width: auto;
	height: auto;
	float: left;
}
.topbar_rightinn a{
	color: #fff;
}
.lang{
	width: auto;
	height: 25px;
	float: left;
	background-color: #fff;
	border-radius: 100px;
	font-family: 'Markazi Text', serif;
	font-size: 20px;
	color: #b21e3b;
	padding:2px 15px;
	line-height:15px;
}
.lang:hover{
	background-color: #000;
	color:#fff;
	transition: 0.5s;
}
.bg-light{
	background:none !important;
}
.navbar-nav{
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	color: #272727;
}
.dropdown-toggle::after{
	display: none;
}
.navbar-light .navbar-nav .nav-link,.menu-item > a , .avia-menu-text{
	color: #272727;
	font-family: 'Poppins', sans-serif !important;
	font-size: 14px;
	font-weight: 400;
}
.navbar-brand img{
	width: 80%;
}
/*==========sticky nave start===========*/

#header {
  background-color: #fff !important;
  width: 100%;
  transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  z-index: 9999;
  /*top: 10px;*/
  position: fixed;
  /*border-bottom: solid #e4e4e4 1px;*/
  padding: 0px 0;
}


.shrink {
	 top: 0 !important;

}

.shrink  img{
	width: 60% !important;
	transition: 0.5s;
}
/*==========sticky nave end===========*/



/*============search style start==========*/

input {
	outline: none;
}
input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	font-family: inherit;
	font-size: 100%;
}
input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
	display: none; 
}


input[type=search] {
	background: #ededed url(../images/search_icon.png) no-repeat 6px center;
	border: solid 1px #888888;
	padding: 9px 10px 9px 32px;
	width: 55px;
	
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
	
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
input[type=search]:focus {
	width: 130px;
	background-color: #fff;
	border-color: #888888;
	
	-webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
	-moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
	box-shadow: 0 0 5px rgba(109,207,246,.5);
}


input:-moz-placeholder {
	color: #999;
}
input::-webkit-input-placeholder {
	color: #999;
}

/* Demo 2 */
#demo-2 input[type=search] {
	background-color:#888888;
	width: 12px;
	height: 15px;
	padding-left: 10px;
	cursor: pointer;
	position: absolute;
	right: 0;
}
#demo-2 input[type=search]:hover {
	background-color: #b21e3b;
}
#demo-2 input[type=search]:focus {
	background: #ededed url(../images/search-icon2.png) no-repeat 6px center;
	width: 200px;
	padding-left: 32px;
	color: #000;
	background-color: #cccccc;
	border:0;
	cursor: auto;
}
#demo-2 input:-moz-placeholder {
	color: transparent;
}
#demo-2 input::-webkit-input-placeholder {
	color: transparent;
}
/*============search style end==========*/

.banner_block{
	width: 100%;
	min-height: 49px;
	float: left;
	margin-top: 97px;
}
.banner_block_new{
	width: 100%;
	min-height: 49px;
	float: left;
	margin-top: 49px;
}
.navbar{
	padding: 0 !important;
}

.bannerlist_outer{
	width: 100%;
	height: auto;
	float: left;
	margin-top: -100px;
	position: relative;
	z-index: 99;
	margin-bottom: 50px;
}
.bannerlist_inner{
	width: 100%;
	min-height: 200px;
	background-color: #fff;
	float: left;
	border-radius: 5px;
	-webkit-box-shadow:0px 10px 35px 0px #dcdcdc;
    -moz-box-shadow:0px 10px 35px 0px #dcdcdc;
    box-shadow: 0px 10px 35px 0px #dcdcdc;
    line-height: 1;
}

.nopad{
	padding: 0 !important;
}

/*------strategic start-----*/

.strategic{
	width: 100%;
	height: auto;
	float: left;
	padding: 20px 30px;
}
.strategic:hover{
	background-color: #a51e36;
    transition: 0.5s;
    height: 200px;
    border-radius: 5px;
    position: absolute;
}
.strategic .img{
	width: 100%;
	height: 75px;
	float: left;
	background:url(../images/plane.png) no-repeat center;
	background-size: contain;

}
.strategic:hover .img{
	background:url(../images/plane_w.png) no-repeat center;
	background-size: contain;
}
.strategic .head{
	width: 100%;
	height: auto;
	float: left;
	font-family: 'Poppins', sans-serif;
	color: #a51e36;
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
	margin: 5px 0;
}
.strategic:hover .head,.strategic:hover .head a{
	color: #fff !important;
	margin: 12px 0;
	/*transition: 0.5s;*/
}
.strategic .content{
	width: 100%;
	height: auto;
	float: left;
	font-family: 'Poppins', sans-serif;
	color: #636363;
	font-size: 13px;
	font-weight: 300;
	text-align: center;
	line-height: 13px;
}
.strategic:hover .content{
	display: none;
}
.strategic .read{
	width: 100%;
	height: auto;
	float: left;
	font-family: 'Poppins', sans-serif;
	color: #b21e3b;
	font-size: 12px;
	font-weight: 300;
	text-align: center;
	margin-top: 5px;
	text-decoration: underline;
}
.strategic:hover .read{
	display: none;
}


.strategic .icon{
	margin:0 auto;
	overflow: hidden;
	width: 45px;
	height: 45px;
	position: absolute;
	left: 45%;
	top: 0;
}
.strategic:hover .icon{
	width: 45px;
	height: 45px;
	float: left;
	background: url(../images/round.png);
	/*transition: 0.5s;*/
	display: block;
	margin-top: 135px;
}
/*------strategic end-----*/

/*------consultation start-----*/

.consultation{
	width: 100%;
	height: auto;
	float: left;
	padding: 20px 30px;
}
.consultation:hover{
	background-color: #a51e36;
    transition: 0.5s;
    height: 200px;
    border-radius: 5px;
    position: absolute;
}
.consultation .img{
	width: 100%;
	height: 75px;
	float: left;
	background:url(../images/consultation.png) no-repeat center;
	background-size: contain;

}
.consultation:hover .img{
	background:url(../images/consultation_w.png) no-repeat center;
	background-size: contain;
}
.consultation .head{
	width: 100%;
	height: auto;
	float: left;
	font-family: 'Poppins', sans-serif;
	color: #a51e36;
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
	margin: 5px 0;
}
.consultation:hover .head,.consultation:hover .head a{
	color: #fff;
	margin: 12px 0;
	/*transition: 0.5s;*/
}
.consultation .content{
	width: 100%;
	height: auto;
	float: left;
	font-family: 'Poppins', sans-serif;
	color: #636363;
	font-size: 13px;
	font-weight: 300;
	text-align: center;
	line-height: 13px;
}
.consultation:hover .content{
	display: none;
}
.consultation .read{
	width: 100%;
	height: auto;
	float: left;
	font-family: 'Poppins', sans-serif;
	color: #b21e3b;
	font-size: 12px;
	font-weight: 300;
	text-align: center;
	margin-top: 5px;
	text-decoration: underline;
}
.consultation:hover .read{
	display: none;
}


.consultation .icon{
	margin:0 auto;
	overflow: hidden;
	width: 45px;
	height: 45px;
	position: absolute;
	left: 45%;
	top: 0;
}
.consultation:hover .icon{
	width: 45px;
	height: 45px;
	float: left;
	background: url(../images/round.png);
	/*transition: 0.5s;*/
	display: block;
	margin-top: 135px;
}
/*------consultation  end-----*/


/*------whistleblowing start-----*/

.whistleblowing{
	width: 100%;
	height: auto;
	float: left;
	padding: 20px 30px;
}
.whistleblowing:hover{
	background-color: #a51e36;
    transition: 0.5s;
    height: 200px;
    border-radius: 5px;
    position: absolute;
}
.whistleblowing .img{
	width: 100%;
	height: 75px;
	float: left;
	background:url(../images/Whistleblowing.png) no-repeat center;
	background-size: contain;

}
i.i_class{
	font-style: italic;
}
.whistleblowing:hover .img{
	background:url(../images/Whistleblowing_w.png) no-repeat center;
    background-size: contain;
}
.whistleblowing .head{
	width: 100%;
	height: auto;
	float: left;
	font-family: 'Poppins', sans-serif;
	color: #a51e36;
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
	margin: 5px 0;
}
.whistleblowing:hover .head,.whistleblowing:hover .head a{
	color: #fff;
	margin: 12px 0;
	/*transition: 0.5s;*/
}
.whistleblowing .content{
	width: 100%;
	height: auto;
	float: left;
	font-family: 'Poppins', sans-serif;
	color: #636363;
	font-size: 13px;
	font-weight: 300;
	text-align: center;
	line-height: 13px;
}
.whistleblowing:hover .content{
	display: none;
}
.whistleblowing .read{
	width: 100%;
	height: auto;
	float: left;
	font-family: 'Poppins', sans-serif;
	color: #b21e3b;
	font-size: 12px;
	font-weight: 300;
	text-align: center;
	margin-top: 5px;
	text-decoration: underline;
}
.whistleblowing:hover .read{
	display: none;
}


.whistleblowing .icon{
	margin:0 auto;
	overflow: hidden;
	width: 45px;
	height: 45px;
	position: absolute;
	left: 45%;
	top: 0;
}
.whistleblowing:hover .icon{
	width: 45px;
	height: 45px;
	float: left;
	background: url(../images/round.png);
	/*transition: 0.5s;*/
	display: block;
	margin-top: 135px;
}

/*------whistleblowing  end-----*/

.whatwedo{
	width: 100%;
	height: auto;
	float: left;
	background-color: gray;
	background-image: linear-gradient(#fff, #ebe9e9);
	padding: 60px 0;
}

.cen_head{
	width: 100%;
	height: auto;
	float: left;
	font-family: 'Poppins', sans-serif !important;
	font-size: 27px;
	color: #b21e3b !important;
	font-weight: 400;
	/*text-align: center;*/
	position: relative;
	padding-bottom: 10px;
	text-transform: uppercase;
}
.cen_head h2{
	width: 100%;
	height: auto;
	float: left;
	font-family: 'Poppins', sans-serif !important;
	font-size: 27px;
	color: #b21e3b !important;
	font-weight: 400;
	text-align: left;
	position: relative;
	padding-bottom: 10px;
	text-transform: uppercase;
}
.cen_head:before{
	width: 25px;
	height: 2px;
	background-color: #b21e3b;
	content:"";
	position: absolute;
	bottom: 0;
	left: 0;
	/*-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);*/
	}
/*.cen_head:after{
	width: 10px;
	height: 10px;
	border-radius: 100px;
	background-color: #fff;
	border:solid #c0c0c0 1px;
	content:"";
	position: absolute;
	top: 23px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	margin-top: 10px;
	}*/
.whatwedo_content{
	width: 50%;
	height: auto;
	float: left;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	color: #3f3f3f;
	margin-top: 30px;
	font-weight: 400;
	margin-top: 30px;
}
.whatwedo_content p{
	width: 100%;
	height: auto;
	float: left;
	text-align: left !important;
	font-family: 'Poppins', sans-serif !important;
	font-size: 14px;
	color: #3f3f3f;
	font-weight: 400;
}
.whatwedo_slider{
	width: 100%;
	height: auto;
	float: left;
	margin-top: 50px;
}
.whatwedo_sliderbox{
	width: 100%;
	height: auto;
	float: left;
	border-bottom: solid #b21e3b 3px;

}
.whatwedo_sliderbox img {
      filter: gray;
      -webkit-filter: grayscale(9);
      -webkit-transition: all .3s ease-in-out;  
    }

.whatwedo_sliderbox img:hover {
      filter: none;
      -webkit-filter: grayscale(0);
    }
.whatwedo_sliderbox .sliderbox_head{
	width: 100%;
	height: auto;
	background:rgb(0,0,0,0.6);
	padding: 15px;
	position: absolute;
	z-index: 999;
	bottom: 3px;
	font-family: 'Poppins', sans-serif;
	color: #fff;
	font-size: 16px;
	font-weight: 300;
}
.whatwedo_sliderbox:hover .sliderbox_head{
	 padding: 30px 10px;
	 transition: 0.3s;
	 background:rgb(178,30,59,0.8);
	 font-size: 18px;

}
.owl-prev{
	width: 40px !important;
	height: 40px !important;
	background-color: #b21e3b !important;
	opacity: inherit !important;
	border-radius: 0 !important; 
	color: #fff !important;
	font-size: 10px !important;
}
.owl-prev:before{
	font-family: "Font Awesome 5 Free";
	content: "\f053";
	font-weight: 600;

}
.owl-next{
	width: 40px !important;
	height: 40px !important;
	background-color: #b21e3b !important;
	opacity: inherit !important;
	border-radius: 0 !important; 
	color: #fff !important;
	font-size: 10px !important;
}
.owl-next:before{
	font-family: "Font Awesome 5 Free";
	content: "\f054";
	font-weight: 600;

}
.owl-prev:hover, .owl-next:hover{
	background-color: #444444 !important;
	transition: 0.5s;
	outline: none;
}
.owl-prev:focus, .owl-next:focus{
	outline: none;
}
.owl-nav span{
	display: none !important; 
}
.owl-theme .owl-nav [class*=owl-] {
    margin: 3px !important;
}
.owl-stage-outer{
	margin-bottom: 30px;
}

.apply_block{
	width: 100%;
	height: auto;
	float: left;
	padding: 80px 0;
}
.apply_left{
	width: 100%;
	height: auto;
	float: left;
	padding-right: 50px;
}

.right_head{
	width: 100%;
	height: auto;
	/*float: left;*/
	font-family: 'Poppins', sans-serif;
	color: #a81010;
	font-size: 27px;
	font-weight: 300;
	text-align: right;
	position: relative;
	padding-bottom: 10px;
}
.right_head:before{
	width: 25px;
	height: 2px;
	background-color: #b21e3b;
	content:"";
	position: absolute;
	bottom: 0;
	left: 0;
}
/*.right_head:after{
	width: 10px;
	height: 10px;
	border-radius: 100px;
	background-color: #fff;
	border:solid #c0c0c0 1px;
	content:"";
	position: absolute;
	bottom: 0;
	top: 35px;
	margin-top: 9px;
	right: 0;
}*/
.apply_content{
	width: 100%;
	height: auto;
	float: left;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	color: #3f3f3f;
	text-align: right;
	margin-top: 30px;
}
.apply_right{
	width: 100%;
	height: auto;
	float: left;
}
/*.apply_right:before{
	position: absolute;
	content: "";
	width: 1px;
	border-left: dotted #999999 1px;
	height: 70%;
	left: 35px;
	z-index: -1;
	margin-top: 10px;

}*/
.applybox{
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 15px;
}
.apply_icon{
	width: 70px;
	height: 70px;
	float: left;
}
.applybox_right{
	width:78%;
	height: auto;
	float: left;
	margin-left: 30px;
}
.applybox_head{
	width: auto;
	height: auto;
	float: left;
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	color: #b21e3b !important;
	font-weight: 400;
}
.applybox_content{
	width: 100%;
	height: auto;
	float: left;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	color: #3f3f3f;
	line-height: 14px;
	margin: 5px 0;
}
.applybox_read{
	width: auto;
	height: auto;
	float: left;
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	color: #b21e3b;
	font-weight: 500;
}
.applybox_read a{
	color: #b21e3b;
	text-decoration: underline;
}
.applybox_read a:hover{
	color: #000;
}

.media_block{
	width: 100%;
	height: auto;
	float: left;
	background-color: #f0efef;
	overflow: hidden;
	background-image: linear-gradient(#efeeee, #fff);
}
.mediablock_right{
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
}
.mediablock_left{
	width: 100%;
	height: auto;
	float: left;
	padding: 100px;
}
.left_head{
	width: 100%;
	height: auto;
	float: left;
	font-family: 'Poppins', sans-serif;
	color: #b21e3b !important;
	font-size: 27px;
	font-weight: 300;
	position: relative;
	padding-bottom: 10px;
}
.template-page .entry-content-wrapper h2{
	color: #b21e3b !important;
	/*font-weight: 400 !important; */
}

.left_head:before{
	width: 25px;
	height: 2px;
	background-color: #b21e3b;
	content:"";
	position: absolute;
	bottom: 0;
	left: 0;
}
/*.left_head:after{
	width: 10px;
	height: 10px;
	border-radius: 100px;
	background-color: #fff;
	border:solid #c0c0c0 1px;
	content:"";
	position: absolute;
	bottom: 0;
	top: 35px;
	margin-top: 9px;
	left: 0;
}*/
.media_content{
	width: 100%;
	height: auto;
	float: left;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	color: #3f3f3f;
	margin-top: 30px;
}
.media_listing{
	width: 100%;
	height: auto;
	float: left;
	margin-top: 80px;
}
.media_listing ul{
	margin:0;
	padding: 0;
	list-style: none;
	line-height: normal;

}
.media_listing ul li{
	width: 50%;
	display: block;
	float: left;
	padding:0 15px;
	}
.medialisting_box{
	width: 100%;
	height: auto;
	float: left;
	border-bottom: solid #cacaca 1px; 
	padding: 10px 0;
}
.medialisting_box .medialisting_icon{
	width: auto;
	height: auto;
	float: left;
}
.medialisting_box .medialisting_text{
	width: auto;
	height: auto;
	float: left;
	font-family: 'Poppins', sans-serif;
	color: #282828;
	font-size: 15px;
	font-weight: 500;
	margin: 15px 20px;
}
.medialisting_box:hover .medialisting_text{
	color: #b21e3b;
}
.news_block{
	width: 100%;
	height: auto;
	float: left;
	background-color: #fcfcfc;
	/*background:url(../images/news_bg.jpg);*/
	padding: 80px 0;
	/*background-attachment: fixed;
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;*/
}
.news_bottom{
	width: 100%;
	height: auto;
	float: left;
	margin-top: 40px;
}

.newsout{
	width: 100%;
	height: auto;
	float: left;
}


.newsout .news_content{
	width: 100%;
	height: auto;
	background-color: #fff;
	box-shadow: 0 0 15px #ccc;
	float: left;
	padding: 20px;
	position: relative;
}
.news_content:before {
    content: "";
    position: absolute;
    bottom: 0;
    border: 75px solid #b21e3b;
    z-index: 999;
    right: 0;
    border-top-width: 0;
    border-right-width: 0;
    border-left-color: transparent !important;
	}
.newsout .news_img{
	width: 100%;
	height: auto;
	float:left;
	margin-top: -80px;
	
}
.newsout .news_img img{
	 filter: gray;
      -webkit-filter: grayscale(9);
      -webkit-transition: all .3s ease-in-out;  
}

.newsout:hover .news_img img {
      filter: none;
      -webkit-filter: grayscale(0);
    }
 .news_date{
 	width: 100%;
 	height: auto;
 	float: left;
 	font-family: 'Poppins', sans-serif;
	font-size: 13px;
 	color: #b21e3b;
 	margin: 13px 0;
 }
 .news_head{
 	width: 100%;
 	height: auto;
 	float: left;
 	font-family: 'Poppins', sans-serif;
	font-size: 15px;
 	color: #000;
 	line-height: 17px;
 	font-weight: 400;
 }
.news_text{
	width: 100%;
	height: auto;
	float: left;
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	color: #3f3f3f;
	margin: 13px 0;
}
.btn-primary{
	background-color: #e1e1e1 !important;
	font-family: 'Poppins', sans-serif !important;
	font-size: 13px !important;
	color: #b21e3b !important;
	border:0 !important;
	border-radius: 100px;
	padding: 10px 15px;

}
.btn-primary:hover{
  background-color: #b21e3b !important;
  color: #fff !important;
}

.news_bottom .owl-item{
	padding-top: 60px;
}
.firms_block{
	width: 100%;
	height: auto;
	float: left;
	padding: 60px 0;
}
.firms_bottom{
	width: 100%;
	height: auto;
	float: left;
	margin-top: 30px;
}
.footer_block{
	width: 100%;
	height: auto;
	float: left;
	background:url(../images/footerpattern.png) #b21e3b;
	background-attachment: fixed;
  background-position: center;

}
.footer_top{
	width: 100%;
	height: auto;
	float: left;
	padding: 80px 0;
}
.footer_bottom{
	width: 100%;
	height: auto;
	float: left;
	background-color: #2c2c2c;
	padding: 13px 0;
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	color: #a8a8a8;
	text-align: center;
}
.footer_bottom a{
	color: #a8a8a8;
}
.footer_inner{
	width: 100%;
	height: auto;
	float: left;
}
.footer_head{
	width: 100%;
	height: auto;
	float: left;
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	color: #fff;
	font-weight: 300;
}
.footer_address{
	width: 100%;
	height: auto;
	float: left;
	margin-top: 20px;
}
.footer_address ul{
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}
.footer_address ul li{
	width: 100%;
	display: block;
	float: left;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	color: #fff;
	padding-left: 40px;
	position: relative;
	margin-top: 10px;
}
.footer_address ul li a{
	color: #fff;
}
.footer_address ul li a:hover{
	color: #000;
}
.footer_address ul li i{
	font-size: 17px;
	position: absolute;
	left: 0;
	top: 5px;
}
.quicklinks{
	width: 100%;
	height: auto;
	float: left;
	margin-top: 20px;
}
.quicklinks_inn{
	width: 100%;
	height: auto;
	float: left;
}
.quicklinks_inn ul{
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}
.quicklinks_inn ul li{
	width: 100%;
	display: block;
	float: left;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	color: #fff;
	margin-top:10px;
	position: relative;
	padding-left: 20px;
}
.quicklinks_inn ul li a{
	color: #fff;
}
.quicklinks_inn ul li a:hover{
	color: #000;
	text-decoration: none;
}
.quicklinks_inn ul li:before{
	content: "";
	position: absolute;
	width: 7px;
	height: 7px;
	border-radius: 100px;
	background-color: #fff;
	left: 0;
	top: 7px;

}
.footer_logo{
	width: 100%;
	height: auto;
	float: left;
	margin-top: 50px;
	border-bottom: solid #cb667a 1px;
	padding-bottom: 10px;
}
.footer_social{
	width: 100%;
	height: auto;
	float: left;
	text-align: right;
	color: #fff;
	margin-top: 10px;
}
.footer_social a{
	color: #fff;
}
.footer_social a:nth-child(2){
	margin: 0 30px;
}

.footer_social a:hover{
	color: #000;
}

.dropdown-menu {
    margin: -12px 0 0 !important;
    border:0 !important;
    border-radius: 0 !important;
}

.dropdown-item{
	font-size: 14px !important;
	font-family: 'Poppins', sans-serif;
}
.dropdown-item{
	padding: 8px 1.5rem;
}
.navbar-nav a{
	color: #272727 !important;
	font-family: 'Poppins', sans-serif;
	font-size: 13.7px !important;
	font-weight: 500 !important;
	text-transform: uppercase;
}
.navbar-nav a:hover{
	color: #b21e3b !important;
	
}

.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
    margin-top:-6px;
}

.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
}




 .pagination>li>a,  .pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	line-height: 1.428571429;
	text-decoration: none;
	color: #428bca;
	background-color: #fff;
	border: 1px solid #ddd;
	margin-left: -1px
}

.apply_right .pull-left {
	float: left!important;
	margin-left:85px !important;
}

.glyphicon
{
    margin-right:4px !important; /*override*/
}

.pagination .glyphicon
{
    margin-right:0px !important; /*override*/
}

.pagination a
{
    color:#555;
}

.panel ul
{
    padding:0px;
    margin:0px;
    list-style:none;
}

.news-item
{
	width: 100%;
	float: left;
    margin:0px;
}

.pagination>li>a, .pagination>li>span {
    position: relative !important;
    float: left;
    padding: 9px 12px !important;
    line-height: 1.8 !important;
    text-decoration: none !important;
    color: #fff !important;
    background-color: #fff !important;
    border: 1px solid #ddd !important;
    margin-left: 2px !important;
    width: 40px !important;
    height: 40px !important;
    background-color: #b21e3b !important;
    text-align: center !important;
    font-size: 13px !important;
    border-radius:0px !important;
    border: none !important;
}
.panel-footer{
	text-align: left;
}

.inner_block{
	width: 100%;
	height: auto;
	float: left;
	background:url(../images/inner_water.png) no-repeat left bottom;
	/*padding-bottom: 50px;*/
}
.inner_blocknew{
	width: 100%;
	height: auto;
	float: left;
	padding-bottom: 50px;
}
.inner_top{
	width: 100%;
	height: auto;
	float: left;
	border-bottom: solid #cacaca 1px;
	padding: 20px 0;
}

.breadcrumb-item a {
    color: #b21e3b !important;
}
.breadcrumb{
	background: none !important;
	border-radius: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	text-transform: uppercase;
}
.inner_bottom{
	width: 100%;
	height: auto;
	float: left;
	margin-top: 40px;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	color: #131313;
}
.inner_left{
	width: 100%;
	height: auto;
	float: left;
}
.inner_head{
	width: 100%;
	height: auto;
	float: left;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
	color: #b21e3b;
	font-size: 27px;
	position: relative;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
.inner_head:before{
	content: "";
	position: absolute;
	bottom: 0;
	width: 25px;
	height: 2px;
	background-color: #a51e36;
}
.inner_content{
	width: 100%;
	height: auto;
	float: left;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	color: #000000;
	margin-bottom: 0px;
}
.inner_content ul{
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;

}
.inner_content ul li{
	width: 100%;
	display: block;
	float: left;
	margin-top: 10px;
	position: relative;
	padding-left: 25px;
	line-height: 18px;

}
.inner_content ul li:before{
	width: 10px;
	height: 10px;
	position: absolute;
	content: "";
	background-color: #a51e36;
	left: 0;
	top: 7px;
	border-radius: 100px;
}
.inner_contentsub{
	width: 100%;
	height: auto;
	float: left;
}
.inner_contentsub ul{
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
	 margin-left: 0;
}
.inner_contentsub ul li{
	width: 100%;
	display: block;
	float: left;
	margin-top: 10px;
	position: relative;
	padding-left: 25px;
}
.inner_contentsub ul li:before{
	width: 10px;
	height: 10px;
	position: absolute;
	content: "";
	background:none;
	border:solid #a51e36 1px;
	left: 0;
	top: 7px;
}
.inner_right{
	width: 100%;
	height: auto;
	float: left;
}
.inner_right ul{
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}
.inner_right ul li{
	 width: 100%;
	display: block;
	float: left;
	font-family: 'Poppins','Segoe UI', sans-serif !important;
	color: #282828;
	font-size: 15px;
	font-weight: 500;
	border-bottom: solid #cacaca 1px;
	padding: 15px 0;
	position: relative;
	padding-left: 35px;
}
.inner_right ul li a{
	color: #282828;
}
.inner_right ul li a:hover{
	color: #a51e36;
	text-decoration: none;
}
.inner_right ul li:before{
	position: absolute;
	left: 0;
	content: "";
	width: 20px;
	height: 20px;
	background: url(../images/inner_arrow.png);
}
.inner_rightsub{
	width: 100%;
	height: auto;
	float: left;
	margin-top: 5px;
}
.inner_rightsub ul{
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}
.inner_rightsub ul li{
	display: block;
	float: left;
	position: relative;
	font-size: 13px;
	border:0;
	padding: 5px 0;
	padding-left: 20px;
}
.inner_rightsub ul li:before{
	content: "";
	position: absolute;
	width: 7px;
	height: 7px;
	background-color: #a51e36;
	background-image: none;
	 border-radius: 100px;
	 top: 10px;
}
.form_head{
	width: 100%;
	height: auto;
	float: left;
	text-transform: uppercase;
	font-family: 'Poppins','Segoe UI', sans-serif !important;
	color: #a51e36;
	font-size: 22px;
	border-bottom: solid #cacaca 1px;
	padding-bottom: 15px;
	margin-bottom: 20px;

}
.form-check-inline{
	border:solid #cacaca 1px;
	padding:7px 15px;
	border-radius: 3px;
	color: #000;
	font-size: 15px;
}

.form_inner{
	width: 100%;
	height: auto;
	float: left;
	background-color: #f2f0f1;
	border:solid #cacaca 1px;
	margin-top: 30px;
	padding:30px;
}
.form_innerhead{
	width: 100%;
	height: auto;
	float: left;
	font-family: 'Poppins','Segoe UI', sans-serif !important;
	color: #000;
	font-size: 17px;
	text-align: center;
	font-weight: bold;
}
.form_innerhead_sub{
	width: 100%;
	height: auto;
	float: left;
	font-family: 'Poppins','Segoe UI', sans-serif !important;
	font-size: 14px;
	color: #131313;
	text-align: center;
	padding: 0 6%;
	margin-top: 5px;
	position: relative;
	padding-bottom: 20px;
}
.form_innerhead_sub:before{
	content: "";
	position: absolute;
	width: 50px;
	height: 5px;
	background-color: #b21e3b;
	bottom: 0;
	left: 50%;
	transform:translate(-50%, 0);
	-webkit-transform:translate(-50%, 0);
}
.form_innerbottom{
	width: 100%;
	height: auto;
	float: left;
	margin-top: 30px;
}
.form_inner label{
	font-family: 'Poppins','Segoe UI', sans-serif !important;
	font-size: 14px !important;
	color: #a51e36;
	font-weight: 500;
}
.form_inner .form-control{
	border-radius: 0 !important;
}
.labelsub{
	 width: 100%;
	 height: auto;
	 float: left;
	font-family: 'Poppins','Segoe UI', sans-serif !important;
	font-size: 13px !important;
	color: #a51e36;
	font-weight: 400;
	margin-bottom: 10px;
}
.form_inner_bottomhead{
	width: 100%;
	height: auto;
	float: left;
	font-family: 'Poppins','Segoe UI', sans-serif !important;
	font-size: 17px !important;
	color: #000;
	margin-top: 30px;
}
.form_inner_bottomcontent{
	width: 100%;
	height: auto;
	float: left;
	font-family: 'Poppins','Segoe UI', sans-serif !important;
	font-size: 14px !important;
	color: #000;
	margin-top: 20px;
}
.bottom_btnblock{
	width: 100%;
	height: auto;
	float: left;
	margin-top: 20px;
}
.bottom_btnblock .btn-secondary{
	background-color: #a51e36 !important;
	border-radius: 0 !important;
	color: #fff;
	border:0 !important;
	padding: 10px 20px;
	margin-right: 10px;
}
.bottom_btnblock .btn-secondary:hover{
	background-color: #000 !important;
	cursor: pointer;
}
.contact_out{
	width: 100%;
	height: auto;
	float: left;
	margin: 30px 0;
	background-color: #e8e8e8;
	padding: 40px;
	border-radius: 10px;
}

.contact_left{
	width: 100%;
	height:auto;
	float: left;
	margin-top: 0px;
}
.contact_left ul{
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}
.contact_left ul li{
	width: 100%;
	display: block;
	float: left;
	font-family: 'Poppins','Segoe UI', sans-serif !important;
	color: #131313;
	/*font-size: 20px;
	line-height: 30px;*/
	padding-left: 30px;
	position: relative;
	margin-bottom: 5px;
}
.contact_left ul li i{
	position: absolute;
	color: #a51e36;
	font-size: 20px;
	left: 0;
}
.contact_right{
	width: 100%;
	height:auto;
	float: left;
	background-color: #fff;
	padding: 30px;
	border:solid #ccc 1px;
}


.contact_right .btn-primary{
	background-color: #b21e3b !important;
	font-family: 'Poppins', sans-serif !important;
	font-size: 13px !important;
	color: #fff !important;
	border:0 !important;
	border-radius: 100px;
	padding: 10px 15px;

}
.contact_right .btn-primary:hover{
  background-color: #2c2c2c !important;
  color: #fff !important;
}
.contact_map{
	width: 100%;
	height: auto;
	float: left;
}

.contactinner_block{
	width: 100%;
	height: auto;
	float: left;
}
.contact_bottom{
	width: 100%;
	height: auto;
	float: left;
	margin:50px 0;
}
.contact_bottommain{
	width: 100%;
	height: auto;
	float: left;
	margin: 20px 0;
}
.contactbox{
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 20px;
	border-bottom: solid #ccc 1px;
	padding-bottom: 20px;
}
.contactbox_top{
	width: 100%;
	height: auto;
	float: left;
	font-family: 'Poppins', sans-serif !important;
	font-size: 15px !important;
	color: #000 !important;
}
.contactbox_bottom{
	width: 100%;
	height: auto;
	float: left;
	
}
.contactbox_bottom a{
	font-family: 'Poppins', sans-serif !important;
	font-size: 15px !important;
	color: #a51e36 !important;
	font-weight: 500;
}
textarea {
  resize: none;
}
.directors_bottom{
	width: 100%;
	height: auto;
	float: left;
	font-family: 'Poppins','Segoe UI', sans-serif !important;
	font-size: 14px;
	color: #131313;
	margin-top: 50px;
	margin-bottom: 30px;

}
.directors_box{
	width: 100%;
	height: auto;
	background-color: #fff;
	float: left;
	margin-bottom: 30px;
	border:solid #ccc 1px;
	padding: 20px;

}

.directors_box .director_img{
	width: auto;
	height: auto;
	margin:0 auto;
	border:solid #fff 5px;
	float: left;

}


.directors_box .directors_name{
	width: 100%;
	height: auto;
	float: left;
	font-family: 'Poppins','Segoe UI', sans-serif !important;
	font-size: 17px;
	color: #a51e36;
	font-weight: 500;
	
}


.directors_box .directors_pos{
	width: 100%;
	height: auto;
	float: left;
	font-family: 'Poppins','Segoe UI', sans-serif !important;
	font-size: 15px;
	color: #000;
	margin-bottom: 20px;
	border-bottom: solid #ccc 1px;
	padding-bottom: 5px;
}



.directors_box .directors_content{
	width: 100%;
	height: auto;
	float: left;
	font-family: 'Poppins','Segoe UI', sans-serif !important;
	font-size: 14px;
	color: #000;
}


.directors_box .directors_read{
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
	font-family: 'Poppins','Segoe UI', sans-serif !important;
	font-size: 13px;
	color: #a51e36;
	text-decoration: underline;
}
.directors_box:hover .directors_read{
	color: #fff;
}

.bg{
	background: url(../images/news_bg.jpg);
}


.apply_right .panel{
	border:0 !important;
	background:none !important; 
	box-shadow: 0 0px 0 rgba(0,0,0,.05) !important;
}

.panel-footer {
    padding: 10px 15px;
    background:none !important;
    border: none !important;
}
.apply_border{
	border:solid #b42b46 2px !important;
}

.apply_right .avia-icon-list .iconlist_icon {
    border: solid #b21e3b 0px !important;
}
.avia-icon-list .iconlist_title{
	color: #b21e3b !important;
}




.news_block .owl-carousel .owl-stage-outer {
    padding: 15px !important;
}

.footer_color {
    background-color: #b21e3b !important;
    background:url(none)#b21e3b !important;
}

.media_listing ul li:first-child span{
	width: 100%;
	height: 50px;
	float: left;
	background: url(../images/glossary.png) no-repeat center;
	background-size: contain;
}

.media_listing ul li:first-child span:before{
	display: none !important;
}


.media_listing ul li:nth-child(2) span{
	width: 100%;
	height: 50px;
	float: left;
	background: url(../images/photogallery.png) no-repeat center;
	background-size: contain;
}

.media_listing ul li:nth-child(2) span:before{
	display: none !important;
}


.media_listing ul li:nth-child(3) span{
	width: 100%;
	height: 50px;
	float: left;
	background: url(../images/press.png) no-repeat center;
	background-size: contain;
}

.media_listing ul li:nth-child(3) span:before{
	display: none !important;
}


.media_listing ul li:nth-child(4) span{
	width: 100%;
	height: 50px;
	float: left;
	background: url(../images/videos.png) no-repeat center;
	background-size: contain;
}

.media_listing ul li:nth-child(4) span:before{
	display: none !important;
}

.media_listing ul li:nth-child(5) span{
	width: 100%;
	height: 50px;
	float: left;
	background: url(../images/enforcement_news.png) no-repeat center;
	background-size: contain;
}

.media_listing ul li:nth-child(5) span:before{
	display: none !important;
}

.media_listing ul li:nth-child(6) span{
	width: 100%;
	height: 50px;
	float: left;
	background: url(../images/enews.png) no-repeat center;
	background-size: contain;
}

.media_listing ul li:nth-child(6) span:before{
	display: none !important;
}

.media_listing ul li:nth-child(7) span{
	width: 100%;
	height: 50px;
	float: left;
	background: url(../images/events.png) no-repeat center;
	background-size: contain;
}

.media_listing ul li:nth-child(7) span:before{
	display: none !important;
}


.media_listing ul li:nth-child(8) span{
	width: 100%;
	height: 50px;
	float: left;
	background: url(../images/pressenquiry.png) no-repeat center;
	background-size: contain;
}

.media_listing ul li:nth-child(8) span:before{
	display: none !important;
}

/*
.entry-content-wrapper div li:nth-child(1) span{
	width: 100%;
	height: 45px;
	float: left;
	background: url(../images/permitted.png) no-repeat center;
	background-size: contain;
	margin-top: 8px;
}
.entry-content-wrapper div li:nth-child(1) span:before{
	display: none !important;
}*/

/*.entry-content-wrapper div li:nth-child(2) span{
	width: 100%;
	height: 45px;
	float: left;
	background: url(../images/application.png) no-repeat center;
	background-size: contain;
	margin-top: 8px;
}
.entry-content-wrapper div li:nth-child(2) span:before{
	display: none !important;
}


.entry-content-wrapper div li:nth-child(3) span{
	width: 100%;
	height:45px;
	float: left;
	background: url(../images/form.png) no-repeat center;
	background-size: contain;
	margin-top: 7px;
}
.entry-content-wrapper div li:nth-child(3) span:before{
	display: none !important;
}


.entry-content-wrapper div li:nth-child(4) span{
	width: 100%;
	height:45px;
	float: left;
	background: url(../images/esubmission.png) no-repeat center;
	background-size: contain;
	margin-top: 7px;
}
.entry-content-wrapper div li:nth-child(4) span:before{
	display: none !important;
}
*/

/*--------------------new style------------------*/

.directorsnew_outer{
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 70px;
}
.directorsnew_img{
	width: 100%;
	height: auto;
	float: left;
	border-radius: 10px;
}
.directorsnew_img img{
	border-radius: 10px;
}
.directorsnew_name{
	width: 100%;
	height: auto;
	float: left;
	margin-top: 20px;
	color: #b21e3b;
	font-size: 16px;
	font-weight: 500;
}
.directorsnew_pos{
	width: 100%;
	height: auto;
	float: left;
	color: #000;
	font-size: 14px;
}
.directorsnew_subhead{
	width: 100%;
	height: auto;
	float: left;
	color: #000;
	font-size: 16px;
}
.director_banner{
	width: 100%;
	height: auto;
	background-image: linear-gradient(#fff, #f1f1f1);
	float: left;
}
.directordetails_img{
	width: 100%;
	height: auto;
	float: left;
}
.directordetails_left{
	width: 100%;
	height: auto;
	float: left;
	margin-top: 100px;
}
.directordetails_name{
	width: 100%;
	height: auto;
	float: left;
	color: #b21e3b;
	font-size: 30px;
	font-weight: 600;
	line-height: 35px;
}
.directordetails_pos{
	width: 100%;
	height: auto;
	float: left;
	color: #000;
	font-size: 22px;
	line-height: 30px;
	font-weight: 300;
	margin-top: 10px;
}


.hw_apply_outer{
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 20px;
	border-bottom: solid #ccc 1px;
	padding-bottom: 20px;
}
.hw_apply_img{
	width: 60px;
	height: 60px;
	float: left;
	border-radius: 100px;
	text-align: center;
	line-height: 55px;
}
.hw_apply_img img{
	width: 65%;
	margin: 0 auto;
}
.hw_apply_text{
	width: auto;
	height: auto;
	float: left;
	font-family: 'Poppins','Segoe UI', sans-serif !important;
    font-size: 20px;
    color: #000;
    font-weight: 400;
    margin: 15px 0 0 20px;
}
.hw_apply_bottom{
	width: 100%;
	height: auto;
	float: left;
}
.hw_apply_bottom a{
	color: #a51e36;
	text-decoration: underline;
}


.director_banner .row{
	margin-bottom: 0 !important;
}


#wpda_gall_elm_1_main_conteiner {
    line-height: 0em !important;
    position: relative;
    width: 100%;
    height: 0px;
    left: 0px;
    top: 0px;
    min-width: 150px;
    box-shadow: 0px 0px 0 #333333 !important;
    overflow: hidden;
    background-color: #f3f3f3 !important;
}
.wpda_gall_css_1_album_kmmtc .wpda_gall_cs_1_elements_title_bar {
    font-size: 14px !important; 
    padding: 5px 0;
    background: none !important;
    border: solid #b21e3b  1px;
    border-radius: 100px;
    margin-top: 30px;
    background-color: #fff !important;
    color: #b21e3b !important;
}

.wpda_gall_css_1_album_kmmtc .wpda_gall_cs_album_images {
   
    top: 21px; !important;
 
}
.wpda_gall_css_1_image_kmmtc .wpda_gall_cs_1_elements_title_bar {
    font-size: 14px !important;
    color: #fff !important;
    padding: 14px 0 !important;
    background-color: rgba(178,30,59,0.54) !important;
}

	.main_color tr:nth-child(even){
		color: #000 !important;
	}


/*=========normal css end ============-*/



@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {

   #demo-2 input[type=search] {
	width: 30px;
	height:30px;
	}

	.whatwedo_sliderbox:hover .sliderbox_head{
	 background-color: #b21e3b;
	 opacity: 0.8;

	}


}






@media only screen and (max-width: 1659px) {
	.mediablock_left{
		padding:80px 30px;
	}
}


/*-----------------------*/



@media only screen and (max-width: 1567px) {
	
	.media_listing {
	    margin-top: 10px;
	}

}


/*-----------------------*/


@media only screen and (max-width: 1450px) {
	
	.mediablock_left {
    padding: 20px 30px;
	}

}



/*-------------------------*/

@media only screen and (max-width: 1379px) {
	.medialisting_box .medialisting_text {
    font-size: 13px;
    margin: 15px 10px;
	}
}

/*-----------------------*/

@media only screen and (max-width: 1235px) {

	.media_content {
    margin-top: 12px;
	}
.medialisting_box {
    padding: 7px 0;
	}
}


/*=========1200 start============-*/

@media only screen and (max-width: 1200px) {

#demo-2 input[type=search] {
	position: inherit !important;
	left: 0;
	margin-bottom: 30px;
}

}


/*=========1200 end============-*/


/*=========1199 start============-*/

@media only screen and (max-width: 1199px) {

	.hw_apply_text {
    font-size: 18px;
	}

	.strategic .head, .consultation .head, .whistleblowing .head{
		font-size: 15px;
	}

	.whistleblowing:hover, .consultation:hover, .strategic:hover{
		margin-top: -10px;

	}
	.apply_left {
    padding-right: 0;
	}
	.apply_right{
		margin-top: 50px;
	}
	.right_head{
	text-align: left;
}
.right_head:before{
	width: 150px;
	height: 1px;
	background-color: #c0c0c0;
	content:"";
	position: absolute;
	bottom: 0;
	left: 0;
}
.right_head:after{
	width: 10px;
	height: 10px;
	border-radius: 100px;
	background-color: #fff;
	border:solid #c0c0c0 1px;
	content:"";
	position: absolute;
	bottom: 0;
	top: 35px;
	margin-top: 9px;
	left: 0;
}
.apply_content{
	text-align: left;
}

}


/*=========1199 end============-*/




/*=========991 start============-*/


@media only screen and (max-width: 991px) {

	.directordetails_name {
    font-size: 25px;
    line-height: 25px;
	}
	.directordetails_pos {
    font-size: 18px;
    line-height: 20px;
	}

	.whatwedo_content{
	width: 100%;
	}

	.whistleblowing:hover, .consultation:hover, .strategic:hover{
		position: inherit;

	}

	.bannerlist_outer {
    margin-top: 50px;
    position: inherit;
  	}

  	.medialisting_text{
  		font-size: 13px !important;
  	}
	.form_innerhead_sub{
		padding: 0 0 20px 0;
	}

}

/*=========991 end============-*/



/*=========767 start============-*/


@media only screen and (max-width: 767px) {



	.directordetails_left {
    margin-top: 0;
    background-color: #fff;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 20px;
	}

	.inner_head {
    font-size: 20px;

}

.whatwedo_sliderbox .sliderbox_head{
	font-size: 13px;
}
.whatwedo_sliderbox:hover .sliderbox_head{
	 font-size: 13px;

}
.mediablock_left{
	padding: 50px;
}
.media_listing ul li{
	width: 100% !important;
	padding: 0;
	}
.footer_head{
	margin-top: 50px;
}
.footer_social{
	text-align: left;
}
.footer_top{
	padding-top: 20px;
}	
}


/*=========767 end============-*/


/*=========575 start============-*/


@media only screen and (max-width: 575px) {

	.navbar-brand img{
	width: 50%;
	}
	.shrink .navbar-brand img{
	width: 40%;
	}
	.banner_block {
    margin-top: 64px;
	}
	.whatwedo_content{
		text-align: left;
	}
	.topbar_social{
		display: none;
	}
	.whatwedo_content{
		padding: 0;
	}

	.apply_right {
    padding: 15px;
	}
	.apply_right::before {
    left: 50px;}

    .mediablock_left{
	padding: 30px;
	}
	.form_inner{
	padding:15px;
	}
	.form_head{
	font-size: 17px;
	}

}

/*=========575 end============-*/

/*=========480 start============-*/
@media only screen and (max-width: 480px) {
	.directordetails_name {
    font-size: 21px;
    line-height: 21px;
	}
	.directordetails_pos {
    font-size: 16px;
    line-height: 18px;
	}
	.inner_head {
    font-size: 17px;
	}
.navbar-brand {
    width: 78%;
}
.banner_block {
    margin-top: 67px;
}
.applybox_right{
	width:70%;
}
.quicklinks_inn{
	width: 100%;
}
}

/*=========480 end============-*/

/*=========384 start============-*/
@media only screen and (max-width: 384px) {
.banner_block {
    margin-top: 50px;
}
.topbar_right span{
	font-size: 12px;
	margin-right: 10px;
}
.applybox_right{
	width:60%;
}
}

/*=========384 end============-*/

.bannerlist_inner .content{
	padding: 0px !important;
}

.bannerlist_outer .container{
	padding: 0 15px !important;
}
ul.pagination {
	list-style: none !important;
}
.news-item{
	padding: 0 !important;
}

.avia_transform .avia-icon-list.av-iconlist-big.avia-iconlist-animate .news-item .iconlist_icon{
-webkit-animation: avia_appear 1s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Safari 4+ */
animation:         avia_appear 1s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* IE 10+ */
opacity: 1;
-webkit-transform:scale(1);
-ms-transform:scale(1);
transform:scale(1);
}

.avia_transform .avia-icon-list.av-iconlist-big.avia-iconlist-animate .news-item .iconlist-timeline{
-webkit-animation: avia_slide_down 1s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Safari 4+ */
animation:         avia_slide_down 1s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* IE 10+ */
height: 100%;
}
#full-with-div1 .container .content,.full-with-div1 > .container .content{
	padding:0 !important;
}
#full-with-div1 .container,.full-with-div1 > .container{
	max-width:100% !important;
	padding:0 !important;
	
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

.header_color .primary-background, .header_color .primary-background a, div .header_color .button, .header_color #submit, .header_color input[type='submit'], .header_color .small-preview:hover, .header_color .avia-menu-fx, .header_color .avia-menu-fx .avia-arrow, .header_color.iconbox_top .iconbox_icon, .header_color .iconbox_top a.iconbox_icon:hover, .header_color .avia-data-table th.avia-highlight-col, .header_color .avia-color-theme-color, .header_color .avia-color-theme-color:hover, .header_color .image-overlay .image-overlay-inside:before, .header_color .comment-count, .header_color .av_dropcap2, .header_color .av-colored-style .av-countdown-cell-inner, .responsive #top .header_color .av-open-submenu.av-subnav-menu > li > a:hover, #top .header_color .av-open-submenu.av-subnav-menu li > ul a:hover {
    background-color: #b21e3b !important;
    color: #ffffff;
    border-color: #b21e3b !important;
}

#owl-demo2 .owl-nav.disabled{
    display:block !important;
}

.container {
    padding: 0px 10px !important;
}
.entry-content-wrapper li {
     margin-left: 0 !important; 
}

.footer_head,.widgettitle {
    width: 100%;
    height: auto !important;
    float: left !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 20px !important;
    color: #fff !important;
    font-weight: 300 !important;
    text-transform: none !important;
}
.shrink,.shrink .container.av-logo-container,.shrink .logo a{
    height: 70px !important;
    max-height: 70px !important;
   
}
.shrink .logo {
     transition: 5s !important;
}

.shrink .main_menu{
    padding: 9px 0;
}
.shrink ul#avia-menu > li > a{
    height:auto !important;
    line-height: 56px !important;;
}
.sub-menu,#header ul li ul{
    background-color: white !important;
    border:none !important;
}
#header ul li ul li a{
   background-color: white !important;
    border:none !important;
}

#scroll-top-link{
    background-color: #b21e3b !important;
    border:none !important;
    color:#fffff !important;
}
.avia-menu-text:hover{
    color:#b21e3b !important;
}

.directordetails_img img{
    display:block !important;
}

.banner_block .avia-image-container-inner,.banner_block .avia_image{
    width  :100% !important;
}
.av-main-nav ul {
    min-width: 425px;
}
.video_title{
    font-size: 20px;
    color: #b21e3b;
    padding: 0;
    margin: 0;
}
.wpda_gall_css_1_pagination_buttons_bar_clas{
    box-shadow: none !important;
}





@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro);
@import url(https://fonts.googleapis.com/css?family=Teko:700);
.snip1543 {
  background-color: #fff;
  color: #ffffff;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  margin: 10px;
  max-width: 315px;
  min-width: 230px;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 100%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.snip1543 *,
.snip1543 *:before,
.snip1543 *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

.snip1543 img {
  backface-visibility: hidden;
  max-width: 100%;
  vertical-align: top;
}

.snip1543:before,
.snip1543:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  background-color: #b21e3b;
  opacity: 0.5;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

.snip1543:before {
  -webkit-transform: skew(30deg) translateX(-80%);
  transform: skew(30deg) translateX(-80%);
}

.snip1543:after {
  -webkit-transform: skew(-30deg) translateX(-70%);
  transform: skew(-30deg) translateX(-70%);
}

.snip1543 figcaption {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 1;
  bottom: 0;
  padding: 25px 40% 25px 20px;
}

.snip1543 figcaption:before,
.snip1543 figcaption:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #b21e3b;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
  content: '';
  opacity: 0.5;
  z-index: -1;
}

.snip1543 figcaption:before {
  -webkit-transform: skew(30deg) translateX(-100%);
  transform: skew(30deg) translateX(-100%);
}

.snip1543 figcaption:after {
  -webkit-transform: skew(-30deg) translateX(-90%);
  transform: skew(-30deg) translateX(-90%);
}

.snip1543 h3,
.snip1543 p {
  margin: 0;
  opacity: 0;
  letter-spacing: 1px;
}

.snip1543 h3 {
  font-family: 'Teko', sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1em;
  text-transform: uppercase;
}

.snip1543 p {
  font-size: 0.9em;
}

.snip1543 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.snip1543:hover h3,
.snip1543.hover h3,
.snip1543:hover p,
.snip1543.hover p {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 0.9;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.snip1543:hover:before,
.snip1543.hover:before {
  -webkit-transform: skew(30deg) translateX(-20%);
  transform: skew(30deg) translateX(-20%);
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.snip1543:hover:after,
.snip1543.hover:after {
  -webkit-transform: skew(-30deg) translateX(-10%);
  transform: skew(-30deg) translateX(-10%);
}

.snip1543:hover figcaption:before,
.snip1543.hover figcaption:before {
  -webkit-transform: skew(30deg) translateX(-40%);
  transform: skew(30deg) translateX(-40%);
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.snip1543:hover figcaption:after,
.snip1543.hover figcaption:after {
  -webkit-transform: skew(-30deg) translateX(-30%);
  transform: skew(-30deg) translateX(-30%);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}



#menu-item-4126 > ul {
background-color: red;
right: 0px !important;
left: unset !important;
}
#top .av-main-nav ul ul {
   left: -425px !important;
}

.main_color tr:nth-child(odd){
	background-color: #fff !important;
}
.menu-item-has-children .menu-item-has-children > a::after{
	content:" > ";
	float:right;	
}
/*.language_flag img{
	display:none;
}*/
.avia_textblock span {
    color: #000 !important;
}
.publicatons_outer{
width: 100%;
height: auto;
background-color: #f1f1f1;
float: left;
}
.publicatons_head{
width: 100%;
height: auto;
float: left;
background-color: #b21e3b;
padding: 10px;
color: #fff;
font-family: 'Poppins','Segoe UI', sans-serif !important;
text-transform: uppercase;
   font-size: 20px;
}
.publicatons_bottom{
width: 100%;
min-height: 320px;
float: left;
padding: 20px;
}
.publicatons_bottom ul{
margin: 0;
padding: 0;
list-style: none;
line-height: normal;
}
.publicatons_bottom ul li{
width: 100%;
height: auto;
display: block;
float: left;
margin-bottom: 10px;
padding-left: 30px;
position: relative;
}
.publicatons_bottom ul li:before{
content: "";
position: absolute;
width: 10px;
height: 10px;
border-radius: 100px;
background-color:#b21e3b;
margin-top: 1px;
left: 0;
}
@media only screen and (max-width: 991px) {

.publicatons_outer{
margin-bottom: 20px;
}}

.guides_outer{
   width: 100%;
   height: auto;
   float: left;
   margin-bottom: 30px;
   border: solid #ccc 1px;
   padding: 10px;
   position: relative;
}
.guides_outer:before{
width:15%;
height: 100%;
content: "";
background-color: #f1f1f1;
position: absolute;
left: 0;
top: 0;
border-right: solid #b21e3b 1px;
}
.guides_outer:hover:before{
width:100%;
transition: 0.8s;
border:0 !important;
}
.guides_outer:hover{
background-color: #b21e3b;
transition: 0.5s;
}
.guides_outer .guides_img{
width: 100%;
height: auto;
float: left;
box-shadow: 5px 5px 2px #bfbfbf;
-webkit-box-shadow: 5px 5px 2px #bfbfbf;
-moz-box-shadow: 5px 5px 2px #bfbfbf;
}
.guides_outer .guides_text{
width: 100%;
height: auto;
float: left;
font-family: 'Poppins','Segoe UI', sans-serif !important;
font-size: 13px;
color: #000 !important;
}
.guides_outer:hover .guides_text{
color: #b21e3b !important;
}

@media only screen and (max-width: 767px) {

.guides_outer .guides_img{
width: 100%;
height: auto;
float: left;
box-shadow: inherit;
-webkit-box-shadow: inherit;
-moz-box-shadow: inherit;
}

}



@media only screen and (max-width: 575px) {

.guides_outer{
   	background-color: #f1f1f1;
  margin-bottom:10px;
}

.guides_outer:before{
display: none;
}
.guides_outer:hover{
background-color: #f1f1f1;
transition: 0.5s;
}
.guides_img{
text-align: center;
}
.guides_text{
text-align: center;
margin-top: 20px;
}

}

.noimage-overlay .image-overlay{
	display:none !important;
}
.wpml-ls-statics-post_translations{
	display:none !important;
}
.inner_content a > span{
	color: #a51e36 !important;
}

.wpcf7-validation-errors,.wpcf7-mail-sent-ng{
	float:left ;	
}
.bottom_btnblock{
	width:auto;
}

.av_promobox{
	margin:10px 0 !important;
}

.inner_content ul > li:last-child {
	margin-bottom : 20px;
}
.box_div  {
	padding: 10px 20px;
    background: #ececec;
    color: #000;
}
.nomarginTop{
	margin-top: 0px !important;
}
#header{
	padding: 5px 0;
}
.wpcf7-not-valid-tip{
	color: red !important;
}
.wpcf7-not-valid{
	border:1px solid red !important;
}
.noheading fieldset h3{
	display:none !important;
}
.textare_label{
	display:block !important;
}

span.wpcf7-list-item {
    width: 100%;
    float: left;
    margin-left: 10px !important;
}

.esub_chk .wpcf7-list-item-label {
    font-family: 'Poppins','Segoe UI', sans-serif !important;
    color: #a51e36 !important;
	font-weight: bold;
    font-size: 0.92em;
}
.esub_chk .wpcf7-list-item{
	margin-left: 0px !important;
}

.datepicker-days tr:first-child th, tr:first-child td {
	background-color: transparent !important;;
}

.datepicker-dropdown {
    margin-top: 35px !important;
}
.form_page .grecaptcha-badge {
    display: block !important;
    bottom: 0 !important;
    visibility: visible !important;
    z-index: 9999;
}
.shrink .logo img {
   
    width: auto !important;
    height: 100%;
    max-height: 82%;
    
}
.logo img {
	max-height:90% !important;
}
.sorting_1{
	color: #000 !important;
}
table tr:first-child th, tr:first-child td {
    border-top-style: solid;
    border-top-width: 1px;
    background-color: #b21e3b;
    padding: 10px;
    color: #fff;
    font-family: 'Poppins',sans-serif;
    font-weight: 400;
}
.avia_responsive_table th{
	background-color:#b21e3b !important;
	color:#fff !important;
	border-top-style: solid !important;
    border-top-width: 1px !important;
    font-family: 'Poppins',sans-serif;
    font-weight: 400 !important;
}
.avia_responsive_table td{
	color:#000 !important;
	border-top-style: solid !important;
    border-top-width: 1px !important;
}
.hw_apply_img img{
	margin-top: 11px;
}

.inner_content ul ul li:before {
    width: 7px !important;
    height: 7px !important;
    position: absolute;
    content: "";
    background-color: #a51e36;
    left: 0;
    top: 7px;
    border-radius: 0 !important;
}
/*
#ss li:first-child .apply_icon span{
	width: 100%;
    height: 50px;
    float: left;
    background: url(../images/WebsiteIcons_permitted_activities.png) no-repeat center;
    background-size: contain;
	margin-top: 5px;
}
#ss li:nth-child(2) .apply_icon span{
	width: 100%;
    height: 45px;
    float: left;
    background: url(../images/WebsiteIcons_the_application_process.png) no-repeat center;
    background-size: contain;
	margin-top: 8px;
}
#ss li:nth-child(3) .apply_icon span{
	width: 100%;
    height: 45px;
    float: left;
    background: url(../images/WebsiteIcons_FAQs.png) no-repeat center;
    background-size: contain;
	margin-top: 8px;
}
#ss li:nth-child(4) .apply_icon span{
	width: 100%;
    height: 50px;
    float: left;
    background: url(../images/Website_Icons_application_tips.png) no-repeat center;
    background-size: contain;
	margin-top: 6px;
}
#ss li:nth-child(5) .apply_icon span{
	width: 100%;
    height: 50px;
    float: left;
    background: url(../images/Website_Icons_e-news_subscription.png) no-repeat center;
    background-size: contain;
	margin-top: 4px;
}*/
#ss .apply_icon span.class1{
	width: 100%;
    height: 50px;
    float: left;
    background: url(../images/WebsiteIcons_permitted_activities.png) no-repeat center;
    background-size: contain;
	margin-top: 5px;
}
#ss .apply_icon span.class2{
	width: 100%;
    height: 45px;
    float: left;
    background: url(../images/WebsiteIcons_the_application_process.png) no-repeat center;
    background-size: contain;
	margin-top: 8px;
}
#ss .apply_icon span.class3{
	width: 100%;
    height: 45px;
    float: left;
    background: url(../images/WebsiteIcons_FAQs.png) no-repeat center;
    background-size: contain;
	margin-top: 8px;
}
#ss .apply_icon span.class4{
	width: 100%;
    height: 50px;
    float: left;
    background: url(../images/Website_Icons_application_tips.png) no-repeat center;
    background-size: contain;
	margin-top: 6px;
}
#ss .apply_icon span.class5{
	width: 100%;
    height: 50px;
    float: left;
    background: url(../images/Website_Icons_e-news_subscription.png) no-repeat center;
    background-size: contain;
	margin-top: 4px;
}
div .logo {
  
    padding: 6px 0;
}
.shrink .logo img {
    max-height: 61% !important;
}

i.qfcra_icon{
	width: 18px;
    height: 18px;
	float:left;
}	
i.Icons_Location{
	background:url(../images/Icons_Location.png) no-repeat center;
	background-size: contain;
}	
i.Icons_Email{
	background:url(../images/Icons_Email.png) no-repeat center;
	background-size: contain;
}

i.Icons_Facebook{
	background:url(../images/Icons_Facebook.png) no-repeat center;
	background-size: contain;
}

i.Icons_Fax{
	background:url(../images/Icons_Fax.png) no-repeat center;
	background-size: contain;
}
i.Icons_Instagram{
	background:url(../images/Icons_Instagram.png) no-repeat center;
	background-size: contain;
}
i.Icons_Email{
	background:url(../images/Icons_Email.png) no-repeat center;
	background-size: contain;
}
i.Icons_Landline{
	background:url(../images/Icons_Landline.png) no-repeat center;
	background-size: contain;
}	
i.Icons_LinkedIn{
	background:url(../images/Icons_LinkedIn.png) no-repeat center;
	background-size: contain;
}
i.Icons_Twitter{
	background:url(../images/Icons_Twitter.png) no-repeat center;
	background-size: contain;
}
i.Icons_Youtube{
	background:url(../images/Icons_Youtube.png) no-repeat center;
	background-size: contain;
}
i.Icons_videos{
	background:url(../images/Icons_videos.png) no-repeat center;
	background-size: contain;
}


i.Icons_Location_w{
	background:url(../images/w/Icons_Location.png) no-repeat center;
	background-size: contain;
	
}	
i.Icons_Email_w{
	background:url(../images/w/Icons_Email.png) no-repeat center;
	background-size: contain;
	margin-top: -3px;
}

i.Icons_Facebook_w{
	background:url(../images/w/Icons_Facebook.png) no-repeat center;
	background-size: contain;
	margin-top: -3px;
}

i.Icons_Fax_w{
	background:url(../images/w/Icons_Fax.png) no-repeat center;
	background-size: contain;
	margin-top: -3px;
}
i.Icons_Instagram_w{
	background:url(../images/w/Icons_Instagram.png) no-repeat center;
	background-size: contain;
	margin-top: -3px;
}
i.Icons_Email_w{
	background:url(../images/w/Icons_Email.png) no-repeat center;
	background-size: contain;
	margin-top: -3px;
}
i.Icons_Landline_w{
	background:url(../images/w/Icons_Landline.png) no-repeat center;
	background-size: contain;
	margin-top: -3px;
}	
i.Icons_LinkedIn_w{
	background:url(../images/w/Icons_LinkedIn.png) no-repeat center;
	background-size: contain;
	margin-top: -3px;
}
i.Icons_Twitter_w{
	background:url(../images/w/Icons_Twitter.png) no-repeat center;
	background-size: contain;
	margin-top: -3px;
}
i.Icons_videos_w{
	background:url(../images/w/Icons_videos.png) no-repeat center;
	background-size: contain;
	margin-top: -3px;
}
.contact_left *{
 color:#000;
}	
.footer_social > a{
	float:right;
}
#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
    background-color: #b21e3b !important;
    color: #ffffff;
}
.Subscription_Category .wpcf7-not-valid-tip{
	float:left;
}
.Subscription_Category .wpcf7-not-valid-tip {
    float: left;
}
.applybox_head .iconlist_title  {
	margin-top:15px;
}
.right_head h2,.left_head h2,.cen_head ,.cen_head h2 {
	font-weight:bold !important;
	font-family: 'Poppins', sans-serif !important;
}
.whistleblowing:hover strong ,.consultation:hover strong ,.strategic:hover strong ,{
    color: #ffffff;
}
.fa,.fas{
	 font-family: "Font Awesome 5 Free" !important; 
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video{
font-family:'Poppins', sans-serif !important;
}
.fa,.fas{
	 font-family: "Font Awesome 5 Free" !important; 
}
.apply_right .fas,.apply_right .fa{
	color:#ffffff;
}
.language_flag{
	font-family: 'Segoe UI Semibold', sans-serif !important;
}
/*------------------------ARABIC------------------------*/
.whistleblowing:hover strong , .consultation:hover strong, .strategic:hover strong  {
    color: #ffffff;
}
[dir="rtl"] .sliderbox_head{
	text-align: right !important;;
}
[dir="rtl"] blockquote,[dir="rtl"] blockquote p {
	font-size:19px !important;
}

[dir="rtl"] .footer_social > a{
	float:left !important;
}
[dir="rtl"] i.qfcra_icon{
	left: inherit !important;
	float: right !important;;
}

[dir="rtl"] span.wpcf7-list-item {
    width: 100%;
    float: right;
    margin-right: 10px !important;
    text-align: right;
}

[dir="rtl"] .av-main-nav ul {
    min-width: 352px;
}
[dir="rtl"] #top .main_menu .menu li ul ul {
    left: 346px !important;
    right: auto;
}
[dir="rtl"] .quicklinks_inn {
    width: 100%;
}
[dir="rtl"] .contact_out1 .entry-content-wrapper {
    padding-right: 54px !important;
}
[dir="rtl"] td,[dir="rtl"] th {
    text-align:right;
}
[dir="rtl"] .contact_left ul li{
	text-align: right;
	float:right;
	padding-right: 30px;
}
[dir="rtl"] .inner_content ul li{
    float: right;
	text-align:right;
    padding-right: 25px;
}
[dir="rtl"] .inner_content ol li{ 
    float: right;
    text-align: right;
    padding-right: 3px;
    width: 100%;
}
	
[dir="rtl"] .contact_left ul li i{
	right:0 !important;
	left:none !important;
}
[dir="rtl"] .inner_content ul li:before{
	right:0 !important;
	left:none !important;
}
	
[dir="rtl"] p,[dir="rtl"] .inner_head {
	text-align:right;
	float: right;
	width:100%;
}
[dir="rtl"] .footer_inner, [dir="rtl"] .footer_address, [dir="rtl"] .quicklinks, [dir="rtl"] .quicklinks_inn,[dir="rtl"] .qbutton,[dir="rtl"] .wpcf7-submit,[dir="rtl"] div.wpcf7 .ajax-loader,[dir="rtl"] .hw_apply_img,[dir="rtl"] blockquote{
	float:right !important;
}

[dir="rtl"] .hw_apply_text{
    float: right;
    margin: 15px 20px 0 0;
}

[dir="rtl"] .footer_address ul li {
    text-align: right;
    padding-right: 40px;
}
[dir="rtl"] .footer_address ul li i ,[dir="rtl"] .quicklinks_inn ul li:before {
    right: 0 !important; 
}
[dir="rtl"] .footer_block {
	text-align: right;
}
[dir="rtl"] .quicklinks_inn ul li{
	padding-right: 20px;
}
[dir="rtl"] .logo{
	right:0 !important;
	left:none !important;
	position:inherit !important;
}
[dir="rtl"] .main_menu{
	right: inherit !important;
	/*left:0 !important;*/
}
[dir="rtl"] * ,[dir="rtl"] input,[dir="rtl"] textarea{
	direction:rtl !important;
}

[dir="rtl"] .form-group label,[dir="rtl"] .labelsub,[dir="rtl"] .form_inner_bottomhead,[dir="rtl"] .form_inner_bottomcontent,[dir="rtl"] .wpcf7-not-valid-tip,[dir="rtl"] .wpcf7-validation-errors,[dir="rtl"] .wpcf7-mail-sent-ng{
	float: right !important;
    text-align: right;
    direction: rtl;
}
[dir="rtl"] .form_innerhead_sub p{
	text-align: center !important;
}
[dir="rtl"] .directorsnew_name,[dir="rtl"] .directors_name ,[dir="rtl"] .directordetails_name,[dir="rtl"] .directordetails_pos{
	text-align: right !important;
}
[dir="rtl"] .offset-lg-3 {
    margin-right: 25%;
}
[dir="rtl"] .offset-lg-3 {
    margin-right: 25%;
}
[dir="rtl"] .director_banner .offset-lg-3 {
    margin: 0 !important;
    margin-right: 25% !important;
}
[dir="rtl"] .wpcf7-form-control-wrap , [dir="rtl"] .publicatons_head,[dir="rtl"] .av-special-heading-tag{
   text-align: right !important;
}
[dir="rtl"] .owl-carousel,[dir="rtl"] .owl-carousel * {
   /* direction:ltr !important;*/
}
[dir="rtl"] .owl-nav {
    direction: ltr !important;
}
[dir="rtl"] .inner_right ul li {
    padding-right: 35px;
	text-align:right;
}
[dir="rtl"] .inner_right ul li:before {
    position: absolute;
    right: 0 !important;
    content: "";
    width: 20px;
    height: 20px;
    background: url(../images/inner_arrow.png);
	transform: scaleX(-1);
}
[dir="rtl"] .inner_block {
	background-image: url(../images/inner_water_ar.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}
td.ms-vb2 {
    vertical-align: top;
}

[dir="rtl"] .guides_outer:before {
    height: 100%;
    content: "";
    background-color: #f1f1f1;
    position: absolute;
    right: 0 !important;
    top: 0;
	border-right:none !important;
    border-left: solid #b21e3b 1px !important;

}
[dir="rtl"] .layout-view-icon {
     text-align: left !important;
}
[dir="rtl"] .cen_head:before {
    width: 25px;
    height: 2px;
    background-color: #b21e3b;
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
}
[dir="rtl"] .box_div {
    padding: 10px 20px;
    background: #ececec;
    color: #000;
    float: right;
}
[dir="rtl"] .contact_right {
    text-align:right !important;
}	
[dir="rtl"] .apply_icon {
    width: 70px;
    height: 70px;
    float: right;
}
[dir="rtl"] .applybox_right {
    width: 78%;
    height: auto;
    float: right;
    margin-right: 30px;
    margin-left: 2px;
}
[dir="rtl"] .applybox_head {
    width: auto;
    height: auto;
    float: right !important;;
    font-family: 'Poppins','Segoe UI', sans-serif !important;
    font-size: 20px;
    color: #b21e3b !important;
    font-weight: 400;
}
[dir="rtl"] .applybox_read {
    width: auto;
    height: auto;
    float: right !important;;
    font-family: 'Poppins','Segoe UI', sans-serif !important;
    font-size: 13px;
    color: #b21e3b;
    font-weight: 500;
}
[dir="rtl"] .right_head:before,[dir="rtl"] .left_head:before  {
   
	left:none !important;
    right: 0 !important;;
}
[dir="rtl"] .cen_head,[dir="rtl"] .right_head h2 ,[dir="rtl"] .left_head h2{
	text-align: right !important;
}
[dir="rtl"] .medialisting_icon a {
    float: right;
}
[dir="rtl"] .medialisting_icon{
	float: right !important;;
}
[dir="rtl"] .apply_right .pull-left{
float: right !important;;
}
[dir="rtl"] .news_content {
    text-align: right;
}

