/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/

/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url("https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");

/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/

/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(css/font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
  box-sizing: border-box !important;
  transition: ease all 0.5s;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden !important;
}

body {
  color: #6c757d;
  font-size: 14px;
  font-family: "Sen", sans-serif;
  line-height: 1.80857;
  font-weight: normal;
  overflow-x: hidden !important;
}

a {
  color: #1f1f1f;
  text-decoration: none !important;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0;
  font-weight: normal;
  position: relative;
  padding: 0 0 10px 0;
  font-weight: normal;
  line-height: normal;
  color: #111111;
  margin: 0;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 13px;
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #212121;
  text-decoration: none !important;
  opacity: 1;
}

button:focus {
  outline: none;
}

ul,
li,
ol {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

p {
  margin: 20px;
  font-weight: 300;
  font-size: 15px;
  line-height: 24px;
}

a {
  color: #222222;
  text-decoration: none;
  outline: none !important;
}

a,
.btn {
  text-decoration: none !important;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

img {
  max-width: 100%;
  height: auto;
}

:focus {
  outline: 0;
}

.paddind_bottom_0 {
  padding-bottom: 0 !important;
}

.btn-custom {
  margin-top: 20px;
  background-color: transparent !important;
  border: 2px solid #ddd;
  padding: 12px 40px;
  font-size: 16px;
}

.lead {
  font-size: 18px;
  line-height: 30px;
  color: #767676;
  margin: 0;
  padding: 0;
}

.form-control:focus {
  border-color: #ffffff !important;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}

.navbar-form input {
  border: none !important;
}

.badge {
  font-weight: 500;
}

blockquote {
  margin: 20px 0 20px;
  padding: 30px;
}

button {
  border: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.full {
  float: left;
  width: 100%;
}

.layout_padding {
  padding-top: 90px;
  padding-bottom: 0px;
}

.toggle_menu {
    display: none;
  }

  .overlay .closebtn {
    display: none;
    
  }


  .overlay-content {
    float: right;
    margin: 30px 0px;
  }

  .overlay-content a{
    
    
    padding: 10px;
    font-size: 20px;;
  }

  .logo{
    float: left;
    max-width: 400px;
    height: auto;
    padding: 10px;
  }

  .grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 5px;
}



@media (max-width: 990px) {
/* header section start */

    .grid-container {
        display: block;
        
    }

    .contact_widget{
      text-align: center;
    }

  .header_section {
    width: 100%;
    float: left;
    background-color: #fefefd;
    height: auto;
    padding: 20px 0px;
  }

  .header_container{
    padding-left: 0 !important;
  }
  .logo {
    float: left;
    max-width: 300px;
  }

  .menu_main {
    font-size: 16px;
    color: #fff;
    float: left;
  }

  .call_text {
    margin: 0px 30px;
    text-align: center;
  }

  .call_text a {
    font-size: 18px;
    color: #252525;
  }
  .call_text a:hover {
    color: #7a8387;
  }

  .call_main {
    width: 50%;
    display: flex;
    margin: 0 auto;
  }

  .padding_right15 {
    color: #7a8387;
    padding-right: 10px;
  }
  .overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
  }

  .overlay .closebtn {
    display: block;
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 60px;
  }

  .overlay a {
    padding: 0px;
    text-decoration: none;
    font-size: 22px;
    color: #f1f1f1;
    display: block;
    transition: 0.3s;
  }

  .overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }

  .toggle_menu {
    display: block;
    top: 0px;
    position: relative;
  }

  .togle_3 {
    float: left;
  }

  .menu_text {
    display: flex;
  }

  .search_icon {
    width: 100%;
    float: left;
  }

  .padding_left_40 {
    padding-left: 40px;
  }

  .shoping_bag {
    float: left;
    padding: 0px 30px 0px 0px;
    margin: 0px;
  }

  /* header section end */
}

/* banner section start */

.banner_section {
  width: 100%;
  float: left;
  background-color: #e3e4e6;
  height: auto;
  background-size: cover;
  padding-top: 0px;
}

.banner_img {
  width: 100%;
  text-align: center;
}

.banner_taital_1 {
  width: 100%;
  float: left;
  font-size: 40px;
  color: #292929;
  text-transform: uppercase;
  font-weight: bold;
  padding-top: 140px;
}

.banner_taital {
  width: 100%;
  float: left;
  font-size: 50px;
  color: #2c5679;
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 0px;
}

.banner_text {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #262626;
  margin: 30px 0px;
}

.btn_main {
  width: 100%;
  float: left;
}

.more_bt {
  width: 170px;
  float: left;
  margin-left: 15px;
}

.more_bt a {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #fefefd;
  background-color: #000000;
  text-align: center;
  padding: 10px 0px;
}

.more_bt a:hover {
  color: #fefefd;
  background-color: #7a8387;
}

.more_bt.active a {
  color: #fefefd;
  background-color: #7a8387;
}

.contact_bt {
  width: 170px;
  float: left;
}

.contact_bt a {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #fefefd;
  background-color: #000000;
  text-align: center;
  padding: 10px 0px;
}

.contact_bt a:hover {
  color: #fefefd;
  background-color: #7a8387;
}

#my_slider a.carousel-control-prev {
  position: absolute;
  left: -60px;
  top: 95%;
  right: 0px;
}

