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

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

ul {
  list-style: none;
}

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

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

.f-14 {
  font-size: 14px;
}



/* top header css here  */
.top-header {
  padding: 12px 0;
  background-color: #222b40;
}

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

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

.top-header-text {
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
}

.h-social-media-container {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: end;
}

/* main header section css here  */
.main-header {
  background-color: #ffffff;
  transition: all 0.5s ease;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

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

.pos-fixed {
  position: sticky;
}

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

  to {
    transform: translateY(0);
  }
}

.logo-container {
  padding: 10px 0;
}

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

.main-header ul {
  align-items: center;
  position: relative;
  padding-left: 30px;
}

.main-header ul li a {
  font-size: 16px;
  color: #222b40;
  font-weight: 500;
  transition: all 0.5s ease;
  padding-right: 35px;
}

.link-active a {
  color: #138fbd !important;
}

.link-active,
.main-header ul li a:hover {
  color: #138fbd;
}


.header-btn {
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  border-radius: 27px;
  padding: 15px 30px;
  text-align: center;
  background-image: linear-gradient(92deg, #212b3f 0%, #138fbd 100%);
}

.header-btn:hover {
  background-image: linear-gradient(92deg, #138fbd 0%, #212b3f 100%);
}

/* banner css here  */
.banner {
  position: relative;
}

.banner::before {
  content: "";
  background: linear-gradient(90deg, #222b40 0%, #ffffff00 100%);
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.banner .banner-main-container {
  position: absolute;
  top: 140px;
  max-width: 509px;
}

.banner-sub-heading-container {
  display: flex;
  align-items: end;
  gap: 10px;
}

.banner-sub-heading {
  font-size: 28px;
  color: #ffffff;
  font-weight: 500;
  line-height: 1;
}

.banner-heading {
  font-size: 50px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: bold;
  font-family: "Oswald" !important;
  line-height: 1.2;
  padding: 10px 0px 15px;
}

.banner-text {
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
}

.banner-btn-container {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
}

.banner-btn-1 {
  padding: 15px 30px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  font-family: "Poppins";
  text-align: center;
  border-radius: 27px;
  background-color: #1e87b1;
  transition: all 0.5s ease;
}

.banner-btn-1:hover {
  color: #1e87b1;
  background-color: #ffffff;
}

.banner-btn-2 {
  padding: 15px 30px;
  font-size: 16px;
  color: #1e87b1;
  font-weight: 500;
  font-family: "Poppins";
  text-align: center;
  border-radius: 27px;
  background-color: #ffffff;
  transition: all 0.5s ease;
}

.banner-btn-2:hover {
  color: #fdfdfd;
  background-color: #1e87b1;
}


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

.mt-10 {
  margin-top: 10px;
}

.about-right-container {
  padding-left: 23px;
}

.about-heading {
  font-size: 48px;
  text-transform: uppercase;
  color: #222b40;
  font-weight: 700;
  font-family: "Oswald" !important;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}

.about-text {
  font-size: 16px;
  line-height: 28px;
  color: #222b40;
}

.about-btn {
  font-size: 16px;
  width: fit-content;
  padding: 15px 30px;
  margin-top: 15px;
  color: #ffffff;
  font-weight: 500;
  border-radius: 27px;
  background-image: linear-gradient(92deg, #212b3f 0%, #138fbd 100%);
  transition: all 0.5s ease;
}

.about-btn:hover {
  background-image: linear-gradient(92deg, #138fbd 0%, #212b3f 100%);
}

/* our-services-sec css here */

.our-services-sec {
	background: url("../images/our_service_bg.jpg") no-repeat;
	background-size: cover;
	background-position: center;
	padding: 100px 50px;
}

.our-services-heading {
  font-size: 48px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  font-family: "Oswald" !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 30px;
}

.our-service-card {
	border-radius: 20px;
	padding: 45px 30px;
	opacity: 0.902;
	background: url("../images/our-service-card-icon.png") #ffffff no-repeat;
	background-position: top right;
	min-height: 100%;
}

.our-services-card-heading {
  font-size: 22px;
  text-transform: uppercase;
  color: #233046;
  font-weight: 700;
  font-family: "Oswald" !important;
  margin: 30px 0 10px;
}

.our-services-card-text {
  font-size: 14px;
  line-height: 21px;
  color: #233046;
  margin-bottom: 15px;
}

.our-services-card-btn {
  font-size: 12px;
  color: #ffffff;
  width: fit-content;
  padding: 10px 20px;
  font-weight: 500;
  border-radius: 20px;
  background-image: linear-gradient(92deg, #212b3f 0%, #138fbd 100%);
}

.our-services-card-btn:hover {
  background-image: linear-gradient(92deg, #138fbd 0%, #212b3f 100%);
}

/* why-choose-us-sec css here  */
.why-choose-us-sec {
  padding: 70px 0;
}

.why-choose-us-heading {
  font-size: 48px;
  text-transform: uppercase;
  color: #222b40;
  font-weight: bold;
  font-family: "Oswald" !important;
  text-align: center;
  margin-bottom: 40px;
}

.why-choose-us-right-container {
  border-radius: 20px;
  background-color: #e4f7fe;
  padding: 25px 20px;
}

.why-choose-us-card {
  border-radius: 20px;
  background-color: #0895c6;
  display: flex;
  align-items: center;
  gap: 17px;
  padding: 18px 15px;
}

.why-choose-us-card-heading {
  font-size: 18px;
  color: #ffffff;
  font-weight: 600;
  line-height: 1;
}

.why-choose-us-card-text {
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
  margin-top: 10px;
  padding-right: 30px
}

.mb-15 {
  margin-bottom: 18px;
}

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

.testimonial-heading {
  font-size: 48px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: bold;
  font-family: "Oswald" !important;
  text-align: center;
  margin-bottom: 40px;
}

#sp-testimonial-free-wrapper-27 .sp-testimonial-free {
  background: #ffffff !important;
  border-radius: 20px !important;
  padding: 35px 20px;
  opacity: 0.800;
}
.sp-testimonial-free-section .sp-testimonial-client-testimonial, .sp-testimonial-free-section .sp-testimonial-client-testimonial p {
  color: #222b40;
  line-height: 30px !important;
  margin: 60px 0 5px 0 !important;
  position: relative;
}
.sp-testimonial-free-section .sp-testimonial-client-name {
  text-align: end !important;
  padding-right: 25px !important;
}
#sp-testimonial-free-wrapper-27 .sp-testimonial-free-section .sp-testimonial-client-testimonial::before{
  content: url("../images/rating-icon-img.png");
  position: absolute;
  top: -40px;
  left: 166px;
}

/* footer */
footer {
  background-color: #ffffff;
}

.footer-main-links{
  padding: 70px 0 50px;
}

.lower-footer {
  background-color: #fff;
  color: #1e1e1e;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  padding: 25px 0;
  transition: all 0.5s ease;
  border-top: 1px solid #e6e6e6;
}
.footer-social-media-links{
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
}

.footer ul li , .footer ul li a{
  transition: all 0.3s ease;
  color: #070707;
  font-size: 15px;
}

.footer ul li a:hover{
  color: #0595c7;
}

.footer-heading{
  font-size: 20px;
  color: #0595c7;
  font-weight: bold;
  padding-bottom: 15px;
}

.menu-container {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  margin-left: -15px;
  padding-left: 40px;
	height: 100%;
}

.menu-container ul li{
  padding-bottom: 10px; 
}

.menu-container ul li a{
  font-weight: 600;
}

.contact-container ul li{
  padding-bottom: 17px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.contact-container {
  border-right: 1px solid #e6e6e6;
  margin-right: 40px;
  padding-left: 25px;
}
.services-container {
  margin-left: -30px;
}
.services-container ul li{
  padding-bottom: 10px;
}




.lower-footer a {
  transition: all 0.3s ease;
}

.lower-footer a:hover {
  color: #0895c6;
}



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


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

.page .entry-header,
.blog_page_header {
  background: url("../images/banner-img.jpg") #eee no-repeat !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: #0895c6;
  position: relative;
  font-size: 15px;
}

.breadcrumb-container a {
  color: #0895c6;
}

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

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

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

.inner_bottm_sec {
/*     background: #138fbd; */
	background-image: linear-gradient(92deg, #212b3f 0%, #138fbd 100%);
    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: #138fbd;
}

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

.contact_page_heading strong {
    color: #138fbd;
}

.contact_page_info {
    position: relative;
    color: #000;
    margin-top: 25px;
    padding-left: 60px;
}
.contact-text a{
    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;
}
.contact-page input{
	border-radius: 10px;
	width: 100%;
	padding-left: 15px;
	border: 1px solid #138fbd;	
}
.contact-page textarea{
	height: 100px;
	border-radius: 10px;
	padding-left: 15px;
	border: 1px solid #138fbd;
}
.contact-page input[type="submit"]{
	font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    border-radius: 27px;
    padding: 15px 40px;
	width: fit-content;
    text-align: center;
    background-image: linear-gradient(92deg, #212b3f 0%, #138fbd 100%);
}
.contact-page input[type="submit"]:hover{
	background-image: linear-gradient(92deg, #138fbd 0%, #212b3f 100%);
}

.testimonial-page .sp-testimonial-free {
    background: #ffffff !important;
    border-radius: 20px !important;
    padding: 35px 20px;
    opacity: 0.800;
    box-shadow: 0 0 5px #b7b7b7;
    margin: 3px;
}
.testimonial-page .hentry {
    margin: 0 auto 25px !important;
}
#sp-testimonial-free-wrapper-117 .sp-testimonial-free-section .sp-testimonial-client-testimonial::before {
    content: url("../images/rating-icon-img.png");
    position: absolute;
    top: -40px;
    left: 190px;
}

/* referral form css here  */

.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 #138fbd;
	border-radius: 10px;
	color: #2b2b2b;
	padding: 10px 20px;
}

.referral-form-textarea textarea {
	width: 100%;
	border: 1px solid #138fbd;
	border-radius: 10px;
	color: #2b2b2b;
	padding: 10px 20px;
	height: 100px;
}

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

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

.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;
    color: #ffffff;
    font-weight: 500;
    border-radius: 27px;
    padding: 15px 40px;
    text-align: center;
    background-image: linear-gradient(92deg, #212b3f 0%, #138fbd 100%);
}

.refer-form-submit-btn input[type="submit"]:hover {
	background-image: linear-gradient(92deg, #138fbd 0%, #212b3f 100%);
}

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


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

.footer_btn1 {
    background: #138fbd;
    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: #212b3f;
    width: 50%;
    float: left;
    color: #fff !important;
    padding: 10px 0;
    text-decoration: none !important;
    text-transform: capitalize;
}

/* thank you page   */
.thankyou-btn {
    border-radius: 27px;
    background-image: linear-gradient(92deg, #212b3f 0%, #138fbd 100%);
    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-image: linear-gradient(92deg, #138fbd 0%, #212b3f 100%);
}
.thankyou-text {
    font-size: 18px;
    font-weight: 500;
    padding-top: 20px;
}

.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: 27px;
	background-image: linear-gradient(92deg, #212b3f 0%, #138fbd 100%);
	transition: all 0.8s ease !important;
	cursor: pointer;
	color: #fff;
	font-weight: 600;
	position: relative;
	display: inline-block;
	white-space: nowrap;
	padding: 15px 30px;
}
.common-btn1:hover {
	color: #fff;
    background-image: linear-gradient(92deg, #138fbd 0%, #212b3f 100%);
}
/* 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) {
	/* 	top header css  */
	.main-header {
		position: fixed;
	}
	.animate {
		animation: none;
	}
	
	.main-header-mid {
		display: none;
	}
	.main-header-right {
		display: none;
	}
	.logo-container img {
		width: 200px;
	}


	/* 	banner css  */
	.banner {
		margin-top: 65px;
	}
	.banner-img{
		height: 430px;
		object-fit: cover;
	}
	.banner::before {
		background: linear-gradient(90deg, #222b40 17%, #ffffff00 128%);
	}
	.banner .banner-main-container {
		top: 50px;
	}
	.banner-sub-heading {
		font-size: 25px;
	}
	.banner-heading {
		font-size: 33px;
		padding: 15px 0;
	}

	/* 	about css  */
	.about-sec {
		padding: 50px 0;
	}
	.about-right-container {
		padding-left: 0;
		margin-top: 35px;
	}
	.about-heading {
		font-size: 35px;
	}

	/* 	our-services-sec css */
	.our-services-sec {
		padding: 60px 10px;
	}
	.our-services-heading {
		font-size: 33px;
	}

	/* 	why-choose-us css */
	.why-choose-us-sec {
		padding: 50px 0;
	}
	.why-choose-us-heading {
		font-size: 35px;
		margin-bottom: 20px;
	}
	.why-choose-us-card {
		flex-direction: column;
		align-items: start;
	}
	.why-choose-us-card-text {
		padding-right: 0;
	}

	/* 	testimonial css  */
	.testimonial-sec {
		padding: 50px 0;
	}
	.testimonial-heading {
		font-size: 35px;
	}
	.sp-testimonial-free-section.swiper-initialized, .sp-testimonial-free-section:not(.swiper-initialized,.tfree-layout-grid) {

		margin: 0 !important;
	}
	#sp-testimonial-free-wrapper-27 .sp-testimonial-free-section .sp-testimonial-client-testimonial::before {
		left: 90px;
	}
	
	/* 	footer css */
	.footer {
		overflow: hidden;
	}
	.footer-main-links {
		padding: 50px 0;
	}
	.image-container {
		padding-left: 20px;
		margin-bottom: 30px;
	}
	.menu-container {
		border-left: 0;
		border-right: 0;
		margin-left: 0;
		padding-top: 20px;
		margin: 0 20px;
		padding-left: 0;
		border-top: 1px solid #e6e6e6;
	}
	.contact-container {
		border-right: 0;
		margin-right: 20px;
		margin-left: 20px;
		margin-top: 15px;
		padding-left: 0;
		padding-top: 15px;
		border-top: 1px solid #eeee;
	}
	.services-container {
		margin-left: 20px;
		margin-right: 20px;
		border-top: 1px solid #eee;
		margin-top: 15px;
		padding-top: 15px;
	}
		.lower-footer {
		padding: 25px 15px 60px;
	}
	
	/* 	inner page css start here  */
	.page .entry-header, .blog_page_header {
		padding: 80px 0 80px !important;
		margin: 67px 0 50px !important;
	}
	.page .entry-title, .blog_page_title {
		font-size: 30px;
	}
	.inner_title {
		font-size: 22px;
		margin-top: 25px;
	}
	.inner_txt {
		font-size: 15px;
	}

	/* 	testimonial page */
	#sp-testimonial-free-wrapper-117 .sp-testimonial-free-section .sp-testimonial-client-testimonial::before {
		content: url("../images/rating-icon-img.png");
		position: absolute;
		top: -40px;
		left: 90px;
	}
	
	/* 	contact page */
	.contact_right {
		margin-top: 30px;
	}
	.inner_mt {
		margin-top: 30px;
	}
	
	/* 	reffer css */
	.reffer-form-container {
		padding: 40px 0px 0;
	}
	.referral-form-heading {
		font-size: 23px;
	}
}
/* mobile rotate screen  */
@media only screen and (min-width : 481px) and (max-width : 767px) {
	/* 	top header css  */
	.main-header {
		position: fixed;
	}
	.animate {
		animation: none;
	}
	.main-header-mid {
		display: none;
	}
	.main-header-right {
		display: none;
	}
	.logo-container img {
		width: 200px;
	}
	
	/* 	banner css  */
		.banner {
		margin-top: 65px;
	}
	.banner-img{
		height: 360px;
		object-fit: cover;
	}
	.banner::before {
		background: linear-gradient(90deg, #222b40 17%, #ffffff00 128%);
	}
	.banner .banner-main-container {
		top: 50px;
	}
	.banner-sub-heading {
		font-size: 25px;
	}
	.banner-heading {
		font-size: 33px;
		padding: 15px 0;
	}
	
	/* 	about css  */
	.about-sec {
		padding: 50px 0;
	}
	.about-right-container {
		padding-left: 0;
		margin-top: 35px;
	}
	.about-heading {
		font-size: 35px;
	}
	
	/* 	our-services-sec css */
	.our-services-sec {
		padding: 60px 10px;
	}
	.our-services-heading {
		font-size: 33px;
	}
	
	/* 	why-choose-us css */
	.why-choose-us-sec {
		padding: 50px 0;
	}
	.why-choose-us-heading {
		font-size: 35px;
		margin-bottom: 20px;
	}
	.why-choose-us-right-container {
		margin-top: 25px;
	}
	
	/* 	testimonial css  */
	.testimonial-sec {
		padding: 50px 0;
	}
	.testimonial-heading {
		font-size: 35px;
	}
	.sp-testimonial-free-section.swiper-initialized, .sp-testimonial-free-section:not(.swiper-initialized,.tfree-layout-grid) {

		margin: 0 !important;
	}
	#sp-testimonial-free-wrapper-27 .sp-testimonial-free-section .sp-testimonial-client-testimonial::before {
		left: 180px;
	}
	/* 	footer css */
	.footer {
		overflow: hidden;
	}
	.footer-main-links {
		padding: 50px 0 10px;
	}
	.footer .col-sm-12 {
		flex: 0 0 auto;
		width: 50%;
	}
	.menu-container {
		border-left: 1px solid #e6e6e6;
		border-right: 0;
		margin-left: 30px;
		padding-left: 30px;
	}
	.contact-container {
		border-right: 0;
		margin-right: 0;
		padding-left: 0;
		margin-top: 25px;
	}
	.services-container {
		border-left: 1px solid #e6e6e6;
		margin-left: 30px;
		padding-left: 30px;
		margin-top: 25px;
	}
	.lower-footer {
		padding: 25px 25px 60px;
	}
	
	/* 	inner page css start here  */
	.inner_mt {
		margin-top: 30px;
	}
	.page .entry-header, .blog_page_header {
		padding: 90px 0 90px !important;
		margin: 67px 0 50px !important;
	}
	.page .entry-title, .blog_page_title {
		font-size: 30px;
	}
	.inner_title {
		font-size: 22px;
		margin-top: 25px;
	}
	.inner_txt {
		font-size: 15px;
	}
	/* 	contact page */
	.contact_right {
		margin-top: 30px;
	}
	
		/* 	reffer css */
	.reffer-form-container {
		padding: 40px 0px 0;
	}
	.referral-form-heading {
		font-size: 23px;
	}
}
/* 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: portrait){
	.why-choose-us-right-container {
		margin-top: 25px;
	}
}
/* iPhone XR Rotate screen*/
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
/* 	top header css  */
	.main-header {
		position: fixed;
	}
	.animate {
		animation: none;
	}
	.main-header-mid {
		display: none;
	}
	.main-header-right {
		display: none;
	}
	.logo-container img {
		width: 200px;
	}
	
	/* 	banner css  */
		.banner {
		margin-top: 57px;
	}
	.banner-img{
		width: 100%;
		height: 360px;
		object-fit: cover;
	}
	.banner::before {
		background: linear-gradient(90deg, #222b40 17%, #ffffff00 128%);
	}
	.banner .banner-main-container {
		top: 50px;
	}
	.banner-sub-heading {
		font-size: 25px;
	}
	.banner-heading {
		font-size: 33px;
		padding: 15px 0;
	}
	
	/* 	about css  */
	.about-sec {
		padding: 50px 0;
	}
	.about-right-container {
		padding-left: 0;
		margin-top: 35px;
	}
	.about-heading {
		font-size: 35px;
	}
	
	/* 	our-services-sec css */
	.our-services-sec {
		padding: 60px 10px;
	}
	.our-services-heading {
		font-size: 33px;
	}
	
	/* 	why-choose-us css */
	.why-choose-us-sec {
		padding: 50px 0;
	}
	.why-choose-us-heading {
		font-size: 35px;
		margin-bottom: 20px;
	}
	.why-choose-us-card-text {
		padding-right: 0px;
	}

	/* 	testimonial css  */
	.testimonial-sec {
		padding: 50px 0;
	}
	.testimonial-heading {
		font-size: 35px;
	}
	.sp-testimonial-free-section.swiper-initialized, .sp-testimonial-free-section:not(.swiper-initialized,.tfree-layout-grid) {

		margin: 0 !important;
	}
	#sp-testimonial-free-wrapper-27 .sp-testimonial-free-section .sp-testimonial-client-testimonial::before {
		left: 90px;
	}
	/* 	footer css */
	.footer {
		overflow: hidden;
	}
	.footer-main-links {
		padding: 50px 0 10px;
	}
	.footer .col-sm-12 {
		flex: 0 0 auto;
		width: 50%;
	}
	.menu-container {
		border-left: 1px solid #e6e6e6;
		border-right: 0;
		margin-left: 30px;
		padding-left: 30px;
	}
	.contact-container {
		border-right: 0;
		margin-right: 0;
		padding-left: 0;
		margin-top: 25px;
	}
	.services-container {
		border-left: 1px solid #e6e6e6;
		margin-left: 30px;
		padding-left: 30px;
		margin-top: 25px;
	}
	.lower-footer {
		padding: 25px 25px 60px;
	}
	
	/* 	inner page css start here  */
	.inner_mt {
		margin-top: 30px;
	}
	.page .entry-header, .blog_page_header {
		padding: 90px 0 90px !important;
		margin: 57px 0 50px !important;
	}
	.page .entry-title, .blog_page_title {
		font-size: 30px;
	}
	.inner_title {
		font-size: 22px;
	}
	.inner_txt {
		font-size: 15px;
	}
	#sp-testimonial-free-wrapper-117 .sp-testimonial-free-section .sp-testimonial-client-testimonial::before {
		left: 90px;
	}
	/* 	reffer css */
	.reffer-form-container {
		padding: 40px 0px 0;
	}
	.referral-form-heading {
		font-size: 23px;
	}
}

/* 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: portrait) {
	.why-choose-us-right-container {
		margin-top: 25px;
	}
}
/* iPhone 12 Pro  Rotate screen*/
@media only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
/* 	top header css  */
	.main-header {
		position: fixed;
	}
	.animate {
		animation: none;
	}
	.main-header-mid {
		display: none;
	}
	.main-header-right {
		display: none;
	}
	.logo-container img {
		width: 200px;
	}
	
	/* 	banner css  */
		.banner {
		margin-top: 57px;
	}
	.banner-img{
		width: 100%;
		height: 360px;
		object-fit: cover;
	}
	.banner::before {
		background: linear-gradient(90deg, #222b40 17%, #ffffff00 128%);
	}
	.banner .banner-main-container {
		top: 50px;
	}
	.banner-sub-heading {
		font-size: 25px;
	}
	.banner-heading {
		font-size: 33px;
		padding: 15px 0;
	}
	
	/* 	about css  */
	.about-sec {
		padding: 50px 0;
	}
	.about-right-container {
		padding-left: 0;
		margin-top: 35px;
	}
	.about-heading {
		font-size: 35px;
	}
	
	/* 	our-services-sec css */
	.our-services-sec {
		padding: 60px 10px;
	}
	.our-services-heading {
		font-size: 33px;
	}
	
	/* 	why-choose-us css */
	.why-choose-us-sec {
		padding: 50px 0;
	}
	.why-choose-us-heading {
		font-size: 35px;
		margin-bottom: 20px;
	}
	.why-choose-us-card-text {
		padding-right: 0px;
	}

	/* 	testimonial css  */
	.testimonial-sec {
		padding: 50px 0;
	}
	.testimonial-heading {
		font-size: 35px;
	}
	.sp-testimonial-free-section.swiper-initialized, .sp-testimonial-free-section:not(.swiper-initialized,.tfree-layout-grid) {

		margin: 0 !important;
	}
	#sp-testimonial-free-wrapper-27 .sp-testimonial-free-section .sp-testimonial-client-testimonial::before {
		left: 90px;
	}
	/* 	footer css */
	.footer {
		overflow: hidden;
	}
	.footer-main-links {
		padding: 50px 0 10px;
	}
	.footer .col-sm-12 {
		flex: 0 0 auto;
		width: 50%;
	}
	.menu-container {
		border-left: 1px solid #e6e6e6;
		border-right: 0;
		margin-left: 30px;
		padding-left: 30px;
	}
	.contact-container {
		border-right: 0;
		margin-right: 0;
		padding-left: 0;
		margin-top: 25px;
	}
	.services-container {
		border-left: 1px solid #e6e6e6;
		margin-left: 30px;
		padding-left: 30px;
		margin-top: 25px;
	}
	.lower-footer {
		padding: 25px 25px 60px;
	}
	
	/* 	inner page css start here  */
	.inner_mt {
		margin-top: 30px;
	}
	.page .entry-header, .blog_page_header {
		padding: 90px 0 90px !important;
		margin: 57px 0 50px !important;
	}
	.page .entry-title, .blog_page_title {
		font-size: 30px;
	}
	.inner_title {
		font-size: 22px;
	}
	.inner_txt {
		font-size: 15px;
	}
	#sp-testimonial-free-wrapper-117 .sp-testimonial-free-section .sp-testimonial-client-testimonial::before {
		left: 90px;
	}
	/* 	reffer css */
	.reffer-form-container {
		padding: 40px 0px 0;
	}
	.referral-form-heading {
		font-size: 23px;
	}
}

/* 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) {
	/* 	top header css  */
	.main-header {
		position: fixed;
	}
	.animate {
		animation: none;
	}
	.main-header-mid {
		display: none;
	}
	.main-header-right {
		display: none;
	}
	.logo-container img {
		width: 200px;
	}
	
	/* 	banner css  */
		.banner {
		margin-top: 57px;
	}
	.banner-img{
		width: 100%;
		height: 360px;
		object-fit: cover;
	}
	.banner::before {
		background: linear-gradient(90deg, #222b40 17%, #ffffff00 128%);
	}
	.banner .banner-main-container {
		top: 50px;
	}
	.banner-sub-heading {
		font-size: 25px;
	}
	.banner-heading {
		font-size: 33px;
		padding: 15px 0;
	}
	
	/* 	about css  */
	.about-sec {
		padding: 50px 0;
	}
	.about-right-container {
		padding-left: 0;
		margin-top: 35px;
	}
	.about-heading {
		font-size: 35px;
	}
	
	/* 	our-services-sec css */
	.our-services-sec {
		padding: 60px 10px;
	}
	.our-services-heading {
		font-size: 33px;
	}
	
	/* 	why-choose-us css */
	.why-choose-us-sec {
		padding: 50px 0;
	}
	.why-choose-us-heading {
		font-size: 35px;
		margin-bottom: 20px;
	}
	.why-choose-us-card-text {
		padding-right: 0px;
	}

	/* 	testimonial css  */
	.testimonial-sec {
		padding: 50px 0;
	}
	.testimonial-heading {
		font-size: 35px;
	}
	.sp-testimonial-free-section.swiper-initialized, .sp-testimonial-free-section:not(.swiper-initialized,.tfree-layout-grid) {

		margin: 0 !important;
	}
	#sp-testimonial-free-wrapper-27 .sp-testimonial-free-section .sp-testimonial-client-testimonial::before {
		left: 90px;
	}
	/* 	footer css */
	.footer {
		overflow: hidden;
	}
	.footer-main-links {
		padding: 50px 0 10px;
	}
	.footer .col-sm-12 {
		flex: 0 0 auto;
		width: 50%;
	}
	.menu-container {
		border-left: 1px solid #e6e6e6;
		border-right: 0;
		margin-left: 30px;
		padding-left: 30px;
	}
	.contact-container {
		border-right: 0;
		margin-right: 0;
		padding-left: 0;
		margin-top: 25px;
	}
	.services-container {
		border-left: 1px solid #e6e6e6;
		margin-left: 30px;
		padding-left: 30px;
		margin-top: 25px;
	}
	.lower-footer {
		padding: 25px 25px 60px;
	}
	
	/* 	inner page css start here  */
	.inner_mt {
		margin-top: 30px;
	}
	.page .entry-header, .blog_page_header {
		padding: 90px 0 90px !important;
		margin: 57px 0 50px !important;
	}
	.page .entry-title, .blog_page_title {
		font-size: 30px;
	}
	.inner_title {
		font-size: 22px;
	}
	.inner_txt {
		font-size: 15px;
	}
	#sp-testimonial-free-wrapper-117 .sp-testimonial-free-section .sp-testimonial-client-testimonial::before {
		left: 90px;
	}
	/* 	reffer css */
	.reffer-form-container {
		padding: 40px 0px 0;
	}
	.referral-form-heading {
		font-size: 23px;
	}
}
/* tab screen  */
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
	/* 	top header css  */
	.main-header {
		position: fixed;
	}
	.animate {
		animation: none;
	}
	.header-justify {
    justify-content: space-between;
}
	.main-header-mid {
		display: none;
	}
	.main-header-right {
/* 		display: none; */
	}
	.main-header .col-md-3 {
		width: 40%;
	}

	#rmp_menu_trigger-138 {
		top: 10px !important;
	}

	/* 	banner css  */
	.banner {
		margin-top: 82px;
	}
	.banner-img{
		height: 400px;
		object-fit: cover;
	}
	.banner::before {
		background: linear-gradient(90deg, #222b40 17%, #ffffff00 128%);
	}
	.banner .banner-main-container {
		top: 70px;
	}
	.banner-sub-heading {
		font-size: 25px;
	}
	.banner-heading {
		font-size: 33px;
		padding: 15px 0;
	}
	.header-btn {
		margin-left: -100px;
		width: fit-content;
		padding: 15px 40px;
	}

	/* 	about css  */
	.about-sec {
		padding: 50px 0;
	}
	.about-right-container {
		padding-left: 0;
		margin-top: 35px;
	}
	.about-heading {
		font-size: 35px;
	}

	/* 	our-services-sec css */
	.our-services-sec {
		padding: 60px 10px;
	}
	.our-services-heading {
		font-size: 33px;
	}

	/* 	why-choose-us css */
	.why-choose-us-sec {
		padding: 50px 0;
	}
	.why-choose-us-heading {
		font-size: 35px;
		margin-bottom: 20px;
	}
	.why-choose-us-right-container {
		margin-top: 0px;
	}
	.why-choose-us-card {
		flex-direction: column;
		align-items: start;
	}
	.why-choose-us-card-text {
		padding-right: 0;
	}

	/* 	testimonial css  */
	.testimonial-sec {
		padding: 50px 0;
	}
	.testimonial-heading {
		font-size: 35px;
	}
	.sp-testimonial-free-section.swiper-initialized, .sp-testimonial-free-section:not(.swiper-initialized,.tfree-layout-grid) {

		margin: 0 !important;
	}
	#sp-testimonial-free-wrapper-27 .sp-testimonial-free-section .sp-testimonial-client-testimonial::before {
		left: 90px;
	}
	
	/* 	footer css */
	.footer {
		overflow: hidden;
	}
	.footer-main-links {
		padding: 50px 0;
	}
	.image-container {
		padding-left: 20px;
		margin-bottom: 30px;
	}
	.menu-container {
        /* border-left: 0; */
        border-right: 0;
        margin-left: 0;
        padding-top: 20px;
        /* margin: 0 20px; */
        padding-left: 30px;
        border-left: 1px solid #e6e6e6;
    }
	.contact-container {
		border-right: 0;
		margin-right: 20px;
		margin-left: 20px;
		margin-top: 15px;
		padding-left: 0;
		padding-top: 15px;
		border-top: 0;
	}
	.services-container {
		margin-left: 0px;
		/* margin-right: 20px; */
		border-left: 1px solid #e6e6e6;
		margin-top: 15px;
		padding-top: 15px;
		padding-left: 29px;
	}
	.lower-footer {
		padding: 25px 15px 60px;
	}
	
	/* 	inner page css start here  */
	.page .entry-header, .blog_page_header {
		padding: 110px 0 110px !important;
        margin: 84px 0 50px !important;
	}
	.page .entry-title, .blog_page_title {
		font-size: 30px;
	}
	.inner_title {
		font-size: 22px;
	}
	.inner_txt {
		font-size: 15px;
	}

	/* 	testimonial page */
	#sp-testimonial-free-wrapper-117 .sp-testimonial-free-section .sp-testimonial-client-testimonial::before {
		content: url("../images/rating-icon-img.png");
		position: absolute;
		top: -40px;
		left: 90px;
	}
	
	/* 	contact page */
	.contact_right {
		margin-top: 30px;
	}
	.inner_mt {
		margin-top: 30px;
	}
}
/* tab rotate screen  */
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
	.main-header ul li a {
		font-size: 14px;
		padding-right: 27px;
	}
	.primary-navigation .menu-item-has-children > a:after, .primary-navigation .page_item_has_children > a:after {
		right: 12px !important;
	}
	/* 	banner css  */
	.banner-img{
		object-fit: cover;
	}
	.banner::before {
		background: linear-gradient(90deg, #222b40 17%, #ffffff00 128%);
	}
	.banner .banner-main-container {
		top: 60px;
	}
	.banner-heading {
		font-size: 42px;
		padding: 15px 0;
	}
	.banner-text {
		font-size: 15px;
	}
	/* 	about css  */
	.about-sec {
		padding: 50px 0;
	}
	.about-right-container {
		padding-left: 0;
		margin-top: 35px;
	}
	.about-heading {
		font-size: 35px;
	}
	/* 	our-services-sec css */
	.our-services-sec {
		padding: 60px 10px;
	}
	.our-services-heading {
		font-size: 42px;
	}
	/* 	why-choose-us css */
	.why-choose-us-sec {
		padding: 50px 0;
	}
	/* 	testimonial css  */
	.testimonial-sec {
		padding: 50px 0;
	}
	.testimonial-heading {
		font-size: 35px;
	}
	.sp-testimonial-free-section.swiper-initialized, .sp-testimonial-free-section:not(.swiper-initialized,.tfree-layout-grid) {

		margin: 0 !important;
	}
	#sp-testimonial-free-wrapper-27 .sp-testimonial-free-section .sp-testimonial-client-testimonial::before {
		left: 150px;
	}
	.menu-container {
		border-left: 1px solid #e6e6e6;
		border-right: 0;
		margin-left: -50px;
		padding-left: 30px;
	}
	.contact-container {
		border-right: 0;
		margin-right: 40px;
		padding-left: 25px;
		margin-left: -50px;
		border-left: 1px solid #e6e6e6;
	}
	.services-container {
		margin-left: -30px;
		border-left: 1px solid #e6e6e6;
		padding-left: 35px;
	}
	.page .entry-header, .blog_page_header {
		padding: 110px 0 110px !important;
		margin: 0px 0 50px !important;
	}
	.page .entry-title, .blog_page_title {
		font-size: 30px;
	}
	#sp-testimonial-free-wrapper-117 .sp-testimonial-free-section .sp-testimonial-client-testimonial::before {
		left: 146px;
	}
}

