/*
Theme Name: Tricontinental WP Theme
Author: Shweta Jaina
Description: Custom WP theme for Tricontinental
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/** Globals*/
/*Adding fonts*/
@font-face {
	font-family: 'rajdhanisemibold';
	src: url('rajdhani-semibold-webfont.eot');
	src: url('rajdhani-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('rajdhani-semibold-webfont.woff2') format('woff2'), url('rajdhani-semibold-webfont.woff') format('woff'), url('rajdhani-semibold-webfont.ttf') format('truetype'), url('rajdhani-semibold-webfont.svg#rajdhanisemibold') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*ADDED TO FIX RESPONSIVE IMAGE ISSUES/ALIGN CENTER WITH CAPTION*/
img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
	
}
img.alignright {
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}
img.alignleft {
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}

.alignright {
float: right;
}

.alignleft {
float: left;
}
.aligncenter {text-align:center;}

.aligncenter .img-responsive{display:inline-block}
.aligncenter .wp-caption-text{text-align:center !important}

.menu-header1 #menu-language-menu li:nth-last-child(-n+7), .menu-header-footer #menu-language-menu-1 li:nth-last-child(-n+7), #menu-language-menu-2 li:nth-last-child(-n+7){	
	 display:none !important; 	
}
p + p {
	margin-top:20px;
}
html {
	width: 100%;
	overflow-x:hidden;
}
body {
	font-family: adobe-caslon-pro, Georgia,Times,Times New Roman,serif;
	color: #000;
	font-weight:500;
	margin: 0 auto;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, h7, .h7 {
	margin-top: 0;
	font-family:'Rajdhani';
	font-weight: normal;
	color: #000;
}
a {
	color:#000;
	text-decoration:none;
	outline:0 !important;
}
a:hover {
	color:#000;
	text-decoration:none;
}
a:visited {
	text-decoration:none;
}
a:focus{
	-moz-outline-style: none;
	outline:0 !important;
	text-decoration:none;
}
.borderbottom {
    border-bottom: 1px solid #efefef;
}
.categoryblock{
	margin-right:-20px;
}
.searchblock{
        margin-right:-72px;
}
.contactcenter {
	display:flex;
	justify-content:center;
}
.contactimgbtm {
	margin-bottom: -20px;
}
#searchbox {
	z-index:999999;
}
.menu-header1 ul {
	list-style:none;
	display:inline-flex;
}
.menu-header1 ul li {
	margin-right:15px;
}
.menu-header1 .menu {
	padding-inline-start:10px !important;
}
.menu-header-footer {
	display:inline-block;
	padding-top:8px;
}
.menu-header-footer ul {
	list-style:none;
	display:inline-flex;
}
.menu-header-footer ul li a span {
	margin-right:15px;
	color: #BA2025;
	font-family: rajdhani;
	font-weight: 500;
}
.container, .custom-container {
	width: 100%;
}
.gap-small {
	height: 15px;
}
.gap-medium {
	height: 30px
}
.gap-large {
	height: 50px
}
/** Masthead for nav*/
.blog-masthead {
	background-color: #ffffff;
	z-index: 99;
	margin-bottom:40px;
}
.languages-wrapper {
	padding:17px 25px;
	font-family: rajdhani;
	text-align:right
}
/* Active state gets a caret at the bottom */
.blog-nav .active {
	color: #fff;
}
.blog-nav .active:after {
	position: fixed;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -5px;
	vertical-align: middle;
	content: " ";
	border-right: 5px solid transparent;
	border-bottom: 5px solid;
	border-left: 5px solid transparent;
}
/** Main column and sidebar layout*/
.blog-main {
	font-size: 18px;
	line-height: 1.5;
}
/* Sidebar modules for boxing content */
.sidebar-container {
	display: block;
}
.sidebar-module {
	padding: 15px;
	margin: 0 -15px 15px;
}
.sidebar-module-inset {
	padding: 15px;
	background-color: #f5f5f5;
	border-radius: 4px;
}
.sidebar-module-inset p:last-child, .sidebar-module-inset ul:last-child, .sidebar-module-inset ol:last-child {
	margin-bottom: 0;
}
/* Pagination */
.pager {
	margin-bottom: 60px;
	text-align: left;
}
.pager > li > a {
	width: 140px;
	padding: 10px 20px;
	text-align: center;
	border-radius: 30px;
}
/** Blog posts*/
.blog-post {
	margin-bottom: 60px;
}
.blog-post-title {
	margin-bottom: 5px;
	font-size: 40px;
}
.blog-post-meta {
	margin-bottom: 20px;
	color: #999;
}
/** Footer*/
.blog-footer {
	padding: 10px 0;
	margin: 30px 0;
	color: #000;
	text-align: center;
	border: 1px solid #f0d6d5;
}
.blog-footer p:last-child {
	margin-bottom: 0;
}
.footer-left {
	float:left;
	padding-top: 6px;
}
img.attachment- size- wp-post-image {
	width: auto;
	height: 200px;
}
nav.footer-nav {
	margin-top: 6px;
}
nav.footer-nav1 {
	padding-top: 13px;
}
#page-20-sidebar {
	margin-top:40px;
}
#page-20-sidebar ul, #page-20-sidebar ul li {
	list-style:none;
	padding-bottom:20px;
}
#page-20-sidebar ul li a {
	color:#000;
}
#page-20-sidebar ul li a#active {
	color:#ccc;
	text-transform: uppercase;
}
p.intro {
	font-size:18px;
	margin-top: 13px;
}
p.introhead {
	font-size:21pt;
	font-weight:200;
	line-height: 23px;
	margin-top: 95px;
}

.geography1 {
	padding-left:32px; 
	padding-right:25px;
}
.geography3 {
	border-left:1px solid #efefef; 
	margin-left:20px;
}
.footer-nav1 {
	color: #BA2025;
	font-weight: 500;
	font-family: rajdhani;
}
.secondblock-desc h2 a {
	color: #BA2025;
	font-weight: 600;
	font-size: 35px;
	font-family: rajdhani;
}

.secondblock-desc p a, .secondblock-desc td a {
	font-size:18px;
	text-decoration:underline;
	font-weight:700;
}
.secondblock-desc li, .secondblock-desc table tr td, .secondblock-desc p, .secondblock-desc-doss p, .secondblock-home p, .joinus .team_description p {
	font-size:20px;	
	font-family: adobe-caslon-pro, Georgia,Times,Times New Roman,serif;
	text-align:left;	
	font-weight:300;		
	line-height: 24px;
}
.postdetailbody p, .postdetailbody li {
	font-size:20px;	
	font-family: adobe-caslon-pro, Georgia,Times,Times New Roman,serif;
	text-align:left;	
	font-weight:300;		
	line-height: 32px;
}

.third_line p, .secondblock .secondblock-content p {
	font-size:17px;	
	font-family: adobe-caslon-pro, Georgia,Times,Times New Roman,serif;
	text-align:left;	
	font-weight:300;		
	line-height: 24px;
}
.secondblock-desc,.secondblock-desc-doss,  {
	font-size:20px;	
	line-height: 24px;	
	font-family: adobe-caslon-pro, Georgia,Times,Times New Roman,serif;
}

.secondblock-image img {
	height: 319.233px;
	width: 426px;
}
.secondblock {
	padding-top:0px;
	margin-bottom:10px;
}
.thirdblock-one {
	padding-top:40px;
}
.thirdblock-one h2 {
	font-size:28px;
	padding-bottom:5px;
	margin-top:20px;
}
.thirdblock-image img {
	    width: 100%;
    height: 300px;
}
.geography2 img {
	height:204px;
	width:272px;
}
.geosmall-home {
padding-left:0px;
        padding-right:0px;
}
.geosmall-title {
    margin-top: -6px;
}
.geosmall-title a {
    color: #BA2025;
    font-family: rajdhani;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px !important;
}
.geosmall-excerpt {
padding-top:5px;
font-size:17px;
font-weight:400;
font-family: adobe-caslon-pro, Georgia,Times,Times New Roman,serif;
}

#wpforms-1606-field_10_1 {
	width: auto !important;
}
#wpforms-1606-field_10 {
	padding-top: 15px !important;
	float:left;
	margin-left: -2px !important;
}
.wpforms-field-label-inline {
	padding-left: 25px !important;
	padding-top: 33px !important;
}
.custom-class #myModalnew .subscription_card .part2 .wpforms-container form .wpforms-field-container label.wpforms-error { top: 0px !important;}
.custom-class #myModalnewmob .subscription_card .part2 .wpforms-container form .wpforms-field-container label.wpforms-error{ top: 0px !important;}
.custom-class #myModal1 .subscription_card .part2 .wpforms-container form .wpforms-field-container label.wpforms-error{ top: 0px !important;}

