@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/***** General CSS *****/



body {

  word-break: break-word;

  font: 15px/25px 'Poppins', sans-serif;

  color: #393939;

  overflow-x: hidden;

}



a {

  text-decoration: none;

  color: #28b16d;

  white-space: initial;

}



a:hover,

a:focus {

  text-decoration: none;

  color: #393939;

}



a:hover {

  transition: all 0.5s ease-in-out;

  -webkit-transition: all 0.5s ease-in-out;

  -moz-transition: all 0.5s ease-in-out;

}



img {

  max-width: 100%;

}



input[type="text"]:focus,

textarea:focus,

input[type="password"]:focus,

select:focus,

input[type="email"]:focus,

input[type="url"]:focus,

input[type="tel"]:focus,

input[type="number"]:focus {

  transition: all 0.5s ease;

  -webkit-transition: all 0.5s ease;

  -moz-transition: all 0.5s ease;

  outline: none;

}



select,

input[type="text"],

input[type="password"],

input[type="email"],

input[type="url"],

input[type="number"],

textarea,

input[type="tel"] {

  -webkit-appearance: none;

  -moz-appearance: none;

  appearance: none;

}



ul {

  margin: 0 0 20px;

  padding: 0;

  list-style-type: none;

}



p {

   font-family: 'Montserrat';

  font-weight: 400;

}





/***** Font Files *****/



@font-face {

  font-family: 'LinLibertine';

  src: url(../fonts/LinLibertine_R.ttf);

  font-weight: 400;

  font-style: normal

}





/***** Custom Classes *****/



.noPadding {

  padding: 0;

}



.noLeft {

  padding-left: 0;

}



.noRight {

  padding-right: 0;

}



.centerCol {

  float: none;

  margin: 0 auto;

}



.theme-btn {

  font-size: 14px;

  line-height: 20px;

  font-weight: 500;

  padding: 15px 40px;

  color: #fff;

  margin: 20px 20px 20px 0;

  border-radius: 50px;

  -webkit-border-radius: 50px;

  -moz-border-radius: 50px;

  text-transform: capitalize;

  border: 2px solid;

  text-transform: uppercase;

}



.theme-btn:hover {

  background-color: #fff;

  color: #28b16d;

  border-color: #28b16d;

}



.flexRow {

  display: -webkit-box;

  display: -moz-box;

  display: -ms-flexbox;

  display: -webkit-flex;

  display: flex;

  align-items: center;

}



.flexCol {

  -webkit-box-flex: 1;

  -moz-box-flex: 1;

  -webkit-flex: 1;

  -ms-flex: 1;

  flex: 1;

  align-items: center;

}



h1 {

   font-family: 'LinLibertine';

  font-size: 55px;

  line-height: 60px;

  color: #fff;

  font-weight: 500;

  margin: 0 0 17px;

}



h2 {

   font-family: 'LinLibertine';

  font-size: 55px;

  line-height: 60px;

  color: #393939;

  font-weight: 500;

  margin: 0 0 30px;

}



h3 {

   font-family: 'LinLibertine';

  font-size: 30px;

  line-height: 34px;

  color: #000000;

  font-weight: 600;

  margin: 0 0 28px;

}



h4 {

   font-family: 'LinLibertine';

  font-size: 24px;

  line-height: 29px;

  color: #393939;

  font-weight: 500;

  margin: 0 0 13px;

}



h5 {

   font-family: 'LinLibertine';

  font-size: 20px;

  line-height: 25px;

  color: #393939;

  font-weight: 500;

  margin: 0 0 20px;

}



h6 {

   font-family: 'Montserrat';

  font-size: 18px;

  line-height: 23px;

  color: #393939;

  font-weight: 500;

  margin: 0 0 22px;

}



select {

  background: #fff url('../images/arrow.png') no-repeat right;

  padding: 0 40px 0 30px;

  

}



::-webkit-input-placeholder {

  color: #575757;

}



::-moz-placeholder {

  color: #575757;

  opacity: 1;

}



:-ms-input-placeholder {

  color: #575757;

}



:-moz-placeholder {

  color: #575757;

  opacity: 1;

}





/*header css start */



.menuSec {

  padding: 30px 0;

}



.menuSec img {

  margin: 0;

  width: 200px;

}



