@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-Medium.eot');
  src: url('../fonts/Inter-Medium.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Inter-Medium.woff2') format('woff2'),
      url('../fonts/Inter-Medium.woff') format('woff'),
      url('../fonts/Inter-Medium.ttf') format('truetype'),
      url('../fonts/Inter-Medium.svg#Inter-Medium') format('svg');
  font-weight: 500;
  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 {
  padding: 10px 32px;
  border-radius: 26px;
  display: inline-block;
  background: #0098db;
  color: #ffffff;
  text-transform: capitalize;
  font-family: 'Helvetica';
  font-weight: normal;
  font-size: 16px;
  transition: all 500ms ease-in-out !important;
}


.btn_design_b {

  padding: 8px 18px;
  border-radius: 26px;
  display: inline-block;
  border: 2px solid #fff;
  color: #ffffff;
  text-transform: capitalize;
  font-family: 'Helvetica';
  font-weight: normal;
  font-size: 17px;
  transition: all 500ms ease-in-out !important;
}

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


.btn_design_b:hover {
  box-shadow: inset 200px 0 #0098db;
  color: #fff;
}

.same-line {
  font-size: 18px;
  color: #b6302f;
  text-transform: capitalize;
  font-weight: bold;
  margin-bottom: 8px;
}

.same-heading {
  position: relative;
  font-size: 36px;
  color: #0098db;
  text-transform: capitalize;
  font-weight: bold;
  line-height: 42px;
  margin: 0px 0 10px;
}


.same-text {
  font-size: 15px;
  color: #4b4b4b;
}

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

.navbar-fixed .logo img {
  width: 130px;
  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;
}

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

.header_top {
  padding: 6px 0;
  background-color: #ffffff;
}

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

.navigation_menu li {
  display: inline-block;
  margin: 0 4px;
}

.navigation_menu li a {
  font-size: 16px;
  color: #1c1c1c;
  text-transform: uppercase;
  position: relative;
  font-weight: 500;
  border-radius: 4px;
  margin: 0 27px 0;

}

.navigation_menu li a::before {
  position: absolute;
  content: "";
  width: 0%;
  height: 3px;
  bottom: -5px;
  background-color: #ba2b2c;
  left: 0px;
  border-radius: 10px;
  transition: all 0.5s ease;
}

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


.navigation_menu li a.active,
.navigation_menu li a:hover {
  position: relative;
  transition: all 0.2s ease;
  color: #ba2b2c;
}

/* header end  */

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

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

.slider_btn_book a {
  margin-right: 14px;
}


.slider_text_list_box {
  font-size: 36px;
  color: #ffffff;
  font-weight: bold;
  text-transform: capitalize;
  position: relative;
  line-height: 39px;
  margin: 12px 0 14px;
}

.slider_text_list_box span {
  font-size: 60px;
  display: inline-block;
  font-weight: 500;
}

.slider_text_title {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
}

.slider_text_title::before {
  content: "";
  position: absolute;
  width: 100%;
  display: inline-block;
  height: 2px;
  background-color: #fff;
  bottom: 0;
  left: 0;
}

.text_title {
  font-size: 16px;
  font-weight: normal;
}

.ms-slide-bgcont {
  position: relative;
}

.ms-slide-bgcont::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(10, 11, 11, 0.8) 0%, rgba(0,0,0,0) 50%);
  z-index: 1;
}

.slider_btn_book {
  margin-top: 34px;
}