.fourthblock-image img {
height:auto;
width:100%;
/*	height:290px;
	width:374px;
	padding-top:10px;
*/
}
.thirdblock-excerpt p {
	font-size:18px;	
	text-align:left;
}
.more-excerpt p {
	font-size:18px;	
	text-align:left;
}
.thirdblock-excerpt {
	padding-top:5px;
}
.wpml-ls-native{	
	font-weight:500;	
	font-size: 14px;	
	font-family: rajdhani;	
}	
.wpml-ls-link{	
	text-decoration :none !important;	
}
.fourthblock-excerpt {
	padding-top:5px;
	font-size:17px; 
	font-weight:400; 
	font-family: adobe-caslon-pro, Georgia,Times,Times New Roman,serif; 
	width:374px;
}
.fourthblock-excerpt p {
	font-size:18px;
}
.thirdblock-readmore p {
	font-size:18px;
	text-decoration: underline;
	color:#BA2025;
	font-family: rajdhani;
}
.more-one img {
	height:auto;
	max-width:100%;
	padding-top:20px;
}
.more-two {
	padding-top:20px;
	padding-left:35px;
}
.more-one h3 {
	font-size:22px;
}
.more-one p {
	font-size:18px;
}
h2.widgettitle {
	font-size: 12px;
	font-weight:bold;
	padding:12px;
	color:#fff;
}
.thumbimage img {
	display:block;
	margin:auto;
}
.entry {
	padding-top: 1px;
	font-family: adobe-caslon-pro, Georgia,Times,Times New Roman,serif;
	font-weight:300;
	font-size:20px;	
	padding-right: 25px;
	line-height: 24px;
}
.glyphicon {
	color:#BA2025;
}
.glyphicon-menu-hamburger {
	cursor: pointer;
	font-size: 15px
}
.blog-nav {
	float:right;
	background-color: #ffffff;
	text-transform: uppercase;
	margin-top: 28px;
	font-family: rajdhani;
	font-weight:600;
}
.secondblock-title {
	margin-top:-13px;
}
.secondblock-title a {
	color:#BA2025;
	font-weight: 600;
	font-size: 20px;
	text-transform: none;
	line-height: 42px;
}
.secondblock-title p a {
	font-family:rajdhani; 
	color:#BA2025;
	font-weight: 600;
	font-size:34px;
	text-transform: none;
	line-height: 42px;
}
.secondblock-title p {
	font-size:35px;
	font-family: rajdhani;
}
.ba_art_padding p a {
	font-family:rajdhani; 
	color:#BA2025;
	font-weight: 600;
	font-size:24px;
	text-transform: none;
	line-height: 30px;
}
.ba_art_padding {
    margin-bottom: 0px !important;
}
.bacatpadding {
    padding-right: 24px;
}
.bacatmargin {
    margin-left: -24px;
}
.newsletter-title {
	margin-top:30px;
}
.newsletter-title a {
	color:#BA2025;
	font-weight: 600;
}
.newsletter-title p {
	font-size:35px;
	font-family: rajdhani;
	color:#BA2025;
	font-weight: 600;
	line-height:1.1;
}
.readm a {
	color: #BA2025;
	font-family: rajdhani;
	font-weight:600;
	font-size: 14px;
}
p.readm {
	padding-top:0px !important;
}
.thirdblock-title a {
	color:#BA2025;
	font-family: rajdhani;
	font-size: 24px;
	font-weight: 600;
	line-height: 30px !important;
}
.fourthblock-title a {
	color:#BA2025;
	font-family: rajdhani;
	font-size: 24px;
	font-weight: 600;
	line-height: 30px !important;
}
.wpforms-confirmation-container-full { padding-top:56px !important; }
.cat-title a{
	color:#BA2025;
	font-family: rajdhani;
	font-size: 25px;
	line-height: 38px !important;
}
	
.thirdblock-title p {
	padding-top:10px;
}
.thirdblock .author-date {
    text-transform: uppercase;
    padding-bottom: 0px;
    font-family: rajdhani;
    font-size: 17px;
    font-weight:500;
    margin-top: -7px;
}
.fourthblock-title p {
	padding-top:10px;
}
.fourthblock .author-date {
    text-transform: uppercase;
    padding-bottom: 0px;
    font-family: rajdhani;
    font-size: 17px;
    font-weight:500;
    margin-top: -7px;
}

.moretitle a {
	color:#BA2025;
	font-size:28px;
	font-weight:600;
	text-transform:uppercase;
	font-family: rajdhani;
}
.more-head p {
	color:#BA2025;
	font-size:25px;
	font-weight:600;
	line-height: 30px;
	font-family: rajdhani;
}
hr.line {
	border-top: 1px solid #f0d6d5;
	color: #f0d6d5;
}
.datecat {
	margin-top:20px;
}
hr.line_header {
	color: #BA2025;
	border-top: 1px solid #BA2025;
	margin-top: 0px;
	padding-top: 0px;
	width: 316px;
	float: right;
}
.blog-masthead .lang-sel {
	float:right;
	font-family: rajdhani;
}
.box-title {
	margin-top: 0px;
	font-family: rajdhani;
	font-size: 28px;
	font-weight: 500;
	color: #BA2025;
}
.box {
	width: 270px;
	min-height:343px;
	margin-top:14px;
	background-color: #BA2025;
	padding: 15px;
}
.box ul {
	list-style-type: none;
}
.box ul li a {
	font-family:Rajdhani;
	font-weight:500;
	font-size:18px;
	line-height:22px;
	color:#ffffff;
}
.archive-menu {
	padding:5px;
}
.archive-menu ul {
	list-style-type: none;
}
.month-archive {
	margin-left:-29px;
}
.month-archive ul {
	padding-left:25px;
}
.archive-post-title {
	margin-left:-25px;
}
.archive-menu li a {
	color: white;
}
.archive-menu li {
	text-transform: uppercase;
}
.container p {
	padding-top:1px;
	text-align: left !important;
}
span.entry-date {
	color:#BA2025;
}
.secondblock-title .author-date {
    text-transform: uppercase;
    padding-bottom: 0px;
    font-family: rajdhani;
    font-size: 17px;
    font-weight:500;
    margin-top: 0px;
}

.custom-container .blog-masthead .languages-wrapper select.menu-header1 {border-radius: 0px;background-color: transparent;}
.search_result_title ~ .row {padding-bottom: 15px;padding-top: 15px;}
/*
.search_result_title~.row:after {
    position: relative;
    left: 2.2%;
    content: " ";
    display: block;
    height: 20px;
    border-bottom: 1px solid #f0d6d5;
    width: 96%;
}
*/
.getarchivepost {width:97% !important;}

.author-date {
	text-transform: uppercase;
	padding-bottom: 8px;
	font-family: rajdhani;
	margin-top: -10px;
}
.author-date-more {
	text-transform: uppercase;
	font-size:14px;
	padding-bottom: 10px;
	font-family: rajdhani;
}
.author-datedoss {
	text-transform: uppercase;
	padding-bottom: 14px;
	font-family: rajdhani;
	font-size: 17px;    	
}
.otherpdf {
	padding-bottom: 7px;
	font-family: rajdhani;
	font-weight: 600;
}
.otherpdf p {
	padding-bottom: 7px;
	font-family: rajdhani;
	font-weight: 600;
}
.envira-download-button a {
	display : none !important;
}
.other-lang:focus {outline: none !important;}

.archivepost {
font-family: rajdhani; font-weight: 500; font-size:18px; padding-top:16px;
}
.getarchivepost {
	padding-left:5px;
	margin-top: 5px;
	color: #BA2025 !important;;
	border: 1px solid #BA2025 !important;;
	width: 93%;
	height: 28px;
	font-size: 18px ;
	font-family: "Rajdhani" ;
	font-weight: 500;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(/wp-content/themes/mytheme/images/down-arrow.png) 96% / 6% no-repeat;
	/* background: url(https://upload.wikimedia.org/wikipedia/commons/8/82/Decrease.svg) 96% / 4% no-repeat; */
}
.iframe-container {
position:relative;
padding-bottom:51.25%;
padding-top:30px;
height:0;
overflow:hidden;
}
 
