/*

Conquer Template

http://www.templatemo.com/tm-476-conquer


iframe {
  display: block;
  border: 0;
  position: absolute; 
  width: 100%; 
  height: 100%; 
}

*/

body,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Quicksand";
}
body {
  overflow-x: hidden;
}

body div {
  border-radius: 10px;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 20px;
  font-weight: 700;
}
p {
  font-size: 14px;
  line-height: 1.6em;
  margin: 0;
}
a:hover {
  text-decoration: none;
}

/* Start Main Menu */
header {
  padding: 70px 0 20px;
  margin: 20px 0;
  background-color: #ffffff2d;
  /*margin-bottom: 60px;*/
  /*background-attachment: fixed;*/
  /*background-size: 100% 100%;*/
}

.images-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  gap: 20px;
}

.responsive-img {
  flex: 0 0 50%; /* Each image takes 50% of the container width */
  max-width: calc(50% - 10px); /* Adjust for the gap */
  min-width: 350px; /* Adjust as needed */
  height: auto;
  border-radius: 10px;
  border: #00000010 1px solid;
}

ul#menu {
  background: #40475a none repeat scroll 0 0;
  padding: 6px;
  position: fixed;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  width: 100%;
  z-index: 999;
}
.main-menu {
  margin-top: -234px;
}
.main-menu ul {
}
.main-menu ul li {
  display: inline-block;
  padding: 10px;
}
.main-menu ul li a {
  background: #383e4c none repeat scroll 0 0;
  border: 1px solid #646d7c;
  color: #fff;
  font-size: 20px;
  padding: 5px 20px;
  text-decoration: none;
  text-transform: none;
}
/*.main-menu ul li.active a,*/
.main-menu ul li a:focus,
.main-menu ul li a:hover {
  background: #49505f;
}
.header-content h1 {
  color: #000000;
  font-size: 6cap;
  font-weight: 600;
  text-transform: uppercase;
}
.header-content h4 {
  color: #808080;
  font-size: 25px;
}
.single-page-nav {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.flex {
  display: flex;
}
/* End Header CSS */

/* Start Feature CSS */
.green-text {
  color: #666666;
}
.blue-text {
  color: #666666;
}
.gray-text {
  color: #666666;
}
.green-btn {
  background: #666666;
}
.green-btn:hover {
  background: #525252;
}
.blue-btn {
  background: #666666;
}
.blue-btn:hover {
  background: #525252;
}
.red-btn {
  background: #666666;
}
.red-btn:hover {
  background: #525252;
}
.feature-content {
  background: #cfe6e6;
  padding-bottom: 10px;
}
.feature-content-title {
  padding: 0 20px;
  text-align: left;
}
.feature-content-description {
  padding: 0 20px 35px;
  text-align: left;
  color: #333333;
  margin-top: 15px;
}
.feature-content-link {
  border-radius: 5px;
  color: #fff;
  font-size: 18px;
  padding: 10px 30px;
  text-decoration: none;
  text-transform: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.feature-content-link:hover,
.feature-content-link:link,
.feature-content-link:visited {
  color: white;
  text-decoration: none;
}

/* End Feature CSS */

/* Start Blog CSS */
#blog-area {
  margin: 30px 0px;
}
.blog-content {
  /*background: #cfe6e6;*/
  background: #ffffff;
  padding-bottom: 25px;
  max-width: 555px;
  margin: 0 auto;
}

.blog-content img {
  border-radius: 10px;
  border: #00000010 1px solid;
}

.blog-content h2 {
  color: #666666;
  text-transform: none;
}
.blog-content p {
  padding: 27px;
  text-align: justify;
  color: #333333;
}
.blog-content span {
  margin-left: 225px;
}
.blog-content span a {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ccc;
  border-radius: 10px;
  color: #666666;
  font-size: 18px;
  padding: 10px 30px;
  text-decoration: none;
  text-transform: none;
}
.blog-content span a:hover {
  background: #e6e6e6 none repeat scroll 0 0;
}
.blog-content > p#blofr {
  padding: 8px;
}
/* End Blog CSS */

/* Start Services CSS */
div#service-area-main {
  float: left;
  width: 100%;
  margin-top: -200px;
}
.our-service {
  margin: 65px 0px 85px;
}
/*section#services-area {
  background-image: url("../img/bg-2.jpg");
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}*/

.service {
  background-color: #00000023;
  padding: 10px;
}

.service h1 {
  color: #ffffff;
  text-transform: none;
  margin-bottom: 20px;
}
.service > p {
  color: #fff;
  font-size: 18px;
}
/* End Services CSS */

.section-spacing {
  margin-bottom: 6rem; /* or 20px, 3em, etc. */
}

.section-spacing-small {
  margin-bottom: 3rem; /* or 20px, 3em, etc. */
}

.section-background {
  background-color: #50babc2d;
  padding-bottom: 4rem;
  padding-top: 2rem;
}

