/* Replace below url with google fonts to be used */
@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/* // Color */
/* // fonts */
/* Line Height */
/* // padding */
/* // margin */
/* // font-weight */
/* text-transform */
/* Font Size */
#profile-sec {
  background-color: #F1F1F1;
}
#profile-sec .top-left-corner-image {
  width: 50px;
  height: 50px;
  top: 0;
  position: absolute;
}
#profile-sec .contact-icons {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
#profile-sec .logo-image {
  width: 85px;
  height: auto;
  margin: auto;
  display: block;
}
#profile-sec .user-box {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
@media (max-width: 350px) {
  #profile-sec .user-box .profile-content {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }
}
#profile-sec h1 {
  font-weight: 600;
  font-size: 21px;
  line-height: 24px;
  margin: 0;
  color: #1F1818;
  text-align: start;
  text-transform: uppercase;
}
#profile-sec h1 span {
  color: #F18D3D;
}
#profile-sec .designation {
  font-size: 15px;
  color: #353434;
  font-weight: 500;
}
#profile-sec .btn-sec {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
#profile-sec a {
  text-decoration: none;
}
#profile-sec .address {
  display: flex;
  align-items: center;
}
#profile-sec .address p {
  font-size: 15px;
  text-align: justify;
  color: #353434;
  font-weight: 400;
  margin: 0;
}
#profile-sec #contact-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
#profile-sec #contact-details P {
  margin: 0;
}
#profile-sec #contact-details P a {
  font-weight: 400;
  font-size: 15px;
  color: #353434;
  text-decoration: none;
  display: flex;
  align-items: center;
}
@media (max-width: 349px) {
  #profile-sec #contact-details P a {
    font-size: 14px;
  }
}
#profile-sec .certificate {
  position: absolute;
  top: 10px;
  right: 15px;
}
#profile-sec .logo {
  margin: 15px auto 20px auto;
  display: block;
  width: 140px;
  -o-object-fit: cover;
  object-fit: cover;
}
#profile-sec .user-name-details-box .user-name-image-sec {
  display: flex;
  align-items: center;
  margin: 0 20px;
}
@media (max-width: 400px) {
  #profile-sec .user-name-details-box .user-name-image-sec {
    margin: 0 10px;
  }
}
#profile-sec .user-name-details-box .user {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 10px solid #fff;
  position: relative;
}
@media (max-width: 435px) {
  #profile-sec .user-name-details-box .user {
    width: 120px;
    height: 120px;
  }
}
#profile-sec .user-name-details-box h1 {
  font-size: 18px;
  margin-left: 5px;
  color: #282828;
  padding-bottom: 10px;
  line-height: 160%;
  text-align: center;
}
#profile-sec .user-name-details-box h1 span {
  font-style: italic;
  font-size: 17px;
}
@media (max-width: 435px) {
  #profile-sec .user-name-details-box h1 {
    font-size: 18px;
    padding-bottom: 10px;
  }
}
#profile-sec .user-name-details-box .user-box {
  background-color: #F18D3D;
  padding: 30px 0;
}
@media (min-width: 450px) {
  #profile-sec .user-name-details-box .user-box .row-item {
    display: flex;
    position: relative;
    overflow: hidden;
  }
  #profile-sec .user-name-details-box .user-box .row-item .col-box {
    flex: 0 0 auto;
    width: 50%;
    padding: 0px 10px;
  }
}
#profile-sec .user-name-details-box .contact-details-sec {
  align-items: center;
  overflow: hidden;
  margin-bottom: 10px;
}
#profile-sec .user-name-details-box .contact-details-sec .icon-box {
  background: #ffffff;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  line-height: 35px;
  padding: 0;
  display: flex;
  float: left;
}
#profile-sec .user-name-details-box .contact-details-sec .icon-box img {
  margin: auto;
  display: block;
  line-height: 35px;
}
#profile-sec .user-name-details-box .contact-details-sec .content-box {
  overflow: hidden;
}
#profile-sec .user-name-details-box .contact-details-sec .content-box p {
  color: #ffffff;
  font-size: 15px;
  margin: 0;
}
#profile-sec .user-name-details-box .contact-details-sec .content-box p a {
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  word-break: break-all;
}

.goog-te-gadget {
  font-family: arial;
  font-size: 11px;
  color: transparent !important;
  white-space: nowrap;
  position: absolute;
  right: 15px;
  top: 18px;
}