.iframe-container iframe, .iframe-container object, .iframe-container embed {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}
.category_home {
	text-transform: uppercase;
	font-weight:600;
	padding-bottom: 0px;
	font-family: rajdhani;
}
.category_home a {
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 42px;
}
.category_home a:hover {
text-decoration: underline !important;
}
.category_home_middle {
	padding-top:8%;
}
.share {
	padding-top: 20px;
	color: #BA2025;
	font-size: 20px;
	font-family: rajdhani;
	font-weight:500;
}
.moreontopic {
	padding-top: 20px;
	color: #BA2025;
	font-size: 28px;
	font-family: rajdhani;
	font-weight:500;
}
.archive-sub-menu li {
	color:#3e2929;
}
.archive-sub-menu ul {
	color:#3e2929;
}
.more-title a {
	color: #BA2025 !important;
	font-size:18px;
	line-height:22px;
}
.tagstopic .relatedthumb .catname {
	text-transform: uppercase;
	text-decoration: underline;
	font-family: rajdhani;
}
.tagstopic .relatedthumb .more-title {
	text-transform: capitalize;
	font-family: rajdhani;
	font-weight: 600;
	color: #BA2025;
}
.archive-post-title li a {
	font-family:Rajdhani;
	font-weight:500;
	font-size:14px;
	color:#000000 !important;
	text-transform : none !important;
}
.archive-post-title li {
	line-height: 15px;
	padding-top: 6px;
}
.archive-sub-menu li a {
	font-family:Rajdhani;
	font-weight:500;
	font-size:16px;
	color:#ffffff;
}
.archive-menu li a {
	font-family:Rajdhani;
	font-weight:500;
	font-size:18px;
	color:#ffffff;
}
th, td {
	padding: 10px;
}
.intro1 {
	font-family:rajdhani;
	font-size:15px;
	color: #BA2025;
	text-align: left;
}
.btn {
	border-radius: 0px 4px 4px 0px;
}
.container-fluid {
	margin-bottom: -10px;
}
.secondblock-home p {
    font-size: 20px;
   font-family: adobe-caslon-pro, Georgia,Times,Times New Roman,serif;
    font-weight: 400;
    margin : 10px 0 10px;
}
.hidden-menu {
	z-index: 9999;
	font-family: rajdhani;
	background-color: #BA2025;
	color: white;
	text-transform: uppercase;
	position: absolute;
	right:15px;
	top:79px;
}
.hidden-menu li {
	padding-top: 15px;
	padding-bottom: 5px;
}
.hidden-menu ul {
	list-style: none;
	padding-right: 40px;
	padding-bottom: 25px;
}
.fullcrumb-nav {
	background-color: #BA2025;
}
.fullcrumb-nav ul {
	list-style: none;
	padding-right: 40px;
	padding-bottom: 25px;
}
.fullcrumb-nav li a {
	color:#fff
}
.fullcrumb-nav li a:hover {
	color:#000
}
.mobile-menu {
	display: none;
}
.mobile-menu .blog-main {
	border-bottom: 0px;
}
.mobile-menu .blog-main2 {
	border-bottom: 0px;
}
.mobile-menu .blog-nav {
	display: none;
}
.blog-footer-mobile {
	display: none;
}
.row.ncrow {
	margin-bottom:15px;
}
/*******RAVS MENU******/
.main-nav {
	float:right;
	background-color: #ffffff;
	text-transform: uppercase;
	font-family: rajdhani;
	font-weight:600;
	margin-right:10px;
}
.menu-header {
	position: absolute;
	left: 0px;	
	height: 42px;	
    	width: 100%;
	display:flex;
	justify-content:center;
}
.menu-header ul, div.menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.menu-header li, div.menu li {
	float: left;
	position: relative;
}
.menu-header li, div.menu li {
	float: left;
	position: relative;
}
.menu-header ul ul {
	display: none;
	position: absolute;
	top: 40px;
	left: 0;
	float: left;
	width: 220px;
	z-index: 99999;
}
.menu-header a {
	font-weight: 600;
	font-size: 20px;
	color: #BA2025;
	display: block;
	line-height: 25px;
	padding:10px;
	text-decoration: none;
}
.menu-header ul li:hover > ul {
	display: block;
}
.menu-header li:hover > a {
	background: #BA2025;
	color: #fff;
}
.menu-header ul ul :hover > a {
	background: #000;
	color: #fff;
}
.menu-header ul ul a {
	background: #BA2025;
	line-height: 1em;
	padding:10px;
	font-weight: 500;
	width: 200px;
	height: auto;
	color:#fff;
}
.menu-header ul li.current_page_item > a, .menu-header ul li.current-menu-ancestor > a, .menu-header ul li.current-menu-item > a, .menu-header ul li.current-menu-parent > a {
	color: #fff;
	background: #BA2025;
}
/*SEARCH ICON*/
.search-item {
	position: right;
	display: inline-block;
	padding: 15px;
	font-weight: 800;
	font-size: 15px;
	color: #BA2025;
}
.responsive1 iframe {
	width: 100%;
}
/*HAMBURGER MENU*/
#navbar-mobile {
	width: 35px;
	height: 15px;
	position: relative;
	margin: 2px auto;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	float: right;
}
#navbar-mobile span {
	display: block;
	position: absolute;
	height: 5px;
	width: 100%;
	background: #BA2025;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
/* Icon 3 */
#navbar-mobile span:nth-child(1) {
	top: 0px;
}
#navbar-mobile span:nth-child(2), #navbar-mobile span:nth-child(3) {
	top: 10px;
}
#navbar-mobile span:nth-child(4) {
	top: 20px;
}
#navbar-mobile.open span:nth-child(1) {
	top: 10px;
	width: 0%;
	left: 50%;
}
#navbar-mobile.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#navbar-mobile.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#navbar-mobile.open span:nth-child(4) {
	top: 18px;
	width: 0%;
	left: 50%;
}
/**Latest Code 31st-may-18**/
/***MOBILE STYLES ENDS***/
/*** STYLES FOR CONTACT US PAGE ***/
.contact_title {
	font-family: Rajdhani;
	font-size: 35px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #BA2025;
	margin-bottom: 33px;
}
.contact_us .wpforms-container .wpforms-field {
	position: relative;
	padding: 0px !important;
}
.contact_us .wpforms-field input, .wpforms-field textarea {
	max-width:100% !important;
	width: 100% !important;
	padding: 10px 0 !important;
	font-size: 16px !important;
	margin-bottom: 30px !important;
	border: none !important;
	border-bottom: 1px solid #cccccc !important;
	outline: none !important;
	text-align: left !important;
	color: black !important;
}
.contact_us .wpforms-field .wpforms-field-label {
	position: absolute !important;
	top: -20px !important;
	/*June 24th 2019 edited by sri*/
	left: 0 !important;
	padding: 10px 0 !important;
	font-size: 16px !important;
	pointer-events: none !important;
	transition: .5s !important;
	font-family: Rajdhani !important;
	font-size: 15px !important;
	font-weight: 500 !important;
	font-style: normal !important;
	font-stretch: normal;
	letter-spacing: normal;
	text-align: left;
	color: #BA2025;
}
.contact_us .wpforms-container .wpforms-field input:focus ~ label, .contact_us .wpforms-container .wpforms-field input:valid ~ label, .contact_us .wpforms-field textarea:focus ~ label, .contact_us .wpforms-field textarea:valid ~ label {
 top: -18px;
 left: 0;
 color: #BA2025;
}
.contact_us .wpforms-container .wpforms-validate .wpforms-submit-container {
	text-align: center;
}
.contact_us .wpforms-container .wpforms-validate .wpforms-submit-container button {
	padding: 5px !important;
	background-color: #BA2025;
	width: 120px;
	height: 30px;
	font-family: Rajdhani;
	border: 1px solid #BA2025;
	border-radius: 25px;
	cursor: pointer;
	color: white;
	font-size: 14px;
}
.contact_us .wpforms-container .wpforms-validate .wpforms-submit-container button:hover {
	background-color: #BA2025;
}
.remove_pad {
	padding: 0px;
	position: relative;
	top: 15px;
	padding-left: 10px;
}
.inquirires p {
	color: #000;
	font-family: Rajdhani;
	font-size: 14px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
}
.inquirires span {
	color: #BA2025;
}

/** Styles for subscription page **/
.modal1 {
	width: 930px;
	margin-left: auto;
	margin-right: auto;
}
.modal-content {
	margin-top: 45px;
	width: 929px;
}
.radio-inline {
	padding-left: 12px;
}
.subscription_card {
	height: 576px;
	background-color: #ffffff;
	box-shadow: 0.6px 4px 36.5px 11.5px rgba(0, 0, 0, 0.29);
}
button.close {
	margin: 20px;
}
.subscription_card .part1 {
	width: 322px;
	height: 576px;
	background-color: #BA2025;
	float: left;
}
.subscription_card .part2 {
	width: 520px;
	height: 576px;
	float: left;
	background-color: white;
}
.part1 .logo {
	padding-left: 0px;
	padding-top: 240px;
}
.part1 .logo img {
	width: 238px;
	height: 44px;
}
.part1 .content {
	text-align: center;
	padding-left: 52px;
	padding-top: 26px;
	padding-right: 52px;
}
.part1 .content p {
	font-family: Rajdhani;
	font-size: 14px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.25;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
}
.part2 .subscription_title {
	padding-left: 75px;
	padding-top: 75px;
}
.part2 .subscription_title h2 {
	font-family: Rajdhani;
	font-size: 27px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.41;
	letter-spacing: normal;
	text-align: left;
	color: #BA2025;
}
.part2 .subscription_title form {
	margin-top: 30px;
}
.both {
	clear: both;
}
.inputBox {
	position: relative;
	padding: 0px;
}
.inputBox input, .inputBox textarea {
	width: 100%;
	padding: 10px 0;
	font-size: 16px;
	margin-bottom: 30px;
	border: none;
	border-bottom: 1px solid #cccccc;
	outline: none;
	text-align: left;
	color: #000000;
}
.inputBox label {
	position: absolute;
	top: 0;
	left: 0;
	padding: 10px 0;
	font-size: 16px;
	pointer-events: none;
	transition: .5s;
}
.inputBox input:focus ~ label, .inputBox input:valid ~ label {
 top: -18px;
 left: 0;
 color: #BA2025;
}
.inputBox .label_style {
	font-family: Rajdhani;
	font-size: 15px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: normal;
	text-align: left;
	color: #000000;
}
.inputBox .field_value {
	font-family: Rajdhani;
}
.Preferred_lang {
	font-family: 'Rajdhani';
	font-size: 15px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: normal;
	text-align: left;
	color: #000000;
}
.subscribe {
	width: 106px;
	border: 1px solid #BA2025;
	border-radius: 4px;
	cursor: pointer;
	margin-top: 10px;
}
.subscribe p, .subscribe a {
	font-family: Rajdhani;
	font-size: 14px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.52;
	letter-spacing: normal;
	text-align: center !important;
	color: #BA2025;
	padding:3px 5px;
}
.profession {
	margin-top: 20px;
}
.margins {
	margin-left: -30px;
}
/** Styles for subscription -end **/
.custom-class {
	margin-bottom: -20px;
}
.class_display_test {
	display:none
}
.contact_us .remove_pad {
	top: 0px;
}
/** Styles for join us page **/
.joinus .title {
	width: 600px;	
	height: 23px;	
	font-family: adobe-caslon-pro, Georgia,Times,Times New Roman,serif;
	font-size:20px;	
	line-height: 24px;	
	font-weight: 600;	
	font-style: normal;	
	font-stretch: normal;		
	letter-spacing: normal;	
	text-align: left;	
	color: #BA2025;
}
.joinus .team_description p {
	width: 588px;
	height: 122px;	
	letter-spacing: normal;
	text-align: left;
	color: #000000;
	margin-bottom: 70px;
	padding-top:32px;
}
.team_image {
	position: relative;
}
.team_image img {
	width: 816px;
	height: 376px;
	bottom: 0;
	top: 482px;
	position: absolute;
}
.team_image1 img {
	width: 588px;
	height: 272px;
	margin-top:150px;
}
	
