
/*===============================newsletter css Start=============================*/

 .news-letter{padding-top:0px; padding-bottom:0px; background-color: rgba(0,0,0,0); }



  @media (max-width : 767px){
    .news-letter{padding-bottom: 40px; }
  }


.newsletter-wrapper {
  
    background-color: transparent;
}
.news-letter {padding-top: 0px; padding-bottom: 0px; background-color: rgba(0,0,0,0); }



.newsletter {background-color: var(--secondary-color)}

.news-button-sec {
    text-align: right;
}

.newsletter {padding: 39px 50px;display: flex;align-items: center;justify-content: space-between;margin-bottom: -61px;position: relative;z-index: 2;border-radius: 21px;border: 6px solid #fff;/* box-shadow: inset 0 0 10px #000000; */}



.newsletter .news-title {width: 100%;display: flex;align-items: center;}



.newsletter .news-title span {display: block; color: #222; font-size: 45px; margin-right: 15px; line-height: 0; }



.newsletter .news-title .news-con h2 {font-size: 18px; color: #222; font-weight: 500; text-transform: uppercase; }



.newsletter .news-title .news-con p {font-size: 21px;color: #ffff;font-weight: 500;letter-spacing: .5px;text-transform: capitalize;font-weight: 600;margin-bottom: 0;}



.newsletter .subscribe-content {width: 50%;text-align: center;}



.newsletter .subscribe-content .news-content .subscribe-block {display: flex; position: relative; }



.newsletter .subscribe-content .news-content .subscribe-block input {color: #222;width: 100%;height: 44px;border: 1px solid black;border-radius: 0;padding: 20px;}



.newsletter .subscribe-content .news-content .subscribe-block .email-submit {position: absolute; right: 0; }



.newsletter .subscribe-content .news-content .subscribe-block .email-submit button {color: #fff;height: 44px;font-size: 16px;padding: 8px 15px;text-transform: uppercase;font-weight: 600;letter-spacing: 1px;border-radius: 0px;}



.newsletter .subscribe-content .news-content .subscribe-block .email-submit button {background-color: #000000;}



.news-con p{font-weight: 600!important; color: #000; font-family: Arial, Helvetica, sans-serif;     padding-top: 0px;}



.newsletter .subscribe-content .news-content .subscribe-block .email-submit button:hover{background-color: red;}







.news-con h4{padding-top: 13px;}



.news-button-sec a{color: #000;background-color: #fff;padding: 12px 29px;font-weight: 600;font-size: 18px;border-radius: 50px;}







/*===============================Newsletter css End=============================*/


    /*Banner css start*/
    .banner {
    height: 350px;
    overflow: hidden;
}
.banner img.img-fluid {
    height: 350px;
    max-height: 350px;
    width: 100%;
    object-fit: cover;
    object-position: bottom;
}
.banner .guides {
    position: absolute;
    height: 350px;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.banner h1{
    font-size: var(--f36);
    text-shadow: 0px 0px 3px #000;
}

/*breadcrumb css start*/
.breadcrumb-wrap {
  padding: var(--p20);
  background-color: var(--white-color);
  border-bottom: 1px solid #ececec;
}

.breadcrumb {
  display: inline-block;
  padding: 0;
  text-transform: capitalize;
  color: #111235;
  font-size: 14px;
  font-weight: 600;
  background: none;
  margin: 0;
  border-radius: 0;
  padding-left:var(--p20);
}

.breadcrumb span {
  position: relative;
  text-align: center;
  padding: 0 var(--p10);
}

.breadcrumb i.fa-solid.fa-house {
    margin-right: var(--m5);
}

/*404 page css start*/
section.error h2{
    color: var(--secondary-color);
    font-size: var(--f90);
    font-weight: bold;
    font-family: var(--primary-font);
    margin-bottom: var(--m20);
    text-align: center;
    line-height: 1;
}
section.error h3 {
    font-size: var(--f36);
    text-align: center;
    color: var(--primary-color);
    margin-bottom: 0;
}
section.error p{
    text-align: center;
}
section.error a.main-btn {
    width: 150px;
    margin: auto;
    text-align: center;
}
header.mob {
    display: none;
}

.dropdown a{
    color: var(--white-color);
    font-weight: 600;
}


.dropdown-menu.show {
    background: #6ac1ff;
    padding: 0;
    border-radius: 0;
    border: 0px solid;
}

.dropdown-item:focus, .dropdown-item:hover {
    background-color: #85c8f7;
}


.choose-services .head-sec {
    text-align: center;
    margin-bottom: var(--m40);
}

footer p {
    font-size: 14px;
    color: var(--white-color);
}

.head {
    justify-content: space-between;
    display: flex;
}


.list-inline-item a{
  color:#fff;
}



i.fa-solid.fa-envelope {
    position: absolute;
    top: 21px;
    left: 20px;
}



/*About owner css*/
section.about-owner {
    background: var(--white-color);
}

section.about-owner .col-6.col-md-6.col-sm-12.cont {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

section.about-owner .rhea_mask {
    fill: var(--white-color);
}

section.about-owner .svg-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: none;
}

section.about-owner .col-6.col-md-6.col-sm-12.img {
    position: relative;
    height: 500px;
}

section.about-owner .abt-owner {
    position: relative;
    height: 100%;
}

section.about-owner .abt-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 90%;
    height: 100%;
    text-align: center;
    overflow: hidden;
    display: flex;
    border-radius: 50px;
}

section.about-owner img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 50px;
    transition: 0.5s all;
    border-radius: 50px;
}

section.about-owner img:hover {
    transform: scale(1.14);
}

section.about-owner svg {
    height: 588px;
    width: 100%;
}

section.about-owner .head-sec {
    text-align: left;
    margin-bottom: var(--m15);
}

section.about-owner h4 {
    font-size: var(--f21);
    font-weight: 500;
}

section.about-owner .icon-area {
    border-radius: 100%;
    border: 1px solid #b3b3b3;
    text-align: center;
    width: 50px;
    height: 50px;
    font-size: var(--f20);
    display: flex;
    justify-content: center;
    align-items: center;
}

section.about-owner .call-us, section.about-owner .email-us {
    display: flex;
    align-items: center;
    gap: 10px;
}

section.about-owner .call-area {
    display: block;
}

section.about-owner .call-area a {
    display: block;
}

section.about-owner .call-area a:hover {
    color: var(--other-color);
}

section.about-owner .abt-detail {
    display: flex;
    gap: 30px;
    align-items: center;
    margin-bottom: var(--m30);
}

section.about-owner .abt-detail i{
  color:var(--btn-color);
}

section.about-owner a.main-btn {
    display: block;
    width: 150px;
    text-align: center;
}










