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

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

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

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



/* Reset css  */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Poppins";
}

ul {
  list-style: none;
}

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

a {
  color: #000;
  transition: all 0.5s ease !important;
  text-decoration: none;
}

.pad-0 {
  padding: 0;
}

.pad-left-0 {
  padding-left: 0;
}

.pad-right-0 {
  padding-right: 0;
}

.home-sub-heading {
  font-size: 20px;
  line-height: 24px;
  color: #476ca7;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.home-heading {
  font-size: 40px;
  line-height: 50px;
  text-transform: uppercase;
  color: #282828;
  font-weight: 700;
  font-family: "Oswald";
}

.home-heading strong {
  font-family: "Oswald";
  color: #5071a6;
}

.home-button {
  display: flex;
  width: fit-content;
  position: relative;
  overflow: hidden;
  height: 3rem;
  padding: 0px 35px;
  background: #2d5ca7;
  background-size: 400%;
  color: #fff;
  border: none;
  cursor: pointer;
}

.home-button:hover::before {
  transform: scaleX(1);
}

.button-content {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #f6f6f6;
  font-weight: 500;
}

.home-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: 0 50%;
  width: 100%;
  height: inherit;
  border-radius: inherit;
  background: #000000;
  transition: all 0.475s;
}

.home-button img {
  transform: rotate(0deg);
  transition: all 0.475s;
}

.home-button:hover img {
  transform: rotate(360deg);
}