.dz-message svg {	
	display: none !important;	
}
.joinus .contactnewframe .wpforms-field {
	position: relative;
	padding: 0px !important;
}
.joinus .contactnewframe .signup {
	background-color: #BA2025 !important;
	width: 178px !important;
	height: 42px !important;
	border: 1px solid #BA2025 !important;
	border-radius: 25px !important;
	cursor: pointer !important;
	font-family: Rajdhani !important;
	font-size: 24px !important;
	font-style: normal !important;
	font-stretch: normal !important;
	letter-spacing: normal !important;
	text-align: center !important;
	color: #ffffff !important;
	padding: 0px !important;
	margin-left: 33.33333333%;
}
.joinus .contactnewframe .wpforms-field input, .joinus .contactnewframe .wpforms-field select {
	max-width:100% !important;
	width: 100% !important;
	padding: 10px 0 !important;
	font-size: 16px !important;
	margin-bottom: 30px !important;
	border: none !important;
	border-bottom: 1px solid #cccccc !important;
	outline: none !important;
	text-align: left !important;
	color: black !important;
}
.joinus .contactnewframe .wpforms-field label {
	position: absolute !important;
	top: -20px !important;
	/* june 28th changes */
	left: 0 !important;
	padding: 10px 0 !important;
	font-size: 15px !important;
	pointer-events: none !important;
	transition: .5s !important;
	font-family: Rajdhani;
	font-weight: 500;
}
.joinus .contactnewframe .wpforms-field .wpforms-error {
	top:0px !important
}
.joinus .contactnewframe .wpforms-field input:focus ~ label, .joinus .contactnewframe .wpforms-field input:valid ~ label, .joinus .contactnewframe .wpforms-field select:valid ~label, .joinus .contactnewframe .wpforms-field select:focus ~ label {
 top: -18px !important;
 left: 0 !important;
 color: #BA2025 !important;
}
.joinus .contactnewframe .wpforms-field .wpforms-field-label {
	font-family: Rajdhani;
	font-size: 15px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: normal;
	text-align: left;
	color: #000000;
}
.joinus .contactnewframe .wpforms-field .field_value {
	font-family: Rajdhani;
}
.joinus .contactnewframe .wpforms-field input.hello4:valid + label {
 top: 0px !important;
 color: black !important;
}
.joinus .contactnewframe .wpforms-field input.hello4:focus + label {
	top:-20px !important;
	color:#BA2025 !important;
}
.joinus .contactnewframe .wpforms-field input.hello6:valid + label {
 top: 0px !important;
 color: black !important;
}
.joinus .contactnewframe .wpforms-field input.hello6:focus + label {
	top:-20px !important;
	color:#BA2025 !important;
}
.joinus .contactnewframe .wpforms-field input.input_text {
	padding-left: 30px !important;
}
.joinus .contactnewframe .wpforms-field input[type="file"] {
	opacity:0;
}
.joinus .contactnewframe .wpforms-field label img.attachment {
	margin-right:10px;
	margin-top:-6px;
}
.joinus .contactnewframe .wpforms-field.file_upload_new label {
	background-image: url(/wp-content/themes/mytheme/images/team_upload.png);
	background-repeat: no-repeat;
	background-position: 0px;
	padding-left: 20px !important;
}
.joinus .contactnewframe .wpforms-validate .wpforms-submit-container button:hover {
	border: none;
	background-color: transparent;
}
.joinus .contactnewframe {
	width: 564px;
	padding-left: 100px;
	padding-right: 0px;
	padding-top: 56px;
}
.joinus .title {
	width: 600px;
	height: 23px;
	font-family: Rajdhani;
	font-size: 35px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.36;
	letter-spacing: normal;
	text-align: left;
	color: #BA2025;
}
/** Styles for join us page-end **/
/** styles for staff page **/
.title_staff {
	font-family: Rajdhani;
	font-size: 35px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #BA2025;
	margin-bottom:40px;
	margin-top:-6px;
}
.two_lines {
	text-align: center;
	border-top: 1px solid #f0d6d5;
	border-bottom: 1px solid #f0d6d5;
	padding: 12px 0px;
	margin-bottom: 70px;
}
.two_lines ul {
	width: 100%;
	margin-bottom : -5px;
}
.two_lines ul li {
	display: inline-block;
	padding-left: 15px;
	padding-right: 15px;
}
.two_lines ul li.active {
	font-family: Rajdhani;
	font-size: 16px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #000000;
}
.two_lines li {
	list-style: none;
}
.two_lines li a {
	font-family: Rajdhani;
	font-size: 16px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #000000;
	text-decoration: none;
}
.two_lines li.active a {
	font-family: Rajdhani;
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #BA2025;
}
.team_info .team_image2 {
	margin-bottom: 28px;
}
.team_info .team_image2 img {
	width: 184px;
	height: 184px;
}
.team_info .team_name p {
	font-family: Rajdhani;
	font-size: 20px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.55;
	letter-spacing: normal;
	text-align: center !important;
	color: #BA2025;
}
.team_name p:nth-child(2) {
	font-family: Rajdhani;
	font-size: 20px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.55;
	letter-spacing: normal;
	text-align: center !important;
	margin-top: -10px;
	color: #000000;
}
.border_text {
	border-right:1px solid #f0d6d5;
	margin-bottom:20px;
}
.info {
	font-family: adobe-caslon-pro, Georgia,Times,Times New Roman,serif;	
	font-size:20px;	
	line-height: 24px;
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;	
	letter-spacing: 0.3px;
	text-align: left;
	color: #000000;
	margin-left: 85px;
}
.mail_id {
	font-family: adobe-caslon-pro, Georgia,Times,Times New Roman,serif;
	line-height: 24px;
	font-size: 20px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;

	letter-spacing: 0.3px;
	text-align: left;
	color: #000000;
	margin-left: 85px;
}
.mail_id a {
	border-bottom: 1px solid #000000;
}
.gap_row {
	margin-bottom: 60px;
}
.email1st {
	margin-bottom:20px;
}
.team_info {
	text-align:center
}
/** styles for staffpage -end **/
/*****load more****/
.btn-load-more-posts {
	background:#BA2025 !important;
	color:#fff;
	font-size:18px;
	font-family: rajdhani;
	padding:0 30px !important;
	margin-top:25px !important;
}
/***** ENVIRA GALLERY CSS FIXS***********/
a:focus {
	-moz-outline-style: none;
	outline:0 !important;
}
.entry {
	padding-right:0px !important
}
/***** ENVIRA GALLERY CSS FIXS***********/
select.envira-tags-dropdown {
	-webkit-appearance: menulist;
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	max-width: 100%;
	margin: 10px 0;
}
.envira-back-link {
	font-size:16px !important;
	color:#BA2025 !important;
	font-weight:600 !important;
	padding: 10px 50px !important;
	background:#f8eeee !important;
	font-family:rajdhani !important;
	float:right !important
}
.envira-gallery-wrap {
	padding:10px 0px;
	margin:25px auto !important;
	font-family:rajdhani !important;
}
.envira-gallery-wrap .envira-pagination {
	text-align:center
}
.envira-pagination-load-more {
	font-size:16px !important;
	color:#BA2025 !important;
	font-weight:600 !important;
	padding: 10px 50px !important;
	background:#f8eeee !important
}
.envira-gallery-wrap .envira-album-public .envira-gallery-item img, .envira-gallery-wrap .envira-gallery-public .envira-gallery-item img {
	padding:7px !important;
	border:1px solid #f0d6d5 !important
}
.envirabox-theme-showcase .envirabox-caption-wrap h3 {
	display:none;
}
.envirabox-theme-showcase .envirabox-caption-wrap div {
	display: none;
	background: #fff !important;
	display: block !important;
	color: #BA2025 !important;
	padding: 5px 0px !important;
	text-shadow: none;
	border-radius: 0;
	font-size: 14px !important;
	line-height: 20px !important;
	text-transform:uppercase !important
}
.envirabox-caption {
	font-size:14px !important;
	font-weight:300 !important;
	color:#BA2025 !important;
	padding-bottom:20px !important;
	font-family: rajdhani !important;
}
.envirabox-caption h3 {
	font-size:32px !important;
	font-weight:600 !important;
	color:#BA2025 !important;
	margin-bottom:0px !important
}
.envirabox-caption span {
	color:#000 !important;
	text-transform:none !important
}
/***LIGHTBOX**/
.envirabox-theme-showcase .envirabox-image-wrap {
	border-radius: 0px !important;
	border: 15px solid #fff !important;
	box-shadow:none !important;
	background:#fff !important;
}
.envira-social-buttons div.facebook a {
	background: url(../wp-content/uploads/2018/01/facebook.png) center no-repeat #2d609b;
	background-size: cover !important;
	box-shadow: none;
}
.envira-social-buttons div.twitter a {
	background: url(../wp-content/uploads/2018/01/twitter.png) center no-repeat #00c3f3;
	background-size: cover !important;
	box-shadow: none;
}
/*TAG FILTERS*/
.envira-tags-filter-list {
	clear: both;
	margin: 10px 0 40px 0 !important;
	list-style: none;
	list-style-type: none;
	border-bottom: 1px solid #f0d6d5 !important;
	display: block !important;
	border-top: 1px solid #f0d6d5 !important;
	float: left !important;
	width: 100% !important;
	padding: 10px !important;
	text-align:center !important;
}
.envira-tags-filter-list li.envira-tags-filter, .envira-tags-filter-list li.envira-tag-filter {
	float: none !important;
	margin: 5px 20px 5px 0 !important;
	display: inline-block !important;
	font-weight:600 !important;
	font-size:16px !important;
}
/**BOTTOM BUTTONS**/
.envirabox-theme-showcase .envirabox-image-wrap .envirabox-position-overlay {
	opacity: 1;
	visibility: visible;
	box-sizing: border-box;
	position: absolute;
	overflow: visible;
	z-index: 988041;
	width:100%;
	text-align:center;
	display:table-cell;
}
.envirabox-theme-showcase .envirabox-image-wrap .envirabox-position-overlay.envira-gallery-bottom-left {
	bottom: 0;
	left: 0;
	text-align: left;
	display: inline-block;
}
.envirabox-theme-showcase .envirabox-image-wrap .envirabox-position-overlay.envira-gallery-bottom-right {
	bottom: 0;
	right: 0;
	text-align: right;
	display: inline-block;
}
/***GALLERY NAVIGATION**/
.gallery-nav {
	margin: 10px 0;
	background-color: #fff;
	border-top: 1px solid #f0d6d5 !important;
	border-bottom: 1px solid #f0d6d5 !important;
	font-family:rajdhani !important;
}
.gallery-nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
	float:none !important;
	text-align:center !important;
}
.gallery-nav ul li {
	text-align:left !important;
	display:inline-block;
}
.gallery-nav a {
	display:block;
	padding:0 10px;
	font-weight:600;
	font-size:16px;
	line-height: 50px;
	text-decoration:none;
}
.gallery-nav a:hover {
	color: #BA2025;
}
/* Hide Dropdowns by Default */
.gallery-nav ul ul {
	display: none;
	position: absolute;
	top:40px;
	background:#f8eeee;
	padding: 10px;
	z-index: 99999;
}
.gallery-nav ul ul li a {
	line-height:25px;
	font-weight:300;
}
/* Display Dropdowns on Hover */
.gallery-nav ul li:hover > ul {
	display:inherit;
}
/* Fisrt Tier Dropdown */
.gallery-nav ul ul li {
	width:auto;
	float:none;
	display:list-item;
	position: relative;
}
/* Second, Third and more Tiers*/
.gallery-nav ul ul ul li {
	position: relative;
	top:-60px;
	left:170px;
}
/* Change this in order to change the Dropdown symbol */
.gallery-nav li > a:after {
	content: ' \f078';
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	font-size: 12px;
	padding-left: 5px;
}
.gallery-nav li > a:only-child:after {
	content: '';
}
/*Added temporarely*/
.team_image1 img {
	margin-top:108px !important;
	margin-bottom:-28px !important;
	position: inherit !important;
}
.thirdblock-title {
	margin-top: 10px;
}
.fourthblock-title {
	margin-top: 10px;
	width:374px;
}
#s-share-buttons.s-share-w-c a:nth-child(1) {
	background-image: url(/wp-content/uploads/2018/01/facebook.png) !important;
	background-position: center;
	width: 34px;
	height: 34px;
	background-repeat: no-repeat;
	background-size: cover;
}
#s-share-buttons.s-share-w-c a:nth-child(2) {
	background-image: url(/wp-content/uploads/2018/01/twitter.png) !important;
	background-position: center;
	width: 34px;
	height: 34px;
	background-repeat: no-repeat;
	background-size: cover;
}
.author-datedoss u {
	color: #BA2025;
	font-weight: 500;
        font-size:17px;
        line-height:24px;
}
.secondblock-title .category_home {
	margin-bottom: -10px;
}
/** download icon css gallery **/
.envira-gallery-position-overlay {
	display:none;
}
.envira-gallery-item {
	position:relative !important;
}
.entry .envira-gallery-item a img.download-img {
	width: 24px;
	height: 24px;
	padding: 1px !important;
	border-radius: 12px;
	position: absolute;
	right: 30px;
	opacity:0;
	bottom: 60px;
}
.envira-gallery-wrap .envira-gallery-public .envira-gallery-item:hover img.download-img {
	opacity:1;
}