.menuSec ul {

  position: relative;

  list-style: none;

  padding: 0;

  margin: 0;

  /* text-align: center; */

  text-transform: capitalize;

  display: flex;

  align-items: center;

  gap: 35px;

}



.menuSec ul li {

  position: relative;

  display: inline-block;

  margin: 0;

  padding: 0;

}



.menuSec li ul {

  display: none;

}



.menuSec ul li a {

    position: relative;

    display: inline-block;

    text-decoration: none;

    color: #fff;

    /* padding: 10px 23px; */

    font-size: 13px;

    font-family: "Montserrat", sans-serif;

    font-weight: 400;
	text-transform:uppercase;

}



.menuSec ul li a:after {

  content: '';

  position: absolute;

  top: 35%;

  right: 0;

  width: 1px;

  height: 13px;

  background-color: #393939;

  display: none;

}



.menuSec ul li:last-child a {

  padding-right: 0px;

}



.menuSec ul li:last-child a:after {

  display: none;

}



.menuSec ul li a:hover,

.menuSec ul li a.active {

  transition: all 0.5s ease;

  -webkit-transition: all 0.5s ease;

  -moz-transition: all 0.5s ease;

  color: #000000;

}



.menuSec li:hover>ul {

  display: block;

  position: absolute;

  z-index: 1000;

  background-color: #000000;

  left: 0px;

  width: 230px;

  text-align: left;

  top: 38px;

}



.menuSec li>ul>li>a {

  border: none;

  padding: 13px 20px !important;

  color: #fff !important;

  overflow: hidden;

  font-size: 13px;

  line-height: 20px;

}



.menuSec li>ul>li,

.menuSec li>ul>li>a {

  display: block;

  margin: 0;

}



.menuSec li>ul>li>a:before,

.menuSec li>ul>li>a:after {

  display: none;

}



.menuSec li:hover li {

  float: none;

}



.menuSec li:hover a {}



.menuSec li ul li a:hover {

  background-color: #ffffff;

  color: #000000 !important;

}



.menuSec ul ul ul {

  left: 100%;

  top: 0;

}



.menuSec ul:before,

.menuSec ul:after {

  /* content: " "; */

  display: table;

}



.menuSec ul:after {

  clear: both;

}

.menuSec .row {

    align-items: center;

}

.menuSec li>ul>li:hover>ul {

  left: 230px;

  top: 0px;

  width: 270px;

}

.droopdwon li:hover>ul {

    display: block;

    position: absolute;

    z-index: 1000;

    background-color: #000000;

    left: 0px;

    width: 230px;

    text-align: left;

    top: 40px;

}

.droopdwon {

    float: left;

}

.droopdwon li:hover li a:hover {

    background-color: #ffffff;

    color: #000 !important;

}

/*header css start */



.dropdown-menu {

    position: absolute !important;

    z-index: 1000;

    display: block;

    min-width: 10rem;

    padding: 0.5rem 0;

    margin: 0;

    font-size: 1rem;

    color: #212529;

    text-align: left !important;

    background-color: #fff;

    background-clip: padding-box;

    border: 1px solid rgba(0, 0, 0, 0.15);

    border-radius: 0.25rem;

}

/*banner css start */





img.bann-img {

    width: 100%;

    height: 656px;

    object-fit: cover;

    border-top-left-radius: 20px;

    border-bottom-left-radius: 20px;

}



section.banner .container-fluid {

    padding-right: 0;

    margin-right: 0;

    margin-left: 4%;

}

.header-bann {

    position: relative;

    z-index: 1;

}



.header-bann::before {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 680px;

    background-color: #bfacfe;

    content: '';

    z-index: -1;

}

a.btn-1 {

    font-size: 13px;

    color: #fff;

    font-family: 'Montserrat';

    background-color: #d8a6c1;

    padding: 15px 35px;

    border-radius: 5px;

    border: 1px solid #fff;
	text-transform:uppercase;

}

section.banner .container-fluid {

    position: relative;

}

.banner-txt {

    position: absolute;

    top: 0;

    left: 4%;

    width: 100%;

    height: 100%;

    display: flex;

    align-items: center;

    /* justify-content: center; */

}

.banner-txt h1 {

    font-size: 48px;

    line-height: 51px;

    font-weight: 300;

    position: relative;

    margin-bottom: 30px;

}



.banner-txt h1 span {

    display: block;

}

