::selection{background:#580044;color:#fff;}
::-webkit-scrollbar {width: 1px;}
/* Track */
::-webkit-scrollbar-track {background:#fff;}
/* Handle */
::-webkit-scrollbar-thumb {background: #580044;}
::-webkit-scrollbar-thumb:window-inactive {background: #580044;}
body,html{padding:0px;margin:0px;height:100%;font-size: 15px;color: #202020;font-family: 'Montserrat', sans-serif;font-weight:500;}

/*.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('../images/logo.png') 50% 50% no-repeat rgb(192 237 255);
}*/
#myBtn {
  display: none;
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 99;
  font-size: 18px;
  outline: none;
  cursor: pointer;
}


.navbar
{
	z-index:5;
	font-weight:500;
	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:#131a74;
	/*text-transform:uppercase;*/
}
.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: #8c006b;
}
.nav-link:focus, .nav-link:hover 
{
    color: #8c006b;
}
.navbar-expand-md .navbar-nav .nav-link::after 
{
    display      : block;
    content      : '';
    border-bottom: solid 1px #8c006b;
    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: #8c006b;}
.dropdown-item {color: #131a74;font-weight:500;}
.dropdown-item:focus, .dropdown-item:hover {color: #fff;background-color: #8c006b;}
.dropdown-menu[data-bs-popper] {
    top: 100%;
    left: auto;
    margin-top: 0rem;
}

.max-charecter {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}
.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-purple
{
	color:#8c006b;
}
.theme-blue
{
	color:#131a74;
}
.theme-yellow
{
	color:#dee517;
}
.theme-light
{
	color:#fff;
}
.bg-purple
{
	background-color:#8c006b;
}
.bg-blue
{
	background-color:#131a74;
}
.bg-yellow
{
	background-color:#dee517;
}
.bg-light
{
	background-color:#fff !important;
}
.bg-light-purple
{
	background-color:rgb(140 0 107 / 44%);
}
.bg-lightpurple {
    background-color: rgb(255 198 242 / 44%);
}
.bg-offwhite {
    background-color: rgb(225 225 225 / 44%);
}

.bg-light-blue
{
	background-color:rgb(19 26 116 / 54%);
}

.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;
}

.btn-purple 
{
    color: #fff;
    background-color: #8c006b;
    border-color: #8c006b;
}
.btn-purple:hover 
{
    color: #fff;
    background-color: #720057;
    border-color: #720057;
}
.btn-check:focus+.btn-purple, .btn-purple:focus 
{
    color: #fff;
    background-color: #720057;
    border-color: #720057;
}
.btn-yellow 
{
    color: #131a74;
    background-color: #dee517;
    border-color: #dee517;
}
.btn-yellow:hover 
{
    color: #131a74;
    background-color: #dee51e;
    border-color: #dee51e;
}
.btn-check:focus+.btn-yellow, .btn-yellow:focus 
{
    color: #131a74;
    background-color: #dee51e;
    border-color: #dee51e;
}

.list-group-item 
{
    padding: 0px;
    border: 1px solid rgb(0 0 0 / 0%);
}
.text-justify
{
	text-align:justify;
}
.heading-border h5:after, .heading-border h5:before {
    content: "";
    width: 35px;
    height: 2px;
    display: block;
    background-color: #131a74;
    margin: 4px 2px;
    display: inline-block;
}
.footer-page .heading-border h5:after, .footer-page .heading-border h5:before 
{
	background-color: #fff;
}

#counter i, .services-section i, .testimonial-section i 
{
	font-size:60px;
}
.text-center-justify
{
	text-align:justify;
	text-align-last:center;
}





.bg-financial-services
{
	background-image: url(../images/FinancialServices.webp);
    height: auto;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.bg-automobile
{
	background-image: url(../images/Automobile02.webp);
    height: auto;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.bg-home-appliance
{
	background-image: url(../images/HomeAppliance.webp);
    height: auto;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.bg-hotel-hospitality
{
	background-image: url(../images/HotelsHospitality.webp);
    height: auto;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.bg-about
{
	background-image: url(../images/AboutUs.webp);
    height: auto;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.bg-ourcomitment
{
	background-image: url(../images/OurCommitment.webp);
    height: auto;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.bg-history
{
	background-image: url(../images/History.webp);
    height: auto;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.bg-team
{
	background-image: url(../images/OurTeam.webp);
    height: auto;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.bg-brand
{
	background-image: url(../images/OurBrands.webp);
    height: auto;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.bg-news
{
	background-image: url(../images/NewsandFeatures.webp);
    height: auto;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.bg-working-us
{
	background-image: url(../images/WorkingwithUs.webp);
    height: auto;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.bg-love-here
{
	background-image: url(../images/LovetoHear.webp);
    height: auto;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}




.bg-footer-upper
{
	background-image: url(../images/footer-upper.webp);
    height: auto;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.footer-section
{
	background-image: url(../images/footer.webp);
    height: auto;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.footer-section ul li a {
	color:#fff;
	text-decoration:none;
}
.mt-minus5
{
	margin-top:-200px;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #dee517;
}
.breadcrumb-item.active {
    color: #fff;
}
.breadcrumb a:hover {
    color: #dee517 !important;
}




@media screen and (min-width: 768px) and (max-width: 1100px)
{ 
	
}


@media screen and (max-width: 520px)
{ 
	.navbar-collapse{background-color:#fff;}
	.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;
	}
	.col-md-12.py-5{
		padding:0px !important;
	}
	.bg-footer-upper .col-md-4 button.float-end{
		float: left!important;
	}
	.container-fluid.py-5 {
		padding-top: 0rem!important;
		padding-bottom: 0rem!important;
	}
}