#my_slider a.carousel-control-next {
  position: absolute;
  right: -60px;
  top: 95%;
  left: 0px;
  background: #7a8387;
  color: #fefefd;
}

#my_slider .carousel-control-prev,
#my_slider .carousel-control-next {
  width: 55px;
  height: 55px;
  background: #ffffff;
  opacity: 1;
  font-size: 40px;
  color: #000000;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  box-shadow: 0px 0px 30px 0px #e3e4e6;
}

#my_slider .carousel-control-prev:hover,
#my_slider .carousel-control-next:hover,
#my_slider .carousel-control-prev:focus,
#my_slider .carousel-control-next:focus {
  background: #7a8387;
  color: #fefefd;
}

/* banner section end */

/* services section start */

.services_section {
  width: 100%;
  float: left;
}

.services_taital {
  width: 100%;
  float: left;
  font-size: 40px;
  color: #202020;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}

.services_section_2 {
  width: 100%;
  float: left;
  padding: 90px 0px;
}

.corporate_text {
  width: 100%;
  float: left;
  color: #202020;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 20px 0px;
}

p.chunks_text {
  width: 80%;
  float: left;
  font-size: 16px;
  margin: 0px;
  color: #001431;
}

.readmore_button {
  width: 160px;
  float: left;
  margin-top: 10px;
}

.readmore_button a {
  width: 160px;
  float: left;
  font-size: 16px;
  color: #7a8387;
  padding: 0px;
  font-weight: bold;
  text-transform: uppercase;
}

.readmore_button a:hover {
  color: #202020;
}

.service_box .house_icon .image_2 {
  display: none;
}

.service_box:hover .house_icon .image_2 {
  display: block;
}

.service_box:hover .house_icon .image_1 {
  display: none;
}

.service_box:hover .corporate_text {
  color: #7a8387;
}

.service_box.active .corporate_text {
  color: #7a8387;
}

/* services section end */

/* about section start */

.about_section {
  width: 100%;
  float: left;
  padding: 0px 0px;
  background-color: #7a8387;
  height: auto;
}
.about_section1 {
  width: 100%;
  float: left;
  padding: 0px 0px;
  background-color: #000000;
  height: auto;
}
.about_section2 {
  width: 100%;
  float: left;
  padding: 0px 0px;
  background-color: #7a8387;
  height: auto;
}

.about_taital_main {
  width: 100%;
  float: left;
  
  padding: 30px;
}

.about_taital {
  width: 100%;
  float: left;
  font-size: 40px;
  font-weight: bold;
  color: #fefefd;
}

.about_text {
  width: 100%;
  float: left;
  font-size: 14px;
  color: #fefefd;
  margin-left: 0px;
}

.read_bt {
  width: 150px;
  float: left;
  margin-top: 30px;
}

.read_bt a {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  padding: 10px 0px;
  border-radius: 40px;
  font-weight: bold;
  text-transform: uppercase;
}

.read_bt a:hover {
  color: #000;
}

.arrow_icon {
  padding-left: 15px;
}

.padding_right0 {
  padding-right: 0px;
}

/* about section end */

/* portfolio section start */

.portfolio_section {
  width: 85%;
  float: right;
  padding-bottom: 90px;
}

.portfolio_taital {
  width: 100%;
  float: left;
  font-size: 40px;
  color: #272727;
  font-weight: 600;
  text-transform: uppercase;
}

.portfolio_section_2 {
  padding: 50px 0px;
  width: 100%;
}

.pets_section_2 {
  width: 100%;
  float: left;
  padding-top: 20px;
}

.image {
  display: block;
  width: 100%;
  height: auto;
  min-height: 300px;
}

.pets_section_2 .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: rgb(45, 45, 45, 0.5);
  margin: 0 auto;
}

