* {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

ol,
ul {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  transition: 0.3s;
}

.second-heading {
  font-size: 35px;
  line-height: 27px;
  color: #070707;
  font-weight: 700;
  font-family: "Poppins";
  margin-bottom: 40px;
}

.second-sub-heading {
  font-size: 14px;
  line-height: 31px;
  text-transform: uppercase;
  color: #0000c2;
  font-weight: 500;
  font-family: "Poppins";
  position: relative;
}

img {
  max-width: 100%;
  height: 0 auto;
}

a {
  text-decoration: none !important;
  transition: 0.3s;
}

a:hover {
  color: #3baae0;
}

a:focus {
  outline: none;
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: 0px;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
  outline: none;
  outline-offset: 0px;
  box-shadow: none;
}

a:focus,
a:hover {
  text-decoration: none !important;
}

.btn-style,
.btn-style-2 {
  font-size: 17px;
  line-height: 27px;
  color: #0e0e0e;
  font-weight: 600;
  font-family: "Poppins";
  padding: 10px 25px;
  border-radius: 5px;
  background-color: #f1b900;
  moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: relative;
  display: inline-block;
}

.btn-style-2 {
  background-color: #c79ef2;
  color: #020202;
}

.btn-style:hover {
  color: #020202;
  background-color: #c79ef2;
}

.btn-style-2:hover {
  color: #020202;
  background-color: #f1b900;
}

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

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

/* header css start */

.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  background-color: transparent;
  padding: 20px 0;
}

.darkHeader {
  background-color: #319bd6;
  box-shadow: 0px 15px 10px -15px #111;
  padding: 10px 0;
}
.full-width .header{
	background-color: #319bd6;
	padding: 10px 0;
}

.logo img {
  height: auto;
  transition: all 500ms ease-in-out;
}
.darkHeader .logo img {
  width: 130px;
  height: auto;
}
.darkHeader .header-content {
  border-bottom: none;
}