.banner-txt p {

    font-size: 13px;

    color: #fff;

    width: 73%;

    line-height: 22px;

    margin-bottom: 30px;

}

.banner-txt h1::before {

    position: absolute;

    bottom: -15px;

    left: 0;

    width: 100%;

    height: 3px;

    background-image: url(../images/line-1.png);

    background-repeat: no-repeat;

    background-size: contain;

    content: '';

    z-index: 1;

}

/*banner end*/

section.about {

    padding: 100px 0px;

}

.abt-txt {

    margin-left: 6%;

}

.abt-txt h3 {

    font-size: 48px;

    line-height: 50px;

    color: #141414;

    font-weight: 300;

    margin-bottom: 30px;

    position: relative;

}



.abt-txt p {

    font-size: 13px;

    color: #000000;

    margin-bottom: 30px;

}



.abt-txt h3::before {

   position: absolute;

    bottom: -15px;

    left: 0;

    width: 100%;

    height: 3px;

    background-image: url(../images/line-2.png);

    background-repeat: no-repeat;

    background-size: contain;

    content: '';

    z-index: 1;

}

.abt-img {

    position: relative;

}





.abt-sm-txt {

    display: flex;

    align-items: center;

    gap: 10px;

    background-color: #bfacfe;

    width: fit-content;

    margin: 0 auto;

    padding: 35px;

    border: 12px solid #fff;

    border-radius: 5px;

    margin-top: -60px;

    position: relative;

}



.abt-sm-txt h4 {

    font-size: 63px;

    color: #fff;

    font-weight: 400;

    margin: 0;

    font-family: 'Montserrat';

    font-weight: 600;

}



.abt-sm-txt h6 {

    font-size: 15px;

    color: #fff;

    margin: 0;

}



.abt-sm-txt h6 span {

    display: block;

}

/*about end*/

/*service start*/

section.service {

    padding: 100px 0px 80px;

    background-repeat: no-repeat;

    background-image: url(../images/ser-bg.png);

    background-size: cover;

}

.ser-txt {

    text-align: center;

    margin-bottom: 40px;

}



.ser-txt p {

    font-size: 13px;

    color: #fff;

    margin: 0 auto;

    width: 32%;

}

.ser-txt h3 {

    font-size: 45px;

    color: #fff;

    line-height: 50px;

    font-weight: 300;

    margin-bottom: 30px;

    position: relative;

}

.ser-txt h3::before{

  position: absolute;

  bottom: -15px;

  left: 421px;

  width: 100%;

  height: 3px;

  background-image: url(../images/line-1.png);

  background-repeat: no-repeat;

  background-size: contain;content: '';

  z-index: 1;right: 0px;

  margin: 0 auto;

}

.ser-slid .slick-active {

    opacity: 1;

}

.ser-slid .slick-slide {

    margin: 0px 10px;

}

.ser-img img {

    height: 300px;

    object-fit: cover;

    border-top-left-radius: 10px;

    border-top-right-radius: 10px;

}

.ser-bot-txt {

    background-color: #fff;

    padding: 30px;

    margin-bottom: 30px;

    border-radius: 13px;

    margin-top: -35px;

    position: relative;

    height: 285px;

}



.ser-bot-txt h4 {

    font-size: 27px;

    color: #000000;

    font-weight: 400;

    line-height: 33px;

}



.ser-bot-txt p {

    font-size: 14px;

    color: #000000;

    margin-bottom: 30px;

}

/*service end*/

/*the expertise start*/

section.experise {

    padding: 100px 0px;

}

.expertise-txt h3 {

    font-size: 48px;

    font-weight: 300;

    color: #141414;

    margin-bottom: 30px;

    line-height: 55px;

    position: relative;

}

.expertise-txt h3::before{

    position: absolute;

    bottom: -15px;

    left: 0;

    width: 100%;

    height: 3px;

    background-image: url(../images/line-2.png);

    background-repeat: no-repeat;

    background-size: contain;

    content: '';

    z-index: 1;

  }

  .expertise-txt p {

    font-size: 14px;

    color: #000000;

}

section.experise ul li {

    display: flex;

    align-items: center;

    gap: 10px;

}



section.experise ul li p {

    font-size: 14px;

    color: #000;

    font-weight: 500;

    margin: 0;

    line-height: 39px;

}