.ms-nav-next {
  background-image: url(../images/banner-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/banner-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 */
/* four_sec start */

  .four_sec {
    position: relative;
    margin-top: 60px;
}
.four_class_icon_box img {
  width: 42px;
  height: 52px;
  object-fit: contain;
  margin-right: 11px;
}

.four_class_icon_box {
  display: flex;
  align-items: center;
  position: relative;
  padding: 20px 12px 0;
}


.fout_head_text {
  font-size: 22px;
  color: #333333;
  font-weight: bold;
}

.four_class_text_para {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  margin-top: 12px;
  padding: 12px 16px 20px;
}

.four_sec_box {
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  min-height: 100%;
}

/* four_sec end */
/* aboutus start  */
.aboutus {
  padding: 60px 0 60px;
}

.heading-text-line {
  font-size: 19px;
  color: #1f2221;
  font-weight: 500;
  margin-bottom: 10px;

}

.aboutus .same-text {
  font-size: 16px;
  color: #4b4b4b;
  border-bottom: 1px solid;
  padding: 0 0 20px;
}


.about_icon_text {
  background-color: #ffffff;
  padding: 23px 45px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: 31px;
  left: -136px;
  border-radius: 23px;
  gap: 50px;
}

.about_img {
  position: relative;
}

.about_list_text {
  padding: 0;
  margin: 0;
}

.about_list_text li {
  background-image: url(../images/tick-icon.png);
  background-position: left 6px;
  background-repeat: no-repeat;
  background-size: 20px;
  list-style: none;
  padding-left: 29px;
  margin-top: 14px;
  font-size: 16px;
  color: #4b4b4b;
}

/* aboutus end */

/* our service start */
.ourservice_sec {
  padding: 60px 0;
  background-color: #fafafa;
}

.our_service_sec_box {
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  min-height: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.service_img {
  overflow: hidden;
}

.our_service_sec_box .mai-img {
  transition: all 0.5s ease;
}

.our_service_sec_box:hover .mai-img {
  transform: scale(1.1);
}

.service_text_head {
  font-size: 24px;
/*   color: #223645; */
  color:#b6302f;
  font-family: 'Helvetica';
  font-weight: bold;
}

.service_text_btn a {
  color: #0098db;
  font-size: 18px;
  font-weight: bold;
}

.service_text_btn a img {
  transition: all 0.5s ease;
}

.service_text_btn a:hover img {
  transform: translateX(10px);

}
.service_img img {
    width: 100%;
}

/* our service end */
/* get_touch start */
.get_touch {
  background-image: url(../images/contact-bg.jpg);
  padding: 120px 0 0;
  background-repeat: no-repeat;
  background-position: top;
  background-color: rgba(0, 0, 0, 0.5);
  background-blend-mode: multiply;
  background-size: cover;
  height: 490px;
}
.get_txt_area {
  margin-top: 55px;
}
.get_text {
  position: relative;
  font-size: 42px;
  color: #fff;
  font-weight: bold;
  line-height: 46px;
}

.get_text::before {
  content: "";
  position: absolute;
  background-image: url(../images/get_arrow_shape.png);
  width: 183px;
  height: 101px;
  left: 318px;
  top: 67px;

}

.get_contact {
  font-size: 29px;
  color: #fff;
  font-weight: bold;
  margin-top: 43px;
}

.get_contact a {
  color: #fff;
}

.get_contact a:hover {
  color: #ba2b2c;
}

.contact_box {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  background-image: url(../images/contact_bg_shape.png);
  background-repeat: no-repeat;
  background-position: center;
}
.contact_head_text {
  font-size: 30px;
  color: #000000;
  font-weight: bold;
  margin-bottom: 10px;
}
.arrow_img {
  text-align: center;
  position: relative;
  margin-bottom: 14px;
}
.arrow_img::before {

  position: absolute;
  content: "";
  width: 38%;
  height: 1px;
  background-color: #bfbfbf;
  vertical-align: middle;
  left: 22px;
  top: 0;

}
.arrow_img::after {
  position: absolute;
    content: "";
    width: 38%;
    height: 1px;
    background-color: #bfbfbf;
    vertical-align: middle;
    right: 33px;
    top: 0;
    
}
.form-control {
  border: 2px solid #d0d0d0 !important;
  padding: 12px 13px;
  border-radius: 5px;
  color: #4b4b4b;
  font-size: 14px;
}
textarea.form-control {
  resize: none;
  height: 110px;
  border-radius: 5px;
}
.form-control:focus {
  box-shadow: 0 0 0 0rem rgba(13, 110, 253, .25);
  border: 2px solid #ba2b2b80 !important;
}
.get_touch input[type="submit"] {
  padding: 10px 32px;
  border-radius: 26px;
  display: inline-block;
  background: #0098db;
  color: #ffffff;
  text-transform: capitalize;
  font-weight: normal;
  font-size: 16px;
  transition: all 500ms ease-in-out !important;
}
/* get_touch end */
/* testimonial_sec start */
.testimonial_sec {
  padding: 150px 0 60px;
}
#sp-testimonial-free-wrapper-34 .sp-testimonial-free-section {
  margin: 0 40px;
  padding: 0 13px !important;
  margin-bottom: 30px;
}
#sp-testimonial-free-wrapper-34 .sp-testimonial-free {
  margin: 20px 0;
  background-color: #ffffff !important;
  padding: 20px 20px 10px !important;
  border-radius: 10px !important;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1) !important;
}

