@font-face {
  font-family: 'Overlock';
  src: url('../fonts/Overlock-Bold.eot');
  src: url('../fonts/Overlock-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Overlock-Bold.woff2') format('woff2'),
    url('../fonts/Overlock-Bold.woff') format('woff'),
    url('../fonts/Overlock-Bold.ttf') format('truetype'),
    url('../fonts/Overlock-Bold.svg#Overlock-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.eot');
  src: url('../fonts/Inter-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Inter-SemiBold.woff2') format('woff2'),
    url('../fonts/Inter-SemiBold.woff') format('woff'),
    url('../fonts/Inter-SemiBold.ttf') format('truetype'),
    url('../fonts/Inter-SemiBold.svg#Inter-SemiBold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.eot');
  src: url('../fonts/Inter-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Inter-Regular.woff2') format('woff2'),
    url('../fonts/Inter-Regular.woff') format('woff'),
    url('../fonts/Inter-Regular.ttf') format('truetype'),
    url('../fonts/Inter-Regular.svg#Inter-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.eot');
  src: url('../fonts/Inter-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Inter-Bold.woff2') format('woff2'),
    url('../fonts/Inter-Bold.woff') format('woff'),
    url('../fonts/Inter-Bold.ttf') format('truetype'),
    url('../fonts/Inter-Bold.svg#Inter-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}



* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: 'Inter';
}

a {
  text-decoration: none !important;
}

figure {
  padding: 0 !important;
  margin: 0 !important;
}

img {
  max-width: 100%;
}

body {
  background-color: #ffffff;
  font-family: 'Inter';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  transition: 0.5s;
}






.btn_design {
  text-transform: capitalize;
  font-weight: 500;
  padding: 10px 22px;
  border-radius: 30px;
  display: inline-block;
  background-color: #9d7875;
  color: #ffffff;
  font-size: 16px;
  font-family: 'Inter';
  transition: all 500ms ease-in-out;
}

.btn_design_b {
  text-transform: capitalize;
  font-weight: 500;
  padding: 10px 30px;
  border-radius: 30px;
  display: inline-block;
  background: #d1a797;
  color: #ffffff;
  font-size: 16px;
  transition: all 500ms ease-in-out !important;
}

.btn_design:hover {
  box-shadow: inset 300px 0 #0e0e0e;
  color: #ffffff;
}

.btn_design_b:hover {
  box-shadow: inset 200px 0 #0e0e0e;
  color: #ffffff;
}

.same-line {
  font-size: 20px;
  color: #9d7875;
  text-transform: capitalize;
  font-family: "Overlock";
  font-weight: bold;
}

.same-heading {
  font-size: 40px;
  font-family: "Overlock";
  color: #383838;
  text-transform: capitalize;
  font-weight: bold;
  line-height: 46px;
  margin: 0px 0 10px;
}

.same-text {
  font-size: 17px;
  color: #0f0f0f;
  margin-bottom: 10px;
}

.same-line::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 7px;
  width: 55px;
  height: 2px;
  background-color: #9d7875;
  margin-top: -7px;
}

.text-paragraph {
    margin-bottom: 10px;
	font-size:16px;
}
.text-paragraph strong{
	font-size: 20px;
    color: #9d7875;
    text-transform: capitalize;
    font-family: "Overlock";
    font-weight: bold;
}
.mail-one{display:block}

/* mouse scroll css */
.logo img {
  width: 100%;
  transition: all 0.5s ease;
}

.navbar-fixed .logo img {
  width: 192px;
  transition: all 0.5s ease;
}

.navbar-fixed .navigation_menu {
  transition: all 0.5s ease;
}

.navbar-fixed.header_area {
  box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.3);
}

/* header start  */
.header_area {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
}


.header_btn {
  display: inline-block;
}

.social_icon a {
  margin-left: 6px;
}

.header_top .row {
  align-items: center;
}

.header_top {
  padding: 4px 0;
  background-color: #ffffff;
  position: relative;
}

.navigation_menu {
  list-style: none;
  margin-bottom: 0rem;
  padding-left: 0rem;
  display: flex;
  justify-content: space-around;
}

.navigation_menu li {
  display: inline-block;
}

