@charset "utf-8"; 
/* CSS Document */
@font-face {
  font-family: 'SangbadUni';
  src: url('https://robbar.in/wp-content/themes/robbar/fonts/SangbadUni.eot');
  src: url('https://robbar.in/wp-content/themes/robbar/fonts/SangbadUni.eot?#iefix') format('embedded-opentype'),
       url('https://robbar.in/wp-content/themes/robbar/fonts/SangbadUni.woff') format('woff'),
       url('https://robbar.in/wp-content/themes/robbar/fonts/SangbadUni.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SangbadUni-Bold';
  src: url('https://robbar.in/wp-content/themes/robbar/fonts/SangbadUni-Bold.eot');
  src: url('https://robbar.in/wp-content/themes/robbar/fonts/SangbadUni-Bold.eot?#iefix') format('embedded-opentype'),
       url('https://robbar.in/wp-content/themes/robbar/fonts/SangbadUni-Bold.woff') format('woff'),
       url('https://robbar.in/wp-content/themes/robbar/fonts/SangbadUni-Bold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
.no-gap-link{
	font-weight: normal;
	font-family: 'SangbadUni-Bold';
}
.no-gap-link p strong{
	font-weight: normal;
	font-family: 'SangbadUni-Bold';
}

.no-gap-link p span strong{
	font-weight: normal;
	font-family: 'SangbadUni-Bold';
}

.no-gap-link ul li strong{
	font-weight: normal;
	font-family: 'SangbadUni-Bold';
}

.single-row-content p span{
	font-weight: normal;
	font-family: 'SangbadUni-Bold';
}
.single-row-content p span a strong{
	font-weight: normal;
	font-family: 'SangbadUni-Bold';
}
.letter-spc-new{
	letter-spacing: 0px !important;
}
		 
body {
    padding: 0px;
    margin: 0px;
    font-family: 'SangbadUni' !important;
    font-size: 1.5em;
    background: #e6e6e6;
}

hr {
	height:1px;
	border-width:0;
	background-color:#A5A5A5;
}
button {
	background-color: white;
	opacity: 0.5;
	border: 1px solid lightgrey;
	border-radius: 40%;
	height:40px;
	width: 40px;	
}
.btn-holder {
    width: 100%;
    text-align: center;
    max-width: 1180px;
    margin: auto;
    overflow: hidden;
    padding: 13px 0 13px 0;
}
.btn-holder a:link, a:visited {	
  color:white;
  padding: 10px 20px;
  background-color:rgb(223,18,52);
  text-decoration: none; 
}
.dis-flex {
	display: flex;
	width:100%;
}
* {
  box-sizing: border-box;
}
/* ======== desktop header ========= */
.menufull {
    width: 100%;
    background: #ed1a3b;
}
.menufull div#navbar {
    max-width: 1160px;
    margin: auto;
    display: flex;
    align-items: center;
    position: relative;
}
.copyright {
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    color: #909090;
    padding-top: 12px;
}
img.logoheader {
    width: 100%;
    max-width: 300px;
    height: auto;
}
.logodesktop {
    text-align: center;
    width: 100%;
    padding: 20px 0;
    background: #fff;
}
#home-sec {
    flex: 15%;
    padding: 17px 0;
    text-align: left;
    overflow: hidden;
}
#nav-sec {
    flex: 100%;
    text-align: center;
    padding: 0;
    margin: auto;
}
#search-sec {
    flex: 15%;
    padding: 17px 0;
    overflow: hidden;
    text-align: right;
}
.mobmar-top20 {
	margin-top: 20px;
}
.flt-right{
	/*float: right;*/
	margin-left:90%;
}
ul.ba {
    list-style-type: none;
    display: inline;
    margin: 0;
    padding: 0;
}

ul.ba li {
    display: inline-block;
    padding: 22px 10px;
    line-height: 0;
    font-size: 26px;
    font-weight: normal;
    margin-bottom: 0;
    margin-top: 0;
    position:relative;
}
ul.ba li ul.dropdown {
    min-width: 195px;
    background: #ed1a3b;
    display: none;
    position: absolute;
    z-index: 999;
    left: 0;
    padding: 0;
    top: 44px;
    width: 100%;
}
ul.ba li:hover ul.dropdown{
    display: block;	/* Display the dropdown */
}

ul.ba li ul.dropdown li {
    display: block;
    font-size: 22px;
    text-align: left;
    border-bottom: 1px dotted #fff;
    padding: 22px 20px;
}
ul.ba li:hover {
	color: #002E6E;
}
ul.ba li.active {
	color: #002E6E;
}
ul.ba li:last-child {    

}
.ad-space {
    text-align: center;
    width: 100%;
    padding: 30px 0 22px 0;
}
.ft-new-menu3 li {
    border-right: 3px solid #ec1134 !important;
    line-height: 12px !important;
}
.ad-space2 {
    text-align: center;
    width: 100%;
    padding: 13px 0 27px 0;
}
.pad-bottom12 {
	padding-bottom:12px;
}
.mar-bottom12 {
	margin-bottom:12px;
}
.mar-top20 {
	margin-top:20px;
}
.mar-top30 {
	margin-top:30px;
}
.mar-btm30 {
	margin-bottom:30px;
}
.addimg-responsive {
	width:100%; 
	max-width:728px; 
	height:90px;
}
.mobimg-responsive {
	width:100%; 
	max-width:300px; 
	height:250px;
}