.goog-logo-link,
.goog-logo-link:link,
.goog-logo-link:visited,
.goog-logo-link:hover,
.goog-logo-link:active {
  font-size: 12px;
  font-weight: bold;
  color: #444;
  text-decoration: none;
  display: none;
}

.goog-te-gadget .goog-te-combo {
  margin: 0;
  border: 0;
  padding: 5px;
  border-radius: 5px;
}

.goog-te-banner-frame.skiptranslate {
  display: none !important;
}

body {
  top: 0px !important;
}

video {
  width: 100%;
}

.goog-te-gadget .goog-te-combo {
  margin: 4px 0;
  background: #F18D3D !important;
  font-family: "Rubik", sans-serif;
  color: #ffffff;
  border-radius: 50px;
  padding: 5px;
  position: absolute;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  right: 0;
  top: -12px;
}

.b-b-line {
  width: 100%;
  height: 1px;
  background: #F18D3D;
  margin: 10px 0;
}

img.arrow-top-main-card {
  position: absolute;
  top: 12px;
}

img.pattern-top-main-card {
  position: absolute;
  right: 21px;
  top: 60px;
}

.arrow-bottom-main-card {
  position: relative;
}

img.arrow-bottom-main-card {
  position: relative;
  float: right;
  top: 15px;
}

img.pattern-bottom-main-card {
  position: relative;
  top: 15px;
  left: 19px;
}

#about-sec {
  background: url(../images/body-bg-image.jpg);
  background-size: cover;
}
#about-sec .about-image {
  max-width: 260px;
  margin: auto;
  display: block;
}
#about-sec img.pattern-left-main-card {
  position: relative;
  left: 15px;
  margin-top: -45px;
}
#about-sec h2 {
  margin-top: -22px;
  position: relative;
}
#about-sec img.arrow-bottom-main-card {
  position: relative;
  float: right;
  margin-top: -5px;
}

#vision-mission {
  background: url(../images/vision.jpg) center center no-repeat;
  height: 310px;
  background-size: cover;
}
#vision-mission p {
  font-family: "Rubik", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.02em;
}
#vision-mission img {
  position: absolute;
  transform: rotate(92deg);
  left: 12%;
  top: -6px;
}

#service-card-1 {
  background: url(../images/body-bg-image.jpg);
  background-size: cover;
}
#service-card-1 .service-shape-1 {
  position: absolute;
  right: 0px;
  top: 20px;
}
#service-card-1 .title-first {
  position: absolute;
  font-size: 24px;
  top: 83px;
  left: 25px;
  text-transform: uppercase;
}
@media (min-width: 355px) {
  #service-card-1 .title-first {
    font-size: 27px;
    top: 100px;
  }
}
#service-card-1 .title-first span.service-title {
  font-size: 20px;
  font-weight: 500;
  position: relative;
  text-transform: capitalize;
}
#service-card-1 .title-first span.service-title::after {
  content: "";
  background: url(../images/services/title-icon.svg);
  width: 44px;
  height: 45px;
  left: 50px;
  position: absolute;
}
#service-card-1 img.img-fluid.service-prod-first {
  width: 100%;
  position: relative;
  margin-top: -260px;
}
#service-card-1 .arrow1 {
  -webkit-animation: slide1 2s ease-in-out infinite;
          animation: slide1 2s ease-in-out infinite;
  margin-left: 5px;
}
@-webkit-keyframes slide1 {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(10px, 0);
  }
}
@keyframes slide1 {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(10px, 0);
  }
}
#service-card-1 .contact-now-btn {
  color: #ffffff;
  background: linear-gradient(97.07deg, #1F1818 11.92%, rgba(55, 55, 55, 0.8) 103.36%);
  font-size: 14px;
  padding: 5px 15px;
  border-radius: 50px;
  text-decoration: none;
  position: absolute;
  z-index: 999;
  bottom: 10px;
  box-shadow: 14px 4px 31px rgba(0, 0, 0, 0.3);
  right: 15px;
}
#service-card-1 .contact-now-btn:hover {
  background-color: #F18D3D;
  color: #ffffff;
}
#service-card-1 .contact-now-btn:hover i {
  margin-left: 5px;
}
#service-card-1 .service-card-image {
  margin-top: 40px;
  position: relative;
}

