section {
    padding: 0;
}

/* Add your custom css styles */
.sortcut-register {
	margin: 50px 0;
}
.title-tag {
    width: 400px;
    margin-bottom: 50px;
}
@media (max-width: 425px) {
	.title-tag {
	    width: 300px;
	}
}
.page-title-parallax {
	/*background-image: url('/images/slider/other-page-slider.png');*/
	background-image: url('/images/slider/Banglabid-S0007_Web-Banner_1920x450px.png');
	background-attachment: fixed;
	background-size: contain !important;
	background-position: top center !important;
	background-repeat: no-repeat;
	top: -30px;
}
@media (max-width: 991px) {
	.page-title-parallax {
		/*background-image: url('/images/slider/other-page-slider.png');*/
		background-image: url('/images/slider/banner147_more_top_padding.png');
		background-attachment: scroll;
		background-size: cover !important;
	}
}
.btn.ticker-head {
	display: inline;
}
.btn.ticker-head:hover {
	opacity: .9;
}
.ticker-head {
	z-index: 300;
	color: #fff;
	background-color: #4caf50;
	padding: 12px 20px;
	height: 40px;
	line-height: 1;
	top: 0;
	position: fixed;
}
.ticker-head.right {
	right: 0;
}
.ticker-after {
	left: 100%;
	position: absolute;
	top: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 20px solid #4CAF50;
}

.ti_news span {
	margin-right: 5px;
}
.logo-footer {
	height: 150px;
}
.fix{
	font-size:.9em;
	text-align:left;
	margin-top:-50px;
}
.background-red {
	background-color: #ed1b34 !important;
}

.background-yellow{
	background-color: #fcd808 !important;
}

.background-red h1,
.background-red p {
	color: #FFFFFF;
}

.header-green {
	background-color: #0f8814 !important;
}
.custom-logo-place{
        position: absolute !important;
        margin-top: 40px;
}

#header {
	top: 0;
}

#mainMenu > ul > li > a{
	background-color: #fff200;
	border-radius: 5px 5px 0 0;
	padding-top: 0px !important;
	height: 30px !important;
	line-height: 30px !important;
}

#mainMenu > ul > .active > a,
#mainMenu > ul > li:hover > a {
	background-color: #ed1b34 !important;
	color: #FFFFFF !important;
}

.slider-right {
    margin-right: 20px;
    padding: 10px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.device-sm .slider-right {
	margin-right: 0;
}

.button{
	padding: 10px 36px !important;
	margin: 0px 0px !important;

}

.testimonial .testimonial-image img{
	width:300px !important;
}
select.form-control.input-lg {
	height: auto;
}

/*==============================
Bangla font size updated
*/

.h3, h3 {
	font-size: 30px;
}
.h4, h4 {
	font-size: 24px;
}
.ti_news {
	font-size: 14px;
}
.hr-title {
	font-size: 20px;
}
#mainMenu > ul > li > a{
	font-size: 20px;
	font-weight: normal;
}
@media (max-width: 991px) {
	#mainMenu > ul > li > a {
		color: #fff !important;
		text-align: center;
	}
	.main-menu > ul > li {
		border-bottom: 1px solid #1b5e20;
	}
	.main-menu > ul > li:last-child {
		border-bottom: 0px;
	}
}
.form-group label {
	font-size: 16px;
	font-weight: normal;
}
.icon-box.center p {
	font-size: 18px;

}

.t-s-18 {
	font-size:18px !important;
}

.t-s-bold{
	font-weight: 800 !important;
	font-size: 17px !important;
}


.content-promo-box {
	min-height: 230px;
	background-repeat: no-repeat;
	padding: 20px;
	border: 8px solid #eee;
}
.bangla-font {
	font-size: 20px;
}

.header-img {
	width: 100%;
	object-fit: contain;
	cursor: pointer;
}

.background-image {
	background-image: url('/images/slider/Home Page_Web-Banner_1920x525px.png');
  /* margin-top: 45px; */
}
.bottom-cus-border{
    border-bottom: 4px solid #018c45;
}
.device-xs .background-image,
.device-xxs .background-image {
	background-image: url('/images/slider/Home Page_Web-Banner_1920x525px.png');
	height: 455px;
  background-size: contain;
  background-repeat: no-repeat;
}

