@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap"); /* // Color */
/* // fonts */
/* Line Height */
/* // padding */
/* // margin */
/* // font-weight */
/* text-transform */
/* Font Size */
#profile-sec {
  background: url(../images/body-texture.svg);
}
#profile-sec .logo {
  width: 230px;
  padding: 7px 0;
  position: relative;
  z-index: 9999;
}
#profile-sec button a {
  color: #000000;
  text-decoration: none;
}
#profile-sec .circle {
  width: 300.91px;
  height: 300.91px;
  background: rgba(233, 216, 117, 0.15);
  filter: blur(100px);
  position: absolute;
  right: -150px;
  top: -150px;
}
#profile-sec .images-section {
  position: relative;
  width: 250px;
  height: 160px;
  margin: auto;
  display: block;
  margin-top: 15px;
}
#profile-sec .images-section::before {
  content: "";
  background: url(../images/corner-angle.svg);
  width: 30px;
  height: 30px;
  position: absolute;
  left: 46px;
  top: -12px;
}
#profile-sec .images-section::after {
  content: "";
  background: url(../images/corner-angle.svg);
  width: 30px;
  height: 30px;
  position: absolute;
  right: 46px;
  transform: rotate(181deg);
  bottom: 15px;
}
#profile-sec .images-section img.profile-image {
  width: 130px;
  height: 130px;
  margin: auto;
  display: block;
  filter: grayscale(1);
}
#profile-sec .contact-sec {
  flex-wrap: wrap;
  margin: auto;
  background-color: #fcfcfc;
  padding-bottom: 10px;
  position: relative;
  z-index: 999;
}
#profile-sec .contact-sec .contact-box {
  display: flex;
  align-items: flex-start;
  margin: 10px;
}
#profile-sec .contact-sec .contact-box img {
  width: 30px;
  height: 30px;
  padding: 6px;
  border-radius: 8px;
}
#profile-sec .contact-sec .contact-box .icon {
  margin-right: 10px;
}
#profile-sec .contact-sec .contact-box .content a {
  text-decoration: none;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  line-height: 21px;
  display: inline-block;
  word-break: break-word;
  color: #000000;
}
#profile-sec .contact-sec .address {
  background: transparent;
  display: flex;
  margin: 10px;
}
#profile-sec .contact-sec .address p {
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  font-weight: 400;
  text-align: start;
  margin: 0;
}
#profile-sec .contact-sec .address .icon {
  margin-right: 10px;
}
#profile-sec .circle-bottom {
  width: 300.91px;
  height: 300.91px;
  background: rgba(233, 216, 117, 0.329);
  filter: blur(70px);
  position: absolute;
  bottom: -150px;
  left: -150px;
}

.about-image:hover {
  filter: grayscale(0.5);
}

.array-box .box {
  position: relative;
  overflow: hidden;
}
.array-box .box p {
  color: #fff;
  font-weight: 800;
  padding: 5px 10px;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.83);
  font-size: 17px;
  background: rgba(249, 198, 44, 0.7607843137);
  border-radius: 0;
  letter-spacing: 1.3px;
  font-family: "Open Sans", sans-serif;
  text-align: center;
}
.array-box img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0px;
  margin: auto;
  display: block;
  filter: grayscale(8);
}
.array-box img:hover {
  filter: grayscale(0);
  transition: 1s all ease;
}

#feature-sec {
  background-color: #ffffff;
}
@media (min-width: 400px) {
  #feature-sec {
    padding: 0px;
  }
}
#feature-sec .bb-line {
  border-bottom: 1px solid rgba(49, 49, 49, 0.5803921569);
  padding-bottom: 15px;
}
#feature-sec p {
  text-align: justify;
  color: #313131;
  font-weight: 500;
  font-size: 17px;
  line-height: 30px;
}
@media (min-width: 500px) {
  #feature-sec p {
    margin: auto;
  }
}
#feature-sec p span {
  color: #000000;
  font-weight: 600;
}
#feature-sec h3 {
  color: #3b3561;
  font-weight: 700;
  font-size: 19px;
  line-height: 24px;
  padding-bottom: 10px;
}
#feature-sec h4 {
  color: #000;
  font-size: 17px;
  line-height: 160%;
}
#feature-sec h4 span {
  color: #000000;
  font-weight: 600;
}
#feature-sec #content-box {
  background: transparent;
}
#feature-sec #content-box .box-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px 0;
}
#feature-sec #content-box .box-item .text-content p {
  font-weight: 500;
  font-size: 15px !important;
  line-height: 21px;
  text-align: left;
  margin-bottom: 0;
}
@media (max-width: 400px) {
  #feature-sec #content-box .box-item .text-content p {
    font-size: 20px;
  }
}
#feature-sec #content-box .picture img {
  width: 35px;
  max-width: 35px;
  display: block;
}

.text-content {
  position: relative;
  width: 100%;
}

.br-15 {
  border-radius: 0px;
}

#gallery-sec .gallery-images {
  border-radius: 5px;
  box-shadow: -1px 2px 16px 0px rgba(255, 255, 255, 0.031372549);
}