.navigation_menu li a {
  font-size: 17px;
  color: #4b4b4b;
  text-transform: capitalize;
  position: relative;
  font-weight: 400;
}

.navigation_menu li a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  background-color: #8c6f6d;
  left: 0;
  bottom: -9px;
  transition: all 0.2s ease;
}

.navigation_menu li a.active::before,
.navigation_menu li a:hover:before {
  width: 50%;
}

.navigation_menu li a.active {
  color: #8c6f6d;
  position: relative;
  transition: all 0.2s ease;
}

.navigation_menu li a:hover {
  color: #8c6f6d;
}

.header_btn .btn_design {
  margin-left: 10px;
}

/* header end  */

/* slider_image start */
.slider_image {
  margin-top: 100px;
  position: relative;
  overflow: hidden;
}

.ms-slide-info  {
  position: absolute !important;
  top: 50%;
  left: 9%;
  transform: translateY(-50%);
  color: #ffffff;
  max-width: 500px;
  z-index: 1;
}

.text_content_slider .slider_text {
  color: #ffffff;
  font-size: 18px;
  text-transform: capitalize;
  position: relative;
}

.slider_text_list_box {
  font-size: 48px;
  color: #ffffff;
  font-family: 'Overlock';
  font-weight: 400;
  text-transform: capitalize;
  position: relative;
  line-height: 54px;
  margin: 16px 0;
}

.image_s {
  position: relative;
}

.ms-slide-bgcont::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8743872549019608) 19%, rgba(0, 0, 0, 0) 52%);
  z-index: 1;
}

.slider_btn_book {
  margin-top: 14px;
}

.ms-nav-next {
  background-image: url(../images/slider-arrow-right.png) !important;
  width: 42px !important;
  height: 47px !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: auto !important;
}
.ms-nav-prev {
  background-image: url(../images/slider-arrow-left.png) !important;
  width: 42px !important;
  height: 47px !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: auto !important;
}
/* slider_image end */
/* about start */
.about {
  padding: 80px 0;
  position: relative;
  background-color: #ffffff;
  margin-top: -10px;
}

.about .btn_design {
  margin-top: 30px;
}



.about .shape-image {
  position: absolute;
  top: -26px;
  left: 0;
  width: 100%;
}

.about .shape-image-bottom {
  position: absolute;
  bottom: -26px;
  left: 0;
  z-index: 1;
  width: 100%;
}

.text-paragraph a{
  color: #9d7875;
  font-weight: 600;
}
/* about end */

/* we-do start  */
.service {
  padding: 80px 0;
  position: relative;
  background-color: #f7f7f7;
}

.service .btn_design_b {
  text-transform: capitalize;
  margin-top: 10px;
  background-color: transparent;
  border: 1px solid #9d7875;
  color: #000;
}

.service .btn_design_b:hover {
  color: #ffffff;
}

.service .btn_design {
  text-transform: capitalize;
  margin-top: 10px;
  width: 100%;
  border-radius: 5px;
  text-align: center;
}

.we-do-box {
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
  min-height: 100%;
  background: rgb(216,176,166);
  background: linear-gradient(180deg, rgba(216,176,166,0.7707457983193278) 41%, rgba(157,120,117,0.4318102240896359) 79%);
  padding: 30px 10px;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.we-do-box:hover {
  background: #ffffff;
}

.we-do-head {
  font-size: 24px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 28px;
  padding: 5px 0;
}

.we-do-text {
  font-size: 15px;
  color: #464545;
}

.we-do-image {
  width: 70px;
  height: 70px;
  object-fit: contain;
}
/* we-do end */


/* choose start */
.choose {
  padding: 40px 0;
  background-image: url("../images/bg-image.png");
  background-blend-mode: overlay;
  background-color: #8c6f6d;
  background-repeat: no-repeat;
  background-size: cover;
}
.home-contact {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 30px 20px 50px;
}
.choose-list {
  list-style: none;
  margin: 0;
  padding: 0
}
.choose-list li {
  background-image: url(../images/check-list.png);
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: left 5px;
  margin: 7px 0;
  padding-left: 20px;
  color: #fff;
}
.home-contact .same-heading {
  margin-bottom: 8px;
}
.choose .same-line {
  color: #ead7d3;
}
.choose .same-line::after {
  background-color: #ead7d3;
}

.form-control {
  background-color: #ffffff !important;
  border: 2px solid #d0d0d0 !important;
  padding: 7px 13px;
  border-radius: 5px;
  color: #4b4b4b;
  font-size: 15px;
}
textarea.form-control {
  resize: none;
  height: 90px;
}
input[type="submit"]:hover, input[type="submit"]:focus {
  background-color: #9d7875;
  color: #fff;
}
input[type="submit"] {
  width: 100%;
  text-transform: capitalize;
  color: #ffffff;
  background-color: #9d7875;
  border-radius: 5px;
  padding: 8px 35px;
  font-size: 17px;
  margin-top: 16px;
}
.form-control:focus {
  box-shadow: 0 0 0 0rem rgba(13,110,253,.25);
}
.home-contact .box p{
  margin-bottom: 0;
}
.home-contact .box  label{
  margin: 6px 0;
}
.wpcf7-spinner {
  display: none;
}
/* choose end */




/* testimonial start  */
.testimonial {
  padding: 80px 0;
  position: relative;
}

.testimonial .same-line::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
  width: 55px;
  height: 2px;
  background-color: #9d7875;
  margin-top: -7px;
}