.container_main {
  position: relative;
}

.container_main:hover .overlay {
  opacity: 1;
}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80%;
}

.some_text {
  width: 170px;
  margin: 0 auto;
  text-align: center;
}

.some_text a {
  text-align: center;
  font-size: 18px;
  color: #fefefd;
  text-transform: uppercase;
  font-weight: bold;
}

.some_text a:hover {
  color: #fefefd;
  text-transform: uppercase;
  font-weight: bold;
}

.padding_right0 {
  padding-right: 0px;
}

#custom_slider a.carousel-control-next {
  right: initial;
  left: -70px;
  top: 110px;
  color: #fefefd;
  background-color: #7a8387;
}

#custom_slider a.carousel-control-prev {
  left: -130px;
  right: initial;
  top: 110px;
}

#custom_slider .carousel-control-next,
#custom_slider .carousel-control-prev {
  width: 55px;
  height: 55px;
  background: #ffffff;
  opacity: 1;
  font-size: 30px;
  color: #111111;
  box-shadow: 0px 0px 30px 0px #e3e4e6;
}

#custom_slider .carousel-control-next:focus,
#custom_slider .carousel-control-next:hover,
#custom_slider .carousel-control-prev:focus,
#custom_slider .carousel-control-prev:hover {
  color: #fefefd;
  background-color: #7a8387;
}

/* portfolio section end */

/* company section start */

.company_section {
  width: 100%;
  float: left;
  background-image: url(../images/company-bg.png);
  height: auto;
  /* background-size: cover; */
  padding: 90px 0px;
}

.company_taital {
  width: 100%;
  font-size: 40px;
  color: #000000;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
}

.company_text {
  width: 100%;
  margin: 0 auto;
  font-size: 15px;
  color: #000000;
  text-align: center;
  padding: 50px 100px;
}

.readmore_bt {
  width: 200px;
  margin: 0 auto;
  text-align: center;
}

.readmore_bt a {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #ffffff;
  background-color: #000000;
  text-align: center;
  padding: 12px 0px;
  text-transform: uppercase;
}

.readmore_bt a:hover {
  color: #000;
  background-color: #fefefd;
}

/* company section end */

/* customer section start */

.customer_section {
  width: 100%;
  float: left;
}

.customer_taital {
  width: 100%;
  float: left;
  font-size: 40px;
  color: #242424;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
}

.customer_section_2 {
  width: 90%;
  margin: 0 auto;
  padding-top: 50px;
}

.client_box {
  width: 100%;
  display: flex;
  border: 1px solid #000000;
  padding: 30px;
}

.client_left {
  width: 20%;
}

.client_middle {
  width: 30%;
  padding-top: 40px;
  padding-left: 20px;
}

.client_right {
  width: 50%;
  padding-top: 30px;
}

.client_img {
  width: 100%;
  float: left;
}

.client_text {
  width: 100%;
  float: left;
  font-size: 20px;
  color: #090909;
  font-weight: bold;
  padding: 0px;
}

.consectetur_text {
  width: 100%;
  float: left;
  font-size: 20px;
  color: #000000;
  margin: 0px;
}

.lorem_text {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #090909;
  margin: 0px;
}

#main_slider a.carousel-control-prev {
  left: 80px;
  top: 180px;
}
#main_slider a.carousel-control-next {
  right: 80px;
  top: 180px;
  color: #f7ce5c;
}

#main_slider .carousel-control-next,
#main_slider .carousel-control-prev {
  width: 55px;
  height: 55px;
  opacity: 1;
  font-size: 16px;
  color: #0b0b0b;
}

#main_slider .carousel-control-next:focus,
#main_slider .carousel-control-next:hover,
#main_slider .carousel-control-prev:focus,
#main_slider .carousel-control-prev:hover {
  color: #f7ce5c;
}

/* customer section end */

.newsletter_section {
  width: 100%;
  float: left;
  padding-bottom: 90px;
}

.newsletter_main {
  width: 100%;
  display: flex;
}

.newsletter_taital {
  width: 100%;
  float: left;
  font-size: 40px;
  color: #111111;
  font-weight: bold;
  padding-bottom: 0px;
  font-family: "Poppins", sans-serif;
}

.get_bt {
  width: 500px;
  float: right;
  padding-top: 50px;
}

