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

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

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

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

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

a {
  text-decoration: none !important;
}

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

img {
  max-width: 100%;
}

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

.btn_design {
  padding: 10px 40px;
  border-radius: 5px;
  display: inline-block;
  background: linear-gradient(0deg, rgba(53, 192, 247, 1) 0%, rgba(30, 158, 209, 1) 100%);
  color: #000;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 15px;
  transition: all 500ms ease-in-out;
}


.btn_design_b {

  padding: 10px 40px;
  border-radius: 5px;
  display: inline-block;
  background: #fff;
  color: #000;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 15px;
  transition: all 500ms ease-in-out;
}
.btn_design_b:hover {
  box-shadow: inset 300px 0 #35c0f7;
  color: #ffffff;
}
.btn_design:hover {
  box-shadow: inset 300px 0 #35c0f7;
  color: #ffffff;
}

.text-same {
  font-size: 16px;
  color: #111e25;
  margin-bottom: 20px;
}

.same-line {
  margin-bottom: 12px;
  background-color: #ffffff;
  display: inline-block;
  padding: 5px 20px;
  font-size: 15px;
  border-radius: 29px;
  font-weight: 500;
  text-transform: capitalize;
}


.same-heading {
  position: relative;
  font-size: 38px;
  color: #06386d;
  text-transform: capitalize;
  font-weight: bold;
  line-height: 42px;
  margin: 0px 0 35px;
}

.same-heading strong {
  font-weight: bold;
  color: #272727;
}

.headeing_text_all {
  font-size: 30px;
  font-weight: bold;
  color: #ffffff;
}

.all-text-same {
  font-size: 16px;
  font-weight: 500;
}

.heading_text_all_p {
  font-size: 16px;
  color: #656565;
}

/* mouse scroll css */
.logo img {
  transition: all 0.5s ease;
  position: relative;
}

.logo {
  position: relative;
}

.logo::before {
	position: absolute;
    content: " ";
    /*background-image: url(../images/logo-shape-bg.png);*/
    /*top: -13px;*/
    /*left: -12px;*/
    /*background-repeat: no-repeat;*/
    /*width: 207px;*/
    /*height: 92px;*/
    /*background-color: #fff;*/
	inset: 0; /* Makes it fill the entire .logo container */
    background-color: #fff; /* White background */
    z-index: -1; /* Places it behind the logo */
}

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

.navbar-fixed .logo::before {
  display: none;
}


.navbar-fixed .navigation_menu li a.active {
  color: #1e9ed1;
}
.navbar-fixed .navigation_menu li a{
  color: #000;
}

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

.navbar-fixed .header_top {
  background-color: #fff;
}


.side-btn {
  position: fixed;
  right: 0;
  top: 30%;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.side-btn a {
  color: #fff;
}

.side_call {
  font-size: 25px;
  background-color: #ff1520;
  padding: 6px 5px;
  font-weight: 300;
  font-family: 'Londrina Solid';
  writing-mode: vertical-rl;
  border-radius: 6px 0px 0px 6px;
  box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 0.5);
}

.side_quote {
  font-size: 25px;
  background-color: #111d25;
  padding: 6px 5px;
  font-weight: 300;
  font-family: 'Londrina Solid';
  writing-mode: vertical-rl;
  border-radius: 6px 0px 0px 6px;
  box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 0.5);

}

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

.header_top {
      padding: 12px 0;
    transition: all 0.5s ease;
}

.border-face {
  border-left: 1px solid #fff;
  padding-left: 25px;
}

.header_btn {
  display: inline-block;
}

/* .header_top {
  padding: 10px 0;

} */

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

.navigation_menu li {
  display: inline-block;
  margin-left: 2px;
}

.navigation_menu li a {
  font-size: 16px;
  color: #fff;
  position: relative;
  text-transform: capitalize;
  font-weight: 300;
  border-radius: 51px;
  margin-left: 28px;

}

.navigation_menu li a.active,
.navigation_menu li a:hover {
  position: relative;
  transition: all 0.2s ease;
  color: #1e9ed1;
}
.menu_tab_btn .btn_design {
	padding: 10px 20px;
}

/* header end  */

/* slider_image start */
.slider_image {
  margin-top: 0;
  position: relative;
  overflow: hidden;
  background-color: #002853;
  padding-top: 156px;
}

