body {
  font-family: "Lato", sans-serif;
  font-size: 16px;
}
.main-content{
  flex: 1 0 auto;
}
p,
li {
  color: #575757;
  margin-bottom: 5px;
}

img {
  max-width: 100%;
}

.owl-carousel .owl-item img {
  width: auto;
}
a:hover,
a:focus {
  text-decoration: none;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

a,
button,
input {
  transition: all ease 0.5s;
}

/*+++++++++++++++++++++++++++++++++
        Navbar General
+++++++++++++++++++++++++++++++++++*/
.navbar {
  padding-bottom: 0px;
  transition: all ease 0.7s;
}
.navbar.fixed-top {
  max-height: 80px;
}
/* 
.nav-item {
  min-height: 100px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
} */
/* Only top-level nav items get the tall height */
.navbar-nav > .nav-item {
  min-height: 100px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Dropdown child items reset to compact */
.dropdown-menu .nav-item {
  min-height: unset;
  display: block;
  text-align: left;
}

.dropdown-menu .nav-item .nav-link {
  padding: 5px 15px;
  white-space: nowrap;
}

.navbar-light .navbar-nav .nav-link {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.05em;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #ccc;
}

.navbar-expand-lg .navbar-nav {
  align-items: center;
}

/*+++++++++++++++++++++++++++++++++
        Dropdown — Desktop
        (min-width: 992px)
+++++++++++++++++++++++++++++++++++*/
@media (min-width: 992px) {
  /* Desktop: dropdowns are absolutely positioned */
  .navbar-nav .dropdown {
    position: relative;
  }

  .navbar-nav .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    max-width: 320px;
  }

  /* Ensure dropdown items have white text on desktop */
  .navbar-nav .dropdown-menu .dropdown-item {
    color: #fff !important;
  }
}

/*+++++++++++++++++++++++++++++++++
        Dropdown — Mobile/Tablet
        (max-width: 991.98px)
+++++++++++++++++++++++++++++++++++*/
@media (max-width: 991.98px) {
  /* Hide phone number on mobile */
  .navbar .phone-number {
    display: none;
  }

  /* Mobile: dropdowns in document flow, not positioned */
  .navbar-nav .dropdown {
    position: static;
  }

  .navbar-nav .dropdown-menu {
    position: static;
    float: none;
    width: 100%;
    margin-top: 0;
    border: none;
    box-shadow: none;
  }

  /* Ensure dropdown items are touch-friendly on mobile */
  .navbar-nav .dropdown-menu .dropdown-item {
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  /* Collapsed navbar panel */
  .navbar-collapse {
    text-align: center;
    background-color: #333;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1050;
    width: 100%;
    padding: 20px 0;
  }

  /* Nav item layout */
  .navbar-nav > .nav-item {
    min-height: auto;
    display: block;
    text-align: center;
  }

  /* Link colors - use navbar-dark since we changed to navbar-dark */
  .navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.9);
  }
  .navbar-dark .navbar-nav .nav-link:hover,
  .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 1);
  }

  .navbar > .container,
  .navbar > .container-fluid {
    flex-wrap: initial;
  }

  .navbar-brand {
    max-width: 71%;
  }
}

/*+++++++++++++++++++++++++++++++++
        Navbar Brand Styling
+++++++++++++++++++++++++++++++++++*/
.navbar-brand {
  color: #fff !important;
  text-decoration: none;
}

.navbar-brand:hover {
  color: #ccc !important;
  text-decoration: none;
}

.navbar-brand .brand-content h3 {
  color: #fff;
  font-weight: 700;
  margin: 0;
}

.navbar-brand .brand-content .tagline {
  color: #fff;
  font-size: 0.85rem;
  margin: 0;
}

/*+++++++++++++++++++++++++++++++++
        Dropdown Shared Styles
+++++++++++++++++++++++++++++++++++*/
.dropdown-menu {
  border: 0;
  background-color: #4c4a4a;
}

.dropdown-item {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #555252;
  padding: 8px 20px;
  color: #fff !important;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #000;
  color: #f8f9fa;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #f8f9fa;
  text-decoration: none;
  background-color: #000;
}

.dropdown-menu.bg-secondary {
  background-color: #008aea !important;
}

/*+++++++++++++++++++++++++++++++++
        Forms
+++++++++++++++++++++++++++++++++++*/
.form-control {
  margin-bottom: 10px;
}
.form-control:focus {
  box-shadow: none;
}
.form-control-lg {
  font-size: 16px;
}