.get_bt a {
  width: 100%;
  float: left;
  font-size: 18px;
  color: #ffffff;
  background-color: #000000;
  padding: 12px;
  border-radius: 40px;
  text-align: center;
}

.get_bt a:hover {
  color: #ffffff;
  background-color: #7a8387;
}

.dummy_text {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #2c2c2c;
  margin: 0px;
  padding-top: 10px;
}

/* contact section start */

.contact_section {
  width: 100%;
  float: left;
}

.contact_main {
  width: 60%;
  margin: 0 auto;
  text-align: center;
}

.contact_taital {
  width: 100%;
  float: left;
  font-size: 40px;
  color: #202020;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}

.form-group {
  margin-bottom: 30px;
}

.email-bt {
  color: #969695;
  width: 100%;
  height: 55px;
  font-size: 18px;
  padding: 20px 20px 0px 0px;
  background-color: transparent !important;
  border-bottom: 1px solid #838383 !important;
  border: 0px;
}

input.email-bt::placeholder {
  color: #969695;
}

.massage-bt {
  color: #969695;
  width: 100%;
  height: 55px;
  font-size: 18px;
  padding: 20px 20px 0px 0px;
  background-color: transparent !important;
  border-bottom: 1px solid #838383 !important;
  border: 0px;
}

textarea#comment::placeholder {
  color: #969695;
}

.send_bt {
  width: 170px;
  margin: 0 auto;
  padding-top: 30px;
}

.send_bt button {
  width: 100%;
  float: left;
  color: #fefefd;
  font-size: 16px;
  padding: 10px 0px;
  background-color: #000000;
  border-radius: 30px;
  text-transform: uppercase;
  font-weight: bold;
}

.send_bt button:hover {
  color: #fefefd;
  background-color: #7a8387;
}

/* contact section end */

/* footer section start */

.footer_section {
  width: 100%;
  float: left;
  background-color: #252525;
  height: auto;
  padding: 60px 0px 20px 0px;
}

.footer_section {
  width: 100%;
  float: left;
}

.newsletter_text {
  width: 100%;
  text-align: center;
  font-size: 20px;
  color: #fefefd;
  text-transform: uppercase;
}

.location_text {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}

.location_text ul {
  margin: 0px;
  padding: 0px;
  display: inline-block;
  text-align: center;
}

.location_text li {
  float: left;
  font-size: 16px;
  color: #fefefd;
  padding: 0px 70px 30px 70px;
}

.location_text a {
  color: #fefefd;
}

.location_text li a:hover {
  color: #000000;
}

.padding_15 {
  padding-right: 15px;
  font-size: 30px;
  position: relative;
  top: 4px;
}

.frorm_box {
  width: 40%;
  margin: 0 auto;
  text-align: center;
  padding-top: 10px;
}

.update_text {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #5a5959;
  margin: 0px;
  text-align: left;
}

.update_mail {
  color: #3b3b3b;
  width: 100%;
  height: 43px;
  font-size: 18px;
  padding: 10px 20px 0px 20px;
  background-color: #ffffff;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  display: block;
  margin-top: 20px;
  border: 0px;
}

.subscribe_bt {
  width: 200px;
  margin: 0 auto;
  text-align: center;
  padding-top: 30px;
}

.subscribe_bt a {
  width: 100%;
  float: left;
  color: #ffffff;
  font-size: 16px;
  padding: 5px 0px;
  background-color: #000000;
  text-transform: uppercase;
  text-align: center;
  border-radius: 40px;
}

.subscribe_bt a:hover {
  color: #363636;
  background-color: #fefefd;
}

.follow_text {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 20px;
  color: #fefefd;
  text-transform: uppercase;
  padding-top: 30px;
}