.slider_image:before {
  background-image: url(../images/banner-shape1.png);
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/* .text_content_slider {
  position: absolute;
  top: 50%;
  left: 9%;
  transform: translateY(-50%);
  color: #ffffff;
  max-width: 420px;
  z-index: 1;
} */

.text_content_slider {
  top: 17%;
  left: 16%;
  color: #ffffff;
  max-width: 420px;
  z-index: 1;
  position: relative;
}

.slider_text_list_box {
    font-size: 34px;
    color: #ffffff;
    font-weight: bold;
    text-transform: capitalize;
    position: relative;
    line-height: 48px;

}

.banner_image_slider {
  position: relative;
  z-index: 1;
}

.banner_image_slider::before {
  position: absolute;
  content: "";
  width: 450px;
  height: 450px;
  background-color: #2fb7ed;
  right: -127px;
  top: -44px;
  border-radius: 50%;
  z-index: -1;
}

.slider_text_list_box strong {
  font-weight: bold;
  color: #25cdff;
}

.slider_text_list_para {
  font-size: 15px;
  color: #dfdfdf;
  margin: 20px 0;


}

/* 
.image_s {
  position: relative;
}

.image_s::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0,0,0,0.8631827731092436) 29%, rgba(0,0,0,0) 84%);
} */

.slider_btn_book .btn_design {
  padding: 13px 22px;
  text-transform: uppercase;
  background: #25cdff;
}

.slider_btn_book .btn_design_b {
  padding: 13px 22px;
}

.slider_btn_book a {
  margin-right: 10px;
}
.ms-slide-info{
  display: none !important;
}
.master-slider-parent {
  margin-left: auto;
  margin-right: 0 !important;
}

.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;
}
.ms-skin-default .ms-nav-next, .ms-skin-default .ms-nav-prev {
  top: 8% !important;

}
.ms-skin-default .ms-nav-prev {
  right: 74px !important;
  left: auto;

}
/* slider_image end */

/* service_sec start  */
.service_sec {
  padding: 70px 0 222px;
  background-color: #e8f3ff;
  position: relative;
  overflow: hidden;
}

.service_sec::before {
  position: absolute;
  content: "";
  background-image: url(../images/service_bg-img1.png);
  background-repeat: no-repeat;
  width: 624px;
  height: 226px;
  right: 0;
  bottom: -20px;


}

.service_box_area {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 30px;
  min-height: 100%;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
}

/* .servie_rotate:nth-child(2) .service_box_area img{
  transform: rotate(26deg);
}
.servie_rotate:nth-child(3) .service_box_area img{
  transform: rotate(60deg);
}
.servie_rotate:nth-child(4) .service_box_area img{
  transform: rotate(120deg);
} */


.service_box_area:hover {
  background-color: #1e9ed1;
}
.service_box_area:hover .service_box_area_head,.service_box_area:hover .service_box_area_head strong,.service_box_area:hover .service_box_area_text  {
  color: #fff;
} 
.service_box_area_head {
  margin: 20px 0 10px;
  color: #06386d;
  font-size: 20px;
  font-weight: bold;
}

.service_box_area_head strong {
  color: #0a0a0b;
}

.service_box_area_text {
  font-size: 13px;
}

/* .service_gap {
  padding-left: 80px;
} */

.service_btn {
    margin-top: 26px;
    text-align: center;
}

.service_btn a {
  margin-right: 10px;
}

.service_btn .btn_design {
  padding: 13px 22px;
  text-transform: uppercase;
  background: #25cdff;
}

.service_btn .btn_design_b {
  padding: 13px 22px;
  background: #05376d;
  color: #fff;
}

/* service_sec end  */

/* icon_sec start */
section.icons_area {
  position: relative;
  margin-top: -56px;
}

.icon_area_box img {
  width: 110px;
  height: 110px;
  object-fit: none;
  background: #e7f3ff;
  border-radius: 50%;
}

.icon_area_text {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  margin-top: 13px;
  line-height: 23px;
}

.icon_area_box {
  background-color: #ffffff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 20px;
  border-radius: 15px;
  min-height: 100%;
}
.icon_area_box:hover {
  background-color: #1e9ed1;
}
/* icon_sec end */
/* testimonial_sec start  */
.testimonial_sec {
  padding: 0 0 70px;
}

.testimonia_area {
  border-top: 1px solid #edeaea;
  padding-top: 70px;
}
.testimonial_sec .same-heading {
  text-transform: uppercase;

}

.testimonial_sec .same-line {
  display: inline-block;
  padding: 0;

}

