@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.woff2') format('woff2'),
    url('../fonts/Poppins-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.woff2') format('woff2'),
    url('../fonts/Poppins-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.woff2') format('woff2'),
    url('../fonts/Poppins-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
    url('../fonts/Poppins-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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





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

ul {
  list-style: none !important;
}

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

a {
  color: #000;
  text-decoration: none;
}

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

.pos-fixed {
  position: sticky !important;
}

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

  to {
    transform: translateY(0);
  }
}


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

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

/* main header section css here  */
.main-header {
  background-color: #90c1f7;
  transition: all 0.5s ease;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  padding: 5px 0;
/*   overflow: hidden; */
}

.pos-fixed .logo-container {
  margin-top: 0;
  margin-bottom: 0;
  overflow: hidden;
  transition: all 0.5s linear;
  transition-delay: 0.5s;
}

.pos-fixed .logo-container img {
  transition: all 0.5s ease;
  width: 160px;
}

.pos-fixed .header-mid {
  padding-bottom: 0px;
}

.pos-fixed .header-right {
  padding-bottom: 8px;
}

.pos-fixed .header-btn {
  padding: 8px 10px;
}

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

.top-header {
  position: absolute;
  top: 10px;
  display: flex;
  justify-content: end;
  gap: 20px;
}

.top-info-container {
  display: flex;
  align-items: center;
  gap: 7px;
}

.top-info-text {
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  transition: all 0.5s ease;
}

.top-info-container a .top-info-text:hover {
  color: #ff5758;
}

.top-line {
    position: absolute;
    height: 2px;
    width: 71.8%;
    /* float: right; */
    background-color: #c8e0fb;
    top: 50px;
    right: 0;
    /* margin-left: 380px; */
}
.top-line::before {
    content: '';
    width: 15px;
    height: 15px;
    background: #fff;
    position: absolute;
    border-radius: 100%;
    left: -15px;
    top: -6px;
}
.h-circle {
  position: absolute;
  top: 45px;
  margin-left: 368px;
}

.header-mid {
  padding-bottom: 14px;
}

.header-mid ul {
  margin-right: 60px !important;
}

.header-mid ul li a {
  font-size: 16px;
  transition: all 0.5s ease;
}

.header-right {
  padding-bottom: 15px;
}

.header-btn {
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
  border-radius: 5px;
  background-color: #ff5758;
  padding: 13px 10px;
  transition: all 0.5s ease;
}

.header-btn:hover {
  background-color: #fff;
  color: #ff5758;
}

.logo-container {
  transition: all 0.5s ease;
}

.logo-container img {
  height: auto;
  max-width: 100%;
  transition: all 0.5s ease;
}


/* banner css here */

.banner-sec {
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}

.banner-sec::before {
  content: '';
  position: absolute;
  left: 0;
  width: 80%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

/* .banner-sec::after {
  content: '';
  background: url("../images/banner-shape.png");
  background-size: cover;
  position: absolute;
  left: 0;
  width: 100%;
  height: 250px;
  bottom: -2px;
} */

.banner-container {
  position: absolute;
  top: 120px;
  max-width: 520px;
}

.banner-sub-heading {
  font-size: 34px;
  color: #90c1f7;
  font-weight: 400;
  line-height: 24px;
}

.banner-heading {
  font-size: 100px;
  letter-spacing: 9px;
  line-height: 124px;
  color: #ff5758;
  font-weight: bold;
  font-family: "Monly Lite";
}

.banner-text {
  font-size: 16px;
  line-height: 30px;
  color: #3e3e3e;
  font-weight: 400;
}

.banner-btn {
  font-size: 18px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
  width: fit-content;
  text-align: center;
  margin-top: 20px;
  padding: 13px 20px;
  border-radius: 5px;
  background-color: #ff5758;
  transition: all 0.5s ease;
}

.banner-btn:hover {
  background-color: #90c1f7;
}


/* about us css here  */
.about-us-sec {
  padding: 0 0 90px;
}


.about-us-right {
  padding-left: 50px;
}

.about-heading {
  font-size: 36px;
  text-transform: uppercase;
  color: #060606;
  font-weight: bold;
}

.about-text {
  font-size: 16px;
  line-height: 30px;
  color: #060606;
  font-weight: 400;
  margin-top: 20px;
}

.about-btn {
  font-size: 18px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
  padding: 13px 20px;
  margin-top: 40px;
  width: fit-content;
  border-radius: 5px;
  background-color: #ff5758;
  transition: all 0.5s ease;
}

.about-btn:hover {
  background-color: #90c1f7;
}

/* our services  */
.our-service-sec {
  padding: 100px 0 90px;
  background-color: #f2f2f2;
}

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

.service-heading {
  font-size: 36px;
  text-transform: uppercase;
  color: #060606;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.service-card {
  background-color: #ffffff;
  position: relative;
  padding: 10px 2px 40px;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 100%;
}

.service-card img {
  padding: 0 8px;
}

.service-card-heading {
  font-size: 22px;
  color: #060606;
  font-weight: bold;
  text-align: center;
  padding: 20px 0 10px;
}

.service-card-text {
  font-size: 14px;
  line-height: 24px;
  color: #060606;
  font-weight: 400;
  text-align: center;
  padding: 0 10px;
}

.service-card-btn {
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
  padding: 15px 30px;
  margin-top: 15px;
  width: fit-content;
  text-align: center;
  border-radius: 5px;
  background-color: #90c1f7;
  transition: all 0.5s ease;
}

.service-card-btn:hover {
  background-color: #ff5758;
}

.bottom-color {
  position: absolute;
  bottom: 0;
  height: 8px;
  width: 100%;
  background-color: #ff5758;
  border-radius: 0 0 15px 15px;
}

/* choose us  */
.choose-us-sec {
  padding: 80px 0;
}


.choose-us-left {
  padding-left: 50px;
}

.choose-heading {
  font-size: 36px;
  text-transform: uppercase;
  color: #060606;
  font-weight: bold;
  margin-bottom: 20px;
}

.choose-text {
  font-size: 14px;
  line-height: 23px;
  color: #060606;
  font-weight: 400;
}

.choose-btn {
  font-size: 18px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
  padding: 13px 20px;
  margin-top: 20px;
  width: fit-content;
  border-radius: 5px;
  background-color: #ff5758;
  transition: all 0.5s ease;
}

.choose-btn:hover {
  background-color: #90c1f7;
}

.choose-text li {
  background: url("../images/red-circle-img.png");
  background-position: top 6px left;
  padding-left: 28px !important;
  background-repeat: no-repeat;
  background-size: 18px;
  font-size: 16px;
  list-style: none;
  padding-bottom: 15px !important;
}

/* testimonial-sec */

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

.testimonial-heading {
  font-size: 36px;
  line-height: 53px;
  text-transform: uppercase;
  color: #000000;
  font-weight: bold;
  text-align: center;
  padding-bottom: 20px;
}

.testi-card {
  width: 362px;
  height: 282px;
  border-radius: 10px;
  background-color: #ffffff;
}

/* footer */
.footer {
  position: relative;
  background: url('../images/footer-bg.png');
  background-size: cover;
  padding: 170px 0 0;
  margin-top: -270px;
}

.footer-bg {
  padding: 0 0 30px;
}

.media-container {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}

.footer-heading {
  font-size: 20px;
  text-transform: uppercase;
  color: #90c1f7;
  font-weight: 700;
  margin-bottom: 20px;
}

.quick-link a {
  font-size: 14px;
  line-height: 31px;
  color: #ffffff;
  font-weight: 400;
}

.contact-link li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px !important;
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
}

.contact-link li a {
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
}
.service-link li a:hover{
	color: #ff5758;
	padding-left: 10px;
}
.service-link li a {
  font-size: 14px;
  line-height: 29px;
  color: #ffffff;
  font-weight: 400;
}

.lower-footer {
  z-index: 1;
  padding: 15px 0;
  border-top: 1px solid #fff;
}

.lower-footer-text {
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  text-align: center;
}

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


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

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

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

.page {
  margin-top: 0 !important;
}


/* inner page css  */
.inner_content {
  margin-bottom: 210px;
}

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

.inner_title strong {
  color: #ff5757;
}

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

.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/list-icon.png");
  background-position: top 4px left;
  padding-left: 28px !important;
  background-repeat: no-repeat;
  background-size: 18px;
  font-size: 16px;
  color: #2b2b2b;
  font-weight: normal;
  list-style: none;
  padding-bottom: 6px !important;
}

