@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rajdhani:wght@300;400;500;600;700&display=swap');

body{
    font-family: 'Rajdhani', sans-serif;
    font-size: 16px;
    overflow-x: hidden;
    line-height: 1.8;
    margin:0;
	padding:0;
	outline:0;
    background-image: url("https://pujaltd.com/wp-content/uploads/2021/09/IMG2.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.container {
    max-width: 1140px;
}
/*DE9E3D*/
/* font face */
@font-face {
    font-family: 'Li MAK Zakigonj Unicode';
    src: url('../fonts/Li-MAK-Zakigonj-Unicode.eot');
    src: url('../fonts/Li-MAK-Zakigonj-Unicode.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Li-MAK-Zakigonj-Unicode.woff2') format('woff2'),
         url('../fonts/Li-MAK-Zakigonj-Unicode.woff') format('woff'),
         url('../fonts/Li-MAK-Zakigonj-Unicode.ttf')  format('truetype'),
         url('../fonts/Li-MAK-Zakigonj-Unicode.svg#Li MAK Zakigonj Unicode') format('svg');
}
@font-face {
    font-family: 'Potro Sans Bangla';
    src: url('../fonts/Potro-Sans-Bangla-Regular.ttf');
    src: url('../fonts/Potro-Sans-Bangla-Regular.ttf?#iefix') format('embedded-opentype'),
         url('../fonts/Potro-Sans-Bangla-Regular.ttf')  format('truetype');
}
@font-face {
    font-family: 'Sabbir Ashalota Bangla';
    src: url('../fonts/Li-Sabbir-Ashalota-2-Unicode.ttf');
    src: url('../fonts/Li-Sabbir-Ashalota-2-Unicode.ttf?#iefix') format('embedded-opentype'),
         url('../fonts/Li-Sabbir-Ashalota-2-Unicode.ttf')  format('truetype');
}
@font-face {
    font-family: 'Shobuj Borno Bangla';
    src: url('../fonts/Li-Shobuj-Borno-Unicode.ttf');
    src: url('../fonts/Li-Shobuj-Borno-Unicode.ttf?#iefix') format('embedded-opentype'),
         url('../fonts/Li-Shobuj-Borno-Unicode.ttf')  format('truetype');
}
@font-face {
    font-family: 'Durbinito Bangla';
    src: url('../fonts/Li-Durbinito-Unicode.ttf');
    src: url('../fonts/Li-Durbinito-Unicode.ttf?#iefix') format('embedded-opentype'),
         url('../fonts/Li-Durbinito-Unicode.ttf')  format('truetype');
}
@font-face {
    font-family: 'Kazi Typo Bangla';
    src: url('../fonts/Kazi-Typo-Unicode.ttf');
    src: url('../fonts/Kazi-Typo-Unicode.ttf?#iefix') format('embedded-opentype'),
         url('../fonts/Kazi-Typo-Unicode.ttf')  format('truetype');
}
@font-face {
    font-family: 'Mashbik Athena Bangla';
    src: url('../fonts/Mashbik-Athena-Unicode.ttf');
    src: url('../fonts/Mashbik-Athena-Unicode.ttf?#iefix') format('embedded-opentype'),
         url('../fonts/Mashbik-Athena-Unicode.ttf')  format('truetype');
}
/*common css start */
ul{
	margin:0;
	padding:0;
}
li{
	margin:0;
	padding:0;
	list-style: none;
	display: inline-block;
}
a,a:hover,a:focus{
	text-decoration: none;
	color:#222;
}
p{
	margin:0;
	padding:0;
}
.section-padding {
	padding:40px 0;
}
img{
	width: 100%;
}

/*==== common css End ====*/

 /*==== Topbar css start ====*/
.topbar {
    background: #1999C9;
    text-align: center;
    padding: 5px 0;
    display: none;
}
.header-top {
    text-align: -webkit-auto;
}
.header-top ul li {
    margin: 0 10px;
}
.header-top ul li a i {
    color: #fff !important;
    margin-right: 6px;
}
.header-top ul li a {
    color: #fff !important;
    display: inline-block;
}

.header-social {
    text-align: right;
}

.header-social ul li a {
    color: #fff;
    margin-left: 15px;
}
/*Topbar Css End*/

/*==== Mobile Menu Css Start ====*/

.header {
    background: #1d83af;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9;
}

.logo-area {
    width: auto;
    height: 80px;
}
.logo-area a {
    height: 100%;
    display: block;
    padding: 12px;
}
.logo-area a img {
    width: auto;
    height: 100%;
}
.mobile-menu {
	display: none ;
}  			

.menu-area {
	text-align: right;
}
.menu-area ul li a {
    color: #fff;
    text-align: right;
    margin-right: 10px;
    font-size: 18px;
    font-weight: 600;
    line-height: 80px;
    padding: 8px 10px;
    transition: all .5s ease;
    font-family: 'Kazi Typo Bangla', sans-serif;
    text-transform: uppercase;
}
.menu-area ul li a:hover{
	color:#c2ff61;
}
.menu-area .active {
    transition: all .5s ease;
    color: #c2ff61;
}
.menu-area .active:hover{
	color:#c2ff61;
}
.menu{
	cursor: pointer;
}
.menu-area ul li{
	position: relative;
	display: inline-block;
}
.menu{
	cursor: pointer;
}
.custom-dropdown{
	position: relative;
	transition: all .5s ease;
}
.submenu {
    position: absolute;
    background: #222;
    opacity: 1;
    width: 300px;
    overflow: hidden;
    visibility: hidden;
    transition: all .5s ease;
    top: 110%;
    z-index: 9;
    padding: 8px 8px;
}
.custom-dropdown:hover .submenu {
    visibility: visible;
    transition: all .5s ease;
    top:100%;
}
.submenu li {
    display: block !important;
}
.submenu li a {
    margin: 0 !important;
    color: #fff !important;
    display: block !important;
    padding: 5px 10px !important;
    text-align: left !important;
    line-height: 28px !important;
    transition: 0.35s all;
}
.submenu li a:hover {
    color: #1999C9 !important;
    margin-left: 5px !important;
}
/*==== header area end ====*/
.slider-area {
    position: relative;
    z-index: 1;
}
.slider-area:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: '';
    background: rgba(0,0,0,0.5);
    z-index: -1;
}
.slider-item{
	width: 100%;
	height: 100vh;
}