li.blue-sec {
    background: #012e6f;
}

/*** Header Search box ***/
.header_search_box {
    margin-top: 5px;
}
.header_search_box form.search-form {
    position: absolute;
    top: 120px;
    right: 0;
    background: #fff;
    padding: 0px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    opacity: 0;
    width: 0;
	transition: all 0.3s;
}
.header_search_box.open_sbox form.search-form {
    top: 48px;
    opacity: 1;
    width: 300px;
    padding: 6px 10px;
    z-index: 999;
}
.header_search_box a.search_icon {
    display: block;
    color: #fff;
    font-size: 18px;
}
.header_search_box a.close_icon {
    color: #fff;
    display: none;
	 font-size: 18px;
}
.header_search_box.open_sbox a.search_icon {
    display: none;
}
.header_search_box.open_sbox a.close_icon {
    display: block;
}
.header_search_box form.search-form button.form-control.form-control-submit {
    width: 40px;
    padding: 0;
    background: #012e6f;
    color: #fff;
    border: none;
    border-radius: 0px 4px 4px 0px;
    height: 47px;
    opacity: 1;
}
.header_search_box form.search-form input.form-control {
	border-radius: 4px 0px 0px 4px;
	font-size: 19px;
	width: 85%;
}

.header_search_box form.search-form div#search {
    display: flex;
}
/*** // Header Search box ***/


/* ======== desktop header ========= */


/***  Author slider section ***/
.author_slider_wrap .item {
    width: 25%;
}
.author_slider_wrap .author_content {
    display: flex;
    flex-wrap: wrap;
}
.author_slider_wrap .item a {
    display: flex;
    align-items: center;
}

.author_slider_wrap .item a picture {
    width: 120px;
    height: 120px;
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid #000;
}

.author_slider_wrap .thumb {
    border: 1px solid #ddd;
    padding: 15px;
    margin: 0 14px;
    box-shadow: 0 0 6px rgba(0,0,0,0.14);
}

.author_slider_wrap .item a h4 {
    font-size: 30px;
    color: #000;
    margin-left: 15px;
}
/*** // Author slider section ***/

/*** Team slider section ***/
.team_slider_wrap .team_content {
    display: flex;
    flex-wrap: wrap;
}

.team_slider_wrap .team_content .item {
    width: 25%;
}

.team_slider_wrap .team_content .thumb {
    margin: 12px;
    border: 1px solid #ddd;
    text-align: center;
    transition: border 0.3s;
}

.team_slider_wrap .team_content .thumb h4 {
    margin-top: 15px;
    padding: 8px 7px 4px;
    background: #e6e6e6;
    margin-bottom: 0;
    color: #000;
}

.team_slider_wrap .team_content .thumb span.designation {
    display: block;
    background: #e6e6e6;
    font-size: 23px;
    color: #7a7a7a;
    padding: 0px 8px 6px;
}

.team_slider_wrap .team_content .thumb:hover {
    border-color: #000;
}
/*** // Team slider section ***/


