/*!
Theme Name: batworld v2
Theme URI: http://underscores.me/
Author: Jakir Hossain
Author URI: https://stackoverflow.com/users/2497154/jakir-hossain
Description: Business Automation Ltd.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: batworld
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

batworld is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
.page-container{
	min-height:500px;
}
.page-title{
    font-size: 33px;
    color: #fff;
    text-align: center;
    font-weight: 500;
    line-height: 3;
    position: absolute;
    left: 0;
    right: 0;
}
.top-to-bottom {
    position: fixed;
    display: none;
    top: 70px;
    right: 15px;
    z-index: 1000;
}
.top-to-bottom a.top-to-bottom-anchor {
    display: inline-block;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    text-align: center;
    line-height: 50px;
    opacity: 0.5;
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
}
.top-to-bottom a.top-to-bottom-anchor, .top-to-bottom a.top-to-bottom-anchor:hover {
    color: #fff !important;
    background-color: #323B91 !important;
    border-bottom: none !important;
}
.bottom-to-top {
    position: fixed;
    display: none;
    bottom: 100px;
    right: 15px;
    z-index: 1000;
}
.bottom-to-top a.bottom-to-top-anchor {
    display: inline-block;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    text-align: center;
    line-height: 50px;
    opacity: 0.5;
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
}
.bottom-to-top a.bottom-to-top-anchor, .bottom-to-top a.bottom-to-top-anchor:hover {
    color: #fff !important;
    background-color: #323B91 !important;
    border-bottom: none !important;
}
section h3.section-subheading {
    margin-bottom: 26px !important;
    text-transform: none;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
}
#portfolio .portfolio-item {
    right: 0;
    margin: 0 0 15px;
	min-height:500px;
}
#portfolio .portfolio-item img {
	border-radius: 10px;
    width: auto;
    max-height: 100%;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    z-index: -1;
}

#portfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 163px;
    min-height: 87px;
    border: 1px solid #16A0DA;
    border-radius: 10px;
	background:#fff;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: #009edd;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
    opacity: 0.5;
	border-radius: 10px;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
    margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
    margin: 0;
}

#portfolio .portfolio-item .portfolio-caption {
    margin: 0 auto;
    padding: 6px 0;
    max-width: 400px;
    background-color: #fff;
}

#portfolio .portfolio-item .portfolio-caption h4 {
    margin: 10px 0;
    text-transform: none;
}

#portfolio .portfolio-item .portfolio-caption p {
    margin: 0;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    /* font-style: italic; */
    text-align: justify
}

#portfolio * {
    z-index: 2;
}

@media(min-width:767px) {
    #portfolio .portfolio-item {
        margin: 0 0 30px;
		min-height:222px;
    }
}


.portfolio-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
	background-color:#ddd;
}
.portfolio-modal .modal-content img{
	border-radius:10px;
}

.portfolio-modal .modal-content h2 {
    margin-bottom: 15px;
    font-size: 3em;
}

.portfolio-modal .modal-content p {
    margin-bottom: 30px;
	text-align: justify;
}

.portfolio-modal .modal-content p.item-intro {
    margin: 20px 0 30px;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
}

.portfolio-modal .modal-content ul.list-inline {
    margin-top: 0;
    margin-bottom: 30px;
}