.item_label.cell.auto {

    font-size: 20px;

    font-weight: 500;

    color: #000;

    font-family: 'LinLibertine';

}

.item_value.cell.shrink {

    text-align: end;

    font-size: 20px;

    /* color: #fff; */

}

.item_bar {

    position: relative;

    background-color: #eeeeee;

    width: 100%;

    border-radius: 4px;

    /* border: 1px solid #fe0000;*/

}

.progress {

    /* position: absolute; */

    left: 0;

    top: 0;

    bottom: 0;

    width: 0;

    margin: 0;

    border-radius: 4px;

    background-color: #d8a6c1;

    transition: width 100ms ease;

    /* border: 1px solid; */

}

.expertise-img {

    margin-left: 6%;

}

/*the expertise end*/

/*support start*/

section.support {

    padding: 100px 0px;

    background-image: url(../images/support-bg.jpg);

    background-repeat: no-repeat;

    background-size: cover;

}

.sup-txt {

    text-align: center;

}



.sup-txt ul {

    display: flex;

    align-items: center;

    justify-content: center;

    gap:10px;

}

a.btn-2 {

    color: #d8a6c1;

   font-size: 13px;

    font-family: 'Montserrat';

    background-color: #fff;

    padding: 15px 35px;

    border-radius: 5px;
	text-transform:uppercase;

}

.sup-txt h3 {

    font-size: 45px;

    font-weight: 300;

    line-height: 50px;

    color: #fff;

}



.sup-txt h3 span {

    display: block;

}



.sup-txt p {

    font-size: 13px;

    color: #fff;

    width: 68%;

    margin: 0 auto;

    margin-bottom: 30px;

}

/*support end*/

/*testimonials start*/

.test-slid-bx .client-img img {

    width: 75px;

}



.test-slid-bx img {

    width: 50px;

}

section.testimonials {

    padding: 100px 0px;

}

.test-txt {

    text-align: center;

    margin: 40px;

}



.test-txt h3 {

    font-size: 45px;

    color: #141414;

    line-height: 50px;

    font-weight: 300;

    margin-bottom: 30px;

    position: relative;

}



.test-txt p {

    font-size: 13px;

    color: #141414;

    width: 35%;

    margin: 0 auto;

}

.test-slid .slick-active {

    opacity: 1;

}

.test-txt h3::before{

position: absolute;

    bottom: -15px;

    left: 421px;

    width: 100%;

    height: 3px;

    background-image: url(../images/line-2.png);

    background-repeat: no-repeat;

    background-size: contain;

    content: '';

    z-index: 1;

    right: 0px;

    margin: 0 auto;

  }

  .test-slid .slick-slide {

    margin: 0px 10px;

}

.test-slid-bx {

    text-align: center;

    padding: 20px;

    background-color: #eeeeee;

    position: relative;

    border-radius: 10px;

    margin-bottom: 104px;

    height: 200px;

}



.test-slid-bx img {

    margin: 0 auto;

}



.test-slid-bx p {

    font-size: 13px;

    color: #141414;

    line-height: 25px;

    margin-top: 20px;

    margin-bottom: 30px;

}

.client-img {

    margin-bottom: -111px;

}



.client-img h4 {

    font-size: 16px;

    color: #000;

    font-family: 'Montserrat';

    line-height: 20px;

}



.client-img h4 span {

    display: block;

    font-size: 13px;

    color: #d8a6c1;

    font-weight: 300;

}

/*testimonials end*/

/*BLOG START*/

.blog-slid .slick-active {

    opacity: 1;

}

 .blog-slid .slick-slide {

    margin: 0px 10px;

}

.blog-img img {

    width: 100%;

    height: 280px;

    object-fit: cover;

    border-top-left-radius: 20px;

    border-top-right-radius: 20px;

}

section.blogs {

    padding-bottom: 100px;

}

.blog-second-bx {

    display: flex;

    align-items: center;

    justify-content: space-between;

    background-color: #bfacfe;

    padding: 10px 30px;

}



.blog-second-bx h4 {

    margin: 0;

    font-size: 19px;

    color: #fff;

}



.blog-second-bx h5 {

    margin: 0;

    font-size: 19px;

    color: #fff;

}

.blog-sm-bx h4 {

    font-size: 24px;

    line-height: 30px;

    color: #141414;

}



.blog-sm-bx p {

    font-size: 14px;

    color: #141414;

}