.inner_bottm_sec {
  background: #ff5757;
  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: #fff;
}

.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: #194d87;
}

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

.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: #ff5757;
}

.contact_page_heading strong {
    color: #ff5757;
}

.contact_page_info {
    position: relative;
    color: #000;
    margin-top: 25px;
    padding-left: 60px;
}

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

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

.contact-img {
    position: absolute;
    top: 3px;
    left: 0;
    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-content {
    padding-bottom: 150px;
	position: relative;
	z-index: 1;
}
.thankyou-btn {
	border-radius: 10px;
	background-color: #ff5758;
	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-color: #90c1f7;
	color: #fff;
}

.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: 99;
	box-shadow: 0px -1px 5px 0px rgba(133,133,133,1);
}

.footer_btn1 {
    background: #ff5758;
    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: #90c1f7;
    width: 50%;
    float: left;
    color: #fff !important;
    padding: 10px 0;
    text-decoration: none !important;
    text-transform: capitalize;
}
.common_paragraph {
    font-size: 18px;
    font-weight: 600;
	padding: 30px 0;
}
.common_paragraph {
	font-size: 18px;
	font-weight: 500;
	padding: 10px;
}

.back_btn {
	margin: 35px 0;
}

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

.common-btn1 {
	border-radius: 10px;
	background-color: #ff5758;
	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;
}
.thank_you_content{
	padding-bottom: 230px;
	position: relative;
	z-index: 1;
}
/* 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 #90c1f7;
	outline: none;
}
.contact-page input:focus,.contact-page select:focus,.contact-page textarea:focus{
	border: 1px solid #ff5758;
}
.contact-page select {
    width: 100%;
    padding: 12px;
    border-radius: 7px;
    color: #515151;
    font-size: 16px;
    text-transform: capitalize;
	border: 1px solid #90c1f7;
	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 #90c1f7;
}
.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: #ff5758;
    padding: 13px 50px;
    transition: all 0.5s ease;
}
.contact-page input[type="submit"]:hover{
	background-color: #90c1f7;
}

#sp-testimonial-free-wrapper-30 .sp-testimonial-free {
	background: #ffffff !important;
	padding: 100px 20px 20px !important;
	border-radius: 10px !important;
	box-shadow: 0 0 5px #dcdcdc;
	margin: 5px;
	min-height: 270px;
}
.sp-testimonial-free-section .sp-testimonial-client-testimonial, .sp-testimonial-free-section .sp-testimonial-client-testimonial p {
    text-align: start !important;
}
#sp-testimonial-free-wrapper-30 .sp-testimonial-free-section .sp-testimonial-client-name {
    color: #333333;
    position: absolute;
    top: 40px;
    left: 36px;
}
#sp-testimonial-free-wrapper-30 .sp-testimonial-free-section .sp-testimonial-client-rating {
    position: absolute;
    top: 70px;
    left: 36px;
}
#sp-testimonial-free-wrapper-30 .sp-testimonial-free-section .sp-testimonial-client-testimonial::before {
	content: '';
	background: url('../images/quotation-mark-img.png') no-repeat;
    position: absolute;
    width: 54px;
    height: 50px;
    top: 40px;
    right: 35px;
	z-index: 1;
}

/* referral form css here  */
.reffer-form_title {
	color: #131313;
	font-size: 28px;
	text-align: center;
	line-height: 1.2;
	font-weight: bold;
	position: relative;
	padding-bottom: 12px;
}