.sp-testimonial-free-section .sp-testimonial-client-testimonial p {
  font-size: 15px !important;
  line-height: 22px !important;
  text-align: left !important;
  margin: 66px 0 0px 0 !important;
  color: #5d5d5d;
  font-weight: 500;
  padding-right: 20px;
}
#sp-testimonial-free-wrapper-34 .sp-testimonial-free-section .sp-testimonial-client-image img {
  position: absolute;
  left: 16px;
  top: 34px;
}
#sp-testimonial-free-wrapper-34 .sp-testimonial-free-section .sp-testimonial-client-name {
    position: absolute;
    top: 46px;
    left: 25px;
}
#sp-testimonial-free-wrapper-34 .sp-testimonial-free-section .sp-testimonial-client-rating {
  position: absolute;
  top: 46px;
  right: 32px;
  color: #b92b2b !important;
}
#sp-testimonial-free-wrapper-34 .sp-testimonial-free-section .sp-testimonial-client-designation {
  color: #444444;
  position: absolute;
  top: 62px;
  right: 32px;
  font-size: 14px;
}
.sp-testimonial-free-section .testimonial-nav-arrow {
   width: 36px !important;
  height: 36px !important;
  border-radius: 50% !important;
}
/* testimonial_sec end */

/* footer start  */
.footer {
  position: relative;
  background-image: url(../images/footer_shape.png);
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-color: #0098db;
  background-blend-mode:difference ;
  background-position: bottom;
	background-size:cover;
}
.footer_logo_text {
  font-size: 16px;
  color: #fff;
  margin: 10px 0;
}
.footer_top {
     padding: 50px 0 10px;
    position: relative;
}

.footer .footer_heading {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}

.footer .footer_top_p_text {
  margin-top: 30px;
  color: #ffffff;
  font-size: 17px;
  padding-right: 20px;
}

.footer .link {
  padding: 0;
}
.footer .list_link li {
  background-image: url(../images/footer_list_icon.png);
  background-repeat: no-repeat;
  background-position: left 4px;
  padding-left: 16px;

}
.link_contact li{
  background-image: url(../images/footer-list.png);
  background-repeat: no-repeat;
  background-position: left 2px;

}
.follow_items {
  margin: 14px 0;
}
.footer .link li {
  list-style: none;
  margin-bottom: 14px;
  color: #ffffff;
  font-size: 17px;
}

.footer .link li a:hover,
.footer .footer_bottom a:hover {
  color: #ba2b2c;
}

.footer .link li a {
  color: #ffffff;
}

.footer .footer_bottom .bottom_text {
  color: #ffffff;
  text-align: center;
  display: block;
  font-size: 16px;
  padding: 10px 0;
  text-transform: capitalize;
  border-top: 1px solid #ffffff;
}
.footer .footer_bottom a {
  color: #ffffff;
}

.footer .link li img {
  margin-right: 10px;
  margin-right: 10px;
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.follow_text {
  font-size: 24px;
  color: #fff;
  margin-right: 10px;
}
/* footer end */

#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: #ba2b2c;
  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 #372b59;
}

.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;
}

