body {
	padding: 0px;
	margin: 0px;
	font-family: 'Poppins';
}
img {
	max-width: 100%;
	height: 0 auto;
}
a {
	text-decoration: none !important;
}
a:focus {
	outline: none;
	outline: 0px auto -webkit-focus-ring-color;
	outline-offset: 0px
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
	outline: none;
	outline-offset: 0px;
}
a:focus, a:hover {
	text-decoration: none !important;
}


@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.eot');
    src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff'),
        url('../fonts/Poppins-Regular.ttf') format('truetype'),
        url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.eot');
    src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff'),
        url('../fonts/Poppins-Medium.ttf') format('truetype'),
        url('../fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.eot');
    src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBold.woff') format('woff'),
        url('../fonts/Poppins-SemiBold.ttf') format('truetype'),
        url('../fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: '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;
}



.form-control {
	box-shadow: none !important;
}
.header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 999;
	padding: 10px 0 0;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.darkHeader {
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}
.logo img {
	width: 145px;
	margin-bottom: -44px;
	background: #fff;
	border-radius: 50%;
	padding: 5px;
}
.header_right_top {
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
}
.header_address {
	color: #666;
	font-size: 15px;
}
.header_address img {
	width: 22px;
	margin-right: 4px;
}
.header_social {
	color: #666;
	font-size: 15px;
}
.header_social img {
	width: 24px;
	margin-left: 6px;
	border: 1px solid #67883a;
	padding: 3px;
	border-radius: 3px;
}
.header_btn {
	display: inline-flex;
	align-items: center;
	background: #00bffe;
	border-radius: 30px;
	color: #fff !important;
	font-weight: 500;
	font-size: 17px;
	padding: 10px 20px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.header_btn:hover {
	background: #67883a;
}
.header_phone {
	color: #555;
	line-height: 1.4;
	margin-right: 30px;
}
.header_phone a {
	color: #67883a;
	font-weight: 600;
	font-size: 18px;
}
.header_phone img {
	background: #fa8ff0;
	width: 45px;
	border-radius: 50%;
	padding: 5px;
	margin-right: 8px;
}
.home_banner_section {
	/* background: url("../images/banner.jpg") no-repeat; */
	background-size: cover !important;
	padding: 185px 0 300px;
	margin-top: 110px;
}
.home_banner_section:before {
	position: absolute;
	content: "";
	top: 0;
	right: 20%;
	bottom: 0;
	left: 0;
	background: #FFF;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.75) 30%, rgba(255, 255, 255, 0) 100%);
}
.home_banner_section:after {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url("../images/banner_curve.png") no-repeat center bottom;
	background-size: 100%;
}
.home_banner_section .container {
	position: relative;
	z-index: 9;
}
.banner_heading {
  font-size: 33px;
  color: #822c7b;
  line-height: 1.2;
  font-weight: bold;
}
.banner_heading strong {
	color: #67883a;
}
.banner_text {
	margin-top: 15px;
	color: #242424;
}
.banner_btn1 {
	display: inline-block;
	background: #67883a;
	color: #fff !important;
	border-radius: 30px;
	font-size: 17px;
	padding: 12px 25px;
	font-weight: 500;
	margin: 25px 5px 0 0;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.banner_btn1:hover {
	background: #111;
}
.banner_btn2 {
	display: inline-block;
	background: #00bffe;
	color: #fff !important;
	border-radius: 30px;
	font-size: 17px;
	padding: 12px 25px;
	font-weight: 500;
	margin: 25px 0 0 0;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.banner_btn2:hover {
	background: #111;
}
.home_choose_section {
	padding: 20px 0 100px;
	background: url("../images/choose_bg.png") no-repeat center;
}
.home_choose_section_heading {
	font-weight: bold;
	font-size: 35px;
	line-height: 1.2;
	color: #660066;
}
.home_choose_block_icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 65px;
}
.home_choose_block_heading {
	font-size: 18px;
	font-weight: 600;
	color: #141414;
	line-height: 1.2;
}
.home_choose_block_text {
	margin-top: 10px;
	color: #444;
}
.home_service_section {
	background: url("../images/service_bg.png") no-repeat bottom right;
	padding: 0 0 100px;
}
.home_service_content_box {
	border-radius: 15px;
	background: #fff;
	padding: 30px;
	box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
}
.home_service_content_box_heading {
	color: #141414;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.2;
}
.home_service_content_box_text {
	color: #444;
	margin-top: 20px;
	font-size: 15px;
}
.home_service_content_box_btn {
	display: inline-block;
	color: #fff !important;
	margin-top: 20px;
	border-radius: 30px;
	font-weight: 500;
	font-size: 14px;
	text-transform: uppercase;
	padding: 9px 18px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home_service_content_box_btn:hover {
	background: #660066 !important;
}
.content_box1:before {
	position: absolute;
	content: "";
	background: url("../images/triangle_icon1.png") no-repeat;
	width: 44px;
	height: 49px;
	top: 50%;
	right: -130px;
	transform: translate(0, -50%);
}
.content_box1:after {
	position: absolute;
	content: "";
	background: url("../images/arrow.png") no-repeat;
	width: 117px;
	height: 115px;
	bottom: -120px;
	right: -160px;
	background-size: 100%;
}
.service_box_margin {
	margin-top: 100px;
}
.content_box2:before {
	position: absolute;
	content: "";
	background: url("../images/triangle_icon2.png") no-repeat;
	width: 44px;
	height: 49px;
	top: 50%;
	left: -130px;
	transform: translate(0, -50%);
}
.content_box2:after {
	position: absolute;
	content: "";
	background: url("../images/arrow2.png") no-repeat;
	width: 117px;
	height: 115px;
	bottom: -120px;
	left: -160px;
	background-size: 100%;
}
.content_box3:before {
	background: url("../images/triangle_icon3.png") no-repeat;
}
.content_box4:before {
	background: url("../images/triangle_icon4.png") no-repeat;
}
.content_box4:after {
	display: none;
}
.all_service_btn {
	display: inline-flex;
	align-items: center;
	background: #67883a;
	border-radius: 30px;
	color: #fff !important;
	font-weight: 500;
	font-size: 15px;
	padding: 12px 22px;
	margin-top: 50px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.all_service_btn:hover {
	background: #660066;
}
.home_about_section {
	background-image: -moz-linear-gradient( 1deg, rgb(93,46,103) 0%, rgb(166,110,167) 100%);
	background-image: -webkit-linear-gradient( 1deg, rgb(93,46,103) 0%, rgb(166,110,167) 100%);
	background-image: -ms-linear-gradient( 1deg, rgb(93,46,103) 0%, rgb(166,110,167) 100%);
	padding: 150px 0 60px;
}
.home_about_section:before {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url("../images/about_curve.png") no-repeat center top;
	background-size: 100%;
}
.home_about_section .container {
	position: relative;
	z-index: 9;
}
.home_about_section_text {
	color: rgba(255, 255, 255, 0.8);
	margin-top: 20px;
}
.home_about_section_btn {
	display: inline-flex;
	align-items: center;
	background: #67883a;
	border-radius: 30px;
	color: #fff !important;
	font-weight: 500;
	font-size: 15px;
	padding: 12px 22px;
	margin-top: 25px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home_about_section_btn:hover {
	background: #00bffe;
}
.home_about_section_img img {
	margin-top: -70px;
}
.home_form_section {
	background: url("../images/form_bg.png") no-repeat center;
	padding: 100px 0;
}
.form_circle {
	position: absolute;
	top: 50px;
	left: 0;
}
.home_form_box {
	background: #fff;
	padding: 40px;
	border-radius: 15px;
	box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
}
.home_form_box .form-control {
	border: 1px solid #ddd !important;
	margin-top: 12px;
	min-height: 46px;
	color: #555;
	resize: none;
}
.home_form_box select.form-control {
	background: url("../images/dropdown.png") no-repeat center right 10px;
	padding-right: 30px;
}
.home_form_box_btn {
	background: #67883a;
}
.home_form_box_btn {
	background: #67883a;
	font-weight: 500;
	margin-top: 20px;
	padding: 11px 25px;
	border-radius: 30px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home_form_box_btn:hover {
	background: #660066;
}
.home_testimonial_section {
	background: #ECFBD9;
	background: linear-gradient(180deg, rgba(236, 251, 217, 1) 0%, rgba(255, 255, 255, 1) 100%);
	padding: 130px 0 80px;
}
.home_testimonial_section:before {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url("../images/testimonial_bg.png") no-repeat center top;
	background-size: 100%;
}
.home_testimonial_section .container {
	position: relative;
	z-index: 9;
}
.review_slide_text {
	color: #444;
	margin-top: 20px;
}
.review_slide_name {
	color: #1d1d1d;
	font-size: 18px;
	font-weight: bold;
	text-align: right;
	margin-top: 25px;
	font-style: italic;
}
.review_slide_rating {
	background: url("../images/quote_icon.png") no-repeat center right;
	background-size: 40px;
	padding: 10px 0;
}
#review_slide {
	margin-top: 30px;
}
#review_slide .owl-nav {
	display: none;
}
#review_slide .owl-dots .owl-dot span {
	background: #67883a !important;
	width: 14px !important;
	height: 14px !important;
	margin: 4px !important;
	opacity: 0.4;
}
#review_slide .owl-dots .owl-dot.active span, #review_slide .owl-dots .owl-dot:hover span {
	opacity: 1;
}
#review_slide .owl-dots {
	margin-top: 20px;
}
.home_testimonial_img_right {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 300px;
}
.home_testimonial_img_left {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 350px;
}
.footer {
	background: #370e42;
	padding: 50px 0 20px;
}
.footer_logo img {
	width: 155px;
	background: #fff;
	border-radius: 50%;
	padding: 6px;
}
.footer_social {
	margin-top: 25px;
}
.footer_social a {
	display: inline-block;
	margin: 0 4px 0 0;
	border: 2px solid #00bffe;
	border-radius: 50%;
	padding: 3px 8px;
	width: 36px;
	height: 36px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.footer_social img {
	filter: brightness(0) invert(1);
}
.footer_social a:hover {
	background: #00bffe;
}
.footer_top_heading {
    font-size: 22px;
	color: #f984ed;
	font-weight: 600;
	line-height: 1.2;
}
.footer_menu ul {
    list-style-type: none;
    padding: 0;
    margin: 18px 0 0;
}
.footer_menu ul li {
    position: relative;
    margin-top: 4px;
}
.footer_menu ul li a {
	color: #eee;
	font-style: normal;
	text-decoration: none;
	position: relative;
	font-size: 15px;
	z-index: 99;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.footer_menu ul li a:hover, .footer_menu ul li.active a {
	color: #00bffe;
	padding-left: 2px;
}
.footer_contact_info ul {
	padding: 0;
	margin: 25px 0 0;
}
.footer_contact_info ul li {
	color: #eee;
	position: relative;
	list-style: none;
	font-size: 15px;
	margin-top: 18px;
	padding-left: 40px;
}
.footer_contact_info ul li img {
	position: absolute;
	top: -5px;
	left: 0;
	max-width: 32px;
	border: 1px solid #00bffe;
	border-radius: 50%;
	padding: 4px;
}
.footer_contact_info ul li a {
	color: #eee;
}
.footer_line {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding-bottom: 20px;
	margin-top: 40px;
}
.footer_bottom {
	font-size: 14px;
	color: #eee;
	text-align: center;
}
.footer_bottom a {
	color: #eee;
}
#back-to-top {
	background: #00bffe;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 9999;
	text-transform: uppercase;
    cursor: pointer;
    border-radius: 50%;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top.show {
    opacity: 1;
}
.inner_page_banner {
	background: url("../images/inner_banner.jpg") no-repeat;
	background-size: cover;
	padding: 130px 0 100px;
	margin-top: 110px;
	position: relative;
}
.inner_page_banner:before {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9;
	background: rgb(0,16,30,0.6);
}
.inner_page_banner .container {
	position: relative;
	z-index: 9;
}
.inner_page_banner_heading {
	font-size: 35px;
	line-height: 1.1;
	font-weight: bold;
	margin-bottom: 5px;
}
.inner_page_container {
	padding: 70px 0;
}
.inner_page_banner .breadcrumb {
	font-size: 15px;
}
.inner_page_banner .breadcrumb-item.active, .inner_page_banner .breadcrumb-item a, .inner_page_banner .breadcrumb-item + .breadcrumb-item::before {
	color: #00bffe;
}


/*========== Contact Us Start ============*/

.contact_page_top_box {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
}
.contact_page_right_inner {
	background: #67883a;
	padding: 40px 30px;
	min-height: 100%;
}
.inner_page_heading {
	color: #111;
	font-size: 28px;
	font-weight: 600;
	line-height: 1.1;
	position: relative;
	padding-bottom: 12px;
}
.inner_page_heading strong {
	color: #660066;
	font-weight: 600;
}
.inner_page_heading::before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 30px;
	border-bottom: 4px solid #660066;
	border-radius: 30px;
}
.centered_heading::before {
	left: 50%;
	transform: translate(-50%, 0);
}
.inner_page_text {
	color: #444;
	margin-top: 20px;
}
.contact_page_right_inner .inner_page_heading::before {
	border-color: #fff;
}
.contact_page_info {
	position: relative;
	padding-left: 55px;
	color: #666;
	margin-top:25px;
}
.contact_page_info a {
	color: #666;
}
.contact_page_info strong {
	color: #222;
	font-weight: 500;
	font-size: 18px;
}
.contact_page_info img {
	position: absolute;
	top: 4px;
	left: 0;
	width: 44px;
	border: 2px solid #00bffe;
	border-radius: 50%;
	padding: 4px;
}
.contact_form .form-control {
	min-height: 45px;
	margin-top: 12px;
	border: none !important;
	box-shadow: none !important;
	resize: none;
}
.contact_form .contact_btn {
	background: #660066;
	border: none;
	color: #fff;
	font-weight: 500;
	margin-top: 15px;
	border-radius: 30px;
	padding: 11px 22px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.contact_form .contact_btn:hover {
	background: #00bffe;
}
.contact_form {
	margin-top: 15px;
}
.contact_map {
	margin-top: 60px;
}
.contact_map iframe {
	border-radius: 10px;
	overflow: hidden;
}
.contact_page_left {
	padding: 40px;
}


/*========== Contact Us End ============*/


.inner_page_mid_section {
	background: #061421;
	padding: 70px 0;
}
.inner_page_mid_section .inner_page_text {
	color: rgba(255, 255, 255, 0.6);
}
.inner_page_list ul {
	padding: 0;
	margin: 0;
}
.inner_page_list ul li {
	list-style: none;
	position: relative;
	padding-left: 24px;
	color: #555;
	margin-top: 4px;
}
.inner_page_list ul li:before {
	background: url("../images/check.png") no-repeat;
	background-size: 100%;
	width: 17px;
	height: 17px;
	position: absolute;
	content: "";
	top: 4px;
	left: 0;
}
.inner_page_bottom_box {
	background: #3d8ad2;
	border-radius: 10px;
	padding: 40px 30px;
}
.inner_page_bottom_box_heading {
	font-size: 26px;
	font-weight: 600;
	line-height: 1.1;
	position: relative;
	padding-bottom: 12px;
}
.inner_page_bottom_box_heading::before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	width: 30px;
	border-bottom: 4px solid #fff;
	border-radius: 30px;
}
.inner_page_bottom_box_text {
	color: rgba(255, 255, 255, 0.8);
	margin-top: 20px;
}
.inner_page_img img {
	border-radius: 10px;
}
.login_page_box {
	background: #061421;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
}
.login_page_right {
	padding: 30px 55px 30px 30px;
}
.login_page_right .form-control {
	min-height: 44px;
	margin-top: 12px;
	border: none !important;
	box-shadow: none !important;
	resize: none;
}
.login_page_right select.form-control {
	background: url("../images/dropdown.png") #fff no-repeat center right 10px;
	padding-right: 30px;
}
.login_page_right_forgot {
	color: #fff;
	font-size: 15px;
}
.login_page_right_forgot a {
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}
.login_page_right .contact_btn {
	background: #3d8ad2;
	border: none;
	color: #fff;
	font-weight: 500;
	margin-top: 15px;
	border-radius: 30px;
	padding: 10px 22px;
}
.login_form_left img {
	width: 100%;
	min-height: 100%;
	object-fit: cover;
}
.package_page_box_inner {
	background: #fff;
	text-align: center;
	padding: 25px 0;
	min-height: 100%;
	border-radius: 6px;
}
.package_page_box_heading {
	font-weight: bold;
	font-size: 20px;
	line-height: 1.2;
	color: #061421;
	padding: 0 15px;
}
.package_page_box_price {
	background: #3d8ad2;
	color: #fff;
	padding: 18px 10px 20px;
	margin: 20px 0;
	line-height: 1.2;
	font-weight: 600;
	font-size: 33px;
}
.package_page_box_price small {
	font-weight: normal;
	font-size: 14px;
	display: block;
}
.package_page_box_text {
	line-height: 1.2;
	padding: 0 15px;
	color: #666;
}
.package_page_box_btn {
	display: inline-block;
	background: #061421;
	color: #fff !important;
	padding: 10px 25px;
	border-radius: 30px;
	margin-top: 20px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.package_page_box_btn:hover {
	background: #3d8ad2;
}
.package_page_box {
	margin-top: 30px;
}


/*========== Service Start ============*/

.service_list_page_top_heading {
  color: #222;
  font-weight: 600;
  font-size: 22px;
  margin-top: 70px;
}
.service_list_page_box {
  margin-top: 40px;
}
.service_list_page_box_inner {
  background: #fff;
  box-shadow: 1.563px 3.682px 10.12px 0.88px rgba(12, 13, 12, 0.12);
  border-radius: 7px;
  min-height: 100%;
  padding: 0 0 25px;
}
.service_list_page_box_img img {
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.service_list_page_box_inner:hover .service_list_page_box_img img {
  transform: scale(1.1);
}
.service_list_page_box_heading {
  font-weight: 600;
  color: #222;
  font-size: 20px;
  padding: 20px 20px 0;
}
.service_list_page_box_text {
  color: #666;
  padding: 15px 20px 0;
}
.service_list_page_box_btn {
  display: inline-block;
  background: #660066;
  color: #fff !important;
  margin-top: 20px;
  padding: 10px 20px;
  border-radius: 35px;
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.service_list_page_box_btn:hover {
  background: #111;
}
.service_list_page_box_icon img {
  box-shadow: 1.563px 3.682px 10.12px 0.88px rgba(12, 13, 12, 0.12);
  border-radius: 50%;
  width: 85px;
  margin-top: -43px;
  position: relative;
  z-index: 9;
  padding: 5px;
  background: #fff;
}
.service_details_top_section {
  padding: 70px 0;
}
.service_details_img img {
  border-radius: 10px;
}
.testimonial_page_block {
  margin-top: 50px;
}
.testimonial_page_block_inner {
  box-shadow: 0px 2px 11px rgba(0, 0, 0, 0.2);
  padding: 50px 20px 30px;
  border-radius: 5px;
  min-height: 100%;
  position: relative;
}
.testimonial_page_block_inner::before {
  background: url(../images/quote.png) #660066 no-repeat center;
  background-size: 35px;
  width: 60px;
  height: 60px;
  position: absolute;
  content: "";
  top: -30px;
  border-radius: 5px;
  left: 20px;
}
.testimonial_page_block_text {
  color: #555;
  margin-top: 20px;
}
.testimonial_page_block_name {
    color: #1d1d1d;
	font-size: 18px;
	font-weight: 600;
	text-align: right;
	margin-top: 25px;
	font-style: italic;
}
.testimonial_page_block_rating {
  margin-top: 15px;
}
.alert-danger {
  color: #fe0201;
  font-size: 12px;
}
.contact_form select.form-control {
  background: url("../images/dropdown.png") #fff no-repeat center right 10px;
  padding-right: 30px;
}
.thankyou_page_heading {
  font-size: 30px;
  color: #822c7b;
  line-height: 1;
  font-weight: bold;
  margin-top: 15px;
}
.thankyou_text {
  color: #666;
  margin-top: 20px;
}
.thankyou_btn {
  display: inline-block;
  background: #660066;
  color: #fff !important;
  margin-top: 20px;
  border-radius: 30px;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  padding: 9px 18px;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.thankyou_btn:hover {
  background: #111;
}

/*========== Thankyou End ============*/
.error_page_container {
    display: flex;
    min-height: 100vh;
    align-items: center;
    text-align: center;
    padding: 20px 0;
}
.service_page_container {
  background: url("../images/form_bg.png") no-repeat center;
  padding: 70px 0;
}
.inner_page_list ul {
	padding: 0;
	margin: 0;
}
.inner_page_list ul li {
	list-style: none;
	position: relative;
	padding-left: 24px;
	color: #666;
	margin-top: 4px;
}
.inner_page_list ul li:before {
	background: url("../images/check.png") no-repeat;
	background-size: 100%;
	width: 17px;
	height: 17px;
	position: absolute;
	content: "";
	top: 3px;
	left: 0;
}
.service_page_mid_container {
  background: rgb(236, 251, 217);
  padding: 70px 0;
}
.service_page_bottom_box {
  background: #00bffe;
  border-radius: 15px;
  padding: 40px 30px;
  text-align: center;
}
.service_page_bottom_box_heading {
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.1;
  position: relative;
  padding-bottom: 12px;
}
.service_page_bottom_box_heading:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  width: 30px;
  border-bottom: 4px solid #fff;
  border-radius: 30px;
  transform: translate(-50%, 0);
}
.service_page_bottom_box_text {
  color: #fff;
  margin-top: 15px;
}
.service_page_btn1 {
  display: inline-block;
  background: #606;
  color: #fff !important;
  margin: 20px 5px 0;
  padding: 9px 38px;
  border-radius: 30px;
}
.service_page_btn2 {
  display: inline-block;
  background: #67883a;
  color: #fff !important;
  margin: 20px 5px 0;
  padding: 9px 20px;
  border-radius: 30px;
}
.about_mission_box_inner {
  background: #822c7b;
  min-height: 100%;
  border-radius: 10px;
  padding: 30px 20px;
}
.about_mission_box:nth-child(2) .about_mission_box_inner {
  background: #67883a;
}
.about_mission_box:nth-child(3) .about_mission_box_inner {
  background: #fa8ff0;
}
.about_mission_box_heading {
  font-weight: 600;
  font-size: 23px;
  line-height: 1.2;
}
.about_mission_box_text {
  margin-top: 15px;
  color: #555;
}
.about_mission_box_inner img {
	width: 60px;
	margin-bottom: 20px;
}
.header_mobile_menu_btn {
	position: relative;
	display: inline-block;
	border-top: 2px solid #222;
	border-bottom: 2px solid #222;
	width: 26px;
	height: 22px;
	margin: 2px 0 0 20px;
}
.header_mobile_menu_btn:before {
	position: absolute;
	content: "";
	top: 50%;
	left: 0;
	width: 100%;
	transform: translate(0, -50%);
	border-top: 2px solid #222;
}
.offcanvas {
  background: #fff;
}
.offcanvas-header .btn-close {
	box-shadow: none !important;
}
.offcanvas-header {
	position: relative;
	padding: 0.8rem 1rem 2.2rem;
}
.offcanvas-header::before {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgb(235, 251, 214);
	clip-path: polygon(100% 0%, 0% 0% , 0.00% 97.06%, 1.00% 97.02%, 2.00% 96.92%, 3.00% 96.75%, 4.00% 96.51%, 5.00% 96.21%, 6.00% 95.84%, 7.00% 95.40%, 8.00% 94.90%, 9.00% 94.33%, 10.00% 93.70%, 11.00% 93.01%, 12.00% 92.26%, 13.00% 91.45%, 14.00% 90.58%, 15.00% 89.65%, 16.00% 88.67%, 17.00% 87.64%, 18.00% 86.56%, 19.00% 85.44%, 20.00% 84.26%, 21.00% 83.04%, 22.00% 81.79%, 23.00% 80.49%, 24.00% 79.16%, 25.00% 77.79%, 26.00% 76.39%, 27.00% 74.96%, 28.00% 73.51%, 29.00% 72.04%, 30.00% 70.54%, 31.00% 69.03%, 32.00% 67.50%, 33.00% 65.97%, 34.00% 64.42%, 35.00% 62.87%, 36.00% 61.32%, 37.00% 59.77%, 38.00% 58.22%, 39.00% 56.68%, 40.00% 55.15%, 41.00% 53.63%, 42.00% 52.13%, 43.00% 50.65%, 44.00% 49.19%, 45.00% 47.75%, 46.00% 46.34%, 47.00% 44.96%, 48.00% 43.61%, 49.00% 42.29%, 50.00% 41.02%, 51.00% 39.78%, 52.00% 38.59%, 53.00% 37.44%, 54.00% 36.34%, 55.00% 35.29%, 56.00% 34.29%, 57.00% 33.34%, 58.00% 32.45%, 59.00% 31.61%, 60.00% 30.84%, 61.00% 30.12%, 62.00% 29.46%, 63.00% 28.87%, 64.00% 28.34%, 65.00% 27.87%, 66.00% 27.47%, 67.00% 27.14%, 68.00% 26.87%, 69.00% 26.67%, 70.00% 26.54%, 71.00% 26.48%, 72.00% 26.48%, 73.00% 26.55%, 74.00% 26.70%, 75.00% 26.91%, 76.00% 27.18%, 77.00% 27.52%, 78.00% 27.93%, 79.00% 28.41%, 80.00% 28.95%, 81.00% 29.55%, 82.00% 30.22%, 83.00% 30.94%, 84.00% 31.73%, 85.00% 32.57%, 86.00% 33.47%, 87.00% 34.43%, 88.00% 35.44%, 89.00% 36.50%, 90.00% 37.60%, 91.00% 38.76%, 92.00% 39.96%, 93.00% 41.20%, 94.00% 42.48%, 95.00% 43.80%, 96.00% 45.15%, 97.00% 46.54%, 98.00% 47.95%, 99.00% 49.39%, 100.00% 50.86%);
	z-index: -1;
}
.offcanvas-header img {
  width: 90px;
}
.header_mobile_menu ul {
	padding: 0;
	margin: 0;
}
.header_mobile_menu ul ul {
	background: #822c7b1a;
	padding: 0 15px;
}
.header_mobile_menu ul li {
	list-style: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	position: relative;
}
.header_mobile_menu ul li:last-child {
	border-bottom: none;
}
.header_mobile_menu ul li a {
	color: #555;
	display: block;
	padding: 12px 0px;
}
.header_mobile_menu ul li.active a {
	color: #67883a;
}
.header_mobile_menu ul ul a {
	font-size: 14px;
}
.menu_acc_btn {
	position: absolute;
	top: 0;
	right: 0;
	background: none !important;
	color: #67883a !important;
	font-size: 25px;
	font-weight: normal;
	padding: 5px 0 5px 10px;
	z-index: 99;
	border: none;
}
.footer_fixed_buttons {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 99;
}
.footer_btn1 {
	background: #660066;
	color: #fff !important;
	width: 50%;
	float: left;
	padding: 10px 0;
}
.footer_btn2 {
	background: #fff;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	height: 44px;
	width: 44px;
	border-radius: 50%;
	padding: 9px 8px 0;
}
.footer_btn3 {
	background: #67883a;
	color: #fff !important;
	width: 50%;
	float: left;
	padding: 10px 0;
}


/*============== Responsive ===============*/

@media only screen and (min-width : 300px) and (max-width : 1023px) {
.content_box1::before, .content_box2::before, .header_right_top, .header_menu_main, .header_btn, .form_circle {
  display: none;
}
.header {
  padding: 0;
}
.header_mobile_view {
  padding: 11px 12px;
}
.content_box1::after {
	right: auto;
	left: 50%;
	transform: translate(-50%, 0) rotate(50deg);
	width: 60px;
	height: 60px;
	bottom: -82px;
}
.content_box2::after {
	right: auto;
	left: 50%;
	transform: translate(-50%, 0) rotate(-50deg);
	width: 60px;
	height: 60px;
	bottom: -82px;
}
.header_phone img {
  width: 35px;
}
.header_phone {
  margin-right: 0;
  font-size: 12px;
}
.header_phone a {
  font-size: 15px;
}
.logo img {
  width: 90px;
}
.home_banner_section {
  padding: 75px 0 110px;
  margin-top: 60px;
  background-position: center !important;
}
.banner_heading, .home_choose_section_heading, .inner_page_banner_heading {
  font-size: 26px;
}
.home_choose_section, .home_form_section, .service_page_container, .service_page_mid_container, .inner_page_container {
  padding: 40px 0;
}
.banner_btn1, .banner_btn2, .all_service_btn, .home_about_section_btn, .home_form_box_btn, .contact_form .contact_btn {
  font-size: 15px;
  padding: 10px 20px;
  margin-top: 20px;
}
.home_banner_section::before {
  right: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.9) 30%, rgba(255, 255, 255, 0.4) 100%);
}
.home_choose_block_img img {
  width: 200px;
}
.home_choose_block_icon {
  width: 50px !important;
}
.home_service_content_box {
  padding: 30px 20px;
  margin-top: 20px;
}
.home_service_section {
  padding: 0 0 60px;
  background-size: 40px;
}
.home_about_section_img img {
  margin: 0 0 30px 0;
}
.home_about_section, .home_testimonial_section {
  padding: 60px 0 40px;
}
.home_form_box {
  padding: 35px 20px;
  margin-top: 30px;
}
.home_testimonial_img_right {
  position: static;
  width: 120px;
}
.home_testimonial_img_left {
  position: static;
  width: 132px;
}
.footer_logo img {
  width: 90px;
}
.footer_top_block {
  margin-top: 35px;
}
.footer {
  padding: 10px 0 60px;
}
.inner_page_banner {
  padding: 80px 0 60px;
  margin-top: 60px;
}
.inner_page_heading, .service_page_bottom_box_heading {
  font-size: 24px;
}
.inner_page_img {
  margin-bottom: 25px;
}
.about_mission_box {
  margin-bottom: 20px;
}
.about_mission_box_inner img {
  width: 50px;
}
.service_page_bottom_box {
  padding: 35px 20px;
}
.contact_page_info {
  padding-left: 48px;
  font-size: 15px;
}
.contact_page_info strong {
  font-size: 16px;
}
.contact_page_info img {
  width: 38px;
}
.contact_page_left {
  padding: 40px 35px;
}
.contact_page_right_inner {
  padding: 40px 25px;
}
#back-to-top {
  bottom: 55px;
}
.footer_bottom span {
  display: block;
}
}

@media only screen and (max-width : 320px) {

}

@media only screen and (min-width : 321px) and (max-width : 480px) {

}

@media only screen and (min-width : 481px) and (max-width : 767px) {
.home_banner_section {
    padding: 90px 0 140px;
}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
.home_banner_section::before {
    right: 20%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.9) 30%, rgba(255, 255, 255, 0) 100%);
}
.home_banner_section {
    padding: 90px 0 180px;
}
.home_service_content_box {
    margin-top: 0;
}
.content_box1::after {
    right: 0;
    left: auto;
    transform: none;
}
.content_box2::after {
    left: 0;
    transform: none;
}
.home_about_section {
    padding: 125px 0 40px;
}
.home_testimonial_section {
    padding: 60px 0 40px;
}
.home_form_box {
    margin-top: 0;
}
.home_testimonial_img_right, .home_testimonial_img_left {
    position: absolute;
}
.footer_bottom span {
  display: block;
}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
.header_phone img {
  width: 35px;
}
.header_phone {
  margin-right: 20px;
  font-size: 12px;
}
.header_phone a {
  font-size: 15px;
}
.header_btn {
  font-size: 15px;
}
.stellarnav > ul > li > a {
  font-size: 14px !important;
}
.home_banner_section {
  padding: 140px 0 230px;
}
}