.portfolio-modal .modal-content img {
    float: left;
    margin-right: 10px;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: .3;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #222;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #222;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.filter-button
{
    font-size: 14px;
	border: 1px solid #333;
	border-radius: 5px;
	text-align: center;
	line-height: 3px;
}
.gallery-nav{margin:16px;width:100%;}
.filter-button:hover,.filter-button.active-gallery
{
    font-size: 14px;
    border: 1px solid #333;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color: #373737;

}
.btn-default:active .filter-button:active
{
    background-color: #42B32F;
    color: white;
}
.port-image
{
    width: 100%;
}
.gallery_product{margin-bottom: 30px;}
.gallery_product img{border-radius:10px;}
.gallery_product .thumbnail{border:none;}
.fancybox-close:hover,.fancybox-nav:hover{border:none;}

.bg-light-gray {
    background-color: #f7f7f7;
}
.text-muted {
    color: #777;
}
.news-item {
    background: #333;
    padding: 10px;
    min-height: 295px;
    overflow: hidden;
    margin-top: 20px;
    border-radius: 8px;
}
.news-item .date{
	margin: 10px 0;
    color: #fff;
    font-weight: bold;
}
.news-item .news_title a,.news-item .news_title a:hover,.news-item .news_title{
	color:#fff;
}
.news-item .news_pic{
	border: 1px solid #ddd;
    padding: 2px;
    background: #ddd;
    border-radius: 4px;
    min-height: 127px;
    text-align: center;
    margin: 0 auto;
	line-height: 119px;
}
.news-item .social{
	position: relative;
    height: 20px;
    width: 9.5em;
    margin: 49px auto;
    text-align: center;
}
.page-container .news_pic{
	margin-bottom:20px;
}
.page-container .news_pic img{
	border-radius: 10px;
    border: 1px solid #ddd;
	max-height:100px;
}
.page-container .gallery img{
	height:227px;
	width:340px;
}
.page-container ul li{
	list-style:disc inside;
}
.page-container .alignleft{
	margin-right: 20px;
    border: 1px solid #ddd;
	float:left;
}
.page-container p{text-align:justify;}
.partner-logos{
	display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -16px;
    margin-right: -16px;
}
.client_panel ul.slides li {
	position: relative;
    height: 100px;
    margin: 5px;
    border: 1px solid #ddd;
	background:#fff;
}

.client_panel ul.slides li img {
    width: auto;
    max-height: 100%;
    display: block;
    padding: 2px 0;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
}

.partner-logo {
	position: relative;
    width: 19%;
    height: 100px;
    margin: 5px;
    border: 1px solid #444;
    border-radius: 0 20px;
}
.first-client ul li{
	list-style: square inside;
    line-height: 25px
}
.count_client .partner-logo {
	background: #fff;
    border: 1px solid #333;
    width: 15%;
    height: 87px;
    border-radius: 0;
}
.our_mermber .partner-logos{
	width: 40%;
    margin: 0 auto;
}
.our_mermber .partner-logo{
	width: 47%;
}
.first-partner-logo {
    margin-bottom: 0px;
}
.partner-logo img {
    width: auto;
    max-height: 100%;
    display: block;
    padding: 2px 0;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
}
.count_client .partner-logo img{
	padding: 2px;
    border-radius: 0;
}
#navbar{
	margin-top: 16px;
}
#navbar ul li a{
	padding: 6px 8px;
}
#navbar .current-menu-item a{
	background:#16A0DA;
	color:#fff;
	border-radius: 4px;
}
.fixed-footer {
    width: 100%;
    position: fixed!important;
    bottom: 0px;
}

.team{
    padding:0;
}
h6.description{
	font-weight: bold;
	letter-spacing: 2px;
	color: #999;
	border-bottom: 1px solid rgba(0, 0, 0,0.1);
	padding-bottom: 5px;
	margin: 0;
}
.profile{
	margin-top: 25px;
	min-height:370px !important;
}
.profile h1{
	font-weight: normal;
	font-size: 20px;
	margin:10px 0 0 0;
}
.profile h2{
	font-size: 14px;
	font-weight: lighter;
	margin-top: 5px;
}
.profile .img-box{
	opacity: 1;
	display: block;
	position: relative;
}
.profile .img-box img{
	width: 206px;
    height: 241px;
    border: 1px solid #ddd;
    padding: 2px;
    background: #ddd;
    border-radius: 10px;
}
.profile .img-box:after{
	content:"";
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.75);
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
}
.img-box ul{
	position: absolute;
	z-index: 2;
	bottom: 50px;
	text-align: center;
	width: 100%;
	padding-left: 0px;
	height: 0px;
	margin:0px;
	opacity: 0;
}
.profile .img-box:after, .img-box ul, .img-box ul li{
	-webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.img-box ul i{
	font-size: 20px;
	letter-spacing: 10px;
}
.img-box ul li{
	width: 30px;
    height: 30px;
    text-align: center;
    border: 1px solid #88C425;
    margin: 2px;
    padding: 5px;
	display: inline-block;
}
.img-box a{
	color:#fff;
}
.img-box:hover:after{
	opacity: 0.50;
}
.img-box:hover ul{
	opacity: 1;
}
.img-box ul a{
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.img-box a:hover li{
	border-color: #fff;
	color: #88C425;
}
a{
    color:#88C425;
}
a:hover{
    text-decoration:none;
    color:#519548;
}
i.red{
    color:#BC0213;
}
.managementModal1 .modal-content{
	top:100px;
	background:#fff;

}
.managementModal1 .profile-image{
    width: 35%;
    margin-right: 15px;
    float: left;
}
.managementModal1 .modal-title{
	display:inline-block;
}
.managementModal1 .text-center a{
	float: left;
    font-size: 24px;
    border: 1px solid #16A0DA;
    margin: 5px 5px;
    width: 32px;
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
.w-contacts-item > i {
    display: inline-block;
    vertical-align: middle;
    vertical-align: -webkit-baseline-middle;
    font-size: 24px;
    text-align: center;
    line-height: 52px;
    height: 50px;
    width: 50px;
    margin: 8px;
    border-radius: 50%;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    background-color: #16A0DA;
    color: #fff;
}
.w-contacts-item-value {
    display: inline-block;
    vertical-align: middle;
    vertical-align: -webkit-baseline-middle;
    font-size: 24px;
    line-height: 34px;
    margin: 0 8px;
    text-transform: uppercase;
}

#contact{
    background-color:#f1f1f1;
    font-family: 'Roboto', sans-serif;
}

#contact .well{
    margin-top:30px;
    border-radius:0;
}

#contact .form-control{
    border-radius: 0;
    border:2px solid #1e1e1e;
}