.testmonial-heading-box {
  margin: 0 auto;
  max-width: 670px;
}

.testimonial-img {
  margin-top: 40px;
}

.testimonial .shape-testmil {
  position: absolute;
  bottom: -24px;
  left: 0;
  z-index: 1;
  width: 100%;
}
#sp-testimonial-free-wrapper-32 .sp-testimonial-free-section {
  margin: 0 50px;
  padding: 0 13px !important;
  margin-bottom: 30px;
}
#sp-testimonial-free-wrapper-32 .sp-testimonial-free {
background-color: #f8f8f9;
  margin: 20px 0;
  padding: 20px 20px;
  border-radius: 5px;
}
.sp-testimonial-free-section .sp-testimonial-client-image {
  margin: 0 0 22px 0;
  position: absolute;
}

.sp-testimonial-free-section .sp-testimonial-client-testimonial p {
  font-size: 16px;
  line-height: 22px;
  text-align: left;
  margin: 70px 0 20px 0;
}
.sp-testimonial-free-section .sp-testimonial-client-name {
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  font-family: "Overlock";
  margin: 0 0 8px 0;
  position: absolute;
  top: 40px;
  left: 92px;
}
#sp-testimonial-free-wrapper-32 .sp-testimonial-free-section .sp-testimonial-client-rating {
  color: #ffb900;
  position: absolute;
  top: 70px;
  left: 92px;
}
#sp-testimonial-free-wrapper-32 .sp-testimonial-free-section .sp-testimonial-client-designation {
  color: #444444;
  position: absolute;
  top: 67px;
  left: 195px;
}
.sp-testimonial-free-section .testimonial-pagination .swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;}
  .sp-testimonial-free-section .testimonial-nav-arrow {
  
    width: 32px;
    height: 32px;
    border-radius: 50%;
  }
/* testimonial end */

/* footer start */

.footer-top {
  padding: 50px 0 26px;
  background-color: #8c6f6d;
}

.footer-heading {
  position: relative;
  color: #ffffff;
  font-size: 24px;
  text-transform: capitalize;
  font-family: 'Overlock';
  font-weight: bold;
  margin-bottom: 22px;
}

.footer-heading::before {
  position: absolute;
  content: "";
  bottom: -4px;
  width: 80px;
  height: 2px;
  background-color: #d8b0a6;
}

.footer-text {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
}

.footer-list-contact,
.footer-list {
  padding-left: 0rem;
  margin: 0;
  
}

.footer-list li {
  list-style: none;
  margin-bottom: 7px;
  background-image: url(../images/footer-arrow.png);
  background-position: left 8px;
  background-size: 5px;
  background-repeat: no-repeat;
  padding-left: 12px;
}

.footer-list li a {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
}

.footer-list-contact li strong {
  width: 22px;
  height: 22px;
  margin-right: 12px;
  display: inline-block;

}

