@import url("dist/webfonts/customFont/stylesheet.css");
:root {
  --main-color: #EDE6D6;
  --second-color: #C6B49D;
  --third-color: #A89382;
  --fourth-color: #64473A;
  --fivth-color: #8D9C9D;
  --sixth-color: #354646;
}
html{
  overflow-x: hidden;
}
body {
  font-family: "Object Sans", sans-serif;;
  overflow-x: hidden;
  color: #000;
  height: 100%;
  background-color: #fffdf8;
}
p{
  color: #000;
  font-size: 16px;
  line-height: 30px;
}
.fw-bold{
  font-weight: 600 !important;
}
.justify-text-left{
  text-align: justify;
}

.mt-6 {
    margin-top: 5rem !important;
}
.pe-7 {
    padding-right: 6rem !important;
}
.ps-7 {
    padding-left: 6rem !important;
}
a {
  transition: all 0.3s ease !important;
  color: #171a1f;
   cursor: pointer
}
.form-control {
    padding: .6rem .75rem;
    background: transparent;
    color: #333;
}
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--main-color);
    --bs-btn-border-color: var(--main-color);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--main-color);
    --bs-btn-hover-border-color: var(--main-color);
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--main-color);
    --bs-btn-active-border-color: var(--main-color);
}
.btn-outline-primary {
    --bs-btn-color: var(--main-color);
    --bs-btn-border-color: var(--main-color);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--main-color);
    --bs-btn-hover-border-color: var(--main-color);
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--main-color);
    --bs-btn-active-border-color: var(--main-color);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--main-color);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--main-color);
    --bs-gradient: none;
}


.text-color-main{
  color: var(--main-color);
}
.text-color-third{
  color: var(--third-color);
}

.fs-9{
  font-size: 9px;
}
.fs-10{
  font-size: 10px;
}
.fs-13{
  font-size: 13px;
}
.fs-14{
  font-size: 14px;
}
.fs-24{
  font-size: 24px;
}
.fs-20{
  font-size: 20px;
}
.fs-16{
  font-size: 16px;
}

/* navbar */
.fixed-top{
    background: var(--main-color);
    padding: 10px 0;
}
.navbar-toggler-icon {
    font-size: 33px;
    color: var(--sixth-color);
}
.offcanvas{
    background: var(--main-color);
    max-width: 80%;
}

/* Hero-section Sectin */
.hero-section{
  margin-top: 100px;
  background-color: var(--main-color);
  color: #000;
}
.hero-section h1{
  font-size: 50px;
  line-height: 68px;
}
.hero-section p{
  color: #000;
}
.hero-con{
    right: -100px;
    position: relative;
    z-index: 1;
    width: 127%;
}
.hero-con p{
   width: 60%;
}
.about{
  margin-top: -30px;
}
.stamp{
    margin: 0 auto;
    background: var(--fivth-color);
    width: 160px;
    height: 160px;
    border-radius: 50%;
    text-align: center;
    line-height: 160px;
    top: -80px;
}
.stamp img{
  width: 55px;
}

