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

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.eot');
    src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff'),
        url('../fonts/Poppins-Regular.ttf') format('truetype'),
        url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-weight: 400;
    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: '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;
}

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

a {
    text-decoration: none !important;
}
body {
    font-family: 'Poppins';
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   margin: 0;
   padding: 0;
   scroll-behavior: smooth;
   transition: 0.5s;
 }

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

ul li{
    list-style-type: none;
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}

/*====== Navbar Section CSS Here  =====*/

/* top header css  */
.top_header {
    background-color: #652371;
}

/* nav & navlinks csss here  */
.navbar {
    background-color: white;
}

.fixed-top {
    transition: all 0.5s ease-in-out;
    animation: slideDown 0.7s ease-in-out;
}

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

    to {
        transform: translateY(0);
    }
}

#header {
    background-color: #fff;
    z-index: 10000;
}
.header_toptext{
    font-weight: 500;
}
.navbar_icons ul li{
    display: inline-block;
    margin-right: 60px;
}
.navbar_icons ul li a{
    list-style: none;
    color: #000;
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
}

.navbar_icons ul li a:hover{
    color: #6b2975;
}
.ref-btn ,.form_box .box .btn{
    background-color: #652371;
    font-size: 16px;
    padding: 1rem 2rem;
    color: white;
    border-radius: 30px;
    font-weight: 600;
    display: inline-block;
    transition: all 500ms ease-in-out;
}
.ref-btn:hover ,.form_box .box .btn:hover{
    background: #000;
    color: #fff;
}
/*====== Hero area CSS Here  =====*/

.hero-area::before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, rgb(108 66 109 / 64%) 0%, rgb(255 255 255 / 0%) 100%);
    z-index: 10;
}

.text-container {
    top: 22%;
    z-index: 10;
}
.banner_textsmall{
    font-size: 30px;
    color: white;
    font-family: 'Hobo Std';
}
.banner_text_hd{
    font-size: 72px;
    color: white;
    font-family: 'Hobo Std';
}
.banner_textpara{
    color: #fff;
}
.banner_btn{
    background: #fff;
    color: #6b2a76;
}

/*====== About Us CSS Here  =====*/

.about-us {
    position: relative;
    background: url(../images/dots.png) no-repeat;
    padding: 110px 0 80px;
}
.about-us .heading {
    font-size: 48px;
    font-family: 'Hobo Std';
    color: #652371;

}
.about-us .para {
    font-size: 16px;
    font-weight: normal;
}
.main_text_hd{
    font-size: 48px;
    color: #652371;
    font-family: 'Hobo Std';
    text-transform: uppercase;
}

/*====== Our Services CSS Here  =====*/
.our-services {
    background: url("../images/service-bg.png");
    background-position: center;
    background-size: cover;
}
.our-services .main_text_hd {
    margin-bottom: 40px;
}
.our-services .container{
    padding-top: 85px;
    padding-bottom: 63px;
}
.service-card {
    padding: 25px 20px 30px 20px;
    min-height: 100%;
    background: #fff;
    text-align: center;
    border-radius: 15px;
}
.service-card .main_text_hd {
    font-size: 18px;
    color: #652371;
    padding: 10px 0;
    font-family: 'Hobo Std';
    text-transform: uppercase;
    margin-bottom: 0;
}
.serve_btn {
    background-color: #652371;
    font-size: 12px;
    padding: 12px 25px;
    color: white;
    border-radius: 30px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
}
.serve_btn:hover{
    background: #000;
    color: #fff;
}
/*====== About Us CSS Here  =====*/
.choose-us {
    background: url(../images/choose_bgimg.png) no-repeat;
    padding: 115px 0 80px;
}
.choose-us .choose-us-icons {
    padding: 2px;
    border: 1px solid #652371;
    border-radius: 50%;
}
.choose-us .choose-us-icons img {
    width: 150px;
}
.choose-us .main_text_hd {
    font-size: 48px;
    font-family: 'Hobo Std';
}
.choose_text_hd {
    font-size: 20px;
    color: #472e7c;
    font-family: 'Poppins';
    font-weight: 500;
}
.choose-us .para {
    font-size: 14px;
    margin-bottom: 0;
}
.choose-us-img {
    padding-left: 30px;
}