.header-contact,
.bottom-header-content {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
}
.header-menu ul {
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.header-menu ul li a {
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 27px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  font-family: "Poppins";
  transition: 0.3s;
  position: relative;
  padding: 0 10px;
}

.header-menu a:hover,
.header-menu .active {
  color: #f1b900;
}

.header-btn {
  padding-left: 50px;
}

.header-btn .btn-style {
  padding: 10px 15px 10px 40px;
}

.header-btn .btn-style:after {
  content: "";
  position: absolute;
  background-image: url(../images/btn-cl.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 15px;
  height: 15px;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}

/* banner css start */

.banner {
  position: relative;
  /* margin-top: 83px; */
  background-image: url(../images/banner-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 130px 0 20px;
}

.banner:after{
	background: linear-gradient(1deg, rgb(206 209 226 / 0%) 46%, rgb(255 255 255 / 58%) 80%);
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.banner-img,
.banner-img-2,
.banner-content {
  position: relative;
}

.banner-img:before {
  content: "";
  position: absolute;
  background-image: url(../images/banner-img-after-1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 48px;
  height: 62px;
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
}

.banner-img-2 {
  top: 80px;
}

.banner-img-2:after {
  content: "";
  position: absolute;
  width: 49px;
  height: 49px;
  border-radius: 24px;
  background-color: #c79ef2;
  left: 50%;
  transform: translateX(-50%);
  top: -53%;
}

.banner-content {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  z-index: 20;
  width: 430px;
}

.banner-content:after {
  content: "";
  position: absolute;
  background-image: url(../images/banner-img-after-2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 75px;
  height: 74px;
  left: -60px;
  top: -50px;
}

.banner-main-heading {
  font-size: 45px;
  line-height: 52px;
  color: #ffffff;
  font-weight: 700;
  font-family: "Poppins";
  padding-bottom: 20px;
}

/* banner css end */

/* features-sec css start */

.features-sec {
    position: relative;
    background-color: #fff;
    border-radius: 20px 20px 0 0;
    margin-top: -20px;
    z-index: 1;
}

.feature-content {
  position: relative;
  top: -65px;
}

.feature-box {
  background-image: url(../images/feature-box-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  border: 4px solid #ffffff;
  padding: 50px 10px;
  text-align: center;
  border-radius: 6px;
}

.feature-text {
  font-size: 20px;
  line-height: 29px;
  color: #ffffff;
  font-weight: 600;
  font-family: "Poppins";
}

/* features-sec css end */

/* about-us-sec css start */

.about-us-sec {
  padding: 0px 0 70px;
  position: relative;
}

.about-img img {
  border-radius: 10px;
}

.about-content {
  padding-right: 40px;
}

.about-content .second-heading {
  margin-bottom: 20px;
}

.about-content .text {
  font-size: 15px;
  line-height: 28px;
  color: #555454;
  font-weight: 500;
  font-family: "Poppins";
  padding-bottom: 20px;
}
/* about-us-sec css end */

/* service-section css start */

.our-service-sec {
  padding: 70px 0;
  background-color: #e6e6ff;
  position: relative;
}

.our-service-sec .second-heading {
  margin-bottom: 50px;
}

.service {
  padding: 0 60px;
}

.service-btn .service-btn-style {
  font-size: 15px;
  line-height: 20px;
  color: #f3f3f3;
  font-weight: 500;
  font-family: "Poppins";
  border-radius: 5px;
  background-color: #121212;
  display: inline-block;
  margin-top: 10px;
  position: relative;
  padding: 10px 20px;
}

.service-btn .service-btn-style:hover {
  background-color: #f1b900;
  color: #020202;
}

.service-box {
  min-height: 100%;
  position: relative;
}

.service-img img {
  border-radius: 10px;
}

.service-name {
  font-size: 20px;
  line-height: 27px;
  color: #0d0d0d;
  font-weight: 700;
  font-family: "Poppins";
  padding-top: 15px;
  min-height: 96px;
}

.service-text {
  font-size: 14px;
  line-height: 25px;
  color: #454545;
  font-weight: 400;
  font-family: "Poppins";
  padding: 15px 0;
  min-height: 182px;
}

.our-service-sec .owl-nav button span {
  font-size: 0;
}

.our-service-sec .owl-carousel {
  position: relative;
  width: 100%;
}

.our-service-sec .owl-carousel .owl-nav {
  position: absolute;
  top: 40%;
  left: 20px;
  right: 20px;
  margin-top: 0;
}

.our-service-sec .owl-carousel .owl-dots.disabled,
.our-service-sec .owl-carousel .owl-nav.disabled {
  display: block !important;
}

.our-service-sec .owl-prev::after {
  content: "";
  position: absolute;
  background-image: url(../images/right-arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 21px;
  height: 41px;
  left: 0px;
  top: 50%;
}

.our-service-sec .owl-prev::after {
  transform: rotate(180deg);
}

.our-service-sec .owl-next::after {
  content: "";
  position: absolute;
  background-image: url(../images/right-arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 21px;
  height: 41px;
  right: 0px;
  top: 50%;
}

/* our service css end */

/* get-in-touch sec css start */

.get-sec {
  position: relative;
  padding: 120px 0 20px;
  background-image: url(../images/get-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -6px;
}

.home-form {
  border-radius: 7px;
  background-color: #1d188b;
  padding: 50px 30px;
}

.get-sec .second-heading {
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 20px;
}

.home-form textarea,
.home-form input {
  height: 47px;
  border-radius: 3px;
  background-color: #f2f2f2;
  font-size: 14px;
  line-height: 38px;
  color: #454545;
  font-weight: 400;
  font-family: "Poppins";
  width: 100%;
}

.home-form textarea {
  height: 113px;
  resize: none;
}

.home-form input[type="submit"] {
  width: fit-content;
  height: auto;
  padding: 5px 20px;
  margin-top: 20px;
}
/* get-in-touch sec css end */

/* testi sec css start */

.testi-sec {
  position: relative;
  padding: 30px 0 50px;
}

.testi-sec .second-heading {
  font-size: 30px;
}

.sp-testimonial-free {
  border-radius: 7px !important;
  filter: drop-shadow(0px 2px 23px rgba(0, 0, 0, 0.15)) !important;
  background-image: linear-gradient(0deg, #f5bd1f 0%, #072fb7 100%) !important;
  padding: 30px 20px !important;
}

.sp-testimonial-free-section .sp-testimonial-client-testimonial p {
  font-size: 17px !important;
  line-height: 26px !important;
  color: #ffffff !important;
  font-weight: 500 !important;
  text-align: left !important;
  padding: 50px 0 0 !important;
  position: relative;
  min-height: 258px;
}

.sp-testimonial-free-section .sp-testimonial-client-testimonial p:after {
  content: "";
  position: absolute;
  background-image: url(../images/star.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 125px;
  height: 21px;
  top: 10px;
  left: 0;
}

/* #sp-testimonial-free-wrapper-28 .sp-testimonial-free-section {
  margin: 0 !important;
} */

#sp-testimonial-free-wrapper-28
  .sp-testimonial-free-section
  .sp-testimonial-client-name {
  font-size: 18px !important;
  line-height: 26px !important;
  text-transform: uppercase !important;
  color: #ffffff !important;
  font-weight: bold !important;
  text-align: left !important;
}

#sp-testimonial-free-wrapper-28
  .sp-testimonial-free-section
  .testimonial-nav-arrow {
  background: none !important;
  border: none !important;
}

.home-testimonial .sp-testimonial-free-section .testimonial-nav-arrow {
  font-size: 0 !important;
}

#sp-testimonial-free-wrapper-28
  .sp-testimonial-free-section
  .swiper-button-prev {
  background-image: url("../images/right-arrow.png") !important;
  background-repeat: no-repeat;
  width: 19px;
  height: 35px;
  position: absolute;
}

#sp-testimonial-free-wrapper-28
  .sp-testimonial-free-section
  .swiper-button-prev {
  transform: rotate(180deg) !important;
}

#sp-testimonial-free-wrapper-28
  .sp-testimonial-free-section
  .swiper-button-next {
  background-image: url("../images/right-arrow.png") !important;
  background-repeat: no-repeat;
  width: 19px;
  height: 35px;
  position: absolute;
}

.sp-testimonial-free-section .testimonial-nav-arrow {
  transform: translateY(-50%) !important;
}

.testimonial-content .fa-angle-left:before,
.testimonial-content .fa-angle-right:before {
  display: none !important;
}
/* testi sec css end */

/* footer-sec css start */

.footer-sec {
  background-color: #090909;
  padding: 50px 0 0px;
}

.footer_top {
  padding: 0 0 40px;
  border-bottom: 1px solid #ffffff36;
}

.footer_top_block:first-child {
  padding-right: 50px;
}

.footer_top_heading {
  font-size: 22px;
  letter-spacing: 1px;
  line-height: 24px;
  text-transform: uppercase;
  color: #f1b900;
  font-weight: 700;
  font-family: "Poppins";
  padding-bottom: 20px;
  position: relative;
}

.footer_menu ul {
  list-style-type: none;
  padding: 0;
}

.footer_menu ul li {
  position: relative;
  margin-bottom: 10px;
}

.footer_menu ul li a {
  font-size: 15px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Poppins";
  position: relative;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.footer_menu ul li a:hover {
  color: #f1b900;
}

.footer_contact_info ul {
  padding: 0;
}

.footer_contact_info ul li {
  display: flex;
  gap: 10px;
  align-items: center;
  padding-bottom: 10px;
}

.footer-info-text a,
.footer-info-text {
  font-size: 15px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Poppins";
}

.footer_contact_info ul li a:hover {
  color: #f1b900;
}

.social-icon {
  padding-bottom: 20px;
}

.social-icon img {
  padding-right: 7px;
}

.footer_bottom {
  padding: 20px 0;
  text-align: center;
}

.footer-bottom-text,
.footer_bottom a {
  font-size: 13px;
  line-height: 24px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 400;
  font-family: "Poppins";
}

.footer_bottom a:hover {
  color: #f1b900;
}

/* footer-sec css end */

#back-to-top {
  background-color: #f1b900;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 9999;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 50%;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
  opacity: 0;
}

#back-to-top.show {
  opacity: 1;
}
/* ============= for inner css ============ */

.site-content,
.site-main .widecolumn {
  margin-left: 0px !important;
}

.page .entry-header,
.blog_page_header {
  background: url("../images/banner-5.jpg") #eee no-repeat top !important;
  background-size: cover !important;
  max-width: 100% !important;
  padding: 270px 0 110px !important;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.blog_page_header {
  margin: 50px 0 !important;
}

.page .entry-header:before,
.blog_page_header:before {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.page .entry-content {
  max-width: 100% !important;
  padding: 50px 0 0 0 !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: #8abfdf;
  position: relative;
  font-size: 15px;
}

.breadcrumb-container a {
  color: #8abfdf;
}

.breadcrumb-container a:hover {
  color: #8abfdf;
}

/* Inner Content Css */

.inner_text_hd {
  font-size: 25px;
  font-weight: bold;
  line-height: 35px;
  color: #101111;
  position: relative;
}

.inner_text_hd strong {
  color: #fbab31;
}

/* .inner_text_hd:after {
    position: absolute;
    content: "";
    bottom: -7px;
    left: 0;
    width: 50px;
    height: 3px;
    background: #fbab31;
} */

.after-center:after {
  left: 50%;
  transform: translatex(-50%);
}

.inner_content {
  /* padding-top: 50px;  */
}

.inner_sub_titl {
  font-family: "Poppins";
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: #5276ba;
  padding-top: 20px;
}

.inner_content .inner_text_hd {
  position: relative;
}

.inner_txt {
  font-size: 16px;
  line-height: 27px;
  color: #0d0d0d;
  font-weight: 400;
  font-family: "Poppins";
  margin-top: 10px;
}

.inner_list_txt {
  margin-top: 10px;
}

.inner_list_txt ul {
  padding: 0;
  margin: 0;
}

.inner_list_txt ul li {
  background: url(../images/check.png);
  background-position: top 2px left;
  padding-left: 30px;
  background-repeat: no-repeat;
  background-size: 20px;
  color: #0d0d0d;
  font-size: 16px;
  font-weight: normal;
  list-style: none;
  padding-bottom: 6px;
  font-family: "Poppins";
}

.inner_bottm_sec {
  background-color: #319bd6;
  padding: 30px 60px;
  box-shadow: 0px 0px 32px 8px rgb(0 0 0 / 4%);
  border-radius: 10px;
}

.pr-3 {
  padding-right: 30px;
}

.inner_bottm_sec .inner_text_hd,
.inner_bottm_sec .inner_txt {
  color: #fff;
  text-align: center;
}

.inner_bottm_sec .inner_text_hd:after {
  display: none;
}

.inner_list_txt strong {
  color: #2a2a2a;
  line-height: 1.2;
  font-weight: bold;
}

.inner_page_img img {
  border-radius: 20px;
}

.bg-color {
  background-color: #f5f5f5;
}

.no-after:after {
  display: none;
}
.inner_box_parent {
  margin-bottom: 20px;
}
.inner_box {
  text-align: center;
  border: 1px solid #fbab31;
  border-radius: 10px;
  padding: 20px 10px;
  box-shadow: 0px 0px 25px -10px #41414145;
  min-height: 100%;
}

.inner_box .inner_sub_titl {
  min-height: 50px;
}

.about-box {
  padding: 20px 30px;
  background-color: #e5f6f5;
}

.about-box .inner_sub_titl {
  font-size: 25px;
  line-height: 30px;
}

/* .about-text {
    color: #222220;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 0;
} */

/*   contact-page-css   */

.contact_left_box {
  display: flex;
  flex-direction: row;
  padding-bottom: 15px;
  align-items: center;
}

.cont_left_icon {
  width: 40px;
  height: 40px;
  background: #319bd6;
  text-align: center;
  line-height: 35px;
  border-radius: 50%;
  border-left: 2px solid #1d1d1d;
  box-shadow: 0px 10px 16px -5px #646464;
}

.cont_left_icon img {
  width: 16px;
}

.contact_left_text {
  font-family: "Poppins";
  font-size: 17px;
  color: #4b4b4b;
  font-weight: 500;
  margin-left: 10px;
}

.contact_left_text a {
  font-family: "Poppins";
  color: #4b4b4b;
  font-weight: 500;
  font-size: 18px;
}

.contact_left_text a:hover {
  color: #1e1e1e;
}

.right-sec-contact {
  border: 1px solid #1d1d1d;
  border-radius: 5px;
  padding: 20px;
  box-shadow: 0px 0px 25px -10px #414141;
}

.right-sec-contact input,
.right-sec-contact textarea {
  font-family: "Poppins";
  border: 1px solid #1d1d1d;
  box-shadow: none;
  padding: 8px 10px;
  width: 100%;
  border-radius: 0;
}

.right-sec-contact textarea {
  resize: none;
  height: 100px;
}

.right-sec-contact .wpcf7-response-output {
  display: none;
}

.right-sec-contact input[type="submit"] {
  width: fit-content;
}

/* review_page css */

.review_page_box_inner {
  padding: 20px;
  min-height: 100%;
  border: 2px solid #fbab31;
  border-radius: 20px 0 20px 0;
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
}

.review_page_box_name {
  font-family: "Poppins";
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  color: #fbab31;
  position: relative;
  padding-bottom: 20px;
}

.review_page_box {
  margin-bottom: 30px;
}

.review_pg_locate {
  font-family: "Poppins";
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #fbab31;
  padding: 5px 0 10px 0;
}

.review_page_box_name:after {
  content: "";
  position: absolute;
  background-image: url(../images/google-hangouts-logo.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  top: 0px;
  right: 0px;
}

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

/*   sub-menu-css   */

.primary-navigation ul ul {
  background-color: #fbab31 !important;
  width: 350px;
  top: 100% !important;
  display: block;
}

.primary-navigation ul ul a {
  width: 100% !important;
  color: #fff;
  padding: 5px !important;
  font-size: 14px !important;
  line-height: 18px !important;
}

.primary-navigation ul ul a::after {
  display: none;
}

.primary-navigation ul ul a:before {
  display: none;
}

.primary-navigation ul ul li {
  padding-right: 0;
  width: 100%;
}

.primary-navigation ul ul a:hover {
  color: #1e1e1e !important;
  background-color: #fff !important;
  width: 100% !important;
}

.primary-navigation .menu-item-has-children > a:after {
  font-size: 0 !important;
  top: 33px !important;
}

/* 404 page */

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

.footer_fixed_buttons {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 99;
}

.footer_btn1 {
  background: #f1b900;
  color: #000 !important;
  width: 50%;
  float: left;
  padding: 10px 0;
}

.footer_btn2 {
  background: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  height: 44px;
  width: 44px;
  border-radius: 50%;
  padding: 10px 12px 0;
}

.footer_btn3 {
  background: #319bd6;
  color: #fff !important;
  width: 50%;
  float: left;
  padding: 10px 0;
}

/* ===============blog page==================== */

.more-link {
  font-weight: 500;
  display: block;
  width: fit-content;
  padding: 12px 30px;
  background-color: #98d6ea;
  border-radius: 50px;
  font-size: 15px;
  font-family: "Poppins";
  color: #1c1f1c;
  moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: relative;
  margin-top: 20px;
}

.more-link:hover {
  background-color: #151515;
  color: #fff;
}

.wp-block-heading {
  border-top: 5px solid #98d6ea;
  color: #2b2b2b;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 18px;
  padding-top: 7px;
  text-transform: uppercase;
}

.blog_page_header {
  margin: 50px 0 !important;
}

.ms-skin-default .ms-nav-next,
.ms-skin-default .ms-nav-prev {
  background: url(../images/banner-arrow.png) !important;
  height: 49px !important;
  width: 25px !important;
}

.ms-skin-default .ms-nav-prev {
  transform: rotate(180deg);
}

/* for blog page */

.more-link {
  font-weight: 500;
  display: block;
  width: fit-content;
  padding: 12px 30px;
  background-color: #98d6ea;
  border-radius: 50px;
  font-size: 15px;
  font-family: "Poppins";
  color: #1c1f1c;
  moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: relative;
  margin-top: 20px;
}

.more-link:hover {
  background-color: #151515;
  color: #fff;
}

.wp-block-heading {
  border-top: 5px solid #98d6ea;
  color: #2b2b2b;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 18px;
  padding-top: 7px;
  text-transform: uppercase;
}

.site-content .has-post-thumbnail .entry-header {
  margin-top: 0 !important;
}

.post-template-default .site-content .entry-content,
.post-template-default .site-content .entry-header,
.blog .site-content .entry-header,
.blog .site-content .entry-summary {
  max-width: 100% !important;
}

.content-sidebar .widget a {
  color: #fbab31 !important;
}

/*  ref form   */

.inner_form_box {
  background-color: #e5e5e554;
  padding: 35px;
  margin-bottom: 30px;
  border: 1px solid #ddd;
  border-radius: 10px;
}

.inner_form_box p {
  margin-bottom: 5px !important;
}

.inner_form_box_heading {
  font-family: "Poppins";
  color: #1d1d1d;
  font-weight: bold;
  font-size: 26px;
  line-height: 30px;
}

.inner_form_box_heading strong {
  font-family: "Poppins";
  color: #fbab31;
  font-weight: bold;
}

.inner_form_box_label {
  font-family: "Poppins";
  color: #0d0d0d;
  margin-top: 15px;
}

.inner_form_box_input input {
  font-family: "Poppins";
  width: 100%;
  min-height: 44px;
  margin-top: 2px;
  border: 1px solid #ccc !important;
  color: #555;
}

.inner_form_box_input select {
  background: url() #fff no-repeat center right 10px;
  width: 100%;
  min-height: 44px;
  margin-top: 2px;
  border: 1px solid #ccc !important;
  border-radius: 2px;
  color: #555;
  font-family: "Poppins";
  padding: 10px 30px 10px 12px;
  /* -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; */
}

.inner_form_box_input select:focus-visible {
  outline: none !important;
}

.inner_form_box_input textarea {
  font-family: "Poppins";
  resize: none;
  height: 144px;
  margin-top: 2px;
  border: 1px solid #ccc !important;
  color: #555;
}

.inner_form_box .contact_btn input {
  font-family: "Poppins";
  font-weight: 600;
  background: #fbab31 !important;
  font-size: 16px;
  margin-top: 20px;
  border-radius: 30px;
  padding: 13px 30px 12px;
  transition: 0.3s;
}
.error_container {
  display: flex;
  min-height: 100vh;
  align-items: center;
  text-align: center;
}
.error404 .header{
	background: #319bd6;
}
/* ======= responsive ======= */

@media only screen and (min-width: 320px) and (max-width: 1023px) {
 .top-header,
  .menu-toggle,
  .header-btn ,.bottom-header-content{
    display: none;
}
.header {
    padding: 5px 0;
}
.logo img {
    width: 120px;
}
 .ms-view,
  .ms-slide {
    height: 300px !important;
 }
 .ms-slide-bgcont img {
    object-fit: cover;
 }
.darkHeader .logo img {
    width: 120px;
}
.banner-img {
    width: 80%;
    margin: 0 auto;
    z-index: 2;
}
.banner-img:before {
    left: -50px;
}
.banner-img-2 {
    top: 70px;
	z-index: 2;
}
.banner-content {
    width: 350px;
    left: 0;
    margin-top: 190px;
}
.banner-content:after {
    left: -20px;
    top: -70px;
}
.banner-main-heading {
    font-size: 35px;
    line-height: 40px;
    padding-bottom: 15px;
}
.second-heading {
    font-size: 28px;
    line-height: 30px;
	margin-bottom: 20px;
}	
.about-content {
    padding-right: 0;
}
.about-content {
    padding-right: 0;
    margin-bottom: 35px;
}
.about-img img {
    width: 100%;
    margin-bottom: 25px;
}
.about-us-sec {
    padding: 0px 0 40px;
}
.our-service-sec {
    padding: 40px 0;
}
.service {
    padding: 0;
}
.our-service-sec .owl-prev::after ,.our-service-sec .owl-next::after{
    display:  none;
}	
.our-service-sec .second-heading {
    margin-bottom: 20px;
}	
.service-text ,.service-name{
    min-height: auto;
}
.get-sec {
    padding: 40px 0 20px;
}
.get-sec .second-heading {
    font-size: 25px;
    line-height: 32px;
}
.testi-sec .second-heading {
    font-size: 25px;
}
.home-form {
    padding: 30px 15px;
}
.footer_top_block {
    margin-bottom: 40px;
}
.footer_top {
    padding: 0;
}
.footer_bottom {
    padding: 20px 0 60px;
}
#back-to-top {
    bottom: 106px;
}
.page .entry-header,
.blog_page_header {
    padding: 170px 0 110px !important;
}
.page .entry-title, .blog_page_title {
    font-size: 22px;
}
.inner_page_img {
   padding-bottom: 20px;
}
.inner_text_hd {
    font-size: 26px;
    line-height: 30px;
}
.inner_bottm_sec {
    padding: 30px 14px;
}
.contact_left_box {
    display: block;
}
.cont_left_icon {
    margin-bottom: 15px;
}
}


@media only screen and (max-width: 320px) {
.banner-content {
    width: 304px;
}
}

@media only screen and (min-width: 321px) and (max-width: 480px) {

}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: portrait) {
}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: portrait) {
}

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

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
.banner-content {
    width: 335px;
    margin-top: 140px;
}
.banner-img-2:after {
    top: -70%;
}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
.banner-content {
    width: 335px;
    margin-top: 140px;
}
.banner-img-2:after {
    top: -70%;
}
}

/* iPhone X/XS */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
}

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

/* iPhone XS Max */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
}

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

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

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

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

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

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

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