.blog-sm-bx a {

    font-size: 14px;

    color: #d8a6c1;

    text-decoration: underline;

}

.blog-sm-bx {

    background-color: rgb(255, 255, 255);

    box-shadow: 0px 9px 36.27px 2.73px rgba(0, 0, 0, 0.09);

    margin-bottom: 30px;

    padding: 20px;

    border-bottom-left-radius: 20px;

    border-bottom-right-radius: 20px;

    border-bottom: 3px solid #ca9bb4;

}

/*blog end*/

/*footer start*/

footer {

    background-color: #bfacfe;

    padding: 80px 0px 0px;

}

.footer-txt-heading h5 {

    font-size: 28px;

    color: #fff;

    line-height: 54px;

    font-weight: 400;

    margin-bottom: 30px;

    text-transform: uppercase;

}

.footer-txt.ftr_logo p {

    font-size: 14px;

    color: #fff;

    margin: 30px 0px;

    width: 86%;

}

.footer-links.quick_links ul li a {

    font-size: 15px;

    color: #fff;

    line-height: 40px;

}



.footer-links.quick_links .fot-ul  {

    display: flex;

    justify-content: space-between;

}





.footer-txt.footer-quick {

    width: 79%;

    position: relative;

}

.footer-txt.footer-quick:before {

    position: absolute;

    left: -45px;

    content: '';

    height: 117px;

    background-color: #fff;

    top: 117px;

    width: 2px;

}

.footer-txt.footer-quick:after {

    position: absolute;

    right: -53px;

    content: '';

    height: 117px;

    background-color: #fff;

    top: 117px;

    width: 2px;

}

.footer-txt.ftr_logo img {

    width: 280px;

}

.footer-txt p {

    font-size: 14px;

    color: #fff;

}

.footer-txt-heading input {

    width: 100%;

    background-color: #fff;

    padding: 12px 15px;

    border: unset;

    border-radius: 10px;

}



.inp {

    position: relative;

}



.inp i {

    /* position: absolute; */

    /* right: 8px; */

    /* top: 4px; */

    /* background-color: #d8a6c1; */

    /* width: 40px; */

    /* height: 40px; */

    /* border-radius: 10px; */

    /* color: #fff; */

    /* font-size: 20px; */

    /* display: flex; */

    /* align-items: center; */

    /* justify-content: center; */

}

.header-socials-links ul {

    display: flex;

    gap: 10px;

    align-items: center;

}



.header-socials-links ul li a i {

    font-size: 20px;

    color: #fff;

    width: 40px;

    background-color: #d8a6c1;

    border-radius: 50%;

    height: 40px;

    display: flex;

    align-items: center;

    justify-content: center;

    border: 1px solid #fff;

}



.header-socials-links ul li h4 {

    font-size: 18px;

    color: #fff;

    margin: 0;

    text-transform: uppercase;

}

.footer-rights {

    margin-top: 35px;

    text-align: center;

    background-color: #d8a6c1;

    padding: 15px 0px;

    border-top: 1px solid #fff;

}

.footer-rights p{

  font-size: 15px;

  color: #fff;

  margin: 0;

}

a.btn-1:hover {

    box-shadow: inset 220px 0 0 #bfacfe;

    transition: 2s;

}

.inp button {

    position: absolute;

    right: 8px;

    top: 4px;

    background-color: #d8a6c1;

    width: 40px;

    height: 40px;

    border-radius: 10px;

    color: #fff;

    font-size: 20px;

    display: flex;

    align-items: center;

    justify-content: center;

    border: unset;

}



.inp button:hover {

    background-color: #000;

    transition: 2s;

}



/*about-pg start*/

.abt-txt.bot {

    margin: 0;

}

section.mission {

    background-image: url(../images/mission-bg.jpg);

    background-repeat: no-repeat;

    background-size: cover;

    padding: 100px 0px;

}

.miss-txt h3 {

    margin-bottom: 30px;

    font-size: 48px;

    line-height: 50px;

    color: #fff;

    font-weight: 400;

    position: relative;

}

.miss-txt h3::before {

    position: absolute;

    bottom: -15px;

    left: 0;

    width: 100%;

    height: 3px;

    background-image: url(../images/line-1.png);

    background-repeat: no-repeat;

    background-size: contain;

    content: '';

    z-index: 1;

}