/*====== Contact Us CSS Here  =====*/

/* body>main>section.contact-us>div>div>div.col-12.col-lg-6.left {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

body>main>section.contact-us>div>div>div.col-12.col-lg-6.right {
    padding-left: 0 !important;
    padding-right: 0 !important;
} */

.contact-us .left {
    background-image: url("../images/contact-left.jpg");
    background-position: center;
    background-size: cover;
}

.contact-us .right {
    background-image: url("../images/contact-right.jpg");
    background-position: center;
    background-size: cover;
}
.contact-us .right .form_container {
    position: relative;
    width: 82%;
    padding: 3rem 0;
    padding-left: 3rem;
}
.form_box .box .form-control {
    width: 100%;
    border: none;
    border-radius: 15px;
    padding: 13px 15px;
    font-size: 14px;
    box-shadow: none;
}
.form_box .box select {
    background: url("../images/dropdown.png") #fff no-repeat center right 10px;
	width: 100%;
    border: none;
    font-size: 14px;
    color: #636363;
	min-height: 44px;
	margin-top: 2px;
	border-radius: 15px;
    padding: 13px 15px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.form_box .box textarea{
    height: 121px;
    resize: none;
}
.form_box .box .btn{
   background: #fff;
   color: #652371;
   font-weight: 600;
}
/*====== Testimonial CSS Here  =====*/
.testimonial {
    /* height: ; */
    width: 100%;
    background-image: url('../images/testimonial_bg.jpg');
    background-position: center;
    background-size: cover;
    padding-top: 70px;
    padding-bottom: 5rem;
}
.testimonial_box{
    margin-top: 45px;
}
.sp-testimonial-free-section {
    margin: 0 !important;
}
.sp-testimonial-free {
    box-shadow: 0px 0px 10px -4px #000;
    margin: 5px;
    padding: 28px;
    border-radius: 20px !important;
}
.sp-testimonial-client-image {
    width: 76px;
    margin-bottom: 10px !important;
}
.sp-testimonial-client-name {
    position: absolute;
    top: 45px;
    left: 130px;
    font-size: 18px !important;
    color: #101010 !important;
    font-weight: 600 !important;
}
.sp-testimonial-client-rating {
    position: absolute;
    top: 80px;
    left: 130px;
}
.sp-testimonial-content p {
    font-size: 14px !important;
    text-align: left !important;
    color: #101010 !important;
    padding: 0 !important;
}
/*====== Footer CSS Here  =====*/
.footer_section {
    background-color: #33053b;
    padding-left: 0;
    padding-right: 0;
}

.footer_section .sub-heading {
    font-family: 'Hobo Std';
    text-transform: uppercase;
    color: white;
    font-size: 20px;
}

.footer_section a {
    text-decoration: none;
    font-size: 16px;
}

.footer_section .service {
    padding-left: 2.5rem;
}
.footer_copytext a{
   color: #fff;
}
.footer_copytext a:hover{
    color: #ecff3d;
 }
.scroll-top {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    cursor: pointer;
    z-index: 1000;
}


/*-- inner page head --*/

.site-content, .site-main .widecolumn {
    margin-left: 0px !important;
}
.page .entry-header, .blog_page_header {
    background: url("../images/hero_bg.jpg") #fff no-repeat center !important;
    background-size: cover !important;
    max-width: 100% !important;
    padding: 150px 0 150px !important;
    margin: 0 0 0 !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: uppercase;
    z-index: 99;
    margin-bottom: 3px;
}

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

.inner_title strong {
    color: #652371;
}

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

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

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

.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 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: #652371;
    padding: 30px 20px;
    text-align: center;
	margin-top: 35px;
}

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

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

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

