html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0 none;
    font-family: inherit;
    font-size: 18px;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
	font-family: "Noto Serif Bengali", serif;
}
body {
    font-size: 18px;
    color: #000;
    /*background-color: #fff;*/
}
li{
	list-style: none;
}
a{
	text-decoration: none !important;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	color: #111;
	font-family: "Noto Serif Bengali", serif;
}
a:hover {
    color: #e41b21;
}
p {
    font-family: "Noto Serif Bengali", serif;
    font-size: 20px;
    line-height: 31px;
    margin-top: 5px;
}
.clearfix{
	clear: both;
}
h2 {
    font-size: 30px;
    margin-bottom: 12px;
    color: #000;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    margin-top: 10px;
}
h3 {
    font-size: 20px;
    margin-bottom: 12px;
    color: #000;
    font-weight: 600;
    margin-top: 10px;
    line-height: 28px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
h4 {
    font-size: 18px;
    font-weight: 600;
	color: #000;
}
.mt_50 {
    margin-top: 50px;
}
a{
	text-decoration: none !important;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	color: #111;
	font-family: "Noto Serif Bengali", serif;
}
a:hover h2, a:hover h3 {
    color: #ed1a3b;
}

/* // Global CSS */



/** Header logo sec **/
.top_header {
    background: #fff;
    padding-top: 15px;
}
.top_header .logo_sec {
    text-align: center;
}

.logo_sec img {
    max-width: 300px;
}
.navmenu_wrapper {
    background: #ed1a3b;
    margin-top: 15px;
}
.navmenu_wrapper .nav_menu_search_wrap {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 95%;
}

.navmenu_wrapper .nav_menu ul.menu_list {
    display: flex;
    align-items: center;
    justify-content: center;
}
.navmenu_wrapper .nav_menu ul.menu_list li {
    position: relative;
}
.navmenu_wrapper .nav_menu ul.menu_list li a {
    color: #fff;
    font-size: 21px;
    padding: 8px 10px;
    display: block;
}
.navmenu_wrapper .nav_menu ul.menu_list li.sp_link a {
    padding: 0;
    margin-left: 10px;
	width: 47px;
}
.navmenu_wrapper .nav_menu ul.menu_list li a:hover {
    background: #000;
}
.navmenu_wrapper .nav_menu ul.menu_list li ul.dropdown {
    min-width: 195px;
    background: #cf1633;
    display: none;
    position: absolute;
    z-index: 999;
    left: 0;
    padding: 0;
    top: 47px;
    width: 100%;
}
.navmenu_wrapper .nav_menu ul.menu_list li:hover ul.dropdown {
    display: block;
}
.navmenu_wrapper .nav_menu ul.menu_list li ul.dropdown a {
    font-size: 19px;
    border-bottom: 1px solid #ff4e4e;
    display: block;
    padding: 8px 12px;
}

.navmenu_wrapper .nav_menu ul.menu_list li ul.dropdown li {
    display: block;
    padding: 0;
}
.header_search_box {
    margin-top: 5px;
    margin-left: 25px;
}
.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 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 form.search-form div#search {
    display: flex;
}
.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 button.form-control.form-control-submit {
    width: 0px;
    padding: 0;
    background: #012e6f;
    color: #fff;
    border: none;
    border-radius: 0px 4px 4px 0px;
    height: 47px;
    opacity: 1;
}
.header_search_box.open_sbox form.search-form button.form-control.form-control-submit {
    width: 40px;
}
.header_search_box.open_sbox form.search-form {
    top: 48px;
    opacity: 1;
    width: 300px;
    padding: 6px 10px;
    z-index: 999;
    right: 30px;
}
.header_search_box.open_sbox a.close_icon {
    display: block;
}
.header_search_box.open_sbox a.search_icon {
    display: none;
}
.header.fixed-top {
    position: fixed;
    left: 0;
    right: 0;
	transition: all 0.3s;
	transform:  translateY(20px);
}
.top_header.fixed-top {
    padding-top: 0;
}

.top_header.fixed-top .logo_sec {
    display: none;
}