.miss-txt p {

    font-size: 13px;

    color: #fff;

    line-height: 27px;

    width: 85%;

}



/*about-pg end*/

/*service-pg start*/

section.Services-pg {

    padding: 100px 70px;

}

.service-in-img img {

    width: 95%;

    height: 500px;

    object-fit: cover;

    border-radius: 20px;

}



.main-bx-service .row {

    align-items: center;

}

.service-in-txt h4 {

    font-size: 37px;

    color: #000000;

    margin-bottom: 30px;

    position: relative;

}



.service-in-txt p {

    font-size: 14px;

    color: #000000;

    line-height: 26px;

    width: 80%;

    margin-bottom: 30px;

}



.service-in-txt h4::before {

    position: absolute;

    bottom: -15px;

    left: 0;

    width: 100%;

    height: 3px;

    background-image: url(../images/line-2.png);

    background-repeat: no-repeat;

    background-size: contain;

    content: '';

    z-index: 1;  

   }



 .main-bx-service {

    border-radius: 20px;

    background-color: rgb(255, 255, 255);

    box-shadow: -0.908px 1.782px 18.96px 5.04px rgba(0, 0, 0, 0.06);

    padding: 30px 20px;

    margin-bottom: 40px;

}

.main-bx-service.tw img {

    width: 100%;

}



.main-bx-service.tw .service-in-txt {

    padding-left: 30px;

}

/*service-pg end*/



/*contact page start*/

section.contact-pg {

    padding: 100px 70px;

}

.cont-pg-txt h3 {

    font-size: 47px;

    line-height: 40px;

    margin-bottom: 22px;

    border-bottom: 1px solid #00000096;

    padding-bottom: 30px;

    /* width: 80%; */

    font-weight: 500;

}



.cont-pg-txt p {

    font-size: 14px;

    color: #1e1e1e;

    /* width: 61%; */

    margin-bottom: 40px;

}

.cont-pg-txt  input {

    width: 100%;

    padding: 15px;

    border: 1px solid #b2b2b2;

    border-radius: 5px;

    outline: none;

    margin-bottom: 30px;

}

.cont-pg-txt  textarea {

    width: 100%;

    padding: 15px;

    border: 1px solid #b2b2b2;

    border-radius: 5px;

    outline: none;

    height: 200px;

    resize: none;

    margin-bottom: 30px;

}

.cont-pg-txt {

    width: 85%;

}

.cont-pg-txt p{
    margin:0;
    padding: 0;
}
.cont-pg-txt  button{

    font-size: 13px;

    color: #fff;

    font-family: 'Montserrat';

    background-color: #d8a6c1;

    padding: 15px 35px;

    border-radius: 5px;

    border: unset;

}

.cont-pg-txt label {

    font-size: 15px;

    color: #000;

    font-family: 'LinLibertine';

    margin-bottom: 10px;

}

.cont-info-bx-in h3 {

    font-size: 28px;

    color: #000;

    font-weight: 500;

    padding-bottom: 19px;

    border-bottom: 1px solid #b2b2b2;

    margin-bottom: 30px;

}



.cont-info-bx-in ul li {

    display: flex;

    /* align-items: center; */

    gap: 6px;

    padding-bottom: 12px;

}



.cont-info-bx-in ul li h5 {

    font-size: 15px;

    color: #000000;

    margin: 0;

}



.cont-info-bx-in ul li p {

    font-size: 14px;

    margin: 0;

    color: #000000;

    line-height: 20px;

}

.cont-info-bx-in ul li a {

    font-size: 14px;

    margin: 0;

    color: #000000;

}



.cont-info-bx-in ul li p span {

    display: block;

}

.cont-info-bx-in {

    padding: 50px 20px;

    border-radius: 20px;

    border: 1px solid #b2b2b2;

    width: 95%;

}



.cont-info-bx-in ul {

    margin: 0;

}

.contact-bx-2-inn h3 {

    font-size: 28px;

    color: #000;

    font-weight: 500;

    padding-bottom: 19px;

    border-bottom: 1px solid #b2b2b2;

    margin-bottom: 30px;

}

.contact-bx-2-inn {

   padding: 50px 20px;

   border-radius: 20px;

   border: 1px solid #b2b2b2;

   width: 95%;

   margin-top: 40px;

}