.footer-list-contact li a:hover,
.footer-list li a:hover {
  color: #d1a797
}
.footer-text{
  margin: 14px 0 12px;
}
.follow_items {
  color: #ffffff;
  font-size: 24px;
  font-family: "Overlock";
}
.footer-list-contact li {
  display: flex;
  margin-bottom: 10px;
  color: #ffffff;
}

.footer-list-contact li a {
  width: 81%;
  color: #ffffff;
}



.footer-bottom {
  background-color: #7e6260;
  padding: 10px 0;
}

.footer-bottom-text {
  font-size: 14px;
  color: #ffffff;
  text-transform: capitalize;
}

.footer-bottom-text a {
  color: #ffffff;
}

/* footer end */

/* contact page start  */
.inner_title {
  font-size: 30px;
  font-weight: bold;
  line-height: 40px;
  margin-bottom: 20px;
  color: #242424;
  margin-top: 20px;
}
.contact_page_info {
  position: relative;
  padding-left: 45px;
  color: #666;
  margin-top: 25px;
}
.contact_page_info img {
  position: absolute;
  top: 7px;
  left: 0;
  width: 35px;
}
.contact_left {
  padding-top: 20px;
}
.contact_right {
  border: 2px solid #9d78755c;
  border-radius: 20px;
  padding: 20px;
}
.contact_right .form-control {
  padding: 12px 13px;
}

.contact_right textarea.form-control {
  resize: none;
  height: 100px;
}

.contact_page_info a {
  color: #202a44;
  font-size: 16px;
}
.contact_page_info strong {
  color: #202a44;
  font-weight: 600;
  font-size: 20px;
}
.map {
  margin-top: 45px;
}
/* contact page end */

.error_container {
  display: flex;
  min-height: 100vh;
 align-items: center;
  text-align: center;
  }

  .more-link {
    background-color: #9d7875;
    display: block;
    color: #fff !important;
    text-transform: capitalize;
    margin-top: 20px;
    width: 178px;
    padding: 12px 0 12px 15px;
    border-radius: 30px;
}
#back_button {
  background-color: #000000 !important;
  z-index: 30;
  position: relative;
}

#back_button .button {
  background-color: #000000 !important;
  padding: 20px;
  position: fixed;
  bottom: 0;
  right: 10px;
}

#back_button .btn {
  display: inline-block;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: #9d7875;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  width: 44px;
  height: 44px;
  border-radius: 5px;
  bottom: 10px;
  right: 20px;
  transition: all 500ms ease-in-out;
}

#back_button .btn-check:focus+.btn,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 109, 253, 0);
}

#back_button .btn:hover {
  box-shadow: inset 0 0 0 25px #000000;
}

