body{
    color: #000;
	background: #fff;
    font-family: 'Montserrat', cursive;
}

.text-white {
    color: #fff;
}

.home-page {
    background-color: #ffffff;
    background: -webkit-linear-gradient(top,#ffffff,#f1f5f8);
    background: linear-gradient(to bottom,#ffffff,#f1f5f8);
}

.loginBar {
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #000 !important;
    font-size: 1rem !important;
    background-color: #fbfbfb !important;
    border-bottom-right-radius: unset !important;
    border-bottom-left-radius: unset !important;
    padding: 10px;
}

header {
    background: #000;
}

header .contact_text {
    color: #0196B1;
}

header .contact_link {
    color: #fff;
    font-weight: bolder;
}

header .contact_link:hover {
    color: #fff;
    text-decoration: underline;
}

header .social_text {
    color: #0196B1;
}

@media (max-width: 991px) {
    header .contact_text {
        margin-top: 20px;
    }
    header .social_text {
        margin-top: 20px;
    }
}

@media (max-width: 1199px) {
    ul.navbar-nav li ul {
        visibility: visible;
        opacity: 1;
    }
    .dropdown-menu {
        border: 0 !important;
    }
}

.customer-reviews .card {
  background-color: #000 !important;
  color: #fff;
}

.customer-reviews .card:hover {
  background-color: #000 !important;
  color: #fff;
}

header .icon-bar a {
    display: inline-block;
    text-align: center;
    width: 46px;
    height: 46px;
    padding: 10px;
    transition: all .3s ease;
    color: #fff;
    font-size: 24px;
    border-radius: 50%;
}

header .icon-bar a:hover {
    background-color: #000
}

header .facebook {
    background: #3b5998;
    color: #fff
}

header .instagram { 
    background: #f09433; 
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}

header .youtube {
    background: #b00;
    color: #fff
}

header .googleplus {
    background: #dd4b39;
    color: #fff
}

header .twitter {
    background: #111;
    color: #fff
}

header .linkedin {
    background: #0077B5;
    color: #fff
}

header .pinterest {
    background: #c8232c;
    color: #fff
}

header .bluesky {
    background: #0085ff;
}

.navbar-collapse.collapsing,
.navbar {
    background: #0196B1;
    background-color: #0196B1;
}

ul.navbar-nav li ul {
    background-color: #0196B1;
}

ul.navbar-nav>li>a,
ul.navbar-nav li ul li a {
    color: #fff !important;
}

.navbar-brand,
.navbar-toggler {
    color: #fff !important;
}

.dropdown-menu {
    background-color: #0196B1 !important;
}

.dropdown-submenu {
    position: relative; 
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}

.dropdown-submenu > .dropdown-menu > a.dropdown-item {
    background-color: #0196B1 !important;
}


.dropdown-submenu > .dropdown-menu > a.dropdown-item:hover {
    background-color: #007489 !important;
}

@media (min-width: 992px) {
    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }
}


@media (max-width: 991px) {
    .navbar-collapse {
        background-color: #0196B1;
    }
}

.bg-parallax {
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#categories .card {
    border-radius: 20px;
}

#categories .card .card-img-top {
    width: unset;
    height: 250px !important;
    max-height: 250px !important;
    border-radius: 20px;
}

section.slider {
    position: relative;
}

section.slider .slider-text {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgb(0 0 0 / 30%);
    border-radius: 10px;
    padding: 2rem;
    z-index: 99;
    text-align: center;
}

.services-heading {
    font-size: 60px;
    line-height: 65px;
    color: #fff;
}

.gallery-heading {
    font-size: 60px;
    line-height: 65px;
    color: #fff;
}

.reviews-heading {
    font-size: 60px;
    line-height: 65px;
    color: #111;
}

.contact-heading {
    font-size: 60px;
    line-height: 65px;
    color: #fff;
}

.newsletter_section {
    background: #c700e3;
}

.newsletter_section span {    
    font-size: 40px;
    line-height: 45px;
    color: #fff;
}

section.slider .slider-text .text {
    font-size: 40px;
    line-height: 65px;
    color: #fff;
}

ul.navbar-nav>li>a {
    font-weight: unset;
    z-index: 1;
}

.h-120 {
    max-height: 120px;
}

@media (min-width: 1301px){
    #main-slider .carousel-item {
        height: 600px !important;
        width: 100%; 
    }
}

@media (min-width: 991px){
    #main-slider .carousel-item {
        height: 600px;
        width: 100%; 
    }
    .navbar-nav .nav-item {
        flex: 1 1 auto;
        text-align: center;
    }
}

@media (max-width: 991px){
    #main-slider .carousel-item {
        height: 150px;
        width: 100%; 
    }
    section.slider .slider-text .text {
        font-size: 24px;
        line-height: 30px;
    }
}

.img-border {
    border: #fff 5px solid;
    box-shadow: 2px 2px 3px rgb(0 0 0 / 50%), -2px 2px 3px rgb(0 0 0 / 50%);
}

.dropdown-menu>li>a {
    color: #000;
}

.mobile-nav {
    width: 100%;
}

.navbar-brand {
    float: left;
    padding-top: 10px;
}

