* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --bs-primary-color: #439a97;
  --bs-secondary-color: #666;
  --bs-text-color: #282828;
  --bs-white: #fff;
  --bs-black: #000;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-dark: #212529;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Roboto", sans-serif;
}
a {
  text-decoration: none;
  color: #000000;
}
ul.list a:hover {
  color: #000000 !important;
}
/* ------------------ Contact Form CSS Here ----------------- */

.contact-us {
  position: relative;
  z-index: 43;
}
.contact-us .form {
  margin-top: 30px;
}
.contact-us .form-group {
  position: relative;
  display: block;
  margin: 0 0 25px;
}
.contact-us .form-group i {
  position: absolute;
  font-size: 16px;
  padding: 15px 12px;
}
.contact-us .form-group input {
  width: 100%;
  height: 50px;
  border: 1px solid #ddd;
  padding-left: 10px;
  border-radius: 5px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-weight: 400;
  border-radius: 0px;
  border-radius: 5px;
}
.contact-us .form-group textarea {
  border: 1px solid #ddd;
  padding: 10px;
  width: 100%;
  padding-left: 10px;
  resize: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  box-shadow: none;
  border-radius: 0px;
  border-radius: 5px;
}
.contact-us .form-group input:hover,
.contact-us .form-group input:focus,
.contact-us .form-group textarea:hover,
.contact-us .form-group textarea:focus {
  outline: none;
  border: 2px solid rgb(0, 146, 136);
  border-radius: 5px;
}
.contact-us .form-group.button {
  margin: 0;
  text-align: left;
}
/* .contact-us .contact {
  margin-top: 30px;
} */
.contact-us .contact h2 {
  font-size: 18px;
  margin-bottom: 15px;
}
.send-btn {
  background-color: var(--bs-primary-color);
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  cursor: pointer;
  padding: 10px 30px;
}
.send-btn:hover {
  color: #fff;
}
/* ------------------ Contact Form CSS Here ----------------- */

/* ----------------- Get in touch phone & address ------------ */
/* get in Touch section css add */
h2.head-get {
  font-size: 35px !important;
  color: #000;
  font-weight: bold;
}
.icon-wrapper {
  display: inline-block;
  border: 1px solid transparent;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  float: left;
  margin-right: 22px;
}
.icon-all i {
  position: absolute;
  left: 50%;
  top: 50%;
  line-height: 1 !important;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: var(--bs-primary-color);
  padding: 13px;
  border: 1px solid var(--bs-primary-color);
  border-radius: 50%;
  cursor: pointer;
}
.box-content {
  overflow: hidden;
  text-align: left;
}
.icon-all {
  display: block;
  text-align: center;
  position: relative;
  font-size: 18px;
  z-index: 2;
  width: 2em;
  height: 2em;
  line-height: 2em;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: white;
  cursor: pointer;
}
.icon-all i:hover {
  background-color: var(--bs-white);
  color: var(--bs-primary-color);
  cursor: pointer;
}

/*css for alert messages*/
.alert-success {
  z-index: 1;
  background: #d4edda;
  font-size: 18px;
  padding: 20px 40px;
  min-width: 420px;
  position: fixed;
  right: 0;
  top: 10px;
  border-left: 8px solid #3ad66e;
  border-radius: 4px;
}

.alert-error {
  z-index: 1;
  background: #fff3cd;
  font-size: 18px;
  padding: 20px 40px;
  min-width: 420px;
  position: fixed;
  right: 0;
  top: 10px;
  border-left: 8px solid #ffa502;
  border-radius: 4px;
}

/* nav bar css start */
.bgcolor.scrolled {
  background-color: rgb(255, 255, 255) !important;
  position: fixed !important;
  top: 0;
  width: 100%;
  transition: 0.4s;
  z-index: 99999999999;
  box-shadow: 2px 3px 8px #888888;
  height: 80px !important;
}

.bgcolor.scrolled {
  background-color: rgb(255, 255, 255) !important;
  position: fixed !important;
  top: 0;
  width: 100%;
  transition: 0.4s;
  z-index: 99999999999;
  box-shadow: 2px 3px 8px #888888;
  height: 80px !important;
}
li.nav-item {
  padding: 0px 16px;
}
.main-head {
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.navbar {
  padding: 20px 20px;
}

.header-top {
  background-color: var(--bs-primary-color);
  padding: 10px 0px;
}
li.nav-item:last-child {
  padding: 0px 20px;
}
img.logo-nav {
  width: 196px;
  height: 38px;
}
.nav-link {
  color: var(--bs-primary-color) !important;
}
.nav-link:hover {
  color: var(--bs-green) !important;
}
.main-head {
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
}
/* nav bar css end */

/* ---------------------- small banner section css start -------------------------*/
.small-banner {
  background: url(/Contact/asset/image/contact_banner.jpg);
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  background-position: center center;
}
.small-banner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  background: #000;
  opacity: 0.3;
}
.small-banner .bread-inner {
  z-index: 22;
}
.small-banner h2 {
  color: #fff;
  text-transform: capitalize;
  font-size: 60px;
  padding: 70px 0;
  position: relative;
  font-weight: 900;
}
/* -------------------- small banner section css end ------------------ */
/* --------- Footer CSS Start ------- */
/* Footer Bottom */
.footer .footer-bottom {
  background: rgb(53, 53, 53);
  padding: 7px 0px;
  text-align: center;
}
.footer .copyright p {
  color: #ddd;
  margin: 0;
  text-transform: capitalize;
}
.footer .copyright p a {
  color: #fff;
}
/* Footer Bottom */