.envirabox-inner .envira-social-buttons div.envira-social-network a.envira-social-button {
	width: 32px !important;
	height: 32px !important;
	line-height: 32px !important;
}
.joinus .contactnewframe .file_upload_new input {
	margin-bottom:0px !important
}
.joinus .contactnewframe .wpforms-field-file-upload input:valid ~ label {
 top: -0px !important;
 position:relative !important;
}
.author-date .entry-date .pt-date, .author-datedoss .entry-date .pt-date {
	text-transform : lowercase !important;
}
.french-date {
	text-transform: uppercase;
	padding-bottom: 0px;
	font-family: rajdhani;
	margin-top: 0px;
	float: right;
	display:inline-block;
}
.french-title {
	margin-top: 10px;
}
.menu-header1 {
	display:inline-block;
}
.other-lang {
	margin-top:5px;
	color: #BA2025;
	border:1px solid #BA2025;
	
}
nav.footer-nav .other-lang{
	width:120px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-left:5px;
	height:28px;
	background: url(/wp-content/themes/mytheme/images/down-arrow.png) 96% / 11% no-repeat;
}
.blog-footer-mobile .other-lang{
	width:120px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-left:5px;
	height:28px;
	background: url(/wp-content/themes/mytheme/images/downwhitearrow.png) 96% / 11% no-repeat;
}
.blackarrow {
	width:120px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-left:5px;
	background: url(/wp-content/themes/mytheme/images/down-black-arrow.png) 97% / 10% no-repeat;
}
.french-post .col-md-4 .thirdblock-title p {
	max-height :100px;
	overflow : hidden;
}
.french-post .col-md-4 .fourthblock-title p {
	max-height :100px;
	overflow : hidden;
}
.french-post .category_home {
	display : inline-block;
}
/*ba research*/
.third_line h2 {
	font-size:20px;	
	line-height: 24px;	
	font-family: adobe-caslon-pro, Georgia,Times,Times New Roman,serif;
}
.second_line p {
	color: #BA2025;
	font-size:17px;
	font-family: rajdhani;
	font-weight:500;
        line-height: 24.3px;
        text-transform: uppercase;
        text-align: left;
}
.first_line .document_topic p {
	display:inline-block;
	font-weight: 600;
}
.first_line .document_topic p.topic {
	float:right
}
.ba_title p {
	font-size:24px;
	font-family: rajdhani;
	font-weight:600;
	line-height: 30px;
        text-align: left;
}
.ba_title p a {
	color: #BA2025;
}
.document_topic p {
	font-size: 14px;
	font-family: 'Rajdhani';
	text-transform: uppercase;
        text-align: left;
}
.document_topic p:hover {
 text-decoration: underline !important;
}
.secondblock-image img {
	object-fit: cover;
	object-position: 100% 100%;
}
.thirdblock-image img {
	object-fit: cover;
	object-position: 100% 100%;
}
.fourthblock-image img {
/*	object-fit: cover;
	object-position: 100% 100%;
*/
}
.ba_border_bottom {
	padding-bottom:20px;
	margin-right: 30px;
}
.ba_border_bottom::before {
	position: relative;
	width: 95%;
	left: 18px;
	border-bottom: 1px solid #f0d6d5;
	content:'';
}
.ba_second_border, .ba_first_block {
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid #f0d6d5;
	padding-top: 10px;
}  
.ba_margin {
	margin-top:10px;
	margin-bottom:20px;
	padding-right:39px;
}
.batitlepadding {
	padding-top:23px;
}
.bapostdetailtitlepadding {
	padding-top:10px;
}
.sidebar-container .research-topics {
	padding-bottom: 10px;
}
.text_other span {
	color: #BA2025;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 42px;
	font-size: 35px;
	font-family: rajdhani;
}
.ba_sidebar .secondblock-title p a {
	font-weight: 600;
	text-transform: capitalize;
	line-height: 42px;
	background-color: #BA2025;
	color: white;
	padding: 0px 10px;
}
.wp-caption-text {
	padding-top:10px;
	font-size:17px !important;
}
.text_other {
	margin-bottom:15px;
	width:100%;
}
.ba_title {
	margin-top:-8px;
}
.second_line {
	padding-bottom:6px;
}
.ba_inner_page .thirdblock-excerpt {
	border-bottom:1px solid #f0d6d5;
	padding-bottom:20px;
	margin-right: 30px;
	font-size:18px;
}
.ba_inner_page .document_topic p {
	margin-bottom: -5px;
}
.ba_inner_articles {
	margin-bottom: 20px;
	margin-top:20px;
}
.ba_inner_page .thirdblock-excerpt:last-child(1) {
	border-bottom:0px;
}
.ba_inner_page .entry p {
	font-size:20px;
	font-weight:300;
	font-family: adobe-caslon-pro, Georgia,Times,Times New Roman,serif;
}
.research-topics .topics-head {
	font-family: rajdhani;
	background-color: #BA2025;
	color: white;
	padding: 10px;
	font-size: 26px;
	text-transform:uppercase;
	font-weight:100;
	line-height:40px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.research-topics li {
	font-family: rajdhani;
	color: #BA2025;
	padding-left: 20px;
	list-style:none;
	padding-bottom:5px;
}
.research-topics li a {
	color: #BA2025;
	font-size:16px;
	font-weight: 500;
}
.panel-heading .accordion-toggle:before {
	/* symbol for "opening" panels */
	font-family: 'Glyphicons Halflings';
	/* essential for enabling glyphicon */
	content: "\e114";
	/* adjust as needed, taken from bootstrap.css */
	float: left;
	/* adjust as needed */
	color: white;
	padding-right:10px;/* adjust as needed */
}
.panel-heading .accordion-toggle.collapsed:before {
	/* symbol for "collapsed" panels */
	content: "\e080";/* adjust as needed, taken from bootstrap.css */
}
.panel-default>.panel-heading {
	background-color: #BA2025;
	color:white;
}
.panel:hover {
	color:white;
}
.panel-default {
	border:none;
}
.panel {
	box-shadow:none;
}
#accordion .panel-body .topic-name a {
	color: #BA2025;
	font-family: rajdhani;
	font-size: 16px;
}
#accordion .panel-body .topic-name {
	list-style:none;
}
#accordion .topics-head {
	font-size: 20px !important;
}
#accordion .panel-title a:hover {
	color:white;
}
.menu-header ul ul li ul {
	left: 200px;
	top: 0px;
	width: 130px;
}
.menu-header ul ul li ul li a {
	padding-left: 20px;
	width: 130px;
}
p.topic-research {
	float:right;
	margin-top:0px;
	color:#BA2025
}
a.ba_research_title {
	color: #BA2025;
	font-size:30px;
	font-weight: 600;
	font-family: rajdhani;
}
.ba_border_top {
	border-top: 1px solid #f0d6d5;
	padding-top: 20px;
	margin-right: 30px;
}
.ba_sidebar_left {
	border-left: 1px solid #f0d6d5;
}
.ba_inner_articles .secondblock-content {
	font-size:18px;
}
.document_topic_cat p a {
	font-size: 14px;
	font-family: 'Rajdhani';
	font-weight:600;
	text-transform: uppercase;
        line-height:30px;
        color:#000000;
        float:left;
        padding-right:10px;
        padding-bottom:0px;
}
.document_topic_cat p a:hover {
 text-decoration: underline !important;
}
.pipecl {
 float:left;
 margin-left:-10px;
 padding:6px;
}
.document_topic_1 p a {
	font-size: 14px;
	font-family: 'Rajdhani';
	font-weight:600;
	text-transform: uppercase;
        line-height:15px;
        color:#000000;
}
.document_topic_1 p:hover {
 text-decoration: underline !important;
}
.region {
	color: #BA2025;
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 10px;
	font-family: rajdhani;
}
.ba_sidebar .entry p strong {
	font-family: rajdhani;
	color: #BA2025;
	font-weight:600;
}
.ba_inner_articles .secondblock-image img {
	height: auto;
	width: 100%;
}
.ba_inner_articles .secondblock .more-head p a {
	line-height:30px;
}
.ba_border_top .col-md-5 .secondblock-title img {
	width:357px;
	height:238px;
}
.ba_border_top .ba_research_title {
	font-size:35px;
}
/*June 24th 2019 edited by sri*/
#myModalnewmob .subscription_new .wpforms-field label, #myModalnew .subscription_new .wpforms-field label, #myModal .subscription_new .wpforms-field label, #myModal1 .subscription_new .wpforms-field label {
	top:-20px !important;
	color:#BA2025 !important;
}
.subscription_new #wpforms-1606-field_1-container, .subscription_new #wpforms-1606-field_2-container, .subscription_new #wpforms-1606-field_3-container, .subscription_new #wpforms-1606-field_4-container, .subscription_new #wpforms-1606-field_5-container, .subscription_new #wpforms-1606-field_6-container {
	width:48%;
}
.joinus .contactnewframe .wpforms-instagram input {
	background-image: url("/wp-content/themes/mytheme/images/Instagram icon.png");
	background-repeat: no-repeat;
	background-position:0px 10px;
	padding-left:30px !important;
}
.joinus .contactnewframe .wpforms-twitter input {
	background-image: url(/wp-content/themes/mytheme/images/team_twit.png);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	padding-left: 30px !important;
}
.joinus .contactnewframe .wpforms-facebook input {
	background-image: url(/wp-content/themes/mytheme/images/team_fb.png);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	padding-left: 30px !important;
}
.joinus .contactnewframe .wpforms-field .wpforms-field-label {
	color: #BA2025;
}
.ba-research-page p:nth-child(3), .ba-research-page p:nth-child(2) {
	margin-top:0px;
}
.ba__image {
	margin-bottom:20px;
}
.ba__image a img {
        width:  100%;
	height: auto;
}
.ba-research-page p {
	margin:0 0 4px;
}
.ba-innerpage-img a img {
	margin-bottom:20px;
}
.ba_topic_page a {
	text-transform: uppercase !important;
	font-size: 20px;
	font-weight: 600 !important;
}
.subscribehome p {
	z-index:999;
	position: fixed;
	right:-46px;
	top: 338px;
	background:white;
	transform: rotate(-90deg);
	border: 1px solid #BA2025;
	font-size: 16px;
	width: 118px;
	height: 28px;
	color: #BA2025;
	text-align: center !important;
	font-family:'Rajdhani';
	font-weight: 600;
	border-radius: 4px;
	text-transform: capitalize;
	cursor: pointer;
	padding-top: 2px;
}
.donatehome a {
	z-index:999;
	position: fixed;
	right:-37px;
	top: 220px;
	background:white;
	transform: rotate(-90deg);
	border: 1px solid #BA2025;
	font-size: 16px;
	width: 100px;
	height: 28px;
	color: #BA2025;
	text-align: center !important;
	font-family:'Rajdhani';
	font-weight: 600;
	border-radius: 4px;
	text-transform: capitalize;
	cursor: pointer;
	padding-top: 2px;
}
#myModalnewmob, #myModal1 {
	z-index:9999;
}
.red-alert-image a img {
	width: 100%;
	height: auto;
	max-width: 100%;
}
.sao_paulo--sideimage a img {
	width: 100%;
	height: auto;
}
.sao_paulo--sideimagetext p a {
	color: #BA2025;
	font-size: 18px;
	font-weight: 600;
	font-family: rajdhani;
        text-align: left;
        line-height: 22px;
}
.sao_paulo--sideimagetext {
	margin-top:10px;
}
.saopaulo-title--subheader p a {
	color: #BA2025;
	font-size: 20px;
	font-weight: 600;
	font-family: rajdhani;
}
.text_other_sa {
	margin-bottom: 0px !important;
}
.text_other_sa span {
	color:black !important
}
.text_other_sa a:hover {
text-decoration: underline !important;
}
.sa__image {
	margin-bottom: 15px;
}
.sa__image img {
	height:auto;
	width:100%;
}
.sa__image_new {
	margin-bottom: 15px;
}
.sa__image_new img {
	height:auto;
	width:100%;
}
.saopaulo-noborder {
	border-top:0;
}
.nav-active {
	display: block !important;
}
/*November 8 2019 */
.brasilpost__heading{
  font-size:30px;
  color:black;
	font-weight:600;
}
.brasilpost__heading:hover {
 text-decoration: underline !important;
}
.col-md-12 .french-post{
padding-top : 20px;
}

