/*
Theme Name: themex corporate
Theme URI: https://azijulbd.com/themex/themex/
Author: themexbd
Author URI: https://webitrangpur.com/
Description: Themex - Multipurpose Responsive WordPress Theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, sticky-post, threaded-comments, translation-ready
Text Domain: themex
*/
/*----------------------------------------
 Don't change any css from here. If you need to change, Please use child theme.
------------------------------------------*/

body {
    min-width:375px;
    overflow-x:hidden;
}

.em40_header_area_main {
	box-shadow:0 4px 12px #00000052;
}

.footer-sociala-info a {
	color:#fff;
}

.logo img {
    width:250px;
}

.mob-tel {
	display: none;
	gap: 7px;
	font-size: 18px;
	padding: 15px;
	font-weight: 900;
    align-items: center;
	color: #D90A2C;
}

.swiper-slide-inner {
	max-width:1140px;
}

.single-blog-content h1,
.single-blog-content h2,
.single-blog-content h3,
.single-blog-content h4,
.single-blog-content h5,
.single-blog-content h6 {
	margin-top:20px;
	font-weight:600;
	margin-bottom:20px;
}
.single-blog-content h1 {
	font-size: 30px;
}
.single-blog-content h2 {
  font-size: 26px;
}
.single-blog-content h3 {
  font-size: 22px;
}
.single-blog-content h4 {
  font-size: 20px;
}
.single-blog-content h5 {
  font-size: 18px;
}
.single-blog-content h6 {
  font-size: 17px;
} 

.witr_field2 .witr_form_field2 select,
.witr_field2 .witr_form_field2 input,
.witr_text_area2 textarea {
	border-radius:0;
}
.witr_con_btn2 .w_btn2 {
	border-radius:0;
}
.wpcf7-form-control-wrap {
	position: relative;
}
.wpcf7-not-valid-tip {
	position: absolute;
	background-color: #dc3232;
	color: #fff;
	font-size: 14px;
	padding: 2.5px 12px;
	width: 100%;
	top: 100%;
	z-index: 1;
	line-height: 1.2;
	text-align: center;
	margin-top: 15px;
}
.wpcf7 form .wpcf7-response-output {
	margin:10px 0 0;
	padding:5px;
	font-size:12px;
	text-align:center;
	color:#de2f4c;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color:#de2f4c;
}
.archive .grid-item .post {
	height:100%;
}
.single-post img {
	width:100%;
}
.table--responsive {
	overflow-x:auto;
	margin-bottom:25px;
}
.table--responsive table {
	min-width:930px;
	font-size:16px;
}
.table--responsive table td,
.table--responsive table th {
	line-height:20px;
	padding:7.5px 15px;
}
.table--responsive table img {
	width:100%;
	object-fit:cover;
}
.table--responsive table ul,
.table--responsive table ol {
	margin-bottom:0;
	padding-left:20px;
}
.table--responsive table ul li,
.table--responsive table ol li {
	margin-bottom:5px;
}
.table--responsive table ul li:last-child,
.table--responsive table ol li:last-child {
	margin-bottom:0;
}
.table--responsive::-webkit-scrollbar {
	height:12px;
	background-color: #F5F5F5;
}
.table--responsive::-webkit-scrollbar-track {
	background:#999999;
}
.table--responsive::-webkit-scrollbar-thumb {
	border-radius: 10px;
	border:3px solid #999999;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
}
.themex_menu ul {
	margin-bottom: 0;
    padding-left: 0;
}
.brpt h1 {
	font-size: 30px;
    color: #fff;
}
.breadcumb-inner a,
.breadcumb-inner span {
	color: #fff;
}
.postid-3165.study-template-default .em-blog-content-area {
    text-align: center;
}
.postid-3165.study-template-default .em-blog-content-area a {
	font-weight: 700;
}
.postid-3165.study-template-default .themex-blog-thumb {
	padding:0;
}
.postid-3165.study-template-default .themex-blog-thumb img {
	width:100%;
	max-height: 120px;
	object-fit: cover;
}
.study-template-default pre {
	padding:0;
	background:#fff;
}
.study-template-default .themex-blog-thumb {
	padding:15px;
}
.study-template-default .themex-blog-thumb img {
	width:auto;
	max-height:135px;
}
.study-template-default .grid-item>div {
	height: calc(100% - 30px);
	margin-bottom:30px;
}
.study-template-default .blog-page-title>a {
    font-weight: 700;
    font-size: 20px;
}
.study-template-default .wp-block-media-text {
	margin-bottom:15px;
}
.study-template-default .wp-block-media-text .wp-block-media-text__content {
	padding:0 25px;
	margin-top:15px;
}
.study-template-default .wp-block-media-text__media img,
.study-template-default .wp-block-media-text__media video {
	width:auto;
}
.study-template-default .themex-single-blog,
.study-template-default .em-blog-content-area,
.study-template-default .blog-inner {
	display: flex;
    flex-direction: column;
}
.study-template-default .em-blog-content-area,
.study-template-default .blog-inner,
.study-template-default .blog-content {
	flex-grow: 1;
}