.tagline .content-left {
	float: left;
}
.tagline .content-right {
	float: right;
	margin: 20px 0;
}
.device-xs .tagline > div,
.device-xxs .tagline > div {
	display: block;
	text-align: center;
	float: none;
}
.device-sm .grid li, .device-xs .grid li {
	width: 25% !important;
}

.btn-nibondon {
  border-radius: 40px;
  background-color: #119944;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 45px;
  padding: 20px 40px 16px 20px;
  width: 300px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
}

.btn-nibondon2 {
    display: flex;
    margin: 0 auto;
    border-radius: 30px;
    background-color: #119944;
    padding: 20px 40px 16px 20px;
    width: 300px;
}

.btn-nibondon span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.btn-nibondon span:after {
  content: '\00bb';
  position: absolute;
  opacity: 1;
  top: 0;
  right: -35px;
  transition: 0.5s;
}
.btn-nibondon:hover {
  box-shadow: 0 4px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}
.btn-nibondon:hover span {
  padding-right: 30px;
}

.btn-nibondon:hover span:after {
  opacity: 1;
  right: 0;
}


.btn-nibondon-2 {
  border-radius: 40px;
  background-color: #ed1c36;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 20px;
  padding: 10px;
  width: 200px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
}

.btn-nibondon-2 span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.btn-nibondon-2 span:after {
  content: '\00bb';
  position: absolute;
  opacity: 1;
  top: 0;
  right: -20px;
  transition: 0.5s;
}
.btn-nibondon-2:hover {
  box-shadow: 0 4px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}
.btn-nibondon-2:hover span {
  padding-right: 30px;
}

.btn--2:hover span:after {
  opacity: 1;
  right: 0;
}

.btn-custom-reg{
	background-color: #0f8814;
	border-color: #0f8814;
	width: 50%;
	color: #fff;
}


.carousel {
    margin-bottom: 0;
	padding: 0 40px 30px 40px;
}
/* Reposition the controls slightly */
.carousel-control {
	left: -12px;
}
.carousel-control.right {
	right: -12px;
}
/* Changes the position of the indicators */
.carousel-indicators {
	right: 50%;
	top: auto;
	bottom: 0px;
	margin-right: -19px;
}
/* Changes the colour of the indicators */
.carousel-indicators li {
	background: #c0c0c0;
}
.carousel-indicators .active {
background: #333333;
}


.slider-text-st{
  color: #3aaa43 !important;
  font-weight: 700 !important;
  font-size: 47px !important;
  line-height: 25px !important;
}


@media (max-width: 479px){
  .slider-text-st-m{
    color: #3aaa43 !important;
    font-weight: 700 !important;
    font-size: 34px !important;
    line-height: 33px !important;
    margin-bottom: 0px !important;
  }
  .slider-text-st-d{
    margin-top: 20%;
  }

}
@media (max-width: 479px){
  .slider-text-st {
    display: none;
  }
}
@media (min-width: 480px){
  .slider-text-st-m {
    display: none;
  }
}
.owl-theme .owl-controls .owl-nav div{
    margin: 5px 30px;
    top: 36% !important;
}
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev{
      background: rgb(0, 140, 68) !important;
}
.owl-theme .owl-controls .owl-nav div {
    top: 48% !important;
}

.owl-theme .owl-dots {
    display: none !important;
}
.owl-carousel:hover .owl-controls .owl-nav .owl-next{
      right: -41px !important;
}






/* .btn-nibondon {
	background-color: red;
	border-color: #338c39;
	color: white;
    border: 1px solid red;
    border-radius: 10px;
    padding: 15px 50px 9px 50px;
    margin-bottom: 15px;
}
.btn-nibondon:hover {
	background-color: #338c39;
	border-color: #338c39;
	color: #fff;
    border: 1px solid #338c39;
    border-radius: 10px;
    padding: 15px 50px 9px 50px;
    margin-bottom: 15px;
    box-shadow: 0 0 50px #b8af00bf;
    -webkit-box-shadow: 0 0 50px #b8af00bf;
} */
