* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Lato", sans-serif;
}
body {
  overflow-x: hidden !important;
}
@media screen and (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #ff0000;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #282828;
}

.more {
  display: none;
}
.myMoreBtn {
  color: #ff0000 !important;
  cursor: pointer;
}
.g-recaptcha{
  margin: 20px auto !important;
}

/* *****************************Navigation bar***************************** */

nav {
  width: 100vw;
  height: 80px !important;
  box-shadow: 0 1px 1px -1px #282828;
  top: 0 !important;
}

nav ul li {
  padding: 20px 0px 0 50px !important;
  vertical-align: middle;
  font-size: 16px;
}

/* ***************************** Primary ***************************** */
.red-text {
  color: #ff0000;
}
.yellow-text {
  color: #fce205;
}
.gray-text {
  color: gray;
}
.red-bg {
  background: #ff0000;
}
.yellow-bg {
  background: #fce205;
}
.dark-bg {
  background: #282828;
}
.bttn {
  outline: none;
  border: none;
  padding: 10px 10px;
  text-decoration: none;
  width: 180px !important;
}

.bttn:hover {
  background: #ec0202;
}

.sec-1 {
  padding-top: 80px;
}

.sec-2 {
  background: #f2f2f2;
}
@media screen and (max-width: 2200px) {
  nav {
    height: 120px !important;
  }
  .navbar-brand img {
    width: 120px;
  }
}
@media screen and (max-width: 2000px) {
  nav {
    height: 100px !important;
  }
  .navbar-brand img {
    width: 100px;
  }
}
@media screen and (max-width: 1600px) {
  nav {
    height: 80px !important;
  }
  .navbar-brand img {
    width: 80px;
  }
}
@media screen and (max-width: 991px) {
  nav {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100vw;
  }
  nav ul {
    position: absolute;
    margin: 0;
    left: 0 !important;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #282828;
  }
  nav ul li {
    padding: 30px 30px !important;
  }
  .sec-1 {
    padding-top: 80px;
  }

  .nav-brand {
    margin-left: 30px !important;
  }
}

.service-img {
  width: 100vw !important;
}
@media screen and (max-width: 580px) {
  .navbar-toggler {
    margin-right: 5%;
  }
}

/* ***************************** slider ***************************** */
.slider {
  position: relative;
  width: 100vw !important;
  height: 100vh !important;
  overflow: hidden;
}

.slider-text {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100%;
  padding: 0 15%;
  background: rgba(0, 0, 0, 0.4);
}
.carousel-item img {
  height: 100vh;
  object-fit: cover !important;
}

@media screen and (max-width: 1010px) {
  .slider {
    position: relative;
    width: 100vw !important;
    height: auto !important;
    overflow: hidden;
  }
  .slider-text {
    height: auto;
  }
}
@media screen and (max-width: 680px) {
  .slider-text h1 {
    font-size: 30px;
  }
  .slider-text p {
    font-size: 12px;
  }
}

/* ***************************** Services section ***************************** */
.mycard {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.mycard img {
  height: 250px;
  object-fit: cover;
}

.c-mycard {
  height: 230px;
  max-height: 300px;
}

.c-mycard:hover {
  background: #fce205;
  color: #282828 !important;
}

.ser-img {
  height: 500px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  object-fit: cover;
}

.service-text {
  height: 500px;
  /* display: flex;
  align-items: center;
  justify-content: center; */
  overflow-y: scroll;
}
.service-text p {
  text-align: justify;
  text-justify: inter-word;
}
.service-text::-webkit-scrollbar {
  width: 5px;
}

.service-text::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.service-text::-webkit-scrollbar-thumb {
  background: #888;
}

.service-text::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* ***************************** Gallery section ***************************** */
.home-gallery img {
  width: 100%;
  opacity: 0.9;
}

.home-gallery img:hover {
  opacity: 1;
}

/* ***************************** footer ***************************** */
.line {
  height: 2px;
  background: #ff0000;
}
.footer {
  background-color: #1f1d1d;
}

.q-links {
  list-style: none;
}

.q-links li a {
  text-decoration: none;
  color: #fff;
}

.q-links li a:hover {
  color: #ff0000;
}

@media screen and (max-width: 768px) {
  .ft-cl {
    text-align: center;
    padding: 30px 0;
  }
  .line {
    margin: 0 auto;
  }
  .service-text {
    padding: 10px 40px !important;
  }
}

.service-text {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

@media screen and (max-width: 995px) {
  .service-text {
    padding: 10px 40px !important;
  }
  .nav ul {
    right: 0 !important;
  }
}

/* ***************************** Contact us ***************************** */
.get_in_touch {
  max-width: 800px;
  margin: 50px auto;
  position: relative;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
  padding: 30px;
}

.contact-form .form-field {
  position: relative;
  margin: 32px 0;
}
.contact-form .input-text {
  display: block;
  width: 100%;
  height: 36px;
  border-width: 0 0 2px 0;
  border-color: #282828;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}
.contact-form .input-text:focus + .label,
.contact-form .input-text.not-empty + .label {
  transform: translateY(-24px);
}
.contact-form .input-text:focus {
  outline: none;
}

.contact-form .label {
  position: absolute;
  left: 20px;
  bottom: 18px;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: #282828;
  cursor: text;
  transition: transform 0.2s ease-in-out;
}

/* ***************************** Gallery ***************************** */
.column {
  flex: 33.33%;
  width: auto;
  overflow: hidden;
  padding: 0 4px;
  height: 100%;
}
.column img {
  width: 100%;
  height: 100%;
  margin-top: 2%;
  opacity: 0.9;
}
.column img:hover {
  opacity: 1;
}
.item {
  transition: 0.5s ease-in-out;
}

@media screen and (max-width: 900px) {
  .home-gallery {
    margin-top: 100px;
  }
  .ser-img {
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width: 800px) {
  .column {
    flex: 50%;
  }
}
@media screen and (max-width: 680px) {
  .column {
    flex: 100%;
  }
  .home-gallery {
    margin-top: 0px !important;
  }
  .h-gallery {
    text-align: center;
    padding: 40px 20px !important;
  }
  .mycard img {
    height: 300px;
  }
  .ser-img {
    height: auto;
  }
}
