/**
* Template Name: Bell - v4.6.0
* Template URL: https://bootstrapmade.com/bell-free-bootstrap-4-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

h1, h2, h3, h4, h5, h6 {
  font-family: "Rajdhani", sans-serif;
}

p {
  line-height: 1.55;
  color: #000;
  font-size: 18px;
  font-family: "Rajdhani", sans-serif;
}

h1 {
  font-size: 62px;
}

h2 {
  font-size: 30px;
  margin-bottom: 65px;
}
h5 {
  font-size: 30px;
  margin-bottom: 15px;
  font-weight:600;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 22px;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
a {
  transition: 0.5s;
  text-decoration: none;
  color: #006298;
}
a:hover {
  color: #23c2e1;
}

.hidden {
  display: none;
}


/* ==================================================
  Elements
  ================================================== */
.btn {
  background-color: #006298;
  font-family: "Rajdhani", sans-serif;
  font-weight: 800;
  color: #fff;
  padding: 15px 45px;
  border-radius: 50px;
}
.btn:hover {
  background-color: #E04F00;
  color: #fff;
}
.btn:focus {
  color: #fff;
}

.btn-ghost {
  border: 3px solid #fff;
  background-color: transparent;
}
.btn-ghost:hover {
  background-color: #fff;
  color: #006298;
}

section {
  padding: 85px 0;
}

.card {
  position: relative;
  padding: 0;
  border: 0;
  border-radius: 0;
  margin: 0;
  overflow: hidden;
}

a:hover {
  text-decoration: none !important;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #000;
  height: 70px;
}
#header #logo h1 {
  font-size: 32px;
  margin: 0;
  line-height: 0;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}
#header #logo h1 a,
#header #logo h1 a:hover {
  color: #fff;
}

#header #logo img {
	padding-left: 0px;
	margin: 0;
	max-height: 25px;
}

@media (min-width: 992px) {
#header #logo img {
	padding-left: 97px;
	margin: 0;
	max-height: 30px;
}
}

.scrolled-offset {
  margin-top: 70px;
}

/*--------------------------------------------------------------
# Header Social Links
--------------------------------------------------------------*/
.header-social-links {
  margin: 0 0 0 30px;
}
.header-social-links a {
  color: rgba(255, 255, 255, 0.8);
  padding-left: 8px;
  display: inline-block;
  line-height: 0px;
  transition: 0.3s;
}
.header-social-links a i {
  line-height: 0;
  font-size: 24px;
}
.header-social-links a:hover {
  color: #006298;
}
@media (max-width: 768px) {
  .header-social-links {
    margin: 0 15px 0 0;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
@media (min-width: 992px) {
 .navbar {
  margin-left: 275px;
}
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
  white-space: nowrap;
  transition: 0.3s;
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #006298;
}

,navbar a.active {
	color: #006298;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 30px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  color: #555;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #006298;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
  padding-left: 15px;
  
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
	
  }

  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #000;
  transition: 0.3s;
  z-index: 999;

}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
  
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 8px;
  background-color: #000;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 32px;
  color: #fff;
  
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #006298;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: auto;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 100px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #006298;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  display: table;
  position: relative;
  margin: auto;
  color: #fff;
  width: 100%; 
}
.herologo {
	width: 100%;
	position: relative;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);	
}	
.heroslideshow {
	width: 100%;
	position: relative;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	padding-top: 40px;
}
.carousel-indicators {
	padding-bottom: 10px 
}