@media (min-width: 768px){
    .logo {
        max-height: 150px;
    }
}

.bg-dark {
    background-color: #c700e3 !important;
}

.nav-link.dropdown-toggle:hover,
ul.navbar-nav > li:focus > a, ul.navbar-nav > li:hover > a,
ul.navbar-nav li > ul > li:hover a,
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    color: #fff !important;
    background-color: #007489;
    width: 100%;
}

ul.navbar-nav li ul li a {
    font-weight: unset;
}

.nav-footer li a,
.links li i,
.links li a {
    color: #000;
}

.footer_widget {
    color: #000;
}

.cart-summary .cart-summary-wrap,
.cart-table .cart-header{	
	background:#000;
	color:#ffffff;
}

.widget_section{
	background: #fff;
	margin: 0px;
	padding: 0px;
}

.no-width {
    width: unset !important;
}

.widget_section:before{
    background: unset;
}

.footer_section{
    background-color: #fff;
    border-top: 1px solid #fff;
}

.footer_section a,
.footer_section .copyright {
    font-size: 12px;
    color: #111;
    text-transform: uppercase;
}

.btn, .btn-lg {
    font-weight: 700;
    font-style: normal;
    letter-spacing: 2px;
    border-width: 0px;
    border-style: solid;
    padding: 12px 30px !important;
    border-radius: 25px !important;
    text-transform: uppercase;
}

.card {
    background-color: #fff;
    box-shadow: rgba(153,153,153,.2) 0 0 10px;
}

.card-img-top {
    margin: 1rem;
    margin-bottom: 0;
}

.card-body {
    padding: 1rem;
}

.card-quote {
    background-color: #29265B;
}
.card-quote h3, .card-quote p, .card-quote a {
    color: #fff;
}
.bg-quote {
    background-color: #c700e3;
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem !important;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

.bg-blue-gradient,
.bg-pink-gradient,
.bg-red-gradient {
    background: #FFA500 !important;
    background: linear-gradient(to bottom,#FFA500 0,#FFA500 100%) !important;
}

.color1, .color2, .color3, .color4, .color5, .color6, .color7, .color8, .color9, .btn-danger, .btn-success, .btn-primary, .btn-warning {
    color: #fff !important;
    background-color: #0196B1;
    background: -webkit-linear-gradient(top,#0196B1,#0196B1);
    background: linear-gradient(to bottom,#0196B1,#0196B1)
}

.color1:hover, .color2:hover, .color3:hover, .color4:hover, .color5:hover, .color6:hover, .color7:hover, .color8:hover, .color9:hover, .btn-danger:hover, .btn-success:hover, .btn-primary:hover, .btn-warning:hover  {
    color: #fff !important;
    background-color: #000;
    background: -webkit-linear-gradient(top,#000,#000);
    background: linear-gradient(to bottom,#000,#000)
}

.btn-info {
    color: #fff !important;
    background-color: #000;
    background: -webkit-linear-gradient(top,#000,#000);
    background: linear-gradient(to bottom,#000,#000)
}

.btn-info:hover  {
    color: #fff !important;
    background-color: #c700e3;
    background: -webkit-linear-gradient(top,#c700e3,#c700e3);
    background: linear-gradient(to bottom,#c700e3,#c700e3)
}

.bg-primary {
  background-color: #000 !important;
}

.btn-info.focus, .btn-danger.focus, .btn-success.focus, .btn-primary.focus, .btn-warning.focus, .btn-info:focus, .btn-danger:focus, .btn-success:focus, .btn-primary:focus, .btn-warning:focus {
    box-shadow: unset !important;
}

@media (min-width: 991px) {
	.dropdown-item:hover, .nav-link:hover {
		border-radius: 0;
	}
}

#contact {
    position: fixed;
    top: 175px;
    right: 0;
    z-index: 1035;
    padding: 10px;
    background-color: #fff;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: 0 3px 15px rgb(0 0 0 / 20%);
}

#contact .icon-bar a {
    display: block;
    text-align: center;
    padding: 16px;
    transition: all .3s ease;
    color: #fff;
    font-size: 20px
}

#contact .icon-bar a:hover {
    background-color: #000
}

#contact .phone {
    background: #3fda0e;
    color: #fff
}

#contact .email {
    background: #ffc838;
    color: #fff
}

#contact .facebook {
    background: #3b5998;
    color: #fff
}

#contact .instagram {
    background: #458eff;
    color: #fff
}

#contact .youtube {
    background: #b00;
    color: #fff
}

#contact .googleplus {
    background: #dd4b39;
    color: #fff
}

#contact .twitter {
    background: #1da1f2;
    color: #fff
}

#contact .pinterest {
    background: #c8232c;
    color: #fff
}

#shopping-cart .cart-icon a {
	color: #000 !important;
}

#shopping-cart .cart-info p {
	margin-bottom: 0 !important;
}

.tiktok svg {
    width: 20px !important;
    margin-top: -9px;
}


@media (min-width: 1201px) {
    body.boxed .container-fluid {
        width: 100% !important;
    }
}

@media (min-width: 1401px) {
    body.boxed .container-fluid {
        width: 1350px !important;
    }
}