#sp-testimonial-free-wrapper-35 .sp-testimonial-free {
  box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.1);
  margin: 20px 0;
  padding: 52px 8px 100px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
#sp-testimonial-free-wrapper-35 .sp-testimonial-free::before{
  position: absolute;
  content: "";
  background-image: url(../images/testimonial_line.png);
  background-repeat: no-repeat;
  left: 0;
  bottom: 0;
  width: 145px;
  height: 117px;
  background-position: bottom;
}

#sp-testimonial-free-wrapper-35 .sp-testimonial-free-section {
  margin: 0 50px;
  padding: 0 13px !important;
  margin-bottom: 30px;
}
#sp-testimonial-free-wrapper-35 .sp-testimonial-free-section .sp-testimonial-client-rating {
  position: absolute !important;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  margin-top: 20px;

}
#sp-testimonial-free-wrapper-35 .sp-testimonial-free-section .sp-testimonial-client-image {
  text-align: center;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 74%;
}
#sp-testimonial-free-wrapper-35 .sp-testimonial-free-section .sp-testimonial-client-name {
  position: absolute;
  margin-top: 72px;
  transform: translate(-50%, -50%);
  left: 50%;
}
.sp-testimonial-free-section .sp-testimonial-client-testimonial p {
  height: 130px;
  padding-right: 20px;
  overflow: auto;
  scrollbar-color: #898989 #cbcbcbde;
  scrollbar-width: thin;
  font-size: 15px;
  line-height: 24px;

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

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

}

.aboutus_btn .btn_design_b {
  font-family: 'Poppins';
  font-weight: 600;
  font-size: 16px;
  padding: 12px 32px;
  background: #05376d;
  color: #ffffff;
  margin-top: 20px;
}

.aboutus .all-text-same {
  text-align: justify;
}

.about-text-gap {
  padding-right: 44px;
}

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

.aboutus .same-heading {
  position: relative;
  font-size: 36px;
  color: #35c0f7;
}

.aboutus .same-line {
  margin-bottom: 12px;
  padding: 0;

}

/* aboutus end */

/* contact_sec start */
.contact_sec {
  background-color: #25cdff;
  overflow: hidden;

}
.contact_btn_area{
  background-color: #0f0e0e;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: end;

}
.contact_text_box {
  padding: 45px 90px 45px 0;
}
.contact_btn_area::before{
  position: absolute;
  content: "";
  background-color: #0f0e0e;
  width: 2000px;
  height: 100%;
  right: -2000px;
  top: 0;
}
.contact_btn_area:after{
  position: absolute;
  content: "";
  background-image: url(../images/contact-shape-img.png);
  left: -120px;
  top: 0px;
  width: 120px;
  height: 100%;
}
.contact_title {
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
}
.contact_head {
  font-size: 26px;
  font-weight: bold;
  color: #ffffff;
  line-height: 32px;
  margin-top: 15px;
}
.contact_btn .btn_design {
  border-radius: 30px;
  background: linear-gradient(0deg, rgba(53, 192, 247, 1) 0%, rgba(30, 158, 209, 1) 100%);
  color: #000;
  font-weight: bold;
  font-size: 22px;
  padding: 10px 20px;
}
.contact_btn .btn_design_b {
  border-radius: 30px;
  font-weight: bold;
  font-size: 22px;
  padding: 10px 20px;
  margin-left: 20px;

}
.contact_btn .btn_design img {
  background-color: #000;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  object-fit: none;
  margin-right: 6px;
}
.contact_btn .btn_design_b img{
  background-color: #002753;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  object-fit: none;
  margin-right: 6px;
}
/* contact_sec end */


/* footer start  */
.footer {
  position: relative;
  background-image: url(../images/footer-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  background-color: #001731;
  background-blend-mode: unset;
  background-position: bottom;
}

.footer_top {
  padding: 50px 0;
  position: relative;
}

.border_footer {
  border-right: 1px solid #ffffff30;
  border-left: 1px solid #ffffff30;
  padding: 0 20px;
}

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

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

.footer .link {
  padding: 0;
}

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

}
.follow_items {
  color: #ffffff;
  font-size: 24px;
  display: block;
  margin-bottom: 16px;
}

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

.footer .link li:hover .color_f {
  color: #ffffff;
}

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

.footer .link li a {
  color: #ffffff;
  font-weight: 500;

}

