html {
  height: 100%;
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

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

body {
  position: relative;
  min-height: 100%;
  padding: 0;
  font-size: 14px;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  overflow-x: hidden;
  max-width: 100%;
}

a {
  color: #111;
  text-decoration: none;
}

a:hover {
  color: #111;
  text-decoration: none;
}

.active {
  /*background:#dd6718;*/
  color: #111;
}

.visited {
  /*background:#dd6718;*/
  color: #111;
}

.focus {
  /*background:#dd6718;*/
  color: #111;
}

@media (min-width: 1920px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1370px;
  }
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mtp10 {
  margin-top: 10px;
}

.mtp20 {
  margin-top: 20px;
}

.mtp30 {
  margin-top: 30px;
}

.mtp40 {
  margin-top: 40px;
}

.mtp50 {
  margin-top: 50px;
}

.mtp80 {
  margin-top: 80px;
}

.mbt10 {
  margin-bottom: 10px;
}

.mbt20 {
  margin-bottom: 20px;
}

.mbt30 {
  margin-bottom: 30px;
}

.mbt40 {
  margin-bottom: 40px;
}

.mbt50 {
  margin-bottom: 50px;
}

.mbt60 {
  margin-bottom: 60px;
}

.mbt70 {
  margin-bottom: 70px;
}

.mbt80 {
  margin-bottom: 80px;
}

.mbt90 {
  margin-bottom: 90px;
}

.mbt100 {
  margin-bottom: 100px;
}

.minmum-height {
  min-height: 400px;
}

.pr-0 {
  padding-right: 0;
}

.pl-0 {
  padding-left: 0;
}

.pdng1 {
  padding: 0;
}

.fl-right {
  float: right;
}

.fl-left {
  float: left;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 700;
  line-height: 1.1;
  color: inherit;
  font-family: "Lora", serif;
}

.top-menu.mobile-view {
  display: none;
}

.section-padding {
  padding-left: 130px;
  padding-right: 130px;
}

.main-header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9;
}

.top-menu {
  background: #9f8c63;
}
.top-menu .top-menu-list ul li {
  display: inline-block;
  margin-right: 30px;
}

.search-modal .search-sec {
  background: transparent;
  border: none;
  height: 48px;
  padding: 0px;
  border: 1px solid #e1e1e1;
  outline: none;
  position: relative;
}
.search-modal .search-sec .h-fld.form-control {
  background: transparent;
  height: 48px;
  border: none;
  outline: none;
  font-size: 14px;
  padding-right: 50px;
}
.search-modal .search-sec .h-fld.form-control:focus {
  background: transparent;
  box-shadow: none;
}
.search-modal .search-sec .searchbtm {
  position: absolute;
  right: 0;
  top: 0;
  outline: none;
  border: none;
  width: 48px;
  height: 48px;
  background: transparent;
}
.search-modal .modal-dialog {
  margin: 0;
  max-width: 100%;
}
.search-modal .modal-content {
  border: none;
  border-radius: 0;
  outline: 0;
}
.search-modal .modal-header {
  border-bottom: none;
}
.search-modal .modal {
  z-index: 99999;
}

.top-bar {
  background: #f5f0ed;
  padding-top: 10px;
  padding-bottom: 10px;
}
.top-bar .top-bar-menu ul li {
  display: inline-block;
  margin-right: 10px;
}
.top-bar .top-bar-menu ul li a {
  color: #333;
  font-size: 14px;
}
.top-bar .top-phone-menu ul {
  text-align: right;
}
.top-bar .top-phone-menu ul li {
  color: #333;
  font-size: 14px;
  display: inline-block;
  margin-left: 10px;
}
.top-bar .top-phone-menu ul li a {
  color: #333;
  font-size: 14px;
}

.top-header .logo img {
  width: 328px;
}
.top-header .search-list {
  margin-top: 25px;
  text-align: right;
}
.top-header .search-list ul li {
  display: inline-block;
  margin-left: 28px;
}
.top-header .search-list ul li a {
  font-size: 20px;
  color: #000;
}