/* Start Testimornial CSS */
.horizontal-gallery {
  display: flex; /* Arrange items side by side */
  overflow-x: hidden; /* Enable horizontal scrolling */
  gap: 20px; /* Space between items (optional) */
  scroll-behavior: smooth; /* Smooth scrolling on swipe/scroll */
  padding: 20px 0;
  /* Adding left/right padding to center the first and last items */
  padding-left: calc(50% - 225px);
  padding-right: calc(50% - 225px);

  /* Enable scroll snapping */
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.gallery-item {
  flex: 0 0 auto; /* Prevent items from shrinking */
  width: 450px; /* Fixed width for each card/item */
  max-width: 80%;
  box-sizing: border-box; /* Consistent box sizing */
  border-radius: 10px;

  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  background-color: #e0f3f3;
  /* Scroll snap alignment: center this item in the container */
  scroll-snap-align: center;
  scroll-snap-stop: always;

  /* Start dimmed */
  opacity: 0.6;
  transition: opacity 0.3s ease;
}

/* Focused (centered) item: full opacity */
.gallery-item.in-focus {
  opacity: 1;
}

#testimornial-area {
  margin: 40px 0 20px;
}
h2 {
  color: #666666;
}

.heading-space {
  margin: 10px 0 2rem;
}
.testimonial-content {
  overflow: hidden;
  border-radius: 10px;
  margin: 0 auto 0;
}

.testimonial-content p {
  padding: 10px 20px;
  text-align: justify;
  word-break: auto-phrase;
  hyphens: auto;
}

#blog-area3 h2 {
  color: #000000;
}
#blog-area3 p {
  color: #000000;
}

.testimonial-content img {
  width: 100%;
  height: 170px;
}

.horizontal-gallery-wrapper {
  position: relative;
  margin: auto;
  overflow: hidden;
  width: 100%;
  background: #ffffff00;
}

.gallery-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 10px 20px;
  gap: 20px;
}

.scroll-btn {
  background: #646464;
  color: #fff;
  border: none;
  padding: 6px 16px;
  font-size: 18px;
  border-radius: 10px;
  cursor: pointer;
  opacity: 0.8;
}

.scroll-btn:hover {
  opacity: 1;
}

.scroll-left {
  left: 0.5rem;
}

.scroll-right {
  right: 0.5rem;
}

.gallery-indicators {
  display: flex;
  gap: 5px;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ccc;
  display: inline-block;
  cursor: pointer;
  transition: background 0.2s;
}

.dot.active {
  background: #00cfcf;
}

.content-link {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #cdcdcd;
  border-radius: 10px;
  color: #666;
  display: inline-block;
  font-size: 18px;
  padding: 10px 30px;
  text-decoration: none;
  text-transform: none;
  margin-top: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.content-link:hover,
.content-link:focus {
  background: #e6e6e6 none repeat scroll 0 0;
}

/* End Testimornial CSS */

/* Start Contact CSS */
/*section#contact-area {
  background-image: url("../img/bg-3.jpg");
  background-position: center center;
  background-size: cover;  
  background-attachment: fixed; 
}*/
.contact-content h1 {
  color: #fff;
  text-transform: none;
  margin-bottom: 30px;
  text-shadow: 2px 2px #333;
}
.contact-content p {
  background: rgba(242, 242, 242, 0.4) none repeat scroll 0 0;
  border-radius: 5px;
  color: #000;
  font-size: 16px;
  margin-bottom: 20px;
  padding: 20px 15px;
}
.contact-form-left {
  padding-left: 0;
}
.contact-form-right {
  padding-right: 0;
}
input {
  margin-bottom: 15px;
}
.form-control {
  border: none;
  background: rgba(242, 242, 242, 0.4);
}
#comment.form-control {
}
.form-group button {
  background: #262628 none repeat scroll 0 0;
  color: #fff;
  margin-top: 20px;
  padding: 10px 30px;
  font-size: 18px;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* End Contact CSS */

/* Start Footer CSS */
.footer-content h1 {
  color: #666;
  font-size: 32px;
  font-style: italic;
  margin-bottom: 25px;
  margin-top: 35px;
}
.footer-content p {
  color: #999;
  font-style: italic;
  margin-bottom: 30px;
}
.copy {
  color: #666;
  font-size: 12px;
  margin-bottom: 30px;
  margin-top: 10px;
}

/* Slick Nav CSS */
.slicknav_menu {
  display: none;
}
.slicknav_nav a {
  text-transform: none;
}
.slicknav_menu {
  background: #40475a none repeat scroll 0 0;
}
/* Scrool To top */
/* Image style */
#scrollUp {
  background-image: url("../img/top.png");
  bottom: 20px;
  right: 20px;
  width: 38px; /* Width of image */
  height: 38px; /* Height of image */
}
/* End Scroll To top */

.about-section {
  height: 100%;
  padding-top: 30px;
  margin-bottom: 20px;
}