.footer .address {
  padding: 0;
  font-weight: normal;
  font-size: 16px;
  color: #ffffff;
}

.footer .address .address_content {
  list-style: none;
  margin-bottom: 14px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  display: flex;
}

.footer .footer_bottom .bottom_text {
  color: #ffffff;
  font-weight: 500;
  text-align: center;
  display: block;
  font-size: 13px;
  padding: 22px 0;
  text-transform: uppercase;
  border-top: 1px solid #ffffff30;
}

.footer .footer_bottom a {
  color: #ffffff;
}

.footer-paragraph {
  font-size: 14px;
  color: #f1f1f1;
}



.footer_text {
  margin-bottom: 30px;
}

.text_img img {
  width: 20px;
}

.text_f {
  font-size: 16px;
}

.footer-logo-image {
  margin-top: 30px;
}

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

.footer_box-flex {
  display: flex;
/*   justify-content: space-between; */
    gap: 47px;

}

.text-sz {
  font-size: 14px;
}
.ndis_logo img {
    width: 55px;
}
.reg-ndis {
    width: 130px !important;
}
/* 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: #1e9ed1;
  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 #05376d;
}


.site-content, .site-main .widecolumn {
  margin-left: 0px !important;
}
.page .entry-header, .blog_page_header {
  background: url("../images/inner-banner.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, 40, 83, 0.9);
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: #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_page_info strong {
  color: #202a44;
  font-weight: 600;
  font-size: 20px;
}
.contact_page_info a {
  color: #202a44;
  font-size: 16px;
}

.contact_form {
  padding: 30px;
  box-shadow: 0px 9px 13px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background: #1e9ed1;
}
.form-control {
  border: 1px solid #d0d0d0 !important;
  padding: 12px 13px;
  border-radius: 5px;
  color: #4b4b4b;
  font-size: 14px;
}
textarea.form-control {
  resize: none;
  height: 110px;
  border-radius: 5px;
}
.contact_right input[type="submit"] {
  text-transform: capitalize;
  color: #000;
  background: #ffffff;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0 rgba(13, 110, 253, .25);
}
.map {
  margin-top: 45px;
}

.error_container {
  display: flex;
  min-height: 100vh;
 align-items: start;
  text-align: center;
  }
/* 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: #1e9ed1;
  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: 16px;
}
.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: #1e9ed1;
  border-color: #1e9ed1;
}
input[type="submit"] {
  background-color: #1e9ed1;
  margin-top: 20px;

}
input[type="submit"]:hover, input[type="submit"]:focus {
  background-color: #1e9ed1;
 
}
/*referral form end */
.more-link {
  background-color: #1e9ed1;
  display: block;
  color: #fff !important;
  text-transform: capitalize;
  margin-top: 20px;
  width: 193px;
  padding: 12px 0 12px 15px;
  border-radius: 30px;
}


.footer_fixed_buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 99;
}
.footer_btn1 {
    width: 50%;
    float: left;
    background: #35c0f7;
    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: #05376d;
    color: #fff !important;
    padding: 10px 0;
    font-weight: bold;
}
/* inner page start */
.inner_page_heading{
    position: relative;
    font-size: 30px;
    color: #06386d;
    text-transform: capitalize;
    font-weight: bold;
    line-height: 38px;
    margin: 0px 0 20px;
}
.inner_page_text {
    margin-bottom: 10px;
}
.inner_page_list li {
    background-image: url(../images/inner-list_icon.png);
    background-position: left 3px;
    background-repeat: no-repeat;
    background-size: 18px;
    padding-left: 30px;
    margin-top: 15px;
    list-style: none;
}
.inner_page_list{
	padding: 0;
    margin: 10px 0 23px;
}

.inner-page-contact{
	background-color: #1e9ed1;
    padding: 30px;
}
.inner-contact-heading {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #fff;
    text-transform: capitalize;
}
.inner-page-box {
       background-color: #1e9ed1;
    padding: 22px;
    min-height: 100%;
    border-radius: 6px;
}

.inner-page-box-head{
	position: relative;
    font-size: 20px;
    color: #fff;
    text-transform: capitalize;
    font-weight: bold;
    margin: 0 0 11px;
    line-height: 22px;
}
.inner_page_text_in {
    font-size: 15px;
	color:#fff;
}