.footer_social_icon {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.footer_social_icon ul {
  margin: 0px;
  padding: 0px;
  display: inline-block;
}

.footer_social_icon li {
  float: left;
}
.footer_social_icon li a {
  float: left;
  padding: 5px 10px;
  background-color: #fefefd;
  color: #252525;
  border-radius: 100%;
  font-size: 19px;
  margin-right: 5px;
  width: 44px;
  text-align: center;
  margin-top: 10px;
}

.footer_social_icon li a:hover {
  background-color: #fefefd;
  color: #000000;
}

/* footer section end */

/* copyright section start */

.copyright_section {
  width: 100%;
  float: left;
  background-color: #ffffff;
  height: auto;
}

.copyright_text {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #000;
  margin: 20px 0px;
  text-align: center;
  font-family: "Poppins", sans-serif;
}

.copyright_text a {
  color: #000;
}

.copyright_text a:hover {
  color: #000000;
}

/* copyright section end */

.margin_top90 {
  margin-top: 90px;
}

@keyframes mymove {
  0% {
    opacity: 1;

  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* Keyframes */
@keyframes wiggle {
    0%, 7% {
      transform: rotateZ(0);
    }
    15% {
      transform: rotateZ(-15deg);
    }
    20% {
      transform: rotateZ(10deg);
    }
    25% {
      transform: rotateZ(-10deg);
    }
    30% {
      transform: rotateZ(6deg);
    }
    35% {
      transform: rotateZ(-4deg);
    }
    40%, 100% {
      transform: rotateZ(0);
    }
  }

  @keyframes float {
    0% {
      box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
      transform: translatey(0px);
      opacity: 1;
    }
    50% {
      box-shadow: 0 25px 15px 0px rgba(0,0,0,0.2);
      transform: translatey(-20px);
      opacity: 0;
    }
    100% {
      box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
      transform: translatey(0px);
      opacity: 1;
    }
  }

#loading {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: #fff;
  z-index: 99999;
  
}

#loading-img img {
  width: 300px;
  height: auto;
  margin: auto;
}

#loading-img .lottie{
  width: 400px;
  height: auto;
  margin: auto;
  
}

#loading-img {
  position: relative;
  /* animation: float 3s infinite;
  animation-timing-function: ease-in-out; */
  display: flex;
  width: 100%;
  height: 100vh;
  align-items: center;
  /* background: url('../images/logo_anim.gif') center no-repeat; */
}

.closebtn-logo {
  position: absolute;
  top: 40px;
  right: 40px;
  font-size: 50px;
}

.float{
  position: fixed;
  bottom: 16rem;
  right: 30px;
}

.float i{
  font-size: 45px;
  color: #25D366;
}

#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #0b0b0b; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 100%; /* Rounded corners */
  font-size: 13px; /* Increase font size */
}

#myBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}

.service_img{
  filter: grayscale();
}

.service_img:hover{
  filter:none;
}
.font-set-size{
  font-size: 20px !important;
  color: #000;
  font-weight: bold;
}
.text-border1{
  border: 1px solid rgb(255 197 44);
  width:200px !important;
  padding:20px !important;
  text-align: center;
  margin-left:25px !important
}
.text-border1 a{
  color: #000;
  font-weight: bold;
}
.text-h3-1{
  color: rgb(255, 203, 32);
  text-align: center;
  font-size: 40px;
  display:none;
}

@media (max-width: 990px) {
  
  .mb-desk{
    display: block !important;
  }
     .mb-mob{
      display: none !important;
     }
     .text-about-font{
      font-size: 18px !important;
      line-height: 30px !important;
      text-align: justify;
      padding-left:0px !important;
    }
    .class-h1 h1 {
      padding-left: 0px !important;
      text-align: center;
      text-decoration: none; /* remove default underline */
      position: relative; /* for positioning the pseudo-element */
  }
  
  
  
    }

    .text-about-font{
      font-size: 20px;
      line-height: 37px;
      text-align: justify;
      padding-left:73px;
    }
    .head-about{
      padding-left:35px !important;
      color:#baa170 !important;
      font-size: 35px !important;
      padding-top:21px !important;
      font-weight:600!important;
      
    }
    .class-h1 h1 {
      padding-left: 75px;
      font-size: 32px !important;
      font-weight: 900;
     color:#baa170 !important;
    }
    .class-div-border {
      border-left: 1px solid; /* Adjust thickness as desired */
      border-color:#baa170 !important;;
      margin-top: -20px !important;
      padding-top:173px !important;
    }
    
    .cot-text {
      color:#baa170 !important;
      font-size: 42px !important;
      font-weight: 900;
      padding-left:30px !important;
    }
    .anchor-div{
      border:3px solid;
      border-image: linear-gradient(to bottom, #d4af37, #ffd700) 1;
      padding:20px !important;
      font-weight: bold;
     color:#baa170 !important;
      font-size:23px !important;
      
    }
    .div-cont-anc{
      margin-top:-108px !important;
    }
    .txt-send-hr{
      border-left: 1px solid; /* Adjust thickness as desired */
      border-color:#baa170 !important;
      margin-top: 0px !important;
    }
    .img-set-banner{
      text-align: center;
      width:257px !important;
      height:242px !important;
    }