.slider-item img{
	height:100%;
}
.main-slider {
	position:relative;
}
.main-slider .owl-dots {
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	text-align: center;
	content: "";
}
.main-slider .owl-dots .owl-dot {
	height: 15px;
	width: 15px !important;
	margin: 0px 5px;
	background:#fff !important;
	border-radius: 50%;
}
.main-slider .owl-dots .owl-dot.active {
	background: #1999C9 !important;
}
.slider-text {
    padding-top: 0px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
    z-index: 99;
    width: 100%;
    margin: 0 auto;
    border-radius: 5px;
}
.slider-text p {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-family: 'Potro Sans Bangla', sans-serif;
}
.slider-text h1 {
    font-weight: 700;
    font-size: 35px;
    text-transform: capitalize;
    color: #fff;
    margin: 10px auto;
    text-align: center;
    max-width: 800px;
    font-family: 'Shobuj Borno Bangla', sans-serif;
    line-height: 1.5;
}
.slider-text a {
    padding: 8px 25px;
    color: #FFFFFF;
    font-family: 'Potro Sans Bangla', sans-serif;
}
.common_btn {
    background: #1999C9;
    border-radius: 0;
    padding: 8px 25px;
    font-weight: 700;
    font-size: 15px;
    line-height: 30px;
    display: inline-block;
    margin-top: 32px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-transform: uppercase;
}
.common_btn:before{
	position:absolute;
	content: "";
	left: 0;
	top: 0;
	width: 0%;
	height: 100%;
	background: #000;
	z-index: -1;
	transition: 0.35s all;

}
.common_btn:hover:before{
	width: 51%;
}
.common_btn:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 0%;
    height: 100%;
    background: #000;
    z-index: -1;
    transition: 0.35s all;
}
.common_btn:hover:after{
	width: 50%;
}
/*==== Slider css End ====*/