/* main header section css here  */
.main-header {
  filter: drop-shadow(0px 6px 3px rgba(0, 0, 0, 0.58));
  background-color: #09055a;
  transition: all 0.5s ease;
  position: fixed;
  padding: 10px 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

.animate {
  animation: slideDown 0.7s ease-in-out;
}

.pos-fixed {
  position: fixed;
  filter: drop-shadow(0px 6px 3px rgba(0, 0, 0, 0.58));
  background-color: #09055a;
  width: 100%;
  margin: 0;
  border-radius: 0;
  border: 0;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

.pos-fixed .main-header-container {
  padding: 0;
}

.logo-container img {
  max-width: 100%;
  height: auto;
}

.main-header-container {
  position: relative;
}

.header-manu-container ul {

}

.main-header ul li a {
  margin-right: 50px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  text-transform: capitalize;
  transition: all 0.5s ease;
}

.main-header ul li:last-child a {
  margin-right: 0px;
}

.header-btn-container {
  display: flex;
  justify-content: end;
}

/* banner css here  */
.banner-sec {
  position: relative;
  /* margin-top: 20px; */
}

.banner-img {
  width: 100%;
}

.ms-slide-info {
  position: absolute !important;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  max-width: 53%;
  background-color: #303030b8;
  padding: 50px 60px 40px;
  border-radius: 38px;
}

.banner-heading {
  font-size: 46px;
  line-height: 70px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  font-family: "Oswald";
  text-align: center;
}

.banner-heading strong {
  color: #95d9f2;
  font-family: "Oswald";
}

.banner-text {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 400;
  text-align: center;
  padding: 20px 0 30px;
}

.banner-btn-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.ms-skin-light-6 .ms-nav-next {
  background: url("../images/b-right-arrow.png") no-repeat !important;
  border: 0 !important;
}

.ms-skin-light-6 .ms-nav-prev {
  background: url("../images/b-left-arrow.png") no-repeat !important;
  border: 0 !important;
}

.ms-skin-light-6.round-skin .ms-nav-next,
.ms-skin-light-6.round-skin .ms-nav-prev,
.ms-skin-light-6.round-skin .ms-slide .ms-slide-vpbtn,
.ms-skin-light-6.round-skin .ms-video-btn {
  border-radius: 0 !important;
}

.ms-skin-light-6 .ms-nav-next,
.ms-skin-light-6 .ms-nav-prev {
  width: 60px !important;
  height: 60px !important;
}

.ms-skin-light-6 .ms-bullet-selected {
  background-color: #91d3eb !important;
  border-color: #91d3eb !important;
}

.ms-skin-light-6 .ms-bullet {
  background: #c9ccc9;
  border-color: #c9ccc9;
}

/* quotes-sec */
.quotes-sec {
  background: url("../images/quotes-bg.jpg") no-repeat;
  background-size: cover;
}

.quotes-text {
  font-size: 40px;
  line-height: 24px;
  text-transform: uppercase;
  color: #98daf2;
  font-weight: 500;
  font-family: "Oswald";
  text-align: center;
  filter: drop-shadow(0px 7px 4.5px rgba(0, 0, 0, 0.74));
  padding: 85px 0;
}

/* .about-sec */
.about-sec {
  padding: 77px 0 90px;
  background: url(../images/about-bg.jpg) no-repeat;
}

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

.about-sec .home-sub-heading {
  justify-content: start;
}

.about-right-container {
  margin-left: 0px;
}

.about-sec-sub-heading {
  font-size: 20px;
  color: #2d5ca7;
  font-weight: 700;
  padding: 26px 0 20px;
}

.about-sec-text {
  font-size: 16px;
  line-height: 24px;
  color: #282828;
  font-weight: 400;
}

.about-right-container ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px 0;
}

.about-right-container ul li {
  background: url("../images/checkmark.png");
  background-position: top 4px left;
  padding-left: 28px;
  background-repeat: no-repeat;
  background-size: 18px;
  font-size: 15px;
  color: #2b2b2b;
  font-weight: normal;
  list-style: none;
  padding-bottom: 6px;
  width: 50%;
}

/* .our-services */
.our-services {
  background: url("../images/service-bg.jpg") no-repeat;
  background-size: cover;
  padding: 76px 0;
}

.our-services .home-sub-heading {
  justify-content: start;
  color: #fefefe;
}

.our-services .home-heading {
  color: #fefefe;
}

.service-bb {
  padding-bottom: 20px;
  border-bottom: 2px solid #8c8c8c;
}

.our-service-btn-container {
  display: flex;
  justify-content: end;
  align-items: end;
  height: 100%;
}

.our-services-slider {
  margin-top: 25px;
}

.our-services-card {
  border-radius: 10px;
  background-color: #ffffff;
  padding: 20px 15px 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 395px;
}

.our-services-card-icon {
  width: 103px;
  height: 103px;
  border-radius: 52px;
  background-color: #33507c;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -50px;
  margin-bottom: 20px;
}

.our-services-card-icon img {
  width: fit-content !important;
}

.our-services-card-text {
  font-size: 25px;
  line-height: 33px;
  text-transform: uppercase;
  color: #476ca7;
  font-weight: 600;
  font-family: "Oswald";
  text-align: center;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #2d5ca7 !important;
}

.owl-theme .owl-dots .owl-dot span {
  width: 40px !important;
  height: 5px !important;
  background: #ffffff !important;
}

.work-process-sec {
  position: relative;
  padding: 80px 0 55px;
}

.work-process-sec::before {
  content: '';
  background: url("../images/our-work-ba-2.png") no-repeat;
  width: 201px;
  height: 276px;
  position: absolute;
  top: -100px;
  left: 0;
}

.work-process-sec::after {
  content: '';
  background: url("../images/our-work-ba-1.png") no-repeat;
  width: 204px;
  height: 276px;
  position: absolute;
  top: -100px;
  right: 0;
}

.work-process-sec .home-heading {
  text-align: center;
}

.work-process-container {
  margin-top: 40px;
  position: relative;
}

.work-process-shape {
  position: absolute;
  top: 19%;
  left: 67px;
  z-index: 0;
}

.work-process-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.work-process-img {
  padding: 5px 0 20px;
}

.work-process-number {
  opacity: 0.200;
  font-size: 40px;
  line-height: 51px;
  text-transform: uppercase;
  color: #282828;
  font-weight: 700;
  font-family: "Oswald";
  text-align: center;
}

.work-process-heading {
  font-size: 25px;
  line-height: 24px;
  text-transform: uppercase;
  color: #476ca7;
  font-weight: 600;
  text-align: center;
  padding-bottom: 8px;
}

.work-process-text {
  font-size: 14px;
  line-height: 20px;
  color: #282828;
  font-weight: 400;
  text-align: center;
  padding: 0 5px;
}

.work-process:nth-child(even) {
  margin-top: 67px;
}

/* .faq-sec */
.faq-sec {
  padding: 60px 0;
  background: url("../images/faq-bg.jpg") no-repeat;
  background-size: cover;
}

.faq-sec img {}

.faq-right-container {
  margin-left: -40px;
}

.faq-sec .home-sub-heading {
  justify-content: start;
  color: #fefefe;
}

.faq-sec .home-heading {
  color: #fefefe;
}

.faq-container {
  border-top: 1px solid #8b8b8b;
  margin-top: 20px;
  padding: 25px 0;
}

.omsc-accordion {
  margin: 0 !important;
}

.omsc-toggle {
  border: 0 !important;
  background-color: #ffffff;
  margin-bottom: 10px !important;
}

.omsc-toggle-title:hover,
.omsc-toggle.omsc-expanded .omsc-toggle-title {
  background: #ffffff !important;
  padding-left: 20px !important;
}

.omsc-toggle-title {
  border-bottom: 0 !important;
  padding-left: 20px !important;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 24px;
  color: #33507c;
  font-weight: 600;
}

.omsc-toggle-inner {
  padding-left: 20px !important;
  font-size: 14px;
  line-height: 20px;
  color: #282828;
  font-weight: 400;
}

.omsc-toggle-title:after {
  content: '' !important;
  background: url("../images/plus-icon.png") no-repeat #000;
  background-position: center;
  height: 14px;
  width: 14px;
  padding: 15px;
  top: 6px !important;
  left: auto !important;
  right: 6px !important;
}

/* testimonial-sec */
.testimonial-sec {
  padding: 85px 0;
  background: url("../images/testomonial-bg.jpg") no-repeat;
  background-size: cover;
}

.testimonial-sec .home-heading {
  text-align: center;
}

.sp-testimonial-free-wrapper {
  margin-top: 55px;
  overflow: visible !important;
}

#sp-testimonial-free-wrapper-33 .sp-testimonial-free {
	background: url("../images/testimonial-card-bg.jpg") no-repeat !important;
	background-size: cover !important;
	border-radius: 14px !important;
	padding: 36px 27px 130px;
	min-height: 305px;
}

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