/* Footer  Top */

/* First column start  */
.footer .footer-top {
  padding: 40px 0 70px;
  /* background-color: #fff !important; */
  /* background-image: url(images/footer-bg.png); */
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  background-repeat: repeat !important;
  background-attachment: scroll !important;
  background-clip: border-box !important;
  background-origin: padding-box !important;
  background-position: 0% 0% !important;
  background-size: auto auto !important;
}
.footer .footer-top .single-widget {
  margin-top: 30px;
}
.footer .footer-top .single-widget.address span img {
  width: 277px;
  height: 51px;
  margin-bottom: 20px;
}
.footer .footer-top .single-widget.address p {
  color: #000000;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.8;
}
.footer .footer-top .address p {
  margin-bottom: 10px;
}
.footer .footer-top .single-widget.address ul.list {
  list-style: none;
  padding-left: 0px;
}
.footer .footer-top .single-widget.address ul.list li {
  color: #000000;
  font-size: 17px;
  line-height: 35px;
}
.footer .footer-top .single-widget.address ul.list li i {
  padding-right: 10px;
  color: var(--bs-primary-color);
}
.footer .footer-top li {
  color: #555;
  position: relative;
  margin-bottom: 10px;
}
.footer .footer-top .list li:last-child {
  margin-bottom: 0px;
}
.footer .footer-top .single-widget.address {
  padding-right: 43px;
}

/* second column start  */
.footer .footer-top .single-widget {
  margin-top: 30px;
}
.footer .footer-top h2 {
  color: var(--bs-primary-color);
  font-size: 18px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
  position: relative;
}
.footer .footer-top .single-widget.links ul.list {
  list-style: none;
  padding-left: 0px;
}
.footer .footer-top .single-widget.links ul.list a {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  font-style: normal;
  color: #000000;
}
.footer .footer-top .single-widget.links ul.list i.fa.fa-angle-right {
  padding-right: 10px;
  color: var(--bs-primary-color);
}
/* second column End  */

/* Qr Code Column  */
.footer .footer-top .single-widget span img {
  width: 80%;
  height: auto;
}
/* QR Code column end  */

/* ------------ Footer CSS End ---------- */
/* -------- Drop down start ----------*/
.drop-link-menu {
  color: var(--bs-primary-color) !important;
  background-color: #fff !important;
  font-size: 18px;
  font-weight: 800;
  line-height: 2;
  border: none !important;
  border-top: 3px solid var(--bs-primary-color) !important;
  margin-top: 17px !important;
}
.drop-link-item {
  color: var(--bs-primary-color);
  font-size: 16px;
  font-weight: 500;
  padding: 0 35px;
  line-height: 2.3;
  background-color: #fff !important;
}
.drop-link-item:hover {
  color: var(--bs-green);
  background-color: #fff !important;
}
.dropdown:hover .dropdown-menu {
  display: block;
}
.dropdown-menu {
  margin-top: 0;
}
/* -------- Drop down end ----------*/

/* -----------Back to top & whatsapp & Phone start----------------*/

/* ---------------whatspp & Phone ------------- */
/* Whatsapp widget  */
.whatsapp_float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  left: 10px;
  float: left;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.whatsapp-icon {
  margin-top: 16px;
}

/* for mobile */
@media screen and (max-width: 767px) {
  .whatsapp-icon {
    margin-top: 10px;
  }
  .whatsapp_float {
    width: 40px;
    height: 40px;
    bottom: 20px;
    right: 10px;
    font-size: 22px;
  }
}

/* Phone widget */
.phone_float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 110px;
  left: 10px;
  float: left;
  background-color: #ff1100;
  color: rgb(255, 255, 255);
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.phone-icon {
  margin-top: 16px;
}
.phone_float:hover {
  color: rgb(0, 225, 255);
  background-color: red;
  transition: 0.2s;
}
/* for mobile */
@media screen and (max-width: 767px) {
  .phone-icon {
    margin-top: 10px;
  }
  .phone_float {
    width: 40px;
    height: 40px;
    bottom: 20px;
    right: 10px;
    font-size: 22px;
  }
}

/* ---------back to top -----------*/
.to-top {
  background: var(--bs-primary-color);
  position: fixed;
  bottom: 16px;
  right: 32px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: #ffffff;
  text-decoration: none;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s;
}
.to-top:hover {
  color: #fff;
}

.to-top.active {
  bottom: 32px;
  pointer-events: auto;
  opacity: 1;
}
/* -----------Back to top & whatsapp & Phone end----------------*/
.section-title {
  padding: 40px 0;
}
.section-title h1.text-center {
  font-weight: 800;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
}

.contact .info-box i {
  font-size: 32px;
  color: #cc1616;
  /* border-radius: 50%; */
  padding: 10px 16px;
  border: 2px dotted #f5a0a0;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
  color: #000;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
}

.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;
  font-size: 14px;
}

.contact .php-email-form input::focus,
.contact .php-email-form textarea::focus {
  background-color: #cc1616;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type="submit"] {
  background: #cc1616;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #e82d2d;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