.textNimation-g {
  animation: animName 20s linear infinite;
  top: -110px;
  right: -100px;
}
@keyframes animName {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.video .link {
  left: calc(50% - 35px);
    top: calc(50% - 35px);
   opacity: .5;
}
.video:hover .link{
  opacity: 1;
}
.video .link img{
  width: 100px;
}
.video img{
  max-height: 500px;
  object-fit: cover;
  object-position: bottom;
}
/* links */

a.main-link-2 {
  text-decoration: none;
  color: #000;
  font-size: 19px;
  text-transform: uppercase;
  transition: 1s all ease;
}
a.main-link-2 i {
  transition: 0.5s all ease;
}
a.main-link-2:hover i {
  rotate: 0deg;
}
a.main-link-2 i {
  rotate: -45deg;
}
.main-link-2 span {
  font-size: 25px;
  text-align: left;
  line-height: 37px;
  margin: 0 12px 5px 0;
}

.main-link-2.main-link-second span{
    background: var(--second-color);
    transition: 1s all ease;
}
.main-link-2.main-link-second:hover span{
    background: var(--main-color);
}

.main-title{
  font-size: 44px;
  text-transform: uppercase;
}

.msg-dev{
    background-image: url(../assets/images/logbg2.png);
    background-position: center;
    min-height: 520px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 0 -30px;
}

.team .owl-nav, .team  .owl-dots{
  display: none;
} 
 

  /* Footer */
  footer{
    background-color: var(--fivth-color);
    background-image: url(/assets/images/footerWatermark.png);
    background-repeat: no-repeat;
    background-position: center;
  }
 footer p{
  font-size: 13px;
  margin-bottom: 10px;
 }
footer .form-control{
  background-color: transparent;
  border: 1px solid #ffffff48;
  color: #fff;
}
.form-control:focus{
    background-color: transparent;
 }
footer input.btn-primary{
  background-color: #AC9B88;
  color: #000;
  border-color: #AC9B88;
}
footer input.btn-primary:hover, footer input.btn-primary:focus{
  background-color: #8f8171;
  color: #fff;
  border-color: #8f8171;
}
button:focus:not(:focus-visible), .navbar-toggler{
    box-shadow: none;
}

.sec-margin{
  margin-top: 80px;
}
.service-menu{
  background-image: url(../assets/images/logbg.png);
  background-position: center;
  min-height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 -30px;
}
.service-menu li{
  width: 300px;
}
.service-menu li a{
  text-decoration: none;
  font-size: 28px;
}
.service-menu li a:hover span{
  text-decoration: underline;
}
.service-menu li a .fs-10 {
    font-size: 20px;
    width: 40px;
}
.service-menu li a.main-link-2 i {
    top: 5px !important;
    right: -32px;
}
.conImg{
   min-height: 500px;
   object-fit: cover;
}

.testimonialsCon h2, .testimonialsCon h3{
  font-weight: bold;
} 
.testimonialsCon p{
  font-size: 20px;
  color: #000;
  font-weight: 300;
}
.testimonialsCon.owl-carousel .owl-item .item img{
    height: 400px;
    object-fit: cover;
    object-position: top;
}
.testimonialsCon.owl-carousel .owl-item:nth-of-type(even) img{
   max-height: 320px;
}
footer{
  padding: 90px 0 50px;
  color: #EDE6D6;
}
footer h3{
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 25px;
}
.footer-links li {
    width: auto !important;
    display: block !important;
    clear: none !important;
    margin: 0;
    padding: 0;
}
footer .foo-links li a{
  color: #EDE6D6;
  text-decoration: none;
  font-size: 18px;
  line-height: 18px;
}
footer .foo-links li a:hover{
  text-decoration: underline;
}
.footer-links li p {
  margin-bottom: 8px;
}
.social-media a{
  background-color: #b2b9b3;
  font-size: 22px;
  border-radius: 50%;
  width: 46px;
  height: 46px;
  text-align: center;
  line-height: 46px;
  color: var(--main-color);
}
.social-media a:hover{
background-color: #717e7e;
}
.contact-form .btn-outline-dark:hover {
    color: var(--main-color);
    background-color: var(--fivth-color);
    border-color: var(--fivth-color);
}
.contact-form .btn-outline-dark:focus {
    color: var(--main-color);
    background-color: var(--sixth-color);
    border-color: var(--sixth-color);
}

.innerPages .fixed-top, .innerPages .hero-section{
  background-color: #fffdf8
}
.innerPages .con{
  margin-top: 130px !important;
  margin-bottom: 100px;
}
.innerPages .con .main-title{
  border-bottom: 2px solid #000;
}
.flib{
      rotate: 220deg !important;
}
a.main-link-2:hover .flib{
    rotate: 180deg !important;
}

.map iframe {
    width: 100%;
}
.conSocial{
    background: #ffffffa3;
    width: 270px;
    height: 270px;
    bottom: -50px;
    right: 80px;
}
.conSocial a{
  
background-color: #000;
  
color: #ffffff;
  
font-size: 26px;
  
width: 36px;
  
height: 36px;
  
line-height: 36px;
}


.team .col-sm-6  img{
  height: 400px;
  object-fit: cover;
  object-position: top;
}

.team .col-sm-6:nth-of-type(even) img{
  max-height: 320px;
}


.servBannar{
  height: 350px;
  object-fit: cover;
}



.accordion{
  --bs-accordion-bg: transparent;
}
.accordion-item{
  border: none;
}
.accordion-button::after {
  transition: all 0.5s;
}
.accordion-button:not(.collapsed), .accordion-button {
    color: #000;
    background-color: transparent;
    padding: 25px 0;
    border-bottom: 1px solid #333;
    font-size: 22px;
    font-weight: bold;
}
.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
    border-radius: 0;
}
.accordion-button::after{
  background-image: none;
}
.accordion-button:not(.collapsed)::after {
    background-image:none;
}
.accordion-button i{
  margin-right: -20px;
}
.accordion-button[aria-expanded="true"]{
  border: none;
  box-shadow:none;
}
.accordion-button[aria-expanded="true"] i::before{
  content: "\f068";
}

nav.fixed-top.navbar-expand-lg {
  transition: all 0.3s ease;
}