#sp-testimonial-free-wrapper-33 .sp-testimonial-free::after {
  content: '';
  background: #33507c;
  clip-path: polygon(0 0, 100% 0, 79% 100%, 0% 100%);
  width: 65%;
  height: 110px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom-left-radius: 14px;
}

#sp-testimonial-free-wrapper-33 .sp-testimonial-free::before {
  content: '';
  background: url("../images/t-ba-img-1.png") no-repeat;
  width: 156px;
  height: 116px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.sp-testimonial-free-section .sp-testimonial-client-testimonial,
.sp-testimonial-free-section .sp-testimonial-client-testimonial p {
  font-size: 15px !important;
  line-height: 23px !important;
  color: #343233 !important;
  font-weight: 400 !important;
  text-align: left !important;
}

.sp-testimonial-free-section .sp-testimonial-client-name {
  font-size: 19px !important;
  color: #f0f0f0 !important;
  font-weight: 600 !important;
  position: absolute;
  left: 120px;
  bottom: 50px;
  z-index: 1;
}

.sp-testimonial-free-section .sp-testimonial-client-testimonial p {
  padding: 0 !important;
  padding-top: 50px !important;
}

#sp-testimonial-free-wrapper-33 .sp-testimonial-free-section .sp-testimonial-client-image {
  position: absolute;
  bottom: 21px;
  left: auto;
  z-index: 1;
  margin: 0;
}

#sp-testimonial-free-wrapper-33 .sp-testimonial-free-section .sp-testimonial-client-rating {
  display: flex !important;
  position: absolute;
  top: 50px;
}

.sp-testimonial-free-section .sp-testimonial-client-designation {
  font-size: 15px !important;
  color: #f0f0f0 !important;
  font-weight: 400 !important;
  position: absolute;
  left: 120px;
  bottom: 36px;
  z-index: 1;
}

.sp-testimonial-free-section .testimonial-nav-arrow.swiper-button-next i {
  display: none;
}

.sp-testimonial-free-section .testimonial-nav-arrow.swiper-button-next::before {
  content: '';
  background: url('../images/t-right-arrow.png') no-repeat;
  height: 54px;
  width: 54px;
  position: absolute;
  right: -90px;
  top: 0;
}

.sp-testimonial-free-section .testimonial-nav-arrow.swiper-button-prev i {
  display: none;
}

.sp-testimonial-free-section .testimonial-nav-arrow.swiper-button-prev::before {
  content: '';
  background: url('../images/t-left-arrow.png') no-repeat;
  height: 54px;
  width: 54px;
  position: absolute;
  left: -90px;
  top: 0;
}

/* our-gallery */
.our-gallery-sec {
  padding: 70px 0;
  background: url("../images/work-gallery-bg.jpg") no-repeat;
  background-size: cover;
}

.our-gallery-sec .home-sub-heading {
  justify-content: start;
  color: #fefefe;
}

.our-gallery-sec .home-heading {
  color: #fefefe;
}

.our-gallery-btn-container {
  display: flex;
  justify-content: end;
  align-items: end;
  height: 100%;
}

.our-gallery-slider {
  margin-top: 35px;
}

/* footer */
.footer {
  position: relative;
  background: #282828;
  padding: 70px 0 0;
}

.footer-left-text {
  font-size: 15px;
  line-height: 24px;
  color: #fefefe;
  font-weight: 400;
  padding: 15px 26px 20px 0;
}

.f-media-container {
  display: flex;
  align-items: center;
  gap: 25px;
}

.footer-heading {
  font-size: 24px;
  color: #a0ddf2;
  font-weight: 500;
  padding-bottom: 8px;
  margin-bottom: 17px;
  position: relative;
}