.feedback_form_head {
    font-size: 32px;
    color:#06386d;
    font-weight: 500;
    text-transform: capitalize;
    position: relative;
    line-height: 43px;
    margin-bottom: 10px;
}
.feedback_form_para {
    color: #272727;
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 500;
}
.feedback_form_box .ref_form_box {
    background: #17a8d3;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
}
.feedback_form_box .ref_form_box_label p {
    font-size: 15px;
    color: #fff;
    font-weight: 600;
}
.feedback_form_box input[type="submit"] {
    background-color: #05376d;
    margin-top: 20px;
}
.review_box {
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    min-height: 100%;
}
.review_head {
       position: relative;
    font-size: 22px;
    color: #06386d;
    text-transform: capitalize;
    font-weight: bold;
    /* line-height: 38px; */
    margin: 0px 0 8px;
}
.review_text {
    font-size: 15px;
}
.review_star img {
    margin-bottom: 10px;
    width: 88px;
}
/* inner page end */
/* career form start */
.career-form {
    border: 1px solid #d9d9d9;
    padding: 40px;
    background: #f3f3f3;
}
.frm_fld input, .frm_fld textarea, .frm_fld select {
    width: 100%;
    margin-bottom: 0;
    font-size: 14px;
    height: 45px;
    border: 1px solid #ccc;
    color: #000;
}
.frm_fld textarea {
    height: 110px;
}
.send_btn input {
    background: #05376d !important;
    font-size: 16px !important;
    border-radius: 50px !important;
}
.frm_fld label {
       font-size: 16px;
    margin-bottom: 10px;
    color: #fff;
    font-weight: 600;
}
.career_form{
    background-color: #1389cf;
    padding: 26px;
}
/* career form end */

/* responsive start */
@media only screen and (max-width : 320px) {
	.ms-view, .ms-slide, .ms-slide-bgcont { min-height: 300px !important;}
.ms-slide-bgcont img { object-fit: cover;}
	
	.logo::before {
	display:none;	
	}
	.menu_tab_btn ,.primary-navigation{
    display: none;
   }
	.header_top {
    background: #fff;
   }
	.logo img, .navbar-fixed .logo img  {
		width: 146px;
	}
	.text_content_slider {
    top: 17%;
    left: auto;
    width: 100%;
    }
	.slider_text_list_box {
    font-size: 23px;
    line-height: 31px;
   }
	.slider_image {
		margin-top: 93px;
	}
	.slider_image {
    padding-top: 0;
   }
	.banner_image_slider::before {
    top: -16px;  
   }
	.banner_image_slider {
    margin-top: 71px;
    }
	.slider_btn_book .btn_design, .slider_btn_book .btn_design_b {
   font-size:13px;
    }
	.ms-skin-default .ms-nav-next, .ms-skin-default .ms-nav-prev {
    top: 5% !important;
   }
	.service_sec {
		padding: 30px 0 110px;
	}
	.service_gap {
    padding-left: 13px;
  }
	.same-heading, .aboutus .same-heading {
    font-size: 29px;
    line-height: 34px;
  }
	.service_sec::before {
		display:none;
	}
	.aboutus {
    padding: 30px 0 30px;
  }
	.about-text-gap {
    padding-right: 13px;
	margin-top: 24px;
   }
	.aboutus .all-text-same {
    text-align: left;
   }
	.testimonia_area {
    padding-top: 30px;
   }
	#sp-testimonial-free-wrapper-35 .sp-testimonial-free-section {
    margin: 20px 0px;
   }
	.contact_text_box {
    padding: 13px;
   }
	.contact_btn .btn_design,.contact_btn .btn_design_b {
    font-size: 15px;
    padding: 10px 20px;
   }
	.contact_btn_area {
    justify-content: center;
    padding: 15px 0;
   }
	.footer_top {
    padding: 30px 0;
  }
	.footer_box-flex {
    display: block;
  }
	.footer .footer_heading {
    margin-bottom: 17px;
	  margin-top: 26px;
	}
	.border_footer {
    border-right: 0px solid #ffffff30;
    border-left: 0px solid #ffffff30;
    padding: 0 13px;
   }
	.footer .footer_bottom .bottom_text {
		padding: 22px 0 60px;
	}
	#back_button .btn {
		bottom: 114px;
	}
	.inner_page_heading {
       font-size: 24px;
        line-height: 32px;
        padding-top: 14px;
  }
	.inner_title {
    font-size: 26px;
   }  
	.contact_form {
		padding: 15px;
	}
	.contact_right input[type="submit"] {
    width: 100%;
  }
}

