@font-face {
  font-family: 'Fredoka';
  src: url('../fonts/Fredoka-SemiBold.eot');
  src: url('../fonts/Fredoka-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Fredoka-SemiBold.woff2') format('woff2'),
    url('../fonts/Fredoka-SemiBold.woff') format('woff'),
    url('../fonts/Fredoka-SemiBold.ttf') format('truetype'),
    url('../fonts/Fredoka-SemiBold.svg#Fredoka-SemiBold') format('svg');
  font-weight: 600;
  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-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-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-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;
  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 {
  text-transform: capitalize;
  font-weight: 600;
  padding: 10px 15px;
  border-radius: 45px;
  display: inline-block;
  background: linear-gradient(180deg, rgba(60, 190, 238, 1) 0%, rgba(61, 188, 237, 1) 50%, rgba(83, 136, 198, 1) 100%);
  color: #000;
  font-size: 16px;
  transition: all 500ms ease-in-out !important;
}

.btn_design_b {
  text-transform: capitalize;
  font-weight: 600;
  padding: 10px 25px;
  border-radius: 45px;
  display: inline-block;
  background: linear-gradient(180deg, rgba(118, 13, 184, 1) 0%, rgba(160, 32, 240, 1) 100%);
  color: #fff;
  font-size: 17px;
  transition: all 500ms ease-in-out !important;
}

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

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

.same-line {
  font-size: 18px;
  color: #f37122;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 4px;
}

.same-heading {
  font-size: 36px;
  color: #131212;
  text-transform: capitalize;
  font-family: 'Fredoka';
  font-weight: bold;
  line-height: 37px;
  margin: 6px 0 10px;
}


.same-text {
  font-size: 16px;
  font-weight: 500;
  color: #020202;
  margin: 0 0 20px;
}

/* mouse scroll css */
.logo img {
  width: 110px;
  transition: all 0.5s ease;
  background: #fff;
  border-radius: 50%;
  padding: 11px;
}

.logo {
  position: absolute;
  left: 46px;
}

.navbar-fixed .header_top {
  padding: 0 0 0;
  position: relative;
  margin-top: 0;
}

.navbar-fixed .logo img {
  width: 98px;
  transition: all 0.5s ease;
  /* background-color: transparent; */
  margin-top: 20px;
}

.navbar-fixed .header_btn {
  top: 12px;
}

.navbar-fixed .back-color-head {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* .navbar-fixed .primary-navigation a {
  line-height: 71px !important;
} */

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

.navbar-fixed .back-color-head {
  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_btn {
  position: absolute;
  display: block;
  right: 0;
  top: 18px;
  transform: translate(-22%, 0px);
}

.back-color-head {
  background-color: #ffffff;
  border-radius: 10px;
  position: relative;
}

.header_top {
  padding: 45px 0 0;
  position: relative;
  transition: all 0.5s ease;
}

.navigation_menu {
  list-style: none;
  margin-bottom: 0rem;
  padding-left: 0rem;
  text-align: end;
}

.navigation_menu li {
  display: inline-block;
}

.navigation_menu li a {
  font-size: 16px;
  color: #1b1a1a;
  text-transform: uppercase;
  position: relative;
  font-weight: 500;
  line-height: 80px;
  display: block;
  padding: 0 12px;
}

.navigation_menu li a.active {
  color: #5484c4;
  position: relative;
  transition: all 0.2s ease;
  background-color: #b1e9ff;
}

.navigation_menu li a:hover {
  color: #5484c4;
  background-color: #b1e9ff;
}

/* .header_btn a {
  margin-left: 6px;
} */


/* header end  */

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

.slider_text_top {
  font-size: 18px;
  text-transform: capitalize;
  letter-spacing: 4px;
  font-weight: bold;
}

.ms-slide-info {
  position: absolute !important;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  width: 800px;
  text-align: center;
  z-index: 1;
}

.text_content_slider .text_title {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  position: relative;
  margin: 0 auto;
}

.slider_text_list_box {
  font-size: 45px;
  color: #ffffff;
  font-weight: 600;
  text-transform: capitalize;
  font-family: 'Fredoka';
}

.slider_btn_book {
  margin-top: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

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

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

.slider_btn_book .btn_design_b {
  font-weight: 600;
  padding: 12px 30px;
  border: 1px solid #ffffff;
  color: #fefefe;
  font-size: 17px;
}
.ms-nav-next {
    background-image: url(../images/right-arrow-banner.png) !important;
    width: 42px !important;
    height: 47px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: auto !important;
	top: 78% !important;

}
.ms-nav-prev {
    background-image: url(../images/left-arrow-banner.png) !important;
    width: 42px !important;
    height: 47px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: auto !important;
	top: 78% !important;
}
/* slider_image end */

/* fouticon_sec start  */
.fouticon_sec {
  padding: 30px 0;
  margin-top: -70px;
  position: relative;
}

.four_icon_box {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  padding: 18px 20px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  min-height: 100%;

}

.four_icon_img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(118, 13, 184, 1) 0%, rgba(160, 32, 240, 1) 100%);
  vertical-align: middle;
  text-align: center;
  line-height: 64px;
  margin-right: 10px;

}

.four_icon_box:hover .four_icon_img {
  background: #4d93cf;
}

.four_icon_text {
  font-size: 16px;
  font-weight: 600;
  color: #131212;
  width: 64%;
}

/* fouticon_sec end */

/* service start  */
.service {
  padding: 70px 0 167px;
}

.service-box {
  background-color: #8715cd;
  border-radius: 26px;
  overflow: hidden;
  min-height: 100%;
}

.service-box:hover,
.service-box:hover .service-text-box:before {
  background-color: #0267b2;
}

.service-gap {
  padding: 0 60px;
}


.service-text-box {
  padding: 0px 18px 23px;
  position: relative;
  text-align: center;
  color: #fff;
  z-index: 1;
}

.service-text-box:before {
  clip-path: ellipse(50% 64% at 50% 100%);
  position: absolute;
  content: '';
  top: -100px;
  left: 50%;
  background-color: #8715cd;
  width: 100%;
  height: 130px;
  transform: translateX(-50%);
  z-index: -1;

}

.service-box img {
  border-radius: 26px;
}

.service-head {
  font-size: 20px;
  font-weight: 600;
  line-height: 27px;
  height: 52px;
}

.service-paragraph {
  font-size: 14px;
  margin: 10px 0 24px;
}

.service-box .btn_design:hover {
  box-shadow: inset 300px 0 #000;
  color: #fff;
}

.btn_service {
  background-color: #ffffff;
  border-radius: 22px;
  padding: 10px 18px;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  transition: all 0.5s ease;
  color: #000;
}

.btn_service:hover {
  background-color: #8715cd;
  color: #fff;
}

.service .owl-next {
  position: absolute;
  right: -47px;
  top: 50%;
}

.service .owl-prev {
  position: absolute;
  left: -47px;
  top: 50%;
}

.service .owl-theme .owl-nav [class*='owl-']:hover {
  background: transparent;
  color: #FFF;
  text-decoration: none;
}

/* service end */
/* aboutus start  */
.aboutus {
  padding: 50px 0 80px;
  background-color: #f5f5f5;
  position: relative;
}

.aboutus::before {
  content: '';
  position: absolute;
  background-image: url(../images/about-shape-img.png);
  top: -132px;
  left: 0;
  width: 100%;
  height: 138px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;

}

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

}

.heading-text-line::after {
  content: "";
  display: inline-block;
  width: 70px;
  height: 2px;
  background-color: #000;
  vertical-align: middle;
  margin-left: 7px;
}

.about-text-gap {
  padding-left: 48px;
}

.aboutus .same-heading {
  position: relative;
  margin-bottom: 50px;
}

.aboutus .same-heading:before {
  position: absolute;
  content: "";
  width: 35px;
  height: 5px;
  background-color: #3fb5e9;
  bottom: -18px;
  left: 0;
}

.about_img img {
  border-radius: 15px;

}

.aboutus_btn .btn_design_b {
  text-transform: capitalize;
}

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

.testimonial_img {
  margin-top: 45px;
}

.testimonial_sec .same-heading {
  text-transform: uppercase;
}

#sp-testimonial-free-wrapper-23 .sp-testimonial-free-section {
  margin: 0 50px;
  padding: 0 13px !important;
  margin-bottom: 30px;
}

