@import url("//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css");

/* navigation  */
.btn-hover {
  background-color: #00B4C5;
}

.btn-hover:hover {
  background-color: #065669;
  color: #fff !important;
}
.nav-link {
  font-weight: 500;

}

.nav-item {
  margin-inline: 5px;
}

.navbar-nav {
  font-size: 1.15rem;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
      display: none;
  }

  /* .navbar .nav-item:hover .nav-link {} */

  .navbar .nav-item:hover .dropdown-menu {
      display: block;
  }

  .navbar .nav-item .dropdown-menu {
      margin-top: 0;
  }
}

/* ============ desktop view .end// ============ */


/* navigation  */

/* disclaimer window  */
.popup-window{
  display: none;
  transition: all ease-in-out 1s;
  overflow: hidden;
}
.popup-overlay{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0.8;
  overflow: hidden;

}
.popup{
  background-color: #ffffff;
  width: 450px;
  padding: 30px 40px;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 1100;
  transform: translate(-50%, -50%);
  border-radius: 8px;
  font-family: "Poppins", sans-serif;
}
.popup button#close-btn{
  display: block;
  margin: 0 0 0 auto;
  background-color: transparent;
  font-size: 30px;
  color: #c5c5c5;
  border: none;
  outline: none;
  cursor: pointer;
}
.popup p{
  font-size: 14px;
  text-align: justify;
  margin: 20px 0;
}

/* disclaimer window  */

/* carousel  */
.bg-img-1 {
  background-image: url("../images/1.png");
}
.bg-img-2 {
  background-image: url("../images/slider1.png");
}
.bg-img-3 {
  background-image: url("../images/2.png");
}
.bg-img-4 {
  background-image: url("../images/slider3.png");
}
.bg-img-5 {
  background-image: url("../images/3.png");
}
.carousel-img {
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
/* carousel  */

/* text page css */
.hero-banner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner1 {
  height: 300px;
  /* height: 40vh; */
  background-position: center center;
  background-size: cover !important;
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.7)),
    url("../images/b1.png");
}

.banner2 {
  height: 300px;
  background-position: center center;
  background-size: cover !important;
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.7)),
    url("../images/b2.png");
}

.banner3 {
  height: 300px;
  background-position: center center;
  background-size: cover !important;
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.7)),
    url("../images/b3.png");
}

.banner4 {
  height: 300px;
  background-position: center center;
  background-size: cover !important;
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.7)),
    url("../images/b4.png");
}
.contact-banner {
  height: 300px;
  background-position: center center;
  background-size: cover !important;
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.7)),
    url("../images/banner-img5.jpg");
}

.banner6 {
  height: 300px;
  background-position: center center;
  background-size: cover !important;
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.7)),
    url("../images/banner-img6.jpg");
}

.gallery-banner {
  height: 300px;
  background-position: center center;
  background-size: cover !important;
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.7)),
    url("../images/banner-img7.jpg");
}
.testimonials-banner {
  height: 300px;
  background-position: center center;
  background-size: cover !important;

  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.7)),
    url("../images/banner-img7.jpg");
}

.outer-nav {
  background-color: #000;
  opacity: 0.8;
}

.outer-nav .inner-nav ul {
  display: flex;
  justify-content: space-evenly;
  padding-block: 10px;
}

.outer-nav .inner-nav ul li {
  list-style: none;
}

.outer-nav .inner-nav ul li a {
  text-decoration: none;
  cursor: pointer;
  color: white;
  padding: 10px 20px;
  font-weight: 600;
  font-size: 1.1rem;
}

.outer-nav .inner-nav ul li a:hover {
  color: rgb(0, 0, 0);
  background-color: #fff;
}

/* text container  */
#text-inner-container {
  padding: 40px;
}

.text .title {
  text-transform: uppercase;
  margin-bottom: 20px;
  line-height: 28px;
  text-align: center;
}

.text .sub-title1 {
  font-size: 15px;
  margin-bottom: 5px;
  margin-top: 35px;
  line-height: 20px;
  color: #ee8e4f;
}

.text p {
  margin: 15px 0 20px;
}

.text ul {
  list-style: none;
  margin: 0 0 15px 15px;
  padding-inline-start: 40px;
}

.text ul li {
  list-style: none;
  margin-bottom: 10px;
  padding: 8px 0 8px 24px;
  background: url("../images/arrow.png") no-repeat 4px 15px;
}

.text table {
  width: 100%;
  margin-bottom: 30px;
}

.text table td {
  border-bottom: 1px solid #cccccc;
  padding: 5px 6px;
}

.text table .table-head1 {
  font-weight: 700;
  background-color: #000;
  color: #fff;
}

.text table .table-head2 {
  font-weight: 700;
  background-color: #ccc;
  border-bottom: 1px solid #dcdcdc !important;
}

/* text page css */

/* image gallery  */

.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 2fr));
  grid-gap: 30px;
}

.gallery img {
  width: 100%;
}

/* image gallery  */

/* testimonials  */
.img-text {
  width: 100%;
  height: 300px;
  display: block;
  text-align: center;
  padding: 40% 5%;
  background: #313131;
  color: #fff;
  border-radius: 15px;
}
.img-text h2 {
  font-size: 25px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.img-text h2 {
  font-size: 14px;
}
.single-box {
  position: relative;
  margin-bottom: 30px;
}
.img-area {
  position: absolute;
  width: 100px;
  height: 100px;
  border: 5px solid #fff;
  overflow: hidden;
  top: 15px;
  left: 125px;
  border-radius: 50%;
}
.img-area img {
  width: 100%;
}
 .carousel-indicators {
  bottom: -10% !important;
}
 .carousel-indicators button{
  background-color: #000 !important;
  border-radius: 50% !important;
  width: 15px !important;
  height: 15px !important;
  border: 1px solid rgb(0, 0, 0) !important;
}
.carousel-indicators .active{
  background-color: #fff !important;
}
/* testimonials  */

/* footer social icons */
#social {
  margin: 3px 10px;
  text-align: center;
}

.smGlobalBtn {
  display: inline-block;
  position: relative;
  cursor: pointer;
  width: 30px;
  height: 30px;
  box-shadow: 0 2px 2px #999;
  padding: 0px;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  line-height: 2em;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
}

.facebookBtn {
  background: #4060a5;
}

.facebookBtn:before {
  font-family: "FontAwesome";
  content: "\f09a";
}

.facebookBtn:hover {
  color: #4060a5;
  background: #fff;
}


.linkedinBtn {
  background: #0094bc;
}

.linkedinBtn:before {
  font-family: "FontAwesome";
  content: "\f0e1";
}

.linkedinBtn:hover {
  color: #0094bc;
  background: #fff;
}

.youtubeBtn {
  background: #cb2027;
}

.youtubeBtn:before {
  font-family: "FontAwesome";
  content: "\f167";
}

.youtubeBtn:hover {
  color: #cb2027;
  background: #fff;
}

.instaBtn {
  background: #d62976;
}

.instaBtn:before {
  font-family: "FontAwesome";
  content: "\f16d";
}

.instaBtn:hover {
  color: #d62976;
  background: #fff;
}