.contact_page_heading strong {
    color: #652371;
}
.contact-page a{
	color: #000;
	transition: all 0.5s ease;
}
.contact-page a:hover{
	color: #652371;	
}
.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,.contact-page select,.contact-page textarea{
	border: 1px solid #652371 !important;
}
.contact-page .form_box .box .btn {
    background: #652371 !important;
    color: #ffffff !important;
    font-weight: 600;
}
.contact-page .form_box .box .btn:hover{
	background: #000 !important;
}
/* thank you page   */
.thankyou-btn {
    border-radius: 27px;
    background-color: #652371;
    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-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;
}

.footer_btn1 {
    background: #6b2977;
    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: #131313;
    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;
}
.back_btn {
	margin: 35px 0;
}

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

.common-btn1 {
	background-color: #652371;
	border-radius: 30px;
	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;
}
.common-btn1:hover{
	background-color: #000000;
}
.thank_you_content{
	margin-top: 30px;
}
 /* 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;
}

.ref_form_box_input input {
	width: 100%;
	border: 1px solid #652371;
	border-radius: 10px;
	color: #2b2b2b;
	padding: 10px 20px;
}
.ref_form_box_input select {
  width: 100%;
  min-height: 44px;
  margin-top: 2px;
  border: 1px solid #652371;
  border-radius: 10px;
  color: #555;
  font-size: 15px;
  padding: 10px 30px 10px 12px;
  background: #f1f1f1;
}
.ref_form_box_input textarea {
	width: 100%;
	border: 1px solid #652371;
	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: #652371;
}

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

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

.contact_btn input {
	font-size: 16px !important;
    color: #ffffff !important;
    font-weight: 500 !important;
    border-radius: 50px !important;
    padding: 15px 40px !important;
    text-align: center !important;
    background-color: #652371 !important;
	transition: all 0.5s ease !important;
}
.refer-form-submit-btn input[type="submit"]:focus{
	background-color: #652371;
}
.refer-form-submit-btn input[type="submit"]:hover {
	background: #000;
	color: #fff;
}

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

.footer_copytext {
	padding: 16px 0;
}

/* 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 {
		display: none;
	}
	.header-mid {
		display: none;
	}
	.header-right {
		display: none;
	}
	.header_logo {
		padding: 25px 0 25px 15px;
	}
	#header {
		position: fixed !important;
		width: 100%;
	}	
	.fixed-top {
		animation: none;
	}
	.hero-area {
		margin-top: 80px;
	}
	.text-container {
		top: 16%;
	}
	.banner-img {
		width: 100%;
		height: 500px;
		object-fit: cover;
		object-position: center;
	}
	.banner_text_hd {
		font-size: 50px;
	}
	
	.about-us {
		padding: 50px 0 30px;
	}
	
	.about-img{
		margin-top: 25px;
	}
	.our-services .container {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.choose-us .main_text_hd {
		font-size: 32px;
		text-align: center;
	}
	.choose-us {
		background: url(../images/choose_bgimg.png) no-repeat;
		padding: 50px 0 50px;
	}
	.contact-us .right .form_container {
		width: 100%;
		padding: 50px 0;
		padding-left: 0;
	}
	.contact-us .left {
		padding: 180px;
	}
	.main_text_hd {
		font-size: 32px;
	}
	.footer_section .service {
		padding-left: 13px;
	}
	.footer_copytext {
		padding: 16px 0 60px;
	}
	.scroll-top {
		bottom: 9rem;
	}
	.page .entry-header, .blog_page_header {
		padding: 90px 0 90px !important;
		margin: 80px 0 0 !important;
	}
	.page .entry-title, .blog_page_title {
		font-size: 26px;
	}
	.inner_title {
		margin-top: 25px;
	}
	.abt-mt {
		margin-top: 30px;
	}
	.contact_right {
		margin-top: 30px;
	}
	.reffer-form-container {
		padding: 40px 10px 0;
	}
}
/* mobile rotate screen  */
@media only screen and (min-width : 481px) and (max-width : 767px) {
	.top_header {
		display: none;
	}
	.header-mid {
		display: none;
	}
	.header-right {
		display: none;
	}
	.header_logo {
		padding: 25px 0 25px 15px;
	}
	#header {
		position: fixed !important;
		width: 100%;
	}	
	.fixed-top {
		animation: none;
	}
	.hero-area {
		margin-top: 80px;
		overflow: hidden;
	}
	.hero-area .col-lg-5 {
		flex: 0 0 auto;
		width: 90% !important;
	}
	.text-container {
		top: 11%;
	}
	.banner-img {
		object-fit: cover;
		object-position: center;
	}
	.banner_textsmall {
		font-size: 20px;
	}
	.banner_text_hd {
		font-size: 40px;
	}
	.banner_textpara {
		font-size: 15px;
		padding-right: 50px;
	}
	.about-us {
		padding: 50px 0 30px;
	}
	.about-us .heading {
		font-size: 30px;
	}
	.about-us .para {
		font-size: 15px;
	}
	.about-img{
		margin-top: 25px;
	}
	.our-services .container {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.choose-us .main_text_hd {
		font-size: 30px;
		text-align: center;
	}
	.choose-us {
		background: url(../images/choose_bgimg.png) no-repeat;
		padding: 50px 0 50px;
	}
	.contact-us .right .form_container {
		position: relative;
		width: 95%;
		padding: 50px 0;
		padding-left: 68px;
	}
	.contact-us .left {
		padding: 200px;
	}
	.main_text_hd {
		font-size: 30px;
	}
	.footer_section .service {
		padding-left: 13px;
	}
	.footer_copytext {
		padding: 16px 0 60px;
	}
	.scroll-top {
		bottom: 7rem;
	}
	.page .entry-header, .blog_page_header {
		padding: 90px 0 90px !important;
		margin: 80px 0 0 !important;
	}
	.page .entry-title, .blog_page_title {
		font-size: 26px;
	}
	.inner_title {
		margin-top: 25px;
	}
	.abt-mt {
		margin-top: 30px;
	}
	.contact_right {
		margin-top: 30px;
	}
	.reffer-form-container {
		padding: 40px 10px 0;
	}
}
/* 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 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 {
		display: none;
	}
	.header-mid {
		display: none;
	}
	.header-right {
		display: none;
	}
	.header_logo {
		padding: 25px 0 25px 15px;
	}
	#header {
		position: fixed !important;
		width: 100%;
	}	
	.fixed-top {
		animation: none;
	}
	.hero-area {
		margin-top: 80px;
		overflow: hidden;
	}
/* 	.text-container {
		top: 22%;
	} */
		.hero-area .col-lg-5 {
		flex: 0 0 auto;
		width: 75% !important;
	}
	.banner-img {
		object-fit: cover;
		object-position: center;
	}
	.banner_textsmall {
		font-size: 20px;
	}
	.banner_text_hd {
		font-size: 40px;
	}
	.banner_textpara {
		font-size: 15px;
	}
	.about-us {
		padding: 50px 0 30px;
	}
	.about-us .heading {
		font-size: 30px;
	}
	.about-us .para {
		font-size: 15px;
	}
	.about-img{
		margin-top: 25px;
	}
	.our-services .container {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.choose-us .main_text_hd {
		font-size: 30px;
		text-align: center;
	}
	.choose-us {
		background: url(../images/choose_bgimg.png) no-repeat;
		padding: 50px 0 50px;
	}
	.contact-us .right .form_container {
		position: relative;
		width: 95%;
		padding: 50px 0;
		padding-left: 68px;
	}
	.contact-us .left {
		padding: 200px;
	}
	.main_text_hd {
		font-size: 30px;
	}
	.footer_section .service {
		padding-left: 13px;
	}
	.footer_copytext {
		padding: 16px 0 60px;
	}
	.scroll-top {
		bottom: 7rem;
	}
	.page .entry-header, .blog_page_header {
		padding: 110px 0 110px !important;
		margin: 80px 0 0 !important;
	}
	.page .entry-title, .blog_page_title {
		font-size: 26px;
	}
	.abt-mt {
		margin-top: 0px;
	}
	.contact_right {
		margin-top: 30px;
	}
	.reffer-form-container {
		padding: 40px 10px 0;
	}
}
/* tab screen  */
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
	.top_header {
		display: none;
	}
	.header-mid {
		display: none;
	}
	.header-right {
		display: none;
	}
	.header_logo {
		padding: 25px 0 25px 15px;
	}
	#header {
		position: fixed !important;
		width: 100%;
	}	
	.fixed-top {
		animation: none;
	}
	.hero-area {
		margin-top: 80px;
		overflow: hidden;
	}
	.banner_textpara {
		padding-right: 50px;
	}
	.text-container {
		top: 16%;
	}
	.banner-img {
		width: 100%;
		height: 500px;
		object-fit: cover;
		object-position: center;
	}
	.banner_text_hd {
		font-size: 50px;
	}
	
	.about-us {
		padding: 50px 0 30px;
	}
	
	.about-img{
		margin-top: 25px;
	}
	.our-services .container {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.choose-us .main_text_hd {
		font-size: 32px;
		text-align: center;
	}
	.choose-us {
		background: url(../images/choose_bgimg.png) no-repeat;
		padding: 50px 0 50px;
	}
	.contact-us .right .form_container {
		width: 100%;
		padding: 50px 0;
		padding-left: 0;
	}
	.contact-us .left {
		padding: 180px;
	}
	.main_text_hd {
		font-size: 32px;
	}
	.footer_section .service {
		padding-left: 13px;
	}
	.footer_copytext {
		padding: 16px 0 60px;
	}
	.scroll-top {
		bottom: 9rem;
	}
	.page .entry-header, .blog_page_header {
		padding: 150px 0 150px !important;
		margin: 80px 0 0 !important;
	}
	.page .entry-title, .blog_page_title {
		font-size: 26px;
	}
	.abt-mt {
		margin-top: 0px;
	}
	.contact_right {
		margin-top: 30px;
	}
	.reffer-form-container {
		padding: 40px 10px 0;
	}
}