/*==== Category css Start ====*/
.category-area {
    padding: 45px;
}
.category-item {
    position: relative;
    overflow: hidden;
}
.category-item p {
    position: absolute;
    bottom: 30px;
    left: 25px;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    text-transform: capitalize;
}
.category-item img{
	transition: 0.35s all;
}
.category-item:hover.category-item img {
    transform: scale(1.2);
}
/*==== Category css End ====*/
/*==== About css Start ====*/
.about-section{
	background: #e7f9e7;
    padding: 50px 0px;
}
.missionvision-section{
    background: #fff;
    padding: 50px 0px;
}
.about-content h2 {
    font-size: 25px;
    font-weight: 900;
    color: #1999C9;
    text-transform: capitalize;
    border-bottom: 3px dotted #1999C9;
    padding-bottom: 15px;
    margin-bottom: 18px;
    display: inline-block;
}
.about-content a{
	color : #fff;
}
.about-text-section {
    font-family: 'Potro Sans Bangla';
    font-size: 19px;
}
/*==== About css End ====*/

/*==== Product Css Start ====*/
.products-section {
    padding: 50px 0;
}
.products-home {
    background: #e7f9e7;
}

.product {
    margin-bottom: 30px;
    box-shadow: 0px 0px 10px #ccc;
    background: #fff;
    padding: 20px 15px;
    text-align: center;
    transition: 0.35s all;
}
.product:hover .product_link {
    background: #87c524;
}
.product p {
    font-size: 22px;
    margin-bottom: 5px;
    font-weight: 600;
    font-family: 'Kazi Typo Bangla', sans-serif;
}
.product_link,.product_link:hover {
    background: #1D83AF;
    text-align: center;
    color: #fff;
    padding: 8px 20px;
    display: inline-block;
    border-radius: 22px;
    line-height: initial;
    font-family: 'Potro Sans Bangla';
}
.section-title h3 {
    text-align: center;
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 15px;
}
.section-title h2 {
    text-align: left;
    font-size: 35px;
    font-weight: 900;
    margin-bottom: 15px;
    font-family: 'Li MAK Zakigonj Unicode', sans-serif;
}
.section-title span {
    color: #2196f3;
    background: #2196f32b;
    padding: 5px 14px;
    margin-right: 10px;
    text-align: center;
    display: inline-block;
}
.product-item-wrapper {
    padding: 15px;
}
.product-item {
    padding: 15px 0;
}
.product-inner .product-item-wrapper {
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 5px;
}
.product-inner .product-item {
    display: flex;
    align-items: center;
    column-gap: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 10px;
    height: 100%;
    justify-content: center;
}
.product-inner .product-item .product-item-image {
    display: flex;
    justify-content: flex-end;
}
.product-inner .product-item .product-item-image img {
    display: inline-block;
    width: 60px;
    height: auto;
}
.product-item-title h6 strong {
    text-transform: uppercase;
    margin-bottom: 10px;
    display: inline-block;
    font-size: 18px;
}
.product-item-title a {
    line-height: 25px;
    display: inline-block;
    text-transform: capitalize;
}
.product-item-title a:hover {
    text-decoration: underline;
}
.product_name {
    background: #F7CB2F;
    color: #fff;
    font-size: 16px;
    text-align: center;
    text-transform: capitalize;
    padding: 0 30px;
    height: 70px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}
.product_name:after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 4px;
    background: #1999C9;
    z-index: -1;
    transition: 0.35s all;
}
.product-item:hover .product_name::after {
    height: 100%;
}
/*==== Product Css End ====*/

/* ==== Footer Css Start ====*/
.footer-area{
	background: #222;
}
.footer-logo {
    height: 80px;
    background: #fff;
    width: 181px;
    padding: 8px;
    border-radius: 5px;
    margin-bottom: 15px;
}
.footer-logo a {
    display: block;
    height: 100%;
    overflow: hidden;
}
.footer-logo a img {
    height: 100%;
    width: auto;
    margin: 0 auto;
}
.footer-about {
    color: #d1d1d1;
    margin-bottom: 15px;
    font-family: 'Potro Sans Bangla', sans-serif;
}
.widget_title {
    color: #fff;
    font-weight: 600;
    font-size: 19px;
    margin-bottom: 25px;
    font-family: 'Kazi Typo Bangla', sans-serif;
}

.footer-menu ul li {
    display: block;
}