.footer-heading::before {
  content: '';
  background-color: #ffffff;
  width: 143px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.footer ul {
  list-style: none;
  margin: 0;
}

.footer ul li {
  font-size: 15px;
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 15px;
}

.footer ul li a {
  font-size: 15px;
  color: #ffffff;
  font-weight: 500;
  transition: all 0.5s ease;
}

.footer ul li a:hover {
  color: #2d5ca7;
}

.f-menu-container {
  margin-left: 50px;
}

.f-contact-text {
  font-size: 15px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 26px;
}

.f-contact-container ul li {
  display: flex;
  align-items: center;
  gap: 15px;
}

.lower-footer {
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  text-align: center;
  padding: 18px 0;
  background-color: #303030;
  margin-top: 25px;
}

.lower-footer a {
  color: #ffffff;
  transition: all 0.5s ease;
}

.lower-footer a:hover {
  color: #2d5ca7;
}

/* scroll to top  */
.scroll-top {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  cursor: pointer;
  z-index: 1000;
}

.scroll-top img {
  background-color: #2d5ca7;
  padding: 14px 10px;
  border-radius: 50%;
}

/* banner css here */
.site-content,
.site-main .widecolumn {
  margin-left: 0px !important;
}

.page .entry-header,
.blog_page_header {
  background: url("../images/banner-img-1.jpg") #eee no-repeat center !important;
  background-size: cover !important;
  max-width: 100% !important;
  padding: 150px 0 150px !important;
  margin: 90px 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: #ea0700;
  position: relative;
  font-size: 15px;
}

.breadcrumb-container a {
  color: #ea0700;
}

.page {
  margin-top: 0 !important;
}
/* inner page css  */
.inner_title {
    color: #131313;
    font-size: 26px;
    line-height: 1.2;
    font-weight: bold;
    position: relative;
    padding-bottom: 12px;
}

.inner_title strong {
    color: #2d5ca7;
}

.inner_title::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 30px;
    height: 3px;
    background: #2d5ca7;
}

.inner_txt {
    font-size: 16px;
    color: #2b2b2b;
    font-weight: normal;
    margin-top: 20px;
}

.margin-top {
    margin-top: 48px;
}

.inner_list_txt {
    margin-top: 20px;
}

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

.inner_list_txt ul li {
    background: url("../images/checkmark.png");
    background-position: top 4px left;
    padding-left: 28px;
    background-repeat: no-repeat;
    background-size: 18px;
    font-size: 16px;
    color: #2b2b2b;
    font-weight: normal;
    list-style: none;
    padding-bottom: 6px;
}

.inner_bottm_sec {
    background: #2d5ca7;
    padding: 30px 20px;
    text-align: center;
}

.inner_bottm_sec .inner_title:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 10%;
    height: 3px;
    background: #ffffff;
}

.core-box {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    padding: 30px 20px;
    background: #fff;
    border-radius: 5px;
    min-height: 100%;
}

.core-box img {
    width: 80px;
    padding-bottom: 20px;
}

.core-box_title {
    color: #131313;
    font-size: 20px;
    line-height: 1.2;
    font-weight: bold;
    position: relative;
    padding-bottom: 12px;
}

.core-box_title strong {
    color: #2d5ca7;
}

.core-box_title::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 30px;
    height: 3px;
    background: #2d5ca7;
}

.core-box_txt {
    font-size: 14px;
    color: #2b2b2b;
    font-weight: normal;
    margin-top: 20px;
}

.m-top {
    margin-top: 20px;
}

/* contact page css  */

.contact_page_heading {
    color: #131313;
    font-size: 26px;
    text-transform: capitalize;
    font-weight: bold;
    padding-bottom: 15px;
    position: relative;
}

.contact_page_heading::before {
    position: absolute;
    content: "";
    bottom: 8px;
    left: 0;
    width: 30px;
    height: 3px;
    background: #2d5ca7;
}

.contact_page_heading strong {
    color: #2d5ca7;
}

.contact_page_info {
    position: relative;
    color: #000;
    margin-top: 25px;
	display: flex;
	align-items: center;
	gap: 20px;
}

.contact-text a {
    transition: all 0.5s ease;
    text-decoration: none !important;
}

.contact-text strong {
	color: #000000;
    font-weight: 600;
}

.contact-img {
    background: #ffffff;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-align: center;
    padding-top: 10px;
}

.contact_right {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    padding: 25px 25px 0;
    border-radius: 5px;
}
/* thank you page   */
.thankyou-btn {
    border-radius: 27px;
    background: #2d5ca7;
    transition: all 0.8s ease !important;
    cursor: pointer;
    color: #fff;
    font-weight: 600;
    position: relative;
    display: inline-block;
    white-space: nowrap;
    padding: 15px 30px;
}
.thankyou-btn:hover{
	background: #000000;
}
.thankyou-text {
    font-size: 18px;
    font-weight: 500;
    padding-top: 20px;
}

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

.footer_btn1 {
    background: #2d5ca7;
    width: 50%;
    float: left;
    color: #fff !important;
    padding: 10px 0;
    text-decoration: none !important;
    text-transform: capitalize;
}

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

.footer_btn3 {
    background: #000000;
    width: 50%;
    float: left;
    color: #fff !important;
    padding: 10px 0;
    text-decoration: none !important;
    text-transform: capitalize;
}
/* contact page  */
.contact-page input {
    width: 100%;
    padding: 12px 10px 12px 20px;
    border-radius: 7px;
    color: #515151;
    font-size: 16px;
    text-transform: capitalize;
	border: 1px solid #2d5ca7;
	outline: none;
}
.contact-page input:focus,.contact-page select:focus,.contact-page textarea:focus{
	border: 1px solid #000000;
}
.contact-page select {
    width: 100%;
    padding: 12px;
    border-radius: 7px;
    color: #515151;
    font-size: 16px;
    text-transform: capitalize;
	border: 1px solid #2d5ca7;
	outline: none;
}
.contact-page textarea {
    width: 100%;
    padding: 12px 12px 12px 20px;
    border-radius: 7px;
    color: #515151;
    font-size: 16px;
	height: 90px;
	border: 1px solid #2d5ca7;
}
.contact-page input[type="submit"] {
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    border-radius: 5px;
    width: fit-content;
    background-color: #2d5ca7;
    padding: 13px 50px;
    transition: all 0.5s ease;
}
.contact-page input[type="submit"]:hover{
	background-color: #000000;
}
.not_found-text {
	font-size: 18px;
	font-weight: 500;
	padding: 10px;
}