#sp-testimonial-free-wrapper-23 .sp-testimonial-free, #sp-testimonial-free-wrapper-204 .sp-testimonial-free {
  margin: 20px 0;
  padding: 30px 20px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.1);
  position: relative;
}

.sp-testimonial-free-section .sp-testimonial-client-testimonial p {
  text-align: left;
  margin: 20px 0 30px 0;
  font-size: 16px;
  font-weight: 500;
}
.sp-testimonial-client-rating {
  text-align: left !important;
  display: block !important;
}
.sp-testimonial-client-name {
  font-weight: 500;
  font-size: 20px !important;
  text-align: left !important;
}

.sp-testimonial-client-designation {
  text-align: left !important;
}

/* testimonial_sec end */
/* freeconsultation start */
.provide_quality {
  background-image: url(../images/bg-image.jpg);
  padding: 80px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: color-burn;
  background-color: rgba(1, 103, 177, 0.8);
}


.provide_quality_text {
  color: #ffffff;
  font-size: 16px;
  margin: 20px 0;
}

.provide_quality_btns {
  margin-top: 20px;
}

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

.provide_quality_btns .btn_design {
  background: #fff;
}

.provide_quality_btns .btn_design:hover {
  box-shadow: inset 300px 0 #760db8;
  color: #fff;
}