/* ======== home section ========= */
.bg-home {
    width: 100%;
}
.home-row {
  display: flex;
  flex-wrap: wrap;
  padding: 0px 0px;
  width:100%;
}
#content-secnew {
    padding-bottom: 0;
    max-width: 1280px;
    margin: auto;
    width: 100%;
    overflow:hidden;
    display: none;
}
.innersecnew {
    max-width:1280px;
    margin: auto;
    width: 95%; 
}
.pad-nil{ padding-left:0; padding-right:0;}
.midbg {
    background: #fff;
    margin: auto;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.15);
	padding: 20px;
}
#content-sec {
    padding-bottom: 0;
    margin: auto;
    width: 100%;
    overflow:hidden;
}
.column-large-l {
    flex: 35%;
    max-width: 410px;
    padding: 0 0;
    height: auto;
    margin: 0 15px;
}
.column-large-r {
    flex: 30%;
    max-width: 300px;
    padding: 0;
    margin: 0 0px 0 15px;
}
.column-large-l:first-child {
    margin-left: 0;
}
.column-small {
    flex: 25%;
    max-width: 280px;
    padding: 0 0;
    margin: 0 10px;
}
.column-small:first-child {
    margin-left: 0;
}
.column-small:last-child {
    margin-right: 0;
}
.column-medium {
    flex: 33.3333333333%;
    max-width: 393px;
    padding: 0 0;
    height: auto;
    margin: 0 15px;
}
.column-medium:first-child {
    margin-left: 0;
}
.column-medium:last-child {
    margin-right: 0;
}
.column-mediumtop {
    flex: 22%;
    max-width: 296px;
    padding: 0 0;
    height: auto;
    margin: 0 10px;
}
.column-mediumtop:first-child {
    margin-left: 0;
}
.column-mediumtop:last-child {
    margin-right: 0;
}
.column-half {
    flex: 50%;
    max-width: 575px;
    padding: 0;
    display: table;
}
.column-half:first-child {
    margin-right: 30px;
}
.column-halftop {
    flex: 46%;
    max-width: 600px;
    padding: 0;
    display: table;
}
.column-halftop:last-child {
    max-width: none;
    margin-left: 25px;
}
.column-halfmid {
    flex: 50%;
    max-width: 605px;
    padding: 0;
    display: table;
}
.column-halfmid:first-child {
    margin-right: 30px;
}
.header {
    margin-left: 12px;
    padding-bottom: 0px;
    position: relative;
    top: -6px;
    font-weight: 600;
    font-size: 23px;
    font-family: 'SangbadUni' !important;
}
.header2 {
    margin-left: 12px;
    padding-bottom: 8px;
    position: relative;
    top: -6px;
    font-weight: 600;
    font-size: 23px;
    font-family: 'SangbadUni' !important;
}
.header3 {
    margin-left: 12px;
    padding-bottom: 8px;
    position: relative;
    top: -6px;
    font-weight: 600;
    font-size: 23px;
    font-family: 'SangbadUni' !important;
}
.blue-hr {
	height:16px;
	width:30px;
	margin-left:0px;
	background-color: rgb(12,76,164);	
}

.red-hr{
	height:16px;
	width:30px;
	margin-left:0px;
	background-color:rgb(223,18,52);
	
}
.column-small img {
  margin-top: 8px;
  vertical-align: middle;
}
.small-comp {
	 display: table-cell;
	 position: relative;
}
.column-halftop .small-comp h3, .column-halfmid .small-comp h3 {
    margin: 0px;
    font-family: 'SangbadUni' !important;
    font-weight: 900;
    font-size: 31px;
    line-height: 34px;
    padding-top: 10px;
    padding-bottom: 6px;
    overflow: hidden;
    min-height:auto;
}
.column-halftop .small-comp p, .column-halfmid .small-comp p {
    margin: 8px 0;
    font-family: 'SangbadUni' !important;
    font-weight: 300;
    font-size: 24px;
    line-height: 28px;
    padding-bottom: 0;
    color: #808080;
    overflow: hidden;
    min-height: 58px;
}
.column-halftop .small-comp p a, .column-halfmid .small-comp p a {
    color: #222;
}
.column-halftop .small-comp p a:hover, .column-halfmid .small-comp p a:hover {
    color: #222;
}
.column-halftop .small-comp h3 a, .column-halfmid .small-comp h3 a {
    color:#222;
}
.column-halftop .small-comp h3 a:hover, .column-halfmid .small-comp h3 a:hover {
    color:#222;
}
.column-halftop .dis-author p, .column-halfmid .dis-author p {
    width: 90%;
    font-family: 'SangbadUni' !important;
    font-size: 18px;
    margin: 0 !important;
    font-weight: 600;
    color: grey;
    min-height: auto;
    padding-bottom: 0;
}
.column-halftop .dis-author p a, .column-halfmid .dis-author p a {
    font-family: 'SangbadUni' !important;
    font-size: 25px;
    font-weight: normal;
    color: grey;
    padding-left: 2px;
    cursor: default;
}
.column-halftop .dis-author p a:hover, .column-halfmid .dis-author p a:hover {
    font-family: 'SangbadUni' !important;
    font-size: 25px;
    font-weight: normal;
    color: grey;
    padding-left: 2px;
    cursor: default;
}
.small-comp h1 {
    margin: 0px;
    font-family: 'SangbadUni' !important;
    font-weight: 900;
    font-size: 26px;
    line-height: 34px;
    padding-top: 10px;
    padding-bottom: 6px;
    min-height: 86px;
    overflow: hidden;
    
}

.small-comp p.pbig {
    margin: 0px;
    font-family: 'SangbadUni' !important;
    font-weight: 900;
    font-size: 26px;
    line-height: 34px;
    padding-top: 10px;
    padding-bottom: 6px;
    min-height: 86px;
    overflow: hidden;
    
}

.small-comp h2 {
    margin: 0px;
    font-family: 'SangbadUni' !important;
    font-weight: 900;
    font-size: 26px;
    line-height: 34px;
    padding-top: 10px;
    padding-bottom: 6px;
    min-height: 86px;
    overflow: hidden;
    
}

.small-comp p.pbig2 {
    margin: 0px;
    font-family: 'SangbadUni' !important;
    font-weight: 900;
    font-size: 26px;
    line-height: 34px;
    padding-top: 10px;
    padding-bottom: 6px;
    min-height: 86px;
    overflow: hidden;
    
}