@media (max-width: 992px) {
	.wp-block-media-text {
		margin-bottom:0;
	}
	.wp-block-media-text.is-stacked-on-mobile {
		grid-template-columns: 100%!important;
	}
	.wp-block-media-text.is-image-fill .wp-block-media-text__media {
		height: auto;
    	background-size: auto;
	}
	.wp-block-media-text .wp-block-media-text__content {
		grid-column: 1;
    	grid-row: 2;
	}
	.wp-block-media-text .wp-block-media-text__content {
		padding-left:0;
	}
}
/*------------------------------------------*/

html, body{
	overflow-x:hidden;
}

.themex-blog-meta-left a,
.themex-blog-meta-left span:not(:first-child) {
	display:none;
}
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-size:22px;
	font-family: inherit;
}
.blog-page-title a {
    word-break: break-word;
}
.blog-page-title h2 {
    text-transform: none;
}
.creator {
    display: flex;
    align-items: center;
}
.creator span {
    color: #fff;
	display: flex;
    flex-direction: column;
}
.creator img {
	width: 110px;
	margin-bottom:0;
	margin-right: 15px;
}
.wpcf7-spinner {
	display:none;
}
.footer-bottom {
	display:none;
}
.footer-middle {
    padding: 45px 0;
}
input:focus, button:focus {
	outline: none;
}
.footer-middle .widget.widget_nav_menu#nav_menu-2 .widget-title {
	visibility:hidden;
}
.top-right-menu .social-icons li a:hover,
.top-right-menu .social-icons li a i:hover {
    color: #fff;
}
.themex-main-menu .logo a.main_sticky_main_l {
    margin-top: 0;
}
.themex_menu > ul > li.current-menu-item > a {
	color:#d90a2c;
}
.top-address p a,
.top-right-menu ul.social-icons li a,
.top-address p span {
    font-size: 20px;
}
.top-address p span i,
.top-address p a i {
    font-size: 20px;
    margin-right: 15px;
}
.top-right-menu ul.social-icons li {
	margin-left: 35px;
}
.logo_area {
	height:100%;
	display:flex;
	flex-direction:column;
	justify-content:center;
}
.site-title a {
	font-size: 30px;
}
.scroll-to-fixed-fixed .site-title a,
.scroll-to-fixed-fixed .site-description {
	color:#fff;
}
.site-accent {
	color: #d90a2c;
}
.site-description {
    font-size: 18px;
    letter-spacing: 0.3px;
}
.themex_menu {
	align-items:center;
}
.themex_menu > ul > li > a {
	margin:0 12px;
	color: #000000;
	font-size: 18px;
	text-transform: uppercase;
}
.themex_nav_area.prefix .themex_menu > ul > li > a {
	color: #fff;
}
.themex_nav_area.prefix, .hbg2 {
	background-color: rgb(0 0 0 / 75%) !important;
}
.themex_menu ul .sub-menu {
	right:0;
	left:unset;
	padding: 0;
	width:215px;
	transition: .25s;
}
.themex_menu ul .sub-menu li:not(:last-child) {
    border-bottom: 1px solid rgb(255 255 255 / 47%);
}
.themex_menu ul .sub-menu li a {
	transition: .25s;
	padding: 10px 15px;
	text-transform: uppercase;
}
.donate-btn-header {
    padding:0;
}
.themex_nav_area {
	padding:25px 0;
}
.logo-left {
    align-items: baseline;
}
a.dtbtn, .witr_btn, .witr_bbtn, .witr_gbtn, .witr_gbbtn, .themex_button a, .witr_sbtn_s8 a {
    border-radius: 0;
}