@media only screen and (min-width : 321px) and (max-width : 480px) {
	.ms-view, .ms-slide, .ms-slide-bgcont { min-height: 300px !important;}
.ms-slide-bgcont img { object-fit: cover;}
	
	.logo::before {
	display:none;	
	}
	.menu_tab_btn ,.primary-navigation{
    display: none;
   }
	.header_top {
    background: #fff;
   }
	.logo img, .navbar-fixed .logo img  {
		width: 146px;
	}
	.text_content_slider {
    top: 17%;
    left: auto;
    width: 100%;
    }
	.slider_text_list_box {
    font-size: 23px;
    line-height: 31px;
   }
	.slider_image {
		margin-top: 93px;
	}
	.slider_image {
    padding-top: 0;
   }
	.banner_image_slider::before {
    top: -16px;  
   }
	.banner_image_slider {
    margin-top: 71px;
    }
	.slider_btn_book .btn_design, .slider_btn_book .btn_design_b {
   font-size:13px;
    }
	.ms-skin-default .ms-nav-next, .ms-skin-default .ms-nav-prev {
    top: 5% !important;
   }
	.service_sec {
		padding: 30px 0 110px;
	}
	.service_gap {
    padding-left: 13px;
  }
	.same-heading, .aboutus .same-heading {
    font-size: 29px;
    line-height: 34px;
  }
	.service_sec::before {
		display:none;
	}
	.aboutus {
    padding: 30px 0 30px;
  }
	.about-text-gap {
    padding-right: 13px;
	margin-top: 24px;
   }
	.aboutus .all-text-same {
    text-align: left;
   }
	.testimonia_area {
    padding-top: 30px;
   }
	#sp-testimonial-free-wrapper-35 .sp-testimonial-free-section {
    margin: 20px 0px;
   }
	.contact_text_box {
    padding: 13px;
   }
	.contact_btn .btn_design,.contact_btn .btn_design_b {
    font-size: 15px;
    padding: 10px 20px;
   }
	.contact_btn_area {
    justify-content: center;
    padding: 15px 0;
   }
	.footer_top {
    padding: 30px 0;
  }
	.footer_box-flex {
    display: block;
  }
	.footer .footer_heading {
    margin-bottom: 17px;
	  margin-top: 26px;
	}
	.border_footer {
    border-right: 0px solid #ffffff30;
    border-left: 0px solid #ffffff30;
    padding: 0 13px;
   }
	.footer .footer_bottom .bottom_text {
		padding: 22px 0 60px;
	}
	#back_button .btn {
		bottom: 114px;
	}
	.inner_page_heading {
       font-size: 24px;
        line-height: 32px;
        padding-top: 14px;
  }
	.inner_title {
    font-size: 26px;
   }  
	.contact_form {
		padding: 15px;
	}
	.contact_right input[type="submit"] {
    width: 100%;
  }
}

@media only screen and (min-width : 481px) and (max-width : 767px) {
	
	.ms-view, .ms-slide, .ms-slide-bgcont { min-height: 300px !important;}
.ms-slide-bgcont img { object-fit: cover;}
	
	.logo::before {
	display:none;	
	}
	.menu_tab_btn ,.primary-navigation{
    display: none;
   }
	.header_top {
    background: #fff;
   }
	.logo img, .navbar-fixed .logo img  {
		width: 146px;
	}
	.text_content_slider {
    top: 17%;
    left: auto;
    width: 100%;
    }
	.slider_text_list_box {
    font-size: 23px;
    line-height: 31px;
   }
	.slider_image {
		margin-top: 93px;
	}
	.slider_image {
    padding-top: 0;
   }
	.banner_image_slider::before {
    top: -16px;  
   }
	.banner_image_slider {
    margin-top: 71px;
    }
	.slider_btn_book .btn_design, .slider_btn_book .btn_design_b {
   font-size:13px;
    }
	.ms-skin-default .ms-nav-next, .ms-skin-default .ms-nav-prev {
    top: 5% !important;
   }
	.service_sec {
		padding: 30px 0 110px;
	}
	.service_gap {
    padding-left: 13px;
  }
	.same-heading, .aboutus .same-heading {
    font-size: 29px;
    line-height: 34px;
  }
	.service_sec::before {
		display:none;
	}
	.aboutus {
    padding: 30px 0 30px;
  }
	.about-text-gap {
    padding-right: 13px;
	margin-top: 24px;
   }
	.aboutus .all-text-same {
    text-align: left;
   }
	.testimonia_area {
    padding-top: 30px;
   }
	#sp-testimonial-free-wrapper-35 .sp-testimonial-free-section {
    margin: 20px 0px;
   }
	.contact_text_box {
    padding: 13px;
   }
	.contact_btn .btn_design,.contact_btn .btn_design_b {
    font-size: 15px;
    padding: 10px 20px;
   }
	.contact_btn_area {
    justify-content: center;
    padding: 15px 0;
   }
	.footer_top {
    padding: 30px 0;
  }
	.footer_box-flex {
    display: block;
  }
	.footer .footer_heading {
    margin-bottom: 17px;
	  margin-top: 26px;
	}
	.border_footer {
    border-right: 0px solid #ffffff30;
    border-left: 0px solid #ffffff30;
    padding: 0 13px;
   }
	.footer .footer_bottom .bottom_text {
		padding: 22px 0 60px;
	}
	#back_button .btn {
		bottom: 114px;
	}
	.inner_page_heading {
       font-size: 24px;
        line-height: 32px;
        padding-top: 14px;
  }
	.inner_title {
    font-size: 26px;
   }  
	.contact_form {
		padding: 15px;
	}
	.contact_right input[type="submit"] {
    width: 100%;
  }
	
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
	
	.ms-view, .ms-slide, .ms-slide-bgcont { min-height: 300px !important;}