.small-comp h3 {
    margin: 0px;
    font-family: 'SangbadUni' !important;
    font-weight: 600;
    font-size: 23px;
    line-height: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 111px;
    overflow: hidden;
    
}

.small-comp p.pbig3 {
    margin: 0px;
    font-family: 'SangbadUni' !important;
    font-weight: 600;
    font-size: 23px;
    line-height: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 111px;
    overflow: hidden;
    
}

.small-comp p {
    margin: 0px;
    font-family: 'SangbadUni' !important;
    font-weight: 300;
    font-size: 20px;
    line-height: 23px;
    padding-bottom: 10px;
    color: #808080;
    overflow: hidden;
    min-height: 58px;
	
}
.column-large-l .small-comp p {
    margin: 0px;
    font-family: 'SangbadUni' !important;
    font-weight: 300;
    font-size: 21px;
    line-height: 26px;
    padding-bottom: 10px;
    color: #808080;
    overflow: hidden;
    min-height: 88px;
	
}
.column-small .small-comp p {
    margin: 0px;
    font-family: 'SangbadUni' !important;
    font-weight: 300;
    font-size: 21px;
    line-height: 26px;
    padding-bottom: 10px;
    color: #808080;
    overflow: hidden;
    min-height: 102px;
    
}
.column-medium .small-comp p {
    margin: 0px;
    font-family: 'SangbadUni' !important;
    font-weight: 300;
    font-size: 20px;
    line-height: 23px;
    padding-bottom: 10px;
    color: #808080;
    overflow: hidden;
    min-height: 79px;
		
}
.dis-author {
    display: flex;
}
.column-large-l .small-comp .dis-author p {
    width: 90%;
    font-family: 'SangbadUni' !important;
    font-size: 18px;
    margin: 0;
    font-weight: 600;
    color: grey;
    min-height: auto;
    padding-bottom: 0;
	
}
.column-small .small-comp .dis-author p {
    width: 90%;
    font-family: 'SangbadUni' !important;
    font-size: 18px;
    margin: 0;
    font-weight: 600;
    color: grey;
    min-height: auto;
    padding-bottom: 0;
	
}
.column-medium .small-comp .dis-author p {
    width: 90%;
    font-family: 'SangbadUni' !important;
    font-size: 18px;
    margin: 0;
    font-weight: 600;
    color: grey;
    min-height: auto;
    padding-bottom: 0;
		
}
.dis-author p {
    width: 90%;
    font-family: 'SangbadUni' !important;
    font-size: 18px;
    margin: 0;
    font-weight: 600;
    color: grey;
    min-height: auto;
    padding-bottom: 0;
    padding-top: 2px;
}
.bm-link {
	
}
.share-link {
	
}
.bm-link a:link {
 /* background-image: url("../images/bm.png"); */
  width:25px;
  height:27px;
  display:block;
  margin-top:0px; 
}
.bm-link a:active, a:visited {
  /* background-image: url("../images/bm_active.png"); */
  width:25px;
  height:27px;
  display:block; 
}
.share-link a.new:link {
    background-image: url("../images/sharenew.png");
    width: 40px;
    height: 40px;
    display: block;
    margin-top: 0px;
}

.column-half .small-comp h3 {
    margin: 0px;
    font-family: 'SangbadUni' !important;
    font-weight: 600;
    font-size: 30px;
    line-height: 35px;
    padding-top: 0px;
    padding-bottom: 20px;
    
}
.deskmar-bottom20 {
	margin-bottom: 20px;
}
.ba li a {
    color: #fff;
}
.ba li a:hover {
    color: #fff;
}
.mobile-adjust {
    background: #e6e6e6;
    padding: 11px 12px;
}
h3.headtext {
    width: 100%;
    border-bottom: 1px solid #222;
}
a.headanchor {
    background: #ed1a3b;
    padding: 2px 22px;
    font-size: 34px;
    float: left;
    color: #fff;
}
a.rightanchor {
    color: #ed1a3b;
    float: right;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1px;
}
span.arrowtext {
    font-size: 37px;
    font-weight: normal;
    color: #222;
}
.deskmar-top40 {
    margin-top: 40px;
}
.topcol9 {
    width: 100%;
    padding: 0 0px 0 0px;
}
.topcol9 .icon-btm {
    position: relative;
}
.sidewrap {
    width:100%;
    padding: 20px;
    float: left;
    background: #e6e6e6;
    text-align: center;
}
.head_img {
    width: 100%;
    max-width: 200px;
    text-align: center;
    margin: 13px auto;
}
.mid_img {
    width: 100%;
    max-width: 222px;
    margin: 22px auto;
}
.head_img {
    width: 100%;
    max-width: 170px;
    text-align: center;
    margin: 20px auto;
}
/* ======== home section ========= */
/* ======== archive section ========= */
#archive-sec {
    padding-bottom: 0;
    max-width: 1280px;
    margin: auto;
    width: 100%;
}
.archive-row {
  display: flex;
  flex-wrap: wrap;
  padding: 0px 0px;
  width:100%;
}
.archivecontent-row {
    display: flex;
    flex-wrap: wrap;
    padding: 0px 0px 35px;
    width: 100%;
}
#archive-sec .ad-space {
    text-align: center;
    width: 100%;
    padding: 30px 0 27px 0;
}
.column-33 {
    flex: 33%;
    max-width: 373px;
    padding: 0;
    display: table;
	margin-right:20px;
}
.column-45 {
    flex: 45%;
    max-width: 566px;
    padding: 0;
    display: table;
	margin-right:30px;
}
.column-47 {
    flex: 47%;
    max-width: 407px;
    padding: 0;
    display: table;	
}
.column-55 {
    flex: 55%;
    max-width: 684px;
    padding: 0;
    display: table;	
}
.column-47 .small-comp h3 {
    margin: 0px;
    font-family: 'SangbadUni' !important;
    font-weight: 600;
    font-size: 25px;
    line-height: 28px;
    padding-top: 0px;
    padding-bottom: 20px;
		
}
.column-55 .small-comp h3 {
    margin: 0px;
    font-family: 'SangbadUni' !important;
    font-weight: 600;
    font-size: 32px;
    line-height: 34px;
    padding-top: 0px;
    padding-bottom: 20px;
}