.back_btn {
	margin: 35px 0 60px;
}

.back_btn a {
	text-decoration: none !important;
}

.not_found-btn {
	background-color: #2d5ca7;
	padding: 18px 25px !important;
	color: white !important;
	outline: 0;
	border: none;
	transition: all 0.5s ease;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 16px;
	cursor: pointer;
	font-weight: bold;
}
.not_found-btn:hover{
	background-color: #000000;
}

/* blog page css  */
.more-link {
    display: block;
    background: #2d5ca7;
    width: fit-content;
    margin: 15px 0;
    padding: 15px 25px;
    border-radius: 15px;
    color: #fff;
	text-transform: capitalize;
	transition: all 0.5s ease;
    text-decoration: none !important;
}
.more-link:hover{
	background: #000000 !important;
	color: #fff !important;
}

.post .entry-title{
	font-size: 30px !important;
	font-weight: 600 !important;
	color: #2d5ca7;
}
.rmp-menu-title-image {
  height: 100%;
}
/* media quer start here  */
@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 (max-width : 320px) {

}
@media only screen and (min-width : 321px) and (max-width : 480px) {
	.header-mid {
		display: none;
	}
	.header-right {
		display: none;
	}
	.animate {
		animation: none;
	}
	.home-heading {
		font-size: 32px;
		line-height: 34px;
	}
	.banner-sec {
		margin-top: 90px;
	}
	.ms-view {
		height: 520px !important;
	}
	.ms-slide .ms-slide-bgcont, .ms-slide .ms-slide-bgvideocont {
		height: 520px !important;
	}
	.ms-slide .ms-slide-bgcont img, .ms-container, .ms-inner-controls-cont {
		height: 100% !important;
	}
	.ms-slide-info {
		top: 45%;
		padding: 20px 15px 20px;
		min-width: 90%;
	}
	.banner-heading {
        font-size: 34px;
        line-height: 40px;
	}
	.banner-text {
		font-size: 15px;
		line-height: 23px;
		padding: 14px;
	}
	.ms-skin-light-6 .ms-nav-next, .ms-skin-light-6 .ms-nav-prev {
		bottom: 18px;
		top: auto !important;
	}
	.ms-skin-light-6 .ms-nav-next {
        right: 34% !important;
        bottom: 30px;
	}
	.ms-skin-light-6 .ms-nav-prev {
        left: 34% !important;
		bottom: 30px;
	}
	.quotes-text {
		font-size: 26px;
		line-height: 35px;
		padding: 50px 0;
	}
	.our-services {
		padding: 50px 0;
	}
	.about-sec {
		padding: 50px 0px;
	}
	.about-right-container ul li {
		width: 100%;
	}
	.home-heading {
		font-size: 32px;
		line-height: 34px;
	}
	.work-process-sec::before,.work-process-sec::after {
		content: none;
	}
	.work-process-shape {
		display: none;
	}
	.work-process:nth-child(even) {
		margin-top: 30px;
	}
	.work-process:nth-child(odd) {
		margin-top: 30px;
	}
	.work-process:nth-child(1) {
		margin-top: 0px;
	}
	.faq-right-container {
		margin-left: 0;
	}
	.testimonial-sec {
		padding: 50px 0;
	}
	#sp-testimonial-free-wrapper-33 .sp-testimonial-free::before {
		content: none;
	}
	#sp-testimonial-free-wrapper-33 .sp-testimonial-free::after {
		width: 90%;
	}
	.our-gallery-btn-container {
		justify-content: start;
	}
	.f-menu-container {
		margin-left: 0;
	}
	.lower-footer {
		padding: 18px 0 60px;
	}
	.scroll-top {
		bottom: 7rem;
		right: 1rem;
	}
	.page .entry-title, .blog_page_title {
		font-size: 26px;
	}
	.page .entry-header, .blog_page_header {
		padding: 90px 0 90px !important;
	}
	.margin-top {
		margin-top: 20px;
	}
}
@media only screen and (min-width : 481px) and (max-width : 767px) {
	.header-mid {
		display: none;
	}
	.header-right {
		display: none;
	}
	.animate {
		animation: none;
	}
	.home-heading {
		font-size: 32px;
		line-height: 34px;
	}
	.banner-sec {
		margin-top: 90px;
	}
	.ms-view {
		height: 520px !important;
	}
	.ms-slide .ms-slide-bgcont, .ms-slide .ms-slide-bgvideocont {
		height: 520px !important;
	}
	.ms-slide .ms-slide-bgcont img, .ms-container, .ms-inner-controls-cont {
		height: 100% !important;
	}
	.ms-slide-info {
		top: 45%;
		padding: 20px 15px 20px;
		min-width: 90%;
	}
	.banner-heading {
        font-size: 34px;
        line-height: 40px;
	}
	.banner-text {
		font-size: 15px;
		line-height: 23px;
		padding: 14px;
	}
	.ms-skin-light-6 .ms-nav-next, .ms-skin-light-6 .ms-nav-prev {
		bottom: 18px;
		top: auto !important;
	}
	.ms-skin-light-6 .ms-nav-next {
        right: 34% !important;
        bottom: 30px;
	}
	.ms-skin-light-6 .ms-nav-prev {
        left: 34% !important;
		bottom: 30px;
	}
	.quotes-text {
		font-size: 26px;
		line-height: 35px;
		padding: 50px 0;
	}
	.our-services {
		padding: 50px 0;
	}
	.about-sec {
		padding: 50px 0px;
	}
	.about-right-container ul li {
		width: 100%;
	}
	.home-heading {
		font-size: 32px;
		line-height: 34px;
	}
	.work-process-sec::before,.work-process-sec::after {
		content: none;
	}
	.work-process-shape {
		display: none;
	}
	.work-process:nth-child(even) {
		margin-top: 30px;
	}
	.work-process:nth-child(odd) {
		margin-top: 30px;
	}
	.work-process-sec .col-sm-12 {
		flex: 0 0 auto;
		width: 50%;
	}
	.faq-right-container {
		margin-left: 0;
	}
	.testimonial-sec {
		padding: 50px 0;
	}
/* 	#sp-testimonial-free-wrapper-33 .sp-testimonial-free::before {
		content: none;
	} */
	#sp-testimonial-free-wrapper-33 .sp-testimonial-free::after {
		width: 70%;
	}
	.sp-testimonial-free-section .testimonial-nav-arrow.swiper-button-next::before {
		display: none;
	}
	.sp-testimonial-free-section .testimonial-nav-arrow.swiper-button-prev::before {
		display: none;
	}
	.our-gallery-btn-container {
		justify-content: start;
	}
	.f-menu-container {
		margin-left: 0;
	}
	.footer .col-sm-12 {
		width: 50%;
	}
	.lower-footer {
		padding: 18px 0 60px;
	}
	.scroll-top {
		bottom: 7rem;
		right: 1rem;
	}
	.page .entry-title, .blog_page_title {
		font-size: 26px;
	}
	.page .entry-header, .blog_page_header {
		padding: 90px 0 90px !important;
	}
	.margin-top {
		margin-top: 20px;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
	.header-mid {
		display: none;
	}
	.header-right {
		display: none;
	}
	.animate {
		animation: none;
	}
	.home-heading {
		font-size: 32px;
		line-height: 34px;
	}
	.banner-sec {
		margin-top: 90px;
	}
	.ms-view {
		height: 520px !important;
	}
	.ms-slide .ms-slide-bgcont, .ms-slide .ms-slide-bgvideocont {
		height: 520px !important;
	}
	.ms-slide .ms-slide-bgcont img, .ms-container, .ms-inner-controls-cont {
		height: 100% !important;
	}
	.ms-slide-info {
		top: 45%;
		padding: 20px 15px 20px;
		min-width: 90%;
	}
	.banner-heading {
        font-size: 34px;
        line-height: 40px;
	}
	.banner-text {
		font-size: 15px;
		line-height: 23px;
		padding: 14px;
	}
	.ms-skin-light-6 .ms-nav-next, .ms-skin-light-6 .ms-nav-prev {
		bottom: 18px;
		top: auto !important;
	}
	.ms-skin-light-6 .ms-nav-next {
        right: 34% !important;
        bottom: 30px;
	}
	.ms-skin-light-6 .ms-nav-prev {
        left: 34% !important;
		bottom: 30px;
	}
	.quotes-text {
		font-size: 26px;
		line-height: 35px;
		padding: 50px 0;
	}
	.our-services {
		padding: 50px 0;
	}
	.about-sec {
		padding: 50px 0px;
	}
	.about-right-container ul li {
		width: 100%;
	}
	.home-heading {
		font-size: 32px;
		line-height: 34px;
	}
	.work-process-sec::before,.work-process-sec::after {
		content: none;
	}
	.work-process-shape {
		display: none;
	}
	.work-process:nth-child(even) {
		margin-top: 30px;
	}
	.work-process:nth-child(odd) {
		margin-top: 30px;
	}
	.faq-right-container {
		margin-left: 0;
	}
	.testimonial-sec {
		padding: 50px 0;
	}
/* 	#sp-testimonial-free-wrapper-33 .sp-testimonial-free::before {
		content: none;
	} */
	#sp-testimonial-free-wrapper-33 .sp-testimonial-free::after {
		width: 70%;
	}
	.sp-testimonial-free-section .testimonial-nav-arrow.swiper-button-next::before {
		display: none;
	}
	.sp-testimonial-free-section .testimonial-nav-arrow.swiper-button-prev::before {
		display: none;
	}
	.f-menu-container {
		margin-left: 0;
	}
	.footer .col-sm-12 {
		width: 50%;
	}
	.lower-footer {
		padding: 18px 0 60px;
	}
	.scroll-top {
		bottom: 7rem;
		right: 1rem;
	}
	.page .entry-title, .blog_page_title {
		font-size: 26px;
	}
	.margin-top {
		margin-top: 40px;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
	.header-mid {
		display: none;
	}
	.header-right {
		display: none;
	}
	.animate {
		animation: none;
	}
	.home-heading {
		font-size: 32px;
		line-height: 34px;
	}
	.banner-sec {
		margin-top: 90px;
	}
	.ms-view {
		height: 520px !important;
	}
	.ms-slide .ms-slide-bgcont, .ms-slide .ms-slide-bgvideocont {
		height: 520px !important;
	}
	.ms-slide .ms-slide-bgcont img, .ms-container, .ms-inner-controls-cont {
		height: 100% !important;
	}
	.ms-slide-info {
		top: 45%;
		padding: 20px 15px 20px;
		min-width: 90%;
	}
	.banner-heading {
        font-size: 34px;
        line-height: 40px;
	}
	.banner-text {
		font-size: 15px;
		line-height: 23px;
		padding: 14px;
	}
	.ms-skin-light-6 .ms-nav-next, .ms-skin-light-6 .ms-nav-prev {
		bottom: 18px;
		top: auto !important;
	}
	.ms-skin-light-6 .ms-nav-next {
        right: 34% !important;
        bottom: 30px;
	}
	.ms-skin-light-6 .ms-nav-prev {
        left: 34% !important;
		bottom: 30px;
	}
	.quotes-text {
		font-size: 26px;
		line-height: 35px;
		padding: 50px 0;
	}
	.our-services {
		padding: 50px 0;
	}
	.about-sec {
		padding: 50px 0px;
	}
	.about-right-container ul li {
		width: 100%;
	}
	.home-heading {
		font-size: 32px;
		line-height: 34px;
	}
	.work-process-sec::before,.work-process-sec::after {
		content: none;
	}
	.work-process-shape {
		display: none;
	}
	.work-process:nth-child(even) {
		margin-top: 30px;
	}
	.work-process:nth-child(odd) {
		margin-top: 30px;
	}
	.faq-right-container {
		margin-left: 0;
	}
	.testimonial-sec {
		padding: 50px 0;
	}
/* 	#sp-testimonial-free-wrapper-33 .sp-testimonial-free::before {
		content: none;
	} */
	#sp-testimonial-free-wrapper-33 .sp-testimonial-free::after {
		width: 70%;
	}
	.sp-testimonial-free-section .testimonial-nav-arrow.swiper-button-next::before {
		display: none;
	}
	.sp-testimonial-free-section .testimonial-nav-arrow.swiper-button-prev::before {
		display: none;
	}
	.f-menu-container {
		margin-left: 0;
	}
	.footer .col-sm-12 {
		width: 50%;
	}
	.scroll-top {
		bottom: 7rem;
		right: 1rem;
	}
	.page .entry-title, .blog_page_title {
		font-size: 26px;
	}
	.margin-top {
		margin-top: 40px;
	}
}