.ms-slide-bgcont img { object-fit: cover;}
	
	.logo::before {
	display:none;	
	}
	.menu_tab_btn ,.primary-navigation{
    display: none;
   }
	.header_top {
    background: #fff;
   }
	.logo img, .navbar-fixed .logo img  {
		width: 146px;
	}
	.text_content_slider {
    top: 17%;
    left: 9%;
    width: 100%;
    }
	
	.slider_image {
		margin-top: 93px;
	}
	.slider_image {
    padding-top: 0;
   }
	.banner_image_slider::before {
    top: -16px;  
   }
	.banner_image_slider {
    margin-top: 71px;
    }
	
	.service_sec {
		padding: 30px 0 110px;
	}
	.service_sec .row {
    flex-direction: column-reverse;
}
	.service_gap {
        padding-left: 13px;
        margin-bottom: 35px;
    }
	.same-heading, .aboutus .same-heading {
    font-size: 29px;
    line-height: 34px;
  }
	.service_sec::before {
		display:none;
	}
	.aboutus {
    padding: 30px 0 30px;
  }
	.about-text-gap {
    padding-right: 13px;
	margin-top: 24px;
   }
	.aboutus .all-text-same {
    text-align: left;
   }
	.testimonia_area {
    padding-top: 30px;
   }
	#sp-testimonial-free-wrapper-35 .sp-testimonial-free-section {
    margin: 20px 0px;
   }
	.contact_text_box {
    padding: 13px;
   }
	.contact_btn .btn_design,.contact_btn .btn_design_b {
        font-size: 15px;
        padding: 10px 15px;
		margin-left: 0;
   }
	.contact_btn_area {
    justify-content: center;
    padding: 15px 0;
   }
	.footer_top {
    padding: 30px 0;
  }
	.footer_box-flex {
    display: block;
  }
	.footer .footer_heading {
    margin-bottom: 17px;
	  margin-top: 26px;
	}
	.border_footer {
    border-right: 0px solid #ffffff30;
    border-left: 0px solid #ffffff30;
    padding: 0 13px;
   }
	
.inner-page-img img {
    width: 100%;
}
	.inner_page_heading { 
        padding-top: 14px;
  }
	 
	.contact_form {
		padding: 15px;
	}
	.contact_right input[type="submit"] {
    width: 100%;
  }
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
	
	.ms-view, .ms-slide, .ms-slide-bgcont { min-height: 300px !important;}