.footer-menu ul li a {
    color: #d1d1d1;
    display: inline-block;
    margin: 5px 0px;
    transition: 0.35s all;
    font-family: 'Potro Sans Bangla', sans-serif;
}
.footer-menu ul li a:hover {
    color: #1999C9;
    margin-left: 5px;
}
.footer-icon {
    display: grid;
    grid-template-columns: 50px auto;
    color: #d1d1d1;
    margin-bottom: 15px;
    align-items: center;
}
.footer-icon i {
    font-size: 20px;
}
.social-icon {
    text-align: right;
}
.social-icon ul li a i {
    color: #fff;
    margin-right: 2px;
    font-size: 16px;
    height: 35px;
    width: 35px;
    background: #2e2e2e;
    line-height: 35px;
    border-radius: 50%;
    box-sizing: border-box;
    text-align: center;
    transition: 0.35s all;
}
.social-icon ul li a i:hover {
    background: #1999C9;
}
/*====  copyright css start  ====*/
.copyright-area {
    background: #222;
    color: #fff;
    text-align: left;
    padding: 18px 0;
    border-top: 1px solid #4c4c4c;
}
.download-app img {
    width: auto;
    margin-top: 20px;
    width: 210px;
}
.copyright-area p a {
	color: #1999C9
}
.scrolltop {
    position: fixed;
    left: 15px !important;
    bottom: 10px !important;
    width: 40px !important;
    background: #1999C9 !important;
    height: 40px !important;
    line-height: 35px !important;
    border-radius: 50% !important;
    text-align: center !important;
    color: #ffff !important;
    font-size: 24px !important;
    cursor: pointer;
    z-index: 9999;
}
.scroll {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.scrolltop .scroll i {
    display: block;
    line-height: 30px;
}
/*contact css start*/
.bredcrumb-banner{
	background: url('../images/banner-contact.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 1;
	padding: 50px 50px;
}
.bredcrumb-banner::after {
	content: "";
	position: absolute;
	background: rgb(0, 0, 0,0.6);
	top: 0;
	left: 0;
	right: 0;
	z-index: -1;
	height: 100%;
	width: 100%;
}
.bredcrumb-text {
	color: #fff;
}
.bredcrumb-text h2 {
	font-weight: bold;
	font-size: 30px;
}
.contact-item {
	box-sizing: border-box;
	padding: 10px 10px;
	margin-bottom: 5px;
    -webkit-box-shadow: 2px 2px 13px -1px rgba(0,0,0,0.75);
	-moz-box-shadow: 2px 2px 13px -1px rgba(0,0,0,0.75);
	box-shadow: 2px 2px 13px -1px rgba(191, 187, 187, 0.75);
	position:relative;
    background-color: #fff;
}
.contact-icon {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 100%;
    background: #F6CB30;
}
.contact-form h2 {
    font-size: 18px;
    font-weight: 600;
}
.contact-icon a {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	right: 0;
	color: #fff;
	font-size: 35px;
}
.contact-address {
	margin-left: 100px;
	padding: 10px 10px;
}
.contact-address h2 {
	color: #222;
	font-weight: 900;
	font-size: 20px;
	letter-spacing: 1px;
}

.contact-address p {
	color: #262626;
}
.contact-info {
	margin-bottom:25px;
}
.contact-form {
	padding: 5px 5px;
}
.form-group .form-control {
	box-shadow: none !important;	
}
/*=== About Css Start ===*/
.custom-breadcrumb {
    background: url('../images/breadcrumb.jpg');
    padding: 15px 0;
    text-align: center;
    position: relative;
    z-index: 1;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.custom-breadcrumb::after {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.5);
    content: "";
    z-index: -1;
}
.bread-title {
    color: #fff;
    font-size: 50px;
    text-transform: capitalize;
    font-weight: 600;
    margin-top: 80px;
    text-align: left;
}
.about-area.section-padding {
    padding: 60px 0;
}
.about-item h2 {
	font-size: 25px;
	font-weight: bold;
	color: #222;
	text-transform: capitalize;
	letter-spacing: 2px;
	margin-bottom: 25px;
}	
.about-text p {
	margin-top: 10px;
	color: #222;
}
.about-img {
	position: absolute;
	top: 115px;
	left: -60px;
	width: 290px;
	height: 300px;
}
.about-text {
    margin-top: 30px;
}
/*==== About Css End ====*/

/*=== Pricing Css Start ===*/
.price_title {
    font-weight: 800;
    font-size: 25px;
    text-align: center;
    margin-bottom: 20px;
}

/*=== Pricing Css End ===*/

/*=== Staff Css Start ===*/
.staff-image {
    position: relative;
}

.staff-content {
    position: absolute;
    bottom: 8px;
    width: 95%;
    background: #fff;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    padding: 20px 8px;
    border-radius: 5px;
    overflow: hidden;
}

h3.staff_name {
    font-size: 22px;
    font-weight: 600;
}

p.staff_phone {
    color: #1f313e;
    font-weight: 600;
    margin-top: 3px;
}

.staff-content::after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background: #1999C9;
    content: "";
    transition: 0.35s all;
}

.staff-content::before {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 0;
    background: #1999C9;
    content: "";
    transition: 0.35s all;
}

.staff-inner:hover .staff-content::after,.staff-inner:hover .staff-content::before {
    width: 8px !important;
}
.staff-image img {
    height: 400px;
}
/*=== Staff Css End ===*/

/*=== Product Details Css Start ===*/
.product-details {
    background: #f1f1f1;
}
.product-details-content {
    background: #fff;
    padding: 30px;
}
.product-details-content ul li a {
    font-weight: 600;
    color: #444;
    text-transform: capitalize;
}
.pdetails-name {
    font-size: 24px;
    font-weight: 600;
    margin: 10px 0;
    text-transform: capitalize;
}
.product-price {
    background: #1999C9;
    text-align: center;
    display: inline-block;
    padding: 8px 15px;
    color: #fff;
    font-size: 17px;
    font-weight: 900;
    border-radius: 5px;
}

.details {
    margin-bottom: 25px;
    margin-top: 15px;
}
.share-title {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 600;
}
.sharethis-inline-share-buttons {
    text-align: left !important;
    margin-top: 15px;
}
/*=== Product Details Css End ===*/

/*==== Blog Css Start ====*/
.blog-img {
    border-radius: 5px;
    box-shadow: -1px 2px 10px -4px rgba(60, 57, 57, 0.75);
    height: 230px;
    position: relative;
    overflow: hidden;
}
.blog-img img{
    border-radius: 5px;
    height: 100%;
    width: 100%;
}
.blog-time {
    position: absolute;
    bottom: 0px;
    background: #1999C9;
    color: #fff;
    padding: 6px 11px;
}

.blog-text {
    padding: 20px;
    width: 90%;
    margin-top: -35px;
    z-index: 9999;
    background: #fff;
    position: relative;
    margin-left: 10%;
}
.blog-text h4 {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 500;
}
.blog-text p {
    color: #423535;
    margin-bottom: 20px;
}
.blog-read-more a {
    padding: 10px 10px;
    transition: all .5s ease;
}

.blog-item:hover .blog-read-more a {
    color: #1999C9 !important;
}
.blog-title {
    text-transform: capitalize;
    color: #1999c9;
    font-weight: 600;
}
.blogdetails-img {
    padding: 5px 5px; 
    border: 5px solid #dfd1d1;
    box-sizing: border-box;
    border-radius: 5px;
}
.blogdetails-title {
    padding: 15px 15px;
    background: #F6CC2A;
    overflow: hidden;
    margin: 15px 0;
    border-radius: 5px;
}

.blogdetails-tag {
    float: left;
    width: 60%;
}
.blogdetails-tag h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    color: #fff;
}
.blogdetails-date {
    float: right;
    color: #1999C9;
    font-weight: 900;
}
.recent-title h2 {
    font-size: 20px;
    font-weight: 600;
    color: #1999C9;
    margin-bottom: 15px;
    border-bottom: 2px solid #1999C9;
    padding-bottom: 5px;
    display: inline-block;
}
.blog-recent {
    display: grid;
    grid-template-columns: 150px auto;
    background: #f1f1f1;
    padding: 10px;
    grid-gap: 10px;
}
.blog-recent-text a {
    text-transform: capitalize;
    color: #222;
}
/*==== Blog End ====*/





