/* Variables */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}


body {
  font-family: 'Montserrat';
  font-weight: normal;
  font-style: normal;
  overflow-x: hidden;
  background: #fff;
}

::selection {
  user-select: none;
}

a:focus,
input:focus,
textarea:focus,
button:focus,
.btn:focus,
.btn.focus,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  text-decoration: none;
  outline: none;
  box-shadow: none;
}

a:hover {
  transition: all 0.3s ease-out 0s;
  color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}

a,
a:focus,
a:hover {
  text-decoration: none;
  color: #1f6396;
}

i,
span,
a {
  display: inline-block;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  margin: 0px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

ul,
ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}


header.site_header {
  background-color: #fff;
  padding-bottom: 15px;
  width: 100%;
  margin: auto;
  position: fixed;
z-index: 999;
}
header.site_header .navbar-nav .nav-item {
  display: flex;
  align-items: center;
}
header.site_header .navbar-nav .nav-item .nav-link {
    padding: 0px;
    font-size: 15px;
    color: #1f6396 !important;
    font-weight: 600;
    position: relative;
    text-transform: capitalize;
}
header.site_header .navbar-nav .nav-item:hover .nav-link 
{
  color: #1f6396 !important;
}
header.site_header .navbar-nav .nav-item.active .nav-link {
    color: #1f6396 !important;
}

header.site_header .header_social_nav li {
  display: inline-block;
  padding: 0 8px;
}
header.site_header .navbar-brand img {
  width: 200px;
}
header.site_header .menu_button {
  margin: -4px 0 0 30px;
    height: 55px;
}
header.site_header .menu_button img {
  width: 25px;
}
header.site_header.header-scrolled .navbar-brand img {
  width: 120px;
}
  }
header.site_header.header-scrolled {
  top: -92px;
  left: 0;
  right: 0;
  z-index: 99999;
  background: rgba(255, 255, 255, 0.92);
  transform: translateY(90px);
  transition: transform 500ms ease, background 500ms ease;
  -webkit-transition: transform 500ms ease, background 500ms ease;
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
  -moz-transition: transform 500ms ease, background 500ms ease;
  -ms-transition: transform 500ms ease, background 500ms ease;
  -o-transition: transform 500ms ease, background 500ms ease;
}
header.site_header.common_header.header-scrolled {
  background: rgba(148, 17, 23, 0.92);
}
header.site_header.common_header {
  background-color: rgba(164, 19, 27, 0.4);
}

.btn.btn-primary {
    background-image: linear-gradient(165deg, #d314fb, #f5015a);
    border: 0px solid !important;
    box-shadow: none !important;
    outline: none !important;
    font-size: 16px;
    text-transform: uppercase;
    padding: 8px 31px;
    border-radius: 10px !important;
}



header.site_header ul {
  gap: 50px;
}
.top_header ul {
  gap: 30px;
  font-weight: 500;
  font-size: 14px;
  padding-top: 10px;
}
.top_header ul li{
	color:#1f6396 !important
	
}
.purple{
  color: #4b4b4b !important;
}
.carousel-inner-gallery{
 min-height: 175px;
  height: 175px;

}

.carousel-inner {
  min-height: 800px;
  height: 800px;
}
.carousel-item {
  height: 100%;
}
.carousel-item img {
  height: 100%;
  object-fit: cover;
}
.carousel-caption h3 {
  color: #aa34a7;
  font-size: 50px;
  font-weight: 600;
  text-align: left;
  text-shadow: 4px 4px 4px rgb(0, 0, 0);
}
#pricelist, #Contact {
  background: #69a9d9;
  color: #fff;
}

.bottom_footer p {
  background: #252525;
  padding: 10px;
  font-size: 14px;
}
.bottom_footer a {
	color:#fff;
}
h2 {
  font-weight: 600;
}
#About p, #Profile p {
  font-weight: 500;
}
#Contact ul {
  font-weight: 500;
  gap: 390px;
  margin-top:5em;
}
#Contact ul li a {
  color:#fff
}


@media only screen and (max-width: 991px) {
  .navbar-toggler {
    background: transparent !important;
    border: none !important;
    outline: none !important;
    height: 58px;
    width: 58px;
    z-index: 9;
    box-shadow: none !important;
    outline: none !important;
    padding: 0 0.75rem;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
  }
  .navbar-toggler .icon-bar {
    height: 2px;
    width: 35px;
    margin-bottom: 6px;
    display: block;
    background-color: #aa34a7;
    transition: all 400ms linear;
    cursor: pointer;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    -o-transition: all 400ms linear;
  }
  .navbar-toggler span:last-child {
    margin-bottom: 0;
  }
  .navbar-toggler span:nth-child(2) {
    width: 22px;
    margin-left: 0;
  }
  .navbar-toggler[aria-expanded="false"] span:nth-child(2) {
    opacity: 1;
  }
  .navbar-toggler.active span:first-child {
    transform: rotate(-45deg);
    top: 6px;
    position: relative;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
  }
  .navbar-toggler.active span:nth-child(2) {
    opacity: 0;
  }
  .navbar-toggler.active span:last-child {
    transform: rotate(45deg);
    bottom: 10px;
    position: relative;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
  }
  header.site_header .navbar-collapse {
    position: fixed;
    top: 0;
    left: -290px;
    width: 235px;
    height: 100vh !important;
    background: #fff;
    display: flex !important;
    flex-direction: column;
    justify-content: left;
    align-items: flex-start;
    visibility: visible !important;
    overflow-y: auto !important;
    padding: 75px 25px 30px;
    box-shadow: 0px 1px 9px -3px rgba(0, 0, 0, 0.75);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    z-index: 9;
  }
  header.site_header .navbar-collapse.active {
    left: 0;
  }

  header.site_header .navbar-collapse.collapse.show
  {
    left: 0 !important;
  }
  header.site_header .navbar-nav .nav-item .nav-link {
    color: #000 !important;
}
header.site_header ul {
  gap: 30px !important;
}
header.site_header .navbar-nav .nav-item .nav-link::after 
{
    bottom: 0;
}
header.site_header {
    position: relative;
}
}
@media only screen and (max-width: 480px) {
  header.site_header .top_header ul {
  gap: 5px !important;
}
}
@media only screen and (max-width: 520px) {
  header.site_header .navbar-brand img {
    width: 140px;
  }
  .top_header ul {
  gap: 20px;
}
.carousel-caption h3 {
  font-size: 36px;
}
}
@media only screen and (max-width: 767px) {
.top_header {
  padding-bottom: 10px;
}
}
@media only screen and (min-width: 1200px) {
  header.site_header .container {
    max-width: 1300px;
  }
}