@import url("https://fonts.googleapis.com/css2?family=Oregano:ital@0;1&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Halant:wght@300;400;500;600;700&display=swap");
* {
  /* font-family: 'Halant', serif; */
  font-family: "Oregano", cursive;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
input,
textarea {
  font-family: "Oregano", cursive;
}
:root {
  --primary-color: #f57a20;
  --text-color: #303030;
  --text-color-p: #707070;
  --banner-color: #f2f4f5;
  --white-color: #ffffff;
  --black-color: #000000;
  --cream-color: #f7f8d4;
  --section-bg-gray: #f2f4f5;
  --halant-font: "Halant", serif;
  --oregano-font: "Oregano", cursive;
}
body {
  background-color: #fafafa;
  transition: 0.4s;
}
a {
  transition: 0.4s;
  text-decoration: none;
  color: var(--text-color);
}
a:hover {
  text-decoration: none;
  color: var(--primary-color) !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
strong,
i,
small,
div {
  transition: 0.4s;
  color: var(--text-color);
  margin: 0;
  text-decoration: none;
}
a,
p {
  color: var(--text-color-p);
  font-size: 18px;
}
.oregano_font {
  font-family: "Oregano", cursive !important;
}
header .navbar-toggler {
  background-color: var(--primary-color);
}
header .navbar-toggler:focus {
  box-shadow: none;
  border: none;
}
header ul,
footer ul {
  margin: 0;
  padding: 0;
}
header ul li,
footer ul li {
  list-style-type: none;
}
img {
  max-width: 100%;
}
.container {
  max-width: 1210px;
  padding-left: 50px;
  padding-right: 50px;
  margin: 0 auto;
  box-sizing: border-box;
}
.text-justify {
  text-align: justify !important;
}
.row_d {
  display: flex;
  flex-flow: wrap;
}
.page_heading {
  font-size: 45px;
  line-height: 60px;
  font-weight: 500;
  text-transform: inherit;
  margin: 0;
}
.section_inner_heading {
  margin: 0;
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
}
.section_heading {
  font-size: 34px;
  line-height: 40px;
  font-weight: 500;
  margin: 0;
  color: var(--text-color);
}
.primary_color {
  color: var(--primary-color);
}
._btn {
  border: 2px solid var(--primary-color);
  outline: none;
  text-decoration: none;
  font-size: 15px;
  line-height: 17px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px 40px;
  border-radius: 0;
  display: inline-block;
  text-decoration: none;
}
.btn_black {
  color: var(--white-color);
  background-color: var(--black-color);
  border: 2px solid var(--black-color);
}
.btn_primary {
  color: var(--white-color);
  background-color: var(--primary-color);
}

._btn:hover,
.btn_black:hover,
.btn_black_small:hover,
.btn_primary:hover {
  color: var(--primary-color) !important;
  text-decoration: none;
  background-color: transparent !important;
  border: 2px solid var(--primary-color);
}
._btn:hover i {
  color: var(--primary-color) !important;
}
.btn_outline:hover,
.btn_outline {
  color: var(--primary-color);
  background-color: transparent;
  text-decoration: none;
}
.section__padding {
  padding-top: 80px;
  padding-bottom: 80px;
}
.bg_gray {
  background-color: var(--section-bg-gray);
}
.bg_cream {
  background-color: var(--cream-color);
}
/* Global Css End*/

/*
*
*
*
*/

/* Header Css Start */
header {
  position: absolute;
  width: 100%;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: transparent;
}
.top_bar i {
  color: var(--primary-color);
  font-size: 15px;
  line-height: 1;
}
.top_bar .left_col i {
  margin-right: 5px;
}
.top_bar .left_col a:first-child {
  margin-right: 30px;
}
.top_bar .right_col li:not(:first-child) {
  margin-left: 15px;
}
.top_bar .right_col li a {
  padding: 5px;
}
.top_bar p,
.top_bar a,
.top_bar span {
  color: var(--text-color);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}
.top_bar {
  height: 42px;
  padding: 5px 0;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(235, 235, 235, 0.2);
  background-color: var(--cream-color);
}
header .nav-link {
  font-weight: 500;
  text-transform: capitalize;
  font-size: 20px;
  padding: 0 !important;
  transition: 0.4s;
  color: var(--white-color);
  display: inline-block;
}
header .dropdownMenuLink {
  color: var(--white-color);
  padding: 0 7px;
  display: flex;
  width: max-content;
  background: transparent;
  align-items: center;
  justify-content: center;
  min-width: 26px;
  font-size: 22px;
  line-height: 1;
}

header .dropdown {
  display: flex;
}
header .dropdown-menu {
  top: 30px;
  width: max-content;
  max-width: 300px;
}
header .nav-link:hover,
header .nav-link:focus,
header .nav-link.active {
  color: var(--primary-color) !important;
}
header .dropdown-item.active,
header .dropdown-item:active {
  background-color: var(--primary-color);
}
header .dropdown-item.active:hover {
  color: var(--white-color) !important;
}
.navbar-brand {
  padding: 0;
}
.navbar-brand img {
  max-width: 200px;
  /* background-color: var(--primary-color); */
}
header .navbar-nav .nav-item:not(:first-child) {
  margin-left: 30px;
}
header .navbar {
  padding: 15px 0;
}

/* Banner section start */
.slider_content .slider_text {
  display: flex;
  align-items: center;
  width: 100%;
  text-align: center;
  margin-top: 144px;
  justify-content: center;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
.slider_content .page_heading {
  text-transform: uppercase;
}
.slider_content {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
.slider_img_col {
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.slider_img_col .slider_img {
  height: 100vh;
  width: 100%;
  object-fit: cover;
}
.slider_img_col::after {
  background-color: rgba(17, 17, 17, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.slider_inner {
  position: relative;
}
.slider_content .page_heading {
  max-width: 500px;
  margin: 0 auto;
}
.slider_content .page_heading,
.slider_content p {
  color: var(--white-color);
}
.slider_content p {
  font-size: 20px;
  margin-bottom: 50px;
  margin-top: 30px;
}
.any__help__section p,
.heading__container p,
._sub_heading,
.slider_content p {
  font-size: 20px;
}

.banner_img_zoom {
  animation: banner_img_zoom 30s ease-out infinite;
}

@keyframes banner_img_zoom {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 1.2);
  }
  100% {
    transform: scale(1, 1);
  }
}
/* Banner section end */

/* Service section start */
.services__section ._btn {
  font-size: 13px;
  padding: 5px 15px;
}
.services__section .heading__container p {
  text-align: justify;
}
.services__section .right_content iframe,
.services__section .right_content video {
  width: 100%;
}
.services__section .right_content {
  width: 48%;
}
.services__section .left_content {
  margin: 0 -15px;
}
.heading__container {
  margin-bottom: 45px;
}
.heading__container .section_heading {
  max-width: 550px;
  margin: 0 auto;
}
.services__section .left_content .item {
  width: 33.33333%;
}
.services__section .left_content .item .inner_content {
  margin: 15px;
  padding: 25px;
  text-align: center;
  background-color: var(--white-color);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  border-radius: 7px;
  transition: transform 0.4s;
}
.services__section .left_content .item .inner_content:hover {
  transform: scale(1.1);
  box-shadow: rgba(0, 0, 0, 0.3) 0px 20px 30px;
}
.services__section .left_content .img_col {
  min-width: 100px;
  max-width: 100px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 15px;
}
.services__section .left_content .img_col img {
  width: 100%;
  object-fit: contain;
}
.services__section .section_inner_heading {
  margin-bottom: 10px;
}
/* Service section end */

/* any__help__section Sectoion Start */
.gallery__section ._btn i,
.any__help__section ._btn i {
  color: var(--white-color);
  margin-left: 10px;
}
.any__help__section ._btn {
  width: max-content;
}
.any__help__section .left_col {
  padding-right: 20px;
}

/* any__help__section Sectoion End */

/* Gallery start */

.tz-gallery {
  margin: 0 15px;
}
.tz-gallery .row > div {
  padding: 2px;
  position: relative;
}
.tz-gallery .lightbox img {
  width: 100%;
  border-radius: 0;
  position: relative;
  height: 100%;
  object-fit: cover;
  min-height: 300px;
  max-height: 300px;
}

.tz-gallery .lightbox:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -13px;
  margin-left: -13px;
  opacity: 0;
  color: #fff;
  font-size: 26px;
  font-family: FontAwesome;
  content: "\f002";
  pointer-events: none;
  z-index: 9000;
  transition: 0.4s;
}

.tz-gallery .lightbox:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(46, 132, 206, 0.7);
  content: "";
  transition: 0.4s;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
  opacity: 1;
}
#baguetteBox-overlay .full-image {
  padding: 0 20px;
}
.baguetteBox-button#previous-button {
  left: 5%;
}
.baguetteBox-button#next-button {
  right: 5%;
}
.baguetteBox-button {
  background-color: transparent !important;
}
/* Gallery end */

