* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: sans-serif;
}

html {
  scroll-behavior: smooth;
}

.navbar {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
}

.navbar .navbar_center {
  width: 100%;
}

.navbar .navbar_center .mob_menu {
  display: none;
}

.navbar .navbar_center .top_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  background-color: #000;
}

.navbar .navbar_center .top_nav .left__top_nav {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar .navbar_center .top_nav .left__top_nav .left__top_nav_links {
  padding: 0.5rem;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}

.navbar .navbar_center .top_nav .left__top_nav .left__top_nav_links .fa-phone-alt:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.navbar .navbar_center .top_nav .left__top_nav .left__top_nav_links .fa-envelope:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.navbar .navbar_center .right__top_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar .navbar_center .right__top_nav .right__top_nav_links {
  padding: 0.5rem;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  cursor: pointer !important;
}

.navbar .navbar_center .right__top_nav .right__top_nav_links .fa-youtube {
  color: #FF0000;
}

.navbar .navbar_center .right__top_nav .right__top_nav_links .fa-youtube:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.navbar .navbar_center .right__top_nav .right__top_nav_links .fa-facebook-f {
  color: #1877F2;
}

.navbar .navbar_center .right__top_nav .right__top_nav_links .fa-facebook-f:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.navbar .navbar_center .right__top_nav .right__top_nav_links .fa-linkedin-in {
  color: #0077B7;
}

.navbar .navbar_center .right__top_nav .right__top_nav_links .fa-linkedin-in:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.navbar .navbar_center .right__top_nav .right__top_nav_links img {
  height: 16px !important;
}

.navbar .navbar_center .right__top_nav .right__top_nav_links img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.navbar .navbar_center .right__top_nav .log_in_or_sign_up {
  color: #fff;
}

.navbar .navbar_center .bottom_nav {
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  padding-bottom: 30px;
  padding-top: 25px;
}

.navbar .navbar_center .bottom_nav .nav_bottom_center {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar .navbar_center .bottom_nav .nav_bottom_center .left_menu .nav_menu_links {
  text-decoration: none;
  padding: 1rem;
  color: #fff;
  font-family: sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
}

.navbar .navbar_center .bottom_nav .nav_bottom_center .right_menu .nav_menu_links {
  text-decoration: none;
  padding: 1rem;
  color: #fff;
  font-family: sans-serif;
  text-transform: uppercase;
  font-weight: 600;
}

.navbar .navbar_center .bottom_nav .nav_bottom_center .center__bottom_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar .navbar_center .bottom_nav .nav_bottom_center .center__bottom_nav .site_logo {
  width: 200px;
  margin: 0.5rem;
}

/* Header Banner Start*/
.header {
  position: relative;
  top: 1px;
  width: 100%;
  overflow: hidden;
}

.header a {
  color: #fff;
  font-family: 'Dancing Script', cursive;
  text-decoration: none;
}

.header .banner-title {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  display: inline-block !important;
  text-align: center;
  font-size: 4rem;
  color: #fff;
  font-family: 'Dancing Script', cursive;
  width: auto;
  background-color: rgba(0, 0, 0, 0.24);
}

.header .banner-title-2 {
  top: 34%;
  padding: 1rem;
}

.header .banners_slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 115px;
}

.header .banners_slider .header--banners_slider .header_banner_item .header_banner_img {
  width: 100%;
}

.header .owl-nav {
  position: absolute;
  width: 100%;
  top: 40%;
  font-size: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header .owl-nav button {
  width: 70px;
  height: 70px;
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
  border-radius: 100px !important;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.header .owl-nav button:hover {
  background-color: rgba(0, 0, 0, 0.4) !important;
  width: 100px;
}

.header .owl-dots {
  position: absolute;
  bottom: 5rem;
  right: 5rem;
  border: 2px solid #ffffff;
  border-radius: 15px;
  padding-top: 0.3rem;
}

.header .owl-dots:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

/* Header Banner End */
/* Services Banner Start*/
.we_do_section {
  position: relative;
  width: 100%;
  padding: 3rem;
  padding-bottom: 0rem !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.we_do_section .container {
  width: 100%;
  height: 100%;
}

.we_do_section .container .section_title {
  font-size: 2.5rem;
  text-align: center;
  font-family: 'Dancing Script', cursive;
  color: #493313;
}

.we_do_section .container .row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(250px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.we_do_section .container .row .banners_slider .services_banners_slider .owl-nav {
  position: absolute;
  width: 110%;
  top: 40%;
  left: -5%;
  font-size: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.we_do_section .container .row .banners_slider .services_banners_slider .owl-nav button {
  width: 70px;
  height: 70px;
  color: #000 !important;
  border: 2px solid #000 !important;
  border-radius: 100px !important;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.we_do_section .container .row .banners_slider .services_banners_slider .owl-nav button:hover {
  background-color: rgba(0, 0, 0, 0.4) !important;
  width: 100px;
}

.we_do_section .container .row .banners_slider .services_banners_slider .owl-dots {
  display: none;
}

.we_do_section .container .row .col {
  width: 100%;
  overflow: hidden;
  padding: 1rem;
  border-radius: 10px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

.we_do_section .container .row .col:hover {
  -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
          box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
}

.we_do_section .container .row .col .we_do_card_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.we_do_section .container .row .col .we_do_card_content img {
  width: 100%;
  border-radius: 20px;
}

.we_do_section .container .row .col .we_do_card_content h3 {
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
  color: #493313;
  font-family: 'Dancing Script', cursive;
}

.we_do_section .container .row .col .we_do_card_content p {
  text-align: center;
  margin-bottom: 2rem;
}

.we_do_section .container .row .col .we_do_card_content a {
  text-decoration: none;
  padding: 1rem 2rem;
  background-color: #493313;
  color: #ffffff;
  border-radius: 5px;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.we_do_section .container .row .col .we_do_card_content a:hover {
  -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
          box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  -webkit-transform: scale(1);
          transform: scale(1);
}

/* Serivces Banner Start*/
/* Who are we About Us Start */
.who_are_we {
  width: 100%;
  padding: 3rem;
  padding-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 0rem !important;
}

.who_are_we .container {
  width: 100%;
  height: 100%;
}

.who_are_we .container .section_title {
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 2rem;
  font-family: 'Dancing Script', cursive;
  color: #493313;
}

.who_are_we .container .row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(250px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.who_are_we .container .row .col {
  width: 100%;
  padding: 1.5rem;
}

.who_are_we .container .row .col .who_are_we_img {
  width: 100%;
}

.who_are_we .container .row .col .who_are_we_img img {
  width: 100%;
  border-radius: 20px;
}

.who_are_we .container .row .col .who_are_we_content {
  width: 100%;
}

.who_are_we .container .row .col .who_are_we_content p {
  line-height: 2.1rem;
  text-align: justify;
}

/* Who are we About Us End */
/* Gallery Start */
.gallery_section {
  width: 100%;
  padding: 3rem;
  padding-top: 1.5rem;
  padding-bottom: 0rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.gallery_section .container {
  width: 100%;
  height: 100%;
}

.gallery_section .container .section_title {
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 1.5rem;
  font-family: 'Dancing Script', cursive;
  color: #493313;
}

.gallery_section .container .row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(350px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
}

.gallery_section .container .row a {
  width: 100%;
  overflow: hidden;
  padding: 1rem;
  border-radius: 10px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.gallery_section .container .row a img {
  width: 100%;
  border-radius: 20px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.gallery_section .container .row a img:hover {
  -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
          box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  -webkit-transform: scale(0.97);
          transform: scale(0.97);
}

/* Gallery End */
/* Gallery Styling Start */
.mfp-container::before {
  position: absolute;
  width: 50%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 99;
  left: 0;
}

.mfp-container::after {
  position: absolute;
  width: 50%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 99;
  right: 0;
}

.mfp-arrow {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.mfp-arrow:hover {
  -webkit-transform: scale(2);
          transform: scale(2);
}

/* Gallery Styling End */
/* Testimonial Start */
.testimonial_section {
  width: 100%;
  height: 100%;
  padding: 3rem;
  background-image: url("../images/backgroundtestimonial.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.testimonial_section .container .section_title {
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 3rem;
  font-family: 'Dancing Script', cursive;
  color: #fff;
}

.testimonial_section .container .testimonial_slider {
  margin-bottom: 3rem;
}

.testimonial_section .container .testimonial_slider .testimonial_item {
  margin: auto;
  width: 80%;
}

.testimonial_section .container .testimonial_slider .testimonial_item .testimonial_content {
  text-align: center;
  color: #fff;
}

.testimonial_section .container .testimonial_slider .testimonial_item .testimonial_content .testimonial_avatar {
  font-size: 5rem;
}

.testimonial_section .container .testimonial_slider .testimonial_item .testimonial_content h4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-family: 'Dancing Script', cursive;
  color: #fff;
}

.testimonial_section .owl-nav {
  display: none !important;
}

.testimonial_section .owl-dots {
  position: absolute;
  bottom: -4rem;
  left: 44%;
  border: 2px solid #ffffff;
  border-radius: 15px;
  padding-top: 0.3rem;
}

.testimonial_section .owl-dots:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

/* Testimonial Start */
/* Contact Us Start */
.contact_us_section {
  width: 100%;
  padding: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact_us_section .container {
  width: 100%;
  height: 100%;
}

.contact_us_section .container .section_title {
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 1.5rem;
  font-family: 'Dancing Script', cursive;
  color: #493313;
}

.contact_us_section .container .row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(250px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.contact_us_section .container .row .col:first-child {
  border-left: 1px solid #EBEBEB;
}

.contact_us_section .container .row .col {
  width: 100%;
  overflow: hidden;
  padding: 1rem;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  border-right: 1px solid #EBEBEB;
}

.contact_us_section .container .row .col .contact_us_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contact_us_section .container .row .col .contact_us_content .contacts_icons {
  font-size: 3rem;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
  color: #493313;
}

.contact_us_section .container .row .col .contact_us_content h3 {
  margin-bottom: 1rem;
}

.contact_us_section .container .row .col .contact_us_content p {
  text-align: center;
  margin-bottom: 2rem;
  line-height: 1.8rem;
}

.contact_us_section .container .row .col .contact_us_content p a {
  text-decoration: none;
  color: #493313;
  display: block;
  line-height: 1.8rem;
}

.contact_us_section .container .row .col .contact_us_content p a:hover {
  color: #493313;
}

/* Contact Us End */
/* Scroll Button */
.scroll_on_top {
  position: fixed;
  bottom: 1rem;
  right: 2rem;
  padding: .8rem;
  background-color: #493313;
  color: #fff;
  border: 2px solid #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
          box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

/* Scroll Button End*/
/* Form Section Start*/
.form_section {
  width: 100%;
  height: auto;
  padding: 3rem;
  padding-bottom: 6.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url("../images/backgroundform.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.form_section .container form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form_section .container form div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: auto;
  padding: 0.5rem;
}

.form_section .container form div input {
  padding: 0.8rem;
  outline: none;
  border: 1px solid lightgrey;
  border-radius: 5px;
  width: 350px;
  background-color: rgba(255, 255, 255, 0.2);
}

.form_section .container form div input::-webkit-input-placeholder {
  font-size: 1rem;
  color: #fff;
}

.form_section .container form div input:-ms-input-placeholder {
  font-size: 1rem;
  color: #fff;
}

.form_section .container form div input::-ms-input-placeholder {
  font-size: 1rem;
  color: #fff;
}

.form_section .container form div input::placeholder {
  font-size: 1rem;
  color: #fff;
}

.form_section .container form div input:nth-child(2) {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.form_section .container form div textarea {
  padding: 0.8rem;
  outline: none;
  border: 1px solid lightgrey;
  border-radius: 5px;
  width: 350px;
  background-color: rgba(255, 255, 255, 0.2);
}

.form_section .container form div textarea::-webkit-input-placeholder {
  font-size: 1rem;
  color: #fff;
}

.form_section .container form div textarea:-ms-input-placeholder {
  font-size: 1rem;
  color: #fff;
}

.form_section .container form div textarea::-ms-input-placeholder {
  font-size: 1rem;
  color: #fff;
}

.form_section .container form div textarea::placeholder {
  font-size: 1rem;
  color: #fff;
}

.form_section .container form .form_submit_button {
  position: absolute;
  bottom: -4.5rem;
  left: calc(50% - 3rem);
  text-decoration: none;
  padding: 1rem 2rem;
  background-color: #493313;
  color: #ffffff;
  border-radius: 5px;
  border: none;
  outline: none;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.form_section .container form .form_submit_button:hover {
  -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
          box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  -webkit-transform: scale(1);
          transform: scale(1);
}

/* Form Section End*/
/* Footer Section Start*/
.footer_section {
  width: 100%;
  height: auto;
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #493313;
}

.footer_section .footer_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer_section .footer_center p {
  text-align: center;
  color: #fff;
}

.footer_section .footer_center p a {
  text-decoration: none;
  color: #fff;
}

.footer_section .footer_center p a:hover {
  color: #493313;
}

/* Footer Section End*/
/* Mobile Media Query Start */
@media only screen and (max-width: 992px) {
  .site_logo {
    width: 120px !important;
    margin-left: 2rem;
  }
  .navbar_center {
    width: 100%;
  }
  .navbar_center .mob_menu {
    display: block !important;
    position: relative;
    width: 100vw;
    height: 80px;
    padding: 1rem;
    background-color: #493313;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-self: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
            box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }
  .navbar_center .mob_menu .mob_center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: -.5rem;
  }
  .navbar_center .mob_menu .mob_center .hamburger_menu {
    font-size: 20px;
    color: #fff;
    padding: 1rem;
  }
  .navbar_center .mob_menu .mob_center .mob_log_in .mob_link {
    font-size: 20px !important;
    padding: 1rem !important;
    visibility: hidden !important;
  }
  .navbar_center .mob_menu .mob_center .mob_overlay {
    position: fixed;
    top: 60px;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: calc(100% - 80px);
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 998;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    display: none;
  }
  .navbar_center .mob_menu .mob_center .mob_menu_items {
    position: fixed;
    top: 80px;
    left: 0;
    bottom: 0;
    width: 70%;
    height: calc(100% - 80px);
    background-color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    z-index: 999;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    display: none;
  }
  .navbar_center .mob_menu .mob_center .mob_menu_items .nav_menu_links {
    display: block;
    padding: 1rem;
    padding-left: 2rem;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    text-decoration: none;
    color: #493313;
  }
  .navbar_center .mob_menu .mob_center .mob_menu_items .nav_menu_links:hover {
    background-color: #493313;
    color: #fff;
    font-weight: 700;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  .navbar_center .mob_menu .mob_center .mob_menu_items .mob_footer {
    background-color: #493313;
    justify-items: flex-end;
    padding: 1rem;
    margin-top: auto;
    -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px -3px 8px;
            box-shadow: rgba(0, 0, 0, 0.24) 0px -3px 8px;
  }
  .navbar_center .mob_menu .mob_center .mob_menu_items .mob_footer .mob_social_icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 2px solid #fff;
    margin-bottom: 1rem;
  }
  .navbar_center .mob_menu .mob_center .mob_menu_items .mob_footer .mob_social_icons .mob_social_links {
    padding: 0.5rem;
  }
  .navbar_center .mob_menu .mob_center .mob_menu_items .mob_footer .mob_social_icons .mob_social_links .fa-youtube {
    color: #FF0000;
  }
  .navbar_center .mob_menu .mob_center .mob_menu_items .mob_footer .mob_social_icons .mob_social_links .fa-facebook-f {
    color: #1877F2;
  }
  .navbar_center .mob_menu .mob_center .mob_menu_items .mob_footer .mob_social_icons .mob_social_links .fa-facebook-f:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .navbar_center .mob_menu .mob_center .mob_menu_items .mob_footer .mob_social_icons .mob_social_links .fa-linkedin-in {
    color: #0077B7;
  }
  .navbar_center .mob_menu .mob_center .mob_menu_items .mob_footer .mob_social_icons .mob_social_links .fa-linkedin-in:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .navbar_center .mob_menu .mob_center .mob_menu_items .mob_footer .mob_social_icons .mob_social_links img {
    height: 16px !important;
  }
  .navbar_center .mob_menu .mob_center .mob_menu_items .mob_footer .mob_social_icons .mob_social_links img:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .navbar_center .mob_menu .mob_center .mob_menu_items .mob_footer p {
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 1.5rem;
  }
  .navbar_center .mob_menu .mob_center .mob_menu_items .mob_footer p a {
    text-decoration: none;
    color: #fff;
  }
  .navbar_center .mob_menu .mob_center .hamburger_menu:hover ~ .mob_menu_items {
    display: block;
  }
  .navbar_center .mob_menu .mob_center .mob_logo img {
    width: 100px;
  }
  .navbar_center .mob_menu .mob_center .mob_log_in {
    color: #fff;
  }
  .navbar_center .mob_menu .mob_center .mob_log_in a {
    color: #fff;
    text-decoration: none;
  }
  .navbar_center .top_nav {
    display: none !important;
  }
  .navbar_center .bottom_nav {
    display: none !important;
  }
  .header {
    top: -56px;
  }
  .header .banner-title {
    font-size: 2rem;
  }
  .header .banner-title-2 {
    top: 30%;
    padding: 0.5rem;
    font-size: 2rem;
  }
  .header .owl-nav {
    display: none !important;
  }
  .header .owl-dots {
    display: none !important;
  }
  .we_do_section {
    margin-top: 75px;
    padding: 0rem 0.5rem 0rem 0.5rem;
  }
  .we_do_section .section_title {
    font-size: 2.5rem;
    margin-bottom: 0 !important;
    font-family: 'Dancing Script', cursive;
    color: #493313;
  }
  .we_do_section .row .banners_slider .services_banners_slider .owl-nav {
    position: absolute;
    width: 100%;
    top: 40%;
    left: 0;
    font-size: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1.5rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .we_do_section .row .banners_slider .services_banners_slider .owl-nav button {
    width: 70px;
    height: 70px;
    color: #000 !important;
    border: 2px solid #000 !important;
    border-radius: 100px !important;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }
  .we_do_section .row .banners_slider .services_banners_slider .owl-nav button:hover {
    background-color: rgba(0, 0, 0, 0.4) !important;
    width: 100px;
  }
  .we_do_section .row .col {
    padding: 0rem !important;
    -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
            box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 1rem !important;
    border-radius: 20px !important;
  }
  .we_do_section .row .col h3 {
    font-size: 1.6rem;
    margin: 1.5rem 0rem 1.5rem 0rem !important;
  }
  .we_do_section .row .col p {
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
  .we_do_section .row .col a {
    font-size: 1.5rem;
    padding: 1.2rem 3.5rem;
  }
  .google_map {
    margin-top: -3.4rem;
  }
  .who_are_we {
    padding: 0rem 0.5rem 0rem 0.5rem;
  }
  .who_are_we .section_title {
    font-size: 2.5rem;
    margin-bottom: 0;
    font-family: 'Dancing Script', cursive;
    color: #493313;
  }
  .who_are_we .col {
    padding: 0rem !important;
    padding: 1rem !important;
  }
  .who_are_we .col h3 {
    font-size: 1.6rem;
    margin: 1.5rem 0rem 1.5rem 0rem !important;
  }
  .who_are_we .col p {
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
  .who_are_we .col a {
    font-size: 1.5rem;
    padding: 1.2rem 3.5rem;
  }
  .gallery_section {
    padding: 0rem 0.5rem 0rem 0.5rem;
  }
  .gallery_section .section_title {
    font-size: 2.5rem;
    margin-bottom: 0;
    font-family: 'Dancing Script', cursive;
    color: #493313;
  }
  .gallery_section .col {
    padding: 0rem !important;
    padding: 1rem !important;
  }
  .testimonial_section .owl-dots {
    display: none !important;
  }
  form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  img.mfp-img {
    margin-top: 40%;
  }
}

/* Mobile Media Query End */
/* what's App Link Button */
.whats-app-fixed-area > .whats-app-btn > a {
  position: fixed;
  left: 3.4%;
  bottom: 5%;
  width: 50px;
  height: 50px;
  z-index: 9999999999999999;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.whats-app-fixed-area > .whats-app-btn > a:hover {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.whats-app-fixed-area > .whats-app-btn > a:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #077703;
  border-radius: 50%;
  -webkit-animation: animate 2s linear infinite;
          animation: animate 2s linear infinite;
}

.whats-app-fixed-area > .whats-app-btn > a:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-animation: animate 2s 1s linear infinite;
          animation: animate 2s 1s linear infinite;
}

@-webkit-keyframes animate {
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}

@keyframes animate {
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}

@-webkit-keyframes call {
  50% {
    -webkit-transform: rotate(50deg) scale(1);
            transform: rotate(50deg) scale(1);
  }
  100% {
    -webkit-transform: rotate(100deg) scale(1);
            transform: rotate(100deg) scale(1);
  }
}

@keyframes call {
  50% {
    -webkit-transform: rotate(50deg) scale(1);
            transform: rotate(50deg) scale(1);
  }
  100% {
    -webkit-transform: rotate(100deg) scale(1);
            transform: rotate(100deg) scale(1);
  }
}

/* live chat discussion */
@keyframes animate {
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}

@keyframes call {
  50% {
    -webkit-transform: rotate(50deg) scale(1);
            transform: rotate(50deg) scale(1);
  }
  100% {
    -webkit-transform: rotate(100deg) scale(1);
            transform: rotate(100deg) scale(1);
  }
}

/* Call us Link Button */
.call-us-fixed-area > .call-us-btn > a {
  position: fixed;
  left: 3.4%;
  bottom: 15%;
  width: 50px;
  height: 50px;
  z-index: 9999999999999999;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.call-us-fixed-area > .call-us-btn > a:hover {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.call-us-fixed-area > .call-us-btn > a:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #000;
  border-radius: 50%;
  -webkit-animation: animate 2s linear infinite;
          animation: animate 2s linear infinite;
}

.call-us-fixed-area > .call-us-btn > a:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-animation: animate 2s 1s linear infinite;
          animation: animate 2s 1s linear infinite;
}
/*# sourceMappingURL=main.css.map */