.reffer-form_title strong {
	color: #ff5757;
}

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

.reffer-form-container a {
	text-decoration: none !important;
}

.Referral-Form-page .inner_txt a {
	text-decoration: none;
}

.reffer-form-label {
	font-size: 17px;
	font-weight: 500;
}

.reffer-form-label p {
	margin-bottom: 8px;
}

.referral-form-input input {
	width: 100%;
	border: 1px solid #90c1f7;
	border-radius: 10px;
	color: #2b2b2b;
	padding: 10px 20px;
}

.referral-form-textarea textarea {
	width: 100%;
	border: 1px solid #90c1f7;
	border-radius: 10px;
	color: #2b2b2b;
	padding: 10px 20px;
	height: 100px;
}
.referral-form-input input:focus,.referral-form-textarea textarea:focus{
	border: 1px solid #ff5758;
}
.reffer-form-container {
	margin-top: 30px;
	padding: 40px 30px 0;
	border-radius: 20px;
	box-shadow: 0 0 5px #dfdfdf;
}

.referral-form-heading p {
	margin-bottom: 0;
}

.referral-form-heading {
	color: #131313;
	font-size: 26px;
	line-height: 1.2;
	font-weight: bold;
	position: relative;
	padding-bottom: 12px;
	margin-bottom: 24px;
}

.referral-form-heading strong {
	color: #ff5757;
}

.referral-form-heading::after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 12px;
	width: 30px;
	height: 3px;
	background: #ff5757;
}

.referral-form-radio .wpcf7-list-item {
	display: block;
	margin: 0;
}

.refer-form-text {
	font-size: 17px;
	text-align: center;
	font-weight: 600;
}

.refer-form-submit-btn {
	display: flex;
	justify-content: center;
}