/*+++++++++++++++++++++++++++++++++
        Buttons
+++++++++++++++++++++++++++++++++++*/
.btn-dark {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
.btn-dark i {
  padding-left: 0.5rem;
}

.btn-quote {
  border-radius: 0px;
  padding: 12px 30px;
  min-width: 200px;
  position: relative;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}
.btn-quote:hover,
.btn-quote:focus {
  background-color: #6877cd;
}
.btn-quote::after {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 24px;
  color: #fff;
  position: absolute;
  top: 5px;
  right: 15px;
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning.focus,
.btn-warning:focus {
  box-shadow: 0 0 0 0.2rem rgb(0 138 234 / 43%);
}
.btn.focus,
.btn:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
button:focus {
  outline: 5px auto #008aea;
}

.hq-block .btn-block.btn-warning {
  background: #fff !important;
  color: #008aea !important;
  border: 1px solid #fff !important;
}
.hq-block .btn-block.btn-warning:hover {
  background: transparent !important;
  color: #fff !important;
}

.wpcf7-submit {
  background-color: #008aea !important;
  border: 1px solid #008aea;
}
.wpcf7-submit:hover {
  background-color: #000 !important;
  border: 1px solid #000;
}

/*+++++++++++++++++++++++++++++++++
        Lists
+++++++++++++++++++++++++++++++++++*/
.fancy-list li {
  font-size: 16px;
  position: relative;
  padding-left: 20px;
  letter-spacing: 0.02em;
}
.fancy-list li::before {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  top: 2px;
  color: #fff;
}

.category-list li {
  position: relative;
  padding-left: 15px;
}
.category-list li::before {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  top: 0px;
  color: #555;
}

/*+++++++++++++++++++++++++++++++++
        Hero / Slider
+++++++++++++++++++++++++++++++++++*/
.hero-slide-content {
  opacity: 0;
  transition: opacity ease-in-out 1.2s;
  transition-delay: 0.4s;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 30px;
}
.hero-slide-content h2,
.hero-slide-content h4,
.hero-slide-content h5,
.hero-slide-content p {
  color: #fff;
}
.owl-item.active .hero-slide-content {
  opacity: 1;
}
.slide {
  height: 500px;
  background-size: cover;
  background-position: center center;
}

#hero_slider .owl-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
}
#hero_slider button.owl-dot {
  width: 15px;
  height: 15px;
  background-color: #fff !important;
  border-radius: 100%;
  margin: 0 6px;
}
#hero_slider button.owl-dot.active {
  background-color: rgba(0, 0, 0, 0.5) !important;
}
#hero_slider .owl-nav {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: right;
}
#hero_slider .owl-carousel .owl-nav button.owl-next,
#hero_slider .owl-carousel .owl-nav button.owl-prev {
  background-color: #fff;
  width: 80px;
  height: 80px;
  font-family: FontAwesome;
  border-bottom: 1px solid #ccc;
  font-size: 18px;
}

/*+++++++++++++++++++++++++++++++++
        Panels / Sections
+++++++++++++++++++++++++++++++++++*/
.sr-panel {
  background-color: #f5f5f5;
  padding: 60px 0;
}
.sr-panel .card {
  border: 0px;
  text-align: center;
}
.sr-panel .card-header {
  border: 0px;
  background-color: #fff;
}
.sr-panel .card-header i {
  font-size: 48px;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  line-height: 100px;
}
.sr-panel .card-header span {
  display: inline-block;
  font-size: 48px;
  width: 100px;
  height: 100px;
  border: 1px solid #ddd;
  border-radius: 100%;
  line-height: 100px;
  font-weight: 700;
  color: #fff;
}
.sr-panel .card-body {
  border: 0px;
  padding-top: 5px;
}
.sr-panel .card-body span {
  color: #ad9de3;
}

.home-about-panel {
  padding: 60px 0;
}

.special-block {
  padding: 60px 0;
  position: relative;
  background-size: cover;
  background-attachment: fixed;
  min-height: 300px;
  display: flex;
  align-items: center;
}
.special-block .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

.home-services-panel {
  padding: 60px 0;
}
.home-services-panel .card {
  padding: 1rem;
  text-align: center;
  border: 0;
}
.home-services-panel .card a {
  color: #323232;
}
.home-services-panel .card img {
  max-width: 85px;
}
.home-services-panel .card h5 {
  font-size: 18px;
  margin-top: 0.8rem;
}

.owl-item .card {
  text-align: center;
  border: 0px;
}
.owl-item .card .card-header {
  padding: 0px;
  background-color: transparent;
  border: 0px;
}

.home-video-panel {
  padding: 60px 0;
  background-color: #f2f9f9;
}

.assigment-panel {
  padding: 60px 0;
  display: none;
}