.gallery-section {
    background-color: rgba(255, 246, 235, .4);
    padding: 100px 0px 20px;
    position: relative;
}
.gallery-section .gallery-title {
    margin-bottom: 54px;
}
.gallery-section .gallery-title h2 {
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 17px;
    color: #FA9732;
}
.gallery-section .gallery-title p {
    width: 60%;
    font-size: 16px;
    font-weight: 400;
}
.gallery-section .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
}
.gallery-section .owl-nav .owl-prev i {
    position: absolute;
    right: 390px;
    top: -240px;
    color: #fff;
    height: 50px;
    width: 50px;
    border-radius: 5px;
    font-size: 25px;
    background-color: #FA9732;
    border: 1px solid #FFF;
    line-height: 50px;
    text-align: center;
}
.gallery-section .owl-nav .owl-next i {
    position: absolute;
    right: 307px;
    top: -240px;
    color: #fff;
    height: 50px;
    width: 50px;
    border-radius: 5px;
    font-size: 25px;
    background-color: #FA9732;
    border: 1px solid #FFF;
    line-height: 50px;
    text-align: center;
}


.about-section {
    padding: 100px 0px 100px 0px;
}
.about-section .about-image {
    transition: .5s;
    overflow: hidden;
    position: relative;
}
.about-section .about-image img {
    width: 100%;
    transition: .5s;
}
.about-section .right-content {
    padding: 0px 34px 0px 35px;
}
.about-section .right-content .top-content h4 {
    color: #030f27;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0px 0px 12px 0px;
}
.about-section .right-content .top-content h2 {
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 17px;
    color: #FA9732;
}
.about-section .right-content .bottom-content {
    position: relative;
    margin-top: 25px;
}
.about-section .right-content .bottom-content::before {
    position: absolute;
    content: "";
    height: 220px;
    width: 220px;
    background-color: #FFF6EB;
    border-radius: 50%;
    top: 20%;
    left: 21%;
    z-index: -1;
    animation: dance3 2s alternate infinite;
}
.about-section .right-content .bottom-content .icon-box {
    margin-bottom: 20px;
}
.about-section .right-content .bottom-content .icon-box .icon i {
    font-size: 35px;
    color: #FA9732;
    margin-right: 20px;
}
.about-section .right-content .bottom-content .icon-content {
    padding-right: 125px;
}
.about-section .right-content .bottom-content .icon-content h3 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 12px;
    color: #FA9732;
}