/*=========== Footer css Start ===========*/
.footer {
  border-bottom: 1px solid #e4e8ed;
}
footer .footer-logo img {
  max-width: 200px;
  margin-top: 10px;
}
.footer-logo img {
  background-color: var(--primary-color);
}
footer .footer-main {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 70px 0;
}
footer .footer-item .office-hours {
  margin-top: 20px;
}
footer .footer-item h3 {
  font-size: 28px;
  line-height: 31px;
  font-weight: 500;
  margin-bottom: 15px;
}
footer .footer-item p,
footer .footer-item .nav-link {
  font-weight: 400;
  margin-bottom: 0;
  padding: 0;
  font-size: 18px;
  color: var(--text-color);
}
footer .footer-item {
  width: max-content;
}
footer .footer-item .navbar-nav {
  display: flex;
  flex-direction: inherit;
  gap: 15px;
}
footer .footer-item .navbar-nav .nav-link i {
  font-size: 22px;
  height: 22px;
  /* width: 22px; */
  line-height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* padding: 15px; */
  color: var(--text-color);
  transition: 0.4s;
}
footer .footer-item .navbar-nav .nav-link i:hover {
  color: var(--primary-color);
}
footer .copyright p a,
footer .copyright p {
  text-align: center;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  margin: 0;
  padding: 30px 0;
}
footer .num-email a {
  text-decoration: none;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}