.category_home_middle .thirdblock-title p a{
	line-height: 38px;
}
.category_home_middle .fourthblock-title p a{
	line-height: 38px;
}
.chinese p{	
	text-indent: 40px !important;	
    margin-bottom: 0 !important;	
}
.chinese .wpml-ls {	
	text-indent: 0px !important;
}
.search_result_title {
	padding-left: 14px;
}
.contactimg {
	position:absolute;
  	bottom:0;  
}
span.caption {
	color : #E06D02;
	text-align: center !important;
	padding-top: 10px;
    	font-size: 17px !important;
}
/*************************************MOBILE SITE STYLES******************************************/
/** Override Bootstrap's default container.*/
@media (min-width: 1280px) {
body {
	width: 1280px;
	overflow-x:hidden;
}
}
@media (max-width: 1279px) {
body {
	width: 100%;
	overflow-x:hidden;
}
}

/* Large desktops and laptops */
@media (min-width: 1200px) {
.responsive1 iframe {
	height: 440px;
	width: 80%;
}
p {
	text-align:left;
}
}
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
.responsive1 iframe {
	height: 360px;
	width: 80%;
}
p {
	text-align:left;
}
}
/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
.responsive1 iframe {
	height: 300px;
}
p {
	text-align:left;
}
}
@media (max-width: 767px) {
.responsive1 iframe {
	height: 240px;
}
p {
	text-align:left;
}
.join_art_padd {
	padding-left:0px;
}
.contact_left {
	margin-left:-10px;
}
}
/* Portrait phones and smaller */
@media (max-width: 480px) {
body {
	overflow-x:hidden;
}
div.wpforms-container-full .wpforms-form input[type=date], div.wpforms-container-full .wpforms-form input[type=datetime], div.wpforms-container-full .wpforms-form input[type=datetime-local],
div.wpforms-container-full .wpforms-form input[type=email], div.wpforms-container-full .wpforms-form input[type=month], div.wpforms-container-full .wpforms-form input[type=number], 
div.wpforms-container-full .wpforms-form input[type=password], div.wpforms-container-full .wpforms-form input[type=range], div.wpforms-container-full .wpforms-form input[type=search], 
div.wpforms-container-full .wpforms-form input[type=tel], div.wpforms-container-full .wpforms-form input[type=text], div.wpforms-container-full .wpforms-form input[type=time], 
div.wpforms-container-full .wpforms-form input[type=url], div.wpforms-container-full .wpforms-form input[type=week], div.wpforms-container-full .wpforms-form select, 
div.wpforms-container-full .wpforms-form textarea{margin-top:10px;}
.contact_us .contactnewframe form label{margin-top:10px !important;}
.contact_us .contactnewframe form input {margin-top:10px !important;}
.joinus .contactnewframe .wpforms-field .wpforms-field-label{margin-top:10px;}
#myModal1 .subscription_new .wpforms-field label, #myModal1 .subscription_new .wpforms-field input{
margin-top:10px;
}
.row .display-flex {
display: block !important;
flex-wrap: wrap;
}
.row .display-flex > [class*='col-'] {
/*display: block !important;*/
display: block !important;
flex-direction: column;
}