/* inner page start */
.inner_title {
  font-size: 30px;
  font-weight: bold;
  line-height: 40px;
  margin-bottom: 20px;
  color: #0098db;
  margin-top: 20px;
}
.contact_form {
  padding: 30px;
  box-shadow: 0px 9px 13px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background: #0098db;
}
.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_page_info a {
  color: #202a44;
  font-size: 16px;
}
.contact_page_info strong {
  color: #202a44;
  font-weight: 600;
  font-size: 20px;
}
.contact_right input[type="submit"] {
  background-color: #ffffff;
  border: 0;
  border-radius: 2px;
  color: #000;
  font-size: 12px;
  font-weight: 700;
  padding: 10px 30px 11px;
  text-transform: uppercase;
  vertical-align: bottom;
}
.contact_right .wpcf7 form.invalid .wpcf7-response-output{
  color: #fff;
}
.wpcf7 form .wpcf7-response-output {
	margin: 0 !important;
}
.error_container {
  display: flex;
  min-height: 100vh;
 align-items: center;
  text-align: center;
  }
  .more-link {
    background: #372b59;
    display: block;
    color: #ffffff !important;
    text-transform: capitalize;
    margin-top: 20px;
    width: 193px;
    padding: 12px 0 12px 15px;
    border-radius: 30px;
}
/* inner page 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;
}
.ref_form_box_heading {
  color: #111;
  font-weight: bold;
  font-size: 26px;
  line-height: 30px;
}
.ref_form_box_heading strong {
  color: #ba2b2c;
  font-weight: bold;
}
.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;
  background-size: 18px;
}
.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: 14px;
}
.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: #ba2b2c;
  border-color: #ba2b2c;
}
.contact_btn input[type="submit"]{
  padding: 10px 32px;
  border-radius: 26px;
  display: inline-block;
  background: #372b59;
  color: #ffffff;
  text-transform: capitalize;
  font-weight: normal;
  font-size: 16px;
  margin-top: 20px;
}
/*referral form end */

/* inner page start */
.inner_page_heading{
  position: relative;
    font-size: 30px;
    color: #0098db;
    text-transform: capitalize;
    font-weight: bold;
    line-height: 42px;
    margin: 0px 0 10px;
}
.inner_page_heading strong{
  color: #ba2b2c;
}
.inner_page_list{
  padding: 0;
  margin: 16px 0;
}
.inner_page_list li{
  background-image: url(../images/inner_list_icon.png);
  background-repeat: no-repeat;
  background-position: left 1px;
  background-size: 23px;
  font-size: 16px;
  list-style-type: none;
  padding-left: 29px;
  margin: 11px 0;
  color: #4b4b4b;
  text-align: justify;
}
.inner_page_text {
    margin-top: 10px;
	text-align: justify;
	color: #4b4b4b;
}

.footer_fixed_buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 99;
}
.footer_btn1 {
    width: 50%;
    float: left;
    background: #ba2b2c;
    color: #fff !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;
}
.inner-page-img img {
    width: 100%;
}
/* inner page end */


/* responsive start */
@media only screen and (max-width : 320px) {}

@media only screen and (min-width : 321px) and (max-width : 1023px) {
	.header_btn, .primary-navigation {
		display: none;
    }
	.logo img, .navbar-fixed .logo img {
       width: 100px;
    }
	.slider_image {
		margin-top: 78px;
	}
	.ms-slide-info {
        left: 0;
        text-align: center;
        max-width: 100%;
		top: 50%;
    }
	.slider_text_list_box {
        font-size: 20px;
		line-height: 27px;
	}
	.ms-slide-bgcont::before {
        background: linear-gradient(90deg, rgba(10, 11, 11, 0.4) 0%, rgba(0, 0, 0, 0.4) 50%);
    } 
	.aboutus {
       padding: 30px 0 30px;
    }
	.ourservice_sec {
       padding: 30px 0;
    }
	.get_text::before {
		display:none;
	}
	.same-heading {
        font-size: 26px;
        line-height: 30px;
    }
	.same-line {
        padding-top: 17px;
    }
	.service_text_head {
        font-size: 23px;
        line-height: 28px;
    }
	.get_touch {
        padding: 30px 0 30px;
        height: 100%;
    }
	.get_txt_area {
        margin-top: 0;
    }
	.get_text, .get_contact {
        font-size: 27px;
        line-height: 36px;
        text-align: center;
		margin: 15px 0 30px;
    }
	.contact_head_text {
		font-size: 25px;
	}
	.testimonial_sec {
       padding: 30px 0 30px;
    }
	#sp-testimonial-free-wrapper-34 .sp-testimonial-free-section {
		margin: 0 0px;
	}
	#sp-testimonial-free-wrapper-34 .sp-testimonial-free-section .sp-testimonial-client-rating {
        top: 69px;
        right: auto;
        left: 21px;
    }
	.footer .footer_heading {
       margin-bottom: 11px;
       margin-top: 20px;
    }
	.footer .footer_bottom .bottom_text {
		padding: 10px 0 60px;
	}
	#back_button .btn {
		bottom: 134px;
	 }
	.contact_form {
		padding: 14px;
	}
	.contact_right input[type="submit"] {
        width: 100%;
    }
}

