::selection{background:#363636;color:#fff;}
::-webkit-scrollbar {width: 8px;}
/* Track */
::-webkit-scrollbar-track {background:#fff;}
/* Handle */
::-webkit-scrollbar-thumb {background: #d94a39;}
::-webkit-scrollbar-thumb:window-inactive {background: #d94a39;}
body,html{padding:0px;margin:0px;height:100%;font-size: 15px;color: #202020;font-family: 'Inter', sans-serif;font-weight:400;}

.noto-sans-bengali {
  font-family: "Noto Sans Bengali", sans-serif;
}

.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('../images/logo.webp') 50% 50% no-repeat rgb(255, 255, 255, 0.9);
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 99;
  font-size: 18px;
  outline: none;
  cursor: pointer;
}

#myQuote {
	display: block;
	position: fixed;
	bottom: 200px;
	left: 0px;
	z-index: 99;
	font-size: 15px;
	outline: none;
	cursor: pointer;
	margin: 0px -50px;
	border: 1px solid #fff;
}
.rotate-90
{
	transform: rotate(90deg);
}

.navbar
{
	z-index:5;
	flex-wrap: wrap !important;
	animation: .75s ease-in-out 0s normal none 1 running fadeInUp;
}
.navbar-expand-md .navbar-nav .nav-link
{
	font-size:14px;
	color:#202020;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link, .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover 
{
	color: #d94a39;
}
.nav-link:focus, .nav-link:hover 
{
    color: #d94a39;
}
.navbar-expand-md .navbar-nav .nav-link::after 
{
    display      : block;
    content      : '';
    border-bottom: solid 1px #d94a39;
    transform    : scaleX(0);
    transition   : transform 300ms ease-in-out;
	margin-left: 0px !important;
    vertical-align: 0px !important;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
}
.navbar-expand-md .navbar-nav .nav-link:hover::after 
{
    transform: scaleX(1);
}
.dropdown:hover .dropdown-menu 
{
    display: block;
	animation: .75s ease-in-out 0s normal none 1 running fadeInDown;
}
.dropdown-menu {
	padding: 0rem 0;
	border: 0px solid rgba(0,0,0,.15);
	box-shadow: 0 .2rem 0.4rem rgba(0,0,0,.15)!important;
}
.dropdown-item.active, .dropdown-item:active {background-color: #d94a39;}
.dropdown-item {color: #202020;font-size:14px;}
.dropdown-item:focus, .dropdown-item:hover {color: #fff;background-color: #d94a39;}
.dropdown-menu[data-bs-popper] {
    top: 100%;
    left: auto;
    margin-top: 0rem;
}


.heading-border1 h6:after {
    content: "";
    width: 30px;
    height: 2px;
    display: block;
    background: linear-gradient(to right, #363636 , #363636);
    margin: 4px 0px;
    display: inline-block;
    margin-left: 5px;
}

.heading-border h6:after {
    content: "";
    width: 30px;
    height: 2px;
    display: block;
    background: linear-gradient(to right, #363636 , #363636);
    margin: 4px 0px;
    display: inline-block;
    margin-left: 5px;
}
.heading-border h6:before {
    content: "";
    width: 30px;
    height: 2px;
    display: block;
    background: linear-gradient(to right, #363636 , #363636);
    margin: 4px 0px;
    display: inline-block;
    margin-right: 5px;
}
.fixed-top-own 
{
    animation: .75s ease-in-out 0s normal none 1 running fadeInDown;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
	top:0;
	background-color:#fff !important;
	box-shadow: 0 .2rem 0.4rem rgba(0,0,0,.15)!important;
}
.theme-red
{
	color:#d94a39;
}
.theme-black
{
	color:#363636;
}
.theme-dark
{
	color:#111111;
}
.theme-light
{
	color:#fff;
}
.bg-red
{
	background-image: linear-gradient(to right, #d94a39 , #d94a39);
}
.bg-black
{
	background-image: linear-gradient(to right, #363636 , #363636);
}
.bg-darkred
{
	background-image: linear-gradient(to right, #d94a39 , #d94a39);
}
.bg-dark
{
	background-color:#111 !important;
}
.bg-light
{
	background-color:#fff !important;
}
.bg-light-red
{
	background-color:#f1f9fd;
}
.bg-offwhite {
    background-color: rgb(246 246 246);
}
.border-bottom-red
{
	border-bottom:2px solid #d94a39;
}
.border-bottom-red3
{
	border-bottom:3px solid #d94a39;
}
.border-bottom-black3
{
	border-bottom:3px solid #363636;
}
.fw-size-custom
{
	font-size:12px;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgb(0 0 0 / 0%);
    border-radius: .25rem;
}
.c-pointer
{
	cursor:pointer;
}
.list-group-horizontal .list-group-item, .list-group-item 
{
	background-color: transparent; 
	border: 1px solid rgba(0, 0, 0, 0);
}
.inline-block
{
	display:inline-block;
}
.word-space
{
	letter-spacing:5px;
}
.myIcon ul li
{
	width:50px;
	height:50px;
}
.btn-red 
{
    border: none;
    background-size: 200%, 1px;
    transition: all 200ms linear 0ms;
    background-image: linear-gradient(90deg, #d94a39 0%, #d94a39 50%, #d94a39);
    color: #fff;
}
.btn-red:hover 
{
    color: #ffffff;
    transition: all 200ms linear 0ms;
    background-position: 120%;
}
.btn-check:focus+.btn-red, .btn-red:focus 
{
    color: #ffffff;
    background-position: 120%;
}
.btn-black 
{
    border: none;
    background-size: 200%, 1px;
    transition: all 200ms linear 0ms;
    background-image: linear-gradient(90deg, #363636 0%, #363636 50%, #363636);
    color: #fff;
}
.btn-black:hover 
{
    color: #ffffff;
    transition: all 200ms linear 0ms;
    background-position: 120%;
}
.btn-check:focus+.btn-black, .btn-black:focus 
{
    color: #ffffff;
    background-position: 120%;
}
.btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(0 98 95 / 16%);
}
.header-upper .list-group-item a:hover
{
	color:#fff;
}
.list-group-item 
{
    padding: 0px;
    border: 1px solid rgb(0 0 0 / 0%);
}
.text-justify
{
	text-align:justify;
}
.text-center-justify
{
	text-align:justify;
	text-align-last:center;
}

.footerMain a:hover {
    color: #fff;
	font-weight:500;
}

a:hover {
    color: #fff;
}

.p-10
{
	padding:90px;
}
.w-40
{
	width: 40%!important;
}
.bg-banner .start-100 {
    left: 90%!important;
}
.bg-banner .top-0 {
    top: 75!important;
}
.bg-banner .start-0 {
    left: 100!important;
}
.bg-appointment
{
	background-image: url(../images/make-an-appointment.webp);
    height: auto;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.bg-banner
{
	background-image: url(../images/banner.webp);
    height: auto;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}
.breadcrumb-item.active {
    color: #fff;
}
.breadcrumb a:hover {
    color: #fff !important;
}
.footerMain h5:after 
{
    content: "";
    width: 35px;
    height: 2px;
    display: block;
    background-color: #363636;
    margin: 8px 2px;
}
.border-end-red
{
	transition: 0.5s all;
}
.border-red
{
	border:1px solid #d94a39;
}
.max-charecter
{
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
}
.max-charecter-6
{
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}
.max-charecter1
{
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.document-card
{
	transition: 0.3s all;
}
.document-card:hover
{
	transform: translateY(-5px);
}
.pdf-icon
{
	width: 58px;
	height: 68px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	border: 2px solid #d94a39;
	border-radius: 4px;
	color: #d94a39;
	font-size: 16px;
	font-weight: 800;
	background-color: #fff;
}
.pdf-icon:after
{
	content: "";
	position: absolute;
	top: -2px;
	right: -2px;
	width: 18px;
	height: 18px;
	background-color: #fff;
	border-left: 2px solid #d94a39;
	border-bottom: 2px solid #d94a39;
}
.document-description
{
	min-height: 72px;
}




@media screen and (min-width: 768px) and (max-width: 1100px)
{ 
	
}


@media screen and (max-width: 520px)
{ 
	.navbar, .navbar-collapse{background-color:#fff !important;}
	.navbar-light .navbar-brand {
		color: rgba(0, 0, 0, .9);
		width: 80%;
	}
	.fixed-top-own {margin-top:0px;}
	.navbar-light .navbar-toggler {color: rgb(0 0 0 / 0%);border-color: rgb(0 0 0 / 0%);width: 10%;}
	.navbar-expand-md .navbar-nav .nav-link{font-size:14px;}
	.dropdown-menu {
		box-shadow: 0 0rem 0rem rgba(0,0,0,0)!important;
	}
	.navbar .navbar-brand .w-auto{
		width:70% !important;
	}
	.container.py-5{
		padding:15px !important;
	}
	#counter .col-md-3, #counter .col-md-9
	{
		text-align:center;
	}
	.bg-banner
	{
		background-image: url(../images/banner.webp);
		height: auto;
		display: flex;
		align-items: center;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}
	.carousel-item img
	{
		height: 100vh;
		width:auto !important;
		display: flex!important;
		align-items: center;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		/*transform: translateX(-30%);*/
	}
	.carousel-caption 
	{
		right: 7%;
		left: 7%;  
		top: 100px;
	}
	.carousel-caption h2{font-size:24px;}
	.carousel-caption p{font-size:12px;}
}