.refer-form-submit-btn input[type="submit"] {
	font-size: 16px;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: 600;
	text-align: center;
	border-radius: 5px;
	background-color: #ff5758;
	padding: 13px 50px;
	transition: all 0.5s ease;
	width: fit-content;
}

.refer-form-submit-btn input[type="submit"]:hover {
	background-color: #90c1f7;
}

.refer-form-submit-btn .wpcf7-spinner {
	display: none;
}


/* media query */
@media only screen and (min-width : 320px) and (max-width : 1023px) {

}
@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) {

}
/* mobile screen  */
@media only screen and (min-width : 321px) and (max-width : 480px) {
	.main-header {
		position: fixed;
	}
	.animate {
		animation: none;
	}
	.pos-fixed {
		position: fixed !important;
	}
	.logo-container img {
		transition: all 0.5s ease;
		width: 160px;
	}
	.header-mid {
		display: none;
	}
	.header-right {
		display: none;
	}
	.top-header{
		display: none;
	}
	.top-line {
		display: none;
	}
	
	/* 	banner css  */
	.banner-sec {
		margin-top: 113px;
	}
	.banner-img{
		height: 500px;
		object-fit: cover;
	}
	.banner-sec .banner-container {
		top: 50px;
	}
	.banner-sub-heading {
		font-size: 30px;
	}
	.banner-heading {
		font-size: 60px;
		padding: 15px 0;
		line-height: 60px;
	}
	.banner-sec::before {
		width: 100%;
		background: linear-gradient(90deg, rgba(255, 255, 255, 1) 12%, rgba(255, 255, 255, 0) 126%);
	}
	
	.about-us-right {
		padding-left: 12px;
		margin-top: 25px;
	}
	
	.about-heading {
		font-size: 26px;
	}
	.about-us-sec {
		padding: 0 0 50px;
	}
	
	.service-heading {
		font-size: 26px;
	}

	.our-service-sec {
		padding: 50px 0;
		background-color: #f2f2f2;
	}
	.choose-us-sec {
		padding: 50px 0;
	}
	.choose-heading {
		font-size: 26px;
	}
	.choose-us-right {
		margin-bottom: 40px;
	}
	.testimonial-sec {
		padding: 40px 0px 220px;
	}
	.testimonial-heading {
		font-size: 25px;
		line-height: 34px;
	}
	.sp-testimonial-free-section.swiper-initialized, .sp-testimonial-free-section:not(.swiper-initialized,.tfree-layout-grid) {
		margin: 0 0 !important;
		margin-bottom: 0px !important;
	}
	#sp-testimonial-free-wrapper-30 .sp-testimonial-free-section .sp-testimonial-client-testimonial::before {

		right: -270px;
	}
	
	.footer {
		background-repeat: no-repeat;
		padding: 340px 0 0;
		margin-top: -350px;
		background-position: center;
	}
	.footer-heading {
		margin-top: 20px;
	}
	
	.page .entry-header, .blog_page_header {
		padding: 90px 0 90px !important;
		margin: 114px 0 50px !important;
	}
	.page .entry-title, .blog_page_title {
		font-size: 26px;
	}
	.inner_title {
		margin-top: 25px;
	}
	.mt-25{
		margin-top: 25px;
	}
	.contact_right {
		margin-top: 20px;
	}
	
	.scroll-top {
		bottom: 7rem;
		right: 1rem;
	}
	.lower-footer {
		padding-bottom: 60px;
	}
	.reffer-form-container {
		padding: 25px 5px 0;
		border-radius: 20px;
	}
}
/* mobile rotate screen  */
@media only screen and (min-width : 481px) and (max-width : 767px) {
	.main-header {
		position: fixed;
	}
	.animate {
		animation: none;
	}
	.pos-fixed {
		position: fixed !important;
	}
	.logo-container img {
		transition: all 0.5s ease;
		width: 160px;
	}
	.header-mid {
		display: none;
	}
	.header-right {
		display: none;
	}
	.top-header{
		display: none;
	}
	.top-line {
		display: none;
	}
	
	/* 	banner css  */
	.banner-sec {
		margin-top: 113px;
	}
	.banner-img{
		height: 500px;
		object-fit: cover;
	}
	.banner-sec .banner-container {
		top: 50px;
	}
	.banner-sub-heading {
		font-size: 30px;
	}
	.banner-heading {
		font-size: 60px;
		padding: 15px 0;
		line-height: 60px;
	}
	.banner-sec::before {
		width: 100%;
		background: linear-gradient(90deg, rgba(255, 255, 255, 1) 12%, rgba(255, 255, 255, 0) 126%);
	}
	
	.about-us-right {
		padding-left: 12px;
		margin-top: 25px;
	}
	
	.about-heading {
		font-size: 26px;
	}
	.about-us-sec {
		padding: 0 0 50px;
	}
	
	.service-heading {
		font-size: 26px;
	}

	.our-service-sec {
		padding: 50px 0;
		background-color: #f2f2f2;
	}
	.choose-us-sec {
		padding: 50px 0;
	}
	.service-card img {
		padding: 0 8px;
		width: 100%;
	}
	.choose-heading {
		font-size: 26px;
	}
	.choose-us-right {
		margin-bottom: 40px;
	}
	.testimonial-sec {
		padding: 40px 0px 220px;
	}
	.testimonial-heading {
		font-size: 25px;
		line-height: 34px;
	}
	.sp-testimonial-free-section.swiper-initialized, .sp-testimonial-free-section:not(.swiper-initialized,.tfree-layout-grid) {
		margin: 0 0 !important;
		margin-bottom: 0px !important;
	}
	#sp-testimonial-free-wrapper-30 .sp-testimonial-free-section .sp-testimonial-client-testimonial::before {
		top: 35px;
		right: -400px;
	}
	.footer {
		background-repeat: no-repeat;
		padding: 340px 0 0;
		margin-top: -350px;
		background-position: center;
	}
	.footer-heading {
		margin-top: 20px;
	}
	
	.page .entry-header, .blog_page_header {
		padding: 90px 0 90px !important;
		margin: 114px 0 50px !important;
	}
	.page .entry-title, .blog_page_title {
		font-size: 26px;
	}
	.inner_title {
		margin-top: 25px;
	}
	.mt-25{
		margin-top: 25px;
	}
	.contact_right {
		margin-top: 20px;
	}
		.scroll-top {
		bottom: 7rem;
		right: 1rem;
	}
	.lower-footer {
		padding-bottom: 60px;
	}
}
/* 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 12 Pro */
@media only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 2) 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) {
.main-header {
		position: fixed;
	}
	.animate {
		animation: none;
	}
	.pos-fixed {
		position: fixed !important;
	}
	.logo-container img {
		transition: all 0.5s ease;
		width: 160px;
	}
	.header-mid {
		display: none;
	}
	.header-right {
		display: none;
	}
	.top-header{
		display: none;
	}
	.top-line {
		display: none;
	}
	
	/* 	banner css  */
	.banner-sec {
		margin-top: 110px;
	}
	.banner-img{
		height: 500px;
		object-fit: cover;
	}
	.banner-sec .banner-container {
		top: 50px;
	}
	.banner-sub-heading {
		font-size: 30px;
	}
	.banner-heading {
		font-size: 60px;
		padding: 15px 0;
		line-height: 60px;
	}
	.banner-sec::before {
		width: 100%;
		background: linear-gradient(90deg, rgba(255, 255, 255, 1) 12%, rgba(255, 255, 255, 0) 126%);
	}
	
	.about-us-right {
		padding-left: 12px;
		margin-top: 25px;
	}
	
	.about-heading {
		font-size: 26px;
	}
	.about-us-sec {
		padding: 0 0 50px;
	}
	
	.service-heading {
		font-size: 26px;
	}

	.our-service-sec {
		padding: 50px 0;
		background-color: #f2f2f2;
	}
	.choose-us-sec {
		padding: 50px 0;
	}
	.service-card img {
		padding: 0 8px;
		width: 100%;
	}
	.choose-heading {
		font-size: 26px;
	}
	.choose-us-right {
		margin-bottom: 40px;
	}
	.testimonial-sec {
		padding: 40px 0px 220px;
	}
	.testimonial-heading {
		font-size: 25px;
		line-height: 34px;
	}
	.sp-testimonial-free-section.swiper-initialized, .sp-testimonial-free-section:not(.swiper-initialized,.tfree-layout-grid) {
		margin: 0 0 !important;
		margin-bottom: 0px !important;
	}
	#sp-testimonial-free-wrapper-30 .sp-testimonial-free-section .sp-testimonial-client-testimonial::before {
		top: 35px;
	}
	.footer {
		background-repeat: no-repeat;
		padding: 200px 0 0;
		background-position: center;
	}
	.footer-heading {
		margin-top: 20px;
	}
	
	.page .entry-header, .blog_page_header {
		padding: 90px 0 90px !important;
		margin: 111px 0 50px !important;
	}
	.page .entry-title, .blog_page_title {
		font-size: 26px;
	}
	.mt-25{
		margin-top: 25px;
	}
	.contact_right {
		margin-top: 20px;
	}
		.scroll-top {
		bottom: 7rem;
		right: 1rem;
	}
	.lower-footer {
		padding-bottom: 60px;
	}
}
/* iPhone 14 Pro Max */
@media only screen and (min-device-width: 430px) and (max-device-width: 932px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
	.main-header {
		position: fixed;
	}
	.animate {
		animation: none;
	}
	.pos-fixed {
		position: fixed !important;
	}
	.logo-container img {
		transition: all 0.5s ease;
		width: 160px;
	}
	.header-mid {
		display: none;
	}
	.header-right {
		display: none;
	}
	.top-header{
		display: none;
	}
	.top-line {
		display: none;
	}
	
	/* 	banner css  */
	.banner-sec {
		margin-top: 110px;
	}
	.banner-img{
		height: 500px;
		width: 100%;
		object-fit: cover;
	}
	.banner-sec .banner-container {
		top: 50px;
	}
	.banner-sub-heading {
		font-size: 30px;
	}
	.banner-heading {
		font-size: 60px;
		padding: 15px 0;
		line-height: 60px;
	}
	.banner-sec::before {
		width: 100%;
		background: linear-gradient(90deg, rgba(255, 255, 255, 1) 12%, rgba(255, 255, 255, 0) 126%);
	}
	
	.about-us-right {
		padding-left: 12px;
		margin-top: 25px;
	}
	
	.about-heading {
		font-size: 26px;
	}
	.about-us-sec {
		padding: 0 0 50px;
	}
	
	.service-heading {
		font-size: 26px;
	}

	.our-service-sec {
		padding: 50px 0;
		background-color: #f2f2f2;
	}
	.choose-us-sec {
		padding: 50px 0;
	}
	.service-card img {
		padding: 0 8px;
		width: 100%;
	}
	.choose-heading {
		font-size: 26px;
	}
	.choose-us-right {
		margin-bottom: 40px;
	}
	.testimonial-sec {
		padding: 40px 0px 220px;
	}
	.testimonial-heading {
		font-size: 25px;
		line-height: 34px;
	}
	.sp-testimonial-free-section.swiper-initialized, .sp-testimonial-free-section:not(.swiper-initialized,.tfree-layout-grid) {
		margin: 0 0 !important;
		margin-bottom: 0px !important;
	}
	#sp-testimonial-free-wrapper-30 .sp-testimonial-free-section .sp-testimonial-client-testimonial::before {
		top: 35px;
	}
	.footer {
		background-repeat: no-repeat;
		padding: 200px 0 0;
		background-position: center;
	}
	.footer-heading {
		margin-top: 20px;
	}
	
	.page .entry-header, .blog_page_header {
		padding: 90px 0 90px !important;
		margin: 111px 0 50px !important;
	}
	.page .entry-title, .blog_page_title {
		font-size: 26px;
	}
	.mt-25{
		margin-top: 25px;
	}
	.contact_right {
		margin-top: 20px;
	}
		.scroll-top {
		bottom: 7rem;
		right: 1rem;
	}
	.lower-footer {
		padding-bottom: 60px;
	}
}
/* tab screen  */
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
		.main-header {
		position: fixed;
	}
	.animate {
		animation: none;
	}
	.pos-fixed {
		position: fixed !important;
	}
	.logo-container img {
		transition: all 0.5s ease;
		width: 160px;
	}
	.header-mid {
		display: none;
	}
	.header-right {
		display: none;
	}
	.top-header{
		display: none;
	}
	.top-line {
		display: none;
	}
	
	/* 	banner css  */
	.banner-sec {
		margin-top: 110px;
	}
	.banner-img{
		height: 500px;
		object-fit: cover;
	}
	.banner-sec .banner-container {
		top: 50px;
	}
	.banner-sub-heading {
		font-size: 30px;
	}
	.banner-heading {
		font-size: 60px;
		padding: 15px 0;
		line-height: 60px;
	}
	.banner-sec::before {
		width: 100%;
		background: linear-gradient(90deg, rgba(255, 255, 255, 1) 12%, rgba(255, 255, 255, 0) 126%);
	}
	
	.about-us-right {
		padding-left: 12px;
		margin-top: 25px;
	}
	
	.about-heading {
		font-size: 26px;
	}
	.about-us-sec {
		padding: 0 0 50px;
	}
	
	.service-heading {
		font-size: 26px;
	}

	.our-service-sec {
		padding: 50px 0;
		background-color: #f2f2f2;
	}
	.choose-us-sec {
		padding: 50px 0;
	}
	.choose-heading {
		font-size: 26px;
	}
	.choose-us-right {
		margin-bottom: 40px;
	}
	.testimonial-sec {
		padding: 40px 0px 220px;
	}
	.testimonial-heading {
		font-size: 25px;
		line-height: 34px;
	}
	.sp-testimonial-free-section.swiper-initialized, .sp-testimonial-free-section:not(.swiper-initialized,.tfree-layout-grid) {
		margin: 0 0 !important;
		margin-bottom: 0px !important;
	}
	#sp-testimonial-free-wrapper-30 .sp-testimonial-free-section .sp-testimonial-client-testimonial::before {

		right: -270px;
	}
	
	.footer {
		background-repeat: no-repeat;
		padding: 340px 0 0;
		margin-top: -350px;
		background-position: center;
	}
	.footer-heading {
		margin-top: 20px;
	}
	
	.page .entry-header, .blog_page_header {
		margin: 111px 0 50px !important;
	}
	.page .entry-title, .blog_page_title {
		font-size: 26px;
	}
	.mt-25{
		margin-top: 25px;
	}
	.contact_right {
		margin-top: 20px;
	}
	
	.scroll-top {
		bottom: 7rem;
		right: 1rem;
	}
	.lower-footer {
		padding-bottom: 60px;
	}
}
/* tab rotate screen  */
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
	.header-btn-container {
		margin-left: -20px;
	}
	.header-right {
		padding-bottom: 14px;
		margin-left: -15px;
	}
	.primary-navigation a {
		padding: 0 0 0 43px !important;
	}

	/* 	banner css  */
	.banner-img{
		height: 500px;
		width: 100%;
		object-fit: cover;
	}
	.banner-sec .banner-container {
		top: 50px;
	}
	.banner-heading {
		padding: 15px 0;
	}
	.banner-sec::before {
		width: 100%;
		background: linear-gradient(90deg, rgba(255, 255, 255, 1) 12%, rgba(255, 255, 255, 0) 126%);
	}
	
	.about-us-right {
		padding-left: 12px;
		margin-top: 25px;
	}
	
	.about-heading {
		font-size: 26px;
	}
	.about-us-sec {
		padding: 25px 0 50px;
	}
	
	.service-heading {
		font-size: 26px;
	}

	.our-service-sec {
		padding: 50px 0;
		background-color: #f2f2f2;
	}
	.choose-us-sec {
		padding: 50px 0;
	}
	.service-card img {
		padding: 0 8px;
		width: 100%;
	}
	.choose-heading {
		font-size: 26px;
	}
	.choose-us-right {
		margin-bottom: 40px;
	}
	.testimonial-sec {
		padding: 40px 0px 220px;
	}
	.testimonial-heading {
		font-size: 25px;
		line-height: 34px;
	}
	.sp-testimonial-free-section.swiper-initialized, .sp-testimonial-free-section:not(.swiper-initialized,.tfree-layout-grid) {
		margin: 0 0 !important;
		margin-bottom: 0px !important;
	}
	#sp-testimonial-free-wrapper-30 .sp-testimonial-free-section .sp-testimonial-client-testimonial::before {
		top: 35px;
	}
	.footer {
		background-repeat: no-repeat;
		padding: 200px 0 0;
		background-position: center;
	}
	.footer-heading {
		margin-top: 20px;
	}
	.service-link {
		padding-left: 40px;
	}
	.service-footer-heading {
		padding-left: 40px;
	}
	.mt-25{
		margin-top: 25px;
	}
	.contact_right {
		margin-top: 20px;
	}
}