@media only screen and (min-width : 481px) and (max-width : 767px) {
	    #sp-testimonial-free-wrapper-34 .sp-testimonial-free-section {
        margin: 0 40px;
    }
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
	.get_text, .get_contact {
        font-size: 40px;
        line-height: 45px;
    }
	.header_btn {
        display: block;
        right: 116px;
        top: 19px;
        position: absolute;

    }
	.same-heading {
        font-size: 36px;
        line-height: 42px;
        margin: 0 0 18px;
    }
	.footer .footer_bottom .bottom_text {
        padding: 10px 0 10px;
    }
	#back_button .btn {
        bottom: 70px;
    }
	.ms-slide-info {
        top: 50%;
        left: 12%;
        max-width: 453px;
        text-align: left;
   }
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
	.ms-view, .ms-slide, .ms-slide-bgcont { min-height: 400px !important;}
    .ms-slide-bgcont img { object-fit: cover;}
    .primary-navigation {
		display: none;
    }
	.header_btn {
       right: 116px;
       top: 19px;
       position: absolute;
    }
	.logo img, .navbar-fixed .logo img {
       width: 100px;
    }
	.slider_image {
		margin-top: 78px;
	}
	.ms-slide-info {
        top: 50%;
        left: 12%;
        max-width: 453px;
        text-align: left;
   }
	.slider_text_list_box {
        font-size: 20px;
		line-height: 27px;
	}
	.ms-slide-bgcont::before {
        background: linear-gradient(90deg, rgba(10, 11, 11, 0.4) 0%, rgba(0, 0, 0, 0.4) 50%);
    } 
	.aboutus {
       padding: 30px 0 30px;
    }
	.ourservice_sec {
       padding: 30px 0;
    }
	.get_text::before {
		display:none;
	}
	
	.service_text_head {
        font-size: 23px;
        line-height: 28px;
    }
	.get_touch {
        padding: 30px 0 30px;
        height: 100%;
    }
	.get_txt_area {
        margin-top: 0;
    }
	
	.contact_head_text {
		font-size: 25px;
	}
	.testimonial_sec {
       padding: 30px 0 30px;
    }

	
	#back_button .btn {
		bottom: 134px;
	 }
	.contact_form {
		padding: 14px;
	}
	.contact_right input[type="submit"] {
        width: 100%;
    }
}

/* 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) {}

/* 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) {
	.ms-view, .ms-slide, .ms-slide-bgcont { min-height: 400px !important;}
    .ms-slide-bgcont img { object-fit: cover;}
	 .primary-navigation {
		display: none;
    }
	.header_btn {
       right: 116px;
       top: 19px;
       position: absolute;
    }
	.logo img, .navbar-fixed .logo img {
       width: 100px;
    }
	.slider_image {
		margin-top: 78px;
	}
	.ms-slide-info {
        top: 50%;
        left: 12%;
        max-width: 453px;
        text-align: left;
   }
	.slider_text_list_box {
        font-size: 20px;
		line-height: 27px;
	}
	.ms-slide-bgcont::before {
        background: linear-gradient(90deg, rgba(10, 11, 11, 0.4) 0%, rgba(0, 0, 0, 0.4) 50%);
    } 
	.aboutus {
       padding: 30px 0 30px;
    }
	.ourservice_sec {
       padding: 30px 0;
    }
	.get_text::before {
		display:none;
	}
	
	.service_text_head {
        font-size: 23px;
        line-height: 28px;
    }
	.get_touch {
        padding: 30px 0 30px;
        height: 100%;
    }
	.get_txt_area {
        margin-top: 0;
    }
	
	.contact_head_text {
		font-size: 25px;
	}
	.testimonial_sec {
       padding: 30px 0 30px;
    }
	.contact_form {
		padding: 14px;
	}
}

@media screen and (min-width: 1424px) {
	.ms-slide-info {
		top: 50%;
	}
}

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

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

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

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