p.text-large-size {
  font-size: 17px !important;
  line-height: 160%;
}

.copyright-sec {
  padding: 5px;
  text-align: center;
  border-top: 1px solid rgb(99, 99, 99);
  margin-top: 10px;
  color: #fff;
}
.copyright-sec p {
  font-size: 15px;
  margin: 0;
}
.copyright-sec p a {
  color: #fff;
  text-decoration: none;
}

#gallery-sec .content-box {
  position: relative;
  overflow: hidden;
}
#gallery-sec .box {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3882352941);
  position: absolute;
  top: 0;
}
#gallery-sec .fa-magnifying-glass-plus {
  color: white;
  font-size: 50px;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 999;
  top: 40%;
  margin: auto;
}

section#gallery-sec {
  background: #fff;
  margin: 30px 0;
}

#gallery-sec .content-box {
  position: relative;
  overflow: hidden;
}

.owl-theme .owl-nav {
  margin-top: 0px !important;
}

.owl-theme .owl-nav button i {
  background: transparent;
  width: 40px;
  height: 40px;
  line-height: 30px;
  padding-top: 5px;
  border-radius: 50px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent !important;
  color: #000 !important;
  text-decoration: none;
}

img.img-fluid.main-gallery-image {
  width: 300px;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}

p.gallery-title {
  margin: 0;
  padding: 5px;
  background: #dea701;
  color: #fff;
  text-align: center;
  font-size: 16px;
}

.fancybox-image,
.fancybox-spaceball {
  height: auto !important;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  font-size: 16px;
  pointer-events: all;
  letter-spacing: 0.5px;
  text-transform: capitalize;
}

.fancybox-image,
.fancybox-spaceball {
  -o-object-fit: contain;
     object-fit: contain;
}

.fancybox-slide--image .fancybox-content {
  top: initial !important;
}

.fancybox-is-open .fancybox-bg {
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  opacity: 1 !important;
  background: rgba(0, 0, 0, 0.9607843137) !important;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 0 !important;
}

.fancybox-image,
.fancybox-spaceball {
  top: auto !important;
}

.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 20% !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
}
@media (max-width: 768px) {
  .fancybox-image, .fancybox-spaceball {
    top: auto !important;
  }
}

.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
  margin-top: 0px;
}

.fancybox-content {
  background: transparent !important;
}

.fancybox-slide--html .fancybox-close-small {
  display: none !important;
}

.fancybox-slide--image .fancybox-content {
  height: auto !important;
}

.owl-theme .owl-nav {
  margin-top: 10px;
  position: absolute;
  top: -47px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

#profile-sec .flex-btn-sec {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  background: #000000;
  margin-top: 15px;
  touch-action: manipulation;
}
#profile-sec .flex-btn-sec a {
  border: 1px solid #f9c62c;
  font-family: "Open Sans", sans-serif;
  padding: 5px 15px;
  word-break: break-all;
  font-size: 15px;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  font-weight: 400;
  white-space: nowrap;
  color: #fff;
  letter-spacing: 0.25px;
  background: transparent;
  margin: 10px 3px;
}
#profile-sec .flex-btn-sec a:hover {
  background: #dfa700;
  color: #000000;
}
#profile-sec .flex-btn-sec a img {
  margin-right: 5px;
  width: 20px;
}

#profile-sec h1 {
  color: #ffffff;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  line-height: 150%;
  margin-bottom: 0px;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: #dfa700;
}
#profile-sec p {
  text-align: center;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  line-height: 23px;
  margin: 0;
}

h2 {
  text-align: center;
  font-weight: 500;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 20px !important;
  line-height: 30px;
  margin-bottom: 8px;
}
h2 span {
  color: #dfa700;
}

#about-us p {
  color: #fff;
  text-align: center;
  margin-bottom: 5px;
  line-height: 21px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  font-size: 15px !important;
}

.text-yellow {
  color: #dfa700;
}

.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;
}
.navbar-box-sec .main-card-sec {
  position: relative;
  background-color: #e8e8e8;
  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: 15px;
  font-weight: 400;
  display: inline-grid;
  padding: 10px 5px;
}
.navbar-box-sec .main-card-sec .nav li a img {
  margin: auto;
  width: auto;
  height: 20px;
}

button.floting {
  border: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #51A3A3;
  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: #51A3A3;
  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: #51A3A3;
}

.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);
}