#service-card-2 {
  background: url(../images/body-bg-image.jpg);
  background-size: cover;
}
#service-card-2 .service-card-image {
  margin-top: 60px;
  position: relative;
}
@media (max-width: 350px) {
  #service-card-2 .service-card-image {
    margin-top: 70px;
  }
}
#service-card-2 .shape-1 {
  width: 100%;
}
#service-card-2 .service-shape-1 {
  position: absolute;
  left: 0px;
  top: 20px;
}
#service-card-2 .title-first {
  position: absolute;
  font-size: 24px;
  top: 85px;
  right: 25px;
  text-transform: uppercase;
}
@media (min-width: 355px) {
  #service-card-2 .title-first {
    font-size: 27px;
    top: 108px;
    right: 30px;
  }
}
#service-card-2 .title-first span.service-title {
  font-size: 20px;
  font-weight: 500;
  position: relative;
  text-transform: capitalize;
}
#service-card-2 .title-first span.service-title::after {
  content: "";
  background: url(../images/services/title-icon.svg);
  width: 44px;
  height: 45px;
  left: 50px;
  position: absolute;
}
#service-card-2 img.img-fluid.service-prod-first {
  width: 100%;
  position: relative;
  margin-top: -260px;
}
@media (min-width: 400px) {
  #service-card-2 img.img-fluid.service-prod-first {
    margin-top: -295px;
  }
}
#service-card-2 .arrow1 {
  -webkit-animation: slide1 2s ease-in-out infinite;
          animation: slide1 2s ease-in-out infinite;
  margin-left: 5px;
}
@keyframes slide1 {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(10px, 0);
  }
}
#service-card-2 .contact-now-btn {
  color: #ffffff;
  background: linear-gradient(97.07deg, #1F1818 11.92%, rgba(55, 55, 55, 0.8) 103.36%);
  font-size: 14px;
  padding: 5px 15px;
  border-radius: 50px;
  text-decoration: none;
  position: absolute;
  z-index: 999;
  bottom: 10px;
  box-shadow: 14px 4px 31px rgba(0, 0, 0, 0.3);
  right: 15px;
}
#service-card-2 .contact-now-btn:hover {
  background-color: #F18D3D;
  color: #ffffff;
}
#service-card-2 .contact-now-btn:hover i {
  margin-left: 5px;
}

.btn-flex {
  display: flex;
  margin: auto;
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 991px) {
  .btn-flex {
    top: 28%;
  }
}

.ripple-block {
  position: relative;
  width: 8em;
  height: 8em;
  margin: auto;
  width: 5rem;
  height: 5rem;
}

.fa-play-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.5em;
  color: #F18D3D;
  z-index: 999;
  transition: color 1500ms ease;
}
.ripple-block:hover .fa-play-circle, .ripple-block:active .fa-play-circle, .ripple-block:focus .fa-play-circle {
  color: #F18D3D;
}

.ripple {
  position: absolute;
  width: 8em;
  height: 8em;
  background: #fff;
  border-radius: 50%;
  -webkit-animation: ripple 5s ease-in-out infinite;
          animation: ripple 5s ease-in-out infinite;
  transition: background 1500ms ease;
  width: 5rem;
  height: 5rem;
}
.ripple-block:hover .ripple, .ripple-block:active .ripple, .ripple-block:focus .ripple {
  background: rgba(255, 255, 255, 0.849);
}

@media (prefers-reduced-motion) {
  .fa-play-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 5em;
    color: #ffffff;
  }
  .ripple-block .ripple {
    -webkit-animation: none;
            animation: none;
    display: none;
  }
}
.ripple-block .ripple-1 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.ripple-block .ripple-2 {
  -webkit-animation-delay: 1.6666666667s;
          animation-delay: 1.6666666667s;
}

.ripple-block .ripple-3 {
  -webkit-animation-delay: 3.3333333333s;
          animation-delay: 3.3333333333s;
}

@-webkit-keyframes ripple {
  0% {
    transform: scale(0.2);
    opacity: 0;
  }
  50% {
    opacity: 0.9;
  }
  100% {
    transform: scale(8em);
    opacity: 0;
  }
}

@keyframes ripple {
  0% {
    transform: scale(0.2);
    opacity: 0;
  }
  50% {
    opacity: 0.9;
  }
  100% {
    transform: scale(8em);
    opacity: 0;
  }
}
.video-position {
  position: absolute;
  z-index: 9999;
  top: -10px;
  margin: auto;
  display: block;
  left: 0;
  right: 0;
}
@media (max-width: 355px) {
  .video-position {
    top: -61px;
  }
}