.ms-slide-bgcont img { object-fit: cover;}
	
	.logo::before {
	display:none;	
	}
	.menu_tab_btn ,.primary-navigation{
    display: none;
   }
	.header_top {
    background: #fff;
   }
	.logo img, .navbar-fixed .logo img  {
		width: 146px;
	}
	.text_content_slider {
    top: 17%;
    left: 9%;
    width: 100%;
    }
	.slider_text_list_box {
    font-size: 30px;
    line-height: 45px;
}
	.slider_text_list_para {
		font-size: 14px;
	}
	.slider_image {
		margin-top: 93px;
	}
	.slider_image {
    padding-top: 0;
   }
	.banner_image_slider::before {
    top: -16px;  
   }
	.banner_image_slider {
    margin-top: 71px;
    }
	.service_box_area_head {
    font-size: 19px;
   }
	.service_sec {
		padding: 30px 0 110px;
	}

	.service_gap {
        padding-left: 13px;
        margin-bottom: 35px;
    }
	.same-heading, .aboutus .same-heading {
    font-size: 29px;
    line-height: 34px;
  }

	.aboutus {
    padding: 30px 0 30px;
  }
	.about-text-gap {
    padding-right: 13px;
	margin-top: 24px;
   }
	.aboutus .all-text-same {
    text-align: left;
   }
	.testimonia_area {
    padding-top: 30px;
   }
	#sp-testimonial-free-wrapper-35 .sp-testimonial-free-section {
    margin: 20px 0px;
   }
	.contact_text_box {
    padding: 13px;
   }
	.contact_btn .btn_design,.contact_btn .btn_design_b {
        font-size: 15px;
        padding: 10px 15px;
		margin-left: 0;
   }
	.contact_btn_area {
    justify-content: center;
    padding: 15px 0;
   }
	.footer_top {
    padding: 30px 0;
  }

	.footer .footer_heading {
    margin-bottom: 17px;
	  margin-top: 26px;
	}
	.border_footer {
    
    padding: 0 13px;
   }
	
.inner-page-img img {
    width: 100%;
}
	.inner_page_heading { 
        padding-top: 14px;
  }
	 
	.contact_form {
		padding: 15px;
	}
	.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: 300px !important;}
.ms-slide-bgcont img { object-fit: cover;}
	
	.logo::before {
	display:none;	
	}
	.menu_tab_btn ,.primary-navigation{
    display: none;
   }
	.header_top {
    background: #fff;
   }
	.logo img, .navbar-fixed .logo img  {
		width: 146px;
	}
	.text_content_slider {
    top: 17%;
    left: 9%;
    width: 100%;
    }
	.slider_text_list_box {
    font-size: 30px;
    line-height: 45px;
}
	.slider_text_list_para {
		font-size: 14px;
	}
	.slider_image {
		margin-top: 93px;
	}
	.slider_image {
    padding-top: 0;
   }
	.banner_image_slider::before {
    top: -16px;  
   }
	.banner_image_slider {
    margin-top: 71px;
    }
	.service_box_area_head {
    font-size: 19px;
   }
	.service_sec {
		padding: 30px 0 110px;
	}

	.service_gap {
        padding-left: 13px;
        margin-bottom: 35px;
    }
	.same-heading, .aboutus .same-heading {
    font-size: 29px;
    line-height: 34px;
  }

	.aboutus {
    padding: 30px 0 30px;
  }
	.about-text-gap {
    padding-right: 13px;
	margin-top: 24px;
   }
	.aboutus .all-text-same {
    text-align: left;
   }
	.testimonia_area {
    padding-top: 30px;
   }
	#sp-testimonial-free-wrapper-35 .sp-testimonial-free-section {
    margin: 20px 0px;
   }
	.contact_text_box {
    padding: 13px;
   }
	.contact_btn .btn_design,.contact_btn .btn_design_b {
        font-size: 15px;
        padding: 10px 15px;
		margin-left: 0;
   }
	.contact_btn_area {
    justify-content: center;
    padding: 15px 0;
   }
	.footer_top {
    padding: 30px 0;
  }

	.footer .footer_heading {
    margin-bottom: 17px;
	  margin-top: 26px;
	}
	.border_footer {
    
    padding: 0 13px;
   }
	
.inner-page-img img {
    width: 100%;
}
	.inner_page_heading { 
        padding-top: 14px;
  }
	 
	.contact_form {
		padding: 15px;
	}
	.contact_right input[type="submit"] {
    width: 100%;
  }
	.service_sec .row {
        flex-direction: row;
    }
		.service_sec::before {
		display:block;
	}
	.footer_box-flex {
        display: flex;
    }
}

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

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

@media screen and (min-width: 1920px) {
	.text_content_slider {
		left: 39%;
	}
}

@media screen and (min-width: 2048px) {
	.text_content_slider {
		left: 39%;
	}
}

@media screen and (min-width: 2550px) {
	.text_content_slider {
		left: 58%;
	}
}
/* responsive end */