.themex_menu-bar {
	display: none;
	height: 49px;
	flex-direction: column;
	margin-left: 25px;
	background-color: #d90a2c;
	padding: 10px;
	cursor: pointer;
}
.themex_menu-bar span {
	width: 35px;
	height: 5px;
	background-color: #fff;
	margin: 2.5px 0;
	transition: 0.4s;
	flex: 1 0 auto;
}
.themex_menu-bar.is-active span:nth-child(1) {
	transform: rotate(-45deg) translate(-6.5px, 6px);
}
.themex_menu-bar.is-active span:nth-child(2) {
	opacity: 0;
}
.themex_menu-bar.is-active span:nth-child(3) {
	transform: rotate(45deg) translate(-8px, -8px);
}
.donate-btn-header {
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
  display: inline-block;
}

.donate-btn-header::after {
	content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%; 
    height: 100%; 
    background: linear-gradient(120deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 70%);
    transform: skewX(-30deg);
    animation: bleep 2.5s linear infinite;
}

@keyframes bleep {
   0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}

.themex-description-area {
	font-size: 16px;
}

#breadcrumbs {
	font-size: 16px;
	margin-bottom: 0;
}

.em-theme-main-page .comments-area {
	display:none;
}

@media (min-width:1651px) {
	.themex_menu > ul > li.menu-item-mark > a {
		color:#d90a2c !important;
		border-bottom:2px solid #d90a2c;
	}
	.themex-main-menu .menu-item-has-children > a:after {
		margin-left: 10px;
		content: "\f107";
		font-family: FontAwesome;
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		font-size: 18px;
		opacity: .5;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	}
	.themex-main-menu .menu-item-has-children .menu-item-has-children> a:after {
		margin-left: 8px;
		content: "\f105";
	}
}