.services-section {
  height: 100%;
  /* padding-top: 150px;*/
}
.tm-box {
  background-color: #8fc1c1;
  max-width: 1140px;
  width: 100%;
}
.tm-box-description {
  padding: 30px;
}
.tm-box-p {
  margin-bottom: 10px;
}
.tm-box-p:last-child {
  margin-bottom: 0;
}
.tm-boxa {
  background-color: #cfe6e6;
  max-width: 1140px;
  width: 100%;
}
.tm-boxa-description {
  padding: 30px;
}
.tm-boxa-p {
  margin-bottom: 10px;
}
.tm-boxa-p:last-child {
  margin-bottom: 0;
}
.contact-section {
  height: 100%;
  padding-top: 80px;
  padding-bottom: 60px;
}
.form-control {
  color: #000;
}
.contact-section .container {
  max-width: 750px;
}

/*https://css-tricks.com/snippets/css/style-placeholder-text/*/
.form-control::-webkit-input-placeholder {
  color: black;
}
.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: black;
}
.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: black;
}
.form-control:-ms-input-placeholder {
  color: black;
}

/*************navigation******************/

.navbar-inverse {
  /*background-color: #262626;*/

  background-color: #fff;
  border-color: #383e4c;
  display: flex;
}
.navbar-nav > li {
  display: inline-block;
  padding: 10px;
}
.navbar-inverse .navbar-nav > li > a {
  background: none repeat scroll 0 0;
  border: 0px solid #646d7c;
  color: #000000;
  font-size: 14px;
  padding: 2px 10px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.navbar-inverse .navbar-nav > li > a.current,
.navbar-inverse .navbar-nav > li > a:hover {
  font-weight: 700;
}
.navbar .navbar-nav {
  display: inline-block;
  float: none;
}

.navbar .navbar-collapse {
  text-align: center;
}

.parallax-mirror {
  border-radius: 0;
}

/* Media Queries
----------------------*/

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-content > p#blofr {
    padding: 18px;
  }
  .contact-content p {
    font-size: 15px;
  }
}

/*    Tablet Layout: 768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-content p {
    margin-bottom: 21px;
    padding: 27px;
  }
  .blog-content span {
    margin-left: 0;
  }
  .service > p {
    font-size: 18px;
  }
  .contact-content p {
    font-size: 18px;
    padding: 15px 0;
  }
  .navbar-nav > li {
    padding: 6px;
  }
  .navbar-inverse .navbar-nav > li > a {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1024px) {
  header,
  section#services-area,
  section#contact-area {
    background-attachment: scroll;
  }
}

@media only screen and (max-width: 767px) {
  header {
    padding: 40px 15px 0px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  ul#menu {
    display: none;
  }

  .slicknav_menu {
    display: block;
    position: fixed;
    width: 100%;
    z-index: 999;
    background: none;
  }
  .header-content h1 {
    font-size: 55px;
  }
  .feature-content {
    max-width: 360px;
    margin: 0 auto 30px;
  }
  .feature-content-title,
  .feature-content-description {
    text-align: center;
  }
  .blog-content {
    margin-bottom: 30px;
  }
  .blog-content p {
    text-align: center;
  }
  .blog-content span {
    margin-left: 0;
  }
  .testimornial-content p {
    text-align: center;
  }
  .footer-content h4 {
    font-size: 16px;
  }
  .navbar-nav > li {
    display: block;
  }
  .navbar-inverse {
    background: none;
    border: none;
  }
  .navbar-inverse .navbar-toggle {
    background-color: #333;
  }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    background-color: #49505f;
  }
  .navbar .navbar-nav {
    width: 100%;
    margin: 0;
  }
  .navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
  }
  .navbar-nav > li {
    width: 100%;
    border-bottom: 1px solid #999;
    padding: 0px;
  }
  .navbar-nav > li:last-child {
    border-bottom: none;
  }
  .navbar-inverse .navbar-nav > li > a {
    background: #ffffff;
    border: none;
    width: 100%;
    padding: 10px 0px;
  }
  .navbar-inverse .navbar-nav > li > a:focus,
  .navbar-inverse .navbar-nav > li > a:hover {
    background-color: #383e4c;
    color: #ffffff;
  }
  .navbar-inverse .navbar-nav > .active > a,
  .navbar-inverse .navbar-nav > .active > a:focus,
  .navbar-inverse .navbar-nav > .active > a:hover {
    background: #383e4c;
  }
  .navbar-inverse .navbar-nav > li > a {
    font-size: 16px;
  }
  .container {
    margin-left: 0;
    margin-right: 0;
  }
  .single-page-nav {
    background-color: #383e4c;
    max-height: 0;
    -webkit-transition: max-height 0.4s;
    transition: max-height 0.4s;
    overflow: hidden;
  }
  /*http://css3.bradshawenterprises.com/animating_height/*/
  .single-page-nav.show {
    max-height: 250px;
    overflow: auto;
  }
  .contact-form-left {
    padding-right: 0;
  }
  .contact-form-right {
    padding-left: 0;
  }
}

/*    Wide Mobile Layout: 480px. */

@media only screen and (max-width: 520px) {
  .col-xxs-12 {
    width: 100%;
  }
}