.site-content, .site-main .widecolumn {
  margin-left: 0px !important;
}
.page .entry-header, .blog_page_header {
  background: url("../images/banner-image.jpg") #eee no-repeat center !important;
  background-size: cover !important;
  max-width: 100% !important;
  padding: 270px 0 110px !important;
  margin: 0 0 50px !important;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.page .entry-header:before, .blog_page_header:before {
background: rgba(0, 0, 0, 0.7);
position: absolute;
content: "";
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.page .entry-content {
max-width: 100% !important;
padding: 0px !important;
}
.content-area, .content-sidebar {
  padding-top: 0px !important;
}
.page .entry-title, .blog_page_title {
  color: #fff;
position: relative;
  font-size: 32px;
font-weight: 600;
  text-transform: none;
  z-index: 99;
margin-bottom: 3px;
}
.breadcrumb-container {
  width: 100%;
color: #f26d20;
position: relative;
font-size: 15px;
}
.breadcrumb-container a {
color: #f26d20;
}


/* innerpage start */
.inner_page_heading {
       font-size: 40px;
    font-family: "Overlock";
    color: #383838;
    text-transform: capitalize;
    font-weight: bold;
    line-height: 46px;
    margin: 10px 0 10px;
}
.inner_page_heading strong {
    color: #9d7875;
}
.inner-page-img img{
	border-radius:10px;
}
.inner-page ul li {
    list-style: none;
    background-image: url(../images/check-list1.png);
    background-repeat: no-repeat;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 36px;
    background-size: 26px;
    background-position: left 9px;
    font-size: 16px;  
	background-size: 17px;
}
.inner-page ul {
    padding: 0;
    margin: 6px 0;
}
/* innerpage end */


/*referral form start */
.ref_form_box {
  background: url(../images/testimonial_bg.jpg) no-repeat center;
  background-size: cover;
  padding: 35px;
  margin-bottom: 30px;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0px 0px 5px 0px #9d78752b;
}
.ref_form_box_heading {
  color: #111;
  font-family: "Overlock";
  font-size: 32px;
  line-height: 30px;
}
.ref_form_box_heading strong {
  color: #9d7875;
  font-family: "Overlock";

}
.ref_form_box_input select {
  background: url(../images/down-arrow.png) #fff no-repeat center right 10px;
  width: 100%;
  min-height: 44px;
  margin-top: 2px;
  border: 1px solid #ccc !important;
  border-radius: 2px;
  color: #555;
  padding: 10px 30px 10px 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.ref_form_box_label {
  color: #666;
  margin-top: 15px;
}
.ref_form_box_input textarea {
  resize: none;
  height: 144px;
  margin-top: 2px;
  border: 1px solid #ccc !important;
  color: #555;
}
.ref_form_box p {
  margin-bottom: 6px !important;
}
.ref_form_box_input input {
  width: 100%;
  min-height: 44px;
  margin-top: 2px;
  border: 1px solid #ccc !important;
  color: #555;
}
.ref_form_box_label p {
  font-size: 15px;
  color: #9d7875;
}

.wpcf7-list-item label {
  display: block;
  position: relative;
  margin-top: 8px;
  color: #555;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.wpcf7-list-item label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.wpcf7-list-item-label {
  position: relative;
  padding-left: 26px;
}
.wpcf7-list-item-label::before {
  position: absolute;
  top: 1px;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 50%;
}
.wpcf7-list-item-label {
  position: relative;
  padding-left: 22px;
}
span.wpcf7-list-item {
  margin: 0 !important;
  display: block;
}
.wpcf7-list-item label input:checked ~ .wpcf7-list-item-label:before {
  background-color: #9d7875;
  border-color: #9d7875;
}

.referral-form input[type="submit"] {
  width: auto;
}
/*referral form end */

/* footer responsive start */
.footer_fixed_buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 99;
}
.footer_btn1 {
    width: 50%;
    float: left;
    background: #d8b0a6;
    color: #000 !important;
    padding: 10px 0;
    font-weight: bold;
}

.footer_btn2 {
    background: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translatex(-50%);
    padding: 9px 12px;
    border-radius: 50%;
    width: 44px;
    height: 44px;
}
.footer_btn3 {
    width: 50%;
    float: left;
    background: #373636;
    color: #fff !important;
    padding: 10px 0;
    font-weight: bold;
}
/* footer responsive end */



/* responsive start */
@media only screen and (max-width : 320px) {
	.header_btn{display:none;}
	.ms-view, .ms-slide, .ms-slide-bgcont { min-height: 300px !important;}
    .ms-slide-bgcont img { object-fit: cover;}
	.primary-navigation { display: none;}
	.logo img {width: 150px;}
	.navbar-fixed .logo img {width: 150px;}
	.slider_image {margin-top: 60px;}
	.slider_text_list_box { font-size: 32px;line-height: 32px;}
	.text_content_slider .slider_text { font-size: 14px;}
	.ms-slide-info { top: 44%; left: 7%;max-width: 330px;}
	.btn_design_b {font-size: 12px;}
	.about .shape-image-bottom , .about .shape-image, .testimonial .shape-testmil  { display: none;}
	.about {padding: 30px 0;}
	.same-heading { font-size: 32px;line-height: 34px;}
	.service {padding: 30px 0;}
	#sp-testimonial-free-wrapper-32 .sp-testimonial-free-section {margin: 0 0px }
	.testimonial {padding: 30px 0;}
	.footer-logo { width: 200px; margin: 0 auto;}
	.footer-top .ps-5,.footer-top .ps-4 {padding-left: 13px!important;}
	.about .ps-5 {padding-left: 13px!important;}
	.footer-bottom { padding: 10px 0 60px;}
	#back_button .btn {bottom: 100px;}
	.inner_page_heading { font-size: 32px; line-height: 46px;}
	.ref_form_box_heading {font-size: 27px;}
	.inner_title {font-size: 28px;}
	.contact_right { margin-top: 30px;}
	.contact_left { padding-top: 0px;}
}

@media only screen and (min-width : 321px) and (max-width : 480px) {
	.header_btn{display:none;}
	.ms-view, .ms-slide, .ms-slide-bgcont { min-height: 300px !important;}
    .ms-slide-bgcont img { object-fit: cover;}
	.primary-navigation { display: none;}
	.logo img {width: 150px;}
	.navbar-fixed .logo img {width: 150px;}
	.slider_image {margin-top: 60px;}
	.slider_text_list_box { font-size: 32px;line-height: 32px;}
	.text_content_slider .slider_text { font-size: 14px;}
	.ms-slide-info { top: 44%; left: 7%;max-width: 330px;}
	.btn_design_b {font-size: 12px;}
	.about .shape-image-bottom , .about .shape-image, .testimonial .shape-testmil  { display: none;}
	.about {padding: 30px 0;}
	.same-heading { font-size: 32px;line-height: 34px;}
	.service {padding: 30px 0;}
	#sp-testimonial-free-wrapper-32 .sp-testimonial-free-section {margin: 0 0px }
	.testimonial {padding: 30px 0;}
	.footer-logo { width: 200px; margin: 0 auto;}
	.footer-top .ps-5,.footer-top .ps-4 {padding-left: 13px!important;}
	.about .ps-5 {padding-left: 13px!important;}
	.footer-bottom { padding: 10px 0 60px;}
	#back_button .btn {bottom: 100px;}
	.inner_page_heading { font-size: 32px; line-height: 46px;}
	.ref_form_box_heading {font-size: 27px;}
	.inner_title {font-size: 28px;}
	.contact_right { margin-top: 30px;}
	.contact_left { padding-top: 0px;}
}



@media only screen and (min-width : 481px) and (max-width : 767px) {
	.header_btn{display:none;}
	.ms-view, .ms-slide, .ms-slide-bgcont { min-height: 300px !important;}
    .ms-slide-bgcont img { object-fit: cover;}
	.primary-navigation { display: none;}
	.logo img {width: 150px;}
	.navbar-fixed .logo img {width: 150px;}
	.slider_image {margin-top: 60px;}
	.slider_text_list_box { font-size: 32px;line-height: 32px;}
	.text_content_slider .slider_text { font-size: 14px;}
	.ms-slide-info { top: 44%; left: 13%;max-width: 330px;}
	.btn_design_b {font-size: 12px;}
	.about .shape-image-bottom , .about .shape-image, .testimonial .shape-testmil  { display: none;}
	.about {padding: 30px 0;}
	.same-heading { font-size: 32px;line-height: 34px;}
	.service {padding: 30px 0;}
	#sp-testimonial-free-wrapper-32 .sp-testimonial-free-section {margin: 0 30px }
	.testimonial {padding: 30px 0;}
	.footer-logo { width: 270px; margin: 0 auto;}
	.footer-top .ps-5,.footer-top .ps-4 {padding-left: 13px!important;}
	.about .ps-5 {padding-left: 13px!important;}
	.footer-bottom { padding: 10px 0 60px;}
	#back_button .btn {bottom: 100px;}
	.inner_page_heading { font-size: 32px; line-height: 46px;}
	.ref_form_box_heading {font-size: 27px;}
	.inner_title {font-size: 28px;}
	.contact_right { margin-top: 30px;}
	.contact_left { padding-top: 0px;}
	#rmp_menu_trigger-114 {right: 14%;}
}
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
	.header_btn{display:none;}
	.ms-view, .ms-slide, .ms-slide-bgcont { min-height: 300px !important;}
    .ms-slide-bgcont img { object-fit: cover;}
	.primary-navigation { display: none;}
	.logo img {width: 150px;}
	.navbar-fixed .logo img {width: 150px;}
	.slider_image {margin-top: 60px;}
	.slider_text_list_box { font-size: 32px;line-height: 32px;}
	.text_content_slider .slider_text { font-size: 14px;}
	.ms-slide-info { top: 44%; left: 13%;max-width: 330px;}
	.btn_design_b {font-size: 12px;}
	.about .shape-image-bottom , .about .shape-image, .testimonial .shape-testmil  { display: none;}
	.about {padding: 30px 0;}
	.same-heading { font-size: 32px;line-height: 34px;}
	.service {padding: 30px 0;}
	#sp-testimonial-free-wrapper-32 .sp-testimonial-free-section {margin: 0 30px }
	.testimonial {padding: 30px 0;}
	.footer-logo { width: 200px;}
	.footer-top .ps-5,.footer-top .ps-4 {padding-left: 13px!important;}
	.about .ps-5 {padding-left: 13px!important;}
	
	.inner_page_heading { font-size: 32px; line-height: 46px;}
	.ref_form_box_heading {font-size: 27px;}
	.inner_title {font-size: 28px;}
	.contact_right { margin-top: 30px;}
	.contact_left { padding-top: 0px;}
	#rmp_menu_trigger-114 {right: 5%;}
}
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
	.header_btn{display:none;}
	
	.primary-navigation { display: none;}
	.logo img {width: 150px;}
	.navbar-fixed .logo img {width: 150px;}
	.slider_image {margin-top: 60px;}
	.slider_text_list_box { font-size: 32px;line-height: 32px;}
	.text_content_slider .slider_text { font-size: 14px;}
	.ms-slide-info { top: 44%; left: 13%;max-width: 330px;}
	.btn_design_b {font-size: 12px;}
	.about {padding: 30px 0;}
	.same-heading { font-size: 32px;line-height: 34px;}
	.service {padding: 30px 0;}
	#sp-testimonial-free-wrapper-32 .sp-testimonial-free-section {margin: 0 30px }
	.testimonial {padding: 30px 0;}
	.footer-logo { width: 200px;}
	.footer-top .ps-5,.footer-top .ps-4 {padding-left: 13px!important;}
	.about .ps-5 {padding-left: 13px!important;}
	
	.inner_page_heading { font-size: 32px; line-height: 46px;}
	.ref_form_box_heading {font-size: 27px;}
	.inner_title {font-size: 28px;}
	.contact_right { margin-top: 30px;}
	.contact_left { padding-top: 0px;}
	#rmp_menu_trigger-114 {right: 5%;}
}