i.fa-solid.fa-magnifying-glass-plus {
  color: #fff;
  text-align: center;
  margin: auto;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0.9;
  font-size: 51px;
}

#Honest-value {
  background: url(../images/body-bg-image.jpg);
  background-size: cover;
}
#Honest-value img.arrow-bottom-main-card {
  position: relative;
  float: right;
  top: 58px;
}
#Honest-value img.arrow-top-main-card {
  position: absolute;
  top: 85px;
  left: 8px;
}
#Honest-value .content-box {
  position: relative;
  margin-top: -30px;
}
#Honest-value .content-box .contact-now-btn {
  color: #ffffff;
  background: linear-gradient(97.07deg, #1F1818 11.92%, rgba(55, 55, 55, 0.8) 103.36%);
  font-size: 14px;
  padding: 5px 15px;
  border-radius: 50px;
  text-decoration: none;
  z-index: 999;
  bottom: 10px;
  box-shadow: 14px 4px 31px rgba(0, 0, 0, 0.3);
  right: 15px;
}
#Honest-value .content-box .contact-now-btn:hover {
  background-color: #F18D3D;
  color: #ffffff;
}
#Honest-value .content-box .arrow1 {
  -webkit-animation: slide1 2s ease-in-out infinite;
          animation: slide1 2s ease-in-out infinite;
  margin-left: 5px;
}
@keyframes slide1 {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(10px, 0);
  }
}
#Honest-value .btn-sec {
  display: flex;
  justify-content: space-around;
  bottom: 45px;
  width: 250px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
}
@media (min-width: 400px) {
  #Honest-value .honest-value-images {
    width: 85%;
  }
}

#qr-code {
  background: url(../images/body-bg-image.jpg);
  background-size: cover;
}
#qr-code .txt-title {
  color: #000000;
  font-size: 20px;
  font-weight: 500;
}
#qr-code .txt-title span {
  color: #F18D3D;
}
#qr-code .shape-2 {
  position: absolute;
  right: 15px;
  transform: rotate(180deg);
}
#qr-code .shape-1 {
  position: absolute;
  top: 15px;
}
#qr-code .contact-now-btn {
  color: #ffffff;
  background: linear-gradient(97.07deg, #1F1818 11.92%, rgba(55, 55, 55, 0.8) 103.36%);
  font-size: 14px;
  padding: 10px 30px;
  border-radius: 50px;
  text-decoration: none;
  margin: auto;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  z-index: 999;
  box-shadow: 14px 4px 31px rgba(0, 0, 0, 0.3);
}
#qr-code .contact-now-btn:hover {
  background-color: #F18D3D;
  color: #ffffff;
  box-shadow: none;
}

section#link-sec {
  background: url(../images/body-bg-image.jpg);
  background-size: cover;
  padding: 15px;
  z-index: 9999;
  position: relative;
}
section#link-sec a.btns {
  font-weight: 400;
  font-size: 15px;
  color: #ffffff;
  background: linear-gradient(97.07deg, #1F1818 11.92%, rgba(55, 55, 55, 0.8) 103.36%);
  font-size: 14px;
  color: #ffffff;
  margin: 5px 10px;
  text-align: center;
  display: inline-table;
  font-weight: 500;
}
section#link-sec .shape-2 {
  position: absolute;
  transform: rotate(270deg);
  float: right;
  right: 25px;
  margin-top: -100px;
}
section#link-sec #other-links {
  position: relative;
  background-color: transparent;
  padding: 20px 0 10px;
  right: 0px;
  width: 100%;
}
section#link-sec #other-links ul {
  text-align: center;
  position: relative;
  z-index: 99999;
  text-align: center;
}
section#link-sec #other-links ul li {
  display: inline-block;
  padding: 5px 5px;
  margin: 5px;
  border-radius: 50px;
  color: #ffffff;
  background: linear-gradient(97.07deg, #1F1818 11.92%, rgba(55, 55, 55, 0.8) 103.36%);
  font-size: 14px;
  width: 49%;
  margin: 10px 0;
  box-shadow: 14px 4px 31px rgba(0, 0, 0, 0.3);
}
section#link-sec #other-links ul li:last-child {
  width: 100%;
}
@media (max-width: 358px) {
  section#link-sec #other-links ul li {
    width: 100%;
  }
}
section#link-sec #other-links ul li a {
  text-decoration: none;
  color: #ffffff;
}
section#link-sec #other-links ul li a img {
  display: block;
  display: inline-block;
  width: auto;
  font-size: 15px;
}
section#link-sec #other-links ul li a img.share-img {
  border: none;
}
section#link-sec #other-links ul li a span {
  display: inline-block;
  color: #ffffff;
  font-weight: 400;
  font-size: 15px;
  font-family: "Rubik", sans-serif;
}
section#link-sec #other-links ul li a.addtocontactbtns {
  display: inline-block;
  color: #ffffff;
  font-size: 15px;
  width: 100% !important;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
}
section#link-sec #other-links ul li a.addtocontactbtns:hover {
  background: transparent;
}