@media (max-width:1650px) {
	.themex-blog-area {
    padding: 75px 0 50px;
	}
	.themex_menu {
		display:none !important;
		position:fixed;
		left: 0;
        z-index: 99;
        width: 315px;
		background-color: #fff;
		box-shadow: 4px 3px 6px #00000030;
	}
	.themex_menu.is-active {
		display:block !important;
	}
	.themex_menu ul {
		display: flex;
		padding: 15px;
    flex-direction: column;
    text-align: left;
	}
	.themex_menu ul li {
		display:flex;
		flex-wrap: wrap;
		margin-bottom: 10px;
		align-items: baseline;
	}
	.themex_menu ul li:last-child {
		margin-bottom: 0;
	}
	.themex_menu ul li a {
		margin:0;
		flex-grow:1;
		display:flex;
		color:#000;
		justify-content: space-between;
	}
	.themex_nav_area.prefix .themex_menu > ul > li > a {
		color: #000;
	}
	.themex_menu ul .sub-menu {
		position: static;
    width: 100%;
    display: none;
		visibility: unset;
	}
	.themex_menu ul .sub-menu li {
    margin-bottom: 0;
	}
	.themex_menu-bar {
		display:inline-flex;
	}
	.themex_menu-toggle {
		width: 35px;
    height: 35px;
    display: flex;
    border: 2px solid #e9e9e9;
    align-items: center;
    justify-content: center;
		cursor: pointer;
	}
	.themex_menu-toggle:after {
		content: "\f107";
		font-family: FontAwesome;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		font-size: 18px;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	}
	.themex_menu-toggle.is-active {
		border-color:#d90a2c;
	}
	.themex_menu-toggle.is-active:after {
		color:#d90a2c;
	}
	.themex_menu ul .sub-menu.nav-show {
		display:block;
		opacity: 1;
	}
	.footer-middle [class*='col']:first-child {
		flex:0 0 100%;
		max-width: 100%;
	}
	.footer-middle [class*='col']:not(:first-child) {
		flex:0 0 33.33333%;
		max-width: 33.33333%;
	}
}
@media (max-width:1199px) {
    .themex_nav_area {
        padding: 15px 0;
    }
	.single-blog-content h1 {
		font-size: 24px;
	}
	.single-blog-content h2 {
		font-size: 22px;
	}
	.single-blog-content h3 {
		font-size: 20px;
	}
	.single-blog-content h4 {
		font-size: 19px;
	}
	.themex-blog-area {
    padding: 50px 0 35px;
	}
	.brpt h1 {
    font-size: 27px;
	}
	#breadcrumbs {
		font-size: 15px;
	}
	.breadcumb-area {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
	}
	.top-address p span, .top-address p a {
    margin-right: 15px;
	}
	.top-address p a, .top-right-menu ul.social-icons li a, .top-address p span {
    font-size: 16px;
	}
}
@media (max-width:991px) {
	body {
		font-size: 16px;
	}
	.single-blog-content h1 {
		font-size: 22px;
	}
	.single-blog-content h2 {
		font-size: 21px;
	}
	.brpt h1 {
    font-size: 24px;
	}
	#breadcrumbs {
		font-size: 14px;
	}
	.breadcumb-area {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
	}
	.themex-header-top {
		display: none;
	}
	.themex-description-area {
    font-size: 15px;
	}
	.footer-middle [class*='col'] {
		flex:0 0 50% !important;
		max-width: 50% !important;
	}
	.footer-middle [class*='col']:nth-child(1) {
		order:1;
	}
	.footer-middle [class*='col']:nth-child(2) {
		order:3;
	}
	.footer-middle [class*='col']:nth-child(3) {
		order:4;
	}
	.footer-middle [class*='col']:nth-child(4) {
		order:2;
	}
}
@media (max-width:767px) {
	body {
		font-size: 15px;
	}
	.themex-blog-area {
    padding: 35px 0 25px;
	}
	.brpt h1 {
    font-size: 21px;
	}
	#breadcrumbs {
		font-size: 13px;
	}
	.breadcumb-area {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
	}
	.footer-middle [class*='col'] {
		flex:0 0 100% !important;
		max-width: 100% !important;
	}
	.footer-middle .widget.widget_nav_menu#nav_menu-2 .widget-title {
    display:none;
	}
	.mob-tel {
		display: flex;
	}
}
@media (max-width:575px) {
	body {
		font-size: 14px;
	}
	.themex-blog-area {
    padding: 25px 0 25px;
	}
	.brpt h1 {
    font-size: 18px;
	}
	#breadcrumbs {
		font-size: 12px;
	}
	.logo {
		margin-bottom: 15px;
	}
	.logo img {
    width: 225px;
	}
	.themex_menu-bar {
		position: absolute;
    top: -80px;
    right: 15px;
	}
	.themex_menu {
		width:100%;
	}
	.donate-btn-header {
		flex-grow: 1;
    text-align: center;
	}
	.donate-btn-header a.dtbtn {
		margin-left: 0;
	}
	.themex-main-menu .logo a.main_sticky_main_l {
		display:inline-block;
	}
}