.carousel-indicators li {background-color: #C0C0C0;}
.carousel-indicators li.active {background-color: #DCDCDC;}

.hero:after {
  content: "";
  z-index: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.hero .container {
  position: relative;
  z-index: 0;
  display: table-cell;
  width: 100%;
  padding-bottom: 0px;
  padding-top: 10px; 
}
.hero-brand {
  margin-bottom: 0px;
  display: inline-block;
}
.hero-brand:hover {
  opacity: 0.75;
}
.tagline {
  font-family: "Rajdhani", sans-serif;
  font-weight:600;
  color: #000;
  padding-top: 50px;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about-row {
  margin-top: 65px;
}
.about-logo {
		float: left;
		padding-right: 20px;		 
}

@media only screen and (max-width: 768px) {
    .about-logo {
        display: none;
		}
}
	
.about-image-text {
	color: #000;
	width: 100%;
	padding-top: 25px;
	padding-left: 0px;	
}
.about-image-text p {
  line-height: 1.5;
  color: #000;
  font-size: 18px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 400;
}
.about-col .circle {
  display: inline-block;
  width: 160px;
  height: 160px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  color: #666;
  border: 6px solid #006298;
  border-radius: 50%;
  padding: 55px 25px 0 0px;
  position: relative;
}
.about-col .circle .about-no {
  color: #fff;
  width: 70px;
  height: 70px;
  line-height: 70px;
  top: -25px;
  right: -15px;
  font-family: "Rajdhani", sans-serif;
  font-size: 18px;
  background-color: #E04F00;
  position: absolute;
  border-radius: 50%;
  font-weight: 700;
}

/* ==================================================
  Services Styling
  ================================================== */
.services {
  padding-bottom: 45px;
}
.services h2 {
  color: #006298;
}
.services h5 {
  color: #006298;
}
.services-col {
  display: table;
  padding-bottom: 45px;
}
.services-col > div > div {
  display: table-cell;
  vertical-align: middle;
}
.services-col > div > div:last-child {
  padding-left:px;
}
.services-col .feature-icon {
  width: 80px;
  height: 70px;
  margin-bottom: 15px;
  background: #006298;
  color: #fff;
  font-size: 24px;
  text-align: center;
  border-radius: 0%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}
.services-col h3 {
  color: #006298;
  font-family: "Rajdhani", sans-serif;
  font-size: 24px;
  font-weight:600;
}
.services-col p {
  font-family: "Rajdhani", sans-serif;
  font-size: 18px;
  font-weight:500;
  color: #000;
}


/* ==================================================
  Shop Styling
  ================================================== */
.shop {
  padding-bottom: 45px;
}
.services h2 {
  color: #006298;
}
.shop h5 {
  color: #006298;
}
.shop-col {
  display: table;
  padding-bottom: 45px;
}
.shop-col > div > div {
  display: table-cell;
  vertical-align: middle;
}
.shop-col > div > div:last-child {
  padding-left:px;
}
.shop-col .feature-icon {
  width: 80px;
  height: 70px;
  margin-bottom: 15px;
  background: #006298;
  color: #fff;
  font-size: 24px;
  text-align: center;
  border-radius: 0%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}
.shop-col h3 {
  color: #006298;
  font-family: "Rajdhani", sans-serif;
  font-size: 24px;
  font-weight:600;
}
.shop-col p {
  font-family: "Rajdhani", sans-serif;
  font-size: 18px;
  font-weight:500;
  color: #000;
}


/* ======================================
Responsive Image gallery Style rules
======================================*/

.image-gallery * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.image-gallery .container1 { 
  padding-left: 10%;
  padding-right: 10%;
}
.image-gallery .heading-text {
  margin-bottom: 2rem;
  font-size: 2rem;
}
.image-gallery .heading-text span {
  font-weight: 100;
}
.image-gallery ul {
  list-style: none;
}
.image-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.image-gallery > li {
  flex: 1 1 auto; /* or flex: auto; */
  height: 300px;
  cursor: pointer;
  position: relative;
}

.image-gallery::after {
  content: "";
  flex-grow: 999;
}
.image-gallery li img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  border-radius: 5px;
}
.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(57, 57, 57, 0.502);
  top: 0;
  left: 0;
  transform: scale(0);
  transition: all 0.2s 0.1s ease-in-out;
  color: #fff;
  border-radius: 5px;
  /* center overlay content */
  display: flex;
  align-items: center;
  text-align: center;
}


/* hover */
.image-gallery li:hover .overlay {
  transform: scale(1);
}

/* ==================================================
  Contact Section
  ================================================== */
.toptext {
	padding-bottom: 10px;
}

#contact {
  background: #f7f7f7;
  
}
#contact h2 {
  font-family: "Rajdhani", sans-serif;
  color: #006298;
}
#contact .info i {
  font-size: 32px;
  color: #006298;
  float: left;
  line-height: 0;
}
#contact .info p {
  padding: 0 0 10px 50px;
  line-height: 24px;
}
#contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}
#contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
#contact .php-email-form .error-message br + br {
  margin-top: 25px;
}
#contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
#contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
#contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
#contact .php-email-form input, #contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
}
#contact .php-email-form input::focus, #contact .php-email-form textarea::focus {
  background-color: #006298;
}
#contact .php-email-form button[type=submit] {
  background: #006298;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}