/* freeconsultation end */
/* footer start  */
.footer {
  position: relative;
  background-color: #0f0118;
  color: #ffffff;
  right: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: right;
}

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

.border_footer {
  border-right: 1px solid #2f283f;
  border-left: 1px solid #2f283f;
  padding: 0 40px;
}

.footer .footer_heading {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
  color: #3fb6e9;
  font-family: 'Fredoka';

}

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

.footer .link {
  padding: 0;
}

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

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

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

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

.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 span {
  color: #ffffff;
  font-weight: 500;
  text-align: center;
  display: block;
  font-size: 13px;
  padding: 22px 0;
  text-transform: uppercase;
}

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

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

.footer_bottom {
  position: relative;
  background-color: #0f0118;
}

.footer_bottom_area {
  border-top: 1px solid #2f283f;
  padding: 10px 0;
}

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

}

.text-sz {
  font-size: 14px;
}
.flag_images {
    padding: 22px 0;
}
/* 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: #760db8;
  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;
}


.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 a {
  color: #202a44;
  font-size: 16px;
}

.contact_page_info strong {
  color: #202a44;
  font-weight: 600;
  font-size: 20px;
}

.contact_form {
  padding: 30px;
  box-shadow: 0px 9px 13px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background: #b1e9ff;
}

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

.form-control:focus {
  box-shadow: 0 0 0 0rem rgba(13, 110, 253, .25);
  border: 1px solid #760db8 !important;
}

.contact_right input[type="submit"] {
  text-transform: capitalize;
  color: #000;
  background: #ffffff;
}

.map {
  margin-top: 45px;
}


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

.more-link {
  background: linear-gradient(180deg, rgba(118, 13, 184, 1) 0%, rgba(160, 32, 240, 1) 100%);
  color: #fff !important;
  display: block;
  text-transform: capitalize;
  margin-top: 20px;
  width: 193px;
  padding: 12px 0 12px 15px;
  border-radius: 30px;
}

/* inner page start */
.inner_page_heading{
	font-size: 36px;
    color: #131212;
    text-transform: capitalize;
    font-family: 'Fredoka';
    font-weight: bold;
    line-height: 37px;
    margin: 6px 0 10px;
}
.inner_page_heading strong{
	 font-family: 'Fredoka';
    font-weight: bold;
	color:#760db8;
}
.inner-page-img img {
    border-radius: 24px;
}
/* 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;
	background-color: #efefef;
}
.ref_form_box_heading {
    color: #111;
  
    font-size: 26px;
    line-height: 30px;
}
.ref_form_box .ref_form_box_heading p, .ref_form_box_heading strong {
  font-family: 'Fredoka';
    font-weight: bold;	
}
.ref_form_box_heading strong {
    color: #760db8;
    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: #760db8;
    border-color: #760db8;
}
.contact_btn input[type="submit"] {
    background-color: #760db8;
    border: 0;
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 10px 30px 11px;
    text-transform: uppercase;
    vertical-align: bottom;
}

/*referral form end */