/* tab rotate screen  */
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
/* 	.top_header {
		display: none;
	}
	.header-mid {
		display: none;
	}
	.header-right {
		display: none;
	}
	.header_logo {
		padding: 25px 0 25px 15px;
	}
	#header {
		position: fixed !important;
		width: 100%;
	}	
	.fixed-top {
		animation: none;
} */
	.navbar_icons ul li {
		margin-right: 35px;
	}
	.text-container {
		top: 18%;
	}
	.banner-img {
		object-fit: cover;
		object-position: center;
	}
	.banner_textsmall {
		font-size: 25px;
	}
	.banner_text_hd {
		font-size: 50px;
	}
	.hero-area .col-lg-5 {
		flex: 0 0 auto;
		width: 60% !important;
	}
	.about-us {
		padding: 50px 0 30px;
	}
	.about-us .heading {
		font-size: 30px;
	}
	.about-us .para {
		font-size: 15px;
	}
	.about-img{
		margin-top: 25px;
	}
	.our-services .container {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.choose-us .main_text_hd {
		font-size: 30px;
		text-align: center;
	}
	.choose-us {
		background: url(../images/choose_bgimg.png) no-repeat;
		padding: 50px 0 50px;
	}
	.contact-us .right .form_container {
		position: relative;
		width: 95%;
		padding: 50px 0;
		padding-left: 30px;
	}
	.contact-us .left {
		padding: 200px;
	}
	.main_text_hd {
		font-size: 30px;
	}
	.f-contact {
		padding-left: 0;
	}
	.footer_section .service {
		padding-left: 0px;
		margin-left: 30px;
	}
	.f-Careers {
		margin-left: -30px;
	}
	.footer_copytext {
		padding: 16px 0px;
	}
	.scroll-top {
		bottom: 3rem;
	}
	.page .entry-header, .blog_page_header {
		padding: 150px 0 150px !important;
		margin: 0px 0 0 !important;
	}
	.abt-mt {
		margin-top: 0px;
	}
	.contact_right {
		margin-top: 30px;
	}
	.reffer-form-container {
		padding: 40px 10px 0;
	}
}
/* 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) {
	.top_header {
		display: none;
	}
	.header-mid {
		display: none;
	}
	.header-right {
		display: none;
	}
	.header_logo {
		padding: 25px 0 25px 15px;
	}
	#header {
		position: fixed !important;
		width: 100%;
	}	
	.fixed-top {
		animation: none;
	}
	.hero-area {
		margin-top: 80px;
		overflow: hidden;
	}
	.hero-area .col-lg-5 {
		flex: 0 0 auto;
		width: 75% !important;
	}
	.text-container {
		top: 18%;
	}
	.banner-img {
		object-fit: cover;
		object-position: center;
	}
	.banner_textsmall {
		font-size: 20px;
	}
	.banner_text_hd {
		font-size: 40px;
	}
	.banner_textpara {
		font-size: 15px;
		padding-right: 50px;
	}
	.about-us {
		padding: 50px 0 30px;
	}
	.about-us .heading {
		font-size: 30px;
	}
	.about-us .para {
		font-size: 15px;
	}
	.about-img{
		margin-top: 25px;
	}
	.our-services .container {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.choose-us .main_text_hd {
		font-size: 30px;
		text-align: center;
	}
	.choose-us {
		background: url(../images/choose_bgimg.png) no-repeat;
		padding: 50px 0 50px;
	}
	.contact-us .right .form_container {
		position: relative;
		width: 95%;
		padding: 50px 0;
		padding-left: 68px;
	}
	.contact-us .left {
		padding: 200px;
	}
	.main_text_hd {
		font-size: 30px;
	}
	.footer_section .service {
		padding-left: 13px;
	}
	.footer_copytext {
		padding: 16px 0 60px;
	}
	.scroll-top {
		bottom: 7rem;
	}
	.page .entry-header, .blog_page_header {
		padding: 110px 0 110px !important;
		margin: 80px 0 0 !important;
	}
	.page .entry-title, .blog_page_title {
		font-size: 26px;
	}
	.abt-mt {
		margin-top: 30px;
	}
	.contact_right {
		margin-top: 30px;
	}
	.reffer-form-container {
		padding: 40px 10px 0;
	}
}
/* 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) {
	.navbar_icons ul li {
		margin-right: 35px;
	}
	.text-container {
		top: 18%;
	}
	.banner-img {
		object-fit: cover;
		object-position: center;
	}
	.banner_textsmall {
		font-size: 25px;
	}
	.banner_text_hd {
		font-size: 50px;
	}
	.hero-area .col-lg-5 {
		flex: 0 0 auto;
		width: 60% !important;
	}
	.about-us {
		padding: 50px 0 30px;
	}
	.about-us .heading {
		font-size: 30px;
	}
	.about-us .para {
		font-size: 15px;
	}
	.about-img{
		margin-top: 25px;
	}
	.our-services .container {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.choose-us .main_text_hd {
		font-size: 30px;
		text-align: center;
	}
	.choose-us {
		background: url(../images/choose_bgimg.png) no-repeat;
		padding: 50px 0 50px;
	}
	.contact-us .right .form_container {
		position: relative;
		width: 95%;
		padding: 50px 0;
		padding-left: 30px;
	}
	.contact-us .left {
		padding: 200px;
	}
	.main_text_hd {
		font-size: 30px;
	}
	.f-contact {
		padding-left: 0;
	}
	.footer_section .service {
		padding-left: 0px;
		margin-left: 30px;
	}
	.f-Careers {
		margin-left: -30px;
	}
	.footer_copytext {
		padding: 16px 0px;
	}
	.scroll-top {
		bottom: 3rem;
	}
	.page .entry-header, .blog_page_header {
		padding: 150px 0 150px !important;
		margin: 0px 0 0 !important;
	}
	.abt-mt {
		margin-top: 0px;
	}
	.contact_right {
		margin-top: 30px;
	}
	.reffer-form-container {
		padding: 40px 10px 0;
	}
}

/* iPad Air */
@media only screen and (min-width : 820px) and (max-width : 1180px) and (orientation : landscape) {
	.navbar_icons ul li {
		margin-right: 35px;
	}
	.text-container {
		top: 18%;
	}
	.banner-img {
		object-fit: cover;
		object-position: center;
	}
	.banner_textsmall {
		font-size: 25px;
	}
	.banner_text_hd {
		font-size: 50px;
	}
	.hero-area .col-lg-5 {
		flex: 0 0 auto;
		width: 60% !important;
	}
	.about-us {
		padding: 50px 0 30px;
	}
	.about-us .heading {
		font-size: 30px;
	}
	.about-us .para {
		font-size: 15px;
	}
	.about-img{
		margin-top: 25px;
	}
	.our-services .container {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.choose-us .main_text_hd {
		font-size: 30px;
		text-align: center;
	}
	.choose-us {
		background: url(../images/choose_bgimg.png) no-repeat;
		padding: 50px 0 50px;
	}
	.contact-us .right .form_container {
		position: relative;
		width: 95%;
		padding: 50px 0;
		padding-left: 30px;
	}
	.contact-us .left {
		padding: 200px;
	}
	.main_text_hd {
		font-size: 30px;
	}
	.f-contact {
		padding-left: 0;
	}
	.footer_section .service {
		padding-left: 0px;
		margin-left: 30px;
	}
	.f-Careers {
		margin-left: -30px;
	}
	.footer_copytext {
		padding: 16px 0px;
	}
	.scroll-top {
		bottom: 3rem;
	}
	.page .entry-header, .blog_page_header {
		padding: 150px 0 150px !important;
		margin: 0px 0 0 !important;
	}
	.abt-mt {
		margin-top: 0px;
	}
	.contact_right {
		margin-top: 30px;
	}
	.reffer-form-container {
		padding: 40px 10px 0;
	}
}

/* iPad Pro */
@media only screen and (min-width : 1024px) and (max-width : 1366px) and (orientation : portrait) {
	.top_header {
		display: block;
	}
	.header-mid {
		display: block;
	}
	.header-right {
		display: block;
	}
	.navbar_icons ul li {
		margin-right: 35px;
	}
		.f-contact {
		padding-left: 0;
	}
	.footer_section .service {
		padding-left: 0px;
		margin-left: 30px;
	}
	.f-Careers {
		margin-left: -30px;
	}
	.page .entry-title, .blog_page_title {
		font-size: 32px;
	}
	.footer_copytext {
		padding: 16px 0px;
	}
	.scroll-top {
		bottom: 3rem;
	}
}

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

}

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

}

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

}

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

}

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

}

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

}

@media screen and (min-width: 2048px) {
	.banner_textsmall {
		font-size: 35px;
	}
	.banner_text_hd {
		font-size: 80px;
	}
	.banner_textpara {
		font-size: 23px;
	}
}

@media screen and (min-width: 2550px) {
	.contact-us .right .form_container {
		width: 60%;
	}
} 