.iframe-container {
	padding-bottom:45.25%;
}
.contactcenter {
	display:block;
}
.contactimgbtm {
	margin-bottom: -46px;
}

.ba__image a img {
    width:  100%;
    height: auto;
}
.categoryblock{
	margin-right:0px;
}
.searchblock{
        margin-right:0px;
}
.category_home_middle{
	padding-top:0px;
}
.menu-header {
	display: block;
	float: left;
	margin: 0 auto;
	height: 42px;
	position:unset;
	right:0px;
}
.menu-header1 ul li {margin-right:6px}
.subscribehome p, .donatehome a {
	right:-30px !important;
}
.secondblock-title {
	margin-top:0px;
}
.secondblock-title .panel-title a {
	color:white;
	font-weight: 300;
	line-height: 24px;
}
.secondblock-title p a {
	font-family:rajdhani; 
	color:#BA2025;
	font-weight: 600;
	font-size:28px;
	text-transform: none;
	line-height: 34px;
}
.secondblock-title #accordion .panel-body .topic-name a {
	line-height: 23px;
	font-weight: 500;
}
.secondblock-home p {
    font-size: 18px;
    font-family: adobe-caslon-pro, Georgia,Times,Times New Roman,serif;
    font-weight: 400;
    margin : 10px 0 10px;
}
.secondblock-title .author-date {
    text-transform: uppercase;
    padding-bottom: 0px;
    font-family: rajdhani;
    font-size: 17px;
    font-weight:500;
    margin-top: 0px;
}
.secondblock-home p {
    font-size: 18px;
    font-family: adobe-caslon-pro, Georgia,Times,Times New Roman,serif;
    font-weight: 400;
    margin : 10px 0 10px;
}

.thirdblock .author-date {
    text-transform: uppercase;
    padding-bottom: 0px;
    font-family: rajdhani;
    font-size: 17px;
    font-weight:500;
    margin-top: -7px;
}
.fourthblock .author-date {
    text-transform: uppercase;
    padding-bottom: 0px;
    font-family: rajdhani;
    font-size: 17px;
    font-weight:500;
    margin-top: -7px;
}

.geosmall-home {
padding-left:15px;
        padding-right:15px;
}
.geosmall-title {
    margin-top: 0px;
}
.geosmall-title a {
    color: #BA2025;
    font-family: rajdhani;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px !important;
}
#wpforms-1606-field_10_1 {
	width: auto !important;
}
#wpforms-1606-field_10 {
	padding-top: 35px !important;
	float:left;
	margin-left: -2px !important;
}
.wpforms-field-label-inline {
	padding-left: 25px !important;
	padding-top: 53px !important;
}

.ba_sidebar {
	border:none !important;
}
.languages-wrapper {
	padding:5px 5px;
}
.other-lang {
	color: white;
	background : #BA2025;
	font-family : 'rajdhani';
	float:none !important;
}
.responsive1 iframe {
	height: 240px;
}
p {
	text-align:left;
}
.languages-wrapper {
	padding:5px 5px;
}
.other-lang {
	color: white !important; border:1px solid #fff !important;
	background : #BA2025;
	font-family : 'rajdhani';
	float:none !important;
}
.responsive1 iframe {
	height: 240px;
}
p {
	text-align:left;
}
.entry .envira-gallery-item a img.download-img {
	right: 30px;
	bottom: 58px;
}
.sa__image_new {
	width:100% !important;
}
.sa__image img {
	height:auto;
	width:100%;
	}
.sa__image_new img {
	height:auto;
	width:100%;
}
.menu-header {
vertical-align : top;
}
.menu-header ul {
list-style: none;
margin: 0;
padding-left: 0;
position: relative;
}
.menu-header a {
width:70%;
}
.mobile-menu-list .menu-item-has-children > .ast-menu-toggle {
display: inline-block;
position: absolute;
font-size: inherit;
top: 12px;
right: -15px;
cursor: pointer;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
padding: 0 .907em;
font-weight: 400;
line-height: inherit;
transition: all .2s;
background: transparent;
border: none;
outline:none;
}
.mobile-menu-list .ast-menu-toggle:focus, .ast-menu-toggle:hover {
background:0 0;border-color:inherit;color:inherit
}
.mobile-menu-list .menu-item-has-children > .ast-menu-toggle::before {
font-weight: 700;
content: '\0025BC';
font-family: Astra;
text-decoration: inherit;
display: inline-block;
}
.mobile-menu-list .screen-reader-text {
border: 0;
clip: rect(1px,1px,1px,1px);
-webkit-clip-path: inset(50%);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
word-wrap: normal!important;
}
.mobile-menu-list .ast-submenu-expanded>.ast-menu-toggle::before {
transform: rotateX(180deg);
}

.menu-header ul ul li ul {
	display:block;
}
.remove_pad {
	padding: 15px;
}
.contact_us .remove_pad {
	top: 4px !important;
}

.margin-res {
	margin-left:-10px;
}
.research_body p {
	width:95% !important;
	margin-left : 0px !important;
}
footer.blog-footer-mobile .custom-class {
	margin-bottom:0px;
}
nav.main-nav .menu-header ul li:nth-child(3) ul li a {
	width:185px !important;
}
.envira-gallery-wrap .envira-gallery-public.envira-gallery-2-columns .envira-gallery-item, .envira-gallery-wrap .envira-gallery-public.envira-gallery-3-columns .envira-gallery-item, .envira-gallery-wrap .envira-gallery-public.envira-gallery-4-columns .envira-gallery-item, .envira-gallery-wrap .envira-gallery-public.envira-gallery-5-columns .envira-gallery-item, .envira-gallery-wrap .envira-gallery-public.envira-gallery-6-columns .envira-gallery-item {
	width: 100% !important;
}
.geography1 {
	padding-left:15px; 
	padding-right:15px;
}
.geography3 {
	border-left:0px; 
	margin-left:-14px;
	padding-top:20px;
}
.secondblock-image img {
	height: auto;
	width: 100%;
}
.thirdblock-image img {
	height:auto;
	width:100% !important;
}
.fourthblock-image img {
	height:auto;
	width:100% !important;
}
.fourthblock-excerpt {
	padding-top:5px;
	font-size:18px; 
	font-weight:400; 
	font-family:adobe-caslon-pro, Georgia,Times,Times New Roman,serif; 
	width:100%;
}
.fourthblock-excerpt p {
	font-size:18px;
}
/*adding new submenu item for research block inside our work*/
.menu-header .menu li:nth-child(2) ul.sub-menu li:nth-child(7) ul.sub-menu {left:30px;width:200px;}
.menu-header .menu li:nth-child(2) ul.sub-menu li:nth-child(7) ul.sub-menu li a {width: 100%;}
.envirabox-caption h3 {
	font-size:22px;
}
.envirabox-inner .envira-social-buttons div.envira-social-network a.envira-social-button {
	width: 22px !important;
	height: 22px !important;
	line-height: 22px !important;
}
.envirabox-theme-showcase .envirabox-image-wrap .envirabox-position-overlay.envira-gallery-bottom-left {
	bottom: 4px !important;
}
.ba_margin {
	margin-top:10px;
	margin-bottom:20px;
	padding-right:15px;
}
.batitlepadding {
	padding-top:10px;
}
.bapostdetailtitlepadding {
	padding-top:10px;
}
.document_topic_cat p a {
	font-size: 14px;
	font-family: 'Rajdhani';
	font-weight:600;
	text-transform: uppercase;
        line-height:25px;
        color:#000000;
        float:left;
        padding-right:5px;
        padding-bottom:0px;
}
.pipecl {
 float:left;
 margin-left:-5px;
 padding:3px;
}
.bacatpadding {
    padding-right: 0px;
}
.bacatmargin {
    margin-left: 0px;
}
.sao_paulo--sideimagetext p {
	font-size: 18px !important;
        line-height: 22px !important;
}
.sao_paulo--sideimagetext p a {
	color: #BA2025;
	font-size: 18px;
	font-weight: 600;
	font-family: rajdhani;
        text-align: left;
        line-height: 22px;
}
.ba_art_padding p a {
	font-family:rajdhani; 
	color:#BA2025;
	font-weight: 600;
	font-size:24px;
	text-transform: none;
	line-height: 30px;
}

}