/* inner-page Start */
.inner-page-list{
	padding:0;
	margin:10px 0;
	
}
.inner-page-list li{
	background-image: url(../images/check-list-icon.png);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: left 5px;
    padding-left: 28px;
    margin-top: 8px;
    font-size: 16px;
    list-style: none;
}
.inner_page_list_heading{
	font-size:18px;
	font-weight:600;
	color:#760db8;
}

.footer_fixed_buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 99;
}
.footer_btn1 {
    width: 50%;
    float: left;
    background: #b1e9ff;
    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: #760db8;
    color: #fff !important;
    padding: 10px 0;
    font-weight: bold;
}
/* inner-page-end */

/* responsive start */
@media only screen and (max-width : 320px) {
	
	.header_area {
    background-color: #fff;
   }
	.header_top {
		padding: 0 0 0;
	}
	.logo {
    position: relative;
    left: 0;
    }
	.primary-navigation, .header_btn {
    display: none;
    }
	.navbar-fixed .logo img, .logo img  {
    width: 100px;
    margin-top: 0px;
    }
	.ms-view, .ms-slide, .ms-slide-bgcont { min-height: 350px !important;}
    .ms-slide-bgcont img { object-fit: cover;}
   .slider_image {
    margin-top: 94px;
   }
	.text_content_slider {
    padding: 0 15px;
    }
	.slider_text_top {
		font-size: 17px;
	}
	.ms-slide-info {
    top: 50%;
	}
	
	.slider_text_list_box {
       font-size: 26px;
	   line-height: 32px;
		margin:6px 0;
	}
	.fouticon_sec {
    margin-top:0px;
   }
	.four_icon_box {
    margin-bottom: 20px;
   }
	.service {
    padding: 30px 0 90px;
}
	.service-gap {
    padding: 0 20px;
}
	.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
    display: none;
   }
	.about-text-gap {
    padding-left: 13px;
   }
	.same-heading {
	    font-size: 28px;
        line-height: 35px;
        padding-top: 16px;
   }
	.testimonial_sec {
    padding: 30px 0;
   }
#sp-testimonial-free-wrapper-23 .sp-testimonial-free-section {
    margin: 0 0px;
}
	.provide_quality {
		padding: 30px 0;
	}
.provide_quality_btns a {
    margin-bottom: 13px;
}
	.border_footer {
    border-right: 0px solid #2f283f;
    border-left: 0px solid #2f283f;
    padding: 0 13px;
  }
	.footer_top {
    padding: 30px 0 0;
   }
	.flag_text {
    font-size: 15px;
   }
	.footer_bottom_area {
    padding: 10px 0 60px;
   }
	.inner_page_heading {
    font-size: 26px;
    padding-top: 10px;
	line-height: 33px;
   }
	.inner_title {
    font-size: 26px;
   }
	.contact_form {
	   padding: 13px;
	}
	.contact_right input[type="submit"] {
    width: 100%;
  }
	.page .entry-title, .blog_page_title {
    font-size: 23px; 
  }
	#back_button .btn {
		bottom: 108px;
	}
	
	
}