#contact button{
    border-radius:0;
    border:2px solid #1e1e1e;
}

#contact .row{
    margin-bottom:30px;
}

@media (max-width: 768px) { 
    #contact iframe {
        margin-bottom: 15px;
    }
}
.slotholder {
    transform: none !important;
}
.sliderDetails{font-size:24px !important;}
.mfnrswebdesignlargelight{font-family: inherit !important;}
.caption-1.mfnrswebdesignlargelight{color:#000 !important;}
#slide-3-layer-4 img{
	width:100px !important;
	height:auto !important;
}
#slide-2-layer-8 a {
	background-color: rgb(81, 0, 126);font-family:'SolaimanLipi', sans-serif; font-size: 16px !important; padding: 10px !important; border-color:#fff !important; color:#fff;
}
@media screen and (max-width: 1080px) and (min-width: 769px) {
  #slide-3-layer-4{top:-50px;}
  .sliderSepBorder{top:-50px;}
  #slide-3-layer-4 img {
		width: 80px !important;
		height: auto !important;
	}
	.sliderTitle{
		top:-45px;
	}
	.sliderDetails{font-size:20px !important;line-height:20px !important;top:-33px;}
	#slide-2-layer-8 a{		
		font-size: 15px !important;
		padding: 8px !important;
		height: auto;
	}
}
@media screen and (max-width: 768px) and (min-width: 480px) {
  #slide-3-layer-4{top:-50px;}
  .sliderSepBorder{top:-50px;}
  #slide-3-layer-4 img {
		width: 80px !important;
		height: auto !important;
	}
	.sliderTitle{
		top:-45px;
	}
	.sliderDetails{font-size:20px !important;line-height:20px !important;top:-33px;}
	#slide-2-layer-8 a{		
		font-size: 15px !important;
		padding: 8px !important;
		height: auto;
	}
}
@media screen and (max-width: 479px) and (min-width: 200px) {
  #slide-3-layer-4{top:-80px;}
  .sliderSepBorder{top:-80px;}
  #slide-3-layer-4 img {
		width: 50px !important;
		height: auto !important;
	}
	.sliderTitle{
		top:-75px;
	}
	.sliderDetails{font-size:15px !important;line-height:20px !important;top:-63px;}
	#slide-2-layer-8 a{		
		font-size: 12px !important;
		padding: 5px !important;
		height: auto;
	}
}

ul.list-style-awards, ul.list-style-awards li{
	list-style: square inside;
    line-height: 27px;
}
ul.list-style-decimal, ul.list-style-decimal li{
	list-style: decimal inside;
    line-height: 27px;
}
.footer_menu .es_textbox_class {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.footer_menu .es_submit_button {
    font-size: 20px;
    float: right;
    width: 150px;
    background-color: transparent;
    color: #fff;
    width: 100%;
    margin: 20px 0;
    border-radius: 0;
	padding: 18px 12px;
    display: block;
    line-height: 0;
}
.footer_menu .es_submit_button:hover {
    background: #EE024C;
    color: #fff;
}
.es_button,.es_textbox {
	margin:0;
	padding:0;
}
.fixed-footer .es_textbox_class{
	background-repeat: no-repeat; 
	background-attachment: scroll; 
	background-size: 16px 18px; 
	background-position: 98% 50%;
}
.fixed-footer .es_lablebox{
	color: #FFE058;
    float: left;
    margin-right: 10px;
    line-height: 35px;
}
.fixed-footer .es_textbox,.fixed-footer .es_button{
	float:left;
}
.fixed-footer .es_submit_button{
	background-color:#d58512;
	border-color:#985f0d;
	color:#fff;
	border-radius:4px;
	border-top-left-radius:0;
	border-bottom-left-radius:0;
	height:36px;
	margin-left:-1px;
	margin-top:-1px;
}
#wpcf7-f164-o1 .btn{
	border-radius: 0;
    border: 2px solid #1e1e1e;
    color: #333333;
    background-color: #ffffff;
}
.client_decl{
	float: right;
    position: relative;
    top: -28px;
    font-weight: bold;
    font-size: 16px;
    background: #2e3192;
    padding: 10px;
    color: #fff;
    border-radius: 4px;
    text-align: right;
}
.client-heading{
	font-weight:bold;
}
.client-heading span.comon-txt{
	color:#404040;
}
.client-heading span.cat-name{
	color:#7f7f7f;
}
.moduletable h3{
	margin:6px 0;
}
.member_logo img{
	width:44%;
}
.govClient{
	width: 100%;
    margin: 15px 0;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
}
blockquote {
    margin: 0 0 2px !important;
}