/* 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) {
.main-header ul li a {
		font-size: 14px;
		padding-right: 27px;
	}
	.primary-navigation .menu-item-has-children > a:after, .primary-navigation .page_item_has_children > a:after {
		right: 12px !important;
	}
	/* 	banner css  */
	.banner-img{
		object-fit: cover;
	}
	.banner::before {
		background: linear-gradient(90deg, #222b40 17%, #ffffff00 128%);
	}
	.banner .banner-main-container {
		top: 60px;
	}
	.banner-heading {
		font-size: 42px;
		padding: 15px 0;
	}
	.banner-text {
		font-size: 15px;
	}
	/* 	about css  */
	.about-sec {
		padding: 50px 0;
	}
	.about-right-container {
		padding-left: 0;
		margin-top: 35px;
	}
	.about-heading {
		font-size: 35px;
	}
	/* 	our-services-sec css */
	.our-services-sec {
		padding: 60px 10px;
	}
	.our-services-heading {
		font-size: 42px;
	}
	/* 	why-choose-us css */
	.why-choose-us-sec {
		padding: 50px 0;
	}
	/* 	testimonial css  */
	.testimonial-sec {
		padding: 50px 0;
	}
	.testimonial-heading {
		font-size: 35px;
	}
	.sp-testimonial-free-section.swiper-initialized, .sp-testimonial-free-section:not(.swiper-initialized,.tfree-layout-grid) {

		margin: 0 !important;
	}
	#sp-testimonial-free-wrapper-27 .sp-testimonial-free-section .sp-testimonial-client-testimonial::before {
		left: 150px;
	}
	.menu-container {
		border-left: 1px solid #e6e6e6;
		border-right: 0;
		margin-left: -50px;
		padding-left: 30px;
	}
	.contact-container {
		border-right: 0;
		margin-right: 40px;
		padding-left: 25px;
		margin-left: -50px;
		border-left: 1px solid #e6e6e6;
	}
	.services-container {
		margin-left: -30px;
		border-left: 1px solid #e6e6e6;
		padding-left: 35px;
	}
	.page .entry-header, .blog_page_header {
		padding: 110px 0 110px !important;
		margin: 0px 0 50px !important;
	}
	.page .entry-title, .blog_page_title {
		font-size: 30px;
	}
	#sp-testimonial-free-wrapper-117 .sp-testimonial-free-section .sp-testimonial-client-testimonial::before {
		left: 146px;
	}
}