nav.fixed-top.navbar-expand-lg.heoB {
  /* Your styles for the nav when scrolled to bottom */
  background-color: #fffdf8; /* Example */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.contact-form{width: 75%;margin: 0;}




@media only screen and (max-width: 1200px) {
  .fs-24 {
      font-size: 18px;
  }
  .hero-section h1 {
    font-size: 44px;
  }
  .stamp {
    width: 140px;
    height: 140px;
    line-height: 140px;
    top: -75px;
  }
  .main-title {
    font-size: 54px;
  }
  footer h3 {
    font-size: 32px;
  }
  .mb-4 {
    margin-bottom: 1.2rem !important;
  }
  .conSocial {
    width: 220px;
    height: 220px;
    right: 60px;
  }
  .contact-form {
    width: 85%;
  }
}
@media only screen and (max-width: 991px) {
 .hero-section h1 {
    font-size: 37px;
    line-height: 46px;
  }
  .stamp {
    width: 140px;
    height: 140px;
    line-height: 140px;
    top: -70px;
  }
  .stamp img {
    width: 45px;
  }
  .main-title {
    font-size: 46px;
  }
  a.main-link-2 {
    font-size: 18px;
  }
  .main-link-2 span {
    width: 26px;
    font-size: 20px;
  }
  .about  h3{
    font-size: 24px;
  }
  .pe-7 {
    padding-right: 3rem !important;
  }
  .ps-7 {
      padding-left: 3rem !important;
  }
  .conSocial{
      width: 180px;
      height: 180px;
      right: 60px;
      bottom: 80px;
  }
  .conSocial a {
    font-size: 19px;
    width: 28px;
    height: 28px;
    line-height: 28px;
  }
  .team .col-sm-6:nth-of-type(even) img{
    max-height: none;
  }
  .servBannar{
    height: 200px;
    object-fit: cover;
  }
  .contact-form {
        width: 95%;
  }
}
@media only screen and (max-width: 768px) {
  .navbar-nav{
    display: none !important;
  }
  .mob-menu{
    display: block !important;
    position: absolute;
    right: 20px;
    top: 20px;
  }
  .mob-menu .navbar-nav{
    display: block !important;
  }
  .hero-section h1 {
      font-size: 21px;
      line-height: 27px;
  }
  .stamp {
        width: 100px;
        height: 100px;
        line-height: 100px;
        top: -50px;
    }
  .stamp img {
      width: 32px;
  }
  .navbar-brand{
    width: 94px;
  }
   .main-title {
        font-size: 36px;
   }
   .testimonialsCon h2, .testimonialsCon h3 {
      font-weight: bold;
  }
  footer h3 {
    font-size: 29px;
    margin-bottom: 15px;
  }
  .social-media a {
    font-size: 22px;
    width: 44px;
    height: 44px;
    line-height: 44px;
  }
  footer {
      padding: 80px 0;
  }

  .hero-section {
    margin-top: 72px;
  }
  .pe-7 {
    padding-right: 1.5rem !important;
  }
  .ps-7 {
      padding-left: 1.5rem !important;
  }
  p {
    font-size: 15px;
    line-height: 22px;
  }
  .conForm img.w-75{
    width: 100% !important;
  }
    .conSocial {
      width: 200px;
      height: 200px;
      right: 0;
      left: 0;
      bottom: auto;
      top: 170px;
      margin: 0 auto;
  }
      .social-media a {
      font-size: 18px;
      width: 34px;
      height: 34px;
      line-height: 34px;
  }
}

@media only screen and (max-width: 576px) {
  .hero-con {
    right: -40px;
  }
  .video .link {
    left: calc(50% - 25px);
    top: calc(50% - 25px);
  }
  .video .link img {
    width: 50px;
  }
   .hero-section h1 {
      font-size: 20px;
  }
  .hero-con p {
    width: 70%;
  }
  .hero-section p {
    font-size: 14px;
  }
  .stamp {
      width: 80px;
      height: 80px;
      line-height: 80px;
      top: -40px;
  }
  .stamp img {
        width: 26px;
  }

  .main-title {
        font-size: 28px;
  }
    a.main-link-2 {
      font-size: 16px;
  }
  .textNimation-g{
    display: none;
  }
  .mt-5{
    margin-top: 20px !important;
  }
  .contact-form .mb-4{
    margin-bottom: 10px !important;
  }
  .contact-form.p-5 {
    padding: 1.5rem !important;
  }
  footer h3 {
    font-size: 24px;
  }
  footer p {
      font-size: 13px;
      margin-bottom: 5px;
  }
  footer .foo-links li a {
    font-size: 18px;
  }
    .social-media a {
      font-size: 20px;
      width: 39px;
      height: 40px;
      line-height: 40px;
  }
  .msg-dev {
      margin: 0 !important;
  }
   .pe-7 {
    padding-right: 0!important;
  }
  .ps-7 {
      padding-left: 0 !important;
  }
  .conForm img.w-75{
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 575px) {
  .msg-dev {
      margin: 0 !important;
  }
  .hero-con {
    right: 0;
    width: 100%;
    text-align: center;
  }
  .hero-con p {
    width: 100%;
  }
    .hero-section h1 {
      font-size: 20px;
  }
  .video .link {
    left: calc(50% - 27px);
    top: calc(50% - 27px);
  }
  .video .link img {
      width: 50px;
  }
    .main-title {
      font-size: 30px;
  }
  a.main-link-2 {
        font-size: 16px;
  }
      .main-link-2 span {
      width: 16px;
      font-size: 18px;
  }

  .testimonialsCon p {
      font-size: 16px;
  }
      footer h3 {
        font-size: 22px;
        margin-bottom: 10px;
  }
  footer p {
    font-size: 13px;
    margin-bottom: 7px;
  }
  footer .foo-links li a {
  font-size: 16px;
  }
  .mt-5 {
    margin-top: 1.5rem !important;
  }
  .conForm img.w-75{
      margin-bottom: 80px;
    }
}