/* iPad */
@media only screen and (min-width : 810px) and (max-width : 1080px) and (orientation : portrait) {

}
/* iPad rotate*/
@media only screen and (min-width : 810px) and (max-width : 1080px) and (orientation : landscape) {
	.header-btn-container {
		margin-left: -20px;
	}
	.header-right {
		padding-bottom: 14px;
		margin-left: -15px;
	}
	.primary-navigation a {
		padding: 0 0 0 43px !important;
	}

	/* 	banner css  */
	.banner-img{
		height: 500px;
		width: 100%;
		object-fit: cover;
	}
	.banner-sec .banner-container {
		top: 50px;
	}
	.banner-heading {
		padding: 15px 0;
	}
	.banner-sec::before {
		width: 100%;
		background: linear-gradient(90deg, rgba(255, 255, 255, 1) 12%, rgba(255, 255, 255, 0) 126%);
	}
	
	.about-us-right {
		padding-left: 12px;
		margin-top: 25px;
	}
	
	.about-heading {
		font-size: 26px;
	}
	.about-us-sec {
		padding: 25px 0 50px;
	}
	
	.service-heading {
		font-size: 26px;
	}

	.our-service-sec {
		padding: 50px 0;
		background-color: #f2f2f2;
	}
	.choose-us-sec {
		padding: 50px 0;
	}
	.service-card img {
		padding: 0 8px;
		width: 100%;
	}
	.choose-heading {
		font-size: 26px;
	}
	.choose-us-right {
		margin-bottom: 40px;
	}
	.testimonial-sec {
		padding: 40px 0px 220px;
	}
	.testimonial-heading {
		font-size: 25px;
		line-height: 34px;
	}
	.sp-testimonial-free-section.swiper-initialized, .sp-testimonial-free-section:not(.swiper-initialized,.tfree-layout-grid) {
		margin: 0 0 !important;
		margin-bottom: 0px !important;
	}
	#sp-testimonial-free-wrapper-30 .sp-testimonial-free-section .sp-testimonial-client-testimonial::before {
		top: 35px;
	}
	.footer {
		background-repeat: no-repeat;
		padding: 200px 0 0;
		background-position: center;
	}
	.footer-heading {
		margin-top: 20px;
	}
	.service-link {
		padding-left: 40px;
	}
	.service-footer-heading {
		padding-left: 40px;
	}
	.mt-25{
		margin-top: 25px;
	}
	.contact_right {
		margin-top: 20px;
	}
}