/* 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) {
.home_banner_section::before {
    right: 20%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.9) 30%, rgba(255, 255, 255, 0) 100%);
}
.home_banner_section {
    padding: 90px 0 180px;
}
.home_service_content_box {
    margin-top: 0;
}
.content_box1::after {
    right: 0;
    left: auto;
    transform: none;
}
.content_box2::after {
    left: 0;
    transform: none;
}
.home_about_section {
    padding: 125px 0 40px;
}
.home_testimonial_section {
    padding: 60px 0 40px;
}
.home_form_box {
    margin-top: 0;
}
.home_testimonial_img_right, .home_testimonial_img_left {
    position: absolute;
}
.footer_bottom span {
  display: block;
}
}

/* 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) {
.home_banner_section::before {
    right: 20%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.9) 30%, rgba(255, 255, 255, 0) 100%);
}
.home_banner_section {
    padding: 90px 0 180px;
}
.home_service_content_box {
    margin-top: 0;
}
.content_box1::after {
    right: 0;
    left: auto;
    transform: none;
}
.content_box2::after {
    left: 0;
    transform: none;
}
.home_about_section {
    padding: 125px 0 40px;
}
.home_testimonial_section {
    padding: 60px 0 40px;
}
.home_form_box {
    margin-top: 0;
}
.home_testimonial_img_right, .home_testimonial_img_left {
    position: absolute;
}
.footer_bottom span {
  display: block;
}
}

/* 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) {
.home_banner_section::before {
    right: 20%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.9) 30%, rgba(255, 255, 255, 0) 100%);
}
.home_banner_section {
    padding: 90px 0 180px;
}
.home_service_content_box {
    margin-top: 0;
}
.content_box1::after {
    right: 0;
    left: auto;
    transform: none;
}
.content_box2::after {
    left: 0;
    transform: none;
}
.home_about_section {
    padding: 125px 0 40px;
}
.home_testimonial_section {
    padding: 60px 0 40px;
}
.home_form_box {
    margin-top: 0;
}
.home_testimonial_img_right, .home_testimonial_img_left {
    position: absolute;
}
.footer_bottom span {
  display: block;
}
}

/* 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) {
.home_banner_section {
  padding: 230px 0 400px;
}
}

@media screen and (min-width: 2048px) {
.home_banner_section {
  padding: 230px 0 400px;
}
}

@media screen and (min-width: 2550px) {
.home_banner_section {
  padding: 230px 0 400px;
}
}