ul.nav.nav-pills {
    display: flex;
    width: 100%;
    border-bottom: 4px solid #ddd;
    justify-content: space-between;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: black;
    background-color: initial;
}
a.nav-link {
    position: relative;
    top: 4px;
}
a.nav-link.active {
    border-bottom: 4px solid #1999C9;
}
.tab-content {
    margin-top: 40px;
}

.about-mission-section {
    padding: 100px 0;
    background: #fff;
}
.about-mission-section .demo {
    padding: 0 30px 0 0px;
}
.mission-item {
    margin-top: 25px;
}
.mission-item h2 {
    font-size: 30px;
    font-weight: 600;
    position: relative;
    color: #2196f3;
    display: inline-block;
    text-transform: uppercase;
}
.mission-item h2::after {
    content: "";
    width: 41px;
    height: 2px;
    color: inherit;
    position: absolute;
    right: -50px;
    background-color: #2196f3;
    margin-top: 20px;
}
.about-mission-section h3 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 15px;
}
.about-mission-section h5 {
    font-size: 18px;
    font-weight: 600;
    color: #1999C9;
}

.about-read-more {
    margin-top: 30px;
}
.about-read-more a {
    display: inline-block;
    padding: 10px 20px;
    background-color: #1999C9;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}
.main-slider button.owl-prev {
    position: absolute;
    top: 50%;
    left: 0;
    outline: none;
}
.main-slider button.owl-prev i {
    background-color: #1999c9;
    color: #fff;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
}
.main-slider button.owl-next {
    position: absolute;
    top: 50%;
    right: 0px;
    outline: none;
}
.main-slider button.owl-next i {
    background-color: #1999c9;
    color: #fff;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
}
.pic {
    width: 95px;
    height: 95px;
    border-radius: 50%;
    margin: 0 auto;
    background: #fff;
    margin-bottom: 15px;
}
.pic img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.bg-testi {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    background-attachment: fixed !important;
}
div#testimonial-slider {
    background: rgba(0,0,0,0.5);
    /* padding: 50px; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    border-radius: 10px;
}
p.description {
    color: #fff;
}
h3.testimonial-title {
    color: #fff;
    margin-top: 15px;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
}
.testimonial {
    padding:30px;
    text-align: center;
}
.testimonial .testimonial-title:after {
    content: "\f10d";
    font-family: "FontAwesome";
    font-weight: 900;
    display: inline-block;
    width: 100%;
    font-size: 40px;
    color: #2196f3;
    margin-top: 30px;
}


.lSSlideOuter .lSPager.lSGallery li.active, 
.lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 0;
    border: 2px solid #1999C9;
}

.why-us {
    padding: 50px 30px;
}
.why-us .section-title {
    margin-bottom: 35px;
}
.point-why {
    display: grid;
    grid-template-columns: 15% 85%;
    grid-gap: 10px;
}
.why-choose-us {
    background: #fff;
}
.why_choose_des {
    font-size: 18px;
    margin-bottom: 25px;
    font-family: 'Potro Sans Bangla';
}
.why_img img {
    width: 80%;
}
.pont-desc h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}
.pont-desc p {
    font-size: 16px;
}
.point-why {
    display: grid;
    grid-template-columns: 15% 85%;
    grid-gap: 10px;
    margin-bottom: 25px;
    font-family: 'Potro Sans Bangla';
}
.product_sec {
    text-align: center;
}

.section-title.product_sec h2 {
    text-align: center;
    margin-bottom: 45px;
}
.blog-area{
    background: #e7f9e7;
}
.why_choose_sec {
    background: #e7f9e7;
}
.sample-widget {
    position: relative;
    border-radius: 5px;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 5px;
    background: #f5f5f5;
}
.equipments-image {
    height: 250px;
    overflow: hidden;
}
.equipments-image img {
    height: 100%;
    width: 100%;
}
.overlay {
    position: absolute;
    background: rgba(25, 153, 201, 0.8);
    height: 100%;
    width: 100%;
    line-height: 40px;
    text-align: center;
    top: 100%;
    left: 0;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
}
.overlay-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 22px;
    color: #fff;
    height: 50px;
    width: 50px;
    line-height: 50px;
    background: blue;
    border-radius: 50%;
    transform: translate(-50%,-50%);
}
.sample-widget:hover .overlay {
    visibility: visible;
    opacity: 1;
    top: 0;
}

.menu-area ul li:hover .custom-dropdown-menu {
    visibility: visible;
    opacity: 1;
}
.custom-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.custom-dropdown-menu ul {
    background-color: #170401;
}
.custom-dropdown-menu ul li {
    display: block;
    text-align: left;
}
.custom-dropdown-menu ul li a {
    color: #f9f9f9;
    display: block;
    text-align: left;
    line-height: initial;
    border-top: 1px solid #37c8f1;
    margin: 0;
    white-space: nowrap;
    padding: 7px 25px;
}


.condition-list-box ul li {
    position: relative;
    padding-left: 20px;
    display: block;
}
.condition-list-box ul li::before {
    content: '\f111';
    font-family: fontAwesome;
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 12px;
}
.service-title {
    text-align: center;
    font-size: 22px;
    margin-top: 20px;
}
.table-header {
    background-image: linear-gradient(180deg, #03B0A9 0%, #060253 100%);
    color: #fff;
    text-align: center;
    font-size: 21px;
    display: block;
    padding: 10px;
    margin-bottom: 20px;
    margin-top: 20px;
}
thead {
    background-color: #03B0A9;
    color: #fff;
}
.service-image-box {
    display: block;
}
.service-image-box img {
    width: 75%;
    display: block;
    margin: 0 auto;
}
.loan-details-box {
    background-color: rgba(25, 153, 201, 0.8);
    margin-bottom: 20px;
}
.loan-details-box h2 {
    color: #fff;
    font-size: 31px;
    text-align: center;
    padding: 10px;
}
.electronics-img img {
    height: 300px;
    width: auto;
    margin: 0 auto;
}
.electronics-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
    height: 100%;
    row-gap: 20px;
}
.electronics-box h2 {
    display: block;
    font-size: 27px;
    font-weight: 600;
    text-decoration: underline;
    color: #1d83af;
}
.electronics-box p {
    font-size: 23px;
    color: #1d83af;
}

main {
    padding-top: 80px;
}

.highlighted-text {
    font-size: 18px;
    color: red;
    display: block;
    margin-bottom: 20px;
    text-align: center;
    font-family: 'Potro Sans Bangla', sans-serif;
}

.apply-here-box {
    margin: 0 auto;
    max-width: 800px;
}
.apply-here-box .form-group label {
    font-size: 20px;
    color: #1d83af;
    display: block;
    font-family: 'Potro Sans Bangla';
}
.apply-here-box .form-group input {
    border: 1px solid #ddd;
    border-radius: 5px;
    width: 100%;
    height: 38px;
    padding-left: 10px;
}
.apply-here-box .form-group input[type=file] {
    background-color: #fff;
}
.apply-here-box .form-group textarea {
    border: 1px solid #ddd;
    border-radius: 5px;
    width: 100%;
}
.apply-here-box .form-group select {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #ddd;
    height: 38px;
}
.apply-here-box button[type=submit] {
    background-color: #1999c9;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 5px;
    color: #fff;
}

.custom-submit-group {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
}
.custom-submit-group button {
    width: 50%;
}
.custom-submit-group a {
    width: 50%;
    background-color: #eee;
    text-align: center;
    display: inline-block;
    height: 100%;
    padding: 5px 20px;
    border-radius: 5px;
}
.contact-form label {
    font-family: 'Kazi Typo Bangla';
    font-size: 18px;
    display: block;
}
table.table.table-bordered {
    background-color: #fff;
}

.input-box {
    position: relative;
    height: 76px;
    max-width: 900px;
    width: 100%;
    background: #fff;
    margin: 0 20px;
    border-radius: 8px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.input-box i,
.input-box .button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.input-box i {
    left: 20px;
    font-size: 30px;
    color: #707070;
}
.input-box input {
    height: 100%;
    width: 100%;
    outline: none;
    font-size: 18px;
    font-weight: 400;
    border: none;
    padding: 0 155px 0 65px;
    background-color: transparent;
}
.input-box .button {
    right: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    border: none;
    padding: 12px 30px;
    border-radius: 6px;
    background-color: #4070f4;
    cursor: pointer;
}
.input-box .button:active {
    transform: translateY(-50%) scale(0.98);
}
  
  /* Responsive */
@media screen and (max-width: 500px) {
    .input-box {
        height: 66px;
        margin: 0 8px;
    }
    .input-box i {
        left: 12px;
        font-size: 25px;
    }
    .input-box input {
        padding: 0 112px 0 50px;
    }
    .input-box .button {
        right: 12px;
        font-size: 14px;
        padding: 8px 18px;
    }
}

section.search-section form {
    display: flex;
    justify-content: center;
    padding: 30px 0;
}
.search-img-box h4 {
    font-size: 19px;
    font-weight: 700;
}
.search-img-box img {
    height: 180px;
}
.search-img-box a {
    display: inline-block;
    text-align: center;
    margin-top: 13px;
    background-color: #4070f4;
    color: #fff;
    border-radius: 5px;
    padding: 1px 10px;
}
.search-img-box a i {
    padding-right: 10px;
}
#myModal .modal-content {
    position: relative;
}
#myModal .close {
    position: absolute;
    top: -20px;
    right: -20px;
    background: #29b4bb;
    opacity: 1;
    height: 40px;
    width: 40px;
    padding: 0;
    border-radius: 50px;
    color: #fff;
    z-index: 9999;
}
section.order-now {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999;
    background: #E40F6F;
    border-radius: 50px;
}