.top-header.sticky {
  position: fixed;
  transition: 0.3s all linear;
  box-shadow: 3px 1px 9px 0px rgba(179, 176, 176, 0.5294117647);
  top: 0;
  right: 0;
  left: 0;
  backdrop-filter: blur(10px);
  z-index: 99;
  padding: 11px 0;
  padding-top: 12px;
  background-color: #0b0b0b;
}
.top-header.sticky .droopmenu > li > a,
.top-header.sticky .droopmenu > li > span {
  color: #fff;
}

.menu-sec {
  position: relative;
  padding: 10px 0;
}

.menusub-title {
  text-align: left;
  color: #333;
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid #efefef;
  margin-bottom: 16px;
  padding-bottom: 9px;
}

.menu-door-img img {
  border-radius: 15px;
}

.second-marquee-bg {
  background: #fff8f2;
  padding: 10px 10px;
}

.offer-sec {
  background: #fff8f2;
}

.marquee-sec {
  padding: 20px 0;
}

.pdng {
  padding: 0 30px;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.home-bnr-sec {
  width: 100%;
  overflow: hidden;
}
.home-bnr-sec .slider-txt-main {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0%;
}
.home-bnr-sec .slider-txt-main .slider-txt {
  background: #f1dcd4;
  position: relative;
  overflow: hidden;
  padding: 200px 80px;
  text-align: center;
  border-top-left-radius: 500px;
  border-top-right-radius: 500px;
  z-index: 9;
}
.home-bnr-sec .slider-txt-main .slider-txt .slider-txtimg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.home-bnr-sec .slider-txt-main .slider-txt h1 {
  font-size: 40px;
  line-height: 50px;
}
.home-bnr-sec .slider-txt-main .slider-txt .sub-heading {
  letter-spacing: 2px;
  font-size: 17px;
  margin-bottom: 15px;
  color: #565656;
}
.home-bnr-sec .slider-txt-main .slider-txt p {
  font-size: 16px;
}
.home-bnr-sec .carousel-control-prev,
.home-bnr-sec .carousel-control-next {
  position: absolute;
  top: 50%;
  bottom: auto;
  z-index: 1;
  display: inline-block;
  width: auto;
  padding: 0;
  color: #000;
  text-align: center;
  background: none;
  border: 0;
  opacity: 1;
  transition: opacity 0.15s ease;
}
.home-bnr-sec .carousel-control-next-icon,
.home-bnr-sec .carousel-control-prev-icon {
  background: #fff;
  font-size: 16px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  border: none;
}
.home-bnr-sec .carousel {
  position: relative;
}

.home-bnr {
  position: relative;
}
.home-bnr .audio-sec {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
}
.home-bnr .audio-sec .audio-txt audio {
  width: 100%;
}
.home-bnr .gitalr-img {
  right: 30px;
  position: absolute;
  bottom: 0;
}
.home-bnr .boom-me {
  background: #fff;
  padding: 10px 30px;
  display: inline-block;
  border-radius: 22px;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  top: -110px;
  text-transform: uppercase;
}

.home-biosec {
  padding: 80px 0 120px;
  position: relative;
}
.home-biosec::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 30%;
  background: linear-gradient(90deg, rgb(255, 85, 59) 0%, rgb(255, 207, 53) 100%);
  z-index: -1;
}
.home-biosec .aboutimg {
  width: 90%;
}
.home-biosec .aboutimg img {
  border-radius: 50%;
  border: 12px solid #fff;
  box-shadow: -1px 1px 0px #efefef;
}

.title-sec {
  position: relative;
}
.title-sec .titie-txt {
  font-family: "Lora", serif;
  font-size: 38px;
  font-weight: 800;
}
.title-sec .titie-sub-sub-txt {
  color: #ff7039;
  font-size: 22px;
  position: relative;
  padding-left: 80px;
}
.title-sec .titie-sub-sub-txt::before {
  position: absolute;
  content: "";
  left: 0;
  top: 15px;
  width: 60px;
  height: 2px;
  background-color: #ff7039;
}
.title-sec .titie-subtxt {
  font-size: 26px;
  font-weight: 500;
}