.top_header.fixed-top .navmenu_wrapper {
    margin: 0;
}
/** // Header logo sec **/


/**  Mobile Header sec **/
	#mobile_header_wrap {
		display: none;
		background: #fff;
		padding: 5px 0;
	}
	
	#mobile_header_wrap .mobile_top_head {
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: space-between;
		width: 90%;
		margin: auto;
		position: relative;
	}
	#mobile_header_wrap .mlogo_wrap a.navbar-brand {
		display: block;
		max-width: 140px;
		margin: auto;
	}
	#mobile_header_wrap .humber_menu_icon a {
		font-size: 29px;
		margin-top: 5px;
		display: block;
		line-height: 20px;
	}
	
	
	/***** Mobile Nav menu *****/
	.mobile_nav_link_wrap {
		background: #ed1a3b;
		display: flex;
		overflow-x: scroll;
		flex-wrap: nowrap;
		padding-right: 7px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 7px;
	}
	.mobile_nav_link_wrap a.mlink {
		display: block;
		padding: 10px 10px;
		font-size: 17px;
		color: #fff;
		text-wrap: nowrap;
		white-space: nowrap;
	}
	#mobile_header_wrap.fixed-top {
		border-bottom: 1px dashed #ed1a3b;
	}
	#mobile_header_wrap.fixed-top .mobile_nav_link_wrap {
		display: none;
	}
	/***** // Mobile Nav menu *****/
	
	/************* Mobile header search box *************/
				
	.mobile_header_search_box a.search_icon {
		display: block;
		color: #373737;
		font-size: 18px;
	}
	.mobile_header_search_box a.close_icon {
		color: #373737;
		display: none;
		font-size: 18px;
	}
	.mobile_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;
	}
	.mobile_header_search_box form.search-form div#search {
		display: flex;
	}
	.mobile_header_search_box form.search-form input.form-control {
		border-radius: 4px 0px 0px 4px;
		width: 85%;
		font-size: 15px;
	}
	.mobile_header_search_box form.search-form button.form-control.form-control-submit {
		width: 40px;
		padding: 0;
		background: #ed1a3b;
		color: #fff;
		border: none;
		border-radius: 0px 4px 4px 0px;
	}
	.mobile_header_search_box.open_sbox a.search_icon {
		display: none;
	}
	.mobile_header_search_box.open_sbox a.close_icon {
		display: block;
	}
	.mobile_header_search_box.open_sbox form.search-form {
		top: 70px;
		opacity: 1;
		width: 270px;
		padding: 6px 10px;
		z-index: 999;
	}
	/**** / Mobile header search box ***/
	
	
/** // Mobile Header sec **/


/**  Mobile view Sidebar menu sec **/
#mobile_sidebar_menu.m_nav_menu {
    background: #ed1a3b;
    position: fixed;
    left: 0;
    top: 0;
    text-align: left;
    width: 260px;
    bottom: 0;
    padding-bottom: 50px;
    z-index: 9999;
    overflow-y: scroll;
    display: block;
    box-shadow: 0 0 14px rgba(0,0,0,0.7);
    -webkit-box-shadow: 0 0 14px rgba(0,0,0,0.7);
    -moz-box-shadow: 0 0 14px rgba(0,0,0,0.7);
    transform: translateX(-300px);
    -webkit-transform: translateX(-300px);
    -moz-transform: translateX(-300px);
    transition: all .6s cubic-bezier(.77,0,.175,1);
    -webkit-transition: all .6s cubic-bezier(.77,0,.175,1);
    -moz-transition: all .6s cubic-bezier(.77,0,.175,1);
}
#mobile_sidebar_menu.m_nav_menu.show {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
}
#mobile_sidebar_menu.m_nav_menu a.pro_logo {
    display: block;
    padding: 10px 15px 10px 20px;
    font-size: 18px;
    color: #fff;
    border-bottom: 5px solid #a80000;
    background: #000;
}
#mobile_sidebar_menu.m_nav_menu a.nav-link {
    display: block;
    padding: 9px 15px 9px 20px;
    font-size: 17px;
    color: #fff;
    border-bottom: 1px solid #ff7a7a;
}
.dropdown:hover .dropdown-menu {
    display: block;
}
#mobile_sidebar_menu.m_nav_menu li.nav-item.dropdown .arrow_box {
    position: absolute;
    right: 8px;
    top: 0px;
    padding: 14px;
}
#mobile_sidebar_menu.m_nav_menu li.nav-item .dropdown-menu a.dropdown-item {
    background: #bd102b;
    color: #fff;
    font-size: 17px;
    padding-left: 30px;
}
#mobile_sidebar_menu.m_nav_menu a.m_close_menu {
    position: absolute;
    top: 9px;
    right: 12px;
    background: #ed1a3b;
    width: 35px;
    padding: 8px;
    text-align: center;
    border: none;
    border-radius: 5px;
    height: 35px;
    font-size: 15px;
    color: #fff;
}
#mobile_sidebar_menu.m_nav_menu li .dropdown-menu {
    background: none;
    padding: 0;
}
/** // Mobile view Sidebar menu sec **/