.column-55 .small-comp h3 a {
    color:#222;
}
.column-55 .small-comp h3 a:hover {
    color:#222;
}

.column-55 .small-comp p a {
    color:#808080;
}
.column-55 .small-comp p a:hover {
    color:#808080;
}
.column-55 .small-comp p {
    margin: 0px;
    font-family: 'SangbadUni' !important;
    font-weight: 300;
    font-size: 25px;
    line-height: 25px;
    padding-bottom: 10px;
    color: #808080;
    overflow: hidden;
    min-height: 58px;
}

.archivecontent-row .icon-btm {
    position: absolute;
    bottom: 0px;
    width: 100%;
}
.dis-author p a {
    font-family: 'SangbadUni' !important;
    font-size: 21px;
    font-weight: normal;
    color: grey;
    cursor: default;
		
}
.dis-author p a:hover {
    font-family: 'SangbadUni' !important;
    font-size: 21px;
    font-weight: normal;
    color: grey;
    cursor: default;
}
.mpad-bottom12 {
	padding-bottom: 12px;
}
/* ======== archive section ========= */
/* ======== single section ========= */
#single-sec .img-responsive {
  width: 100%;
  max-width: 800px;
  height: auto;
}
#single-sec {
    padding-bottom: 0;
    max-width: 800px;
    margin: auto;
    width: 100%;
	padding-bottom: 20px;
}
.single-row {
  display: flex;
  flex-wrap: wrap;
  padding: 0px 0px;
  width:100%;
}
.single-row-content {
  display: flex;
  flex-wrap: wrap;
  padding: 0px 0px;
  width:100%;
}
.column-70 {
    flex: 0 0 72%;	
    -ms-flex: 0 0 72%;
	width:100%;
}
.column-62 {
    flex: 0 0 62.5%;	
    -ms-flex: 0 0 62.5%;
	width:100%;
}
.column-37 {
    flex: 0 0 37.5%;	
    -ms-flex: 0 0 37.5%;
	width:100%;
}
.column-30 {
    flex: 0 0 28%; 	
    -ms-flex: 0 0 28%;
	width:100%;
}
.single-row .addthis_inline_share_toolbox {
	text-align:right;
}
ul.blog {
    list-style-type: none;
    display: inline;
    color: grey;
    padding: 0px;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
}
ul.blog li:last-child {
    border-right: 0px solid grey;
}
ul.blog li:first-child {
    padding-left:0px;
}
ul.blog li {
    display: inline-block;
    padding: 0 6px 0 6px;
    border-right: 2px solid grey;
    line-height: 11px;
}
.post-edit-link > span, 
.post-edit-link > span:hover, 
.post-edit-link > span:focus, 
.post-edit-link > span:active {color: #000 !important;}
ul.share-post {
    float: right;
    margin: 0px;
}
ul.share-post li {
    list-style-type: none;
    display: inline;
    /* vertical-align: baseline; */
}
.video-responsive {
    width: 100%;
    max-width: 800px;
    height: auto;
}
.single-row h1 {
    margin: 0px;
    /*font-family: 'SangbadUni' !important;*/
    font-weight: 600;
    font-size: 38px;
    line-height: 44px;
    padding-bottom: 1px;
	
}
.grey-box {
    width: 100%;
    background-color: rgb(236,236,236);
    padding: 10px;
    max-width: 480px;
    display: table-cell;
    height: auto;
    font-size: 21px;
		
}

.single-row-content p {
    font-family: 'SangbadUni' !important;
    font-size: 27px;
    line-height: 37px;
    margin-bottom: 10px;
    width: 100%;
    
}
.single-row-content div {
    font-family: 'SangbadUni' !important;
    font-size: 27px;
    line-height: 37px;
    margin-bottom: 10px;
    width: 100%;
    
}
.specialmar-top30 {
	margin-top: 30px;
}
/* ======== single section ========= */


   


	
	     
/* ======== footer section ========= */
.ft-new-menu li:first-child, .ft-new-menu li:first-child a {
    color: #fff;
    font-size: 21px;
}
.footer-left-inner li a.fcolor {
    color: #fff;
    font-size: 21px;
}
/* ======== footer section ========= */
.column-half p {
  color:grey;
}

.icon-btm
{
	position: absolute;
    bottom: 0px;
	width:100%;
}













/*Carousel classes*/

.carousel{
	padding: 0 30px;
}
.carousel__button--prev, .carousel__button--next{
	position: relative;
	top: -250px;
	bottom: 0;
	cursor:pointer;
}
.carousel__button--prev{
	left: 40px;
}
.carousel__button--next{
	left: 90%;
}
.carousel__container {
	overflow: hidden;
	height: 400px;
}
.carousel__list{
	position: relative;
	display: flex;
	flex-wrap: wrap;
}
.carousel__list.unwrap{
	flex-wrap: nowrap;
}
.carousel__item{
	flex: 1 0 250px;
/* 	max-width: 300px; */
	height: 400px;
	/*background-color: #ccc;*/
	text-align: center;
	border: 1px solid #fff;
	cursor:pointer;
	padding-right:10px;
}

.slide-text
{
	margin-top: 0px;
    position: relative;
    top: -160px;
    height: 50px;
}

button
{
	background-color: white;
	opacity: 0.5;
	border: 1px solid lightgrey;
	border-radius: 50%;
	
}

.news-read
{
	float:right;
	padding-right:5px;
	padding-top:5%;
   cursor:pointer;
}



@media (max-width: 800px) {
  .column-small {
    flex: 50%;
    max-width: 50%;
  }
  
.column-large-l {
  flex: 50%;
  max-width: 50%;
  padding: 0 8px;
}
.column-large-r {
  flex: 100%;
  max-width: 50%;
  padding: 20px 8px;
  margin-left:30%;
}

.column-medium {
  flex: 33%;
  max-width: 33%;
  padding: 0 8px;
}

.icon-btm
{
	position: relative;
    bottom: 0px;
	width:100%;
}

#home-sec{

	flex:100%;
	text-align: center;

}

#nav-sec{

	flex:100%;
	text-align: center;
}