section#link-sec {
  background-color: rgb(40, 41, 41);
  padding: 15px;
  z-index: 9999;
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  position: relative;
}
section#link-sec a.btns {
  font-weight: 500;
  font-size: 15px;
  margin: auto !important;
  display: block !important;
  line-height: 21px;
  color: #ffffff;
  text-decoration: none;
  margin: 5px 10px;
  text-align: center;
  text-align: center;
  display: inline-table;
  font-weight: 500;
}
section#link-sec #other-links {
  position: relative;
  background-color: transparent;
  padding: 20px 0 10px;
  margin: 0;
  right: 0px;
  width: 100%;
}
section#link-sec #other-links ul {
  text-align: center;
}
section#link-sec #other-links ul li {
  display: inline-block;
  list-style: none;
  width: 49%;
  padding: 5px;
  margin: 0;
}
section#link-sec #other-links ul li a {
  text-decoration: none;
}
section#link-sec #other-links ul li a img {
  display: block;
  display: inline-block;
  width: auto;
  height: 25px;
  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: #fff;
  line-height: 21px;
  font-size: 15px;
}
section#link-sec #other-links ul li a.addtocontactbtns {
  border: 1px solid #dfa700;
  font-family: "Open Sans", sans-serif;
  padding: 10px 30px;
  word-break: break-all;
  font-size: 15px;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 400;
  white-space: nowrap;
  color: #fff;
  line-height: 21px;
  border-radius: 0;
}
section#link-sec #other-links ul li a.addtocontactbtns:hover {
  background: #dfa700;
  color: #000000;
}
section#link-sec #other-links ul li a.addtocontactbtns img {
  border-radius: 50px;
}
section#link-sec #other-links ul li:last-child {
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: 10px auto;
}

#other-links {
  position: relative;
  background-color: #000000;
  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: 23px;
  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;
  font-family: "Open Sans", sans-serif;
}
#other-links ul li a:hover {
  color: #d9d9d9;
}

@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;
    font-family: "Open Sans", sans-serif;
  }
}
.ftr-link {
  text-align: center;
  margin: 15px auto;
  color: #fff;
  opacity: 0.9;
  font-size: 15px;
}
.ftr-link a {
  text-decoration: none;
  color: #dfa700;
  font-weight: 700;
}

#contact-form-sec {
  background-color: rgb(40, 41, 41);
  padding: 15px;
  z-index: 9999;
  font-family: "Open Sans", sans-serif;
  position: relative;
  /*--- Form ---*/
}
#contact-form-sec form {
  position: relative;
  z-index: 999;
}
#contact-form-sec .submit-btn {
  border: 1px solid #dfa700;
  font-family: "Open Sans", sans-serif;
  padding: 10px 30px;
  word-break: break-all;
  font-size: 15px;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
  white-space: nowrap;
  color: #fff;
  line-height: 21px;
  letter-spacing: 0.5px;
  background: transparent;
  border-radius: 0;
  margin: 10px 3px;
}
#contact-form-sec .submit-btn:hover {
  background: #dfa700;
  color: #000000;
}
#contact-form-sec ::-moz-placeholder {
  color: #818181;
  font-family: "Open Sans", sans-serif;
  opacity: 1; /* Firefox */
}
#contact-form-sec ::placeholder {
  color: #818181;
  font-family: "Open Sans", sans-serif;
  opacity: 1; /* Firefox */
}
#contact-form-sec :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #818181;
}
#contact-form-sec ::-ms-input-placeholder { /* Microsoft Edge */
  color: #818181;
}
#contact-form-sec .form-control {
  border-radius: 5px;
  margin-bottom: 15px;
  padding: 15px 10px !important;
  background: transparent;
  height: 45px;
  font-size: 15px;
  line-height: 21px;
  border: 0;
  border-bottom: 1px solid white;
  letter-spacing: 0.5px;
  border-radius: 0;
  font-family: "Open Sans", sans-serif;
}
#contact-form-sec textarea.form-control {
  min-height: calc(2em + 2rem + 12px);
}
#contact-form-sec .form-control:focus {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
  outline: 0;
  border-bottom: 1px solid #f8c52c;
}
#contact-form-sec .invalid-feedback,
#contact-form-sec .security-invalid-feedback {
  width: 100%;
  margin-top: 0.25rem;
  color: #dc3545;
  font-size: 12px !important;
  line-height: 20px !important;
}
#contact-form-sec .form-control::-moz-placeholder {
  color: #ced4da;
}
#contact-form-sec .form-control::placeholder {
  color: #ced4da;
}
#contact-form-sec .form-control:-ms-input-placeholder {
  color: #ced4da;
}
#contact-form-sec .submitbtn {
  border: 1px solid #dfa700;
  font-family: "Satoshi", sans-serif;
  padding: 5px 15px;
  word-break: break-all;
  font-size: 15px;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  white-space: nowrap;
  color: #fff;
  letter-spacing: 1.2px;
  background: transparent;
  margin: 10px 3px;
}
#contact-form-sec .submitbtn:hover {
  background-position: left;
  color: #fff;
}
@media (max-width: 768px) {
  #contact-form-sec .submitbtn {
    font-size: 15px;
  }
}

.form-control:focus {
  box-shadow: none;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 160%;
  color: #000000;
  background-color: #ffffff;
  box-sizing: border-box;
  margin: auto;
  box-sizing: border-box;
  display: block;
}

#business-card {
  max-width: 450px;
  padding: 10px 10px 0px 10px;
  margin: auto;
  display: block;
  background: #313131 url(../images/lines-patern.svg);
  background-repeat: repeat;
}

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;
  overflow: hidden;
}

.main-card-sec {
  position: relative;
  background-color: #ffffff;
  padding: 0px 0;
  margin-top: 20px;
}

.ptb-30 {
  padding-top: 30px;
}/*# sourceMappingURL=main.css.map */