/* 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) {
	.header-mid {
		display: none;
	}
	.header-right {
		display: none;
	}
	.animate {
		animation: none;
	}
	.home-heading {
		font-size: 32px;
		line-height: 34px;
	}
	.banner-sec {
		margin-top: 90px;
	}
	.ms-view {
		height: 520px !important;
	}
	.ms-slide .ms-slide-bgcont, .ms-slide .ms-slide-bgvideocont {
		height: 520px !important;
	}
	.ms-slide .ms-slide-bgcont img, .ms-container, .ms-inner-controls-cont {
		height: 100% !important;
	}
	.ms-slide-info {
		top: 45%;
		padding: 20px 15px 20px;
		min-width: 90%;
	}
	.banner-heading {
        font-size: 34px;
        line-height: 40px;
	}
	.banner-text {
		font-size: 15px;
		line-height: 23px;
		padding: 14px;
	}
	.ms-skin-light-6 .ms-nav-next, .ms-skin-light-6 .ms-nav-prev {
		bottom: 18px;
		top: auto !important;
	}
	.ms-skin-light-6 .ms-nav-next {
        right: 34% !important;
        bottom: 30px;
	}
	.ms-skin-light-6 .ms-nav-prev {
        left: 34% !important;
		bottom: 30px;
	}
	.quotes-text {
		font-size: 26px;
		line-height: 35px;
		padding: 50px 0;
	}
	.our-services {
		padding: 50px 0;
	}
	.about-sec {
		padding: 50px 0px;
	}
	.about-right-container ul li {
		width: 100%;
	}
	.home-heading {
		font-size: 32px;
		line-height: 34px;
	}
	.work-process-sec::before,.work-process-sec::after {
		content: none;
	}
	.work-process-shape {
		display: none;
	}
	.work-process:nth-child(even) {
		margin-top: 30px;
	}
	.work-process:nth-child(odd) {
		margin-top: 30px;
	}
	.work-process-sec .col-sm-12 {
		flex: 0 0 auto;
		width: 50%;
	}
	.faq-right-container {
		margin-left: 0;
	}
	.testimonial-sec {
		padding: 50px 0;
	}
/* 	#sp-testimonial-free-wrapper-33 .sp-testimonial-free::before {
		content: none;
	} */
	#sp-testimonial-free-wrapper-33 .sp-testimonial-free::after {
		width: 70%;
	}
	.sp-testimonial-free-section .testimonial-nav-arrow.swiper-button-next::before {
		display: none;
	}
	.sp-testimonial-free-section .testimonial-nav-arrow.swiper-button-prev::before {
		display: none;
	}
	.f-menu-container {
		margin-left: 0;
	}
	.footer .col-sm-12 {
		width: 50%;
	}
	.lower-footer {
		padding: 18px 0 60px;
	}
	.scroll-top {
		bottom: 7rem;
		right: 1rem;
	}
	.page .entry-title, .blog_page_title {
		font-size: 26px;
	}
	.page .entry-header, .blog_page_header {
		padding: 90px 0 90px !important;
	}
	.margin-top {
		margin-top: 40px;
	}
}