.ad_970 a {
    display: block;
    text-align: center;
}
.ad_300 a{
    display: none;
    text-align: center;
}
.ad_space {
    margin: 50px auto;
}


/*  Robbar content sec */

.robbar_wrapper {
    /* background: #fff */
    margin-top: 30px;
    padding: 1.2rem 1.2rem 2.2rem 1.2rem;
    max-width: 1280px;
    width: 97%;
    margin-left: auto;
    margin-right: auto;
    /*box-shadow: 0 0 12px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 0 12px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 12px rgba(0,0,0,0.4);*/
}
.content_bar {
    overflow: hidden;
    clear: both;
}
.thumbhalf_img_grid .authors {
    display: flex;
    flex-wrap: wrap;
}

.thumbhalf_img_grid .authors a {
    display: block;
    margin-right: 11px;
    font-size: 21px;
    color: #757575;
}


.thumbhalf_img_grid .text_element p {
    margin: 20px 0;
}
.robbar_wrapper a.block_th {
    display: block;
}

.robbar_wrapper a.block_th .content {
    background: #e6e6e6;
    overflow: hidden;
    padding: 8px 10px 10px 15px;
}

.robbar_wrapper a.block_th picture {
    display: block;
    overflow: hidden;
}
/*.robbar_wrapper a.block_th picture img.img-fluid {
    transform: scale(1);
    transition: transform 6s;
}*/

/*.robbar_wrapper a.block_th:hover picture img.img-fluid {
	transform: scale(1.3);
}*/
.robbar_wrapper a.block_th .content h3 {
    min-height: 100px;
}