.title-sec.text-white .titie-txt {
  color: #fff;
}
.title-sec.text-white .titie-sub-sub-txt {
  color: #fff;
}
.title-sec.text-white .titie-sub-sub-txt::before {
  background-color: #fff;
}
.title-sec.text-white .titie-subtxt {
  color: #fff;
}

p {
  font-size: 18px;
  line-height: 32px;
}

.bio-audio-txt {
  margin-top: 30px;
}
.bio-audio-txt audio {
  width: 100%;
}

.allthemusic-sec {
  background-image: url(images/pattern_paint_white.webp);
  padding: 80px 0;
  background-position: center center;
  background-repeat: repeat;
  position: relative;
}
.allthemusic-sec::after {
  content: "";
  background: url(images/p_paint-border-light.png) no-repeat;
  background-position: center 0;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: -142px;
  width: 100%;
  height: 142px;
  z-index: 1;
}

.musicbox {
  background: #fff;
  border-radius: 15px;
  margin-bottom: 30px;
}
.musicbox .musicbox-img img {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.musicbox .musicbox-txt {
  padding: 30px;
}

.readmore-txt {
  background: linear-gradient(90deg, rgb(255, 85, 59) 0%, rgb(255, 207, 53) 100%);
  padding: 10px 20px;
  display: inline-block;
  border-radius: 10px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.readmore-txt:hover {
  background: linear-gradient(90deg, rgb(199, 46, 22) 0%, rgb(219, 171, 12) 100%);
  color: #fff;
}
.readmore-txt:focus {
  background: linear-gradient(90deg, rgb(199, 46, 22) 0%, rgb(219, 171, 12) 100%);
  color: #fff;
}
.readmore-txt:visited {
  background: linear-gradient(90deg, rgb(199, 46, 22) 0%, rgb(219, 171, 12) 100%);
  color: #fff;
}

.client-says {
  background: linear-gradient(90deg, rgb(255, 85, 59) 0%, rgb(255, 207, 53) 100%);
  padding: 140px 0 80px;
  position: relative;
  z-index: 1;
}
.client-says::after {
  content: "";
  background: url(images/p_paint-border-light.png) no-repeat;
  background-position: center 0;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: -1px;
  width: 100%;
  height: 142px;
  z-index: -1;
  transform: rotate(180deg);
}
.client-says .slick-next {
  display: none !important;
}
.client-says .slick-prev {
  display: none !important;
}

.reviewbox {
  background-color: #fff;
  padding: 40px 30px;
  margin-right: 30px;
  border-radius: 20px;
  position: relative;
  border: 1px solid #ddd;
}
.reviewbox .name-box {
  position: relative;
  padding-left: 60px;
  margin-bottom: 20px;
}
.reviewbox .name-box .nm {
  font-size: 18px;
  font-weight: 600;
}
.reviewbox .name-box .dt {
  color: #b7adad;
}
.reviewbox .name-box img {
  position: absolute;
  left: 0;
  top: 3px;
  width: 40px;
}
.reviewbox p {
  font-size: 18px;
  color: #817979;
}
.reviewbox .star-txt {
  color: #fcbf02;
  margin-bottom: 20px;
}

.callbooking {
  padding: 80px 0 150px;
  background: linear-gradient(180deg, #010416 0%, #000000 174.98%);
  background-position: top center;
  background-size: cover;
  position: relative;
}
.callbooking .callbok-left-img {
  position: absolute;
  left: 0;
  top: 20px;
  z-index: 0;
}
.callbooking .callbok-left-img img {
  width: 240px;
}
.callbooking .callbok-left-img.right {
  left: auto;
  right: 0;
}
.callbooking h3 {
  font-size: 40px;
  margin-bottom: 20px;
  color: #fff;
}
.callbooking .notxt {
  font-size: 21px;
  margin: 0px 12px;
  font-weight: 600;
  color: #fff;
}

.video-sec {
  background: url(images/SLIDE_02.jpg) no-repeat;
  padding: 100px 0 140px;
}
.video-sec .video-text {
  padding-right: 120px;
  color: #fff;
  margin-top: 50px;
}
.video-sec .video-text h2 {
  font-size: 40px;
  margin-bottom: 20px;
  line-height: 50px;
}
.video-sec .videobox {
  width: 100%;
  height: 370px;
}

.blog-sec {
  background-image: url(images/pattern_paint_white.webp);
  padding: 80px 0 50px;
  background-position: center center;
  background-repeat: repeat;
  position: relative;
}
.blog-sec::after {
  content: "";
  background: url(images/p_paint-border-light.png) no-repeat;
  background-position: center 0;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: -142px;
  width: 100%;
  height: 142px;
  z-index: 1;
}
.blog-sec::before {
  content: "";
  background: url(images/p_paint-border-light.png) no-repeat;
  background-position: center 0;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -130px;
  width: 100%;
  height: 142px;
  z-index: 2;
  rotate: 180deg;
}

.blog-box {
  background: #fff;
  border-radius: 15px;
  position: relative;
  margin-bottom: 30px;
}
.blog-box .blog-boximg img {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.blog-box .dt-txt {
  position: absolute;
  right: 20px;
  top: 16px;
  color: #fff;
  font-size: 16px;
}
.blog-box .blog-txt {
  padding: 30px;
}
.blog-box .blog-txt h4 {
  line-height: 36px;
  font-size: 24px;
}

.footer.footer-inr::after {
  content: "";
  background: url(images/p_paint-border-light.png) no-repeat;
  background-position: center 0;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: -2px;
  width: 100%;
  height: 142px;
  z-index: 1;
  transform: rotate(180deg);
}

.footer {
  padding: 130px 0 0;
  background: linear-gradient(180deg, #010416 0%, #000000 174.98%);
  position: relative;
  overflow: hidden;
  color: #fff;
  z-index: 1;
}
.footer h3 {
  font-size: 26px;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  margin-bottom: 20px;
}
.footer p {
  line-height: 28px;
  letter-spacing: 0.5px;
  font-size: 17px;
}
.footer .footer-list ul li {
  margin-bottom: 10px;
}
.footer .footer-list ul li a {
  font-size: 17px;
  color: #fff;
  letter-spacing: 0.5px;
}
.footer .footer-list ul li a:hover {
  color: #ce967e;
}
.footer .footer-list.footer-sddress {
  position: relative;
}
.footer .footer-list.footer-sddress ul li {
  padding-left: 30px;
  margin-bottom: 20px;
  position: relative;
}
.footer .footer-list.footer-sddress ul li i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
}

.sub-footer {
  border-top: 1px solid #efefef;
  padding-top: 30px;
  margin-top: 40px;
  padding-bottom: 20px;
}
.sub-footer .oprtxt p {
  text-align: left;
}
.sub-footer p {
  line-height: 28px;
  letter-spacing: 0.5px;
  font-size: 15px;
  margin-bottom: 0;
}
.sub-footer p a {
  color: #fff;
  font-weight: 600;
}

.social-list ul li {
  display: inline-block;
  margin-right: 10px;
  font-size: 17px;
}
.social-list ul li a {
  font-size: 15px;
  color: #fff;
  letter-spacing: 0.5px;
  width: 40px;
  height: 40px;
  display: block;
  border: 1px solid #bac4e1;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
}
.social-list ul li a:hover {
  color: #fff;
}

.fotter-boom-me {
  display: none;
}

.newsletter-sec {
  padding-right: 50px;
  margin-bottom: 30px;
}
.newsletter-sec p {
  font-size: 16px;
  letter-spacing: 0.8px;
  color: #fff;
}
.newsletter-sec .newsletter-frm {
  background: transparent;
  border: none;
  height: 40px;
  padding: 0px;
  outline: none;
  position: relative;
}
.newsletter-sec .newsletter-frm .h-fld.form-control {
  background: #333;
  height: 46px;
  padding: 13px;
  padding-right: 60px;
  border: none;
  outline: none;
  font-size: 13px;
}
.newsletter-sec .newsletter-frm .h-fld.form-control:focus {
  box-shadow: none;
  color: #fff;
}
.newsletter-sec .newsletter-frm .h-fld.form-control::-moz-placeholder {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
.newsletter-sec .newsletter-frm .h-fld.form-control::placeholder {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
.newsletter-sec .newsletter-frm .newshbtm {
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  outline: none;
  border: none;
  font-size: 22px;
  background: #ff653a;
  height: 46px;
  width: 50px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
}

.stroebox {
  margin-bottom: 30px;
  text-align: center;
}
.stroebox .store-img {
  margin-bottom: 20px;
}
.stroebox .store-img img {
  border-radius: 15px;
}
.stroebox .store-txt {
  font-size: 22px;
  color: #000;
}
.stroebox .pricetxt {
  color: #ff683a;
  font-size: 20px;
  font-weight: 600;
}

.booking-txt {
  padding-right: 70px;
  margin-top: 60px;
}

.store-sec {
  background-image: url(images/pattern_paint_white.webp);
  padding: 80px 0;
  background-position: center center;
  background-repeat: repeat;
  position: relative;
}
.store-sec::after {
  content: "";
  background: url(images/p_paint-border-light.png) no-repeat;
  background-position: center 0;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: -142px;
  width: 100%;
  height: 142px;
  z-index: 1;
}
.store-sec::before {
  content: "";
  background: url(images/p_paint-border-light.png) no-repeat;
  background-position: center 0;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -130px;
  width: 100%;
  height: 142px;
  z-index: 1;
  rotate: 180deg;
}

.readmore-txt.text-right {
  float: right;
}

.inr-bnr {
  background-image: url(images/inr-bnr.jpg);
  padding: 90px 0 20px;
  text-align: center;
}

.inr-body {
  background-image: url(images/pattern_paint_white.webp);
  padding: 80px 0 50px;
  background-position: center center;
  background-repeat: repeat;
}
.inr-body .ibody-img img {
  border-radius: 20px;
  margin-bottom: 20px;
}
.inr-body h4 {
  font-size: 18px;
  line-height: 28px;
}

.abouttext-box {
  background: #fff;
  padding: 25px;
  border-radius: 20px;
  position: relative;
  margin-bottom: 20px;
  padding-left: 180px;
}
.abouttext-box .abouttextimg {
  position: absolute;
  top: 30px;
  left: 40px;
}
.abouttext-box .abouttextimg img {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  border: 2px solid #f5f5f5;
  padding: 8px;
}
.abouttext-box p {
  font-family: "Lora", serif;
  font-weight: 500;
  letter-spacing: 0.8px;
  font-size: 18px;
}
.abouttext-box p a {
  color: #ff553b;
  font-weight: 700;
}

.inr-contact-form {
  margin-top: 0;
  margin-bottom: 50px;
  background: #fff;
  padding: 20px;
  border-radius: 15px;
}
.inr-contact-form h3 {
  margin-bottom: 30px;
  font-family: "Outfit", sans-serif;
}
.inr-contact-form .form-group {
  margin-bottom: 15px;
}
.inr-contact-form .contact-fld {
  width: 100%;
  height: 60px;
  background: #f6f6f6;
  color: #000;
  padding: 10px 25px;
  outline: none;
  border: none;
  border-radius: 10px;
  font-weight: 500;
}
.inr-contact-form .txt-height {
  height: 130px;
}
.inr-contact-form .submit-btm {
  background: linear-gradient(90deg, rgb(255, 85, 59) 0%, rgb(255, 207, 53) 100%);
  outline: none;
  border: none;
  color: #fff;
  border-radius: 30px;
  padding: 10px 36px;
  transition: all linear 0.5s;
  font-weight: 600;
  border: none;
  letter-spacing: 0.5px;
  font-size: 18px;
}
.inr-contact-form .submit-btm:hover {
  background: linear-gradient(90deg, rgb(255, 85, 59) 0%, rgb(255, 207, 53) 100%);
  color: #fff;
}

.right-secinr {
  position: sticky;
  top: 20px;
  margin-top: 90px;
}

.emgcy {
  background: linear-gradient(90deg, #ff553b 0%, rgb(255, 207, 53) 100%);
  color: #fff;
  padding: 40px 20px;
  border-radius: 20px;
  text-align: center;
}
.emgcy p {
  color: #fff;
  margin-bottom: 10px;
  font-size: 20px;
}
.emgcy .icon-t {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
  line-height: 60px;
  margin: auto;
  margin-bottom: 10px;
}
.emgcy .icon-t i {
  font-size: 20px;
  rotate: 10deg;
  color: #000;
}
.emgcy a {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
}

.inr-contact-form.contact-from {
  position: relative;
  padding-left: 40%;
  z-index: 9;
}
.inr-contact-form.contact-from::before {
  content: "";
  position: absolute;
  left: 0;
  width: 35%;
  height: 100%;
  top: 0;
  z-index: -1;
  background-image: url(./images/maxresdefault.jpg);
  background-position: center center;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.inr-cont-box {
  background: #fff;
  padding: 15px;
  margin-bottom: 40px;
  border-radius: 15px;
}
.inr-cont-box i {
  color: #efefef;
  font-size: 40px;
  margin-bottom: 10px;
  display: inline-block;
}
.inr-cont-box p {
  margin-bottom: 10px;
}
.inr-cont-box h4 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #303030;
}

.map iframe {
  border-radius: 15px;
}

.map {
  background: #fff;
  padding: 15px;
  border-radius: 15px;
  height: 400px;
}

.venu-inrbox {
  background: #fff;
  margin-bottom: 20px;
  padding: 30px 20px;
  text-align: center;
  border-radius: 10px;
}
.venu-inrbox .venu-inrboximg {
  width: 120px;
  height: 120px;
  margin: auto;
}
.venu-inrbox .venu-inrboximg img {
  border-radius: 50%;
  border: 2px solid #f5f5f5;
  padding: 10px;
}
.venu-inrbox h4 {
  height: 70px;
}

.blog-box.blog-sngle {
  padding-top: 20px;
}
.blog-box.blog-sngle .blog-boximg img {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  width: 40%;
  margin: auto;
  display: block;
}

.recent-blog-main {
  background: #fff;
  padding: 7px;
  margin-bottom: 20px;
  border-radius: 15px;
}
.recent-blog-main .recent-blog-box {
  position: relative;
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 15px;
  margin-bottom: 20px;
  padding-left: 90px;
}
.recent-blog-main .recent-blog-box img {
  width: 58px;
  position: absolute;
  left: 15px;
  top: 4px;
  border-radius: 9px;
}
.recent-blog-main .recent-blog-box .b-title {
  font-size: 17px;
  font-weight: 500;
  color: #000;
}
.recent-blog-main .recent-blog-box.last {
  padding-bottom: 0;
  border-bottom: none;
}

.gender-txt.rdi label {
  margin-right: 10px;
  font-size: 15px;
  padding-left: 3px;
}

.g-txt {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 11px;
}

.inr-contact-form.testo-from .contact-fld {
  font-size: 16px;
}
.inr-contact-form.testo-from .contact-fld::-moz-placeholder {
  font-size: 16px;
}
.inr-contact-form.testo-from .contact-fld::placeholder {
  font-size: 16px;
}

.cover-box {
  background: #fff;
  margin-bottom: 30px;
  padding: 20px;
  border-radius: 15px;
}
.cover-box .list ul {
  -moz-column-count: 2;
       column-count: 2;
}
.cover-box .list ul li {
  list-style: circle;
  margin-left: 20px;
  font-size: 18px;
  margin-bottom: 18px;
}/*# sourceMappingURL=cssstyle.css.map */