@media only screen and (min-width : 321px) and (max-width : 480px) {
	.header_area {
    background-color: #fff;
   }
	.header_top {
		padding: 0 0 0;
	}
	.logo {
    position: relative;
    left: 0;
    }
	.primary-navigation, .header_btn {
    display: none;
    }
	.navbar-fixed .logo img, .logo img  {
    width: 100px;
    margin-top: 0px;
    }
	.ms-view, .ms-slide, .ms-slide-bgcont { min-height: 350px !important;}
    .ms-slide-bgcont img { object-fit: cover;}
   .slider_image {
    margin-top: 94px;
   }
	.text_content_slider {
    padding: 0 15px;
    }
	.slider_text_top {
		font-size: 17px;
	}
	.ms-slide-info {
    top: 50%;
	}
	
	.slider_text_list_box {
       font-size: 26px;
	   line-height: 32px;
		margin:6px 0;
	}
	.fouticon_sec {
    margin-top:0px;
   }
	.four_icon_box {
    margin-bottom: 20px;
   }
	.service {
    padding: 30px 0 90px;
}
	.service-gap {
    padding: 0 20px;
}
	.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
    display: none;
   }
	.about-text-gap {
    padding-left: 13px;
   }
	.same-heading {
	    font-size: 28px;
        line-height: 35px;
        padding-top: 16px;
   }
	.testimonial_sec {
    padding: 30px 0;
   }
#sp-testimonial-free-wrapper-23 .sp-testimonial-free-section {
    margin: 0 0px;
}
	.provide_quality {
		padding: 30px 0;
	}
.provide_quality_btns a {
    margin-bottom: 13px;
}
	.border_footer {
    border-right: 0px solid #2f283f;
    border-left: 0px solid #2f283f;
    padding: 0 13px;
  }
	.footer_top {
    padding: 30px 0 0;
   }
	.flag_text {
    font-size: 15px;
   }
	.footer_bottom_area {
    padding: 10px 0 60px;
   }
	.inner_page_heading {
    font-size: 26px;
    padding-top: 10px;
	line-height: 33px;
   }
	.inner_title {
    font-size: 26px;
   }
	.contact_form {
	   padding: 13px;
	}
	.contact_right input[type="submit"] {
    width: 100%;
  }
	.page .entry-title, .blog_page_title {
    font-size: 23px; 
  }
	#back_button .btn {
		bottom: 108px;
	}
}


@media only screen and (min-width : 481px) and (max-width : 767px) {
	
	.header_area {
    background-color: #fff;
   }
	.header_top {
		padding: 0 0 0;
	}
	.logo {
    position: relative;
    left: 0;
    }
	.primary-navigation, .header_btn {
    display: none;
    }
	.navbar-fixed .logo img, .logo img  {
    width: 100px;
    margin-top: 0px;
    }
	.ms-view, .ms-slide, .ms-slide-bgcont { min-height: 350px !important;}
    .ms-slide-bgcont img { object-fit: cover;}
   .slider_image {
    margin-top: 94px;
   }
	.text_content_slider {
    padding: 0 15px;
    }
	.slider_text_top {
		font-size: 17px;
	}
	.ms-slide-info {
    top: 50%;
	}
	
	.slider_text_list_box {
       font-size: 26px;
	   line-height: 32px;
		margin:6px 0;
	}
	.fouticon_sec {
    margin-top:0px;
   }
	.four_icon_box {
    margin-bottom: 20px;
   }
	.service {
    padding: 30px 0 90px;
}
	.service-gap {
    padding: 0 20px;
}
	.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
    display: none;
   }
	.about-text-gap {
    padding-left: 13px;
   }
	.same-heading {
	    font-size: 28px;
        line-height: 35px;
        padding-top: 16px;
   }
	.testimonial_sec {
    padding: 30px 0;
   }