.robbar_wrapper a.block_th .content .author_area {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.robbar_wrapper a.block_th .content .author_area h5 {
    font-size: 16px;
    color: #757575;
}

.robbar_wrapper a.block_th .content .author_area img {
    width: 35px;
}
.content_bar .headtext_sec {
	border-bottom: 1px solid #000;
	display: flex;align-items: center;
	justify-content: space-between;
	margin-bottom: 25px;
}

.content_bar .headtext_sec a.heading {
    background: #ed1a3b;
    font-size: 30px;
    color: #fff;
    padding: 2px 25px;
}

.content_bar .headtext_sec a.more {
    color: #ed1a3b;
    font-size: 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.content_bar .headtext_sec a.more i.bi {
    font-size: 33px;
    color: #000;
    height: 42px;
}

.author_slider_wrap .author_content {
    display: flex;
    flex-wrap: wrap;
}
.author_slider_wrap .item {
    width: 93%;
    margin: 10px auto;
}
.author_slider_wrap .thumb {
    border: 1px solid #a2a2a2;
    padding: 15px;
    box-shadow: 0 0 6px rgba(0,0,0,0.14);
    border-radius: 15px;
}
.author_slider_wrap .item a {
    display: block;
    text-align: center;
}
.author_slider_wrap .item a picture {
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid #000;
    display: block;
    margin: auto;
}
.author_slider_wrap .item a h4 {
    font-size: 22px;
    color: #000;
    margin-top: 10px;
    margin-bottom: 0;
}
.author_slider_wrap .owl-dots {
    display: flex !important;
    margin: 10px 0;
    align-items: center;
    justify-content: center;
}
.author_slider_wrap .owl-dots button.owl-dot.active {
    background-color: #ed1a3b;
}
.author_slider_wrap .owl-dots button.owl-dot{
    width: 15px;
    height: 15px;
    background: #d7d7d7;
    margin: 0 5px;
    border-radius: 10px;
}

.team_slider_wrap .team_content {
    display: flex;
    flex-wrap: wrap;
}
.team_slider_wrap .team_content .item {
    width: 93%;
    margin: 10px auto;
}
.team_slider_wrap .team_content .thumb {
    border: 1px solid #ddd;
    text-align: center;
    transition: border 0.3s;
}
.team_slider_wrap .team_content .thumb:hover {
    border-color: #000;
}
.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: 15px;
    color: #7a7a7a;
    padding: 0px 8px 6px;
}
.team_slider_wrap .item a picture {
    width: 120px;
    height: 120px;
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid #000;
    display: block;
    margin: 10px auto;
}


/* Start Footer */
.footer {
    background: #181818;
    padding: 60px 0 50px;
}
.footer_container {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: nowrap;
    width: 93%;
}

.footer_container .site_link {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px dashed #afafaf;
    padding-bottom: 15px;
}

.footer_container .flogo_sec {
    width: 30%;
    border-right: 1px solid #4a4a4a;
    margin-right: 20px;
    padding-right: 20px;
}

.footer_container .links_sec {
    width: 70%;
}

.footer_container .links_sec a {
    color: #fff;
    margin-right: 30px;
    display: block;
    padding: 10px;
}

.footer_container .special_link ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.footer_container .special_link ul a {
    font-size: 14px;
}

.footer_container .links_sec a:hover {
    color: #ed1a3b;
}

.footer_container .special_link ul p.follow-us {
    color: #fff;
    font-size: 15px;
    display: flex;
    align-items: center;
    margin-left: 10px;
}

section.copyright {
    background: #000;
    padding: 10px 0;
}

.copyright p span {
    font-size: 13px;
    color: #fff;
}

.copyright p {
    font-size: 13px;
    font-family: arial;
    text-align: center;
    margin: 0;
    color: #959595;
}
/* End Footer */



/* Story listing page */
.breadcrum_wrap {
    clear: both;
    overflow: hidden;
    margin-bottom: 15px;
    border-bottom: 1px solid #cacaca;
    padding-bottom: 10px;
}
.breadcrumbs li {
    float: left;
    font-size: 15px;
    display: block;
    padding: 0 6px;
}
.breadcrumbs li a {
    font-size: 15px;
    color: #727272;
    position: relative;
    display: block;
}
.breadcrumbs li a:after {
    content: "/";
    margin-left: 3px;
}
.robbar_story_listing_wrap h2.heading {
    text-align: center;
    font-size: 45px;
    color: #ed1a3b;
}
.robbar_story_listing_wrap h2.heading {
    text-align: center;
    font-size: 45px;
    color: #ed1a3b;
}

.robbar_story_listing_wrap .story_list {
    background: #f9eeee;
    margin-bottom: 35px;
    overflow: hidden;
    border-radius: 15px;
    border: 1px dashed #000;
}

.robbar_story_listing_wrap .story_list .text_element {
    padding: 2rem 2rem 2rem 1rem;
}

.robbar_story_listing_wrap .story_list .text_element h3 {
    font-size: 25px;
    line-height: 35px;
}

.robbar_story_listing_wrap .story_list .authors {
    margin: 15px 0;
}

.robbar_story_listing_wrap .story_list .authors a {
    display: inline-block;
    font-size: 17px;
    color: #757575;
    margin-right: 10px;
}

.robbar_story_listing_wrap .story_list .authors a:hover {
    color: #000;
}
.pagination {
    display: block;
    margin: 30px 0;
    overflow: hidden;
}
.pagination ul.pagination-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.pagination ul.pagination-list li.page-item {
    margin: 0 3px;
    border-radius: 3px;
    background: #fff;
}
.pagination ul.pagination-list a, .pagination ul.pagination-list span {
    display: block;
    padding: 5px 12px;
    background: #ed1a3b;
    color: #fff;
    border-radius: 7px;
}
/* // Story listing page */


/*  Story Details page */
.detail_page_container {
    max-width: 900px;
    margin: auto;
}
.robbar_detail_page_wrap h2.heading {
    font-size: 45px;
    margin-top: 35px;
}
.robbar_detail_page_wrap .editor_share_sec {
    margin-bottom: 15px;
    border-bottom: 1px solid #9b9b9b;
    display: flex;
    margin-top: 30px;
    padding-bottom: 10px;
}
.robbar_detail_page_wrap .editor_share_sec .editor_element {
    width: 75%;
}
.robbar_detail_page_wrap .editor_share_sec h5.publish {
    color: #828282;
    font-size: 15px;
}
.robbar_detail_page_wrap .editor_share_sec h5.publish span.fnt_bold {
    color: #000;
    font-size: 15px;
}
.robbar_detail_page_wrap .editor_share_sec .posted li {
    display: inline-block;
    margin-right: 10px;
    border-right: 3px solid #a1a1a1;
    padding-right: 10px;
    line-height: 18px;
    margin-top: 10px;
    color: #828282;
    font-size: 15px;
}
.robbar_detail_page_wrap .moto p {
    font-size: 22px;
    line-height: 33px;
    font-weight: 600;
}
.robbar_detail_page_wrap .editor_share_sec .posted li span{
    font-size: 15px;
}
.robbar_detail_page_wrap .editor_share_sec .posted li:last-child {
    border: none;
    padding-right: 0;
}
.robbar_detail_page_wrap .article_share_sec {
    overflow: hidden;
    width: 25%;
}
.robbar_detail_page_wrap .story_th {
    margin: 20px 0;
}

.robbar_detail_page_wrap .story_details p {
    font-size: 21px;
    line-height: 36px;
    margin-bottom: 15px;
}
.robbar_detail_page_wrap .story_details img {
    display: block;
    margin: 20px auto;
    text-align: center;
}
.robbar_detail_page_wrap .story_details .author_list {
    display: flex;
    margin: 20px 0;
    flex-wrap: wrap;
}

.robbar_detail_page_wrap .story_details .author_list .author_box {
    display: block;
    text-align: center;
    width: 200px;
}

.robbar_detail_page_wrap .story_details .author_list .author_box picture {
    width: 100px;
    display: block;
    height: 100px;
    margin: 12px auto;
    border-radius: 50px;
    overflow: hidden;
}

.robbar_detail_page_wrap .story_details .author_list h4 {
    color: #ed1a3b;
    font-size: 20px;
}
.robbar_detail_page_wrap .moto {
    background: #e9e9e9;
    padding: 25px;
    border-radius: 20px;
}
.robbar_detail_page_wrap figure {
    width: 100% !important;
    margin: 20px auto;
    display: block;
    text-align: center;
}
.robbar_detail_page_wrap figure img {
    max-width: 100%;
    height: auto;
    margin: auto;
    display: block;
}
.robbar_detail_page_wrap figure figcaption {
    border-bottom: 6px double #ED1A3B;
    padding: 6px;
    font-size: 19px;
    font-weight: 600;
    background: #ffe8eb;
    text-align: center;
}

.topic_tag_list {
    margin: 35px 0;
}

.topic_tag_list ul {
}

.topic_tag_list ul li {
    display: inline-block;
}

.topic_tag_list ul li a.tag {
    font-size: 15px;
    display: block;
    background: #feeeee;
    padding: 10px;
    margin: 10px 0 20px 10px;
    border-radius: 30px;
    border: 1px solid #ed1a3b;
}

.topic_tag_list ul li a.tag:hover {
    background: #ed1a3b;
    color: #fff;
}
/* // Story Details page */


/*  Author Details page */
.author_detail_box {
    /*padding: 35px;
   background: #fce8dbdd;*/
    margin-top: 35px;
    /*border-radius: 20px;*/
}

.author_detail_box .author_inner {
	/*background: #fff;
	padding: 35px;
	box-shadow: 0 0 21px rgba(0,0,0,0.3) !important;
	border: 2px dashed #ed1a3b;*/
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	/*border-radius: 20px;*/
	align-items: center;
}

.author_detail_box .author_inner .picture {
    width: 230px;
    display: block;
    height: 230px;
    overflow: hidden;
    border-radius: 260px;
    border: 4px solid #c9c9c9;
    margin-right: 30px;
}

.author_detail_box .author_inner .info {
    width: 77%;
}
.author_detail_box .author_inner .info h2 {
    color: #ed1a3b;
}

/* // Author Details page */


/*  Team page */
.team_page_wrap  .team_bar {
    overflow: hidden;
    padding: 30px;
}
.team_page_wrap .headtext_sec {
    display: block;
    text-align: center;
    margin-bottom: 0;
    border: none;
}
.team_page_wrap  h2.heading {
    color: #ed1a3b;
    font-size: 45px;
}
.team_page_wrap .team_bar .team_content {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}

.team_page_wrap .team_bar .team_content article.img_caption {
    width: 500px;
    margin-right: 40px;
    /*background: #efefef;
    padding: 15px;*/
}

.team_page_wrap .team_bar .team_content article.txt_element {
    width: 87%;
}

.team_page_wrap .team_bar.rev_col .team_content {
    flex-direction: row-reverse;
}

.team_page_wrap .team_bar.rev_col .team_content article.img_caption {
    margin-right: 0;
    margin-left: 40px;
}

.team_page_wrap .team_bar .team_content h3 {
    font-size: 30px;
}

.team_page_wrap .team_bar .team_content article.img_caption picture {
    display: block;
   /* background: #fff;
    padding: 10px;
    border: 2px dashed #ff0000;
    box-shadow: 0 0 13px rgba(0,0,0,0.3);*/
}
/* // Team page */


/*  Search page */
.searchpg_box_result_sec {
    margin: 13px 0 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.search_box .form-group {
    display: flex;
}

.search_box input.form-control {
    width: 92%;
    border-color: #000;
    border-radius: 6px 0px 0px 6px;
    padding: 10px;
    border-right: none;
}

.search_box button.form-control-submit {
    width: 50px;
    background: #ed1a3b;
    border: none;
    border-radius: 0 6px 6px 0px;
    color: #fff;
}
/* // Search page */


/*  Author page */
.authorpg_wrap .search_box {
    padding: 20px;
    max-width: 600px;
    background: #ebebeb;
    margin: 30px 0;
}
.authorpg_wrap .headtext_sec {
    text-align: center;
    margin-top: 30px;
}
.authorpg_wrap .auth_grid a {
    display: block;
    border: 6px double #e2e2e2;
    padding: 25px;
    margin-bottom: 25px;
}
.authorpg_wrap .auth_grid a picture {
    float: left;
    margin-right: 17px;
    border-radius: 10px;
    overflow: hidden;
}
.authorpg_wrap .headtext_sec h2.heading {
    font-size: 45px;
    color: ##ed1a3b;
}
.authorpg_wrap .auth_grid a h4 {
    font-size: 25px;
    margin-top: 7px;
}

.authorpg_wrap .auth_grid a span {
    color: #757575;
    margin-top: 4px;
    display: block;
}

.authorpg_wrap .auth_grid a p {
    clear: both;
    padding-top: 15px;
    font-size: 18px;
    line-height: 29px;
}

.authorpg_wrap .auth_grid {
    align-items: center;
    justify-content: center;
}
/* // Author page */

/** Gallery page */
.gallery_page_wrap h2.heading {
    text-align: center;
    font-size: 45px;
    color: #ed1a3b;
    margin-top: 30px;
    margin-bottom: 0;
}
.gallery_page_wrap .gal_th img {
    max-width: 100%;
}
.gallery_page_wrap .gal_th {
    margin-top: 30px;
}
/* // Gallery page */