#other-links {
  position: relative;
  background-color: #F18D3D;
  padding: 20px 0 10px;
  margin: 0;
  right: 0px;
  width: 100%;
}
#other-links ul {
  text-align: center;
}
#other-links ul li {
  display: inline-block;
  list-style: none;
  width: 49%;
  padding: 0;
  margin: 0;
}
#other-links ul li a {
  font-size: 14px;
  line-height: 160%;
  padding: 0px;
  color: #ffffff;
  text-align: center;
  margin: 0;
  font-weight: 400;
  background: transparent;
}
#other-links ul li a img {
  display: inline-block;
  width: 17px;
  height: 20px;
}
#other-links ul li a:hover {
  color: linear-gradient(97.07deg, #1F1818 11.92%, rgba(55, 55, 55, 0.8) 103.36%), #FFFFFF;
}

@media (max-width: 500px) {
  #other-links ul li a img {
    display: block;
    display: inline-block;
    width: 20px;
  }
  #other-links ul li a img.share-img {
    border: none;
  }
  #other-links ul li a span {
    display: block;
  }
  #other-links ul li a.addtocontactbtns {
    display: block;
    padding: 3px 10px;
    border-radius: 5px;
    font-size: 12px;
    border: none;
  }
}
section#link-sec #other-links ul li a.addtocontactbtns:hover {
  background: transparent;
}

.working-hrs-box {
  background: #fff;
  width: 90%;
  padding: 10px;
  margin: 15px auto;
  border-radius: 10px;
}
@media (max-width: 358px) {
  .working-hrs-box {
    padding: 8px;
    font-size: 16px !important;
    background: transparent;
    width: 100%;
  }
}

#social-link-sec #website-add {
  background-color: #F18D3D;
  color: #fff;
  padding: 5px;
  text-decoration: none;
}
#social-link-sec #website-add a {
  color: #fff;
  text-decoration: none;
}

section#social-link-sec {
  margin-bottom: 40px !important;
  background: url(../images/body-bg-image.jpg);
  background-size: cover;
}

.working-hrs-box img.hrs-img {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}

.navbar-box-sec {
  background-color: #e2e2e2;
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 9999;
  margin-top: 10px;
}
.navbar-box-sec #business-card {
  padding: 0;
  position: relative;
  margin-bottom: 0px;
}
.navbar-box-sec .main-card-sec {
  position: relative;
  background-color: transparent;
  padding: 0;
  margin-top: 0px;
  overflow: hidden;
}
.navbar-box-sec .main-card-sec .nav {
  justify-content: space-between;
  margin: 0 15px;
}
@media (max-width: 330px) {
  .navbar-box-sec .main-card-sec .nav {
    margin: 0px 4px;
  }
}
@media (min-width: 331px) and (max-width: 400px) {
  .navbar-box-sec .main-card-sec .nav {
    margin: 0px 10px;
  }
}
.navbar-box-sec .main-card-sec .nav li a {
  color: #000;
  font-size: 13px;
  font-weight: 400;
  display: inline-grid;
  padding: 0.5rem;
}
.navbar-box-sec .main-card-sec .nav li a img {
  margin: auto;
  height: 20px;
  width: auto;
}