#contact .php-email-form button[type=submit]:hover {
  background: #23c2e1;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer-large {
  background-color: #000;
  width: 100%;
  height: 50px;
}
.site-footer-small {
  background-color: #000;
  width: 100%;
  height: 70px;
  padding-top: 15px;  
}
.site-footer-large a {
	color: #fff;
}
.site-footer-large a:hover {
	color: #0CF;
}
.copyright-text {
	font-size: 1.7vh;
	text-align:center;
}
.copyright-text a{
	font-size: 1.7vh;
	text-align:center;
	color: #39F;
	font-weight: 600;
}

@media only screen and (max-width: 767px) {
    .site-footer-large {
        display: none;
    }
}
@media only screen and (min-width: 768px) {
    .site-footer-small {
        display: none;
    }
}

  
.site-footer-large h2, .site-footer-small h2,
.site-footer-large p, .site-footer-small p {
  color: #fff;
}
.site-footer-large p, .site-footer-small p {
  opacity: .75;
  line-height: 1.55;
}
.site-footer-large h2, .site-footer-small h2,
.site-footer-large .btn, .site-footer-small .btn {
  margin-bottom: 0px;
}
.site-footer-large .bottom, site-footer-small .bottom {
  background-color: #000;
  padding-top: 14px;
}


/* ==================================================
  Responsive Styling
  ================================================== */
@media (max-width: 61.9em) {
  section,
.block,
.cta {
    padding: 35px 0;
  }

  .services {
    padding-bottom: 5px;
  }
  
    .shop {
    padding-bottom: 5px;
  }

  p,
.block p {
    margin: 0;
  }

  .hero-brand {
    margin-bottom: 35px;
  }

  .tagline {
    margin: 35px 0;
  }

  h1 {
    font-size: 32px;
    margin: 0;
  }

  h2,
.tagline {
     font-size: 3vh;
	 padding-bottom: 50px;
  }

  h2 {
    margin-bottom: 25px;
  }

  h3 {
    font-size: 14px;
  }

  .hero {
    padding: 75px 0;
  }
  
  .heroslideshow {
	width: 90%;
  }

  .about-col {
    margin-bottom: 25px;
  }

  .block {
    height: auto;
  }

  .services-col {
    padding-bottom: 30px;
  }
  
   .shop-col {
    padding-bottom: 30px;
  }


  .portfolio-grid .card h3.card-title {
    font-size: 18px !important;
  }
  .portfolio-grid .card .card-text {
    font-size: 13px;
  }

  .team .team-over {
    padding-top: 20px;
  }

  .team .card .social-nav {
    margin-bottom: 15px;
    padding: 0;
  }

  .site-footer .social-nav {
    margin-bottom: 35px;
  }
  .site-footer .list-inline {
    text-align: center;
  
  }
  .site-footer .list-inline li {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .block {
    padding-left: 30px;
    padding-right: 30px;
  }
 .herologo {
	  width: 80%;
	  margin: 0;
  }


}