.contact-bx-2-inn ul li {

    display: flex;

    align-items: baseline;

    justify-content: space-between;

}



.contact-bx-2-inn ul li h6 {

    font-size: 14px;

    color: #000;

}



.contact-bx-2-inn ul li span {

    font-size: 14px;

    color: #000;

}



.contact-bx-2-inn ul li p {

    font-size: 14px;

    color: #fff;

    padding: 8px 25px;

    background-color: #d8a6c1;

}

.contact-bx-2-inn ul {

    margin-bottom: 0;

}

/*contact page end*/

/*get an estmate start*/

section.get-an  input {

    width: 100%;

    padding: 15px 20px;

    margin-bottom: 20px;

    border: 2px solid #d8a6c1;

    outline: none;

    border-radius: 5px;

}

section.get-an{

  padding: 100px 89px;

}

.input-icon {

    position: absolute;

    top: 18px;

    right: 15px;

}

.input {

    position: relative;

}

.input-icon i {

    font-size: 22px;

    color: #000;

}

section.get-an  input::placeholder {

    color: #000;

}

.text-area textarea {

    width: 100%;

    height: 300px;

    resize: none;

    padding: 10px 20px;

    border-radius: 5px;

    border: 2px solid #d8a6c1;

}

.Message-icon {

    position: absolute;

    top: 15px;

    right: 15px;

}

.text-area {

    position: relative;

}

.Message-icon i {

    font-size: 22px;

    color: #2500fe;

}

section.form-2 button.theme_btn {

    font-size: 30px;

    font-weight: 400;

    background-color: #091d35;

}

.text-area {

    position: relative;

    margin-bottom: 30px;

}