/* iPhone XR */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
	.header-mid {
		display: none;
	}
	.header-right {
		display: none;
	}
	.animate {
		animation: none;
	}
	.home-heading {
		font-size: 32px;
		line-height: 34px;
	}
	.banner-sec {
		margin-top: 90px;
	}
	.ms-view {
		height: 520px !important;
	}
	.ms-slide .ms-slide-bgcont, .ms-slide .ms-slide-bgvideocont {
		height: 520px !important;
	}
	.ms-slide .ms-slide-bgcont img, .ms-container, .ms-inner-controls-cont {
		height: 100% !important;
	}
	.ms-slide-info {
		top: 45%;
		padding: 20px 15px 20px;
		min-width: 90%;
	}
	.banner-heading {
        font-size: 34px;
        line-height: 40px;
	}
	.banner-text {
		font-size: 15px;
		line-height: 23px;
		padding: 14px;
	}
	.ms-skin-light-6 .ms-nav-next, .ms-skin-light-6 .ms-nav-prev {
		bottom: 18px;
		top: auto !important;
	}
	.ms-skin-light-6 .ms-nav-next {
        right: 34% !important;
        bottom: 30px;
	}
	.ms-skin-light-6 .ms-nav-prev {
        left: 34% !important;
		bottom: 30px;
	}
	.quotes-text {
		font-size: 26px;
		line-height: 35px;
		padding: 50px 0;
	}
	.our-services {
		padding: 50px 0;
	}
	.about-sec {
		padding: 50px 0px;
	}
	.about-right-container ul li {
		width: 100%;
	}
	.home-heading {
		font-size: 32px;
		line-height: 34px;
	}
	.work-process-sec::before,.work-process-sec::after {
		content: none;
	}
	.work-process-shape {
		display: none;
	}
	.work-process:nth-child(even) {
		margin-top: 30px;
	}
	.work-process:nth-child(odd) {
		margin-top: 30px;
	}
	.work-process-sec .col-sm-12 {
		flex: 0 0 auto;
		width: 50%;
	}
	.faq-right-container {
		margin-left: 0;
	}
	.testimonial-sec {
		padding: 50px 0;
	}