/* iPad Air */
@media only screen and (min-width : 820px) and (max-width : 1180px) and (orientation : landscape) {
		.header-btn-container {
		margin-left: -20px;
	}
	.header-right {
		padding-bottom: 14px;
		margin-left: -15px;
	}
	.primary-navigation a {
		padding: 0 0 0 43px !important;
	}

	/* 	banner css  */
	.banner-img{
		height: 500px;
		width: 100%;
		object-fit: cover;
	}
	.banner-sec .banner-container {
		top: 50px;
	}
	.banner-heading {
		padding: 15px 0;
	}
	.banner-sec::before {
		width: 100%;
		background: linear-gradient(90deg, rgba(255, 255, 255, 1) 12%, rgba(255, 255, 255, 0) 126%);
	}
	
	.about-us-right {
		padding-left: 12px;
		margin-top: 25px;
	}
	
	.about-heading {
		font-size: 26px;
	}
	.about-us-sec {
		padding: 25px 0 50px;
	}
	
	.service-heading {
		font-size: 26px;
	}

	.our-service-sec {
		padding: 50px 0;
		background-color: #f2f2f2;
	}
	.choose-us-sec {
		padding: 50px 0;
	}
	.service-card img {
		padding: 0 8px;
		width: 100%;
	}
	.choose-heading {
		font-size: 26px;
	}
	.choose-us-right {
		margin-bottom: 40px;
	}
	.testimonial-sec {
		padding: 40px 0px 220px;
	}
	.testimonial-heading {
		font-size: 25px;
		line-height: 34px;
	}
	.sp-testimonial-free-section.swiper-initialized, .sp-testimonial-free-section:not(.swiper-initialized,.tfree-layout-grid) {
		margin: 0 0 !important;
		margin-bottom: 0px !important;
	}
	#sp-testimonial-free-wrapper-30 .sp-testimonial-free-section .sp-testimonial-client-testimonial::before {
		top: 35px;
	}
	.footer {
		background-repeat: no-repeat;
		padding: 200px 0 0;
		background-position: center;
	}
	.footer-heading {
		margin-top: 20px;
	}
	.service-link {
		padding-left: 40px;
	}
	.service-footer-heading {
		padding-left: 40px;
	}
	.mt-25{
		margin-top: 25px;
	}
	.contact_right {
		margin-top: 20px;
	}
}

/* iPad Pro */
@media only screen and (min-width : 1024px) and (max-width : 1366px) and (orientation : portrait) {

}

/* 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) {
	.banner-img {
		width: 100%;
	}
}

@media screen and (min-width: 1624px) {
	.banner-container {
		top: 170px;
	}
}

@media screen and (min-width: 1920px) {
	.top-line {
		width: 67.8%;
	}
	.banner-container {
		top: 190px;
	}
	.banner-img {
		width: 100%;
	}
	.banner-text {
		font-size: 18px;
	}
	.testimonial-sec {
		padding: 70px 0px 190px;
	}
	.footer {
		padding: 223px 0 0;
	}
}

@media screen and (min-width: 2048px) {
	.banner-container {
		top: 250px;
		max-width: 580px;
	}
	.banner-heading {
		font-size: 110px;
	}
	.banner-text {
		font-size: 20px;
	}
}

@media screen and (min-width: 2550px) {
	.top-line {
		width: 63.8%;
	}
	.footer {
		padding: 270px 0 0;
	}
} 