body {
	background-color: #f1f1f1 !important;
}
.flexDouble{flex:2 !important}
.ramadanBtn{
  border: 2px solid #ccc;
  border-radius: 6px;
  animation: blinkBorder .9s linear infinite;
}

@keyframes blinkBorder {
  0%   { border-color: #ccc; }
  50%  { border-color: #bb7413; }
  100% { border-color: #ccc; }
}
.cart-empty {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 250px;
    border-radius: 10px;
    text-align: center;
    color: #555;
    font-family: Arial, sans-serif;
    padding: 20px;
}

.cart-empty img {
    width: 140px;
    height: 140px;
    margin-bottom: 15px;
    opacity: 0.6;
}

.cart-empty p {
    font-size: 19px;
    font-weight: 800;
}




/*fonts*/
.mobileBtn{
	 font-weight: bold;
    background: #BE9E6D !important;
	color:#fff !important;
	transition:.5s;
	border-radius:35px !important
}
.mobileBtn:hover{
	background:#0F2A47 !important;
	transition:.5s;
	border-radius:0 !important
}
.my-btn {
    display: inline-block;
    background: #0F2A47 !important;
    color: #fff !important;
    padding: 12px 25px;
    text-decoration: none;
    border-radius: 35px !important;
    transition: 0.3s ease;
}

.my-btn:hover {
    background: #e5ae49 !important;
    border-radius: 0;
    color: #fff !important; /* চাইলে hover এও white ই থাকবে */
}

.my-btn-2 {
    display: inline-block;
    background: #e5ae49 !important;
    color: #fff !important;
    padding: 12px 25px;
    text-decoration: none;
    border-radius: 35px !important;
    transition: 0.3s ease;
}

.my-btn-2:hover {
    background: #0F2A47!important;
    border-radius: 0;
    color: #fff !important; /* চাইলে hover এও white ই থাকবে */
}
.textBreak{
	text-align: justify;
	text-justify: distribute;
	/*word-break: break-all;*/
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	text-justify: inter-word;
}
	.jamahTable{
		width:100%;
	}
	.swal2-confirm{
		background:#0F2A47 !important
	}
	.swal2-confirm:focus{
		box-shadow:none !important
	}

	body{
		font-family: "Open Sans",sans-serif;
	}
	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, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, input, textarea, button, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, address, section, video, audio,contentText {
	  font-size: 100%;
	  font-style: inherit;
	  font-weight: inherit;
	  line-height: inherit;
	  border: 0;
	  outline: 0;
	  -webkit-font-smoothing: antialiased;
	  -ms-word-wrap: break-word;
	  word-wrap: break-word;
	}

	#myTab li .active{
		background: #0F2A47 !important;
		color:#fff !important;
	}
	.nav-tabs{
		border-bottom:1px solid rgb(158, 126, 68)!important;
	}
.nav-tabs .nav-link{border:none !important;color:#000;font-weight:bold;font-size:20px;}

	.contentText{
		text-align:justify;
	}
    .titleBottomImg{
        height: 17px;
    }
	.service{
		padding:34px 0
	}
    h3{
        margin-bottom: 0 !important;
    }
	/*  style overall buttons */
	.swal-button{
	  border: 1px dashed #fff;
	}
	.listitem p{
		text-align:justify;
	}

	::-moz-selection { /* Code for Firefox */
	  color: #fff;
	  background: #BE9E6D;
	}

	::selection {
	  color: #fff;
	  background: #BE9E6D;
	}

	.owl-prev{
		float:left;
	}
	.owl-next{
		float:right !important;
	}
    .owl-nav{
        display: none;
    }
    .shadowHover{transition: .5s}
    .shadowHover:hover{
        transition: .5s;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }
    .owl-stage-outer{
    	z-index:-1;
    }
	.postHighlight{
		height: 200px;
	}
	.owl-carousel .item{
		padding: 10px 25%;
		text-align: center;
	}
	.owl-carousel-page .item{
		padding: 10px 10%;
		text-align: center;
	}
	.quatationmark{
		font-size: 100px;
		margin-bottom: -40px;
		margin-top: -25px;
	}
	.owl-nav{
		position: relative !important;
	}
    .shadowHover .card-body{
        text-align: center;
    }
    .shadowHover .card-body p{
		text-align: justify;
		text-justify: distribute;
		/*word-break: break-all;*/
		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
		text-justify: inter-word;
		
    }
    .shadowHover .card-body .card-title{
        text-align: center;
    }
	.rotate90{
		transition:.5s;
		transform:rotate(90deg);
	}
	.rotateminus90{
		transition:.5s;
		transform:rotate(-90deg);
	}
	.owl-theme .owl-nav [class*="owl-"]:hover{
		background:transparent !important;
		color:#000 !important;
	}
	.owl-carousel .owl-nav button.owl-next{
		font-size:61px !important;
	}
	.owl-carousel .owl-nav button.owl-prev{
		font-size:61px !important;
	}

	#hero_section{
		background-size:cover;
	}
	.bodyTextContactbtn{
		text-decoration:none;
		color:#000;
		font-weight:bold;
		transition:.5s
	}

	.bodyTextContactbtn:hover{
		color:#0F2A47;
		transition:.5s
	}

	.bodyTextContactbtnEmail{
		text-decoration:none;
		color:#000;
		font-weight:bold;
		transition:.5s
	}

	.bodyTextContactbtnEmail:hover{
		color:#0F2A47;
		transition:.5s
	}

	.socialiconsimg a{
		color: #fff;
	}
	#navbarSupportedContent ul li{
		border-radius: 35px;
	}

	.listitem ul li{
		line-height:35px;
	}
	#navbarSupportedContent ul li{
		padding:5px 6px !important;
	}

	#navbarSupportedContent{

		justify-content:center;
		padding: 0px 0;
	}

		.steps_card{
		  transition: .5s;
		}
		.steps_card:hover img{
		  transform: scale(1.2);
		  transition: .5s;
		  overflow: hidden;
		}
	/*added for gas web*/
	.contact_btn_web:hover{
		color: #000 !important;
		transition: .5s;
		border-radius: 0 !important;
		transform: translateX(10px);
	}



	.carousel-caption {
		background-color: rgba(15, 42, 71, 0.8);
		right: 0;
		bottom: 0;
		padding: 20px;
		border-radius:8px;
	}
	.carousel-caption h3{
		font-family: "Nimbusromno",serif;
		font-size: 50px;
		font-weight: 400;
		line-height: 65px;
		color: #ffffff;
	}
	.carousel-caption p{
		font-size: 1.5rem;
	}
	.boxDesign p{
		font-family: "Nimbusromno",serif;
		letter-spacing:5px;
	}
	.navbar-light .navbar-toggler {
		color: #d02029 !important;
		border-color: #337BB9 !important;
	}

	.cardTitleBtnBelow{
		font-size:19px;
	}
	.homevideo video{
		border-radius:20px;
	}
	.news{
		padding-top:22px;
	}
	.sponsors a img{
		width:320px;
	}
	.card_1_feature {
		border-style: groove;
		border-color: #ffffff;
		box-shadow: 0px 0px 10px 9px rgba(97, 206, 112, 0.5);
		transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
		margin: 0px 15px 0px 15px;
		padding: 40px 20px 40px 20px;
	}

	.card_1_feature:hover {
		background-color: transparent !important;
		background-image: linear-gradient(180deg, #0F2A47 0%, #d02029 100%) !important;
	}

	.card_2_feature {
		border-style: groove;
		border-color: #ffffff;
		box-shadow: 0px 0px 10px 9px rgba(110, 193, 228, 0.5);
		transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
		margin: 0px 15px 0px 15px;
		padding: 40px 20px 40px 20px;
	}

	.card_2_feature:hover {
		background-color: transparent !important;
		background-image: linear-gradient(180deg, #0F2A47 0%, #d02029 100%) !important;
	}

	.card_3_feature {
		border-style: groove;
		border-color: #ffffff;
		box-shadow: 0px 0px 10px 9px rgba(35, 164, 85, 0.5);
		transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
		margin: 0px 15px 0px 15px;
		padding: 40px 20px 40px 20px;
	}

	.card_3_feature:hover {
		background-color: transparent !important;
		background-image: linear-gradient(180deg, #0F2A47 0%, #d02029 100%) !important;
	}

	.card_4_feature {
		border-style: groove;
		border-color: #ffffff;
		box-shadow: 0px 0px 10px 9px rgba(110, 193, 228, 0.5);
		transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
		margin: 0px 15px 0px 15px;
		padding: 40px 20px 40px 20px;
	}

	.card_4_feature:hover {
		background-color: transparent !important;
		background-image: linear-gradient(180deg, #0F2A47 0%, #d02029 100%) !important;
	}

	.dropdown-item.active, .dropdown-item:active {
	  color: #fff;
	  text-decoration: none;
	  background-color: #0F2A47;
	}

	.dropdown-item {
		cursor: pointer !important;
		padding: 10px 25px;
	}

	.errormodal_close {
		background-color: #000 !important;
		color: #0ff !important;
	}

	/*navbar*/
	.navbar-nav .nav-item .nav-link {
		font-family: "Nimbusromno",serif;
		font-size: 16px;
		font-weight: 400 !important;
		
	}
	.login_btn_ul {
		margin-top: 40px !important;
	}

	.active_submenu {
		background-color: #d02029;
		color: #fff;
		font-weight: bold;
	}


	.read_more_btn{
		background-color: transparent !important;
		color: #F1582A;
		padding: 12px 23px;
		font-size: 12px;
		font-weight: 500;
		text-decoration:none;
		border-radius:8px;
	}
	.cardTitleBtnBelow{
		margin-bottom:20px;
		margin-top:30px;
	}



	/*start button design*/
	#button-3 {
	  position: relative;
	  overflow: hidden;
	  cursor: pointer;
	}

	#button-3 a {
	  position: relative;
	  transition: all .45s ease-Out;
	  font-weight:bold;
	}
	.button {
	  display: inline-flex;
	  height: 40px;
	  width: 150px;
	  border: 1px solid #0F2A47;
	  margin: 20px 20px 20px 20px;
	  color: #F1582A;
	  text-transform: uppercase;
	  text-decoration: none;
	  font-size: .8em;
	  letter-spacing: 1.5px;
	  align-items: center;
	  justify-content: center;
	  overflow: hidden;
	  border-radius:6px;
	}
	#circle {
	  width: 0%;
	  height: 0%;
	  opacity: 1;
	  line-height: 40px;
	  border-radius: 50%;
	  background: #005fae;
	  position: absolute;
	  transition: all .5s ease-Out;
	  top: 20px;
	  left: 70px;
	}

	#button-3:hover #circle {
	  width: 200%;
	  height: 500%;
	  opacity: 1;
	  top: -70px;
	  left: -70px;
	  overflow:hidden;
	}

	#button-3:hover a {
	  color: #fff;
	}

	/*end button design*/

	.newstext p{
		text-align:justify;
	}
	.icontext p{
		text-align:center;
	}
	.newstitle h3{
		text-align:center;
		padding:25px 0;
	}
	.title h3 b{
		font-size:50px;
		color:#0F2A47;
	}
	.title{
		text-align:center;
	}
	#b_title_for_single_blog{
		font-size:30px;
	}
	.hoverMe{
		transition:.5s;
	}
	.hoverMe:hover{
		box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.20);
		transition:.5s;
		border-radius:10px;
	}
	.newsimg{
		padding-top: 12px;
	}

	.firstRadiusDiv{
		background-color:#0F2A47;
		text-align:center;
		padding: 15px 0;
		color: #fff;
		border-radius:38px;
		background: linear-gradient(90deg, #000, #DB3F28,#000, #DB3F28);
		background-size: 400% 400%;
		animation: gradient 5s ease infinite;
	}

	@keyframes gradient {
		0% {
			background-position: 0% 50%;
		}
		50% {
			background-position: 100% 50%;
		}
		100% {
			background-position: 0% 50%;
		}
	}



	.textb{
		padding:20px 0;
		font-size:29px;
		text-align:center;
		color: #fff;
	}





	.nav-link {
		padding-bottom: 10px;
	}

	.last_section {
		margin-bottom: 30px;
	}

	#download {
		display: none!important;
	}

	#main-header {
		background-color: #FFFFFF;
	}

	a.nav-link.active {
		color: #BE9E6D  !important;
		font-weight: bold;
		border-bottom:1px solid #BE9E6D ;
	}

	a.nav-link:hover {
		transition: .2s;
		color: #BE9E6D !important;

	}
	.navlinkborder:hover{
		border-bottom:1px solid #BE9E6D ;
	}
	#breadcrumb_section{
		background-color:#0F2A47;
		color: #fff;
		border-top:1px solid #ccc
	}






	.dropdown-item{

	}
	.dropdown-item:focus,
	.dropdown-item:hover {
		color: #fff !important;
		text-decoration: none;
		background-color: transparent !important;
		color: #fff !important;
		transition: .3s;
	}
	.dropdown-menu{
		background:#0F2A47 !important;
		color: #fff !important;
	}
	.dropdown-item:hover, .dropdown-item:focus {
	  color: #fff !important;
	  font-weight:500;
	  background-color:#0F2A47 !important;
	}

	/*modal*/

	#slideBoxModal {
		margin-top: 86px;
		margin-bottom: 100px;
	}


	/*breadcrumb*/


	/*hero section*/


	.hero_section_pad {
		padding: 25px 0px 10px 0;
	}



	.second_section_hero {
		padding: 5px 15px;
	}

	.hero_btn {
		padding: 8px 15px;
		background: #d02029;
		font-weight: bold;
		transition: .5s;
		color: #fff;
		text-decoration: none;
	}

	.hero_btn:hover {
		background: #005fae;
		color: #fff;
		border-radius: 30px;
		transition: .5s;
	}
	.readMore{
		padding: 8px 15px;
		background: #0F2A47;
		font-weight: bold;
		transition: .5s;
		color: #fff;
		text-decoration: none;
		border-radius: 35px;
	}

	.readMore:hover {
		padding: 8px 15px;
		background: #000;
		transition: .5s;
		color: #fff;
		border-radius: 0;
		text-decoration: none;
	}

	.hero_btn_readmore {
		display: inline-flex;
		float: right;
	}

	.hero_desc {
		text-align: justify;
	}
	.divider_hr{
		height: 1px;
		width: 165px;
		background-color: #0F2A47;
	}
	.flexcontent{
		display:flex;
		justify-content: center;
		width:100%;
	}
	.newsimg img{
		border-radius:12px ;
	}

	.myContentT h2 {
		font-size: 25px;
		font-weight: 600;
		line-height: 43px;
		color: #000000;
	}
	.myContentT h3 b {
		font-size: 22px;
		font-weight: 600;
		line-height: 43px;
		color: #000000;
	}



	/*   font-family: "Cinzel Decorative",cursive;


	.hero_btn_readmore:hover {
	  animation: shake 0.5s;
	  animation-iteration-count: 1;
	}

	@keyframes shake {
	  0% { transform: translate(0px, 5px); }
	  100% { transform: translate(-0px, -5px); }
	}*/


	/*modal*/


	/*social */

	.social_icon_sec {
		padding: 30px 10px;
	}

	.social_title {
		padding: 15px;
	}


	/*slider*/

	.carousel-control-prev,
	.carousel-control-next {
		z-index: 0 !important;
	}

	.fa_padding {
		transition: .5s;
	}

	.fa_padding:hover {
		transform: rotate(360deg);
		transition: .5s;
	}


	/*modal anim*/

	#slideBoxModal {
		animation: unfoldIn 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
	}

	.modalIn {
		transition: 1s;
		animation: unfoldIn 1s .8s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
	}

	.modalOut {
		animation: unfoldOut 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
	}

	.modalZoomIn {
		animation-duration: 1s;
		animation: zoomIn 1s .8s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
	}

	.rotation {
		animation-duration: 1s;
		animation: rotation;
		animation-iteration-count: 1;
	}

	@keyframes unfoldIn {
		0% {
			transform: scaleY(.005) scaleX(0);
			opacity: 1;
		}
		50% {
			transform: scaleY(.005) scaleX(1);
			opacity: .5;
		}
		100% {
			opacity: 1;
			transform: scaleY(1) scaleX(1);
		}
	}

	@keyframes unfoldOut {
		0% {
			transform: scaleY(1) scaleX(1);
		}
		50% {
			transform: scaleY(.005) scaleX(1);
		}
		100% {
			transform: scaleY(.005) scaleX(0);
		}
	}

	@keyframes rotation {
		0% {
			transform: rotate(0deg);
		}
		100% {
			transform: rotate(180deg);
		}
	}


	/*slide box*/

	.to_aminate_arrow {
		padding-right: 20px;
		transition: 1s;
	}

	.arrow_icon {
		transition: 1s;
	}

	.slide_box_6:hover .arrow_icon {
		padding-right: 25px;
		transition: 1s;
	}


	/*blog*/

	.blog_list {
		box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.20);
	}

	.blog_content {
		padding: 10px;
	}

	.blog_list:hover {
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.25);
	}


	label {
		display: block;
		margin-top: 10px 
		font-weight: 400;
	}


	label {
		color: #000;
	}

	::placeholder {
		color: #ccc !important;
		opacity: .5 !important;
		/* Firefox */
	}

	:-ms-input-placeholder {
		/* Internet Explorer 10-11 */
		color: #ccc !important;
		 opacity: .5 !important;
	}

	::-ms-input-placeholder {
		/* Microsoft Edge */
		color: #005fae !important;
		 opacity: .5 !important;
	}



	.get_in_touch h2 {
		color: #005fae;
	}


	/* Chrome, Safari, Edge, Opera */

	input::-webkit-outer-spin-button,
	input::-webkit-inner-spin-button {
		-webkit-appearance: none;
		margin: 0;
	}


	/* Firefox */

	input[type=number] {
		-moz-appearance: textfield;
	}


	/*slider*/

	.carousel-control-prev-icon,
	.carousel-control-next-icon {
		height: 2rem;
		padding: 20px;
		transition: .5s;
	}

	.carousel-control-next-icon:hover {
		height: 2rem;
		padding: 30px;
		transition: .5s;
	}

	.carousel-control-prev-icon:hover {
		height: 3rem;
		padding: 30px;
		transition: .5s;
	}
	/*
	.carousel-control-prev-icon {
		background-image: url('../images/icons/arrow_right.png') !important;
		transform: rotate(180deg);
	}

	.carousel-control-next-icon {
		background-image: url('../images/icons/arrow_right.png') !important;
	}*/


	/*faq*/

	.card_padding_faq {
		padding: 30px;
	}

	.faqboxcol {
		margin-top: 15px;
	}

	.card_padding_faq {
		box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.20);
		transition: .5s;
	}

	.card_padding_faq:hover {
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.25);
		transition: .5s;
		background-color: #005fae;
		color: #fff;
	}
	img{
	transition: .5s;
	}
	.card_padding_faq >img {
		transition: .5s;
	}
	.card_padding_faq:hover .img-top {
		transition: .5s;
		transform: rotate(6deg) scale(1.1);

	}


	/*error modal*/

	#err_text {
		color: #fff;
	}

	.modal-footer {
		padding: 0!important;
	}


	/*faq back btn*/

	.faq_backbtn:hover {
		transition: .5s;
		background-color: #ddf !important;
		color: #000 !important;
		border-radius: 30px;
	}

	.arrow_left {
		transition: .5s;
	}

	.faq_backbtn:hover .arrow_left {
		margin-left: -10px;
		transition: .5s;
	}

	.card_padding_faq .card-body img {
		border-radius: 50%;
	}

	// paginations

	.center {
	  text-align: center;
	}

	.pagination {
	  display: inline-block;
	}

	.pagination a {
	  color: black;
	  float: left;
	  padding: 8px 16px;
	  text-decoration: none;
	  transition: background-color .3s;
	  border: 1px solid #ddd;
	  margin: 0 4px;
	}

	.pagination a.active {
	  background-color: #005fae;
	  color: white;
	  border: 1px solid #005fae;
	}

	.pagination a:hover:not(.active) {background-color: #ddd;}