@media (min-width: 760px) and (max-width: 1280px) {

#wpforms-1606-field_10_1 {
	width: auto !important;
}
#wpforms-1606-field_10 {
	margin-left: -10px !important;
}

} 
@media only screen and (max-width:760px) {
/*Staff mobile designs*/
	.mail_id {
	margin-left: 0px !important;
	font-size:14px !important;
	letter-spacing: 0.2px !important;
	margin-bottom: 80px;
}
.info {
	margin-bottom: 18px !important;
	font-size:14px !important;
	margin-left: 0px !important;
	letter-spacing: 0.2px !important;
}
.border_text {
	border-right: 0px !important;
	border-bottom: 1px solid #BA2025 !important;
	position: relative;
	padding: 0px;
	margin-left: 29%;
	margin-right: 29%;
}
.two_lines ul li {
	display:block !important;
	padding:2px;
}
.two_lines li a {
	font-size:12px !important;
}
.two_lines ul li {
	padding-left: 9px !important;
	padding-right: 9px !important;
}
.two_lines ul li:nth-child(5) {
	padding-top: 4px !important;
}
.two_lines li.active a {
	font-size:12px !important;
}
.two_lines ul {
	padding-left:0px !important;
	margin-top: -5px !important;
}
.team_info .team_image2 img {
	width:74px !important;
	height:74px !important;
}
.team_info .team_name p, .team_name p:nth-child(2) {
	font-size: 13px !important;
}
.title_staff {
	margin-top: 30px !important;
}
.team_info {
	margin-top:-30px;
}
.team_info .team_name {
	margin-top:-18px;
}
/*ends staff mobile designs*/
	.joinus .title {
	width: 100% !important;
	margin-bottom:50px;
	font-size: 28px !important;
	margin-top:50px;
}
.joinus .contactnewframe {
	padding-left:0px !important;
	padding-top: 10px !important;
}
.team_image img {
	width: 100% !important;
	height: auto !important;
	top: 55px !important;
	position: relative !important;
}
.joinus .team_description p {
	width: 100% !important;
	height: auto !important;
	padding-top: 30px;
	margin-bottom: 20px !important;
}
.joinus .contactnewframe .signup {
	margin-left:25% !important;
}
.joinus .contactnewframe .wpforms-field input.mobile_view {
	max-width:100% !important;
}
.joinus .contactnewframe {
	width: 100% !important;
}
.mobile_view {
	width: 100%;
}
.mobile_view_joinus {
	width: 100%;
 	top: 35px;
	position: relative;
}
.contact_us .wpforms-field, .joinus .wpforms-field {
	width:100% !important;
	margin-left: 0% !important;
}
#myModal .subscription_new .preferred_lang .choice-1 input, #myModal1 .subscription_new .preferred_lang .choice-1 input {
	margin-left:4px !important;
}
.subscribe {
	background-color: transparent !important;
	width: 178px;
	border: 1px solid #BA2025;
	border-radius: 25px;
	cursor: pointer;
	position: relative;
	display: inline-block;
	margin-top:0;
}
.donatebtn {
	background-color: #BA2025;
	width: 106px;
	border: 1px solid #ffffff;
	border-radius: 4px;
	cursor: pointer;
	display: inline-block;
	padding:3px;
	margin:0 4px;
}
.donatebtn a {
	font-family: Rajdhani;
	font-size: 14px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.52;
	letter-spacing: normal;
	text-align: center !important;
	color: #ffffff;
	padding:3px 5px;
}
.desktop-menu {
	display: none;
}

.wpml-ls-display {
	color: #BA2025;
}
.glyphicon {
	color:#BA2025;
}
.glyphicon-menu-hamburger {
	cursor: pointer;
	font-size: 22px
}
.mobile-logo {
	max-width: 190px;
}
.mobile-menu {
	-webkit-box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.25);
}
.mobile-menu {
	display: block;
}
/*******RAVS mobile MENU******/
.main-nav {
	display: block;
	width: 97%;
	margin-top: 0;
	font-family: rajdhani;
	background-color: #BA2025;
	color: white;
	text-transform: uppercase;
	position: absolute;
	z-index: 999999;
}
.menu-header {
	display: block;
	margin: 0 50px;
	height: auto;
	padding: 20px 0;
	width: 70%;
	max-width: 300px;
}
.menu-header ul, div.menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.menu-header li, div.menu li {
	float: none;
	position: relative;
}
.menu-header li, div.menu li {
	float: none;
	position: relative;
	border-bottom: 1px dotted #ddd;
}
.menu-header ul ul {
	display: none;
	position:relative;
	top: 0px;
	left: 20px;
	float: none;
	width: 100%;
	z-index: 99999;
}
.menu-header ul ul li {
	border-bottom:none;
}
.menu-header a {
	font-weight: 600;
	font-size: 24px;
	color: #fff;
	display: block;
	line-height: 25px;
	padding:10px;
	text-decoration: none;
	text-transform: uppercase;
}
.menu-header ul li:hover > ul {
	display: block;
}
.menu-header li:hover > a {
	background: transparent;
	color: #ddd;
}
.menu-header ul ul :hover > a {
	background: transparent;
	color: #ddd;
}
.menu-header ul ul a {
	background: #BA2025;
	line-height: 1em;
	padding:10px;
	width: 80%;
	height: auto;
	color:#fff;
}
.menu-header ul li.current_page_item > a, .menu-header ul li.current-menu-ancestor > a, .menu-header ul li.current-menu-item > a, .menu-header ul li.current-menu-parent > a {
	color: #fff;
	background: #BA2025;
}
.mobile-menu .blog-nav {
	display: block;
	width: 100%;
	margin-top: 0;
	font-family: rajdhani;
	background-color: #BA2025;
	color: white;
	text-transform: uppercase;
	position: absolute;
	z-index: 999999;
}
#myNavbar {
	background-color: #BA2025;
}
.navbar-toggle .icon-bar {
	background-color:#BA2025;
}
.blog-masthead {
	height: 85px;
	width: 100%;
}
.headerserach {
	float: right;
	margin-top: -37px;
	margin-right: 38px;
}
.mobile-hamburger-menu {
	float: right;
	margin-right: -53px;
	margin-top: -29px;
}
.search-menu {
	float: right;
	margin-top: 9px;
}
.search-menu a {
	font-size: 22px;
	padding: 0 15px;
}
.mobile-menu-list ul {
	list-style: none;
}
.blog-footer {
	display: none;
}
.blog-footer-mobile {
	display: block;
	margin-top: 35px;
	background: #BA2025;
	text-align: center;
	color: #fff;
	padding: 25px 15px;
}
.subscription-title {
	color: #fff;
	margin-bottom: 15px;
}
.languages-bottom {
	font-family: rajdhani;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
}
.part2 .subscription_title {
	padding-left:0px !important;
	padding-top:30px !important;
}
.part2 .subscription_title h2 {
	margin-left:10px;
}
.modal-content {
	margin:10px;
	width: 93.5% !important;
}
.modal1 {
	width: 100% !important;
}
.part2 {
	width: 100% !important;
	float: none !important;
	width:auto !important;
	height: auto !important;
}
.subscribe p {
	border: 1px solid #fff;
	border-radius: 4px;
	color: white !important;
	background-color: transparent;
}
div.wpforms-container-full .wpforms-form .wpforms-field-html ul {
	display: inline-grid !important;
	margin-left: 25px !important;
}
.subscription_card .part1 {
	width: 100% !important;
	height: auto !important;
	margin-bottom: 25px !important;
}
.part1 .logo {
	padding-left: 0px !important;
	padding-top: 48px !important;
}
.part1 .content {
	text-align: center !important;
	padding-left: 80px !important;
	padding-top: 26px !important;
	padding-right: 80px !important;
	padding-bottom: 30px !important;
}
.part1 .content p {
	line-height:1.5
}
#myModalnewmob .subscription_new .wpforms-submit-container button, #myModal1 .subscription_new .wpforms-submit-container button {
	margin-bottom:30px
}
#myModalnewmob .subscription_new .wpforms-field, #myModal1 .subscription_new .wpforms-field {
	width: 100%;
	margin-left: 0% !important;
}
.part1 .logo img {
	margin-left: 40px !important;
}


.menu-header-footer {
	float: none;
}
.menu-header-footer ul li:nth-child(1), .menu-header-footer ul li:nth-child(2) {
	border-right: 1px solid #fff;
}
.menu-header-footer ul li:nth-child(1) a span {
	color: #ffffff;
	font-family: rajdhani;
	font-weight: 500;
	margin-left: -20px;
	margin-right: 12px;
}
.menu-header-footer ul li:nth-child(2) a span, .menu-header-footer ul li:nth-child(3) a span {
	margin-right: 15px;
	color: #ffffff;
	font-family: rajdhani;
	font-weight: 500;
	padding-left: 10px;
}
.blog-masthead {
	background-color: #ffffff;
	z-index: 99;
	margin-bottom:10px;
}
.mobile-menu {
	display: block;
}
.mobile-menu .blog-nav {
	display: block;
	background-color: #BA2025;
	color: white;
	text-transform: uppercase;
}
#myNavbar {
	background-color: #BA2025;
}
.navbar-toggle .icon-bar {
	background-color:#BA2025;
}
.blog-masthead {
	height: 85px;
}
.headerserach {
	float: right;
	margin-top: -37px;
	margin-right: 38px;
}
.mobile-hamburger-menu {
	float: right;
	margin-right: -53px;
	margin-top: -29px;
}
.desktop-menu {
	display: none;
}
.row .display-flex .artotherpost {
	display: none !important;
}
.search-menu {
	float: right;
	margin-top: 9px;
}
.mobile-menu-list ul {
	list-style: none;
}
.sidebar-container {
	display: none;
}

}