.order-now-inner a {
    font-size: 24px;
    animation: zcwmini 1.5s 0s ease-out infinite;
    display: inline-block;
    padding: 10px 45px;
    border-radius: 50px;
    font-weight: 600;
    color:#fff;
}
@keyframes zcwmini {
    0% {box-shadow: 0 0 4px 3px #E40F6F, 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);}
    10% {box-shadow: 0 0 4px 3px , 0 0 6px 5px rgba(0,0,0,0), 0 0 6px 7px ;}
    100% {box-shadow: 0 0 4px 3px rgba(207,8,8, 0), 0 0 0 20px rgba(0,0,0,0), 0 0 0 20px rgba(218,15,111, 0.5);}
}
.order-now-inner i {
    margin-right: 5px;
}
.bkash_payment {
    border: 2px solid #ddd;
    box-shadow: 0px 0px 18px 9px #ddd;
    padding: 25px;
    border-radius: 5px;
}

p.bkash_title {
    font-size: 18px;
    font-weight: 600;
    color: #E40F6F;
    margin-bottom: 18px;
}

p.pay_title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 6px;
}

.bkash_payment ul li {
    display: block;
    margin: 10px 0;
    color: #222;
    font-weight: 500;
}
a.payment_btn {
    background: #E40F6F;
    color: #fff;
    padding: 9px 25px;
    display: inline-block;
    border-radius: 50px;
    font-weight: 600;
    margin-top: 8px;
}