#search-sec{

	flex:100%;
	text-align: center;
	

}

.flt-right{

	
	margin-left:0%;
}

.carousel__button--next{
	left: 81%;
}

.news-read
{
	float:right;
	padding-right:5px;
	padding-top:1%;
}


}

.dis-author .tooltipsocial {
    display: inline-block;
    margin-top: -16px;
}
.dis-author .tooltipsocial
.tooltiptext {
	visibility: hidden;
	width: 60px;
	height: 33px;
	background-color: #fff;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 4px 0 0;
	position: absolute;
	z-index: 1;
	bottom: 98%;
	right: 0;
	opacity: 1;
	transition: opacity 0.3s;
	border: 1px solid grey;
}
.dis-author .tooltipsocial:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.letter-spc-new{
	letter-spacing: 0px !important;
}
 
 
 /* 1024px */
@media (max-width: 1024px){
    header.mobile-show {
        background: #fff;
        padding-top: 20px;
    }
    .midbg {
        padding: 15px;
    }
    .innersecnew {
        width: 90%;
    }
}



/* 992px */
@media (max-width: 992px){
    .home-row {
        flex-wrap: nowrap;
    }
    
}


/* 768px */
@media (max-width: 768px){
    .home-row {
        flex-wrap: wrap;
    }
    .column-halftop {
        flex: none;
        max-width: 100%;
        padding: 0;
    }
    .column-halftop:last-child {
        max-width: none;
        margin-left: 0;
    }
    .column-mediumtop {
        flex: none;
        max-width: 100%;
        padding: 0 0;
        height: auto;
        margin: 0;
    }
    .column-halfmid:first-child {
        margin-right: 0;
        margin-top: 30px;
    }
    .column-halfmid {
        flex: none;
        max-width: 100%;
    }
    .column-medium {
        flex: none;
        max-width: 100%;
        padding: 0;
        margin: 30px 0 0 0 !important;
    }
    .topcol9 .home-row .column-mediumtop {
        margin-top: 30px;
    }
    .topcol9 .home-row .column-mediumtop:first-child {
        margin-top: 0px;
    }
    .deskmar-top40 {
        margin-top: 30px;
    }
    .column-medium:first-child {
        margin-top: 0;
    }
}
 
 
 @media only screen and (max-width: 540px) {
    .letter-spc-new2{
		letter-spacing: -1px !important;
		font-kerning: none;
		
	}
	.deskmar-bottom20 {
        margin-bottom: 10px;
    }
  }