#sp-testimonial-free-wrapper-23 .sp-testimonial-free-section {
    margin: 0 0px;
}
	.provide_quality {
		padding: 30px 0;
	}
.provide_quality_btns a {
    margin-bottom: 13px;
}
	.border_footer {
    border-right: 0px solid #2f283f;
    border-left: 0px solid #2f283f;
    padding: 0 13px;
  }
	.footer_top {
    padding: 30px 0 0;
   }
	.flag_text {
    font-size: 15px;
   }
	.footer_bottom_area {
    padding: 10px 0 60px;
   }
	.inner_page_heading {
    font-size: 26px;
    padding-top: 10px;
	line-height: 33px;
   }
	.inner_title {
    font-size: 26px;
   }
	.contact_form {
	   padding: 13px;
	}
	.contact_right input[type="submit"] {
    width: 100%;
  }
	.page .entry-title, .blog_page_title {
    font-size: 23px; 
  }
	#back_button .btn {
		bottom: 108px;
	}
	
	
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
	.header_area {
    background-color: #fff;
   }
	.header_top {
		padding: 0 0 0;
	}
	.logo {
    position: relative;
    left: 0;
    }
	.primary-navigation, .header_btn {
    display: none;
    }
	.navbar-fixed .logo img, .logo img  {
    width: 100px;
    margin-top: 0px;
    }
	.ms-view, .ms-slide, .ms-slide-bgcont { min-height: 350px !important;}
    .ms-slide-bgcont img { object-fit: cover;}
   .slider_image {
    margin-top: 94px;
   }
	.text_content_slider {
    padding: 0 15px;
    }
	.slider_text_top {
		font-size: 17px;
	}
	.ms-slide-info {
        top: 50%;
        width: 482px !important;
    }
	.ms-nav-next,.ms-nav-prev {
    top: 50% !important;
    }
	
	    .slider_text_list_box {
        font-size: 33px;
        line-height: 45px;
        margin: 6px 0;
    }
	.fouticon_sec {
    margin-top:0px;
   }
	.four_icon_box {
    margin-bottom: 20px;
   }

	.service-gap {
    padding: 0 20px;
}
	.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
    display: none;
   }
	.about-text-gap {
    padding-left: 13px;
   }
	.same-heading {
	    font-size: 28px;
        line-height: 35px;
        padding-top: 16px;
   }

#sp-testimonial-free-wrapper-23 .sp-testimonial-free-section {
    margin: 0 0px;
}
	.provide_quality {
		padding: 30px 0;
	}
.provide_quality_btns a {
    margin-bottom: 13px;
}
	.border_footer {
    border-right: 0px solid #2f283f;
    border-left: 0px solid #2f283f;
    padding: 0 13px;
  }
	.footer_top {
    padding: 30px 0 0;
   }
	.flag_text {
    font-size: 15px;
   }

	.inner_page_heading {
    font-size: 26px;
    padding-top: 10px;
	line-height: 33px;
   }

	.contact_form {
	   padding: 13px;
	}
	.contact_right input[type="submit"] {
    width: 100%;
  }
	.page .entry-title, .blog_page_title {
    font-size: 23px; 
  }

}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {

	.header_top {
		padding: 0 0 0;
	}
	.logo {
    position: relative;
    left: 0;
    }
	.primary-navigation, .header_btn {
    display: none;
    }
	.navbar-fixed .logo img, .logo img  {
    width: 100px;
    margin-top: 0px;
    }
	.ms-view, .ms-slide, .ms-slide-bgcont { min-height: 350px !important;}
    .ms-slide-bgcont img { object-fit: cover;}
 
	.text_content_slider {
    padding: 0 15px;
    }
	.slider_text_top {
		font-size: 17px;
	}
	.ms-slide-info {
        top: 50%;
        width: 482px !important;
    }
	.ms-nav-next,.ms-nav-prev {
    top: 50% !important;
    }
	
	    .slider_text_list_box {
        font-size: 33px;
        line-height: 45px;
        margin: 6px 0;
    }

	.four_icon_box {
    margin-bottom: 20px;
   }

	.service-gap {
    padding: 0 20px;
}
	.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
    display: none;
   }
	.about-text-gap {
    padding-left: 13px;
   }