footer .num-email i {
  font-size: 16px;
  color: var(--text-color);
  margin-right: 8px;
}
footer .num-email {
  display: flex;
  align-items: center;
}
.footer .footer-logo img {
  max-width: 120px;
}
/*=========== Footer css End ===========*/

/*
============================================================
======================== Responsive ========================
============================================================
*/
@media only screen and (max-width: 1100px) {
  header .navbar-nav .nav-item:not(:first-child) {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  header .dropdown:hover > .dropdown-menu {
    display: block;
  }
}
@media only screen and (max-width: 991px) {
  header .navbar-nav .nav-item:not(:first-child) {
    margin-left: 0;
    margin-top: 10px;
  }
  .navbar-collapse .navbar-nav {
    background-color: var(--black-color);
    padding: 15px;
  }
  header .dropdown,
  header #dropdownMenuLink {
    display: inline-block;
  }
}
@media only screen and (max-width: 767px) {
  ._btn {
    padding: 8px 20px;
  }
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .top__bar__main {
    flex-direction: column;
  }
  .top_bar {
    height: auto;
  }
  .top_bar .right_col {
    margin-top: 10px;
  }
  .top_bar .left_col a:first-child {
    margin-right: 15px;
  }
  .services__section .left_content {
    /*  width: 100%;
    margin-right: 0; */
    /* margin-bottom: 30px; */
  }
  .services__section .left_content {
    margin: 0 -10px;
  }
  .services__section .left_content .item .inner_content {
    margin: 10px;
    padding: 25px 15px;
  }
  .services__section .right_content {
    width: 100%;
  }
  footer .footer-main {
    flex-wrap: wrap;
  }
  footer .footer-main .footer-item {
    width: 50%;
  }
  footer .footer-main .footer-item {
    margin-bottom: 30px;
  }
  footer .copyright p {
    padding: 15px 0;
  }
  footer .footer-main {
    padding-bottom: 40px;
  }
  .page_heading {
    font-size: 35px;
    line-height: 47px;
  }
  .section_heading {
    font-size: 27px;
    line-height: 34px;
  }
  /*   .slider_img_col .slider_img,
  .slider_img_col {
    height: 50vh;
    min-height: 300px;
  } */
  .heading__container {
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 575px) {
  .services__section .left_content {
    max-width: 400px;
    margin: 0 auto;
  }
  .services__section .left_content .item {
    width: 100%;
  }
}
@media only screen and (max-width: 520px) {
  .slider_content .btn_group {
    flex-direction: column;
  }
  .slider_content .btn_group .btn_primary {
    margin-right: 0 !important;
    margin-bottom: 15px;
  }

  .any__help__section .any__main {
    flex-direction: column;
    text-align: center;
  }
  .any__help__section .left_col {
    padding-right: 0;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 380px) {
  footer .footer-main {
    flex-direction: column;
  }
}