/*+++++++++++++++++++++++++++++++++
        Footer
+++++++++++++++++++++++++++++++++++*/
footer {
  padding: 50px 0 0;
}
.footer-social-text li a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 13px;
  background-color: #fff;
  text-align: center;
  border-radius: 100%;
  display: inline-block;
  color: #333;
}
.copyright {
  background-color: #000000 !important;
  font-size: 13px;
}
.copyright p {
  color: rgba(255, 255, 255, 0.5) !important;
  letter-spacing: 0.025em;
}
footer.bg-dark .text-white-50 {
  color: #fff !important;
}
.menu-footer-1-container ul.menu li a {
  color: #fff;
}
.menu-footer-1-container ul.menu li::marker {
  color: #fff;
}
.menu-footer-1-container ul.menu li {
  line-height: 0px;
  padding-bottom: 12px;
}
.menu-footer-1-container ul.menu {
  padding-left: 20px;
}

/*+++++++++++++++++++++++++++++++++
        Inner Pages
+++++++++++++++++++++++++++++++++++*/
.inner-page-banner {
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.inner-page-banner .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.page-content {
  padding: 60px 0;
  background-color: white;
}
.page-content p {
  line-height: 1.7;
  letter-spacing: 0.2px;
}
.map-block {
  height: 500px;
  position: relative;
}
.map-block iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.blog-list li,
.video-list li,
.testimonials-list li {
  margin-bottom: 2rem;
}
.testimonials-list li .card-header i {
  font-size: 60px;
}
.card-header i {
  font-size: 60px;
}

.text-size-small a {
  font-weight: 700;
  font-size: 15px;
}
.text-size-small br {
  display: none;
}

/*+++++++++++++++++++++++++++++++++
        Utility / Brand
+++++++++++++++++++++++++++++++++++*/
.bg-light {
  background-color: #F5EFE6;
}

.hover-link {
  color: #ffc107;
}
.hover-link:hover {
  color: lightgray;
}

.fg-dark {
  color: #008aea !important;
}

li.nav-itemactive {
  margin-bottom: 0px;
}

/*+++++++++++++++++++++++++++++++++
        Three Boxes
+++++++++++++++++++++++++++++++++++*/
.three-boxes {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin: 80px 0;
}
.box {
  position: relative;
  padding: 60px 20px 30px;
  width: 100%;
  max-width: 350px;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}
.box span {
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
  width: 90px;
  height: 90px;
  border: 2px solid #000;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  font-size: 36px;
}
.box span img {
  width: 50px;
  height: auto;
}
.box-info h3 {
  font-size: 20px;
  font-weight: bold;
  font-style: italic;
  color: #343434;
  margin-top: 20px;
  margin-bottom: 15px;
}
.box-info p {
  font-size: 14px;
  color: #5d5c5c;
  margin: 0;
  line-height: 1.6;
}

/*+++++++++++++++++++++++++++++++++
        Media Queries
+++++++++++++++++++++++++++++++++++*/

@media (max-width: 767px) {
  .top-bar .text-right {
    display: none;
  }
  .navbar-brand {
    max-width: 49%;
  }
  .dropdown-item {
    color: #fff;
  }
  .home-about-panel,
  .sr-panel,
  .home-services-panel,
  .home-video-panel {
    padding: 30px 0;
  }
  .shadow {
    box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.15) !important;
  }
  .top-bar {
    text-align: center;
  }
  .top-bar p {
    font-size: 13px;
  }
  .hero-content {
    padding-top: 0px;
  }
  .hero-content h2 {
    font-size: 24px;
  }
  .hero-content h2 br {
    display: none;
  }
  .hero-content p {
    font-size: 18px;
  }
  .sr-panel .card {
    margin-bottom: 1rem;
  }
  .home-about-content,
  .home-video-block-content {
    padding-bottom: 1rem;
  }
  footer {
    padding: 15px 0 0;
  }
  .inner-page-banner {
    height: 125px;
  }
  .inner-page-banner h2 {
    font-size: 18px;
  }
}

@media (max-width: 736px) and (orientation: landscape) {
  .slide {
    height: 300px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .text-size-small {
    font-size: 12px;
  }
  .text-size-small br {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .inner-page-banner {
    height: 125px;
  }
  .inner-page-banner h2 {
    font-size: 18px;
  }
}

@media (max-width: 381px) {
  .top-bar br {
    display: block;
  }
}

@media (min-width: 980px) and (max-width: 1024px) {
  .navbar-light .navbar-nav .nav-link {
    font-size: 11px;
  }
  .dropdown-item {
    font-size: 11px;
  }
}

/* Desktop dropdown menu fixes */

@media (min-width: 992px) {
    .navbar-nav .dropdown-menu .nav-item .nav-link {
        padding: 5px 15px;      /* Replaces the large nav-link padding inside dropdowns */
        white-space: nowrap;
    }

    .navbar-nav .dropdown-menu {
        min-width: 220px;
        width: max-content;
        max-width: 320px;
    }
}

blockquote {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: #a5a4a4;
	font-style: italic;
	margin: 30px;
	padding: 30px;
	text-align: center;
}