.service {
    padding: 30px 0 167px;
}

#sp-testimonial-free-wrapper-23 .sp-testimonial-free-section {
    margin: 0 0px;
}
	.provide_quality {
		padding: 30px 0;
	}
.provide_quality_btns a {
    margin-bottom: 13px;
}
	.border_footer {
    padding: 0 13px;
  }

	.flag_text {
    font-size: 15px;
   }

	

	.contact_form {
	   padding: 13px;
	}
	.contact_right input[type="submit"] {
    width: 100%;
  }
	.page .entry-title, .blog_page_title {
    font-size: 23px; 
  }
}



/* 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) {
	.header_area {
        background-color: transparent;
    }
	.slider_image {
        margin-top: 0;
    }
	.header_top {
		padding: 0 0 0;
	}
	.logo {
    position: relative;
    left: 0;
    }
	.primary-navigation, .header_btn {
    display: none;
    }
	.navbar-fixed .logo img, .logo img  {
    width: 100px;
    margin-top: 0px;
    }
	.ms-view, .ms-slide, .ms-slide-bgcont { min-height: 350px !important;}
    .ms-slide-bgcont img { object-fit: cover;}
 
	.text_content_slider {
    padding: 0 15px;
    }
	.slider_text_top {
		font-size: 17px;
	}
	.ms-slide-info {
        top: 50%;
        width: 482px !important;
    }
	.ms-nav-next,.ms-nav-prev {
    top: 50% !important;
    }
	
	    .slider_text_list_box {
        font-size: 33px;
        line-height: 45px;
        margin: 6px 0;
    }
.fouticon_sec {
        margin-top: -70px;
    }
	.four_icon_box {
    margin-bottom: 20px;
   }

	.service-gap {
    padding: 0 20px;
}
	.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
    display: none;
   }
	.about-text-gap {
    padding-left: 13px;
   }
.service {
    padding: 30px 0 167px;
}

#sp-testimonial-free-wrapper-23 .sp-testimonial-free-section {
    margin: 0 0px;
}
	.provide_quality {
		padding: 30px 0;
	}
.provide_quality_btns a {
    margin-bottom: 13px;
}
	.border_footer {
    padding: 0 13px;
  }

	.flag_text {
    font-size: 15px;
   }

	.contact_form {
	   padding: 13px;
	}
	.contact_right input[type="submit"] {
    width: 100%;
  }
	.page .entry-title, .blog_page_title {
    font-size: 23px; 
  }
	.footer_top {
        padding: 30px 0;
    }
	.border_footer {
    border-right: 1px solid #2f283f;
    border-left: 1px solid #2f283f;
    padding: 0 13px;
  }
}

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

@media screen and (min-width: 1624px) {
	.aboutus::before {
		height: 164px;
	}
}

@media screen and (min-width: 1920px) {
		.aboutus::before {
    top: -216px;
    height: 253px;
}
	.service {
    padding: 71px 0 257px;
}
}

@media screen and (min-width: 2048px) {
			.aboutus::before {
    top: -216px;
    height: 253px;
}
	.service {
    padding: 71px 0 257px;
}
}

@media screen and (min-width: 2550px) {
	.aboutus::before {
    top: -216px;
    height: 253px;
}
	.service {
    padding: 71px 0 257px;
}
}
/* responsive end */