/* 	#sp-testimonial-free-wrapper-33 .sp-testimonial-free::before {
		content: none;
	} */
	#sp-testimonial-free-wrapper-33 .sp-testimonial-free::after {
		width: 70%;
	}
	.sp-testimonial-free-section .testimonial-nav-arrow.swiper-button-next::before {
		display: none;
	}
	.sp-testimonial-free-section .testimonial-nav-arrow.swiper-button-prev::before {
		display: none;
	}
	.f-menu-container {
		margin-left: 0;
	}
	.footer .col-sm-12 {
		width: 50%;
	}
	.lower-footer {
		padding: 18px 0 60px;
	}
	.scroll-top {
		bottom: 7rem;
		right: 1rem;
	}
	.page .entry-title, .blog_page_title {
		font-size: 26px;
	}
	.page .entry-header, .blog_page_header {
		padding: 90px 0 90px !important;
	}
	.margin-top {
		margin-top: 40px;
	}
}

/* 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) {
	.lower-footer {
		padding: 18px 0;
	}
}

@media screen and (min-width: 1424px) {
	.sp-testimonial-free-section .testimonial-nav-arrow.swiper-button-next::before {
		display: none;
	}
	.sp-testimonial-free-section .testimonial-nav-arrow.swiper-button-prev::before {
		display: none;
	}
}

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

}

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

}

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

}

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

}