/* iPad Air */
@media only screen and (min-width : 820px) and (max-width : 1180px) and (orientation : landscape) {
		.main-header ul li a {
		font-size: 14px;
		padding-right: 27px;
	}
	.primary-navigation .menu-item-has-children > a:after, .primary-navigation .page_item_has_children > a:after {
		right: 12px !important;
	}
	/* 	banner css  */
	.banner-img{
		object-fit: cover;
	}
	.banner::before {
		background: linear-gradient(90deg, #222b40 17%, #ffffff00 128%);
	}
	.banner .banner-main-container {
		top: 60px;
	}
	.banner-heading {
		font-size: 42px;
		padding: 15px 0;
	}
	.banner-text {
		font-size: 15px;
	}
	/* 	about css  */
	.about-sec {
		padding: 50px 0;
	}
	.about-right-container {
		padding-left: 0;
		margin-top: 35px;
	}
	.about-heading {
		font-size: 35px;
	}
	/* 	our-services-sec css */
	.our-services-sec {
		padding: 60px 10px;
	}
	.our-services-heading {
		font-size: 42px;
	}
	/* 	why-choose-us css */
	.why-choose-us-sec {
		padding: 50px 0;
	}
	/* 	testimonial css  */
	.testimonial-sec {
		padding: 50px 0;
	}
	.testimonial-heading {
		font-size: 35px;
	}
	.sp-testimonial-free-section.swiper-initialized, .sp-testimonial-free-section:not(.swiper-initialized,.tfree-layout-grid) {

		margin: 0 !important;
	}
	#sp-testimonial-free-wrapper-27 .sp-testimonial-free-section .sp-testimonial-client-testimonial::before {
		left: 150px;
	}
	.menu-container {
		border-left: 1px solid #e6e6e6;
		border-right: 0;
		margin-left: -50px;
		padding-left: 30px;
	}
	.contact-container {
		border-right: 0;
		margin-right: 40px;
		padding-left: 25px;
		margin-left: -50px;
		border-left: 1px solid #e6e6e6;
	}
	.services-container {
		margin-left: -30px;
		border-left: 1px solid #e6e6e6;
		padding-left: 35px;
	}
	.page .entry-header, .blog_page_header {
		padding: 110px 0 110px !important;
		margin: 0px 0 50px !important;
	}
	.page .entry-title, .blog_page_title {
		font-size: 30px;
	}
	#sp-testimonial-free-wrapper-117 .sp-testimonial-free-section .sp-testimonial-client-testimonial::before {
		left: 146px;
	}
}

/* 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%;
		height: 500px;
		object-fit: cover;
		object-position: top;
	}
	.banner .banner-main-container {
		max-width: 570px;
		top: 80px;
	}
	.banner-heading {
		font-size: 56px;
	}
	.banner-text {
		font-size: 16px;
	}
	#sp-testimonial-free-wrapper-27 .sp-testimonial-free-section .sp-testimonial-client-testimonial::before {
		left: 215px;
	}
	#sp-testimonial-free-wrapper-117 .sp-testimonial-free-section .sp-testimonial-client-testimonial::before {
		left: 235px;
	}
}

@media screen and (min-width: 1624px) {
	.banner-img {
		width: 100%;
		height: 600px;
		object-fit: cover;
	}
		.banner .banner-main-container {
		max-width: 570px;
		top: 130px;
	}
}

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

}

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

}

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