/* iPhone XR */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
	.header_btn{display:none;}
	.ms-view, .ms-slide, .ms-slide-bgcont { min-height: 300px !important;}
    .ms-slide-bgcont img { object-fit: cover;}
	.primary-navigation { display: none;}
	.logo img {width: 150px;}
	.navbar-fixed .logo img {width: 150px;}
	.slider_image {margin-top: 60px;}
	.slider_text_list_box { font-size: 32px;line-height: 32px;}
	.text_content_slider .slider_text { font-size: 14px;}
	.ms-slide-info { top: 44%; left: 13%;max-width: 330px;}
	.btn_design_b {font-size: 12px;}
	.about .shape-image-bottom , .about .shape-image, .testimonial .shape-testmil  { display: none;}
	.about {padding: 30px 0;}
	.same-heading { font-size: 32px;line-height: 34px;}
	.service {padding: 30px 0;}
	#sp-testimonial-free-wrapper-32 .sp-testimonial-free-section {margin: 0 30px }
	.testimonial {padding: 30px 0;}
	.footer-logo { width: 200px;}
	.footer-top .ps-5,.footer-top .ps-4 {padding-left: 13px!important;}
	.about .ps-5 {padding-left: 13px!important;}
	.inner_page_heading { font-size: 32px; line-height: 46px;}
	.ref_form_box_heading {font-size: 27px;}
	.inner_title {font-size: 28px;}
	.contact_right { margin-top: 30px;}
	.contact_left { padding-top: 0px;}
	#rmp_menu_trigger-114 {right: 11%;}
}




/* iPad Pro 12.9 inch */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {}

@media screen and (min-width: 1424px) {}

@media screen and (min-width: 1624px) {}

@media screen and (min-width: 1920px) {
	.ms-slide-info {left: 17%;max-width: 770px;}
}

@media screen and (min-width: 2048px) {.ms-slide-info {left: 17%;max-width: 770px;}}

@media screen and (min-width: 2550px) {.ms-slide-info {left: 17%;max-width: 770px;}}  
/* responsive end */