section.get-an button.theme_btn {/* border: 1px solid; */font-size: 14px;color: #fff;font-family: 'Montserrat';padding: 15px 50px;border-radius: 5px;background-color: #d8a6c1;/* box-shadow: 0px 11px 14px 0px rgba(6, 6, 6, 0.1); *//* border-color: rgb(149, 149, 119); */border: unset;}

.input select {

    width: 100%;

    padding: 15px 20px;

    border-radius: 5px;

    margin-bottom: 20px;

    border: 2px solid #d8a6c1;

}

.input i{
	position: absolute;
    right: 22px;
    top: 22px;
}

.get-in-head h3 {

    text-align: center;

    font-size: 48px;

    line-height: 31px;

    margin-bottom: 25px;

    /* font-style: italic; */

    color: #000;

    text-transform: uppercase;

}

.get-in-head p {

    font-size: 16px;

    margin: 0 auto;

    width: 36%;

    text-align: center;

    line-height: 31px;

    color: #000;

}

.get-in-head {

    margin-bottom: 40px;

}

section.main_slider.inn.book h1 {

    width: 86%;

}

/*get an estmate end*/



section.service-detail {

    padding: 100px 80px;

}

.det-ser-img img {

    width: 100%;

    height: 680px;

    object-fit: cover;

    border-radius: 20px;

}





.det-ser-txt {

    margin-top: 30px;

}



.det-ser-txt h3 {

    font-size: 48px;

    line-height: 50px;

    font-weight: 300;

}

.det-ser-par p {

    font-size: 14px;

    color: #000;

    line-height: 28px;

}



.nav-tabs {

    border: unset;

    display: flex;

    align-items: center;

    gap: 20px;

    margin-bottom: 30px;

}





li.nav-item {

    font-size: 20px;

    color: #d8a6c1;

}



.nav-tabs .nav-link {

    color: #d8a6c1;

    border: 1px solid #d8a6c1;

}



.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {

    border: unset;

    background-color: #d8a6c1;

    padding: 10px 20px;

    border-radius: 5px;

    color: #fff;

}





/* blog-detail-sec */



.blog-detail-img {

    width: 100%;

    height: 575px;

    margin-bottom: 25px;

}



.blog-detail-img img {

    width: 100%;

    height: 100%;

    object-fit: cover;

    border-radius: 15px;

}



.blog-detail-text {

    padding-right: 10%;

}



.blog-detail-text ul {

    gap: 15px;

    display: flex;

    margin-bottom: 10px;

    align-items: center;

    justify-content: flex-start;

}



.blog-detail-text ul li i {

    color: #141414;

}



.blog-detail-text ul li h5 {

    color: #141414;

    font-style: italic;

    margin: 0;

}



.blog-detail-text h2 {

    color: #141414;

    font-size: 50px;

    margin-bottom: 10px;

}



.blog-detail-text p {

    color: #141414;

    margin-bottom: 15px;

}



.blog-detail-text h3 {

    text-align: center;

    margin: 25px auto;

    width: 77%;

    color: #141414;

    text-transform: uppercase;

    line-height: 44px;

}



.blog-detail-text h4 {

    font-size: 35px;

    color: #141414;

    margin-bottom: 15px;

}



.blog-detail-text form input {

width: 100%;

height: 60px;

color: #000;

padding: 10px 15px;

margin-bottom: 25px;

border-radius: 10px;

background-color: transparent;

border: 2px solid #d8a6c1;
}



.blog-detail-text form textarea {

    width: 100%;

    height: 280px;

    color: #141414;

    padding: 10px 15px;

    margin-bottom: 25px;

    border-radius: 10px;

    font-family: 'Roboto';

    border: 2px solid #d8a6c1;

    background-color: transparent;

}



.blog-detail-text form button {border: none;height: 55px;font-size: 16px;color: #fff;padding: 10px 60px;border-radius: 10px;/* font-family: 'Roboto'; */background-color: #d8a6c1;}



.blog-detail-text form input::placeholder,

.blog-detail-text form textarea::placeholder {

    color: #141414;

}



.blog-side-bar img {

    width: 100%;

    height: 260px;

    object-fit: cover;

    border-radius: 10px;

    margin-bottom: 25px;

}



.blog-side-bar h3 {

    color: #fff;

    margin-bottom: 10px;

}



.blog-side-bar p {

    color: #141414;

    margin-bottom: 25px;

}



.blog-side-bar ul {

    margin-bottom: 25px;

}



.blog-side-bar ul li {

    color: #141414;

    margin-bottom: 5px;

}



.blog-side-bar form input {

    width: 100%;

    height: 60px;

    color: #141414;

    padding: 10px 15px;

    border-radius: 10px;

    margin-bottom: 25px;

    border: 2px solid #d8a6c1;

    background-color: transparent;

}



.blog-side-bar form input::placeholder {

    color: #141414;

}



.blog-side-bar form button {

    border: none;

    height: 55px;

    font-size: 16px;

    color: #fff;

    padding: 10px 60px;

    border-radius: 10px;

    /* font-family: 'Roboto'; */

    background-color: #d8a6c1;

}

section.about-sec {

    padding: 100px 100px;

}

/* blog-detail-sec */





















html{

  overflow-x: hidden;

}





@media only screen and (min-width: 1366px) and (max-width: 1920px){}



@media only screen and (min-width: 1200px) and (max-width: 1365px){}



@media only screen and (min-width: 992px) and (max-width: 1199px){}



@media only screen and (min-width: 768px) and (max-width: 991px){}



@media only screen and (min-width: 520px) and (max-width: 767px){}



@media only screen and (min-width: 300px) and (max-width: 519px){







.menuSec img {

    display: block;

    margin: 0 auto;

}



.menuSec a.btn-1 {

    margin: 0 auto;

    display: block;

    width: fit-content;

    margin-top: 27px;

    padding: 9px 12px;

    font-size: 12px;

}



img.bann-img {

    height: 410px;

    object-fit: cover;

}

.banner-txt h1 {

    font-size: 23px;

    line-height: 32px;

}

p{

  font-size: 12px !important;

  line-height: 23px !important;

}

.banner-txt {

    padding-left: 12px;

}

a.btn-1 {

    font-size: 12px;

    padding: 12px 20px;

}

.abt-sm-txt h6 {

font-size: 13px;

}

.abt-sm-txt h4 {

    font-size: 22px;

}

.abt-txt h3 {

    font-size: 28px;

    line-height: 33px;

    margin-top: 20px;

}

section.service {

    padding: 60px 0px;

}

.ser-txt h3 {

    font-size: 30px;

    color: #fff;

    line-height: 30px;

    }

   .ser-txt p {

    width: 100%;

}

.ser-bot-txt {

    padding: 20px;

}

.expertise-txt h3 {

    font-size: 30px;

    line-height: 42px;

}



}

section.banner.inn .banner-txt {
    display: inline-grid;
}

.logged-in-as, .comment-body, #comments, .commentlist{
    display: none!important;
}