@charset "utf-8";
/* CSS Document */
/***********
Fonts
***********/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800|Roboto:400,500,700');
/*********************************
Body and some general stuff
*********************************/
*{
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
body{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	background: #FFFFFF;
	color: #a5a5a5;
}
div{
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ul{
	list-style: none;
	margin-bottom: 0px;
}
p{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 2.29;
	font-weight: 400;
	color: #a5a5a5;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
p a{
	display: inline;
	position: relative;
	color: inherit;
	border-bottom: solid 1px #ffa07f;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
a, a:hover, a:visited, a:active, a:link{
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
p a:active{
	position: relative;
	color: #FF6347;
}
p a:hover{
	color: #FFFFFF;
	background: #ffa07f;
}
p a:hover::after{
	opacity: 0.2;
}
::selection{
	background: #ff690b;
	color: #FFFFFF;
}
p::selection{
	background: #ff690b;
	color: #ffffff;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
h1::selection, 
h2::selection, 
h3::selection, 
h4::selection, 
h5::selection, 
h6::selection
{
	
}
::-webkit-input-placeholder{
	font-size: 14px !important;
	font-weight: 500 !important;
	color: #a5a5a5 !important;
}
:-moz-placeholder /* older Firefox*/{
	font-size: 14px !important;
	font-weight: 500 !important;
	color: #a5a5a5 !important;
}
::-moz-placeholder /* Firefox 19+ */ {
	font-size: 14px !important;
	font-weight: 500 !important;
	color: #a5a5a5 !important;
} 
:-ms-input-placeholder{ 
	font-size: 14px !important;
	font-weight: 500 !important;
	color: #a5a5a5 !important;
}
::input-placeholder{
	font-size: 14px !important;
	font-weight: 500 !important;
	color: #a5a5a5 !important;
}
.form-control{
	color: #db5246;
}
section{
	display: block;
	position: relative;
	box-sizing: border-box;
}
.clear{
	clear: both;
}
.clearfix::before, .clearfix::after{
	content: "";
	display: table;
}
.clearfix::after{
	clear: both;
}
.clearfix{
	zoom: 1;
}
.float_left{
	float: left;
}
.float_right{
	float: right;
}
.trans_200{
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.trans_300{
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.trans_400{
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.trans_500{
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.fill_height{
	height: 100%;
}
.super_container{
	width: 100%;
	overflow: hidden;
}
.prlx_parent{
	overflow: hidden;
}
.prlx{
	height: 130% !important;
}
.nopadding{
	padding: 0px !important;
}
.row{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
}
/*********************************
Header
*********************************/
.header{
	position: fixed;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	height: 104px;
	z-index: 10;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	top:0px;
	width: 100%;
	background: #000000;
}
.header.scrolled .header_content::before{
	box-shadow: 0px 20px 49px rgba(0,0,0,0.17);
}
.header_content{
	width: 100%;
	height: 100%;
}
.header_content::before{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	box-shadow: 0px 2px 49px rgba(0,0,0,0.67);
	z-index: -1;
}
/*********************************
Logo
*********************************/
.logo_container{
	display: inline-block;
	margin-top: 15px;
}
/*********************************
Main Nav
*********************************/
.main_nav_container{
	display: inline-block;
    float: right;
    margin-top: 30px;
}
.menu-item{
	display: inline-block;
	margin-right: 160px;
}
.menu-item:last-child
{
	margin-right: 0px;
}
.menu-item a{
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    text-transform: initial;
    color: #ffffff;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.menu-item a:hover {
    color: #ff690b;
}
/*********************************
Menu
*********************************/
.menu_container{
	position: fixed;
	top: 0;
	right: -50vw;
	width: 50vw;
	height: 1000px;
	background: #FFFFFF;
	z-index: 12;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
	visibility: hidden;
	opacity: 0;
}
.menu_container.active{
	visibility: visible;
	opacity: 1;
	right: 0;
}
.menu_mobl{
	position: absolute;
	top:150px;
	left: 0;
	padding-left: 15%;
}
.menu_list{
	-webkit-transform: translateY(3.5rem);
	-moz-transform: translateY(3.5rem);
	-ms-transform: translateY(3.5rem);
	-o-transform: translateY(3.5rem);
	transform: translateY(3.5rem);
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 1000ms 600ms ease;
	opacity: 0;
}
.menu_container.active .menu_list{
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
}
.menu_item{
	margin-bottom: 9px;
}
.menu_item a{
	font-family: 'Open Sans', sans-serif;
	font-size: 36px;
	font-weight: 700;
	color: #3a3a3a;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.menu_item a:hover{
	color: #ff690b;
}
.menu_close_container{
	position: absolute;
	top: 86px;
	right: 79px;
	width: 21px;
	height: 21px;
	cursor: pointer;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.menu_close{
	top: 9px;
	width: 21px;
	height: 3px;
	background: #3a3a3a;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.menu_close::after{
	display: block;
	position: absolute;
	top: -9px;
	left: 9px;
	content: '';
	width: 3px;
	height: 21px;
	background: #3a3a3a;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.menu_close_container:hover .menu_close,
.menu_close_container:hover .menu_close::after{
	background: #ff690b;
}
/*********************************
Home
*********************************/
.home{
	width: 100%;
	height: 900px;	
}
/*********************************
Footer
*********************************/
.footer{
	width: 100%;
	background: #000000;
}
.footer .section_title h1{
	color: #FFFFFF;
}
.footer_content {
	padding-top: 40px;
	padding-bottom: 40px;
	border-bottom: solid 2px #4d4e4e;
}
.footer_content .logo_container
{
	padding-left: 0px;
}
.footer_content .logo span{
	color: #FFFFFF;
}
.footer_about_text{
	margin-top: 24px;
	margin-bottom: 0px;
	padding-right: 20px;
}
.footer_column_title{
	font-size: 20px;
	font-weight: 700;
	color: #FFFFFF;
	padding-top: 15px;
}
.footer_column_content{
    margin-top: 20px;
    margin-bottom: 20px;
}
.footer_list_item
{
	margin-bottom: 11px;
}
.footer_list_item a{
	font-size: 14px;
	color: #a5a5a5;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.footer_list_item a:hover{
	color: #ffb606;
}
.footer_contact_item{
	font-size: 16px;
    font-weight: 400;
    color: #ffffff;
	margin-bottom: 22px;
}
.footer_contact_item:last-child{
	margin-bottom: 0px;
}
.footer_contact_icon{
	display: inline-block;
	width: 24px;
	height: 24px;
	vertical-align: middle;
	margin-right: 10px;
}
.footer_contact_icon img{
	width: 100%;
}
span.footer_detail {
    display: inline-flex;
}
.M_para {
    color: #fff;
	font-size: 18px;
    text-transform: capitalize;
    background: transparent !important;
    font-weight: 600;
    padding: 17px;
}
.M_menus {
    background: #000000;
    padding: 10px;
}
.multimedia {
    padding: 100px 0px;
    padding-top: 50px;
}
.M_para:focus, .M_para:hover {
    color: #ff690b;
}
.M_para.active{
	color: #ff690b !important;
}
.default_clr{
	color: #ff690b !important;	
	font-size: 18px;
}
.video_media{
	float: right;
	width: 100%;
	height: 500px;
}
.contact_left {
    line-height: 25px !important;
    padding: 20px !important;
}
li.menu_social_item {
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    text-align: center;
    padding-top: 10px;
    margin: 0px auto;
    margin-bottom: 15px;
    margin-top: 10px;
}
.menu_social_item a {
    color: #000000;
}
.menu_social_item i {
    font-size: 20px;
    text-align: center;
}
li.menu_social_item:hover {
    background: #ff690b;
}
li.menu_social_item:hover a {
    color: #fff;
}
.Nav_search{

}
.Nav_search form {
    background: #fff;
    padding: 10px;
    border-radius: 50px;
    border-radius: 50px;
   -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
}
.Nav_search input.searchbox {
    border: none;
    outline: none;
    padding-left: 10px;
}
.Nav_search button.searchbutton {
    background: #ffffff;
    border: none;
    padding-right: 10px;
    outline: none;
    font-size: 20px;
}
.Multi_media h4.title {
    color: #000000;
    font-size: 50px;
    font-weight: bolder;
    width: 100%;
}
.Banner_img img{
	width: 100%;
    z-index: -5;
    height: auto;
}
.current_page_item a, .current-page-ancestor a {
    color: #ff690b!important;
}
.Banner_img h4.title {
    position: absolute;
    top: 50%;
    font-size: 50px;
    font-weight: bold;
    color: #ffffff;
    left: 16.5%;
}
.bdr_bottom {
	position: absolute;
    top: 55%;
    border-bottom: 10px solid #ff690b;
    display: block;
    width: 8%;
    left: 10%;
}
.second_side_para p {
    font-size: 16px;
    color: #000000;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 5px;
    text-align: justify;
}
.about_us {
    background: #ffffff;
    position: relative;
    padding: 50px 0px;
}
.homemenu_slide{
    background: #ffffff;
    position: relative;
    padding: 50px 0px;
}
.side_menu_box {
    background: #000000;
    padding: 15px;
    font-size: 18px;
    color: #ffffff;
    width: 100%;
    text-transform: capitalize;
    float: right;
    font-weight: 600;
    height: auto;
    margin-bottom: 30px;
}
.header_submission, .header_publications, .header_news{
    height: 300px !important;
}
.common_heading4 {
    color: #000000;
	font-size: 20px;
    font-weight: 700;
    line-height: 30px;
   	text-transform: capitalize;
}
.common_ul li {
    font-size: 16px;
    color: #000000;
    font-weight: 600;
    line-height: 40px;
}
ul.common_ul {
    margin-bottom: 40px;
}
.common_ul i {
    padding-right: 20px;
    color: #ff690b;
    font-size: 24px;
}
.second_side_para a {
    font-size: 16px;
    color: #000000;
    font-weight: 700;
    line-height: 40px;
    border: none;
    font-style: italic;
}
.second_side_para a.download_pdf{
    font-style:normal;
}
.second_side_para a:hover{
    background:none;
    color: #ff690b;
}
.second_side_para a.download_pdf:hover{
    background:#000000;
}
.site_clr{
	color: #ff690b;
}
.about_page .side_menu_box {
    height: auto;
}
.org_structure{
	text-align: center;
}
.org_structure img{
	width: 70%;
	margin-top: 40px;
}
.more_content{
    width: 15%;
    display: block;
    color: #ff690b;
    font-size: 16px;
    font-weight: bold;
    border: 3px solid #ff690b;
    margin: 0px auto;
    text-align: center;
    padding: 5px 10px;
    vertical-align: middle;
    background: #fff;
    float: left;
}
.side_menu_box li a:hover {
    color: #ff690b !important;
    cursor: pointer;
}
.Home_slider h3.post-title a {
    color: #ffffff !important;
    font-size: 26px;
    font-weight: bold;
    display: block;
    text-transform: none;
    line-height: 40px;
    padding-bottom: 20px;
}
.Home_slider a.read-more span {
    color: #ffffff;
    font-size: 20px;
    border: 3px solid #ffffff;
    border-radius: 50px;
    border-radius: 50px;
   -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    padding: 5px 20px;
    font-weight: bold;
}
.post-slide3 {
    width: 80%;
    margin: 0px auto;
}
.post-img {
    box-shadow: 0px 0px 20px 0px #000000;
    background: #ffffff;
}
.Home_slider {
    background: #ff690b;
    text-align: center;
    width: 80%;
    margin: 0px auto;
    margin-top: -10px;
    padding: 40px;
    display: block;
}
h3.post-title {
    margin-bottom: 0px;
}
a.read-more {
    padding: 10px;
    display: block;
}
.post-img img {
    height: 200px;
}
.owl-dot {
    display: inline-block;
    padding: 5px;
    background: #000000;
    border-radius: 50px;
    border-radius: 50px;
   -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    width: 10px;
    margin: 0px 5px;
}
.owl-dot.active {
    background: #ff690b;
    padding: 10px;
    vertical-align: top;
}
.owl-dots {
    text-align: center;
}
.owl-carousel .owl-stage-outer {
    overflow: unset;
}
.right_banner_text {
	position: absolute;
    top: 190px;
    right: 1%;
    background: #000000;
    padding: 20px;
    width: 25%;
    line-height: 60px;
    height: auto;
}
.banner_title_right {
    color: #ffffff;
    font-size: 50px;
    font-weight: bold;
    line-height: 70px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.right_banner_text h2 {
    font-size: 60px;
    color: #ffffff;
    font-weight: bold;
    line-height: 80px;
    text-transform: uppercase;
}
.banner_home {
    position: absolute;
    top: 20%;
    left: 30%;
    box-shadow: 0px 0px 50px 10px #aaa;
}
.banner_title_right a {
    color: #ffffff;
}
.banner_title_right:hover a{
    color: #ff690b;
}
img.banner_second {
    display: none;
}
.tab {
    float: left;
    width: 30%;
    height: auto;
    z-index: 9;
    top: 130px;
    left: 10%;
}
.tab a {
    display: inline-block;
    background-color: #fff;
    color: #000000;
    padding: 10px 15px;
    width: auto;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    font-size: 50px;
    margin: 30px 0px;
    font-weight: bold;
    clear: both;
    float: left;
}
.tab a.active {
    background-color: #FFFFFF;
}
a .tablinks:hover {
    color: #ff690b;
}
a .tablinks{
    color: #000000;
}
.tab a:hover{
    color: #ff690b;
}
.tabcontent {
	float: left;
    padding: 0px 12px;
    width: 70%;
    border-left: none;
    height: auto;
    display: none;
    top: 100px;
    left: -10%;
}
a.tablinks:after {
    border-bottom: 5px solid #ff690b;
    content: "";
    width: 80px;
    display: block;
}
.tabcontent img {
    width: 80%;
    box-shadow: 0px 0px 30px 11px #cccccc;
}
.right_banner_text h2:after {
    border-bottom: 5px solid #ff690b;
    width: 80px;
    content: "";
    display: block;
}
.side_menu_box a {
    color: #ffffff;
    font-size: 18px;
}
.Multi_media h4.title:after {
    border-bottom: 5px solid #ff690b;
    content: "";
    display: block;
    width: 80px;
    padding-bottom: 10px;
}
.logo img{
	width: 100%;
}
.market_title:after, .finance_head:after, .prudent_head:after{
    border-bottom: 5px solid #ff690b;
    content: "";
    display: block;
    width: 80px;
    padding-bottom: 10px;	
}
.submission_bdr:after, .publication_bdr:after, .news_bdr:after{
    border-bottom: 5px solid #ff690b;
    content: "";
    width: 80px;
    display: block;	
    padding-top: 10px;
}
li.contact_left_head {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
    color: #ff690b;
}
.contact_page {
    height: auto;
}
.contact_page .side_menu_box {
    height: auto;
    font-size: 16px;
}
textarea.contact_fields {
    height: 280px;
    resize: none;
}
.contact_fields{
	width: 100%;
    padding: 20px;
    color: #000;
    -webkit-text-fill-color: #000;
    font-weight: bold;
    background-color: #ccc;
    border: 0px;
    margin: 10px 0px;
    line-height: 50px;
    outline: none;
}
.submit_contact{
    text-align: center;
    padding: 20px;
    background-color: #fff;
    border: none;
    font-weight: bold;
    width: 200px;
    font-size: 20px;
    cursor: pointer;
    outline: none;
    text-transform: uppercase;
    color: #ff690b;
    border: 3px solid #ff690b;
}
.long_text{
	line-height: 30px;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
a.read-more span:hover {
	background: #fff;
    color: #ff690b;
}
.biggerbox{
	height: 600px;
}
.common_image_box {
    padding: 30px;
    background: #fff;
    box-shadow: 7px 7px 2px #ccc;
    margin-bottom: 20px;
}
.img_set_box{
	text-align: center;
    cursor: pointer;
}
.img_set_box p {
    display: block;
    float: none;
    clear: both;
    text-align: center !important;
    width: 200px;
    margin: 0px auto;
    font-weight: bold;
}
.primary_head_links div a {
    text-decoration: none;
    text-transform: capitalize;
    display: block;
    width: auto;
    font-style: normal;
}
.primary_head_links div a:hover {
    color: #ff690b;
}
.member_names{
	width: 100%;
}
.title_member{
	color: #ff690b;
	font-weight: bold;
	margin-top: 20px;
}
p.primary_names {
    width: 40%;
}
.member_names p {
    float: left;
}
.img_set_box .common_image_box:hover {
    box-shadow: 0px 0px 1px #ccc;
    background: #ff690b;
}
.col-sm-4 .img_set_box p:hover {
    color: #ff690b;
    clear: both;
}
button.more_content:hover {
    border-color: #ff690b;
    color: #ffffff;
    background: #ff690b;
    cursor: pointer;
}
.member_names a:hover {
    color: #ff690b;
    background: transparent;
    cursor: pointer;
}
.member_names a {
    text-decoration: none;
    border: none;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    clear: both;
    display: block;
}
.member_banks{
	width: 33%;
	float: left;
}
p.primary_title {
    font-weight: 700;
    cursor: pointer;
}
p.primary_title:hover {
    color: #ff690b;
}
.biggerbox {
    height: auto !important;
}
.side_menu_box li {
    padding: 15px 0px;
   	margin: 0px;
    display: block;			
}
.submit_contact:hover {
    color: #fff;
    border: 2px solid #ff6a0c;
    background: #ff690b;
    outline: none;
}
.contact_footer {
    margin-top: 5%;
}
.about_us .animated {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
h4.title.animated {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.primary_head_links h4.panel-title {
    border-bottom: 1px solid #ccc;
}
i.more-less {
    float: right;
    width: 10%;
}
a.collapsed i.more-less {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    text-align: right;
}
.panel-title a.collapsed {
    color: #000;
}
.panel-title a {
    color: #ff690b;
}
.primary_head_links .panel-body {
    font-size: 16px;
    line-height: 30px;
    color: #000;
    font-weight: 600;
    padding: 10px;
    height: auto;
}
.Banner_img {
    height: 400px;
   	overflow: hidden;
}
.market_content {
    height: auto;
}
.member_banks a{
	text-decoration: none;
	font-style: normal;
}
.text_transform{
    text-transform: initial;	
}
.download_pdf {
    font-weight: 600 !important;
    font-size: 14px !important;
    color: #fff !important;
    text-decoration: none !important;
    background: #ff690b;
    padding: 5px 10px;
}
.pdf_title p {
    line-height: normal;
}
a.pdf_title {
    text-decoration: none;
    line-height: normal;
	padding-top: 10px !important;
    display: block;
    font-style:normal;
}
a.pdf_title:nth-child(1) {
    padding-top: 0px !important;
}
.contact_left li {
    text-transform: initial;
}
p.mulitmedia_heads {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    text-transform: initial;
    text-align: center;
    margin: 0px auto;
    width: 80%;
    line-height: normal;
    margin-bottom: 20px;
}
.more_vids {
    background: #ff690b;
    text-align: center;
    color: #fff;
    padding: 10px 5px;
    margin: 0px auto;
    width: 10%;
    border: none;
    font-size: 16px;
    text-transform: uppercase;
    box-shadow: 4px 4px 2px 0px #9E9E9E;
    margin-bottom: 20px;
    font-weight: bold;
    margin-bottom: 100px !important;
    margin-top: 20px;
}
.main_tabs {
    background: #ff690b;
}
.main_tabs li a:hover {
    color: #000000 !important;
}
.container.row.m-0 {
    margin: 0px auto !important;
}
.about_page {
    padding-bottom: 50px !important;
}
.payment_h4{
    color: #000;
    font-size: 20px;
    font-weight: 600;
    margin-top: 25px;
}
ul.payment_ul li {
    font-size: 16px;
    line-height: 30px;
    color: #000;
    font-weight: 600;
    margin-top: 10px;
    display: table;
}
ul.payment_ul {
    margin-top: 20px;
}
.payment_ul i {
    color: #ff690b;
    padding-left: 10px;
    display: table-cell;
    padding-right: 10px;
}
.search-submit span.screen-reader-text {}
input.search-field {
	background: transparent;
    border: none;
    padding-left: 20px !important;
    outline: none;
    padding: 5px;
    font-size: 18px;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    padding-right: 26px !important;
    width: 260px;
}
form.search-form {
    background: #fff;
    border-radius: 50px;
    padding: 0px;
    width: 100%;
    line-height: 30px;
}
span.screen-reader-text {
    display: none;
}
.search-submit span.screen-reader-text:before {
    font-size: 15px;
    content: "\f002";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 8px;
    right: 15px;
}
button.search-submit {
    border: 0px;
    background: transparent;
}
#menu-payments-menu li.menu-item:last-child, #menu-prudential-menu li.menu-item:last-child, #menu-market-conduct-menu li.menu-item:last-child, #menu-financial-inclusion-menu li.menu-item:last-child, #menu-about-us-side-menu li.menu-item:last-child, #menu-home-right-menu li.menu-item:last-child{
    display: none;
}
#menu-home-left-menu .current_page_item a {
    color: #000 !important;
}
#menu-home-left-menu li.menu-item:last-child {
    display: none;
}
#menu-prudential-menu .current-menu-item a, #menu-market-conduct-menu .current-menu-item a, #menu-payments-menu .current-menu-item a, #menu-financial-inclusion-menu .current-menu-item a{
    color: #ff690b !important;
}
.biggerbox .side_menu_box {
    padding: 0px !important;
    margin-bottom: 0px;
}
.navigation h2.screen-reader-text {
    display: none;
}
span.page-numbers.current {
    background: #ff690b;
    padding: 5px 10px;
    border-radius: 5px;
    color: #fff;
    font-weight: 600;
}
.navigation a.page-numbers {
    background: #000;
    padding: 5px 10px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    line-height: normal;
    margin-left: 5px;
    margin-right: 5px;
    font-style:normal;
}
nav.navigation.pagination {
    margin-top: 20px;
}
.mail_id{
	font-size: 14px !important;
}
.screen-reader-response {
    display: none;
}
span.wpcf7-not-valid-tip {
    color: red;
    font-weight: bold;
}
.wpcf7-response-output.wpcf7-validation-errors {
    color: red;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
}
button.search-submit:before {
    font-size: 15px;
    content: "\f002";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 5px;
    right: 15px;
    cursor: pointer;
}
.menu-item form label {
    margin-bottom: 0px;
}
.search-content{
	width: 100%;
	clear: both;
}
header.page-header {
    width: 100%;
}
.search-result {
    width: 100%;
    margin-top: 20px;
}
h4.common_heading4:first-child {
    margin-top: 0px;
}
h4.common_heading4 {
    margin-top: 30px;
}
.navigation span.post-title {
    display: none;
}
.meta-nav{
    background: #000;
    padding: 5px 10px;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
}
.navigation .nav-next a, .navigation .nav-previous a {
    text-decoration: none;
    font-style: normal !important;
}
.nav-previous{
    margin-right: 10px;
    float: left;
}
.nav-next{
	float: right;
}
nav.navigation.post-navigation {
    margin-top: 20px;
}
.nav-links a .meta-nav:hover {
    background: #ff690b;
}
.navigation a.page-numbers:hover {
    background: #ff690b;
}
.search-result a:hover {
    color: #ff690b;
}
.search-result a {
    color: #000;
    font-weight: 600;
}
section.result {
    margin-bottom: 70px;
}
.page-header h4.page-title {
    color: #ff690b;
    font-weight: 700;
}
.second_side_para h1 {
    font-size: 26px;
    font-weight: bold;
    color: #ff690b;
    text-transform: capitalize;
    margin-bottom: 0px;
}

section.no-results.not-found {
    width: 100%;
}
.no-results.not-found h1.page-title {
    font-weight: 600;
    color: #ff690b;
}
.no-results.not-found form.search-form {
    display: none;
}
.no-results.not-found .page-content p {
    color: #000;
    font-weight: 600;
    font-size: 16px;
}
.slider_title{
    font-size: 14px;
    color: #555;
    font-style: italic;
    font-weight: 700;
    margin-bottom: 20px;
}
.home_news_view .second_side_para ul li:before {
    content: "\f111";
    color: #ff690b;
    font-weight: bold;
    display: table-cell;
    width: 10px;
    margin-left: 0em;
    font-size: 10px;
    padding-right: 15px;
    vertical-align: top;
    font-family: 'Font Awesome 5 Free';
}
.home_news_view .second_side_para ul li {
    display: table;
    width: 100%;
}
.home_news_view .second_side_para ul {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    line-height: 36px;
}
.menu_mobl li.menu-item.menu-item-type-post_type {
    display: block;
}
.menu_mobl a {
    color: #000;
    display: block;
}
.menu_mobl form.search-form {
    background: #ccc;
    margin-top: 10px;
}
.menu_mobl button.search-submit:before {
    font-size: 15px;
    content: "\f002";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 78%;
    right: 42%;
    cursor: pointer;
}
li.menu_social_item.menu_mm {
    left: 0px;
}
.menu_inner .menu_social_item a {
    background: #ff690b;
    padding: 10px;
    border-radius: 100px;
}
.menu_mm a i {
    color: #fff;
}
.contact_page {
    padding-bottom: 40px;
}
.main_tabs .mt-4 {
    margin: 0px !important;
}
a.prev.page-numbers:first-child {
    margin-left: 0px;
}
.second_side_para li{
	font-size: 16px;
	color: #000000;
	font-weight: 600;
	line-height: 36px;
	margin-bottom: 5px;
	text-align: justify;
	display: table;		
}
.second_side_para li::before {
    content: "\f111";
    color: #ff690b;
    font-weight: bold;
    display: table-cell;
    width: 10px;
    margin-left: 0em;
    font-size: 10px;
    padding-right: 15px;
    vertical-align: top;
    font-family: 'Font Awesome 5 Free';
}
.mob_respon {
    display: none;
}
.second_side_para li a {
    font-size: 16px;
    font-weight: 600;
    line-height: 40px;
    cursor: pointer;
    font-style: normal;
}
.second_side_para li a:hover {
    color: #ff690b;
    text-decoration: none;
}
.home_news_view .second_side_para img {
    max-width: 100%;
    height: auto;
}
.panel-body table td {
    font-size: small;
    padding: 10px;
}
.home_news_view .second_side_para a {
    color: #ff690b;
    font-size: 16px;
    text-decoration: none !important;
    border: 0px !important;
    font-style: italic;
}
.home_news_view .second_side_para a:hover {
    background: transparent !important;
    text-decoration: underline !important;
}
table.tableizer-table {
    color: #000;
    border: 1px solid #000;
}
.tableizer-table thead {
    border: 1px solid #000;
}
.tableizer-firstrow th {
    border: 1px solid #000;
    padding: 5px;
}
.tableizer-table tbody tr {
    border: 1px solid #000;
}
.tableizer-table tbody tr td {
    border: 1px solid #000;
    padding: 5px;
}
.panel-body a{
	color: #ff690b;
    font-size: 16px;
    text-decoration: none !important;
    border: 0px !important;
    font-style: italic;
    display: inline!important;
}
.panel-body a:hover{
	background: transparent !important;
    text-decoration: underline !important;
}
.panel-body img{
	max-width: 100%;
}


/*Responsive style*/
@charset "utf-8";
/* CSS Document */
/******************************
[Table of Contents]
1. 1600px
2. 1440px
3. 1280px
4. 1199px
5. 1024px
6. 991px
7. 959px
8. 880px
9. 768px
10. 767px
11. 539px
12. 479px
13. 400px
******************************/
/************
1. 1600px
************/
@media only screen and (max-width: 1600px){
	
}
/************
2. 1440px
************/
@media only screen and (max-width: 1440px){
	
}
/************
3. 1380px
************/
@media only screen and (max-width: 1380px){
	.header
	{
		width: 100%;
	}
/*	.header_content
	{
		width: calc(100% - 219px);
	}*/
	.header_side
	{
		width: 219px;
	}
	.header_side span
	{
		font-size: 14px;
	}
	.header_side img
	{
		width: 20px;
		height: 20px;
	}
}
/************
3. 1280px
************/
@media only screen and (max-width: 1280px)
{
	.header
	{
		width: 100%;
	}
	.header_content
	{
		width: 100%;
	}
	.header_side
	{
		display: none !important;
	}
	.hero_slide_content h1
	{
		font-size: 56px;
	}
	.card-title
	{
		font-size: 20px;
	}
	.register_content,
	.search_content
	{
		width: 442px;
	}
}
/************
4. 1199px
***********/
@media only screen and (max-width: 1199px)
{
	.hero_box
	{
		padding-left: 20px;
	}
}
/************
4. 1100px
************/
@media only screen and (max-width: 1100px)
{
	
}
/************
5. 1024px
************/
@media only screen and (max-width: 1024px){
	.main_nav_item
	{
		margin-right: 33px;
	}
}
/************
6. 991px
************/
@media only screen and (max-width: 991px){
	.main_nav_container
	{
		display: none;
	}
	.logo_container
	{
		padding-left: 30px;
	}
	.hamburger_container
	{
	    display: block;
	    right: 0px !important;
	    z-index: 9999;
	    position: fixed;
	    color: #fff;
	    padding: 10px;
	    font-size: 24px;
	    padding-top: 35px;
	    cursor: pointer;
	}
	.hero_slide_content h1
	{
		font-size: 48px;
	}
	.hero_boxes
	{
		width: 100%;
		height: auto;
		padding-top: 117px;
	}
	.hero_boxes_inner
	{
		position: relative;
		top: auto;
		left: auto;
	}
	.hero_box
	{
		padding-left: 50px;
	}
	.hero_box_col
	{
		margin-bottom: 30px;
	}
	.hero_box_col:last-child
	{
		margin-bottom: 0px;
	}
	.course_box
	{
		margin-bottom: 80px;
	}
	.course_box:last-child
	{
		margin-bottom: 0px;
	}
	.search_section
	{
		padding-top: 156px;
		padding-bottom: 161px;
	}
	.register_content,
	.search_content
	{
		width: 75%;
	}
	.testimonials_slider_container
	{
		padding-left: 0px;
		padding-right: 0px;
	}
	.event_date
	{
		margin-top: 30px;
	}
	.event_name
	{
		margin-top: 17px;
	}
	.event_content p
	{
		margin-bottom: 0px;
	}
	.newsletter_form_container
	{
		width: 90%;
	}
	.footer_col
	{
		margin-bottom: 30px;
	}
	.footer_col:last-child
	{
		margin-bottom: 0px;
	}
}
/************
7. 959px
************/
@media only screen and (max-width: 959px){
	
}
/************
8. 880px
************/
@media only screen and (max-width: 880px)
{
	
}
/************
9. 768px
************/
@media only screen and (max-width: 768px){
	
}
/************
10. 767px
************/
@media only screen and (max-width: 767px){
	.menu_container
	{
		right: -100vw;
		width: 100vw;
		height: 100vh;
	}
	.newsletter_email
	{
		width: 100%;
	}
	.newsletter_submit_btn
	{
		margin-top: 15px;
	}
}
/************
11. 575px
************/
@media only screen and (max-width: 575px){
	h1{font-size: 24px;}
	p{font-size:13px;}
	.header
	{
		height: 74px;
	}
	.logo_container
	{
		padding-left: 15px;
	}
/*	.logo img
	{
		width: 30px;
	}*/
	.logo span
	{
		font-size: 16px;
	}
	.hamburger_container
	{
		right: 5px;
	}
	.menu
	{
		top: 70px;
	}
	.menu_item
	{
		margin-bottom: 0px;
	}
	.menu_item a
	{
		font-size: 24px;
	}
	.menu_copyright
	{
		display: none;
	}
	.menu_social_container
	{
		margin-top: 0px;
	}
	.menu_close_container
	{
		right: 30px;
		top: 34px;
	}
	.hero_slider_nav
	{
		display: none;
	}
	.hero_slide_content
	{
		max-width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
	.card-title
	{
		margin-top: 30px;
	}
	.card-title a
	{
		font-size: 20px;
	}
	.card-text
	{
		font-size: 13px;
	}
	.price_box
	{
		margin-top: 37px;
	}
	.register_section,
	.search_section
	{
		padding-top: 115px;
		padding-bottom: 120px;
	}
	.register_content,
	.search_content
	{
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
	.register_text
	{
		margin-top: 25px;
	}
	.register_button
	{
		margin-top: 53px;
	}
	.testimonials_slider .owl-dots
	{
		display: none !important;
	}
	.testimonials_item
	{
		padding-bottom: 0px;
	}
	.event_date
	{
		width: 100px;
		height: 100px;
	}
	.event_day
	{
		font-size: 36px;
	}
	.event_month
	{
		font-size: 14px;
	}
	.event_name
	{
		margin-top: 5px;
	}
	.footer_bar
	{
		padding-top: 49px;
		padding-bottom: 52px;
	}
	.footer_social
	{
		margin-top: 20px;
	}
	.footer_copyright span
	{
		font-size: 13px;
	}
}
/************
11. 539px
************/
@media only screen and (max-width: 539px){
	
}
/************
12. 480px
************/
@media only screen and (max-width: 480px){
	.finance_sec .side_menu_box {
	    height: 300px !important;
	}
	.market_conduct .side_menu_box {
    	height: 300px !important;
	}
	.side_menu_box{
	    line-height: 40px;
    	font-size: 16px;
	    padding: 10px 20px !important;
	}	
	.Banner_img h4.title {
	    font-size: 30px !important;
	    top: 55% !important;
	}
	.header_news, .header_publications, .header_submission {
	    height: 200px !important;
	}
	.right_banner_text {
	    width: 30%;
	}
	.M_para {
	    padding: 10px !important;
	    font-size: 14px;
	}
}
/************
13. 479px
************/
@media only screen and (max-width: 479px){
/*	.header
	{
		height: 60px;
		top: 15px;
	}*/
	.hero_slide_content h1
	{
		font-size: 28px;
	}
	.hero_slide_content h1 span
	{
		padding-left: 5px;
		padding-right: 5px;
		margin-left: 0px;
		margin-right: 0px;
	}
	.hero_boxes
	{
		padding-top: 80px;
	}
	.hero_box
	{
		padding-left: 15px;
		height: 120px;
	}
	.hero_box_content
	{
		padding-top: 6px;
	}
	.hero_box img
	{
		width: 45px;
	}
	.hero_box_title
	{
		font-size: 18px;
		margin-bottom: 3px;
	}
	.hero_box_link
	{
		font-size: 10px;
	}
}
@media(max-width: 1440px){
	.M_para {
	    padding: 10px;
	}
	.right_banner_text {
	    position: absolute;
	    top: 15%;
	    right: 1%;
	    background: #000000;
	    padding: 20px 30px;
	    width: 25%;
	    line-height: 60px;
	    height: 500px;
	}
	.tab {
	    float: left;
	    width: 30%;
	    height: auto;
	    z-index: 9;
	    top: 20%;
	    left: 10%;
	}
	.tab a {
	    display: inline-block;
	    background-color: #fff;
	    color: #000000;
	    padding: 10px 15px;
	    width: auto;
	    border: none;
	    outline: none;
	    text-align: left;
	    cursor: pointer;
	    font-size: 30px;
	    margin: 30px 0px;
	    font-weight: bold;
	}
}
@media(max-width: 1400px){
	.container{
		max-width: 1300px !important;
	}
	.main_nav_container {
	    padding-left: 0%;
	}
	ul.main_nav_list {
	    float: right;
	}
	.right_banner_text {
	    height: 400px;
	    top: 125px;
	}
	.tab {
	    top: 65px;
	    left: 10%;
	}
	.tab a {
	    padding: 10px 15px;
	    font-size: 30px;
	    margin: 20px 0px;
	}
	.Home_slider {
		padding: 30px;
	}
	.Home_slider h3.post-title a {
		font-size: 18px;
	    padding: 10px 20px;
	    line-height: 30px;
	    padding-top: 0px;
	}
	.banner_title_right {
	    font-size: 30px;
	    line-height: 30px;
	}
	.home {
		height: 600px;
    	padding-top: 40px;
	}
	.M_para{
		padding: 20px;
		font-size: 18px;
	}
	.video_media{
		height: 650px;
	}
	.about_us, .finance_sec, .market_conduct{
		top: 0px;
		padding-top: 40px !important;
	}
	.more_content{
		width: 23%;
	}
	.Home_slider a.read-more span{
	    padding: 5px 10px;
	    font-size: 16px;
	}
	.side_menu_box {
    	padding: 15px;
	}
	.side_menu_box a {
	    font-size: 13px;
	}
	.side_menu_box li {
    	padding: 10px 0px;
    	font-size: 13px;
	}
	.header_submission, .header_publications, .header_news {
    	height: 200px;
	}
	.multimedia {
    	padding: 40px 0px;
	}
	.contact_page {
	}
	.contact_left {
	    padding: 10px !important;
	    font-size: 16px;
	   	font-weight: 400;
	}
	.tabcontent {
	    top: 55px;
	}
	.container {
    	max-width: 1200px !important;
	}
	.Banner_img h4.title{
	    left: 100px;
	}
	.member_banks {
    	width: 50%;
	}	
	.video_section iframe {
	    width: 90%;
	    height: 400px;
	}
	.second_side_para p, .second_side_para li, ul.payment_ul li{
	    font-size: 14px;
	    line-height: 30px;
	    margin-top: 0px;
	}
	.payment_h4{
		font-size: 18px;
	}
	.right_banner_text h2 {
	    font-size: 30px;
	    margin-bottom: 20px;
	    line-height: 50px;
	}
	.second_side_para li a {
	    font-size: 14px;
	    font-weight: 600;
	    line-height: 36px;
	    cursor: pointer;
	}	
	.menu-item{
		margin-right: 130px;
	}
}
@media(max-width: 1300px){
	.header_content {
	    width: calc(100% - 0px);
	}
	.Home_slider {
	    padding: 20px;
	}
	textarea.contact_fields {
	    height: 250px;
	}
	.right_banner_text {
	    top: 125px !important;
	}
	.tab {
	    top: 65px !important;
	}
	.container {
	    max-width: 1140px !important;
	}
	.Banner_img h4.title{
		left: 80px;	
	}	
	.member_banks {
	    width: 50%;
	}
	.multi_iframe {
	    width: 600px;
	    height: 400px;
	}
}
@media(max-width: 1360px){
	.right_banner_text {
	    top: 140px;
	}
	.tab {
	    top: 80px;
	}
	
}
@media(max-width: 1200px){
	.logo_container {
	    padding-left: 30px;
	}
	.main_nav_container {
	    padding-left: 0%;
	    padding-right: 30px;
	}
	ul.main_nav_list {
	    float: right;
	}
	.right_banner_text {
	    top: 120px !important;
	    height: auto;
	    padding: 10px;
	}
	.tab {
		top: 90px !important;
	}
	.tab a {
	    padding: 10px 15px;
	    font-size: 24px;
	    margin: 15px 0px;
	}
	a.tablinks:after{
		width: 60px;
	}
	.post-img img {
	    height: auto;
	}
	.Home_slider {
		padding: 10px !important;
	}
	.Home_slider a.read-more span {
		font-weight: 600;
		border: 2px solid #ffffff;
	}
	.Home_slider h3.post-title a {
	    font-size: 20px;
	    top: 18%;
	    padding: 10px 20px;
	    line-height: 30px;
	}
	.banner_title_right {
	    padding-top: 10px;
	}
	.home {
		height: 520px;
    	padding-top: 40px;
	}
	.M_menus {
	    padding: 10px 10px;
	}
	.M_para{
		padding: 18px;
		font-size: 18px;
	}
	.video_media{
		height: 760px !important;
	}
	.about_us, .finance_sec, .market_conduct{
		top: 0px;
	}
	.more_content{
		width: 23%;
	}
	.side_menu_box {
	    padding: 0px 10px;
	    font-weight: 500;
	}
	li.contact_left_head {
	    font-weight: bold;
	}
	.container{
		max-width: 991px !important;
    	padding-left: 15px;
    	padding-right: 15px;
	}
	.about_us, .finance_sec, .market_conduct{
		padding-top: 0px !important
	}	
	.menu-item {
    	margin-right: 40px;
	}

	.Banner_img h4.title {
    	left: 140px;
	}
}
@media(max-width: 1024px){
	.Home_slider h3.post-title a {
	    padding: 10px 0px;
	    font-weight: 600;
	}
	.M_menus {
    	padding: 0px;
	}
	.main_nav_item a{
		font-size: 18px;
	}
	.tab a {
		font-size: 25px;
	    margin: 15px 0px;
	}
	.right_banner_text {
	    top: 120px !important;
	    height: auto;
	    padding: 15px;
	}
	.right_banner_text h2 {
	    font-size: 40px;
	    line-height: 70px;
	}
	.banner_title_right {
	    font-size: 25px;
	    line-height: normal;
	}
	.tabcontent {
    	top: 25px;
	}
	.home {
	    height: 500px;
	}
	.menu-item {
    	margin-right: 50px;
	}
	.main_nav_container {
    	padding-right: 0px;
	}
}
@media(max-width: 991px){
	.footer_col {
		text-align: center;
	    margin-bottom: 10px !important;
	}
	.side_menu_box {
	    padding: 10px;
	    width: auto;
	    height: auto;
	    float: none;
	    margin-bottom: 20px;
	}
	.finance_sec .side_menu_box {
	    height: 400px;
	}
	.market_conduct .side_menu_box {
	    height: 400px;
	}
	.market_content {
    	height: auto;
	}
	li.menu_social_item {
	    text-align: center;
	    padding-top: 10px;
	    margin-top: 10px;
	    margin-left: 10px;
	    margin-right: 10px;
	    float: left;
	    display: block;
	    position: relative;
	    right: 0px !important;
	    left: 37.5%;
	}
	.footer_content {
	    padding-top: 10px;
	    padding-bottom: 10px;
	}
	.footer_column_content {
	    margin-top: 10px;
	    margin-bottom: 10px;
	}
	.footer_column_title {
	    padding-top: 10px;
	}
	.side_menu_box li{
		padding: 5px 0px;
	}
	a.pdf_title{
		padding-top: 5px !important;
	}
	textarea.contact_fields {
    	height: 200px;
    	resize: none;
	}
	.contact_fields{
		padding: 5px 20px;
	}
	.owl-item.active {
    	width: 100% !important;
	}
	.owl-carousel .owl-item{
		height: auto;
		margin-bottom: 30px;
	}
	.home_news_view img {
    	width: 100%;
    	margin-bottom: 20px;
    	height: auto;
	}
	.video_section iframe {
	    width: 100%;
	    max-width: 1000px;
	}
	.video_section{
		width: 100%; 
		max-width: 100%; 
		padding: 0px 30px !important; 
		flex: auto;
	}
	.post-img {
    	box-shadow: 0px 0px 10px 0px #ccc;
	}
}
@media(max-width: 801px){
	.home {
	    height: 400px;
	}
	.tab a {
	    font-size: 18px;
	    margin: 5px 0px;
	}
	.tab {
	    top: 45px !important;
	}
	.right_banner_text h2 {
	    font-size: 30px;
	    line-height: 50px;
	}
	.right_banner_text h2:after {
	    border-bottom: 5px solid #ff690b;
	}
	.Banner_img {
    	height: 300px;
	}
	.banner_title_right {
	    font-size: 18px;
	    line-height: normal;
	    padding-bottom: 10px;
	}
	.tabcontent {
    	top: 35px;
	}
	.right_banner_text {
	    top: 150px !important;
	    height: auto;
	    padding: 10px;
	}
	.M_menus {
	    padding: 10px;
	}
	.multimedia .col-3 {
	    width: 100% !important;
	    display: block !important;
	    flex: auto;
	    max-width: 100%;
	}
	.multimedia .col-9{
	    width: 100%;
	    display: block;
	    margin: 0px auto;
	    max-width: 100%;
	    flex: auto;
	    margin-top: 30px;
	}
	.multimedia {
	    padding: 50px 0px;
	    padding-top: 50px;
	}
	.video_media {
	    height: 500px !important;
	}
	.Home_slider a.read-more span {
	    padding: 3px 7px;
	    font-size: 14px;
	}
	a.tablinks:after {
	    padding-top: 5px;
	    width: 30px;
	    border-bottom: 3px solid #ff690b;
	}
	.about_us .col-lg-4 {
	    width: 100%;
	}
	.about_us .col-lg-8 {
	    width: 100%;
	}
	iframe.multi_iframe {
    	width: 90%;
    	height: auto;
	}
	.more_vids{
		width: 20%;
	}
	.Banner_img h4.title {
 	   left: 40px;
	}
	.menu_container{
	    height: -webkit-fill-available;
	}
}
@media(max-width: 746px){
	li.menu_social_item {
	    left: 32.5%;
	}
	.side_menu_box {
	    padding: 0px 20px;
	}
	li.contact_left_head {
	    padding-bottom: 10px;
	    padding-top: 10px;
	}
}
@media(max-width: 641px){
	.tabcontent {
		left: -10%;
    	top: 30px;
	    width: 100%;
	    padding: 0px;
	}
	.tab a {
	    padding: 5px;
		font-size: 12px;
    	margin: 10px 0px;
	}
	.tabcontent img {
	    width: 90%;
	}
	.tab {
	    left: 4%;
	}
	.Home_slider h3.post-title a {
	    font-size: 16px;
	    line-height: 20px;
        font-weight: 100;
	}
	.post-img img {
	    height: auto;
	}
	.M_para {
	    padding: 15px;
	}
	.Banner_img h4.title {
	    font-size: 20px !important;;
	    top: 60% !important;
	}
	.market_title:after, .finance_head:after, .prudent_head:after {
	    border-bottom: 5px solid #ff690b;	
	}
	.video_media {
	    height: 300px !important;
	}
	.mob_respon .col-sm-4{
		max-width: 100%;
		flex: 100%;
	}
	.common_heading4 {
	    font-size: 18px;
	    line-height: normal;
	}
	.side_menu_box{
		height: auto;
		padding: 5px 15px !important;
	}
	.side_menu_box li{		
		padding: 5px 0px;
		line-height: normal;
	}
	.about_us{
		padding-top: 0px !important;
	}
	.Banner_img h4.title {
	    font-size: 40px;
	    top: 55% !important;
	}
	.second_side_para a {
	    font-size: 16px;
	}
	.more_content {
	    width: 50%;
	    padding: 5px;
	}
	p.primary_names {
	    width: 100%;
	    line-height: normal;
    	margin-bottom: 10px;
    	font-size: 14px !important;
	}
	.member_names p {
	    font-size: 12px;
	    margin-bottom: 10px;
	}
	.member_names p a {
    	font-size: 12px;
    	line-height: normal;
	}
	.second_side_para p {
	    font-size: 14px;
	    line-height: normal;
	    margin-bottom: 10px;
	}
	.title_member {
	    margin-bottom: 10px !important;
	    font-size: 20px;
	}
	.member_names p:nth-child(2) {
    	font-size: 12px;
	}
	.contact_page{
		padding-top: 0px;
	}
	.primary_head_links .panel-body {
	    font-size: 14px;
	    line-height: normal;
	}
	.member_banks {
	    width: 100%;
	}
	.multimedia{		
		padding-top: 0px;
	}
	.homemenu_slide{
	}
}
@media(max-width: 600px){
	.right_banner_text {
	    top: 120px !important;
	    right: 0px;
	    height: auto;
	}
	.carousel_section{
		clear: both;
	}
	.tab {
	    top: 60px !important;
	}
	.home {
	    height: auto;
	    display: flex;
	}
	.Home_slider a.read-more span {
	    padding: 0px 5px;
	}
	a.read-more {
	    padding: 0px;
	}
	h3.post-title {
    	margin-bottom: 5px;
	}
	.Home_slider h3.post-title a {
	    padding: 0px 0px;	
	}
	.Multi_media {
	    padding: 0px !important;
	    margin: 0px !important;
	    padding-left: 20px !important;
	}
	.hamburger_container {
	    padding-top: 20px !important;
	}
	.header_news, .header_publications, .header_submission{
		height: 300px;
	}
	.footer .text-sm-center {
	    text-align: center;
	}
	.right_banner_text h2 {
	    font-size: 20px;
	    line-height: normal;
	}
	.right_banner_text h2:after {
	    border-bottom: 3px solid #ff690b;
	    width: 40px;
	    padding-top: 5px;
	}
	.banner_title_right {
	    font-size: 14px;
	    line-height: normal;
	    padding: 5px 0px;
	}
	.logo_container{
		padding-left: 0px;
	}
}
@media(max-width: 575px){
	.contact_fields {
	    padding: 10px;
	    line-height: 40px;
	}
}
@media(max-width: 500px){
	.tab {
		left: 0%;
    	top: 100px !important;
    	position: absolute;
	}
	.right_banner_text {
	    top: 125px !important;
	}
	.logo img {
	    width: 70%;
	}
	.hamburger_container {
	    padding-top: 20px !important;
	}
	.Home_slider a.read-more span {
	    font-weight: 100;
	    border: 1px solid #ffffff;
	}
}
@media(max-width: 414px){
	.hamburger_container {
	    padding-top: 20px !important;
	}
	.Home_slider {
		width: 80%;
		padding: 5px !important;
	}
	.side_menu_box {
	    width: 100%;
	}
	.menu_social_item i {
	    font-size: 15px;
	}
	li.menu_social_item {
	    padding-top: 10px;
	    margin-top: 5px;
	    margin-left: 5px;
	    margin-right: 5px;
	    left: 30.5%;
	}
	.footer_column_title {
	    font-size: 16px;
	    padding-top: 5px;
	}
	.footer_contact_item {
	    font-size: 12px;
	}
	.footer_col {
    	margin-bottom: 0px !important;
	}
	.submit_contact {
	    padding: 10px 0px;
	    font-weight: 700;
	    width: 100px;
	    font-size: 16px;
	}
	.contact_fields{
		margin: 5px 0px;
	}
	.Home_slider a.read-more span {
	    font-size: 12px;
	}
	a.read-more {
	    margin-bottom: 5px;
	}
	.Home_slider h3.post-title a {
	    font-size: 14px;
	    font-weight: 100;
	}
	.right_banner_text {
	    width: 40%;
	}
	.M_para {
	    padding: 10px !important;
	    font-size: 14px;
	}
	.Multi_media h4.title {
	    font-size: 40px;
	}
	.post-img {
		box-shadow: 0px 0px 10px 0px #ccc;
	}
	.market_content {
    	height: auto;
	}
	.Banner_img {
    	height: 150px;
	}
	.homemenu_slide {
	    padding: 20px 0px;
	}
	.second_side_para .clearfix {
    	margin-bottom: 0px !important;
	}
	.video_section{
		padding: 0px !important; 
	}
	.tabcontent {
	    left: 0%;
	    top: 0px;
	}
	.tabcontent img {
    	width: 100%;
	}
	.home_news_view .second_side_para ul {
	    font-size: 14px;
	    line-height: 20px;
	}
	.second_side_para h1{
		font-size: 18px;
	}
	ul.payment_ul li{
		font-size: 14px;
    	line-height: 20px;
	}
	.payment_h4{
	    font-size: 18px;
	}
}
@media(max-width: 360px){
	li.menu_social_item {
	    left: 27.5%;
	}
	.tabcontent {
	    float: none;
	    padding: 0px;
	    width: 100%;
	    border-left: none;
	    height: auto;
	    top: -50%;
	    left: 0% !important;
	}
	.tab {
	    float: none;
	    width: 40%;
	    height: auto;
	    z-index: 9;
	    top: 25%;
	    left: 0%;
	}
}
@media(max-width: 1240px){
	.common_image_box {
	    padding: 10px;
	}
}
@media (min-width: 1200px){
	.container {
	    max-width: 1300px;
	}
}

@media (min-width: 1399px){
	.video_section iframe {
    	width: 90%;
	}
}