button.floting {
  border: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(97.07deg, #1F1818 11.92%, rgba(55, 55, 55, 0.8) 103.36%);
  position: fixed;
  bottom: 80px;
  z-index: 9999;
  margin-left: auto;
  right: 5px;
  display: block;
}

.toggle-read {
  border: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(97.07deg, #1F1818 11.92%, rgba(55, 55, 55, 0.8) 103.36%);
  position: fixed;
  bottom: 80px;
  z-index: 9999;
  margin-left: auto;
  display: block;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3019607843);
}
.toggle-read a {
  cursor: pointer;
  border: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: auto;
  display: block;
  text-align: center;
  line-height: 50px;
}

.showHide a i {
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  color: #fff;
  padding: 0;
  font-size: 21px;
  border-radius: 3px;
}

.fa-facebook-f {
  background: #4267b2;
}

.fa-whatsapp {
  background: #25d366;
}

.fa-envelope {
  background-color: linear-gradient(97.07deg, #1F1818 11.92%, rgba(55, 55, 55, 0.8) 103.36%);
}

.fa-location-dot {
  background-color: #4A89F3;
}

.floating-btn-cls {
  display: flex;
  justify-content: right;
  margin-right: 10px;
}
.floating-btn-cls .right-box {
  margin-right: 220px;
}
.floating-btn-cls .showHide {
  position: fixed;
  bottom: 97px;
  z-index: 9999;
  background: #fff;
  padding: 5px;
  border-radius: 5px;
  box-shadow: 5px 2px 20px rgba(0, 0, 0, 0.17);
}

#floating-btn-sec {
  display: flex;
  justify-content: right;
  margin-right: 10px;
}
#floating-btn-sec button.floating-btn {
  position: fixed;
  z-index: 9999;
  background: linear-gradient(97.07deg, #1F1818 11.92%, rgba(55, 55, 55, 0.8) 103.36%), #FFFFFF;
  width: 50px;
  height: 50px;
  border: 0;
  border-radius: 50%;
  color: #fff;
  font-size: 30px;
  bottom: 75px;
  box-shadow: 1px 4px 15px 5px rgba(240, 240, 240, 0.09);
}

.btn-sec {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.btn-sec .btns {
  padding: 3px 10px;
  font-size: 15px;
  font-weight: 400;
  background: linear-gradient(97.07deg, #1F1818 11.92%, rgba(55, 55, 55, 0.8) 103.36%), #FFFFFF;
  color: #ffffff;
  margin: 15px auto;
  outline: 0;
  transition: all ease-in-out;
  font-family: "Rubik", sans-serif;
}
@media (max-width: 330px) {
  .btn-sec .btns {
    margin: 5px;
  }
}
.btn-sec a {
  text-decoration: none;
}
.btn-sec .whatsapp-btns {
  padding: 3px 10px;
  font-size: 15px;
  font-weight: 400;
  background: transparent;
  border: 0;
  color: #F18D3D;
  outline: 0;
  transition: all ease-in-out;
  font-family: "Rubik", sans-serif;
  border: 1px solid #F18D3D;
}

h1 {
  font-size: 18px;
  color: #000000;
  line-height: 150%;
  font-weight: 600;
  margin: 0;
}
h1 span {
  color: #F18D3D;
}

.designation P {
  margin: 0;
  font-weight: 500;
  font-size: medium;
  color: #F18D3D;
}

h3 {
  font-size: 24px;
  font-weight: 600;
  color: #F18D3D;
  padding: 20px 0 20px 0;
  margin: 0;
}
h3 span {
  color: #000000;
}
@media (max-width: 400px) {
  h3 {
    font-size: 19px !important;
  }
}

#contact-form-sec .sec-title {
  color: #ffffff !important;
}

.txt-title {
  color: #000000;
  font-size: 30px;
  font-weight: 700;
}
.txt-title span {
  color: #F18D3D;
}

p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
  color: #353434;
  margin-bottom: 5px;
}

body {
  font-family: "Rubik", sans-serif;
  font-size: 18px;
  line-height: 150%;
  color: #F18D3D;
  background-color: #C6DAC5;
  box-sizing: border-box;
  margin: auto;
  box-sizing: border-box;
  display: block;
}

#business-card {
  max-width: 400px;
  padding: 10px 10px 0px 10px;
  margin: auto;
  display: block;
}

a,
.button,
button {
  transition: 0.3s;
}

a:focus,
.button:focus,
button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  text-decoration: none;
}

a,
button {
  outline: medium none;
}

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

.img-rounded {
  border-radius: 40px;
}

#business-card {
  display: block;
  position: relative;
}

.main-card-sec {
  position: relative;
  background-color: #FFF;
  padding: 30px 0;
  margin-top: 20px;
  overflow: hidden;
}/*# sourceMappingURL=main.css.map */