/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media (max-width: 600px) {
	.single-row h1 {
		margin: 0px;
		/*font-family: 'SangbadUni' !important;*/
		font-weight: 600;
		font-size: 28px;
		line-height: 35px;
		padding: 0 8px 5px;
			
	}
	ul.blog li:first-child {
		padding-left: 6px;
	}
	.single-row .column-70 {
		flex: 100%;
		width: 100%;
		padding: 0 8px;
	}
	.single-row .column-30 {
		flex: 100%;
		width: 100%;
		padding: 9px 8px 0;
	}
	.single-row-content .column-37 {
		flex: 100%;
		width: 100%;
		margin: 20px auto;
		text-align: center;
	}
	.single-row-content .column-62 {
		flex: 100%;
		width: 100%;
	}
	.single-row-content ul li {
		font-size: 22px;
		line-height: 30px;
	}
	
	.single-row-content {
		padding: 0px 8px;
	}
	.single-row-content ol li {
		font-size: 22px;
		line-height: 30px;
	}
	.single-row-content p {
		font-family: 'SangbadUni' !important;
		font-size: 25px;
		line-height: 34px;
		margin-bottom: 10px;
		width: 100%;
		
	}
	.grey-box {
		max-width: 100%;
	}
	.single-row .addthis_inline_share_toolbox {
		text-align: left;
	}
	.archivecontent-row .icon-btm {
		position: unset;
		bottom: 0px;
		width: 100%;
	}
	.mob-hide {
		display: none !important;
	}
	.ad-space {
		text-align: center;
		width: 100%;
		padding: 20px 0 20px 0;
	}
	#archive-sec .ad-space {
		text-align: center;
		width: 100%;
		padding: 30px 0 27px 0;
	}
	.small-comp h1 {
		margin: 0px;
		font-family: 'SangbadUni' !important;
		font-weight: 600;
		font-size: 25px;
		line-height: 32px;
		padding-top: 10px;
		padding-bottom: 6px;
		min-height: auto;
		overflow: hidden;
		
	}
	.small-comp h2 {
		margin: 0px;
		font-family: 'SangbadUni' !important;
		font-weight: 600;
		font-size: 25px;
		line-height: 32px;
		padding-top: 10px;
		padding-bottom: 6px;
		min-height: auto;
		overflow: hidden;
		
	}
	.small-comp h3 {
		margin: 0px;
		font-family: 'SangbadUni' !important;
		font-weight: 600;
		font-size: 25px;
		line-height: 32px;
		padding-top: 10px;
		padding-bottom: 6px;
		min-height: auto;
		overflow: hidden;
			
	}
	.header {
		margin-left: 12px;
		padding-bottom: 4px;
		position: relative;
		top: -6px;
		font-weight: 600;
		font-size: 28px;
		font-family: 'SangbadUni' !important;
		
	}
	.header3 {
		margin-left: 12px;
		padding-bottom: 4px;
		position: relative;
		top: -6px;
		font-weight: 600;
		font-size: 28px;
		font-family: 'SangbadUni' !important;
		
	}
	.header2 {
		margin-left: 12px;
		padding-bottom: 4px;
		position: relative;
		top: -6px;
		font-weight: 600;
		font-size: 28px;
		font-family: 'SangbadUni' !important;
		
	}	
	.column-large-l .small-comp p {
		margin: 0px;
		font-family: 'SangbadUni' !important;
		font-weight: 300;
		font-size: 20px;
		line-height: 26px;
		padding-bottom: 10px;
		color: #808080;
		overflow: hidden;
		min-height: auto;
			
	}
	.column-small {
		flex: 100%;
		max-width: 100%;
		padding: 0;
		margin: 0 8px 15px;
	}
	.column-small:first-child {
		margin-left: 8px;
		margin-right: 8px;
	}
	.column-small:last-child {
		margin-left: 8px;
		margin-right: 8px;
		margin-bottom: 0;
	}
	.column-large-l:first-child {
		margin-left: 8px;
		margin-right: 8px;
	}  
	.column-large-l {
		flex: 100%;
		max-width: 100%;
		padding: 0;
		margin: 0 8px;
	} 
	.column-large-r {
		flex: 100%;
		max-width: 300px;
		padding: 0 0 20px 0;
		margin: 0 auto; 
	}
	.pad-bottom12 {
		padding-bottom: 15px;
	}
	.mobmar-bottom {
		margin-bottom:10px;
	}
	.mobmar-top {
		margin-top:10px;
	}
	.mobile-adjust {
		margin-top: 0;
		width: 59%;
		float: right;
	}
	.column-small img {
		margin-top: 0;
		width: 38%;
		float: left;
		vertical-align: middle;
	}
	.small-comp .mobile-adjust h3 {
		margin: -5px 0 0 0;
		font-family: 'SangbadUni' !important;
		font-weight: 600;
		font-size: 22px;
		line-height: 25px;
		padding-top: 0;
		padding-bottom: 9px;
		min-height: auto;
			
	}
	.item .small-comp h3 {
		min-height: 76px;
	}
	.mar-adj{
		padding: 0 10px;
	}
	.mar-top30 {
		margin-top: 20px;
	}
	.column-medium:first-child {
		margin-left: 10px;
		margin-right: 10px;
	}
	.column-medium:last-child {
		margin-left: 10px;
		margin-right: 10px;
		margin-bottom: 0;
	}
	.column-medium {
		flex: 100%;
		max-width: 100%;
		padding: 0;
		margin: 0 10px 15px;
	}
	.column-halftop {
        flex: 40%;
        max-width: 600px;
        padding: 0;
        display: table;
        float: left;
    }
	.column-half:first-child {
		margin-right: 10px;
		margin-left: 10px;
	}
	.column-halftop:last-child {
        width: 100%;
        max-width: none;
    }
	.column-half .small-comp h3 {
		margin: 0px;
		font-family: 'SangbadUni' !important;
		font-weight: 600;
		font-size: 22px;
		line-height: 30px;
		padding-top: 10px;
		padding-bottom: 6px;
		min-height: auto;
		overflow: hidden;
		
	}	
	.column-medium img {
		margin-top: 0;
		width: 38%;
		float: left;
		vertical-align: middle;
	}
	.icon-btm {
		position: relative;
		bottom: 0px;
		width:100%;
	}
	#home-sec	{
		flex:100%;
		text-align: center;
	}
	#nav-sec{
		flex:100%;
		text-align: center;
	}
	#search-sec{
		flex:100%;
		text-align: center;
	}
	.flt-right{	
		margin-left:0%;
	}
	#f-menu-left{
		flex:100%;
		border-right:0px solid lightgrey;
		margin-bottom: 3%;
	}
	#f-menu-left-right{
		color: white;
		flex:100%;
	}
	#f-menu-left-right-top ul {
		list-style-type: none;
		padding-left: 5px;
	}
	.f-menu-icon {
		padding-left: 3px;
	}
	.copyright{
		font-size: .5em;
	}
	.carousel__button--next{
		left: 55%;
	}
	.news-read {
		float: right;
		padding-right: 5px;
		padding-top: 0px;
		position: relative;
		top: -20px;	
	}
	.mar-btm30 {
		margin-bottom: 20px;
	}
	.dis-author p a {
		font-size: 15px;
	}
	.dis-author p a:hover {
		font-size: 13px;
	}
	.specialmar-top30 {
		margin-top: -13px;
	}
	.btn-holder a:link, a:visited {
		color: white;
		padding: 7px 15px;
		background-color: rgb(223,18,52);
		font-size: 21px;
		text-decoration: none;
	}
	#archive-sec {
		max-width: 100%;
		margin: auto;
		width: 100%;
		padding: 0 8px 0 8px;
	}
	.column-47 .small-comp h3 {
		margin: -5px 0 0 0;
		font-family: 'SangbadUni' !important;
		font-weight: 600;
		font-size: 21px;
		line-height: 26px;
		padding-top: 0;
		padding-bottom: 0px;
		min-height: 75px;
		
	}
	.mpad-bottom12 {
		padding-bottom: 0;
	}
	.mobmar-top20 {
		margin-top: 0px;
	}
	.wsmenu>.wsmenu-list>li.rightmenu>.topmenusearch .btnstyle {
		top: 9px;
		position: absolute;
		right: 12px;
		bottom: 0;
		width: 15%;
		line-height: 30px;
		cursor: pointer;
		opacity: 0.8;
		color: #333;
		z-index: 100;
		background-color: transparent;
		border: solid 0px;
		-webkit-transition: all 0.7s ease 0s;
		-moz-transition: all 0.7s ease 0s;
		-o-transition: all 0.7s ease 0s;
		transition: all 0.7s ease 0s;
		outline: 0;
		font-size: 16px;
	}
	.wsmenu>.wsmenu-list>li.rightmenu>.topmenusearch input {
		border-radius: 1px;
		height: 30px;
		border: 1px solid #222;
		padding: 17px 40px 17px 8px;
		width: 94%;
		font-size: 16px;
	}
	.wsmenu > .wsmenu-list > li > a {
		padding: 12px 32px 12px 17px;
		font-size: 22px;
		text-align: left;
		border-right: solid 0px;
		color: #666666;
		line-height: 25px;
		border-bottom: 1px solid;
		border-bottom-color: #fff;
		display: block;
	}
	.modal-backdrop {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 0;
		width: 100vw;
		height: 100vh;
		background-color: #000;
	}	
}
 @media only screen and (max-width: 540px) {
    .letter-spc-new{
		letter-spacing: 0px !important;
		font-kerning: none;
		
	}
  }
